@charset "UTF-8";
@font-face {
  font-family: 'Work-Sans-SemiBold';
  src: url("../fonts/Work-Sans-SemiBold.eot");
  src: url("../fonts/Work-Sans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Work-Sans-SemiBold.woff2") format("woff2"), url("../fonts/Work-Sans-SemiBold.woff") format("woff"), url("../fonts/Work-Sans-SemiBold.ttf") format("truetype"), url("../fonts/Work-Sans-SemiBold.svg#Work-Sans-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  width: 100vw;
  overflow-x: hidden;
  color: #333333;
  font-size: 0.83vw;
  font-weight: 400;
  font-family: "微軟正黑體","Microsoft JhengHei";
}

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

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

body .bold {
  font-weight: bold;
}

body em {
  font-style: normal;
}

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

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

body .Work-Sans-SemiBold {
  font-family: "微軟正黑體","Microsoft JhengHei",'Work-Sans-SemiBold';
}

body h4 {
  font-weight: bold;
}

body .title .tt {
  position: relative;
  display: inline-block;
}

body .title .tt span {
  position: relative;
  z-index: 99;
  font-family: "微軟正黑體","Microsoft JhengHei",'Work-Sans-SemiBold';
  font-weight: bold;
}

body .title .tt::after {
  content: '';
  display: inline-block;
  width: 92px;
  height: 22px;
  background: url(../images/rd.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -7px;
  bottom: 0px;
}

@media (max-width: 575.98px) {
  body .title .tt::after {
    left: 40%;
  }
}

body .title .tt1::after {
  content: '';
  display: inline-block;
  width: 111px;
  height: 20px;
  background: url(../images/ti.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -15px;
  bottom: -10px;
}

body .title .tt2::after {
  content: '';
  display: inline-block;
  width: 178px;
  height: 23px;
  background: url(../images/ti2.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -40px;
  bottom: -5px;
}

body .title .tt3::after {
  content: '';
  display: inline-block;
  width: 110px;
  height: 12px;
  background: url(../images/ti3.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
}

body .title .tt4::after {
  content: '';
  display: inline-block;
  width: 110px;
  height: 12px;
  background: url(../images/ti3.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: auto;
  right: 20%;
  bottom: 3px;
}

body .title .tt5::after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 10px;
  background: url(../images/ti5.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -5px;
  bottom: 5px;
}

body .title .tt6::after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 10px;
  background: url(../images/ti5.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 45%;
  bottom: 5px;
}

body i {
  font-style: normal;
}

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

body .orange {
  color: #F27530;
}

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #064CEA;
}

body .blueLight {
  color: #3BFFF8;
}

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

body .black {
  color: #000000;
}

body .greenback {
  background: #63CC71;
}

body .greenDeep {
  background: #52B75F;
}

body .orangeDeep {
  color: #b05f0b;
}

body .yellow {
  color: #FFD739;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .fs120 {
  font-size: 6.25vw;
}

@media (max-width: 575.98px) {
  body .fs120 {
    font-size: 12vw;
  }
}

body .fs100 {
  font-size: 5.2vw;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  body .fs100 {
    font-size: 10vw;
  }
}

body .fs72 {
  font-size: 3.75vw;
}

@media (max-width: 575.98px) {
  body .fs72 {
    font-size: 8vw;
  }
}

body .fs64 {
  font-size: 3.285vw;
}

@media (max-width: 575.98px) {
  body .fs64 {
    font-size: 7.8vw;
  }
}

body .fs60 {
  font-size: 3.125vw;
}

@media (max-width: 575.98px) {
  body .fs60 {
    font-size: 7vw;
  }
}

body .fs56 {
  font-size: 2.9vw;
}

@media (max-width: 575.98px) {
  body .fs56 {
    font-size: 8vw;
  }
}

body .fs54 {
  font-size: 2.825vw;
}

@media (max-width: 575.98px) {
  body .fs54 {
    font-size: 6.5vw;
  }
}

body .fs50 {
  font-size: 2.6vw;
}

@media (max-width: 575.98px) {
  body .fs50 {
    font-size: 6.3vw;
  }
}

body .fs48 {
  font-size: 2.5vw;
  line-height: 1.3;
}

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

body .fs46 {
  font-size: 2.4vw;
}

@media (max-width: 575.98px) {
  body .fs46 {
    font-size: 6vw;
  }
}

body .fs42 {
  font-size: 2.1875vw;
}

@media (max-width: 575.98px) {
  body .fs42 {
    font-size: 5.5vw;
  }
}

body .fs40 {
  font-size: 2.1vw;
}

@media (max-width: 575.98px) {
  body .fs40 {
    font-size: 5.2vw;
  }
}

body .fs38 {
  font-size: 1.98vw;
}

@media (max-width: 575.98px) {
  body .fs38 {
    font-size: 5vw;
  }
}

body .fs36 {
  font-size: 1.875vw;
}

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

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

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

body .fs80 {
  font-size: 4.2vw;
}

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

@media (max-width: 575.98px) {
  body .fs80 {
    font-size: 10vw;
  }
}

body .fs66 {
  font-size: 3.4375vw;
}

@media (max-width: 768px) {
  body .fs66 {
    font-size: 6vw;
  }
}

@media (max-width: 575.98px) {
  body .fs66 {
    font-size: 8vw;
  }
}

body .fs44 {
  font-size: 2.3vw;
  line-height: 1.1;
}

@media (max-width: 1280px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 575.98px) {
  body .fs44 {
    font-size: 6.7vw;
  }
}

body .fs20 {
  font-size: 1.04vw;
}

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

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

body .fs32 {
  font-size: 1.86vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs32 {
    font-size: 2.1vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs32 {
    font-size: 4.8vw;
  }
}

body .fs30 {
  font-size: 1.56vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs30 {
    font-size: 2vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs30 {
    font-size: 4.6vw;
  }
}

body .fs28 {
  font-size: 1.45vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs28 {
    font-size: 2vw;
  }
}

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

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

body .fs26 {
  font-size: 1.35vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs26 {
    font-size: 1.9vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs26 {
    font-size: 4.3vw;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 1.25vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs24, body h2, body .h2 {
    font-size: 1.8vw;
  }
}

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

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

body .fs18 {
  font-size: 0.94vw;
}

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

body .fs16 {
  font-size: 0.83vw;
}

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

body .fs14 {
  font-size: 0.73vw;
}

@media (max-width: 575.98px) {
  body .fs14 {
    font-size: 3.4vw;
  }
}

body .fs12 {
  font-size: 0.625vw;
}

@media (max-width: 575.98px) {
  body .fs12 {
    font-size: 3.2vw;
  }
}

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

body .more {
  border: 2px solid #DE1A52;
  width: 193px;
  height: 67px;
  border-radius: 34px;
  text-align: center;
  color: #ED1C24;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  body .more {
    width: 136px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  body .more {
    width: 116px;
    height: 40px;
  }
}

body .more img {
  margin-left: 0.5rem;
}

body .more:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

body .more2 {
  width: 193px;
  height: 67px;
  border-radius: 34px;
  text-align: center;
  color: #ffffff;
  background: #ED1C24;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  body .more2 {
    width: 136px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  body .more2 {
    width: 116px;
    height: 40px;
  }
}

body .more2::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-left: 0.8rem;
}

body .more2:hover {
  color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

body .white {
  color: #ffffff;
}

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

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

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

body ul {
  margin-bottom: 0;
}

body .more4 {
  border-radius: 30px;
  color: #ffffff;
  background: #EB9B23;
  padding: 1rem 3rem;
  transition: all 0.35s ease;
  display: inline-block;
}

body .more4 img {
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  body .more4 img {
    width: 40px;
  }
}

body .more4:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

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

.filterbox .price .int input::-webkit-input-placeholder {
  color: #D9D9D9;
}

.filterbox .price .int input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}

.filterbox .price .int input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}

.filterbox .price .int input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D9D9D9;
}

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.form-control {
  color: #333;
}

.video_pup .boxc::-webkit-scrollbar {
  width: 8px;
}

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

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

.Application_pup .apply::-webkit-scrollbar {
  width: 0px;
}

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

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

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

.dropdown-menu {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: auto;
  width: auto;
  padding: 15px 0;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -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.6);
  border: none;
  border-radius: 1rem;
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  font-size: 0.8vw;
}

@media (max-width: 1366px) {
  .dropdown-menu li a {
    font-size: 1vw;
  }
}

.dropdown-menu li:nth-child(1) a {
  padding-top: 0.5rem;
}

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

.dropdown-submenu {
  position: relative;
}

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

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

@media (min-width: 1680px) {
  .container {
    max-width: 1450px;
  }
}

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

.container2 {
  margin: 0 auto;
}

@media (min-width: 1680px) {
  .container2 {
    max-width: 1300px;
  }
}

@media (min-width: 1400px) {
  .container2 {
    max-width: 1280px;
  }
}

@media (min-width: 1200px) {
  .container2 {
    max-width: 1220px;
  }
}

@media (max-width: 1024px) {
  .container2 {
    max-width: 90%;
    margin: 0 auto;
  }
}

.container3 {
  margin: 0 auto;
}

@media (min-width: 1680px) {
  .container3 {
    max-width: 1630px;
  }
}

@media (max-width: 1440px) {
  .container3 {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .container3 {
    max-width: 94%;
    margin: 0 auto;
  }
}

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

@media (max-width: 1024px) {
  .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: 575.98px) {
  .icon {
    width: 2.5em;
  }
}

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

.mobile {
  display: none;
}

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

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

@media (max-width: 1024px) {
  .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: translateX(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

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

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

.big-title {
  color: #EBA209;
}

.second-title {
  color: #965940;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  padding: 1.5rem 0;
  transition: all 0.35s ease;
}

@media (max-width: 575.98px) {
  header {
    padding: 0.5rem 0;
  }
}

@media (max-width: 1024px) {
  header .header {
    background: #ffffff;
  }
}

header .header .container {
  position: relative;
  max-width: 98%;
  margin: 0 auto;
}

header .header .container .left {
  width: 37%;
}

@media (max-width: 575.98px) {
  header .header .container .left {
    width: 100%;
  }
}

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

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

header .header .container .nav {
  position: relative;
  width: 100%;
  background: #DE1A52;
  border-radius: 20px;
  padding: 0 5rem;
}

header .header .container .nav .nav-box {
  width: 100%;
}

header .header .container .nav .nav-box .nav {
  width: 100%;
}

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

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

header .header .container .nav .nav-link {
  padding: 1rem;
}

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

@media (max-width: 1280px) {
  header .header .container .nav .nav-link {
    padding: 1rem 0.5rem;
  }
}

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

@media (max-width: 1280px) {
  header .header .container .nav-box {
    width: 30%;
  }
}

header .header .container .logo2 {
  display: none;
}

@media (max-width: 1024px) {
  header .header .container .logo2 {
    display: block;
  }
}

header .header .container .logo {
  width: 60%;
}

header .header .container .logo a:nth-child(1) {
  width: 20%;
}

@media (max-width: 575.98px) {
  header .header .container .logo a:nth-child(1) {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  header .header .container .logo span {
    display: none;
  }
  header .header .container .logo a:nth-last-child(1) {
    display: none;
  }
  header .header .container .logo a:nth-last-child(2) {
    display: none;
  }
}

header .header .container .logo span {
  margin-left: 4rem;
  margin-right: 1rem;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  header .header .container .logo span {
    display: none;
  }
}

header .header .topbar {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  header .header .topbar {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  header .header .topbar {
    margin-bottom: 0.3rem;
  }
  header .header .topbar .lang {
    display: none;
  }
}

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

header .header .icon-box .btn {
  margin-left: 3vmin;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 34px;
  width: 54px;
  height: 50px;
  background: #DE1A52;
}

header .header .icon-box .btn span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1.75rem;
  background-color: #ffffff;
  opacity: 1;
  transition: all 0.35s ease;
}

header .header .icon-box .btn span:first-child {
  top: .885rem;
}

header .header .icon-box .btn span:last-child {
  bottom: .885rem;
}

header .header .icon-box .btn span:nth-child(2), header .header .icon-box .btn span:nth-child(3) {
  top: calc(50% - 1px);
}

header .header .icon-box .btn[aria-expanded="true"] span:first-child {
  top: calc(50% - 1px);
  opacity: 0;
  width: 0;
}

header .header .icon-box .btn[aria-expanded="true"] span:last-child {
  bottom: calc(50% - 1px);
  opacity: 0;
  width: 0;
}

header .header .icon-box .btn[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
}

header .header .icon-box .btn[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

header .header #collapseNav {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding: 0 1.5rem;
}

@media (max-width: 1024px) {
  header .header #collapseNav {
    top: 0px;
  }
}

header .header #collapseNav .navconbox {
  overflow-y: scroll;
  height: 500px;
  display: block;
}

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

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

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

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #231815;
  font-size: 20px;
  text-transform: none;
  margin-top: -3px;
}

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;
  color: #ffffff;
}

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;
  color: #ffffff;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #064CEA;
  color: #064CEA;
  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 .nav .nav-link {
  color: #ffffff;
}

@media (max-width: 1280px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem;
  }
}

@media (max-width: 992px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0;
  }
}

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

header .lang {
  position: relative;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DE1A52;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 34px;
}

@media (max-width: 1024px) {
  header .lang {
    padding: 0.2rem;
    font-size: 10px;
    position: relative;
    right: 0;
    background: none;
  }
}

header .lang a {
  color: #ffffff;
  font-weight: bold;
}

header .lang i {
  transition: all 0.35s ease;
}

header .lang dl {
  display: none;
  position: absolute;
  top: 39px;
  box-sizing: border-box;
  padding: 0.5rem 0;
  width: 100%;
}

@media (max-width: 1024px) {
  header .lang dl {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
  }
}

header .lang dl dd {
  margin-bottom: 0;
  border-radius: 34px;
  overflow: hidden;
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  header .lang dl dd {
    margin-right: 0.5rem;
    width: 50px;
  }
}

header .lang dl dd a {
  display: block;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: #DE1A52;
}

@media (max-width: 1024px) {
  header .lang dl dd a {
    padding: 0.3rem;
  }
}

header .lang dl dd a:hover {
  background: #AC1D45;
}

header .lang i {
  color: #ffffff;
  margin-left: 0.5rem;
}

.nav-up {
  top: -500px;
}

@media (max-width: 1024px) {
  .topbar {
    display: none;
  }
}

.opennav {
  overflow: hidden;
}

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

.tag {
  display: flex;
}

@media (max-width: 575.98px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #FF475A;
  color: #ffffff;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  margin-right: 0.5rem;
  font-size: 0.73vw;
}

@media (max-width: 575.98px) {
  .tag em {
    font-size: 3.9vw;
  }
}

.tag em.bluebackem {
  background: #00C5DB;
}

.tag em.orangebackem {
  background: #FF9A16;
}

.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;
}

.swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  right: 0;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.swiper-button-next::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 1.8em;
}

.swiper-button-prev {
  color: #ffffff;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 575.98px) {
  .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.swiper-button-prev::after {
  content: "\f0d9";
  font-family: 'FontAwesome';
  font-size: 1.8em;
}

.banner .ban {
  padding: 0 2rem;
  position: relative;
}

@media (max-width: 575.98px) {
  .banner .ban {
    padding: 0 1.5rem;
  }
}

.banner .banner-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.banner .banner-img .imgs {
  width: 14.25%;
  float: left;
}

@media (max-width: 575.98px) {
  .banner .banner-img .imgs {
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .banner .banner-img .imgs:nth-child(3) {
    margin-top: 1rem;
  }
}

.banner .banner-img .imgs:nth-child(even) {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .banner .banner-img .imgs:nth-child(even) {
    display: none;
  }
}

.banner .banner-img .imgs:nth-child(2) {
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  .banner .banner-img .imgs:nth-child(7) {
    display: none;
  }
}

.banner .banner-img .imgs img {
  width: 100%;
}

.banner .banner-img img {
  width: 100%;
}

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

@media (max-width: 768px) {
  .banner .inner {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .banner .inner .container {
    max-width: 98%;
  }
}

@media (max-width: 575.98px) {
  .banner .inner {
    margin-top: 1rem;
  }
}

.banner .inner .banner-Text {
  color: #ffffff;
  width: 44%;
  -webkit-transition: opacity 1s .5s,-webkit-transform 1s .5s;
  transition: opacity 1s .5s,-webkit-transform 1s .5s;
  -o-transition: opacity 1s .5s,transform 1s .5s;
  transition: opacity 1s .5s,transform 1s .5s;
  transition: opacity 1s .5s,transform 1s .5s,-webkit-transform 1s .5s;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
  padding-bottom: 5rem !important;
}

@media (max-width: 1024px) {
  .banner .inner .banner-Text {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .banner .inner .banner-Text {
    width: 100%;
    padding: 2rem !important;
    padding-bottom: 7rem !important;
    border-radius: 20px;
  }
}

@media (max-width: 575.98px) {
  .banner .inner .banner-Text {
    padding-bottom: 5rem !important;
    padding: 1rem !important;
  }
}

.banner .inner .banner-Text em {
  display: block;
  font-family: 'OpenSans';
  margin-bottom: 1rem;
}

.banner .swiper-slide-active .inner .banner-Text {
  border-radius: 20px;
  background: rgba(222, 26, 82, 0.8);
  box-sizing: border-box;
  padding: 3rem;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner .arrow {
  width: 130px;
  position: absolute;
  left: 39%;
  top: 63%;
}

@media (max-width: 1680px) {
  .banner .arrow {
    left: 37%;
  }
}

@media (max-width: 1440px) {
  .banner .arrow {
    left: 35%;
    top: 65%;
  }
}

@media (max-width: 1024px) {
  .banner .arrow {
    left: 43%;
    top: 70%;
  }
}

@media (max-width: 768px) {
  .banner .arrow {
    left: auto;
    right: 8%;
    top: auto;
    bottom: 7%;
  }
}

@media (max-width: 575.98px) {
  .banner .arrow {
    left: 62%;
    top: auto;
    bottom: 7%;
    width: 100px;
  }
}

.banner .arrow .swiper-button-next, .banner .arrow .swiper-button-prev {
  top: 40%;
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0rem;
  top: 0rem;
  display: block;
  z-index: 99;
}

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

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

.first-block {
  position: relative;
  z-index: 9;
  padding: 4rem 0;
}

.first-block i {
  border-bottom: 3px solid #F27530;
}

@media (max-width: 575.98px) {
  .first-block .txt {
    margin-top: 1.5rem;
  }
}

.first-block .txt p {
  line-height: 36px;
}

@media (max-width: 575.98px) {
  .first-block .txt p {
    line-height: 1.5;
  }
}

.second-block {
  position: relative;
  padding: 4rem 0;
  background: #FDB813;
  margin-top: 5rem;
}

@media (max-width: 575.98px) {
  .second-block {
    padding: 1rem 0;
  }
}

.second-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 53px;
  background: url(../images/ty.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -50px;
}

.second-block .News {
  position: relative;
  padding: 0 5rem;
}

@media (max-width: 575.98px) {
  .second-block .News {
    padding: 0 2rem;
  }
}

.second-block .News .swiper-slide {
  position: relative;
}

.second-block .News .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 1rem;
}

.second-block .News .swiper-slide a:hover {
  color: #DE1A52;
}

.second-block .News .swiper-slide a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.second-block .News .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  border-bottom: 20px;
  height: 200px;
}

@media (max-width: 575.98px) {
  .second-block .News .swiper-slide a .boximg {
    height: 100px;
  }
}

.second-block .News .swiper-slide a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
  border-radius: 20px;
}

.second-block .News .swiper-slide a .txt {
  margin-top: 1.5rem;
}

.second-block .News .swiper-slide a .txt h3 {
  margin-top: 0.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.second-block .News .swiper-slide a .txt .desinfo {
  margin-top: 2rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.second-block .News .swiper-slide a .txt .load-more {
  color: #DE1A52;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}

.second-block .News .swiper-slide a .txt .load-more::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.8rem;
}

@media (max-width: 575.98px) {
  .second-block .News .swiper-button-next {
    right: -20px;
  }
}

@media (max-width: 575.98px) {
  .second-block .News .swiper-button-prev {
    left: -20px;
  }
}

.third-block {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  z-index: 9;
}

@media (max-width: 768px) {
  .third-block {
    padding-top: 6rem;
  }
}

@media (max-width: 575.98px) {
  .third-block {
    padding-top: 2rem;
  }
}

.third-block .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.third-block .bg2 img {
  width: 100%;
}

.third-block .container {
  position: relative;
}

.third-block .container .navs {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 0 4rem;
  border-bottom: none;
}

@media (max-width: 768px) {
  .third-block .container .navs {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .third-block .container .navs {
    padding: 1rem 0;
  }
}

@media (max-width: 575.98px) {
  .third-block .container .navs .nav-tabs {
    border-bottom: none;
  }
}

.third-block .container .navs button {
  border: none;
  box-shadow: none;
  padding: 1.8rem;
  background: none;
  color: #6B6B6B;
}

@media (max-width: 575.98px) {
  .third-block .container .navs button {
    width: 50%;
    padding: 0.5rem;
  }
}

.third-block .container .navs button.active {
  font-weight: bold;
  color: #F27530;
}

.third-block .container .tab-content {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  padding: 3rem;
}

@media (max-width: 575.98px) {
  .third-block .container .tab-content {
    padding: 1.5rem;
  }
}

.third-block .container .tab-content table tr:nth-child(even) {
  background: #F5F5F5;
}

.third-block .container .tab-content table tr td {
  padding: 1rem;
  border: none;
  font-weight: normal;
}

.third-block .container .tab-content table tr td:nth-child(1) {
  color: #F27530;
  font-weight: bold;
  width: 50%;
}

.third-block .container .tab-content img {
  display: block;
  margin: 0 auto;
}

.third-block .container .tab-content .txt span {
  display: block;
}

@media (max-width: 575.98px) {
  .third-block .container .tab-content #tab3 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
  .third-block .container .tab-content #tab3 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

@media (max-width: 575.98px) {
  .third-block .container .tab-content #tab4 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
  .third-block .container .tab-content #tab4 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

@media (max-width: 575.98px) {
  .third-block .container .tab-content #tab5 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
  .third-block .container .tab-content #tab5 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
}

@media (max-width: 575.98px) {
  .third-block .container .tab-content #tab6 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
  .third-block .container .tab-content #tab6 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
}

.four-block {
  position: relative;
  padding: 6rem 0 8rem 0;
  background: #E44D8E;
}

.four-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 53px;
  background: url(../images/ty2.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -50px;
}

.four-block .txt {
  width: 95%;
}

.four-block .txt p {
  line-height: 18px;
}

.four-block .mySwiper {
  overflow: visible;
}

.four-block .mySwiper .swiper-wrapper {
  padding-bottom: 5rem;
}

.four-block .mySwiper .swiper-scrollbar {
  height: 11px;
  border-radius: 20px;
}

.four-block .mySwiper .swiper-scrollbar-drag {
  background: #F27530;
}

.four-block .mySwiper .swiper-slide {
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  width: 33%;
  margin-right: 50px;
}

@media (max-width: 575.98px) {
  .four-block .mySwiper .swiper-slide {
    width: 100%;
  }
}

.four-block .mySwiper .swiper-slide:nth-child(3) {
  width: 70%;
}

@media (max-width: 768px) {
  .four-block .mySwiper .swiper-slide:nth-child(3) {
    width: 120%;
  }
}

@media (max-width: 575.98px) {
  .four-block .mySwiper .swiper-slide:nth-child(3) {
    width: 180%;
  }
}

.four-block .mySwiper .swiper-slide:nth-child(4) {
  width: 80%;
}

@media (max-width: 768px) {
  .four-block .mySwiper .swiper-slide:nth-child(4) {
    width: 150%;
  }
}

@media (max-width: 575.98px) {
  .four-block .mySwiper .swiper-slide:nth-child(4) {
    width: 200%;
  }
}

.four-block .mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 246px;
  padding: 3rem;
}

@media (max-width: 575.98px) {
  .four-block .mySwiper .swiper-slide a {
    height: 200px;
  }
}

.four-block .mySwiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

@media (max-width: 575.98px) {
  .four-block .mySwiper .swiper-slide a .boximg {
    display: flex;
    align-items: center;
  }
}

.four-block .mySwiper .swiper-slide a .boximg .imgs {
  margin-right: 4rem;
  float: left;
}

@media (max-width: 1280px) {
  .four-block .mySwiper .swiper-slide a .boximg .imgs {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .four-block .mySwiper .swiper-slide a .boximg .imgs {
    margin-right: 1rem;
  }
}

.four-block .mySwiper .swiper-slide a h6 {
  position: relative;
}

.four-block .mySwiper .swiper-slide a h6::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 48px;
  height: 8px;
  background: url(../images/xt.png) no-repeat bottom center;
}

.four-block .mySwiper .swiper-slide a h6 span {
  position: relative;
  z-index: 9;
  font-family: 'Work-Sans-SemiBold';
}

.four-block .swiper-scrollbar {
  background: #FFFFFF;
}

@media (max-width: 575.98px) {
  .four-block .Resources-index {
    padding: 0 20px;
  }
}

.four-block .block {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 575.98px) {
  .four-block .block {
    padding: 1.2rem !important;
  }
  .four-block .block .col-md-3 {
    width: 50%;
  }
  .four-block .block .col-md-3 p {
    margin-bottom: 0;
  }
}

.four-block .block h6 {
  position: relative;
}

.four-block .block h6::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 48px;
  height: 8px;
  background: url(../images/xt.png) no-repeat bottom center;
}

.four-block .block h6 span {
  position: relative;
  z-index: 9;
  font-family: 'Work-Sans-SemiBold';
}

.five-block {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

.five-block .boxcontent {
  border-radius: 30px;
  background: #EB1552;
  padding: 3rem;
}

.five-block .boxcontent:nth-child(2) {
  background: #0099E5;
  margin-top: 4rem;
}

.five-block .boxcontent .pic1, .five-block .boxcontent .pic2, .five-block .boxcontent .pic3, .five-block .boxcontent .pic4 {
  position: relative;
}

@media (max-width: 575.98px) {
  .five-block .boxcontent .navs {
    margin: 1rem 0 !important;
  }
}

.five-block .boxcontent .nav-tabs {
  border-bottom: none;
}

.five-block .boxcontent .nav-tabs button {
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 0.6rem 3rem;
  margin-right: 1rem;
  background: none;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .five-block .boxcontent .nav-tabs button {
    padding: 0.3rem 1rem;
  }
}

.five-block .boxcontent .nav-tabs button.active {
  background: #FF9933;
}

.five-block .boxcontent .swiper-slide a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.five-block .boxcontent .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.five-block .boxcontent .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.five-block .boxcontent .swiper-button-next, .five-block .boxcontent .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}

.five-block .boxcontent .swiper-button-next {
  right: -1.8rem;
}

.five-block .boxcontent .swiper-button-next::after {
  content: 'next';
  font-family: swiper-icons;
}

.five-block .boxcontent .swiper-button-prev {
  left: -1.8rem;
}

.five-block .boxcontent .swiper-button-prev::after {
  content: 'prev';
  font-family: swiper-icons;
}

.five-block .boxcontent .more2 {
  background: #F27530;
}

@media (max-width: 575.98px) {
  .five-block .boxcontent .more2 {
    margin-top: 1rem;
  }
}

.five-block .container {
  position: relative;
}

@media (max-width: 575.98px) {
  .five-block .container .col-md-3 {
    width: 50%;
  }
}

.five-block .container .col-md-3:nth-child(2) a {
  background: #E6C540;
}

.five-block .container .col-md-3:nth-child(3) a {
  background: #CF42A0;
}

.five-block .container .col-md-3:nth-child(4) a {
  background: #5967C8;
}

.five-block .container .col-md-3:nth-child(5) a {
  background: #449635;
}

.five-block .container .col-md-3:nth-child(6) a {
  background: #236899;
}

.five-block .container .col-md-3:nth-child(7) a {
  background: #D99631;
}

.five-block .container .col-md-3:nth-child(8) a {
  background: #A448A8;
}

.five-block .container .col-md-3 a {
  border-radius: 30px;
  padding: 2.1rem;
  text-align: center;
  background: #ED756F;
  color: #ffffff;
  margin-top: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

@media (max-width: 575.98px) {
  .five-block .container .col-md-3 a {
    padding: 1rem;
  }
}

.five-block .container .col-md-3 a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.five-block .y1 {
  margin-left: -2rem;
}

.five-block .y2 {
  position: absolute;
  left: 25%;
  z-index: 9;
  top: -28%;
}

@media (max-width: 575.98px) {
  .five-block .y2 {
    top: -8%;
  }
}

.five-block .y3 {
  position: absolute;
  right: 10%;
  bottom: 3%;
}

.page-banner {
  position: relative;
  padding: 0 2rem;
  padding-bottom: 5%;
}

@media (max-width: 768px) {
  .page-banner {
    padding: 0 15px;
  }
}

.page-banner::before {
  content: '';
  display: inline-block;
  width: 70%;
  height: 30%;
  background: #F5F5F5;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 5%;
}

.page-banner .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

@media (max-width: 575.98px) {
  .page-banner .boximg {
    height: 140px;
  }
}

.page-banner .boximg::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-banner .inner {
  position: relative;
  z-index: 99;
}

.page-banner .inner img {
  border-radius: 24px;
}

.page-banner .inner .banner-text {
  position: absolute;
  left: 10%;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .page-banner .inner .banner-text {
    width: 90%;
  }
}

.page-banner .inner .banner-text h1 {
  position: relative;
  color: #ffffff;
}

.page-banner .inner .banner-text h1::before {
  content: '';
  display: inline-block;
  width: 148px;
  height: 33px;
  background: url(../images/rdd.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-banner .inner .banner-text h1 span {
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  padding-left: 10px;
  display: block;
}

.page-banner .page-nav {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 60%;
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem 12rem 2rem 3rem;
  z-index: 99;
}

@media (max-width: 1024px) {
  .page-banner .page-nav {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 3rem;
    border-radius: 30px;
  }
}

@media (max-width: 575.98px) {
  .page-banner .page-nav {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .page-banner .page-nav .col-md-3 {
    width: 50%;
  }
}

.page-banner .page-nav .active a {
  color: #009EEC;
}

.page-banner .page-nav a {
  color: #B3B3B3;
  padding: 1rem;
  display: block;
  font-weight: bold;
}

.breadcrumbs {
  padding: 0.5rem 0;
  font-family: 'OpenSans';
}

.News-block {
  position: relative;
  overflow: hidden;
  padding: 6rem  0;
}

@media (max-width: 575.98px) {
  .News-block {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

.News-block .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}

@media (max-width: 768px) {
  .News-block .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 1rem !important;
  }
}

.News-block .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 1rem;
}

.News-block .col-md-4 a:hover {
  color: #DE1A52;
}

.News-block .col-md-4 a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.News-block .col-md-4 a:hover .txt h3 {
  text-decoration: underline;
}

.News-block .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}

.News-block .col-md-4 a .boximg img {
  transition: all 0.35s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.News-block .col-md-4 a .txt {
  margin-top: 1.5rem;
}

.News-block .col-md-4 a .txt h3 {
  margin-top: 0.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.News-block .col-md-4 a .txt .desinfo {
  margin-top: 2rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.News-block .col-md-4 a .txt .load-more {
  color: #DE1A52;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}

.News-block .col-md-4 a .txt .load-more::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.8rem;
}

.News-block .inner {
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .News-block .inner {
    padding: 1.5rem;
  }
}

.News-block .inner img {
  display: block;
  margin-bottom: 3rem;
  width: 100%;
}

.News-block .inner .box {
  padding: 0 2.6rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .News-block .inner .box {
    padding: 0 0.5rem;
  }
}

.News-block .inner .box p {
  margin-bottom: 2rem;
}

.News-block .inner .box span {
  display: block;
}

.News-block .inner .box ol, .News-block .inner .box ul {
  padding-left: 0;
  counter-reset: section;
}

.News-block .inner .box ol li, .News-block .inner .box ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  counter-reset: subsection;
}

.News-block .inner .box ol li::before, .News-block .inner .box ul li::before {
  counter-increment: section;
  content: "" counter(section) ".";
}

.News-block .inner .box ol li ol, .News-block .inner .box ul li ol {
  counter-reset: subsection;
}

.News-block .inner .box ol li ol li, .News-block .inner .box ul li ol li {
  list-style: none;
}

.News-block .inner .box ol li ol li::before, .News-block .inner .box ul li ol li::before {
  counter-increment: subsection;
  /* 将subsection计数器值自增 */
  content: counter(section) "." counter(subsection) ") ";
}

.About-block {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

@media (max-width: 575.98px) {
  .About-block {
    padding-bottom: 0;
  }
}

.About-block .imgs {
  position: relative;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .About-block .imgs {
    margin-right: 0;
    margin-top: 2rem;
  }
}

.About-block .imgs img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 25px 25px 0px #F3F3F3;
}

.About-block .txt {
  margin-left: 3rem;
}

@media (max-width: 768px) {
  .About-block .txt {
    margin-left: 0;
    margin-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .About-block .txt {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .About-block .col-md-6 {
    width: 100%;
  }
}

.Contact-block {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.Contact-block .imgs {
  position: relative;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .Contact-block .imgs {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.Contact-block .imgs img {
  width: 100%;
  border-radius: 30px;
}

.Contact-block dl dd {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.Contact-block dl dd:nth-last-child(1) {
  margin-bottom: 0;
}

.Contact-block dl dd span {
  font-weight: bold;
}

.Contact-block dl dd span:nth-child(1) {
  width: 30px;
}

.Contact-block dl dd span:nth-last-child(1) {
  width: 80%;
}

.Contact-block dl dd span .pink {
  color: #EF1D5E;
}

.Contact-block dl dd span .orange {
  color: #FF9933;
}

.Contact-block dl dd span .blue {
  color: #009EEC;
}

.Contact-block dl dd span .pink2 {
  color: #DE1A52;
}

.Contact-block dl dd span i {
  font-size: 1.4em;
}

@media (max-width: 768px) {
  .Contact-block .col-md-6 {
    width: 100%;
  }
}

.Awords-block {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 6rem 0;
}

.Awords-block .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}

.Awords-block .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 2rem;
}

.Awords-block .col-md-4 a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Awords-block .col-md-4 a:hover .txt h3 {
  text-decoration: underline;
}

.Awords-block .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}

.Awords-block .col-md-4 a .boximg img {
  transition: all 0.35s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Awords-block .col-md-4 a .txt {
  margin-top: 1rem;
}

.Awords-block .col-md-4 a .txt span {
  font-family: 'OpenSans';
}

.Awords-block .Awordsboxtable {
  padding: 0 5rem;
}

@media (max-width: 768px) {
  .Awords-block .Awordsboxtable {
    padding: 0;
  }
}

.Awords-block .Awordsboxtable .row:nth-child(2) .yuan {
  background: #2DC0C5;
}

.Awords-block .Awordsboxtable .row:nth-child(2) table thead {
  background: #2DC0C5;
}

.Awords-block .Awordsboxtable .row:nth-child(3) .yuan {
  background: #EB1552;
}

.Awords-block .Awordsboxtable .row:nth-child(3) table thead {
  background: #EB1552;
}

.Awords-block .Awordsboxtable .row .yuan {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #F27530;
}

@media (max-width: 1440px) {
  .Awords-block .Awordsboxtable .row .yuan {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1280px) {
  .Awords-block .Awordsboxtable .row .yuan {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .Awords-block .Awordsboxtable .row .yuan {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .Awords-block .Awordsboxtable .row .yuan {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1.5rem;
    border-radius: 20px;
    margin-bottom: 1rem;
  }
}

.Awords-block .Awordsboxtable .row .table > :not(:first-child) {
  border-top: none;
}

.Awords-block .Awordsboxtable .row table {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 20px;
}

.Awords-block .Awordsboxtable .row table thead {
  background: #F27530;
  color: #ffffff;
}

.Awords-block .Awordsboxtable .row table tr td, .Awords-block .Awordsboxtable .row table tr th {
  padding: 1rem 2rem;
  width: 30%;
  font-weight: normal;
  font-family: 'Microsoft JhengHei';
}

@media (max-width: 575.98px) {
  .Awords-block .Awordsboxtable .row table tr td, .Awords-block .Awordsboxtable .row table tr th {
    white-space: nowrap;
  }
}

.Awords-block .Awordsboxtable .row table tr td:nth-child(2), .Awords-block .Awordsboxtable .row table tr th:nth-child(2) {
  width: 45%;
}

.Awords-block .Awordsboxtable .row table tr td {
  font-size: 0.94vw;
}

@media (max-width: 575.98px) {
  .Awords-block .Awordsboxtable .row table tr td {
    font-size: 16px;
  }
}

.Awords-block .Awordsbox .garyback {
  background: #FEF1EA;
  padding: 2rem;
  border-radius: 30px;
  margin-bottom: 2rem;
  font-family: 'Microsoft JhengHei';
  font-weight: normal;
  line-height: 30px;
}

.Awords-block .Awordsbox .garyback:nth-child(even) .row {
  flex-direction: row-reverse;
}

.Awords-block .Awordsbox .garyback ol {
  margin-top: 2rem;
  padding-left: 1.5rem;
}

.Awords-block .Awordsbox .garyback ol li {
  list-style: lower-roman;
  font-family: 'Microsoft JhengHei';
  font-weight: normal;
}

.Awords-block .Awordsbox .garyback ol li span {
  display: block;
}

.Awords-block .Awordsbox .garyback .dc {
  padding-left: 1.4rem;
}

.Awords-block .Awordsbox .garyback .dc li {
  list-style: decimal;
}

.Awords-block .Awordsbox .garyback span {
  display: block;
}

.Awords-block .Awordsbox .garyback .lidic {
  margin-top: 0;
  padding-left: 0;
}

.Awords-block .Awordsbox .garyback .lidic li {
  list-style: inside decimal;
}

.Awords-block .Awordsbox .garyback .con {
  margin-top: 2rem;
}

.Awords-block .Awordsbox .garyback .con p {
  margin-bottom: 0.2rem;
  font-family: 'Microsoft JhengHei';
  font-weight: normal;
}

.Awords-block .Awordsbox .garyback .con ul {
  padding-left: 0;
}

.Awords-block .Awordsbox .garyback .con ul li {
  position: relative;
  list-style: none;
  padding-left: 0.8rem;
}

.Awords-block .Awordsbox .garyback .con ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: 1px;
  background: #000000;
}

.Awords-block .Awordsbox .garyback .ml-4 {
  margin-left: 2rem;
}

@media (max-width: 575.98px) {
  .Awords-block .Awordsbox .garyback .ml-4 {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.Awords-block .Awordsbox .greenback {
  background: #E9F9F9;
}

.Awords-block .Awordsbox .pinkback {
  background: #FDE7ED;
}

.Signup-block {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 6rem 0;
  font-weight: normal;
}

.Signup-block p {
  margin-bottom: 0;
}

.Signup-block .garyback {
  border-radius: 24px;
  background: #EEEEEE;
  padding: 3rem;
}

.Signup-block .garyback .txt span {
  color: #6D6D6D;
}

.Signup-block #accordion .panel {
  border: none;
  border-radius: 30px;
  border: 2px solid #F27530;
  position: relative;
  margin-bottom: 1rem;
}

.Signup-block #accordion .panel .panel-heading {
  padding: 0;
}

.Signup-block #accordion .panel .panel-title {
  margin-bottom: 0;
}

.Signup-block #accordion .panel .panel-title a {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border: none;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.Signup-block #accordion .panel .panel-title a h3 {
  margin-bottom: 0;
  font-weight: normal;
}

.Signup-block #accordion .panel .panel-title a span {
  width: 95%;
}

@media (max-width: 575.98px) {
  .Signup-block #accordion .panel .panel-title a span {
    width: 70%;
    text-align: justify;
  }
}

.Signup-block #accordion .panel .panel-title a::before {
  content: "\f068";
  font-family: fontawesome;
  width: 2.19vw;
  height: 2.19vw;
  border-radius: 50%;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  border: 2px solid #F27530;
  color: #F27530;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

@media (max-width: 1440px) {
  .Signup-block #accordion .panel .panel-title a::before {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .Signup-block #accordion .panel .panel-title a::before {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 0.5em;
  }
}

.Signup-block #accordion .panel .panel-title a.collapsed {
  color: #2D2D2D;
}

.Signup-block #accordion .panel .panel-title a.collapsed::before {
  content: "\f067";
  font-family: fontawesome;
  width: 2.19vw;
  height: 2.19vw;
  border-radius: 50%;
  font-size: 1em;
  font-weight: normal;
  color: #F27530;
  text-align: center;
  border: 2px solid #F27530;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

@media (max-width: 1440px) {
  .Signup-block #accordion .panel .panel-title a.collapsed::before {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .Signup-block #accordion .panel .panel-title a.collapsed::before {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 0.5em;
  }
}

.Signup-block #accordion .panel .panel-body {
  margin: 0 2rem 1rem 2rem;
  border-top: 1px solid #333333;
  padding-top: 0.9rem;
}

.Signup-block #accordion .panel .panel-body * {
  line-height: 30px;
  margin-left: 40px;
}

.Signup-block #accordion .panel .collapse.in {
  display: block;
}

.Signup-block .orangeback {
  border-radius: 30px;
  background: #FEF1EA;
  padding: 2.5rem;
}

.Signup-block .orangeback .row {
  position: relative;
}

.Signup-block .orangeback .row::before {
  content: '';
  width: 100%;
  display: inline-block;
  background: url(../images/x.png) no-repeat top center;
  height: 3px;
  position: absolute;
  left: 0;
  top: 35%;
}

@media (max-width: 1280px) {
  .Signup-block .orangeback .row::before {
    left: 20%;
    width: 60%;
  }
}

@media (max-width: 768px) {
  .Signup-block .orangeback .row::before {
    top: 25%;
    display: none !important;
  }
}

.Signup-block .orangeback .row .col-sm-12 {
  position: relative;
  z-index: 9;
}

.Signup-block .orangeback .row .col-sm-12:nth-child(2) .ori {
  background: #EE8A53;
}

.Signup-block .orangeback .row .col-sm-12:nth-child(3) .ori {
  background: #F27530;
}

.Signup-block .orangeback .row .col-sm-12 .ori {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: #ECA177;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .Signup-block .orangeback .row .col-sm-12 .ori {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .Signup-block .orangeback .row .col-sm-12 .ori {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .Signup-block .orangeback .row .col-sm-12 .ori {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1280px) {
  .Signup-block .orangeback .row .col-sm-12 .ori .icos {
    width: 50px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .Signup-block .orangeback .row .col-sm-12 .ori .icos {
    width: 80px;
  }
  .Signup-block .orangeback .row .col-sm-12 .ori .icos img {
    margin-top: 2.5rem;
  }
}

.Signup-block .orangeback .row .col-sm-12 .ori img {
  margin-top: 2rem;
}

.Signup-block .orangeback .row .col-sm-12 .ori h3 {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
  font-weight: bold;
}

.Signup-block .orangeback .row .col-sm-12 p {
  margin-top: 1.5rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .Signup-block .orangeback .row .col-sm-12 p {
    line-height: 1.6;
  }
}

.Signup-block .orangeback .row .col-sm-12 p i {
  color: #EB9B23;
}

@media (max-width: 768px) {
  .Signup-block .orangeback .row .col-md-2 {
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .Signup-block .orangeback .row .col-md-2 {
    width: 100%;
  }
}

.Signup-block .greenback {
  background: #E9F9F9;
}

.Signup-block .greenback .row::before {
  content: '';
  width: 100%;
  display: inline-block;
  background: url(../images/xx.png) no-repeat top center;
  height: 3px;
  position: absolute;
  left: 0;
  top: 35%;
}

@media (max-width: 1280px) {
  .Signup-block .greenback .row::before {
    left: 20%;
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .Signup-block .greenback .row::before {
    top: 25%;
  }
}

@media (max-width: 768px) {
  .Signup-block .greenback .row::before {
    top: 20%;
  }
}

.Signup-block .greenback .row .col-sm-12:nth-child(2) .ori {
  background: #9BD6D8;
}

.Signup-block .greenback .row .col-sm-12:nth-child(3) .ori {
  background: #76CED1;
}

.Signup-block .greenback .row .col-sm-12:nth-child(4) .ori {
  background: #51C6CA;
}

.Signup-block .greenback .row .col-sm-12:nth-child(5) .ori {
  background: #2DC0C5;
}

.Signup-block .greenback .row .col-sm-12 .ori {
  background: #C0DEDF;
}

.Signup-block .pinkback {
  background: #FDE7ED;
}

.Signup-block .pinkback .row .col-sm-12:nth-child(2) .ori {
  background: #E93D6E;
}

.Signup-block .pinkback .row .col-sm-12:nth-child(3) .ori {
  background: #EB1552;
}

.Signup-block .pinkback .row .col-sm-12 .ori {
  background: #E8678C;
}

.Signup-block .tablebox .table-responsive:nth-child(2) thead {
  background: #2DC0C5;
}

.Signup-block .tablebox .table-responsive:nth-child(3) thead {
  background: #EB1552;
}

.Signup-block .tablebox .table-responsive table {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-top: 2rem;
}

.Signup-block .tablebox .table-responsive table i {
  color: #F27530;
  display: block;
}

.Signup-block .tablebox .table-responsive table td, .Signup-block .tablebox .table-responsive table th {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .Signup-block .tablebox .table-responsive table td, .Signup-block .tablebox .table-responsive table th {
    white-space: nowrap;
  }
}

.Signup-block .tablebox .table-responsive table td a, .Signup-block .tablebox .table-responsive table th a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.Signup-block .tablebox .table-responsive table td a i, .Signup-block .tablebox .table-responsive table th a i {
  display: block;
  width: 100%;
}

.Signup-block .tablebox .table-responsive table td a img, .Signup-block .tablebox .table-responsive table th a img {
  width: 20px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .Signup-block .tablebox .table-responsive table td a img, .Signup-block .tablebox .table-responsive table th a img {
    display: block;
  }
}

.Signup-block .tablebox .table-responsive table td:nth-child(1), .Signup-block .tablebox .table-responsive table th:nth-child(1) {
  width: 20%;
}

.Signup-block .tablebox .table-responsive table td:nth-child(2), .Signup-block .tablebox .table-responsive table th:nth-child(2) {
  width: 20%;
}

.Signup-block .tablebox .table-responsive table td:nth-child(3), .Signup-block .tablebox .table-responsive table th:nth-child(3) {
  width: 25%;
}

.Signup-block .tablebox .table-responsive thead {
  background: #F27530;
}

.Signup-block .tablebox .table-responsive thead th {
  color: #ffffff;
}

.Signup-block .tablebox .table-responsive .table > :not(:first-child) {
  border-top: none;
}

.Signup-block .garyback {
  padding: 5rem;
}

@media (max-width: 575.98px) {
  .Signup-block .garyback {
    padding: 2rem 1rem;
  }
}

.Signup-block .garyback ul li {
  color: #707070;
  margin-bottom: 0.5rem;
  list-style: none;
}

.Signup-block .garyback ul li b {
  color: #EB9B23;
}

.Signup-block .txt span {
  display: block;
}

.Structure-block {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

.Structure-block .Teams .col-md-3 {
  margin-top: 3rem;
}

@media (max-width: 575.98px) {
  .Structure-block .Teams .col-md-3 {
    width: 50%;
  }
}

.Structure-block .Teams .col-md-3 img {
  display: block;
  margin: 0 auto;
}

.Structure-block .Teams .col-md-3 b {
  display: block;
  margin-top: 1rem;
}

.Structure-block .Structure .txt {
  margin: 0 auto;
  text-align: center;
}

.Structure-block .Structure .con span {
  display: block;
}

.Structure-block .Structure table tr:nth-child(even) {
  background: #F5F5F5;
}

.Structure-block .Structure table tr td {
  padding: 1rem;
  border: none;
  font-weight: normal;
}

.Structure-block .Structure table tr td:nth-child(1) {
  color: #F27530;
  font-weight: bold;
  width: 50%;
}

@media (max-width: 575.98px) {
  .Structure-block .Structure .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
  .Structure-block .Structure .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

@media (max-width: 575.98px) {
  .Structure-block .Structure2 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
  .Structure-block .Structure2 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

@media (max-width: 575.98px) {
  .Structure-block .Structure3 .col-md-6:nth-child(2) table tr:nth-child(even) {
    background: #ffffff;
  }
  .Structure-block .Structure3 .col-md-6:nth-child(2) table tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

.Activity-block {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

@media (max-width: 575.98px) {
  .Activity-block {
    padding-bottom: 0;
  }
}

.Activity-block .boxcontent {
  border-radius: 30px;
  background: #EB1552;
  padding: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .Activity-block .boxcontent {
    padding: 1.5rem;
  }
}

.Activity-block .boxcontent:nth-child(even) {
  background: #0099E5;
}

.Activity-block .boxcontent .col-md-3 a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.Activity-block .boxcontent .col-md-3 a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Activity-block .boxcontent .col-md-3 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

@media (max-width: 1440px) {
  .Activity-block .boxcontent .d-flex {
    justify-content: flex-end !important;
  }
}

@media (max-width: 1440px) {
  .Activity-block .boxcontent .left {
    width: 100%;
  }
}

.Activity-block .boxcontent .more2 {
  background: #F27530;
}

@media (max-width: 575.98px) {
  .Activity-block .boxcontent .more2 {
    margin-top: 1rem;
  }
}

.Activity-block .inner {
  position: relative;
}

@media (max-width: 575.98px) {
  .Activity-block .inner .col-md-4 {
    width: 50%;
  }
}

.Activity-block .inner a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.Activity-block .inner a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Activity-block .inner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.Awardee-block {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

@media (max-width: 575.98px) {
  .Awardee-block {
    padding-bottom: 0;
  }
}

.Awardee-block .txt {
  width: 59%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Awardee-block .txt {
    width: 100%;
  }
}

.Awardee-block #accordion .panel {
  border: none;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
}

.Awardee-block #accordion .panel .panel-heading {
  padding: 0;
}

.Awardee-block #accordion .panel .panel-title {
  margin-bottom: 0;
}

.Awardee-block #accordion .panel .panel-title a {
  display: flex;
  align-items: center;
  padding: 1rem 0rem;
  border: none;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.Awardee-block #accordion .panel .panel-title a span {
  font-weight: bold;
  color: #F27530;
  margin-right: 1rem;
}

.Awardee-block #accordion .panel .panel-title a::after {
  content: "\f068";
  font-family: fontawesome;
  width: 1.69vw;
  height: 1.69vw;
  border-radius: 50%;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  border: 2px solid #F27530;
  color: #F27530;
  position: relative;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

@media (max-width: 1440px) {
  .Awardee-block #accordion .panel .panel-title a::after {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .Awardee-block #accordion .panel .panel-title a::after {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 0.5em;
  }
}

.Awardee-block #accordion .panel .panel-title a.collapsed {
  color: #2D2D2D;
}

.Awardee-block #accordion .panel .panel-title a.collapsed::after {
  content: "\f067";
  font-family: fontawesome;
  width: 1.69vw;
  height: 1.69vw;
  border-radius: 50%;
  font-size: 0.7em;
  font-weight: normal;
  color: #F27530;
  text-align: center;
  border: 2px solid #F27530;
  position: relative;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

@media (max-width: 1440px) {
  .Awardee-block #accordion .panel .panel-title a.collapsed::after {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .Awardee-block #accordion .panel .panel-title a.collapsed::after {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 0.5em;
  }
}

.Awardee-block #accordion .panel .panel-body {
  padding-bottom: 1rem;
  border-top: 1px solid #333333;
  padding-top: 1.2rem;
}

.Awardee-block #accordion .panel .panel-body .table > :not(:first-child) {
  border: none !important;
}

.Awardee-block #accordion .panel .panel-body .table {
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none;
  margin-bottom: 0.2rem;
}

.Awardee-block #accordion .panel .panel-body .table thead th {
  background: #F27530;
  color: #ffffff;
}

.Awardee-block #accordion .panel .panel-body .table tr {
  border: none;
}

.Awardee-block #accordion .panel .panel-body .table tr th, .Awardee-block #accordion .panel .panel-body .table tr td {
  padding: 0.8rem;
  border: none;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .Awardee-block #accordion .panel .panel-body .table tr th, .Awardee-block #accordion .panel .panel-body .table tr td {
    white-space: nowrap;
  }
}

.Awardee-block #accordion .panel .collapse.in {
  display: block;
}

.arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.arrow .swiper-pagination {
  width: 94%;
  position: relative;
  bottom: 0;
  text-align: left;
}

.arrow .swiper-pagination .swiper-pagination-bullet {
  width: 20%;
  background: #C4C4C4;
  border-radius: 20px;
  opacity: 1;
  transition: all 0.35s ease;
  height: 5px;
}

@media (max-width: 575.98px) {
  .arrow .swiper-pagination .swiper-pagination-bullet {
    width: 10%;
  }
}

.arrow .swiper-pagination .swiper-pagination-bullet-active {
  background: #DE1A52;
}

.arrow .bts {
  width: 50px;
  position: relative;
}

.txt p {
  line-height: 30px;
  margin-bottom: 2rem;
}

.txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.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;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
  margin-top: 0rem;
}

@media (max-width: 575.98px) {
  footer {
    margin-top: 0rem;
  }
}

footer .footer {
  background: #DE1A52;
  padding: 2rem 0;
  position: relative;
}

footer .footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 53px;
  background: url(../images/fbg.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -50px;
}

footer .footer .logo {
  width: 20%;
}

@media (max-width: 768px) {
  footer .footer .logo {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  footer .footer .logo {
    width: 80%;
  }
}

footer .footer .links {
  display: flex;
  justify-content: flex-end;
}

footer .footer .links a {
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  color: #DE1A52;
  transition: all 0.35s ease;
}

footer .footer .links a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  footer .logo {
    width: 100%;
  }
  footer .logo img {
    display: block;
    margin: 0 auto 1rem auto;
  }
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #ffffff;
  margin-top: 2rem;
  padding-top: 2rem;
}

footer .copyright p {
  margin-bottom: 0;
  color: #ffffff;
}

footer .copyright .copy {
  font-family: 'Nunito-Sans-Bold';
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 120px;
  width: 120px;
  background: url(../images/LiveChat.png) no-repeat top center;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

.message span {
  transform: translateY(6px);
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .message {
    right: 0rem;
  }
}

@media (min-width: 992px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(15rem);
  }
}

.scroll-top {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #DE1A52;
  color: #ffffff;
  border-radius: 50%;
  border: none;
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

@media (max-width: 575.98px) {
  .scroll-top {
    right: 1rem;
    bottom: 4rem;
  }
}

.scroll-top.on {
  opacity: 1;
}

.scroll-top span {
  margin-top: 0.5rem;
}

main {
  position: relative;
}

@media (min-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (min-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo a {
  padding: 0.3rem;
  margin: 0 1rem;
}

@media (max-width: 575.98px) {
  .pageinfo a {
    margin: 0.5rem;
  }
}

.pageinfo .active {
  color: #DE1A52;
  border-bottom: 1px solid #DE1A52;
}

.pageinfo .prev {
  background: #C8C8C8;
  border-radius: 50%;
  margin: 0 1rem;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo .prev::after {
  content: "\f0d9";
  font-family: 'FontAwesome';
  color: #707070;
  font-size: 1.5em;
}

.pageinfo .prev:hover {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.pageinfo .next {
  background: #C8C8C8;
  border-radius: 50%;
  margin: 0 1rem;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo .next::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  color: #707070;
  font-size: 1.5em;
}

.pageinfo .next:hover {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.display-block {
  display: block;
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #064CEA;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.navbox {
  position: relative;
  margin-top: -5rem;
}

.navbox .row .col-md-2 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  padding: 2rem;
  transition: all 0.35s ease;
}

.navbox .row .col-md-2 a:hover {
  background-image: linear-gradient(#f2de7b, #d5b41b);
}

.navbox .row .col-md-2 a:hover .ico11 {
  display: block;
}

.navbox .row .col-md-2 a:hover .ico1 {
  display: none;
}

.navbox .row .col-md-2 a:hover p {
  color: #ffffff;
}

.navbox .row .col-md-2 a .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.navbox .row .col-md-2 a .ico11 {
  display: none;
  transition: all 0.35s ease;
}
