﻿
@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url("../font/PlayfairDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #333333;
  font-family: '微軟正黑體';
  font-size: 28px;
}

@media (max-width: 1366px) {
  body {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

body .bold {
  font-weight: bold !important;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body .PlayfairDisplay-Medium {
  font-family: '微軟正黑體';
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body i {
  font-style: normal;
}

body .purple {
  color: #7138A1;
}

body .bold {
  font-family: '微軟正黑體';
}

/*body p {
  text-align: justify;
}*/

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc .fc-col-header-cell-cushion {
  font-size: 20px;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body a {
  color: #333333;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #7138A1;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

body .text-decoration {
  text-decoration: underline;
}

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #374869;
}

body .blueLight {
  color: #374869;
}

body .garycolor {
  color: rgba(51, 51, 51, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #374869;
}

body .greenback {
  background: #374869;
}

body .greenDeep {
  color: #374869;
}

body .orangeDeep {
  color: #374869;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs100 {
  font-size: 100px;
}

@media (max-width: 1440px) {
  body .fs100 {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  body .fs100 {
    font-size: 78px;
  }
}

@media (max-width: 1200px) {
  body .fs100 {
    font-size: 76px;
  }
}

@media (max-width: 1024px) {
  body .fs100 {
    font-size: 74px;
  }
}

@media (max-width: 768px) {
  body .fs100 {
    font-size: 72px;
  }
}

@media (max-width: 576px) {
  body .fs100 {
    font-size: 70px;
  }
}

body .fs80 {
  font-size: 80px;
}

@media (max-width: 768px) {
  body .fs80 {
    font-size: 40px;
  }
}

body .fs64 {
  font-size: 64px;
}

@media (max-width: 1440px) {
  body .fs64 {
    font-size: 62px;
  }
}

@media (max-width: 1366px) {
  body .fs64 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs64 {
    font-size: 54px;
  }
}

@media (max-width: 1024px) {
  body .fs64 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  body .fs64 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  body .fs64 {
    font-size: 42px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 32px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 24px;
  }
}

body .fs46 {
  font-size: 46px;
}

body .fs42 {
  font-size: 42px;
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 19px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 20px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 18px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media (max-width: 1024px) {
  body .fs22 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 16px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  body .fs20 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 16px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 22px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 20px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 16px;
  }
}

body .fs26 {
  font-size: 26px;
}

@media (max-width: 1366px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs26 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body .fs26 {
    font-size: 15px;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24, body h2, body .h2 {
    font-size: 16px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 15px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 15px;
  }
}

body .fs14 {
  font-size: 14px;
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  body .mt-5 {
    margin-top: 1.5rem !important;
  }
}

body .white {
  color: #ffffff;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #374869;
  background: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374869;
  border-radius: 10px;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #333;
}

.notice .inner::-webkit-scrollbar {
  width: 0px;
}

.notice .inner::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.notice .inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.about-block .taba::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.about-block .taba::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.about-block .taba::-webkit-scrollbar-thumb {
  background-color: #7138A1;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
}

@media (max-width: 1280px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.8rem 0rem;
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  margin-left: 0 !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
  }
}

@media (max-width: 767px) {
  .dropdown-menu li a {
    padding: 0.8rem 1rem;
  }
}

.dropdown-menu li a:hover {
  background: none !important;
  color: #7138A1 !important;
}

.dropdown-menu .imgs img {
  width: 100%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-3 {
    display: none;
  }
}

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 {
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

.dropdown-menu .col-md-9 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-9 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-9 .rightin .third {
  width: 45%;
}

@media (max-width: 1280px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main .txt ul {
  padding-left: 0rem;
}

main .txt ul li {
  padding-left: 1.5rem;
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
}

main .txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #FFA304;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  main .txt ul li::before {
    top: 6px;
  }
}

@media (max-width: 767px) {
  main .txt ul li::before {
    width: 8px;
    height: 8px;
  }
}

main .txt p {
  /*text-align: justify;*/
}

main .txt p a {
  color: #7138A1;
  word-break: break-all;
}

.container {
  max-width: 1700px;
  width: 100%;
}

@media screen and (min-width: 2561px) {
  .container {
    max-width: 82%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 1158px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 88%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #333333;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1200px) {
  .icon-box {
    display: flex !important;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #7138A1;
  background: #7138A1;
  outline: none;
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #ffffff;
  font-weight: bold;
  transform: scale(0.6);
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: -2rem;
}

@media (max-width: 767px) {
  .swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
    right: -1.5rem;
  }
}

.swiper-button-next.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: -2rem;
}

@media (max-width: 767px) {
  .swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
    left: -1.5rem;
  }
}

.swiper-button-next.swiper-button-prev.swiper-button-disabled, .swiper-button-prev.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
}

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  header {
    z-index: 9999999;
  }
}

header .header {
  width: 100%;
}

header .header .topmenu {
  width: 100%;
  height: 100%;
  padding: 15px 0px;
}

header .header .container {
  max-width: 94%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  header .header .container {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  header .header .container {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
  }
}

header .header .container .left {
  max-width: 400px;
  transition: all 0.35s ease;
}

@media (max-width: 1366px) {
  header .header .container .left {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  header .header .container .left {
    max-width: 200px;
  }
}

header .header .container .left .logo {
  display: flex;
  align-items: center;
}

header .header .container .left .logo img {
  max-width: 100%;
}

header .header .container .icon-box a {
  margin-left: 2vmin;
}

header .header .container .icon-box .btn {
  margin-left: 0.6rem;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 42px;
  width: 42px;
  border: 1px solid #7138A1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

header .header .container .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 1px;
  width: 60%;
  background: #7138A1;
  border-radius: 9px;
  opacity: 1;
  left: 20%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .container .icon-box .btn span:first-child {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:last-child {
  top: 19px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:nth-child(2) {
  bottom: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container .right {
  position: relative;
  width: calc(100% - 600px);
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 1680px) {
  header .header .container .right {
    width: calc(100% - 400px);
  }
}

@media screen and (min-width: 2561px) {
  header .header .container .right ul {
    justify-content: space-between !important;
  }
}

@media (max-width: 1440px) {
  header .header .container .right {
    width: auto;
  }
}

@media (max-width: 1280px) {
  header .header .container .right {
    width: auto;
  }
}

@media (max-width: 767px) {
  header .header .container .right {
    width: calc(100% - 270px);
  }
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .nav-outer {
  position: absolute;
  right: 0%;
  top: 100px;
  width: 200px;
}

@media (max-width: 1440px) {
  header .header .container .right .nav-outer {
    width: 22%;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-item:nth-last-child(1) .nav-link {
  border-bottom: 1px dashed #707070;
}

header .header .container .right .nav-link {
  height: auto;
  box-sizing: border-box;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  position: relative;
  border-top: 1px dashed #707070;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.3;
  text-align: right;
}

@media (max-width: 1440px) {
  header .header .container .right .nav-link {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

header .header .container .right .nav-link:hover {
  color: #7138A1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .header .container .right .nav-link:hover i {
  color: #ffffff;
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 1680px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a.active {
  color: #374869;
}

header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .header #collapseNav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

header .header #collapseNav .navscontent {
  pointer-events: all;
  width: 80vw;
  height: 100%;
  background: rgba(31, 51, 104, 0.9);
  position: absolute;
  backdrop-filter: blur(5px);
  right: 0;
  top: 0;
  padding: 20px 25px 20px 40px;
}

header .header #collapseNav .nav {
  display: block;
}

header .header #collapseNav .nav .nav-item {
  color: #333333;
  position: static;
}

header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #333333;
}

header .header #collapseNav .nav .nav-item .btn {
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #374869;
  font-size: 20px;
}

header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: '+';
}

header .header #collapseNav .nav .nav-item .btn[aria-expanded="true"] .fa::before {
  content: '-';
}

header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: .2rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #ffffff;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #374869;
  color: #374869;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header #collapseNav .copy {
  position: fixed;
  bottom: 4rem;
}

header .header #collapseNav .copy a:nth-child(1)::after, header .header #collapseNav .copy a:nth-child(1)::before {
  content: '';
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background-color: #333333;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  header .nav-box {
    display: none !important;
  }
}

header .nav-box .nav {
  display: block;
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #333333;
  padding: 0.5rem 0rem;
}

header .nav-box .nav .nav-link:hover {
  color: #374869;
}

header .lang {
  position: relative;
}

header .lang span {
  display: inline-block;
  cursor: pointer;
  transition: all 0.35s ease;
  width: 40px;
}

header .lang span img {
  display: block;
  margin: 0 auto;
}

header .lang dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 36px;
  width: 40px;
  background: #7138A1;
  padding: 2px 5px;
  border-radius: 60px;
  margin-bottom: 0;
  transform: translateX(-50%);
}

header .lang dl dd {
  padding: 5px;
  width: 30px;
  height: 30px;
  background: #695679;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin: 5px 0;
}

header .lang dl dd.active {
  background: #ffffff;
}

header .lang dl dd.active a {
  color: #7138A1;
}

header .lang dl dd a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

header .share {
  position: relative;
  margin-right: 30px;
  margin-left: 20px;
}

header .share span {
  display: inline-block;
  cursor: pointer;
  transition: all 0.35s ease;
  width: 40px;
}

header .share span img {
  display: block;
  margin: 0 auto;
}

header .share dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 36px;
  width: 40px;
  background: #7138A1;
  padding: 2px 5px;
  border-radius: 60px;
  margin-bottom: 0;
  transform: translateX(-50%);
}

header .share dl dd {
  padding: 5px;
  width: 30px;
  height: 30px;
  background: #4F71B7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin: 5px 0;
}

header .share dl dd:nth-child(2) {
  background: #0cc143;
}

header .share dl dd:nth-child(3) {
  background: #0B8658;
}

header .share dl dd a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

header .apply {
  width: auto;
  border-radius: 14px;
  border: 1px solid #7138A1;
  padding: 8px 10px;
  background: #7138A1;
  margin-left: 50px;
}

header .apply:hover {
  background: #8542BE;
  border-color: #7138A1;
}

header .apply a {
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .apply a img {
  display: block;
  width: 33px;
  margin-right: 10px;
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2rem;
}

@media (max-width: 1200px) {
  header .links {
    display: none;
  }
}

@media (max-width: 767px) {
  header .links {
    display: none;
    padding-left: 1rem;
    margin-left: 0;
  }
}

header .links .urla {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;
}

@media (max-width: 1680px) {
  header .links .urla {
    font-size: 18px;
  }
}

@media (max-width: 1366px) {
  header .links .urla {
    margin-right: 30px;
  }
}

@media (max-width: 1280px) {
  header .links .urla {
    font-size: 14px;
  }
}

header .links .urla a {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 40px;
  padding: 7px 15px;
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  header .links .urla a {
    padding: 7px 10px;
  }
}

header .links .urla a:hover {
  background: #7138A1;
  color: #ffffff;
  border: 1px solid #7138A1;
}

header .vollder {
  display: none;
}

@media (max-width: 1200px) {
  header .vollder {
    display: block;
  }
}

header .vollder a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #7138A1;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(113, 56, 161, 0.6);
  border-radius: 50%;
  font-size: 12px;
}

header .searchbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}

header .searchbox.show {
  display: block;
}

header .searchbox .searchpup {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

header .searchbox .container {
  position: relative;
  z-index: 9;
}

header .searchbox .container form {
  margin-top: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 80%;
  margin: 2rem auto;
}

header .searchbox .container form .form-group {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5rem;
  border: 1px solid #7138A1;
  border-radius: 10px;
}

header .searchbox .container form .form-group input {
  border: none;
}

header .searchbox .container form button {
  display: flex;
  align-items: center;
  background: #7138A1;
  padding: 1rem 2rem;
  color: #ffffff;
  white-space: nowrap;
}

header .searchbox .container form button img {
  margin-right: 10px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
  flex-wrap: wrap;
}

.tag em {
  font-style: normal;
  background: #E4D4EB;
  color: #ffffff;
  padding: 0.3rem 1.3rem;
  margin-right: 1rem;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .tag em {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.tag em.active {
  background: #7138A1;
  color: #ffffff;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  left: 0;
  background: #000000;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  left: 0;
  background: #000000;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #7138A1;
  word-break: break-all;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: calc(90% - 200px);
  margin-left: 4%;
}

@media (max-width: 1200px) {
  .banner {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .banner {
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.banner .swiper {
  height: 100%;
}

.banner .swiper-slide {
  height: 100%;
}

.banner .swiper-slide .boximg {
  position: relative;
}

.banner .swiper-slide .boximg strong {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 99;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg strong {
    left: 20px;
    bottom: 20px;
  }
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide {
  position: relative;
  height: 430px;
}

@media (max-width: 1440px) {
  .banner .swiper-slide {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .banner .swiper-slide {
    height: 250px;
  }
}

.banner .swiper-slide.swiper-slide-active .boximg {
  position: relative;
}

.banner .swiper-slide.swiper-slide-active .boximg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 304px;
  background: url(../image/cw.svg) no-repeat top center;
  background-size: cover;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .banner .swiper-slide.swiper-slide-active .boximg::after {
    border-radius: 20px;
  }
}

.banner .swiper-slide.swiper-slide-active .boximg img {
  transform: scale(1);
}

.banner .swiper-slide .inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.banner .swiper-slide .inner h1 {
  font-weight: bold;
  color: #000000;
  text-shadow: 0 5px 10px rgba(255, 255, 255, 0.59);
}

@media (max-width: 767px) {
  .banner .swiper-slide .inner h1 {
    padding: 0 25px;
  }
}

.banner .swiper-slide .boximg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 62px;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg {
    border-radius: 18px;
  }
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all  1s ease 0s;
  -moz-transition: all  1s ease 0s;
  -ms-transition: all  1s ease 0s;
  -o-transition: all  1s ease 0s;
  transition: all  1s ease 0s;
  border-radius: 62px;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg img {
    border-radius: 18px;
  }
}

.banner .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  background: url(../image/ty.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.banner .swiper-slide .boximg::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 33.33333%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), black);
}

.banner .pagination_index .playing {
  z-index: 10;
  margin-left: 5px;
  margin-top: -4px;
}

.banner .pagination_index .playing span {
  cursor: pointer;
}

.banner .pagination_index .playing i {
  color: #a6ce39;
  opacity: 1;
}

.banner .pagination_index .playing .pause-button {
  display: none;
}

.banner .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .banner .arrow {
    justify-content: flex-end;
    padding: 0 20px;
    bottom: 20px;
  }
}

.banner .arrow .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
}

.banner .arrow .swiper-pagination .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
}

.banner .arrow .play-pause-button-wrapper {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.49);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-left: 10px;
}

.banner .arrow .play-pause-button-wrapper .play-button {
  display: none;
}

.banner .arrow .play-pause-button-wrapper i {
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  transform: translateY(-6px);
}

@media (max-width: 767px) {
  .banner .arrow .play-pause-button-wrapper i {
    transform: translateY(-2px);
  }
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
.page-banner {
  position: relative;
}

@media (max-width: 767px) {
  .page-banner {
    height: 200px;
  }
}

.page-banner .page-h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  text-align: center;
  color: #ffffff;
  justify-content: center;
}

.page-banner .page-img {
  height: 410px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .page-banner .page-img {
    height: 430px;
  }
}

@media (max-width: 1024px) {
  .page-banner .page-img {
    height: 330px;
  }
}

@media (max-width: 767px) {
  .page-banner .page-img {
    height: 100%;
  }
}

.page-banner .page-img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 304px;
  background: url(../image/cw.svg) no-repeat top center;
  background-size: cover;
  border-radius: 50px;
}

.page-banner .page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bread {
  position: absolute;
  bottom: 40px;
  left: 60px;
}

@media (max-width: 767px) {
  .bread {
    position: relative;
    left: 0;
    bottom: 0;
  }
}

.bread * {
  color: #ffffff;
}

.bread *:hover {
  color: #fff;
  text-overflow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

.first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 60px 0px;
}

@media (max-width: 767px) {
  .first-block {
    padding: 30px 0px;
    padding-bottom: 20px;
  }
}

.first-block h2 {
  font-weight: normal;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .first-block h2 {
    justify-content: center;
    width: 100%;
  }
}

.first-block h2 i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  margin: 0 15px;
}

.first-block .newsa {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.first-block .newsa a {
  display: inline-block;
  border-radius: 58px;
  height: auto;
  border: 1px solid #7138A1;
  padding: 0.6rem 20px;
  margin: 10px;
  color: #7138A1;
  width: 20%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-block .newsa a.active {
  background: #7138A1;
  color: #ffffff;
}

@media (max-width: 992px) {
  .first-block .newsa a {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .first-block .newsa a {
    width: 100%;
  }
}

.first-block .newsa a img {
  margin-right: 10px;
}

.first-block .news ul {
  padding-left: 0;
}

.first-block .news ul li {
  list-style: none;
}

.first-block .news ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #707070;
  padding: 25px 10px;
}

@media (max-width: 992px) {
  .first-block .news ul li a {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .first-block .news ul li a {
    padding: 15px 10px;
    align-items: flex-start;
  }
}

.first-block .news ul li a:hover {
  color: #7138A1;
  background: #FCF8FF;
}

.first-block .news ul li a .tag {
  display: inline-block;
  background: #7138A1;
  border-radius: 3px;
  color: #ffffff;
  padding: 5.5px 6px;
  width: 200px;
  text-align: center;
}

@media (max-width: 1024px) {
  .first-block .news ul li a .tag {
    padding: 8px 6px;
  }
}

@media (max-width: 767px) {
  .first-block .news ul li a .tag {
    padding: 2px 12px;
  }
}

.first-block .news ul li a .date {
  margin: 0 40px;
  color: #7138A1;
}

@media (max-width: 1024px) {
  .first-block .news ul li a .date {
    margin: 0 0 0 30px;
  }
}

.first-block .news ul li a p {
  margin-bottom: 0;
  width: 55%;
}

@media (max-width: 1200px) {
  .first-block .news ul li a p {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .first-block .news ul li a p {
    margin-bottom: 0;
    width: 75%;
  }
}

@media (max-width: 767px) {
  .first-block .news ul li a .d-flex {
    margin-bottom: 1rem;
  }
}

.first-block .news ul li a img {
  margin-right: 10px;
}

.first-block .news ul li a strong {
  color: #7138A1;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .first-block .news ul li a strong {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .first-block .d-flex:nth-child(1) .more {
    display: none;
  }
}

.first-block .mobile-btn-show {
  display: none !important;
}

@media (max-width: 767px) {
  .first-block .mobile-btn-show {
    display: flex !important;
  }
}

.first-block .head-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-block .head-bar p {
  margin-bottom: 0;
}

.first-block .head-bar p span {
  color: #7138A1;
}

.first-block .head-bar .share span {
  display: flex;
  align-items: center;
}

.first-block .head-bar .share span a {
  color: #7138A1;
  margin-left: 5px;
}

.first-block .article p {
  margin-bottom: 40px;
}

.first-block .article p span::after {
  content: '/';
  display: block;
  margin: 0 5px;
}

.first-block .article img {
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
}

.first-block .arrow-bar .prev, .first-block .arrow-bar .next {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-block .arrow-bar .prev:hover, .first-block .arrow-bar .next:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.first-block .arrow-bar .prev i, .first-block .arrow-bar .next i {
  color: #000;
  font-size: 30px;
}

.first-block .arrow-bar .back {
  display: flex;
  align-items: center;
  background: #7138A1;
  border-radius: 30px;
  padding: 10px 30px;
  color: #ffffff;
  margin: 0 15px;
}

.first-block .arrow-bar .back:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.first-block .arrow-bar .back img {
  margin-left: 10px;
}

.second-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .second-block {
    padding-bottom: 40px;
  }
}

.second-block .listboxcontent .listbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1680px) {
  .second-block .listboxcontent .listbox {
    margin: 50px 0px;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .second-block .listboxcontent .listbox {
    margin: 0;
  }
}

.second-block .listboxcontent .listbox:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox:nth-child(even) {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox:nth-child(even) .boximg {
    width: 110%;
  }
}

.second-block .listboxcontent .listbox:nth-child(even) .boximg img {
  float: right;
}

.second-block .listboxcontent .listbox:nth-child(even) .boximg a {
  right: auto;
  left: 0;
}

@media (max-width: 1366px) {
  .second-block .listboxcontent .listbox:nth-child(even) .boximg a {
    left: -10%;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox:nth-child(even) .boximg a {
    left: 3%;
  }
}

.second-block .listboxcontent .listbox:nth-child(even) .txtcon {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 1366px) {
  .second-block .listboxcontent .listbox:nth-child(even) .txtcon {
    margin-left: 0;
    margin-right: 3%;
  }
}

.second-block .listboxcontent .listbox .boximg {
  width: 977px;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1440px) {
  .second-block .listboxcontent .listbox .boximg {
    width: 777px;
  }
}

@media (max-width: 1366px) {
  .second-block .listboxcontent .listbox .boximg {
    width: 757px;
  }
}

@media (max-width: 1180px) {
  .second-block .listboxcontent .listbox .boximg {
    width: 577px;
  }
}

@media (max-width: 1040px) {
  .second-block .listboxcontent .listbox .boximg {
    width: 527px;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox .boximg {
    width: 100%;
    margin-top: 30px;
  }
  .second-block .listboxcontent .listbox .boximg img {
    width: 100%;
  }
}

.second-block .listboxcontent .listbox .boximg a {
  display: block;
  width: 144px;
  height: 144px;
  border: 2px solid #7138A1;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #7138A1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1366px) {
  .second-block .listboxcontent .listbox .boximg a {
    right: -10%;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox .boximg a {
    right: 3%;
  }
}

@media (max-width: 767px) {
  .second-block .listboxcontent .listbox .boximg a {
    width: 84px;
    height: 84px;
    font-size: 14px;
  }
}

.second-block .listboxcontent .listbox .boximg a:hover {
  background: #7138A1;
  color: #ffffff;
  border-color: #7138A1;
}

.second-block .listboxcontent .listbox .boximg a:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.second-block .listboxcontent .listbox .boximg a img {
  display: block;
  margin: 0 auto;
  float: none !important;
  margin-top: 15px;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .second-block .listboxcontent .listbox .boximg a img {
    margin-bottom: 5px;
    margin-top: 0;
    width: 22px;
    height: 22px;
  }
}

.second-block .listboxcontent .listbox .txtcon {
  width: 520px;
  margin-left: 30px;
}

@media (max-width: 1600px) {
  .second-block .listboxcontent .listbox .txtcon {
    width: 440px;
  }
}

@media (max-width: 1440px) {
  .second-block .listboxcontent .listbox .txtcon {
    width: 560px;
  }
}

@media (max-width: 1366px) {
  .second-block .listboxcontent .listbox .txtcon {
    width: 450px;
    margin-left: 3%;
  }
}

@media (max-width: 992px) {
  .second-block .listboxcontent .listbox .txtcon {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 3.5%;
  }
}

.second-block .listboxcontent .listbox .txtcon h2 {
  font-weight: normal;
  color: #7138A1;
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.second-block .listboxcontent .listbox .more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
}

.second-block .listboxcontent .listbox .more img {
  width: 25px;
  filter: invert(50%) brightness(300%) !important;
}

.h2-title {
  border-bottom: 1px dashed #707070;
  padding: 40px 0px;
}

.faq-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.faq-block .purple-back {
  background: #7138A1;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  .faq-block .purple-back {
    padding: 20px 10px;
  }
}

.faq-block .purple-back h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
}

@media (max-width: 992px) {
  .faq-block .purple-back h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .faq-block .purple-back h2 {
    font-size: 15px;
  }
}

.faq-block .purple-back::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 180px;
  height: 199px;
  background: url(../image/logo_bg.png) no-repeat top center;
}

.faq-block .download a {
  border-radius: 14px;
  background: #F7F3FA;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border: 1px solid #F7F3FA;
  padding-right: 3rem;
}

@media (max-width: 767px) {
  .faq-block .download a {
    padding: 1rem;
  }
}

.faq-block .download a:hover {
  border-color: #7138A1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.faq-block .download a h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
}

.faq-block .download a h4 img {
  margin-right: 10px;
}

.faq-block .taba {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.faq-block .taba a {
  border-radius: 58px;
  border: 1px solid #7138A1;
  width: calc(25% - 1rem);
  box-sizing: border-box;
  margin: 0.5rem 0.5rem;
  color: #7138A1;
  text-align: center;
  padding: 0.6rem 0.5rem;
  height: auto;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1024px) {
  .faq-block .taba a {
    width: calc(33.333% - 1rem);
  }
}

@media (max-width: 768px) {
  .faq-block .taba a {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 767px) {
  .faq-block .taba a {
    width: calc(100%);
    margin: 0.5rem 0;
    display: none;
  }
}

.faq-block .taba a.active {
  background: #7138A1;
  color: #ffffff;
}

.faq-block .taba a.active img {
  filter: invert(50%) brightness(300%) !important;
}

.faq-block .taba a.show {
  display: flex;
}

.faq-block .taba a.show::after {
  display: none;
}

@media (max-width: 767px) {
  .faq-block .taba a:nth-child(1) {
    display: block;
  }
  .faq-block .taba a:nth-child(1)::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.faq-block .taba a img {
  margin-right: 10px;
}

.faq-block .tabcontent .items {
  display: none;
}

.faq-block .tabcontent .items:nth-child(1) {
  display: block;
}

.faq-block .tabcontent .items .accordion-item {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 5px;
}

.faq-block .tabcontent .items .accordion-item .accordion-header {
  border-radius: 10px;
  background: none;
  overflow: hidden;
}

.faq-block .tabcontent .items .accordion-item .accordion-header button {
  border: none;
  box-shadow: none;
  background: none;
  color: #333333;
  padding-right: 120px;
  align-items: baseline;
}

@media (max-width: 767px) {
  .faq-block .tabcontent .items .accordion-item .accordion-header button {
    padding-right: 60px;
    line-height: 1.4;
  }
}

.faq-block .tabcontent .items .accordion-item .accordion-header button.collapsed .arrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/plus.svg);
  background-size: contain;
}

.faq-block .tabcontent .items .accordion-item .accordion-header button strong {
  color: #7138A1;
  width: 50px;
  display: inline-block;
}

.faq-block .tabcontent .items .accordion-item .accordion-header button .arrow {
  width: 53px;
  height: 53px;
  box-sizing: border-box;
  padding: 10px;
  background: #7138A1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .faq-block .tabcontent .items .accordion-item .accordion-header button .arrow {
    width: 34px;
    height: 34px;
    padding: 0;
    right: 1rem;
  }
}

.faq-block .tabcontent .items .accordion-item .accordion-header button .arrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background-image: url(../image/minus.svg);
  background-size: contain;
}

.faq-block .tabcontent .items .accordion-item .accordion-header button::after {
  display: none;
}

.faq-block .tabcontent .items .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-block .tabcontent .items .accordion-item .accordion-body .txtcon {
  margin-left: 50px;
  color: #7138A1;
}

@media (max-width: 992px) {
  .faq-block .tabcontent .items .accordion-item .accordion-body .txtcon {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .faq-block .tabcontent .items .accordion-item .accordion-body .txtcon {
    margin-left: 25px;
    font-size: 14px;
  }
}

.faq-block .faqbox .faq-text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .faq-block .faqbox .faq-text {
    margin-top: 15px;
  }
}

.faq-block .faqbox .faq-text:nth-child(1) {
  margin-top: 60px;
}

.faq-block .faqbox .faq-text:nth-child(2) .txt {
  background: #EEF6F3;
}

.faq-block .faqbox .faq-text:nth-child(3) .txt {
  background: #FAF9F3;
}

.faq-block .faqbox .faq-text h2 {
  border-radius: 10px 10px 0px 0px;
  background: #7138A1;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: normal;
}

@media (max-width: 1366px) {
  .faq-block .faqbox .faq-text h2 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faqbox .faq-text h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-block .faqbox .faq-text h2 {
    padding: 15px;
  }
}

.faq-block .faqbox .faq-text .txt {
  background: #F7F3FA;
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .faq-block .faqbox .faq-text .txt {
    padding: 15px;
  }
}

.faq-block .faqbox .faq-text .txt em {
  color: #7138A1;
  display: inline;
}

.faq-block .tips {
  background: #7138A1;
  border-radius: 10px;
  padding: 30px 40px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .faq-block .tips {
    padding: 15px 20px;
  }
}

.faq-block .tips h4 {
  font-size: 26px;
}

@media (max-width: 1366px) {
  .faq-block .tips h4 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .faq-block .tips h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-block .tips h4 {
    font-size: 14px;
  }
}

.faq-block .tips h3 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width: 1366px) {
  .faq-block .tips h3 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .faq-block .tips h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-block .tips h3 {
    font-size: 16px;
  }
}

.faq-block .faq-taba {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 15px;
}

.faq-block .faq-taba a {
  border-radius: 40px;
  border: 2px solid #7138A1;
  color: #7138A1;
  text-align: center;
  padding: 10px 20px;
}

@media (max-width: 1440px) {
  .faq-block .faq-taba a {
    padding: 10px 30px;
  }
}

@media (max-width: 992px) {
  .faq-block .faq-taba a {
    width: 100%;
    margin: 0.5rem 0;
  }
}

.faq-block .faq-taba a.active {
  background: #7138A1;
  color: #ffffff;
}

.faq-block .faq-die.faq-apply .part2 .li:nth-child(2) .txt {
  background: #EEF6F3;
}

.faq-block .faq-die.faq-apply .part2 .li:nth-child(3) .txt {
  background: #FAF9F3;
}

.faq-block .faq-die .part1 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq-block .faq-die .part1 .onetxt {
  background: #F0E7F6;
  padding: 40px;
  width: 50%;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part1 .onetxt {
    width: 100%;
    padding: 20px;
  }
}

.faq-block .faq-die .part1 .onetxt:nth-child(2) {
  background: #FCF8FF;
}

.faq-block .faq-die .part1 .onetxt h3 {
  color: #7138A1;
  font-size: 30px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part1 .onetxt h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part1 .onetxt h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .part1 .onetxt h3 {
    font-size: 18px;
  }
}

.faq-block .faq-die .part1 .onetxt h3::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../image/sj.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part1 .onetxt h3::before {
    top: 5px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .part1 .onetxt h3::before {
    top: 3px;
  }
}

.faq-block .faq-die .part1 .onetxt p {
  padding-left: 25px;
  color: #000000;
}

.faq-block .faq-die .part1 .onetxt p a {
  color: #FFA200;
}

.faq-block .faq-die .part2 .li {
  margin-top: 1.5rem;
}

.faq-block .faq-die .part2 .li h3 {
  background: #7138A1;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
  font-size: 36px;
  padding: 0.9rem 2.5rem;
  margin-bottom: 0;
  font-weight: normal;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part2 .li h3 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part2 .li h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li h3 {
    font-size: 18px;
    padding: 0.9rem 1rem;
  }
}

.faq-block .faq-die .part2 .li .txt {
  background: #FCF8FF;
  border-radius: 0 0 15px 15px;
  padding: 2.5rem;
  color: #333333;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt {
    padding: 1rem;
  }
}

.faq-block .faq-die .part2 .li .txt h4 {
  font-weight: bold;
  color: #7138A1;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part2 .li .txt h4 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part2 .li .txt h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt h4 {
    font-size: 16px;
  }
}

.faq-block .faq-die .part2 .li .txt h5 {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part2 .li .txt h5 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part2 .li .txt h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt h5 {
    font-size: 16px;
  }
}

.faq-block .faq-die .part2 .li .txt dl dd {
  margin-bottom: 0;
  margin-top: 0rem;
}

.faq-block .faq-die .part2 .li .txt dl dd a {
  color: #0E0E0E;
}

.faq-block .faq-die .part2 .li .txt .ontxt {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt .ontxt {
    width: 100%;
  }
}

.faq-block .faq-die .part2 .li .txt .ontxt:nth-child(1) {
  padding-right: 20px;
}

.faq-block .faq-die .part2 .li .txt .ontxt:nth-child(2) {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt .ontxt:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
  }
}

.faq-block .faq-die .part2 .li .txt .ontxt:nth-child(2)::before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #F0E7F6;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt .ontxt:nth-child(2)::before {
    width: 100%;
    height: 50%;
    bottom: -15px;
    top: auto;
  }
}

.faq-block .faq-die .part2 .li .txt .ontxt:nth-child(2) * {
  position: relative;
  z-index: 9;
}

.faq-block .faq-die .part2 .li .txt ul li {
  color: #000000;
}

.faq-block .faq-die .part2 .li .txt a {
  color: #FFA304;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it {
  margin-right: 20px;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #9A72B9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan {
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan.purplight {
  background: #CBACD8;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan.bluelight {
  background: #DDECFF;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan.pinklight {
  background: #FFCCCB;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan.bluelight2 {
  background: #C7CFFE;
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan h6 {
  font-size: 53px;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan h6 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part2 .li .txt .row .col-sm-12 .it .yuan h6 {
    font-size: 24px;
  }
}

.faq-block .faq-die .part2 .li .txt .row .col-sm-12 p {
  font-size: 26px;
  text-align: center;
  color: #000000;
}

@media (max-width: 1366px) {
  .faq-block .faq-die .part2 .li .txt .row .col-sm-12 p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die .part2 .li .txt .row .col-sm-12 p {
    font-size: 16px;
  }
}

.faq-block .faq-die .part2 .li .txt p.puprle {
  color: #7138A1;
}

.faq-block .faq-die .part2 .li .txt p span {
  color: #7138A1;
}

.faq-block .faq-die .purpleback {
  border-radius: 10px;
  padding: 45px;
  background: #7138A1;
  color: #ffffff;
  position: relative;
}

.faq-block .faq-die .purpleback::after {
  content: '';
  display: block;
  width: 63px;
  height: 122px;
  background: url(../image/t.svg) no-repeat top center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faq-block .faq-die .purpleback p:nth-last-child(1) {
  margin-bottom: 0;
}

.faq-block .faq-die .purpleback h5 {
  font-size: 26px;
}

@media (max-width: 1024px) {
  .faq-block .faq-die .purpleback h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-block .faq-die .purpleback h5 {
    font-size: 14px;
  }
}

.faq-block .purple-back table td, .faq-block .purple-back table th{
  border: 1px solid #fff;
  padding: 4px;
}

.faq-block .faq-die table {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  font-size: 26px;
}

@media (max-width: 1366px) {
  .faq-block .faq-die table {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .faq-block .faq-die table {
    font-size: 16px;
  }
}

.faq-block .faq-die table th, .faq-block .faq-die table td {
  padding: 0.6rem 1rem;
  text-align: center;
}

.faq-block .faq-die table th:nth-child(1), .faq-block .faq-die table td:nth-child(1) {
  text-align: left;
}

.faq-block .faq-die table thead th {
  border: none;
  background: #C7CFFE;
}

.faq-block .faq-die table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}

.faq-block .faq-die table tbody tr td {
  background: #DCE1FF;
  border: 5px solid #ffffff;
}

.faq-block .faq-die table tbody tr td:nth-child(1) {
  border-left: none;
}

.faq-block .faq-die table tbody tr td:nth-last-child(1) {
  border-right: none;
}

.faq-block .faq-die .purpletable table thead th {
  background: #AB93E3;
}

.faq-block .faq-die .purpletable table tbody tr td {
  background: #CEBDF6;
}

.faq-block .faq-die .pinktable table thead th {
  background: #FFCCCB;
}

.faq-block .faq-die .pinktable table tbody tr td {
  background: #FBDBDA;
}

.faq-block .site ul {
  padding-left: 0;
  margin: 30px 0 50px 0px;
}

.faq-block .site ul li {
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
}

.faq-block .site ul li::before {
  display: none;
}

.faq-block .site ul li:nth-child(1) {
  border-top: 1px solid #efefef;
}

.fancybox-download {
  display: none;
}

.fancybox-show-buttons .fancybox-download {
  display: inline-block;
}

.page-block {
  position: relative;
  overflow: hidden;
}

.page-block .taba {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.page-block .taba a {
  border-radius: 40px;
  border: 1px solid #7138A1;
  padding: 0.8rem 0.5rem;
  color: #7138A1;
  width: calc(33.3333% - 1rem);
  margin: 0.5rem;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-block .taba a {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 767px) {
  .page-block .taba a {
    width: 100%;
    padding: 0.6rem;
    display: none;
  }
}

.page-block .taba a.active {
  background: #7138A1;
  color: #ffffff;
}

.page-block .taba a.active img {
  filter: invert(50%) brightness(300%) !important;
}

.page-block .taba a.show {
  display: flex;
}

.page-block .taba a.show::after {
  display: none;
}

@media (max-width: 767px) {
  .page-block .taba a:nth-child(1) {
    display: block;
  }
  .page-block .taba a:nth-child(1)::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.page-block .taba a img {
  margin-right: 10px;
}

.page-block .purplightback {
  background: #F7F3FA;
  border-radius: 28px;
  padding: 3rem;
  margin: 70px auto;
  max-width: 1772px;
}

@media (max-width: 1680px) {
  .page-block .purplightback {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback {
    padding: 1rem;
    max-width: 94%;
    margin: 30px auto;
  }
}

.page-block .purplightback .txt strong {
  color: #7138A1;
  font-weight: bold;
}

.page-block .purplightback .txt ul li::before {
  border: 1px solid #7138A1;
  background: none;
}

.page-block .purplightback .txt ul li ul li::before {
  width: 15px;
  height: 3px;
  background: #AB09DB;
  border-radius: none;
}

.page-block .purplightback.blownlight {
  background: #FEF6E8 !important;
}

.page-block .purplightback.blownlight .tit-btn-light {
  background: #E8D5B5 !important;
}

.page-block .purplightback.blownlight .txt strong {
  color: #975C04 !important;
}

.page-block .purplightback.blownlight .txt p {
  margin-bottom: 30px;
}

.page-block .purplightback.blownlight .txt p a {
  word-break: break-all;
  color: #975C04 !important;
}

.page-block .purplightback.blownlight .txt ul li {
  list-style: none;
  margin-bottom: 10px;
}

.page-block .purplightback.blownlight .txt ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #975C04 !important;
  background: none;
}

.page-block .purplightback.blownlight .txt ul li ul li {
  padding-left: 20px;
}

.page-block .purplightback.blownlight .txt ul li ul li::before {
  width: 15px;
  height: 2px;
  background: #B22F2D !important;
  border-radius: 0;
  border: none;
}

.page-block .purplightback.blownlight .txt ul li span {
  color: #B22F2D;
}

.page-block .purplightback.blownlight .txt .bluebox {
  background: #CCBA9F !important;
  border-radius: 14px;
  padding: 30px;
  color: #000000;
  position: relative;
}

.page-block .purplightback.blownlight .txt .bluebox::before {
  background: url(../image/dbx_4.png) no-repeat top center !important;
  background-size: cover;
}

.page-block .purplightback.blownlight .txt ol {
  margin-left: 1.5rem;
}

.page-block .purplightback.blownlight .txt ol li {
  margin-bottom: 5px;
}

.page-block .purplightback.pinkback {
  background: #FCF5F5 !important;
}

.page-block .purplightback.pinkback .tit-btn-light {
  background: #FCE1E1 !important;
}

.page-block .purplightback.greenlight {
  background: #F4F6F2 !important;
}

.page-block .purplightback.greenlight .tit-btn-light {
  background: #A2B987 !important;
}

.page-block .purplightback.greenlight .txt strong {
  color: #638B35 !important;
}

.page-block .purplightback.greenlight .txt p i {
  color: #638B35;
  font-style: normal;
}

.page-block .purplightback.purplelight {
  background: #EFF1F9;
}

.page-block .purplightback.purplelight .tit-btn-light {
  background: #C7CFFE;
}

.page-block .purplightback.purplelight .txt strong {
  display: block;
  color: #5B71EF;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-block .purplightback.purplelight .txt p {
  margin-bottom: 30px;
}

.page-block .purplightback.purplelight .txt p a {
  word-break: break-all;
  color: #5B71EF;
}

.page-block .purplightback.purplelight .txt ul li {
  list-style: none;
  margin-bottom: 10px;
}

.page-block .purplightback.purplelight .txt ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #233AC1;
  background: none;
}

.page-block .purplightback.purplelight .txt ul li ul li {
  padding-left: 20px;
}

.page-block .purplightback.purplelight .txt ul li ul li::before {
  width: 15px;
  height: 2px;
  background: #B22F2D !important;
  border-radius: 0;
  border: none;
}

.page-block .purplightback.purplelight .txt ul li span {
  color: #B22F2D;
}

.page-block .purplightback.purplelight .txt .bluebox {
  background: #C7CFFE;
  border-radius: 14px;
  padding: 30px;
  color: #000000;
  position: relative;
}

.page-block .purplightback.purplelight .txt .bluebox.pinkbox {
  background: #FCE1E1;
}

.page-block .purplightback.purplelight .txt .bluebox.pinkbox::before {
  background: url(../image/dbx_1.png) no-repeat top center;
  background-size: cover;
}

.page-block .purplightback.purplelight .txt .bluebox.bluelightbox {
  background: #D7E4EF;
}

.page-block .purplightback.purplelight .txt .bluebox.bluelightbox::before {
  background: url(../image/dbx_2.png) no-repeat top center;
  background-size: cover;
}

.page-block .purplightback.purplelight .txt .bluebox::before {
  content: '';
  display: block;
  width: 34px;
  height: 38px;
  background: url(../image/dbx.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -23px;
  left: 34px;
}

.page-block .purplightback.purplelight .txt ol {
  margin-left: 1.5rem;
}

.page-block .purplightback.purplelight .txt ol li {
  margin-bottom: 5px;
}

.page-block .purplightback.bluelight {
  background: #F2F5F8;
}

.page-block .purplightback.bluelight .tit-btn-light {
  background: #D7E4EF;
}

.page-block .purplightback.bluelight .tablenew .items table th, .page-block .purplightback.bluelight .tablenew .items table td {
  border: 5px solid #ffffff;
  padding: 1rem;
}

.page-block .purplightback.bluelight .tablenew .items table th:nth-child(1), .page-block .purplightback.bluelight .tablenew .items table td:nth-child(1) {
  text-align: left;
}

.page-block .purplightback.bluelight .tablenew .items table thead th {
  background: #B69ACB;
  font-weight: bold;
  color: #000;
}

.page-block .purplightback.bluelight .tablenew .items table tbody tr td {
  background: #D9E2F3 !important;
}

.page-block .purplightback.bluelight .tablenew .items table tbody tr td:nth-child(1) {
  background: #FBCAAA !important;
}

.page-block .purplightback.bluelight .tablenew .items table tbody tr:nth-last-child(1) td {
  background: #B69ACB !important;
  text-align: center;
}

.page-block .purplightback.bluelight .tablenew .items table tbody tr:nth-last-child(2) td {
  background: #B69ACB !important;
  text-align: center;
}

.page-block .purplightback.bluelight .tablenew .items table tbody tr:nth-last-child(3) td {
  background: #B69ACB !important;
  text-align: center;
}
.page-block .purplightback.bluelight .tablenew .items table tbody tr:nth-last-child(4) td {
  background: #B69ACB !important;
  text-align: center;
}
@media (max-width: 767px) {
  .page-block .purplightback .container {
    max-width: 100%;
    padding: 0;
  }
}

.page-block .purplightback .committee ul {
  padding-left: 0;
}

.page-block .purplightback .committee ul li {
  border-radius: 15px;
  background: rgba(154, 114, 185, 0.5);
  padding: 2rem;
  margin: 20px 0px;
  list-style: inside decimal;
  font-size: 30px;
  font-weight: bold;
  min-height: 210px;
  color: #000;
}

.page-block .purplightback .committee ul li:nth-child(2) {
  background: rgba(221, 236, 255, 0.5);
}

.page-block .purplightback .committee ul li:nth-child(3) {
  background: rgba(199, 207, 254, 0.5);
}

.page-block .purplightback .committee ul li:nth-child(4) {
  background: rgba(64, 164, 46, 0.2);
}

.page-block .purplightback .committee ul li:nth-child(5) {
  background: rgba(255, 204, 203, 0.2);
}

@media (max-width: 1366px) {
  .page-block .purplightback .committee ul li {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .committee ul li {
    font-size: 16px;
    min-height: 110px;
    padding: 1.5rem;
    margin: 1rem 0;
  }
}

.page-block .purplightback .committee ul li p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 28px;
  margin-top: 15px;
  text-align: justify;
}

@media (max-width: 1366px) {
  .page-block .purplightback .committee ul li p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .committee ul li p {
    font-size: 14px;
    margin-top: 5px;
  }
}

.page-block .purplightback .contact {
  background: rgba(113, 56, 161, 0.2);
  border-radius: 15px;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .page-block .purplightback .contact {
    padding: 1.5rem;
  }
}

.page-block .purplightback .contact dl {
  margin-bottom: 0;
}

.page-block .purplightback .contact dl dd {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .page-block .purplightback .contact dl dd {
    flex-wrap: wrap;
    padding: 15px 0px;
  }
}

.page-block .purplightback .contact dl dd h4 {
  margin-bottom: 0;
  width: 200px;
  color: #7138A1;
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 1366px) {
  .page-block .purplightback .contact dl dd h4 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .page-block .purplightback .contact dl dd h4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .contact dl dd h4 {
    font-size: 16px;
  }
}

.page-block .purplightback .contact dl dd .right {
  width: calc(100% - 200px);
  font-size: 26px;
  color: #333333;
}

@media (max-width: 1366px) {
  .page-block .purplightback .contact dl dd .right {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .page-block .purplightback .contact dl dd .right {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .contact dl dd .right {
    font-size: 14px;
  }
}

.page-block .purplightback .contact dl dd .right p {
  margin-bottom: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}

.page-block .purplightback .contact dl dd .right p:nth-last-child(1) {
  margin-bottom: 0;
}

.page-block .purplightback .contact dl dd .right p span {
  display: block;
  width: 20%;
}

@media (max-width: 1440px) {
  .page-block .purplightback .contact dl dd .right p span {
    width: 33.333%;
  }
}

@media (max-width: 1024px) {
  .page-block .purplightback .contact dl dd .right p span {
    width: 50%;
  }
}

.page-block .purplightback .gourla a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: #FFFFFF;
  padding: 1.5rem 2rem;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}

.page-block .purplightback .gourla a:hover {
  box-shadow: 0 3px 6px rgba(113, 56, 161, 0.16);
}

.page-block .purplightback .gourla a h4 {
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .page-block .purplightback .gourla a h4 {
    width: 100%;
  }
}

.page-block .purplightback .gourla a h4 img {
  margin-right: 10px;
}

.page-block .purplightback .gourla a span {
  color: #7138A1;
  width: 200px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-block .purplightback .gourla a span.godownload::after {
  display: none;
}

.page-block .purplightback .gourla a span.godownload::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../image/download.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.page-block .purplightback .gourla a span::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 14px;
  background: url(../image/r_blue.svg) no-repeat top center;
  background-size: cover;
  margin-left: 10px;
}

.page-block .purplightback .tit-btn-light {
  background: #B69ACB;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  padding: 1.2rem 2rem;
  position: relative;
  transform: translateY(-50px);
  margin-top: -4rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-block .purplightback .tit-btn-light {
    transform: translateY(0px);
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
  }
}

.page-block .purplightback .tablenew .items table th, .page-block .purplightback .tablenew .items table td {
  vertical-align: middle;
  padding: 0.8rem 0.5rem;
  border-radius: 5px;
  background: #E1E4FC;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  border: 5px solid #ffffff;
}

@media (max-width: 1024px) {
  .page-block .purplightback .tablenew .items table th, .page-block .purplightback .tablenew .items table td {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .tablenew .items table th, .page-block .purplightback .tablenew .items table td {
    font-size: 14px;
    white-space: nowrap;
  }
}

.page-block .purplightback .tablenew .items table thead th {
  background: #E8D5B5;
  border: none;
}

.page-block .purplightback .tablenew .items table thead th:nth-child(1) {
  border-radius: 18px 0 0 0;
}

.page-block .purplightback .tablenew .items table thead th:nth-last-child(1) {
  border-radius: 0px 18px 0 0;
}

.page-block .purplightback .tablenew .items table tbody tr td {
  background: #F5F1EE !important;
  border: 5px solid #ffffff;
}

.page-block .purplightback .tablenew .items table tbody tr td:nth-child(1) {
  background: #F9EFE7 !important;
  text-align: left;
  border-left-width: 0px;
  font-weight: bold;
}

.page-block .purplightback .tablenew .items table tbody tr td:nth-last-child(1) {
  border-right-width: 0px;
}

.page-block .purplightback .tablenew .items table tbody tr td a:hover {
  color: #7138A1;
  text-decoration: underline;
  font-weight: bold;
}

.page-block .purplightback .table-cse1 table th, .page-block .purplightback .table-cse1 table td {
  padding: 1rem;
  border: 5px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .page-block .purplightback .table-cse1 table th, .page-block .purplightback .table-cse1 table td {
    white-space: nowrap;
  }
}

.page-block .purplightback .table-cse1 table th:nth-child(1), .page-block .purplightback .table-cse1 table td:nth-child(1) {
  text-align: left;
}

.page-block .purplightback .table-cse1 table thead tr th {
  background: #B69ACB;
}

.page-block .purplightback .table-cse1 table thead tr th:nth-child(1) {
  background: #FBCAAA;
  border-radius: 18px 0 0 0;
  position: sticky;
  left: 0;
}

.page-block .purplightback .table-cse1 table thead tr th:nth-last-child(1) {
  border-radius: 0px 18px 0 0;
}

.page-block .purplightback .table-cse1 table tbody tr td {
  background: #D9E2F3;
}

.page-block .purplightback .table-cse1 table tbody tr td:nth-child(1) {
  background: #FBCAAA;
  position: sticky;
  left: 0;
}

.page-block .purplightback .table-cse1 table tbody tr td.green-back {
  background: #E2EFD9;
}

.page-block .purplightback .table-cse1 table tbody tr td.pink-back {
  background: #FCDECA;
}

.page-block .purplightback .table-cse2 table th, .page-block .purplightback .table-cse2 table td {
  padding: 0.4rem;
  border: 5px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .page-block .purplightback .table-cse2 table th, .page-block .purplightback .table-cse2 table td {
    white-space: nowrap;
  }
}

.page-block .purplightback .table-cse2 table th:nth-child(1), .page-block .purplightback .table-cse2 table td:nth-child(1) {
  text-align: center;
  background: #FBCAAA;
}

@media (max-width: 1024px) {
  .page-block .purplightback .table-cse2 table th:nth-child(1), .page-block .purplightback .table-cse2 table td:nth-child(1) {
    white-space: nowrap;
  }
}

.page-block .purplightback .table-cse2 table th:nth-child(2), .page-block .purplightback .table-cse2 table td:nth-child(2) {
  background: #D9E2F3;
}

.page-block .purplightback .table-cse2 table th:nth-child(3), .page-block .purplightback .table-cse2 table td:nth-child(3) {
  background: #D9E2F3;
}

.page-block .purplightback .table-cse2 table th:nth-child(4), .page-block .purplightback .table-cse2 table td:nth-child(4) {
  background: #D9E2F3;
}

.page-block .purplightback .table-cse2 table th:nth-child(5), .page-block .purplightback .table-cse2 table td:nth-child(5) {
  background: #D9E2F3;
}

.page-block .purplightback .table-cse2 table th:nth-child(6), .page-block .purplightback .table-cse2 table td:nth-child(6) {
  background: #E2EFD9;
}

.page-block .purplightback .table-cse2 table th:nth-child(7), .page-block .purplightback .table-cse2 table td:nth-child(7) {
  background: #E2EFD9;
}

.page-block .purplightback .table-cse2 table thead tr th {
  background: #B69ACB;
}

.page-block .purplightback .table-cse2 table thead tr th:nth-child(1) {
  background: #FBCAAA;
  border-radius: 18px 0 0 0;
}

.page-block .purplightback .table-cse2 table thead tr th:nth-last-child(1) {
  border-radius: 0px 18px 0 0;
}

.page-block .purplightback .table-cse2 table tbody tr td {
  background: #E6D9EF;
}

.page-block .purplightback .table-cse2 table tbody tr td p {
  margin-bottom: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-block .purplightback .table-cse2 table tbody tr td p {
    font-size: 14px;
  }
}

.page-block .purplightback .table-cse2 table tbody tr td span {
  font-size: 14px;
  display: block;
  text-align: left;
}

.page-block .purplightback .table-cse2 table tbody tr td em {
  font-size: 12px;
  text-align: left;
  display: block;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(2) table thead tr th {
  background: #E2EFD9;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(2) table thead tr th:nth-child(1) {
  background: #FBCAAA;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(2) table tbody tr td {
  background: #E2EFD9;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(2) table tbody tr td:nth-child(1) {
  background: #FBCAAA;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(3) table thead tr th {
  background: #E6D9EF;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(3) table thead tr th:nth-child(1) {
  background: #FBCAAA;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(3) table tbody tr td {
  background: #E6D9EF;
}

.page-block .purplightback .table-cse2 .colortable .table-responsive:nth-child(3) table tbody tr td:nth-child(1) {
  background: #FBCAAA;
}

.page-block .purplightback .table-cse3 table th, .page-block .purplightback .table-cse3 table td {
  padding: 0.5rem;
  border: 5px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  background: #CBACD8;
}

@media (max-width: 767px) {
  .page-block .purplightback .table-cse3 table th, .page-block .purplightback .table-cse3 table td {
    white-space: nowrap;
  }
}

.page-block .purplightback .table-cse3 table th:nth-child(1), .page-block .purplightback .table-cse3 table td:nth-child(1) {
  text-align: left;
  background: #B380DB;
}

.page-block .purplightback .table-cse3 table thead tr:nth-last-child(1) th:nth-child(1) {
  background: #CBACD8;
  border-radius: 0;
}

.page-block .purplightback .table-cse3 table thead tr th:nth-child(1) {
  border-radius: 18px 0 0 0;
}

.page-block .purplightback .table-cse3 table thead tr th:nth-last-child(1) {
  border-radius: 0px 18px 0 0;
}

.page-block .purplightback .table-cse3 table tbody tr:nth-last-child(1) td:nth-child(1) {
  background: #FFCCCB;
  border-radius: 0;
}

.page-block .purplightback .table-cse3 table tbody tr td {
  background: #FFCCCB;
}

.page-block .purplightback .table-cse3 table tbody tr td:nth-child(1) {
  background: #F2ACAA;
}

.page-block .purplightback .table-cse3 table tbody tr td.no-back {
  background: #E9E9E9;
}

.page-block .purplightback .see-record {
  flex-wrap: wrap;
}

.page-block .purplightback .see-record p {
  margin-bottom: 0;
}

.page-block .purplightback .see-record a {
  font-weight: bold;
  color: #7138A1;
  text-decoration: underline;
}

.page-block .purplightback .whiteback {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .page-block .purplightback .whiteback {
    padding: 0.5rem;
  }
}

.page-block .purplightback .download-btn {
  display: inline-block;
  background: #7138A1;
  border-radius: 36px;
  color: #ffffff;
  border: 1px solid #7138A1;
  padding: 10px 30px;
}

.page-block .purplightback .download-btn.download-btn2 {
  width: 281px;
  text-align: center;
}

.page-block .purplightback .download-btn:hover {
  background: none;
  color: #7138A1;
}

.page-block .purplightback .download-btn:hover img {
  filter: invert(50%) brightness(0%);
}

.page-block .purplightback .download-btn img {
  margin-right: 10px;
  filter: invert(50%) brightness(300%);
}

.page-block .purplightback .tabbtn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-block .purplightback .tabbtn a {
  display: inline-block;
  background: #E3D1F1;
  border-radius: 5px;
  padding: 13px 37px;
  color: #000;
  margin-right: 30px;
  transform: translateY(-85px);
  margin-top: 1rem;
}

@media (max-width: 1366px) {
  .page-block .purplightback .tabbtn a {
    padding: 12px 25px;
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .page-block .purplightback .tabbtn a {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .page-block .purplightback .tabbtn a {
    transform: translateY(0px);
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.page-block .purplightback .tabbtn a.active {
  background: #B69ACB;
}

.page-block .purplightback .tablist .list {
  display: none;
}

.page-block .purplightback .tablist .list:nth-child(1) {
  display: block;
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(2) .box {
  background: rgba(162, 170, 248, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(2) em {
  color: rgba(162, 170, 248, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(3) .box {
  background: rgba(109, 89, 166, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(3) em {
  color: rgba(109, 89, 166, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(4) .box {
  background: rgba(219, 148, 95, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(4) em {
  color: rgba(219, 148, 95, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(5) .box {
  background: rgba(105, 92, 135, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(5) em {
  color: rgba(105, 92, 135, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(6) .box {
  background: rgba(181, 70, 115, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(6) em {
  color: rgba(181, 70, 115, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(7) .box {
  background: rgba(57, 142, 151, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12:nth-child(7) em {
  color: rgba(57, 142, 151, 0.1);
}

.page-block .purplightback .tablist .list .seitems .col-sm-12 .box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  background: rgba(154, 114, 185, 0.1);
  color: #000000;
  position: relative;
}

.page-block .purplightback .tablist .list .seitems .col-sm-12 .box p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.page-block .purplightback .tablist .list .seitems .col-sm-12 .box i {
  display: block;
  margin: 0 auto;
  line-height: 1;
}

.page-block .purplightback .tablist .list .seitems .col-sm-12 .box em {
  position: absolute;
  right: 10px;
  bottom: -30px;
  font-size: 80px;
  font-weight: bold;
  color: rgba(154, 114, 185, 0.1);
}

.page-block .purplightback .tablist .list ul {
  padding-left: 3rem;
}

.page-block .purplightback .tablist .list ul.px-0 {
  padding-left: 0;
}

.page-block .purplightback .tablist .list ul li::before {
  background: none;
  border: 1px solid #7138A1;
}

.page-block .purplightback .tablist .list .whiteback {
  padding: 2.5rem;
}

.page-block .purplightback .tablist .list .txt strong {
  color: #7138A1;
}

.page-block .tablebox {
  border-radius: 14px;
}

.page-block .tablebox .items {
  display: none;
}

.page-block .tablebox .items:nth-child(1) {
  display: block;
}

.page-block .tablebox .items:nth-child(1) table tbody tr td {
  background: #E1E4FC;
}

.page-block .tablebox .items:nth-child(3) table tbody tr td {
  background: #DFD2EA;
}

.page-block .tablebox .items table th, .page-block .tablebox .items table td {
  vertical-align: middle;
  padding: 1rem;
  border-radius: 2px;
  background: #E1E4FC;
  text-align: center;
  font-weight: normal;
  border: 5px solid #ffffff;
}

.page-block .tablebox .items table thead th {
  background: #D6E8D3;
}

.page-block .tablebox .items table thead th:nth-child(1) {
  border-radius: 18px 0 0 0;
}

.page-block .tablebox .items table thead th:nth-last-child(1) {
  border-radius: 0px 18px 0 0;
}

@media (max-width: 767px) {
  .page-block .tablebox .items table thead th {
    white-space: nowrap;
  }
}

.page-block .tablebox .items table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-radius: 2px 2px 18px 2px;
}

.page-block .tablebox .items table tbody tr td {
  background: #F2E8F9;
}

@media (max-width: 767px) {
  .page-block .tablebox .items table tbody tr td {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .page-block .tablebox .items table tbody tr td h3 {
    font-size: 16px;
  }
}

.page-block .tablebox .items .whiteback {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .page-block .tablebox .items .whiteback {
    padding: 0.5rem 1rem;
  }
}

.page-block .tablebox .items .whiteback form label {
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #000;
  display: flex;
  align-items: center;
}

.page-block .tablebox .items .whiteback form label button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #A4E0FF;
  color: #fff;
  position: relative;
  bottom: 0;
  margin-left: 10px;
  padding: 0;
}

.page-block .tablebox .items .whiteback form .form-control {
  border-radius: 7px;
  background: #F5F5F5;
  padding: 1rem;
  border: none;
}

.page-block .tablebox .items .whiteback form .upload {
  display: flex;
  align-items: center;
}

.page-block .tablebox .items .whiteback form .upload .loadimg {
  border-radius: 7px;
  background: #F5F5F5;
  padding: 1rem;
  border: none;
  width: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .page-block .tablebox .items .whiteback form .upload .loadimg {
    width: 150px;
  }
}

.page-block .tablebox .items .whiteback form .upload .loadimg img {
  margin-right: 10px;
}

.page-block .tablebox .items .whiteback form .upload .loadimg input {
  width: 100%;
}

.page-block .tablebox .items .whiteback form .raboat {
  border-radius: 7px;
  background: #F5F5F5;
  padding: 1rem;
  border: none;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.page-block .tablebox .items .whiteback form button {
  border-radius: 36px;
  background: #7138A1;
  border: 1px solid #7138A1;
  color: #ffffff;
  padding: 0.8rem 2rem;
  width: 196px;
  text-align: center;
}

.page-block .tablebox .items .whiteback form button:hover {
  background: none;
  color: #7138A1;
}

.page-block .tablebox .items .career h4 {
  background: #7138A1;
  border-radius: 14px 14px 0 0;
  padding: 1rem 2rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-block .tablebox .items .career h4 {
    padding: 1rem;
  }
}

.page-block .tablebox .items .career h5 {
  color: #7138A1;
  font-size: 28px;
}

@media (max-width: 1366px) {
  .page-block .tablebox .items .career h5 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .page-block .tablebox .items .career h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .page-block .tablebox .items .career h5 {
    font-size: 16px;
  }
}

.page-block .tablebox .items .career .txtcon {
  background: #ffffff;
  padding: 2rem;
}

@media (max-width: 767px) {
  .page-block .tablebox .items .career .txtcon {
    padding: 1rem;
  }
}

.page-block .tablebox .items .career .txtcon ol {
  padding-left: 1rem;
}

.page-block .tablebox .items .tit-btn {
  border-radius: 5px;
  background: #7138A1;
  color: #ffffff;
  display: inline-block;
  padding: 1.2rem 3.9rem;
  position: relative;
  margin-top: -4rem;
  transform: translateY(-40px);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-block .tablebox .items .tit-btn {
    padding: 0.8rem 2rem;
    margin-top: 1.5rem;
    transform: translateY(0px);
  }
}

.page-block .tablebox .items .titmenu h5 {
  margin-top: 50px;
  color: #000000;
  margin-bottom: 0;
}

.page-block .tablebox .items .titmenu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-block .tablebox .items .titmenu ul {
    padding-left: 0;
  }
}

.page-block .tablebox .items .titmenu ul li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  width: 33%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .page-block .tablebox .items .titmenu ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-block .tablebox .items .titmenu ul li {
    width: 100%;
  }
}

.page-block .tablebox .items .titmenu ul li:hover {
  color: #7138A1;
}

.page-block .tablebox .items .titmenu ul li:hover::before {
  border-color: #7138A1;
}

.page-block .tablebox .items .titmenu ul li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #212121;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-block .tablebox .items .lx {
  padding-bottom: 50px;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.page-block .tabcontent .tabbox {
  display: none;
}

.page-block .tabcontent .tabbox:nth-child(1) {
  display: block;
}

.page-block .txt ol li {
  margin-bottom: 15px;
}

.mtf1 {
  height: 40px;
  position: relative;
}

.mtf2 {
  margin-top: 100px;
  position: relative;
}

.popover-header {
  background: none;
  border-bottom: none;
  color: #999;
}

@media (max-width: 768px) {
  .popover-header {
    font-size: 12px;
    padding: 0.5rem;
  }
}

.about-block {
  position: relative;
  overflow: hidden;
}

.about-block .taba {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1772px;
  margin: 0 auto;
}

.about-block .taba.show {
  display: block;
}

@media (max-width: 1680px) {
  .about-block .taba {
    max-width: 85%;
  }
}

@media (max-width: 1280px) {
  .about-block .taba {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .about-block .taba {
    overflow: visible;
    white-space: normal;
    flex-wrap: wrap;
    transition: all 0.35s ease;
    margin-bottom: 20px;
    max-width: 94%;
  }
}

.about-block .taba a {
  border-radius: 40px;
  padding: 1.5rem 0.5rem;
  color: #101010;
  margin-top: 0.5rem;
  border-radius: 23px 23px 0 0;
  text-align: center;
  width: 19%;
  font-weight: bold;
  background: #9A72B9;
  position: relative;
}

@media (max-width: 1440px) {
  .about-block .taba a {
    float: left;
    padding: 20px 15px;
    height: auto;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .about-block .taba a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about-block .taba a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-block .taba a {
    width: 100%;
    float: none;
    border-radius: 10px;
    padding: 0.5rem;
    display: none;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-block .taba a:nth-child(1) {
    display: block;
  }
  .about-block .taba a:nth-child(1)::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.about-block .taba a:nth-child(2) {
  background: #CBACD8;
}

.about-block .taba a:nth-child(2):hover, .about-block .taba a:nth-child(2).active {
  background: #FCF8FF !important;
}

.about-block .taba a:nth-child(3) {
  background: #C7CFFE;
}

.about-block .taba a:nth-child(3):hover, .about-block .taba a:nth-child(3).active {
  background: #F6F7FC !important;
}

.about-block .taba a:nth-child(4) {
  background: #DDECFF;
}

.about-block .taba a:nth-child(4):hover, .about-block .taba a:nth-child(4).active {
  background: #F5F9FE !important;
}

.about-block .taba a:nth-child(5) {
  background: #FFCCCB;
}

.about-block .taba a:nth-child(5):hover, .about-block .taba a:nth-child(5).active {
  background: #FFF9F9 !important;
}

.about-block .taba a:hover, .about-block .taba a.active {
  background: #FCF8FF !important;
  color: #7138A1;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .about-block .taba a br {
    display: none;
  }
}

.about-block .taba a.show {
  display: block;
}

.about-block .taba a.show::after {
  display: none;
}

.about-block .taba .row .col-md-4 {
  margin-bottom: 2rem;
}

.about-block .taba .row .col-md-4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #7138A1;
  background: #ffffff !important;
  padding: 0.5rem;
  color: #7138A1;
}

.about-block .taba .row .col-md-4 a.active {
  background: #7138A1 !important;
  color: #ffffff;
}

.about-block .taba .row .col-md-4 a.active img {
  filter: invert(50%) brightness(300%) !important;
}

.about-block .taba .row .col-md-4 a img {
  margin-right: 10px;
}

.about-block .tabcontent.tabcontent2 .tabbox .purplightback::before {
  content: '';
  display: block;
  width: 377px;
  height: 438px;
  background: url(../image/logo-big.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: auto;
  right: -20px;
  transform: none;
  top: auto;
  bottom: -100px;
}

@media (max-width: 767px) {
  .about-block .tabcontent.tabcontent2 .tabbox .purplightback::before {
    width: 277px;
    height: 338px;
  }
}

.about-block .tabcontent .tabbox {
  display: none;
}

.about-block .tabcontent .tabbox:nth-child(1) {
  display: block;
}

.about-block .tabcontent .tabbox:nth-child(3) .purplightback {
  background: #F6F7FC;
}

.about-block .tabcontent .tabbox:nth-child(4) .purplightback {
  background: #F5F9FE;
}

.about-block .tabcontent .tabbox:nth-child(5) .purplightback {
  background: #FFF9F9;
}

.about-block .tabcontent .tabbox .purplightback {
  position: relative;
}

.about-block .tabcontent .tabbox .purplightback::before {
  content: '';
  display: block;
  width: 577px;
  height: 638px;
  background: url(../image/logo-big.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

@media (max-width: 767px) {
  .about-block .tabcontent .tabbox .purplightback::before {
    width: 277px;
    height: 338px;
  }
}

.about-block .purplightback {
  background: #FCF8FF;
  border-radius: 46px;
  padding: 3rem;
  margin: 0px auto;
  margin-bottom: 3rem;
  max-width: 1772px;
}

@media (max-width: 1680px) {
  .about-block .purplightback {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .about-block .purplightback {
    padding: 2rem 1rem;
    max-width: 94%;
    margin: 30px auto;
    margin-top: 0;
  }
}

.about-block .purplightback .container {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .about-block .purplightback .container {
    max-width: 100%;
    padding: 0;
  }
}

.about-block .purplightback .about {
  position: relative;
}

.about-block .purplightback .about .swiper-slide {
  height: 100%;
}

.about-block .purplightback .about .swiper-slide .boximg {
  height: 411px;
}

.about-block .purplightback .about .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-block .purplightback .faqli .li {
  margin: 2rem 0;
}

.about-block .purplightback .faqli .li h3 {
  border-radius: 10px 10px 0px 0px;
  background: #7138A1;
  color: #ffffff;
  margin-bottom: 0;
  padding: 1.15rem 2rem;
}

.about-block .purplightback .faqli .li .con {
  background: #ffffff;
  padding: 2rem 2rem;
  position: relative;
  min-height: 200px;
}

.about-block .purplightback .faqli .li .con .icbox {
  display: flex;
  justify-content: space-between;
}

.about-block .purplightback .faqli .li .con .icbox i {
  width: 50px;
}

.about-block .purplightback .faqli .li .con .icbox .conb {
  width: calc(100% - 50px);
}

.about-block .purplightback .faqli .li .con .icbox .conb ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-block .purplightback .faqli .li .con .icbox .conb ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}

.about-block .purplightback .faqli .li .con .icbox .conb ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid #7138A1;
  position: absolute;
  left: 0;
  top: 15px;
}

.about-block .purplightback .map {
  border-radius: 33px;
  position: relative;
  overflow: hidden;
}

.about-block .purplightback .map img, .about-block .purplightback .map iframe {
  border-radius: 33px;
}

.tab-mobile-click {
  display: none;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .tab-mobile-click {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    background: #efefef;
    border-radius: 10px;
  }
}

.tab-mobile-click::after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.Rules-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.Rules-block .purple-back {
  background: #7138A1;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  color: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  .Rules-block .purple-back {
    padding: 20px 10px;
  }
}

.Rules-block .purple-back h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
}

@media (max-width: 992px) {
  .Rules-block .purple-back h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purple-back h2 {
    font-size: 16px;
  }
}

.Rules-block .purple-back::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 180px;
  height: 199px;
  background: url(../image/logo_bg.png) no-repeat top center;
}

.Rules-block .taba {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.Rules-block .taba a {
  border-radius: 45px;
  height: auto;
  border: 1px solid #7138A1;
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
  margin: 0.8rem 0.5rem;
  color: #7138A1;
  text-align: center;
  padding: 0.6rem 0.5rem;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .Rules-block .taba a {
    width: calc(50% - 1rem);
  }
}

@media (max-width: 767px) {
  .Rules-block .taba a {
    width: 100%;
    margin: 0.5rem 0;
    display: none;
  }
}

.Rules-block .taba a.active {
  background: #7138A1;
  color: #ffffff;
}

.Rules-block .taba a.active img {
  filter: invert(50%) brightness(300%) !important;
}

.Rules-block .taba a.show {
  display: flex;
}

.Rules-block .taba a.show::after {
  display: none;
}

@media (max-width: 767px) {
  .Rules-block .taba a:nth-child(1) {
    display: block;
  }
  .Rules-block .taba a:nth-child(1)::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.Rules-block .taba a img {
  margin-right: 10px;
}

.Rules-block .purplightback {
  background: #FCF8FF;
  border-radius: 46px;
  padding: 3rem;
  margin: 0px auto;
  margin-bottom: 3rem;
  max-width: 1772px;
}

@media (max-width: 1680px) {
  .Rules-block .purplightback {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback {
    padding: 1rem;
    max-width: 94%;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .container {
    max-width: 100%;
    padding: 0;
  }
}

.Rules-block .purplightback h3 {
  display: inline-block;
  border-radius: 38px;
  background: #7138A1;
  color: #ffffff;
  padding: 0.7rem 2.5rem;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback h3 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .Rules-block .purplightback h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback h3 {
    font-size: 20px;
  }
}

.Rules-block .purplightback .content {
  color: #000000;
  text-align: justify;
}

.Rules-block .purplightback .content.content2 b {
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content.content2 b {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .Rules-block .purplightback .content.content2 b {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content.content2 b {
    font-size: 14px;
  }
}

.Rules-block .purplightback .content.content2 .whiteback.last table thead tr th:nth-child(2) {
  background: #FFCCCB !important;
}

.Rules-block .purplightback .content.content2 .whiteback.last table tbody tr td:nth-child(2) {
  background: #FEEAE9;
}

.Rules-block .purplightback .content.content2 .whiteback.last table tbody tr td span {
  padding: 10px 0px;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table thead tr th:nth-child(2) {
  background: #CCBA9F !important;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td:nth-child(2) {
  background: #F3E5CF;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td span {
  padding: 10px 0px;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td span.mtr {
  padding: 25px 0px;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(1) table tbody tr td span.mtr:nth-child(1) {
  margin-top: 4rem;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table thead tr th:nth-child(2) {
  background: #D2EEC0 !important;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table tbody tr td:nth-child(2) {
  background: #E2EFD9;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table tbody tr td span.mtr {
  padding: 25px 0px;
}

.Rules-block .purplightback .content.content2 .whiteback:nth-last-child(2) table tbody tr td span.mtr:nth-child(1) {
  margin-top: 4rem;
}

.Rules-block .purplightback .content.content2 .whiteback table thead th {
  background: #FBCAAA !important;
}

.Rules-block .purplightback .content.content2 .whiteback table thead th:nth-child(2) {
  background: #BECDE9 !important;
}

.Rules-block .purplightback .content.content2 .whiteback table thead th:nth-child(3) {
  background: #CDB3DF !important;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th, .Rules-block .purplightback .content.content2 .whiteback table tr td {
  white-space: normal;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th:nth-child(1), .Rules-block .purplightback .content.content2 .whiteback table tr td:nth-child(1) {
  background: #FBCAAA;
  text-align: center;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th:nth-child(2), .Rules-block .purplightback .content.content2 .whiteback table tr td:nth-child(2) {
  background: #FBCAAA;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th:nth-child(2), .Rules-block .purplightback .content.content2 .whiteback table tr td:nth-child(2) {
  background: #D9E2F3;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th:nth-child(3), .Rules-block .purplightback .content.content2 .whiteback table tr td:nth-child(3) {
  background: #E6D9EF;
}

.Rules-block .purplightback .content.content2 .whiteback table tr th p, .Rules-block .purplightback .content.content2 .whiteback table tr td p {
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content.content2 .whiteback table tr th p, .Rules-block .purplightback .content.content2 .whiteback table tr td p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content.content2 .whiteback table tr th p, .Rules-block .purplightback .content.content2 .whiteback table tr td p {
    font-size: 15px;
  }
}

.Rules-block .purplightback .content.content2 .whiteback ol {
  counter-reset: item;
  padding-left: 0;
}

.Rules-block .purplightback .content.content2 .whiteback ol li {
  font-size: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 10px;
  list-style: none;
  counter-increment: item;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content.content2 .whiteback ol li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content.content2 .whiteback ol li {
    font-size: 15px;
  }
}

.Rules-block .purplightback .content.content2 .whiteback ol li::before {
  content: "(" counter(item, lower-alpha) ") ";
  position: absolute;
  left: 0;
  top: 0;
}

.Rules-block .purplightback .content.content2 .whiteback ol li:nth-last-child(1) {
  border: none;
}

.Rules-block .purplightback .content.content2 .whiteback span {
  display: block;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 30px 0px;
  font-size: 26px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content.content2 .whiteback span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content.content2 .whiteback span {
    font-size: 15px;
  }
}

.Rules-block .purplightback .content.content2 .whiteback span:nth-last-child(1) {
  border: none;
}

.Rules-block .purplightback .content h4 {
  font-size: 30px;
  font-weight: bold;
  color: #FF952B;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content h4 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .Rules-block .purplightback .content h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content h4 {
    font-size: 16px;
  }
}

.Rules-block .purplightback .content h4::before {
  content: '';
  display: block;
  width: 17px;
  height: 16px;
  background: url(../image/o.svg) no-repeat top center;
  background-size: contain;
  margin-right: 10px;
}

.Rules-block .purplightback .content h4 span {
  color: #7138A1;
  margin-left: 10px;
}

.Rules-block .purplightback .content p {
  padding-left: 27px;
  position: relative;
}

.Rules-block .purplightback .content p.in {
  padding-left: 70px !important;
}

.Rules-block .purplightback .content p i {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}

.Rules-block .purplightback .content ol {
  margin-left: 28px;
}

.Rules-block .purplightback .content ol li {
  list-style: upper-alpha;
  margin-bottom: 15px;
}

.Rules-block .purplightback .content ol li::marker {
  color: #7138A1;
}

.Rules-block .purplightback .content ol li span {
  color: #059823;
}

.Rules-block .purplightback .content ol li a {
  color: #FF952B;
}

.Rules-block .purplightback .content ol li ul {
  margin-top: 10px;
}

.Rules-block .purplightback .content ol li ul li {
  list-style: circle;
}

.Rules-block .purplightback .content h6 {
  font-weight: bold;
  color: #FF952B;
  font-size: 28px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content h6 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .Rules-block .purplightback .content h6 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content h6 {
    font-size: 16px;
  }
}

.Rules-block .purplightback .content .whiteback {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}

.Rules-block .purplightback .content .whiteback h5 {
  font-size: 26px;
  font-weight: bold;
  color: #7138A1;
  margin-top: 30px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content .whiteback h5 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .Rules-block .purplightback .content .whiteback h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content .whiteback h5 {
    font-size: 16px;
  }
}

.Rules-block .purplightback .content .whiteback p {
  padding-left: 0;
}

.Rules-block .purplightback .content .whiteback ol {
  margin-left: 0;
}

.Rules-block .purplightback .content .whiteback table {
  border-radius: 18px 18px 0 0;
  position: relative;
  overflow: hidden;
}

.Rules-block .purplightback .content .whiteback table th, .Rules-block .purplightback .content .whiteback table td {
  padding: 1rem;
  border: 5px solid #ffffff;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content .whiteback table th, .Rules-block .purplightback .content .whiteback table td {
    white-space: nowrap;
  }
}

.Rules-block .purplightback .content .whiteback table thead tr th {
  background: #B69ACB;
}

.Rules-block .purplightback .content .whiteback table thead tr th:nth-child(1) {
  border-radius: 18px 0px 0px 0px;
}

.Rules-block .purplightback .content .whiteback table thead tr th:nth-last-child(1) {
  border-radius: 0 18px 0px 0px;
}

.Rules-block .purplightback .content .whiteback table tbody tr {
  background: #F3EAF9;
}
/*
.Rules-block .purplightback .content .whiteback table tbody tr:nth-child(2) {
  background: #FCDECA;
}

.Rules-block .purplightback .content .whiteback table tbody tr:nth-child(3) {
  background: #E2EFD9;
}

.Rules-block .purplightback .content .whiteback table tbody tr:nth-child(4) {
  background: #D9E2F3;
}

.Rules-block .purplightback .content .whiteback table tbody tr:nth-child(5) {
  background: #F3EAF9;
}
*/
.Rules-block .purplightback .content .whiteback table tbody tr td span {
  font-size: 20px;
}

@media (max-width: 1366px) {
  .Rules-block .purplightback .content .whiteback table tbody tr td span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .Rules-block .purplightback .content .whiteback table tbody tr td span {
    font-size: 14px;
  }
}

.Rules-block .gourla a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: #FFFFFF;
  padding: 1.5rem 2rem;
  transition: all 0.35s ease;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .Rules-block .gourla a {
    flex-wrap: wrap;
  }
}

.Rules-block .gourla a:hover {
  box-shadow: 0 3px 6px rgba(113, 56, 161, 0.16);
}

.Rules-block .gourla a h4 {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  color: #333 !important;
  font-weight: normal !important;
}

@media (max-width: 767px) {
  .Rules-block .gourla a h4 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.Rules-block .gourla a h4 img {
  margin-right: 10px;
}

.Rules-block .gourla a h4::before {
  display: none !important;
}

.Rules-block .gourla a span {
  color: #7138A1;
}

.Rules-block .gourla a span.godownload::after {
  display: none;
}

.Rules-block .gourla a span.godownload::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../image/download.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.Rules-block .gourla a span::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 14px;
  background: url(../image/r_blue.svg) no-repeat top center;
  background-size: cover;
  margin-left: 10px;
}

.fixbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #7138A1;
  padding: 40px 0px;
  z-index: 99999;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .fixbar {
    padding: 20px 50px;
  }
}

.fixbar .col-md-4 {
  width: auto;
  display: flex;
  border-right: 1px solid #ffffff;
  padding-right: 4%;
}

@media (max-width: 1024px) {
  .fixbar .col-md-4 {
    border: none;
    padding-left: 0%;
    padding-right: 0;
  }
}

.fixbar .col-md-4:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
}

.fixbar .col-md-4 h3 {
  font-weight: normal;
}

.fixbar .col-md-4 h3 a {
  color: #ffffff;
}

.fixbar .col-md-4 .txt {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .fixbar .col-md-4 .txt {
    display: none;
  }
}

@media (max-width: 1024px) {
  .fixbar .col-md-4 .icos {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .fixbar .col-md-4 .icos {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1024px) {
  .fixbar .col-md-4 .icos .pc-ico {
    display: none;
  }
}

.fixbar .col-md-4 .icos .mobile-ico {
  display: none;
}

@media (max-width: 1024px) {
  .fixbar .col-md-4 .icos .mobile-ico {
    display: block;
  }
}

.notice {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.notice.show {
  display: flex;
}

.notice .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.notice .inner {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 22px;
  position: relative;
  z-index: 88;
  background-image: linear-gradient(#E2E7FC, #fff);
  box-sizing: border-box;
  padding: 50px;
}

@media (max-width: 1280px) {
  .notice .inner {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .notice .inner {
    padding: 30px;
    height: 400px;
    overflow-y: scroll;
  }
}

.notice .inner h3 {
  margin-bottom: 30px;
  font-weight: normal;
}

.notice .inner .txt ol {
  padding-left: 1.5rem;
}

.notice .inner .txt ol li {
  list-style: upper-roman;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

form .form-group .select-menu-ul li {
  padding: 15px 1rem;
  margin-bottom: 0;
  border-radius: 0;
  color: #7138A1;
}

form .form-group .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 1rem;
  background: #F5F5F5;
  border-radius: 7px;
  border: none;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  color: #707070;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #7138A1;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #999999;
  padding: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-wrap: wrap;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #F7C325;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
  font-weight: bold;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #333333;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #F7C325;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox .bzbox .bz {
  margin: 0 1rem;
}

.radiolist .radiobox-inline .radiobox .bzbox h4 {
  margin-bottom: 0;
  color: #0F0F0F;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox h4 {
    font-size: 14px;
  }
}

.checkboxlist .checkbox-inline {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(0, 81, 242, 0.58);
  border-color: rgba(0, 81, 242, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid rgba(112, 112, 112, 0.58);
  border-radius: 5px;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #374869;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #333333;
  font-weight: normal;
}

.contact-block {
  position: relative;
}

.contact-block .container {
  position: relative;
  z-index: 99;
}

.contact-block::before {
  content: '';
  display: inline-block;
  width: 862px;
  height: 542px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://cemeteries.catholic.org.hk/themes/theme/static/images/ds.png) no-repeat top center;
  background-size: cover;
  z-index: 1;
}

.contact-block .links {
  display: flex;
  align-items: center;
}

.contact-block .links a {
  color: #0F537F;
  margin-right: 1rem;
  font-size: 1.2em;
  transition: all 0.35s ease;
}

.contact-block .links a:hover {
  color: #122237;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-block form .form-group label {
  color: #727272;
  margin-bottom: 0.5rem;
}

.contact-block form .form-group .form-control {
  border: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: none;
  padding: 0.9rem;
}

.contact-block form .checkbox {
  color: #727272;
}

.contact-block form .checkbox input {
  margin-right: 1rem;
}

.contact-block form .more {
  background: #B5D4FF;
}

.contact-block form .more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.contact-block form .more img {
  filter: invert(50%) brightness(0%) !important;
}

.contact-block .i1 {
  position: absolute;
  left: -40px;
  bottom: 0rem;
}

.contact-block .i2 {
  position: absolute;
  right: -40px;
  top: 5rem;
}

.contact-block .pic {
  height: 100%;
}

.contact-block .pic img, .contact-block .pic iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 22px;
  background: #7138A1;
  max-width: max-content;
}

@media (max-width: 1024px) {
  .more {
    font-size: 16px;
  }
}

.more:hover {
  color: #ffffff;
}

.more:hover::after {
  height: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #8542BE;
}

.more img {
  margin-left: 10px;
}

.more.more-green {
  background: #A2B987;
  border-radius: 38px;
  border: 1px solid #A2B987;
  padding: 0.8rem 1.8rem;
  color: #ffffff;
}

.more.more-green:hover::after {
  background: #849A6B;
}

.login a {
  position: relative;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.login a:hover {
  color: #ffffff !important;
}

.login a:hover::after {
  height: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.login a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #374869;
}

.loginpup {
  max-width: 788px;
}

.loginpup .conbox {
  padding: 2rem;
  background: #ffffff;
  position: relative;
  background: #F8F8F8;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .loginpup .conbox {
    padding: 1rem;
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {
  .loginpup .conbox form {
    margin-top: 1.5rem;
  }
}

.loginpup .conbox label {
  margin-bottom: 0.6rem;
}

.loginpup .conbox label sub {
  top: 0;
}

.loginpup .conbox .checkbox {
  margin-bottom: 1rem;
}

.loginpup .conbox .checkbox label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.loginpup .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #374869;
}

.loginpup .conbox .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: 1px solid #374869;
}

.loginpup .conbox .more {
  background: #F4E65A;
  width: 100%;
  text-transform: capitalize;
  font-family: 'PT_Serif-Web-Regular';
}

@media (max-width: 1024px) {
  .loginpup .conbox .more {
    margin-top: 0rem !important;
  }
}

.loginpup .conbox .more.text-upper {
  text-transform: uppercase;
}

.loginpup .conbox .more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #101010;
  margin-top: 1.5rem;
}

.loginpup .conbox p a {
  color: #0051F2;
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #374869;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

.Member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Member {
    height: auto;
    overflow: visible;
  }
}

.Member .left_nav {
  width: 268px;
  height: 100vh;
  background: #FCF8ED;
}

@media (max-width: 767px) {
  .Member .left_nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
}

.Member .left_nav .logo {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
}

@media (max-width: 767px) {
  .Member .left_nav .logo {
    padding: 1rem 0;
  }
}

.Member .left_nav .logo img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .Member .left_nav .logo img {
    margin: 0;
  }
}

.Member .left_nav nav {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .Member .left_nav nav {
    opacity: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    right: -400px;
    box-sizing: border-box;
    width: 400px;
    height: 100vh;
    padding: 37px 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333333;
    background: #f3f3f3;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2) inset;
  }
}

.Member .left_nav nav ul {
  padding-left: 0;
}

.Member .left_nav nav ul li {
  list-style: none;
}

.Member .left_nav nav ul li::before {
  display: none;
}

.Member .left_nav nav ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
}

.Member .left_nav nav ul li a.active {
  background: #FAF3AD;
}

.Member .left_nav nav ul li a img {
  margin-right: 20px;
}

.Member .left_nav .mobilenav {
  display: none;
}

@media (max-width: 767px) {
  .Member .left_nav .mobilenav {
    display: block;
  }
}

.Member .left_nav .mobilenav span {
  display: block;
  height: 3px;
  width: 30px;
  background: #374869;
  border-radius: 9px;
  margin: 4px 0px;
}

.Member .right-content {
  width: calc(100% - 268px);
  box-sizing: border-box;
  padding: 1rem;
  overflow: scroll;
  height: 100vh;
}

@media (max-width: 767px) {
  .Member .right-content {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    overflow: visible;
  }
}

.Member .right-content .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .topbar form .form-group {
  display: flex;
  align-items: center;
  border: 1px solid #374869;
  padding: 0.35rem 1rem;
  width: 538px;
}

@media (max-width: 820px) {
  .Member .right-content .topbar form .form-group {
    width: auto;
  }
}

.Member .right-content .topbar form .form-group input {
  box-shadow: none;
  border: none;
  padding: 0;
}

.Member .right-content .topbar .user {
  display: flex;
  align-items: center;
}

.Member .right-content .topbar .user a i {
  color: #7B7B92;
}

.Member .right-content .bread * {
  color: #374869;
}

.Member .right-content .content {
  max-width: 680px;
  margin: 10rem auto 15rem auto;
}

@media (max-width: 767px) {
  .Member .right-content .content {
    margin: 5rem auto 10rem auto;
  }
}

.Member .right-content .content form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .content form .form-group label {
  max-width: 140px;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group label {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}

.Member .right-content .content form .form-group .form-control {
  width: calc(100% - 160px);
  border: 1px solid rgba(112, 112, 112, 0.3);
  box-sizing: border-box;
  padding: 1rem;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .form-control {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .select-menu {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu .form-control {
  width: 100%;
}

.Member .right-content .content form .twobtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Member .right-content .content form .twobtn button {
  margin: 1rem;
  width: 150px;
  background: #ffffff;
  border: 1px solid #374869;
  text-transform: capitalize;
  font-family: 'PT_Serif-Web-Regular';
}

.Member .right-content .content form .twobtn button img {
  margin-left: 0;
  margin-right: 10px;
}

.Member .right-content .content .taba {
  display: flex;
  align-items: center;
}

.Member .right-content .content .taba a {
  color: rgba(55, 72, 105, 0.6);
  padding: 0.5rem;
  margin: 0 1.5rem;
  text-align: center;
}

.Member .right-content .content .taba a.active {
  color: #374869;
  border-bottom: 2px solid #374869;
  padding: 0.5rem;
}

.Member .right-content .content .tabcontent table thead {
  background: #FCF8ED;
  border-color: #FCF8ED;
}

.Member .right-content .content .tabcontent table thead th {
  padding: 1rem 2rem;
  vertical-align: middle;
}

.Member .right-content .content .tabcontent table th, .Member .right-content .content .tabcontent table td {
  padding: 2.1rem 2rem;
  color: #374869;
  border: none;
  text-align: center;
}

.Member .right-content .content .tabcontent table th:nth-child(1), .Member .right-content .content .tabcontent table td:nth-child(1) {
  text-align: left;
}

.Member .right-content .content .tabcontent table tbody {
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr {
  background: #ffffff;
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr:nth-child(even) {
  background: #EFEFEF;
}

main.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

main.wrapper.open {
  left: -400px;
}

main.wrapper.open .Member .left_nav nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-top: 0;
  opacity: 1;
}

main.wrapper.open .close::before, main.wrapper.open .close::after {
  background: #333;
}

.whiteback {
  background-color: #ffffff !important;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  background: rgba(113, 56, 161, 0.06);
  z-index: 9;
  color: #ffffff;
  position: relative;
}

@media (max-width: 992px) {
  footer .row .col-md-4 {
    width: 100%;
  }
  footer .row .col-md-4 .r {
    border: none !important;
    padding: 0 !important;
  }
}

footer .row .col-md-4:nth-last-child(1) .r {
  border: none;
}

footer .row .col-md-4 .r {
  box-sizing: border-box;
  border-right: 1px solid #707070;
  padding-right: 17px;
}

footer .imgs {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

footer .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .imgs::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(124, 59, 178, 0.15) 0%, #7138a1 100%) 0% 0% no-repeat padding-box;
}

footer .imgs h3 {
  color: #ffffff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 9;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.4;
}

footer .address dl dd {
  color: #000;
  margin-bottom: 20px;
}

footer .address dl dd:nth-child(odd) {
  color: #7138A1;
  margin-bottom: 5px;
  margin-top: 20px;
}

footer h3 {
  color: #0D2023;
}

@media (max-width: 1024px) {
  footer .in {
    width: 100%;
  }
}

footer nav ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer nav ul {
    width: 100%;
  }
}

footer nav ul li {
  list-style: none;
}

footer nav ul li:nth-last-child(1) a::after {
  display: none;
}

footer nav ul li::before {
  display: none;
}

footer nav ul li a {
  display: flex;
  align-items: center;
}

footer nav ul li a::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

footer .copyright {
  background: #7138A1;
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  footer .copyright {
    padding: 0.5rem 0;
  }
}

footer .copyright span {
  color: #ffffff;
}

footer .footernav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  footer .footernav {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

footer .footernav li {
  width: 50%;
  margin-bottom: 20px;
  list-style: none;
}

@media (max-width: 767px) {
  footer .footernav li {
    margin-bottom: 10px;
  }
}

footer .footernav li a {
  display: flex;
  align-items: center;
}

footer .footernav li a:hover {
  color: #7138A1;
}

footer .footernav li a::before {
  content: '';
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #7138A1;
  margin-right: 15px;
}

footer .w3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  footer .w3 {
    justify-content: flex-start;
  }
}

footer .w3 img {
  margin-right: 40px;
}

@media (max-width: 767px) {
  footer .w3 img {
    margin-right: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  footer .map {
    margin-top: 10px;
  }
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 95px;
  width: 95px;
  opacity: 0;
  background: #FF952B;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 30px;
}

@media (max-width: 767px) {
  .message {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

main {
  position: relative;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  color: #090909;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  border: 1px solid #707070;
}

.pageinfo ul li a:hover {
  background: #7138A1;
  color: #fff;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #7138A1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.8rem 1.3rem;
}

.pageinfo ul li .prev::after {
  content: "\f100";
  font-family: 'FontAwesome';
}

.pageinfo ul li .prev:hover {
  background: #7138A1;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.8rem 1.3rem;
}

.pageinfo ul li .next::after {
  content: "\f101";
  font-family: 'FontAwesome';
}

.pageinfo ul li .next:hover {
  background: #7138A1;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #374869;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: rgba(12, 12, 12, 0.5);
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: rgba(12, 12, 12, 0.5);
  /* placeholder文字颜色为红色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: rgba(12, 12, 12, 0.5);
  /* placeholder文字颜色为红色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: rgba(12, 12, 12, 0.5);
  /* placeholder文字颜色为红色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media (max-width: 767.98px) {
  .table-responsive .table{
    width: max-content;
  }

  /* 選取我們自訂 class 的表格 */
  .table-stack-on-mobile thead {
      /* 隱藏原始的 a anthead a a */
      display: none;
  }

  .table-stack-on-mobile tbody,
  .table-stack-on-mobile tr,
  .table-stack-on-mobile td {
      /* 讓 tbody, tr, td 變成區塊元素，實現垂直堆疊 */
      display: block;
      width: 100%;
  }

  .table-stack-on-mobile tr {
      /* 讓每一橫列看起來像一張卡片 */
      margin-bottom: 1rem;
      border: 1px solid #dee2e6;
  }
  
  .table-stack-on-mobile tr:last-child {
      margin-bottom: 0;
  }

  .table-stack-on-mobile td {
      /* 清除 Bootstrap 的框線，改由 tr 控制 */
      border: none;
      border-bottom: 1px solid #dee2e6; 
      /* 將文字靠左對齊，在手機上較易閱讀 */
      text-align: left;
      padding-left: 5%; /* 增加一些內距 */
      padding-right: 5%;
  }

  .table-stack-on-mobile td:last-child {
      border-bottom: none; /* 最後一個 td 不需底線 */
  }

  /* 這是關鍵！使用 ::before 偽元素顯示標題 */
  .table-stack-on-mobile td::before {
      /* 讀取 data-th 屬性的內容 */
      content: attr(data-th) " "; /* 後面的 " " 是為了增加一點間隔 */
      font-weight: bold;
      display: block; /* 讓標題佔據一行或可以設定寬度 */
      margin-bottom: 0.25rem;
      color: #6c757d; /* 標題使用稍微柔和的顏色 */
  }
}