@charset "UTF-8";
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("../fonts/SourceHanSansCN-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("../fonts/SourceHanSansCN-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000000;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: 1.6;
}

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

body h4 {
  line-height: 1.4;
}

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

body em {
  font-style: normal;
}

body .Avenir-Heavy {
  font-family: 'Avenir-Heavy','微軟正黑體';
}

body .font-w {
  font-family: 'SourceHanSansCN-Medium';
}

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

body .bold {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}

body .title {
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}

body .garyText {
  color: #A5938B;
}

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 h4 {
  font-weight: normal;
}

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

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

body img {
  max-width: 100%;
}

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

body .orangeText {
  color: #F36F33;
}

body .blownText {
  color: #5D3E24;
}

body .blueText {
  color: #243775;
}

body .blueLight {
  color: #243775;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #DD0011;
}

body .greenback {
  background: #243775;
}

body .greenDeep {
  color: #243775;
}

body .orangeDeep {
  color: #243775;
}

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 .fs90 {
  font-size: 90px;
}

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

@media (max-width: 767px) {
  body .fs90 {
    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: 36px;
  }
}

body .fs60 {
  font-size: 60px;
}

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

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

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

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

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

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

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: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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: 34px;
  }
}

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

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

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: 28px;
  }
}

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

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

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

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

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: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

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

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

@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: 18px;
  }
}

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

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

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

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: 22px;
  }
}

@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: 14px;
  }
}

body .fs19 {
  font-size: 19px;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: #FCDF8E;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D4AA34;
  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;
}

.product-block .sc::-webkit-scrollbar {
  width: 5px;
}

.product-block .sc::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.product-block .sc::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.mlik-swiper-block .yboxs .year::-webkit-scrollbar {
  width: 5px;
}

.mlik-swiper-block .yboxs .year::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.mlik-swiper-block .yboxs .year::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.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;
  margin-top: 15px;
  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.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.5rem 1rem;
  display: block;
  width: 100%;
  color: #000000;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

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

.dropdown-menu li a:hover {
  border-bottom: 1px solid #DD0011;
  background: none !important;
  color: #DD0011 !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: #243775;
}

.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: #243775;
}

.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;
  display: none !important;
}

.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;
  margin-top: 1rem;
}

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

main .txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 9px;
  background: #F36F33;
  width: 6px;
  height: 6px;
  border-radius: 0%;
  transform: rotate(-220deg);
}

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

@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: #000000;
}

@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: 1280px) {
  .icon-box {
    display: flex !important;
    width: 72px;
  }
}

@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: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #E6C363;
  outline: none;
}

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

.swiper-button-next::after, .swiper-button-prev::after {
  color: #E6C363;
  font-weight: bold;
  font-size: 24px;
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: -1.8vw;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: -1.8vw;
}

header {
  position: sticky;
  background: #EACC78;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

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

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

header .container {
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header {
  width: 100%;
}

header .header .topmenu {
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  header .header .topmenu {
    padding: 0px 0px;
  }
}

header .header .container .left {
  width: 300px;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  header .header .container .left {
    width: 100%;
    justify-content: space-between;
  }
}

header .header .container .left .logo {
  display: none;
}

@media (max-width: 1280px) {
  header .header .container .left .logo {
    display: block;
    width: 130px;
    transform: translateY(20px);
  }
}

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: 2rem;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 1280px) {
  header .header .container .icon-box .btn {
    margin-left: 0rem;
    height: 20px;
  }
}

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

@media (max-width: 1280px) {
  header .header .container .icon-box .btn span {
    height: 1.5px;
  }
}

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

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

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

@media (max-width: 1280px) {
  header .header .container .icon-box .btn span:nth-child(2) {
    width: 85%;
  }
}

@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;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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 .icon-box a {
  margin-right: 1.5vmin;
}

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

header .header .container .right .nav-link {
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

header .header .container .right .nav-link:hover {
  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 1rem;
  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: #243775;
}

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: #000000;
  position: static;
}

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

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

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

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

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

header .nav-box .nav .nav-link {
  color: #5D3E24;
  padding: 0.5rem 1rem;
}

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

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

header .nav-box .nav .nav-link.logo {
  transform: translateY(40px);
}

@media (max-width: 1366px) {
  header .nav-box .nav .nav-link.logo {
    width: 120px;
    transform: translateY(25px);
  }
}

@media (max-width: 1280px) {
  header .nav-box .nav .nav-link.logo {
    display: none;
  }
}

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

header .lang {
  position: relative;
}

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

header .lang span {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.1rem;
  color: #5D3E24;
  border: 1px solid #5D3E24;
  border-radius: 21px;
  cursor: pointer;
  transition: all 0.35s ease;
}

header .lang span img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  header .lang span img {
    margin-right: 5px;
  }
}

header .lang span::after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 5px;
  display: none;
}

header .lang dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #5D3E24;
  border-radius: 10px;
  padding: 10px 0px;
}

header .lang dl dd {
  padding: 5px;
  margin-bottom: 0;
}

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

header .login {
  display: flex;
  align-items: center;
  margin-left: 0.9rem;
}

@media (max-width: 1280px) {
  header .login {
    margin-left: 0;
  }
}

@media (max-width: 1280px) {
  header .login.memberlogin {
    display: none;
  }
}

header .login.memberlogin a i {
  width: 40px;
  white-space: nowrap;
  /* 防止文本換行 */
  overflow: hidden;
  /* 隱藏溢出的內容 */
  text-overflow: ellipsis;
  /* 溢出的內容顯示為省略號 */
  font-style: normal;
}

header .login a {
  color: #5D3E24;
  border: 1px solid #5D3E24;
  border-radius: 21px;
  cursor: pointer;
  transition: all 0.35s ease;
  display: flex;
  padding: 0.25rem 1.1rem;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

header .login a:hover {
  background: #5D3E24;
  color: #ffffff;
}

header .login a:hover img {
  filter: invert(50%) brightness(300%);
}

@media (max-width: 1280px) {
  header .login a {
    padding: 0.2rem 0.8rem;
    font-size: 11px;
  }
}

header .login a img {
  margin-right: 10px;
}

@media (max-width: 1280px) {
  header .login a img {
    display: none;
  }
}

header .nav-outer {
  width: calc(100% - 600px);
}

@media (max-width: 1440px) {
  header .nav-outer {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1280px) {
  header .nav-outer {
    display: none;
  }
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 300px;
}

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

header .links a {
  display: flex;
  align-items: center;
  padding: 0.25rem 1.1rem;
  color: #5D3E24;
  border: 1px solid #5D3E24;
  border-radius: 21px;
  cursor: pointer;
  transition: all 0.35s ease;
  margin-left: 0.9rem;
}

header .links a:hover {
  background: #5D3E24;
  color: #ffffff;
}

header .links a:hover img {
  filter: invert(50%) brightness(300%);
}

header .links a img {
  margin-right: 5px;
}

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

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

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.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: 1rem;
  top: 1rem;
  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: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  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: #0072BC;
}

.txt img {
  display: inline-block;
}

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

.banner {
  width: 100%;
  position: relative;
  background: url(../images/bg.png) no-repeat top center;
  background-size: cover;
}

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

.banner .banner-img img {
  width: 800px;
  margin: 0 auto;
  display: block;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .banner .banner-img img {
    margin-top: 100px;
  }
}

.banner .banner-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(40, 50, 120, 0.8);
}

.banner h1 {
  width: 35%;
}

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

.banner .banner-text {
  position: relative;
  width: 35%;
  z-index: 99;
  margin-top: 30px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 30px;
  margin-bottom: 50px;
}

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

.banner .banner-text h1 {
  color: #ffffff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

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

.banner .big-h1 {
  text-align: center;
  color: #E7E6E7;
  font-size: 160px;
  line-height: 0.8;
}

@media (max-width: 1440px) {
  .banner .big-h1 {
    font-size: 120px;
  }
}

@media (max-width: 992px) {
  .banner .big-h1 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .banner .big-h1 {
    font-size: 68px;
  }
}

.banner .big-h1 strong {
  color: #fff;
  display: inline-block;
  padding-right: 45px;
  border-right: 1px solid #E7E6E7;
  margin-right: 45px;
}

@media (max-width: 767px) {
  .banner .big-h1 strong {
    margin-right: 20px;
    padding-right: 20px;
  }
}

.banner .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.banner .swiper-slide .inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  .banner .swiper-slide .inner {
    height: 80%;
    top: 5%;
  }
}

@media (max-width: 767px) {
  .banner .swiper-slide .inner {
    justify-content: center;
    height: 5%;
    top: 40%;
  }
}

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

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

.banner .swiper-pagination {
  bottom: 80px !important;
}

@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 20px !important;
  }
}

.banner .swiper-pagination .swiper-pagination-bullet {
  color: #ffffff;
  width: 45px;
  height: 4px;
  background: #ffffff;
  border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #975501;
}

@media (max-width: 767px) {
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}

.banner .arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media (max-width: 1024px) {
  .banner .arrow {
    left: auto;
    right: 30px;
    display: flex;
    align-items: center;
  }
}

.banner .arrow .swiper-button-prev, .banner .arrow .swiper-button-next {
  position: relative;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
}

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

.banner .arrow .swiper-button-prev.swiper-button-next, .banner .arrow .swiper-button-next.swiper-button-next {
  left: auto;
  right: 0;
}

.banner .arrow .swiper-button-prev.swiper-button-next::after, .banner .arrow .swiper-button-next.swiper-button-next::after {
  content: '';
  width: 13px;
  height: 7px;
  background: url(../images/j2.svg) no-repeat top center;
  background-size: cover;
  transform: scale(1);
}

.banner .arrow .swiper-button-prev::after, .banner .arrow .swiper-button-next::after {
  content: '';
  width: 13px;
  height: 7px;
  background: url(../images/j1.svg) no-repeat top center;
  background-size: cover;
  transform: scale(1);
}

.banner .swiper-button-next {
  right: 1rem;
  background: none;
}

.banner .swiper-button-next::after {
  color: #ffffff;
}

.banner .swiper-button-prev {
  left: 1rem;
  background: none;
}

.banner .swiper-button-prev::after {
  color: #ffffff;
}

@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;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.page-banner .inner {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 60%;
}

@media (max-width: 767px) {
  .page-banner .inner {
    top: 30%;
    height: 70%;
  }
}

@media (max-width: 768px) {
  .page-banner .inner .bread {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .page-banner .inner .bread {
    margin: 30px 0px;
  }
}

.page-banner .inner .bread * {
  color: #ffffff;
  margin-right: 10px;
}

.page-banner .inner .btext {
  color: #ffffff;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .page-banner .inner .btext {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .page-banner .inner p {
    width: 35%;
  }
}

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

.page-banner .inner h1 {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .page-banner .inner h1 {
    text-shadow: 0 13px 20px white;
  }
}

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

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

.page-banner .jar {
  position: absolute;
  right: 70px;
  top: -100px;
}

@media (min-width: 1921px) {
  .page-banner .jar {
    top: 100px;
  }
}

@media (max-width: 1440px) {
  .page-banner .jar {
    max-width: 65%;
    top: 0px;
  }
}

@media (max-width: 1024px) {
  .page-banner .jar {
    max-width: 40%;
    top: -80px;
  }
}

@media (max-width: 767px) {
  .page-banner .jar {
    top: 0;
    right: 0;
    display: none;
  }
}

.bread {
  position: relative;
}

.bread * {
  color: #0F0F0F;
}

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

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

.zero-block {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bgg.png) no-repeat top center;
  background-size: cover;
  padding: 50px 0px;
  padding-bottom: 230px;
  margin-top: -70px;
}

@media (max-width: 1024px) {
  .zero-block {
    padding-bottom: 10px;
  }
}

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

.zero-block .container {
  position: relative;
  z-index: 22;
}

.zero-block .container .milk2 {
  position: relative;
}

.zero-block .container .milk2 .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .zero-block .container .milk2 .swiper-slide {
    flex-direction: column-reverse;
  }
}

.zero-block .container .milk2 .swiper-slide .video {
  width: 55%;
  position: relative;
}

@media (max-width: 767px) {
  .zero-block .container .milk2 .swiper-slide .video {
    width: 100%;
  }
}

.zero-block .container .milk2 .swiper-slide .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zero-block .container .milk2 .swiper-slide .video::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/play2.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 60%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.zero-block .container .milk2 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  background: rgba(153, 137, 126, 0.13);
}

.zero-block .container .milk2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5D3E24;
  border-radius: 15px;
}

.zero-block .ffy-main-bg {
  padding-top: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .1s;
  background-image: linear-gradient(to right, #F2F6D6, #D1EBDC);
}

.zero-block .milk {
  padding-top: 10rem;
}

@media (max-width: 1024px) {
  .zero-block .milk {
    padding-top: 5rem;
  }
}

@media (max-width: 767px) {
  .zero-block .milk {
    padding-top: 1rem;
  }
}

.zero-block .video {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: clip-path .2s;
  clip-path: circle(40% at 80% 28%);
}

@media (max-width: 1024px) {
  .zero-block .video {
    clip-path: circle(50% at 80% 28%);
  }
}

@media (max-width: 767px) {
  .zero-block .video {
    position: relative;
    clip-path: none !important;
    transform: none !important;
    border-radius: 10px !important;
    width: 94%;
    left: 3%;
    overflow: hidden;
    margin-top: 2rem;
  }
}

.zero-block .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zero-block .con {
  width: 44%;
}

@media (max-width: 767px) {
  .zero-block .con {
    width: 100%;
    margin: 2rem 0 0 0;
    text-align: center;
  }
}

.zero-block .con dl {
  margin: 3rem 0;
}

@media (max-width: 992px) {
  .zero-block .con dl {
    margin: 1rem 0;
  }
}

.zero-block .con dl dd {
  position: relative;
  padding-left: 34px;
  color: #5D3E24;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .zero-block .con dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.zero-block .con dl dd::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/i.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 767px) {
  .zero-block .con dl dd::before {
    top: 0px;
    position: relative;
    left: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: none;
  }
}

@media (max-width: 767px) {
  .zero-block .con .more {
    margin: 0 auto;
  }
}

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

.second-block .title p {
  text-transform: uppercase;
}

.second-block .title p::after {
  content: '';
  display: block;
  width: 62px;
  height: 4px;
  background: #1434CB;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .second-block .header-top h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .second-block .header-top p {
    font-size: 14px;
  }
}

.second-block .row {
  margin-right: calc(-2.5 * var(--bs-gutter-x));
  margin-left: calc(-2.5 * var(--bs-gutter-x));
}

@media (max-width: 992px) {
  .second-block .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

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

@media (max-width: 992px) {
  .second-block .row .col-md-4 {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (max-width: 767px) {
  .second-block .row .col-md-4 {
    width: 100%;
  }
}

.second-block .row .col-md-4 .box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.second-block .row .col-md-4 .box:hover .boximg::before {
  opacity: 1;
}

.second-block .row .col-md-4 .box:hover .boximg h3 {
  opacity: 0;
}

.second-block .row .col-md-4 .box:hover .boximg::after {
  background: rgba(0, 0, 0, 0.3);
}

.second-block .row .col-md-4 .box:hover .text {
  opacity: 1;
}

.second-block .row .col-md-4 .box .boximg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-block .row .col-md-4 .box .boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-block .row .col-md-4 .box .boximg h3 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  z-index: 22;
  color: #ffffff;
  margin-bottom: 0;
}

.second-block .row .col-md-4 .box .boximg::after {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, #545454 100%) 0% 0% no-repeat padding-box;
}

.second-block .row .col-md-4 .box .boximg::before {
  content: '';
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/play.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .second-block .row .col-md-4 .box .boximg::before {
    opacity: 1;
  }
}

.second-block .row .col-md-4 .box .text {
  position: absolute;
  background: #DD0011;
  border-radius: 0 18px 0 18px;
  padding: 1rem;
  color: #ffffff;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: all 0.35s ease;
}

.second-block .row .col-md-4 .box .text ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.second-block .pc {
  display: block;
}

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

.second-block .mobile {
  display: none;
}

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

.second-block .team .box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .second-block .team .box {
    box-shadow: none;
  }
}

.second-block .team .box:hover .boximg::before {
  opacity: 1;
}

.second-block .team .box:hover .boximg h3 {
  opacity: 0;
}

.second-block .team .box:hover .boximg::after {
  background: rgba(0, 0, 0, 0.3);
}

.second-block .team .box:hover .text {
  opacity: 1;
}

.second-block .team .box .boximg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-block .team .box .boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-block .team .box .boximg h3 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  z-index: 22;
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .second-block .team .box .boximg h3 {
    opacity: 0;
  }
}

.second-block .team .box .boximg::after {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, #545454 100%) 0% 0% no-repeat padding-box;
}

.second-block .team .box .boximg::before {
  content: '';
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/play.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .second-block .team .box .boximg::before {
    opacity: 1;
    width: 36px;
    height: 36px;
  }
}

.second-block .team .box .text {
  position: absolute;
  background: #DD0011;
  border-radius: 0 18px 0 18px;
  padding: 1rem;
  color: #ffffff;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .second-block .team .box .text {
    opacity: 1;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .second-block .team .box .text h3 {
    font-size: 14px;
  }
}

.second-block .team .box .text ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .second-block .team .box .text ul {
    font-size: 10px;
  }
}

.second-block .team .swiper-button-prev {
  left: 0.5rem;
}

.second-block .team .swiper-button-next {
  right: 0.5rem;
}

.second-block .team .swiper-pagination {
  bottom: 50px !important;
}

.third-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg3.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .third-block {
    padding: 60px 0px;
    margin-top: -5px;
  }
}

.third-block .box .tit {
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}

.third-block .box .tit::before {
  content: '';
  display: block;
  width: 27px;
  height: 5px;
  background: #F36F33;
  position: absolute;
  left: 0;
  top: 12px;
}

.third-block .box .row .col-md-6 .bx {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 2px solid #FFD6C4;
  background: #FFF8F5;
  box-shadow: 0 3px 47px rgba(243, 111, 51, 0.18);
}

.third-block .box .row .col-md-6 .bx: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);
}

.third-block .box .row .col-md-6 .bx .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 46.25%;
  position: relative;
}

.third-block .box .row .col-md-6 .bx .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.third-block .box .row .col-md-6 .bx .con {
  padding: 1.5rem;
  text-align: center;
}

.third-block .box .row .col-md-6 .bx .con h4 {
  margin-bottom: 25px;
}

.third-block .box .row .col-md-6 .bx .con a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #243775;
  margin: 0 auto;
  width: 157px;
  height: 43px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  transition: all 0.35s ease;
}

.third-block .box .row .col-md-6 .bx .con a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #1B295A;
}

.third-block .box .row .col-md-6 .bx .con a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/plus.svg) no-repeat top center;
  background-size: cover;
  margin-left: 5px;
}

.third-block .box .row .col-md-6 .bx .con a::before {
  content: '';
  display: inline-block;
  width: 148px;
  height: 35px;
  background: url(../images/k.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 4px;
}

.four-block {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
  margin-top: 0;
}

@media (max-width: 767px) {
  .four-block {
    margin-bottom: 0;
  }
}

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

.four-block .baby > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 55px;
}

@media (max-width: 1440px) {
  .four-block .baby > img {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .four-block .baby > img {
    height: 100%;
    border-radius: 0px;
  }
}

.four-block .baby .text {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 462px;
  padding: 2rem;
}

@media (max-width: 1440px) {
  .four-block .baby .text {
    right: 30px;
  }
}

@media (max-width: 1024px) {
  .four-block .baby .text {
    right: 0;
  }
}

@media (max-width: 767px) {
  .four-block .baby .text {
    width: 100%;
    top: 0;
    transform: none;
  }
}

@media (max-width: 767px) {
  .four-block .baby .text h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .four-block .baby .text .gz {
    margin-top: 14rem;
  }
}

.four-block .baby .text .gz img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .four-block .baby .text .gz img {
    max-width: 166px;
    margin: 0 auto;
  }
}

.four-block .baby .text .res {
  display: inline-block;
  background: #DD0011;
  border-radius: 36px;
  padding: 1rem 2rem;
  border: 1px solid #DD0011;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .four-block .baby .text .res {
    padding: 0.5rem 1rem;
  }
}

.four-block .baby .text .res:hover {
  background: none;
  color: #DD0011;
}

.four-block .baby .text .links ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four-block .baby .text .links ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.four-block .baby .text .links ul li:nth-last-child(1)::after {
  display: none;
}

.four-block .baby .text .links ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: #5D3E24;
  margin: 0 20px;
}

.four-block .baby .text .links ul li a {
  color: #5D3E24;
}

.four-block .baby .text .links ul li a:hover {
  color: #DD0011;
}

@media (max-width: 767px) {
  .four-block .container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.first-block {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}

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

.first-block .news {
  position: relative;
}

.first-block .news .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.first-block .news .swiper .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);
}

.first-block .news .swiper .swiper-slide a .boximg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .boximg {
    height: 290px;
  }
}

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

.first-block .news .swiper .swiper-slide a .con {
  padding: 20px 0px;
  color: #5D3E24;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.first-block .news .swiper .swiper-slide a .con em {
  display: block;
  margin-bottom: 20px;
  width: 50px;
  line-height: 1;
  border-right: 1px solid #EACC78;
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con em {
    width: 40px;
    font-size: 18px;
  }
}

.first-block .news .swiper .swiper-slide a .con .ca {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con .ca {
    margin-bottom: 0.5rem;
  }
}

.first-block .news .swiper .swiper-slide a .con .ca em {
  margin-bottom: 0;
}

.first-block .news .swiper .swiper-slide a .con .ca .mobile {
  margin-left: 15px;
}

.first-block .news .swiper .swiper-slide a .con .right {
  width: calc(100% - 60px);
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con .right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con .right span {
    display: none;
  }
}

.first-block .news .swiper .swiper-slide a .con .right p {
  position: relative;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con .right p {
    padding-right: 0;
  }
}

.first-block .news .swiper .swiper-slide a .con .right p::after {
  content: "\f105";
  font-family: 'FontAwesome';
  width: 36px;
  height: 36px;
  border: 1px solid #EACC78;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  color: #EACC78;
}

@media (max-width: 767px) {
  .first-block .news .swiper .swiper-slide a .con .right p::after {
    display: none;
  }
}

.first-block .news .swiper-button-next, .first-block .news .swiper-button-prev {
  top: 25%;
  border: 1px solid #E6C363;
  background: #ffffff;
}

.first-block .news .swiper-button-next::after, .first-block .news .swiper-button-prev::after {
  color: #E6C363;
}

@media (max-width: 1280px) {
  .first-block .news .swiper-button-next, .first-block .news .swiper-button-prev {
    top: 35%;
  }
}

@media (max-width: 767px) {
  .first-block .news .swiper-button-next, .first-block .news .swiper-button-prev {
    display: none;
  }
}

.first-block .news .swiper-pagination-bullet {
  background: rgba(165, 147, 139, 0.5);
  border-radius: 0;
  width: 50px;
  height: 1px;
  margin: 0;
  transition: all 0.35s ease;
  opacity: 0;
}

@media (max-width: 767px) {
  .first-block .news .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}

.first-block .news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F36F33;
}

@media (max-width: 767px) {
  .first-block h2 {
    font-size: 20px;
  }
}

.there-block {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  padding-bottom: 300px;
}

@media (max-width: 767px) {
  .there-block {
    padding-bottom: 80px;
    padding-top: 0;
  }
}

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

@media (max-width: 767px) {
  .there-block::before {
    background: url(../images/mb.png) no-repeat top center;
    background-size: contain;
    top: 320px;
  }
}

@media (max-width: 1024px) {
  .there-block .row .col-md-4 {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.there-block .row .col-md-4 .text {
  width: 87%;
}

@media (max-width: 1024px) {
  .there-block .row .col-md-4 .text {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .there-block .row .col-md-4 .text {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .there-block .row .col-md-4 .text .more {
    margin: 0 auto;
  }
}

.there-block .row .col-md-7 {
  position: relative;
}

@media (max-width: 1024px) {
  .there-block .row .col-md-7 {
    width: 100%;
  }
}

.there-block .row .col-md-7 .gz {
  position: absolute;
  left: -160px;
  bottom: -360px;
  z-index: 2;
}

@media (max-width: 767px) {
  .there-block .row .col-md-7 .gz {
    width: 154px;
    bottom: -110px;
    left: 0;
  }
}

.there-block .youtube {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.there-block .youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .there-block .youtube img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .there-block .text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .there-block .text h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .there-block .text .more {
    margin: 1rem auto 2rem auto;
  }
}

.five-block {
  padding: 80px 0 250px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1680px) {
  .five-block {
    padding-bottom: 450px;
  }
}

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

@media (max-width: 767px) {
  .five-block .row .col-md-4 {
    width: 50%;
  }
}

.five-block .row .col-md-4 .icos img {
  display: block;
  margin: 0.5rem auto;
}

@media (max-width: 1440px) {
  .five-block .row .col-md-4 h3 {
    text-shadow: 0 3px 6px rgba(255, 255, 255, 0.8);
  }
}

.five-block .water .swiper-slide.swiper-slide-active .icos {
  margin-top: 0;
}

.five-block .water .swiper-slide.swiper-slide-active .icos img {
  transform: scale(1);
}

.five-block .water .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
  font-size: 14px;
}

.five-block .water .swiper-slide .icos {
  margin-top: 2rem;
}

.five-block .water .swiper-slide .icos img {
  display: block;
  margin: 0.5rem auto;
  transform: scale(0.8);
}

.five-block .water .swiper-slide h3 {
  opacity: 0;
}

@media (max-width: 1440px) {
  .five-block .water .swiper-slide h3 {
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  }
}

.five-block .water .swiper-button-next {
  right: 15%;
  top: 70%;
  width: 32px;
  height: 32px;
}

.five-block .water .swiper-button-next::after {
  font-size: 16px;
}

.five-block .water .swiper-button-prev {
  left: 15%;
  top: 70%;
  width: 32px;
  height: 32px;
}

.five-block .water .swiper-button-prev::after {
  font-size: 16px;
}

.five-block .searchcode {
  max-width: 401px;
  margin: 0 auto;
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .five-block .searchcode {
    margin-top: 2rem;
  }
}

.five-block .searchcode .form-group {
  border-radius: 39px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5e2b7;
}

.five-block .searchcode .form-group input {
  width: calc(100% - 112px);
  padding: 1rem;
  background: none;
  border-radius: 39px 0 0 39px;
  border: none;
}

.five-block .searchcode .form-group button {
  display: inline-block;
  background: #DD0011;
  color: #ffffff;
  width: 112px;
  border-radius: 39px;
}

.pc {
  display: block;
}

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

.mobile {
  display: none;
}

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

.login-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/login_bg.png) no-repeat top center;
  background-size: cover;
  padding: 4rem 0;
  padding-bottom: 12rem;
}

.login-block::before {
  content: '';
  display: block;
  width: 402px;
  height: 427px;
  background: url(../images/000000.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 100px;
  top: -70px;
}

@media (max-width: 1440px) {
  .login-block::before {
    left: -100px;
  }
}

@media (max-width: 767px) {
  .login-block::before {
    width: 200px;
    height: 227px;
    left: 0;
    top: -100px;
  }
}

.login-block.res-block .loginpup {
  max-width: 1347px;
}

.login-block.res-block .loginpup .conbox .right {
  min-height: 901px;
}

@media (max-width: 1024px) {
  .login-block.res-block .loginpup .conbox .right {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .login-block.res-block .loginpup .conbox .right {
    min-height: 100%;
  }
}

.login-block.res-block .loginpup .conbox .right img {
  min-height: 901px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .login-block.res-block .loginpup .conbox .right img {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .login-block.res-block .loginpup .conbox .right img {
    min-height: 100%;
  }
}

.login-block .loginpup {
  max-width: 1177px;
  margin: 0 auto;
  border-radius: 30px;
  border: 3px solid #EACC78;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

@media (max-width: 767px) {
  .login-block .loginpup {
    border-radius: 15px;
  }
}

.login-block .loginpup .conbox {
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox {
    align-items: stretch;
  }
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox {
    flex-direction: column-reverse;
  }
}

.login-block .loginpup .conbox .left {
  width: 50%;
  box-sizing: border-box;
  padding: 3rem;
  float: left;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left {
    padding: 2rem 1.5rem;
  }
}

.login-block .loginpup .conbox .left.left2 {
  width: 42%;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .left.left2 {
    width: 100%;
  }
}

.login-block .loginpup .conbox .left form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  padding-left: 1.5rem !important;
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left form .form-group {
    padding-left: 1rem !important;
  }
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left form .form-group.other {
    flex-wrap: wrap;
  }
}

.login-block .loginpup .conbox .left form .form-group .label {
  position: relative;
  transform: none;
  right: auto;
  color: rgba(123, 123, 123, 0.59);
  white-space: nowrap;
}

.login-block .loginpup .conbox .left form .form-group .label sub {
  color: #DD0011;
  bottom: 0;
  top: -.25em;
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left form .form-group .inp {
    width: 100% !important;
    margin-bottom: 0rem;
  }
}

.login-block .loginpup .conbox .left form .form-group .code {
  white-space: nowrap;
  background: #EACC78;
  color: #5D3E24;
  padding: 0.6rem 1rem;
  border-radius: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left form .form-group .code {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.login-block .loginpup .conbox .left form .form-group .garyback {
  width: calc(100% - 180px);
  position: relative;
}

.login-block .loginpup .conbox .left form .form-group .garyback i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login-block .loginpup .conbox .left form .radiolist {
  display: block;
}

.login-block .loginpup .conbox .left form .radiolist .radiobox-inline {
  justify-content: flex-start;
}

.login-block .loginpup .conbox .left form .radiolist .radiobox-inline span a {
  color: #EACC78;
  text-decoration: underline;
}

.login-block .loginpup .conbox .left form .form-control {
  border-radius: 40px;
}

.login-block .loginpup .conbox .left form .fs a {
  color: #EACC78;
  text-decoration: none;
}

.login-block .loginpup .conbox .left form button {
  background: #DD0011;
  border-radius: 40px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .login-block .loginpup .conbox .left form button {
    padding: 0.8rem;
  }
}

.login-block .loginpup .conbox .left form button::after {
  display: none;
}

.login-block .loginpup .conbox .right {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
  float: right;
  border-radius: 0 0px 15px 15px;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .right {
    width: 100%;
    border-radius: 0;
  }
}

.login-block .loginpup .conbox .right.right2 {
  width: 58%;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .right.right2 {
    width: 100%;
  }
}

.login-block .loginpup .conbox .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .pc {
    display: none;
  }
}

.login-block .loginpup .conbox .mobile {
  display: none;
}

@media (max-width: 1024px) {
  .login-block .loginpup .conbox .mobile {
    display: block;
  }
}

.login-block .taba {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .login-block .taba {
    justify-content: space-around;
  }
}

.login-block .taba a {
  text-align: center;
  transition: all 0.35s ease;
  margin-top: 1rem;
}

.login-block .taba a:hover .icos, .login-block .taba a.active .icos {
  background: #EACC78;
}

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

.login-block .taba a .icos {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 2px solid #EACC78;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  background: #ffffff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .login-block .taba a .icos {
    width: 65px;
    height: 65px;
  }
}

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

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

.login-block .free {
  border-radius: 55px;
  border: 2px solid #EACC78;
  position: relative;
  overflow: hidden;
  margin: 3rem auto 5rem auto;
}

.login-block .free .text {
  width: 500px;
  float: right;
  padding: 4rem 2rem;
  text-align: center;
  margin-right: 2rem;
}

@media (max-width: 1024px) {
  .login-block .free .text {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .login-block .free .text {
    width: 100%;
    margin: 0 auto;
  }
}

.login-block .free .text .taba {
  justify-content: center;
}

.login-block .free .text .taba a {
  margin: 1rem;
}

.login-block .free .text .more {
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

.login-block .free .text .more::after {
  display: none;
}

.login-block .free .text p {
  color: #5D3E24;
  margin-bottom: 4rem;
}

.login-block .flower {
  position: absolute;
  left: -100px;
  bottom: -100px;
}

@media (max-width: 1024px) {
  .login-block .flower {
    width: 200px;
    left: -30px;
    bottom: -70px;
  }
}

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

.day-block {
  color: #5D3E24;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  padding-bottom: 12rem;
  background: url(../images/daybg.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .day-block {
    padding: 4rem 0;
    padding-bottom: 12rem;
  }
}

.day-block .header-top p {
  max-width: 555px;
  margin: 0 auto;
}

.day-block .day {
  position: relative;
}

@media (max-width: 767px) {
  .day-block .day {
    margin-top: 0 !important;
  }
}

.day-block .day .swiper-slide {
  border: 2px solid #ECD083;
  border-radius: 10px;
  background: #ffffff;
  margin-top: 40px;
}

.day-block .day .swiper-slide: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);
}

.day-block .day .swiper-slide .times {
  position: absolute;
  width: 99px;
  height: 99px;
  background: url(../images/time.svg) no-repeat top center;
  background-size: cover;
  top: 0px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transform: translateY(-40px);
  z-index: 11;
  text-align: center;
  line-height: 1.2;
}

.day-block .day .swiper-slide .boximg {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65.25%;
  position: relative;
}

.day-block .day .swiper-slide .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.day-block .day .swiper-slide .con {
  padding: 1.5rem;
  padding-bottom: 1rem;
}

.day-block .day .swiper-slide .con h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.day-block .day .swiper-slide .con p {
  color: #5D3E24;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.day-block .day .swiper-slide .con .gomore {
  display: block;
  border-top: 1px solid rgba(93, 62, 36, 0.15);
  padding-top: 1rem;
  color: #5D3E24;
  text-align: right;
  transition: all 0.35s ease;
}

.day-block .day .swiper-slide .con .gomore:hover {
  color: #DD0011;
}

.day-block .day .swiper-slide .con .gomore::after {
  content: '';
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.day-block .day .swiper-button-next, .day-block .day .swiper-button-prev {
  border: 1px solid #ECD083;
  background: #ffffff;
}

.day-block .day .swiper-button-next::after, .day-block .day .swiper-button-prev::after {
  color: #ECD083;
}

.day-block .pl-2 {
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .day-block .pl-2 {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.day-block .iimg {
  position: absolute;
}

.day-block .iimg.i1 {
  right: -100px;
  top: 100px;
  animation: smoke2 2s ease-in-out infinite;
}

.day-block .iimg.i2 {
  left: -50px;
  top: 1200px;
  animation: smoke1 3s ease-in-out infinite;
}

.day-block .iimg.i3 {
  right: -90px;
  top: 1350px;
  animation: smoke2 2s ease-in-out infinite;
}

.day-block .iimg.i4 {
  left: -130px;
  bottom: 100px;
  animation: smoke1 4s ease-in-out infinite;
}

.day-block .inner {
  max-width: 84%;
  margin: 4rem auto;
}

@media (max-width: 1280px) {
  .day-block .inner {
    max-width: 100%;
    margin-top: 0;
  }
}

.day-block .inner .detail-top .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.day-block .inner .detail-top .topbar .time {
  background: #EACC78;
  border-radius: 50px;
  padding: 10px 20px;
}

.day-block .inner .detail-top .topbar .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.day-block .inner .detail-top .topbar .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #5D3E24;
  margin-left: 15px;
}

.day-block .inner .detail-top .row .col-md-6 > img {
  width: 100%;
  border-radius: 10px;
}

.day-block .inner .detail-top .fs40 {
  line-height: 1.2;
  border-bottom: 2px solid #EACC78;
  padding-bottom: 30px !important;
  margin-bottom: 20px;
}

.day-block .inner .article {
  margin: 2rem auto;
}

.day-block .inner .article h4 {
  font-size: 28px;
  font-family: 'SourceHanSansCN-Medium';
}

@media (max-width: 767px) {
  .day-block .inner .article h4 {
    font-size: 20px;
  }
}

.day-block .inner .article h5 {
  font-size: 20px;
  font-family: 'SourceHanSansCN-Medium';
}

@media (max-width: 767px) {
  .day-block .inner .article h5 {
    font-size: 16px;
  }
}

.day-block .inner .article p a {
  color: #FFC200;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .day-block .inner .article p * {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .day-block .inner .article .row .col-md-6 .pc {
    display: none;
  }
}

.day-block .inner .article .row .col-md-6 .mobile {
  display: none;
}

@media (max-width: 767px) {
  .day-block .inner .article .row .col-md-6 .mobile {
    display: block;
  }
}

.day-block .inner .article .row .col-md-6 .cc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.day-block .inner .article .row .col-md-6 .icos {
  width: 160px;
}

.day-block .inner .article .row .col-md-6 .icos img {
  border-radius: 50%;
}

.day-block .inner .article .row .col-md-6 .con {
  width: calc(100% - 180px);
}

.day-block .inner .article .row .col-md-6 .con p {
  margin-bottom: 0.5rem;
  font-family: 'SourceHanSansCN-Medium';
}

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

.day-block .di1 {
  left: -100px;
  top: 200px;
  animation: smoke2 2s ease-in-out infinite;
}

.day-block .di2 {
  right: -100px;
  top: 800px;
  animation: smoke1 2s ease-in-out infinite;
}

.day-block .di3 {
  left: 0px;
  top: 1100px;
  animation: smoke2 1s ease-in-out infinite;
}

.day-block .di4 {
  right: -50px;
  bottom: 300px;
  animation: smoke1 2s ease-in-out infinite;
}

.day-block .di5 {
  left: -100px;
  bottom: 100px;
  animation: smoke2 4s ease-in-out infinite;
}

.day-block .datetime {
  display: block;
}

.day-block .article {
  line-height: 1.6;
}

.day-block .article p {
  line-height: 1.6 !important;
}

.day-block .article img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .day-block .newpart {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .day-block .newpart .col-md-4 {
    width: 33.333%;
  }
}

.day-block .newpart .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.day-block .newpart .col-md-4 a.active {
  opacity: 1;
}

.day-block .newpart .col-md-4 a.active .icos img {
  box-shadow: 0 3px 6px #ecd083;
}

.day-block .newpart .col-md-4 .icos {
  margin-bottom: 1.5rem;
  display: block;
}

.day-block .newpart .col-md-4 .icos img {
  display: block;
  margin: 0 auto;
  width: 186px;
  height: 186px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .day-block .newpart .col-md-4 .icos img {
    width: 97px;
    height: 97px;
  }
}

@media (max-width: 767px) {
  .day-block .newpart .col-md-4 h2 {
    font-size: 15px;
  }
}

.mlik-block {
  position: relative;
  overflow: hidden;
  background: #FCF6E7;
}

@media (max-width: 767px) {
  .mlik-block {
    padding-top: 3rem;
  }
}

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

@media (max-width: 767px) {
  .mlik-block::before {
    top: 380px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .mlik-block .row {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 {
    width: auto;
  }
}

.mlik-block .row .col-md-3 .numberbox {
  margin: 1rem auto;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: rgba(234, 204, 120, 0.43);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 .numberbox {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #C89812;
  }
}

.mlik-block .row .col-md-3 .numberbox::before {
  content: '';
  display: block;
  width: 148px;
  height: 148px;
  background-image: linear-gradient(#E6C363, #C29002);
  border-radius: 50%;
  left: 10px;
  top: 10px;
  position: absolute;
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 .numberbox::before {
    width: 138px;
    height: 138px;
    display: none;
  }
}

.mlik-block .row .col-md-3 .numberbox .titles {
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 .numberbox .titles {
    color: #C89812;
  }
}

.mlik-block .row .col-md-3 .numberbox .titles h2 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 .numberbox .titles h2 {
    font-size: 30px;
  }
}

.mlik-block .row .col-md-3 .numberbox sub {
  bottom: -.65em;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 .numberbox sub {
    bottom: -.25em;
  }
}

@media (max-width: 767px) {
  .mlik-block .row .col-md-3 h3 {
    font-size: 12px;
  }
}

.mlik-block .txt {
  max-width: 84%;
  margin: 2rem auto;
  position: relative;
  z-index: 2;
}

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

.mlik-block .mlik-yt-block {
  position: relative;
  overflow: hidden;
  margin-top: 16rem;
}

@media (max-width: 767px) {
  .mlik-block .mlik-yt-block {
    margin-top: 6rem;
    height: 222px;
    width: 92%;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 6rem !important;
  }
}

.mlik-block .mlik-yt-block img, .mlik-block .mlik-yt-block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.mlik-block .mlik-yt-block::after {
  content: '';
  display: block;
  width: 58px;
  height: 41px;
  background: url(../images/ytsd.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .mlik-block .mlik-yt-block::after {
    width: 48px;
    height: 31px;
  }
}

.mlik-block .i1 {
  position: absolute;
  left: 0px;
  top: -100px;
  animation: smoke2 2s ease-in-out infinite;
}

@media (max-width: 767px) {
  .mlik-block .i1 {
    left: -200px;
  }
}

.mlik-block .i2 {
  position: absolute;
  right: -130px;
  top: 300px;
  animation: smoke1 4s ease-in-out infinite;
}

.mlik-block .mliks {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mlik-block .mliks {
    max-width: 100%;
  }
}

.mlik-swiper-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/mbg2.png) no-repeat top center;
  background-size: cover;
  padding: 5rem 0 14rem 0;
}

@media (max-width: 767px) {
  .mlik-swiper-block {
    padding-bottom: 6rem;
    padding-top: 3rem;
  }
}

.mlik-swiper-block .yboxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs {
    display: block;
    width: 100%;
  }
}

.mlik-swiper-block .yboxs .year {
  width: 257px;
  height: 705px;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

.mlik-swiper-block .yboxs .year .in {
  border-left: 1px solid #EACC78;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid none;
    border-left: none;
  }
}

.mlik-swiper-block .yboxs .year .in b {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  line-height: 0.7;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year .in b {
    margin-bottom: 0rem;
  }
}

.mlik-swiper-block .yboxs .year .in b.active {
  color: #DD0011;
}

.mlik-swiper-block .yboxs .year .in b.active::before {
  background: #DD0011;
}

.mlik-swiper-block .yboxs .year .in b.active::after {
  background: rgba(221, 0, 17, 0.43);
}

.mlik-swiper-block .yboxs .year .in b::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EACC78;
  transform: translateX(-2.55rem);
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year .in b::before {
    width: 8px;
    height: 8px;
  }
}

.mlik-swiper-block .yboxs .year .in b::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: rgba(234, 204, 120, 0.43);
  position: absolute;
  left: -2.85rem;
  top: -3px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .mlik-swiper-block .yboxs .year .in b::after {
    top: -4px;
  }
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year .in b::after {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .year .in::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

.mlik-swiper-block .yboxs .yearswi {
  position: relative;
  margin-top: 1.5rem;
}

.mlik-swiper-block .yboxs .yearswi::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #EACC78;
  position: absolute;
  left: 0;
  top: 38px;
}

.mlik-swiper-block .yboxs .yearswi .swiper-slide.swiper-slide-active .in::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/r.png) no-repeat top center;
  margin: 0 auto;
}

.mlik-swiper-block .yboxs .yearswi .swiper-slide .in {
  position: relative;
}

.mlik-swiper-block .yboxs .yearswi .swiper-slide .in::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/c.png) no-repeat top center;
  margin: 0 auto;
}

.mlik-swiper-block .yboxs .yearswi .swiper-slide .in b {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}

.mlik-swiper-block .yboxs .yearswi .swiper-button-next, .mlik-swiper-block .yboxs .yearswi .swiper-button-prev {
  width: 23px;
  height: 23px;
  top: 102%;
  z-index: 222;
}

.mlik-swiper-block .yboxs .yearswi .swiper-button-next::after, .mlik-swiper-block .yboxs .yearswi .swiper-button-prev::after {
  font-size: 10px;
}

.mlik-swiper-block .yboxs .yearswi .swiper-button-next.swiper-button-disabled, .mlik-swiper-block .yboxs .yearswi .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.mlik-swiper-block .yboxs .boxs {
  width: calc(100% - 300px);
}

@media (max-width: 1280px) {
  .mlik-swiper-block .yboxs .boxs {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .boxs {
    width: 100%;
  }
}

.mlik-swiper-block .yboxs .boxs .boxsswiper {
  position: relative;
}

.mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-next, .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-prev {
  top: 35%;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-next, .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-prev {
    display: none;
    top: 0;
    width: 23px;
    height: 23px;
  }
  .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-next::after, .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-button-prev::after {
    font-size: 10px;
  }
}

.mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul {
  padding-left: 0;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul {
    margin-top: 1.5rem;
  }
}

.mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul li {
  position: relative;
  padding-left: 3rem;
  list-style: none;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul li {
    font-size: 14px;
    padding-left: 1.5rem;
  }
}

.mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul li::before {
  content: '';
  display: block;
  width: 28px;
  height: 15px;
  background: url(../images/ic.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 12px;
}

@media (max-width: 767px) {
  .mlik-swiper-block .yboxs .boxs .boxsswiper .swiper-slide ul li::before {
    top: 4px;
    width: 19px;
    height: 10px;
  }
}

.awords-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem;
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .awords-block {
    padding-bottom: 12rem;
    padding-top: 0;
  }
}

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

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

.awords-block .year2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.awords-block .year2 .swiper-slide {
  width: 24%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  display: block;
  margin-bottom: 1rem;
  border-radius: 40px;
  border: 1px solid #EACC78;
  padding: 1rem 2rem;
  text-align: center;
}

@media (max-width: 1280px) {
  .awords-block .year2 .swiper-slide {
    width: 49%;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 767px) {
  .awords-block .year2 .swiper-slide {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
  }
}

.awords-block .awords {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}

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

.awords-block .awords .mySwiper {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .awords-block .awords .mySwiper {
    padding: 4rem 0;
  }
}

.awords-block .awords .mySwiper .swiper-slide {
  transition: all 0.35s ease;
}

.awords-block .awords .mySwiper .swiper-slide.swiper-slide-active {
  transform: scale(1.35);
  position: relative;
  z-index: 2;
}

.awords-block .awords .mySwiper .swiper-slide.swiper-slide-prev, .awords-block .awords .mySwiper .swiper-slide.swiper-slide-next {
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.awords-block .awords .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awords-block .awords .swiper-button-prev {
  left: -6rem;
}

@media (max-width: 767px) {
  .awords-block .awords .swiper-button-prev {
    left: 0;
    display: none;
  }
}

.awords-block .awords .swiper-button-next {
  right: -6rem;
}

@media (max-width: 767px) {
  .awords-block .awords .swiper-button-next {
    right: 0;
    display: none;
  }
}

.awords-block .awords .swiper-pagination {
  display: none;
}

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

@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.07);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}

.garybackb {
  background: #FFFEFC;
}

.product-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem;
  width: 100%;
  height: 100%;
  background: url(../images/pbg.png) no-repeat top center;
  background-size: cover;
}

.product-block .i1 {
  position: absolute;
  left: -100px;
  top: 150px;
  animation: smoke2 3s ease-in-out infinite;
}

.product-block .i6 {
  position: absolute;
  left: -100px;
  top: 950px;
  animation: smoke2 3s ease-in-out infinite;
}

.product-block .i7 {
  position: absolute;
  right: -30px;
  top: 100px;
  animation: smoke2 3s ease-in-out infinite;
}

.product-block .pbg {
  width: 100%;
  height: 100%;
  background: url(../images/pbgd.png) no-repeat top center;
  background-size: cover;
  padding: 3rem 0;
}

.product-block .sc {
  height: 926px;
  overflow-y: scroll;
  border: 5px solid #5D3E24;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .product-block .sc {
    height: auto;
    overflow: visible;
  }
}

.product-block .sc img {
  width: 100%;
}

.product-block .pimg .imgs img {
  width: 100%;
}

.product-block .switab {
  position: relative;
  padding: 50px 0px;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-block .switab {
    max-width: 100%;
  }
}

.product-block .switab .swiper {
  padding: 60px 0px;
}

@media (max-width: 767px) {
  .product-block .switab .swiper {
    padding: 0;
  }
}

.product-block .switab .swiper .swiper-wrapper {
  align-items: center;
}

.product-block .switab .swiper-slide {
  transition: all 0.35s ease;
  position: relative;
}

.product-block .switab .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
}

@media (max-width: 992px) {
  .product-block .switab .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
  }
}

@media (max-width: 767px) {
  .product-block .switab .swiper-slide.swiper-slide-active {
    transform: none;
  }
}

.product-block .switab .swiper-slide.swiper-slide-active::after {
  content: '';
  display: block;
  width: 415px;
  height: 501px;
  background: url(../images/jzb.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -8px;
  bottom: -100px;
  z-index: -1;
  transform: scale(0.7);
}

@media screen and (max-width: 1460px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -38px;
  }
}

@media screen and (max-width: 1366px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -48px;
  }
}

@media screen and (max-width: 1280px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -58px;
  }
}

@media (max-width: 1024px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -84px;
  }
}

@media (max-width: 992px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -100px;
  }
}

@media (max-width: 768px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: -110px;
  }
}

@media (max-width: 767px) {
  .product-block .switab .swiper-slide.swiper-slide-active::after {
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
}

.product-block .switab .swiper-slide .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.product-block .switab .swiper-slide .icos img {
  display: block;
  margin: 0 auto;
  height: 233px;
}

@media (max-width: 992px) {
  .product-block .switab .swiper-slide .icos img {
    height: 209px;
  }
}

.product-block .swicontent .swiper-wrapper .swiper-slide {
  height: 0px;
}

.product-block .swicontent .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: auto;
}

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

.product-block .mobile {
  display: none;
}

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

.faqbox {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .faqbox {
    width: 100%;
  }
}

.faqbox .items {
  border-bottom: 2px solid #5D3E24;
  padding-bottom: 0px;
}

.faqbox .items.open .items-title .arrow::after {
  content: "\f106";
}

.faqbox .items .items-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 0rem;
  transition: all 0.35s ease;
}

.faqbox .items .items-title .arrow {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.faqbox .items .items-title .arrow::after {
  content: '';
  display: block;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #5D3E24;
  font-size: 34px;
}

.faqbox .items .items-title h4 {
  margin-bottom: 0;
  width: calc(100% - 40px);
}

.faqbox .items .items-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}

.faqbox .items .items-content .boxcontent {
  box-sizing: border-box;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
  color: #5D3E24;
}

.faqbox .items .items-content .boxcontent h5 {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  color: #000;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent h5 {
    font-size: 16px;
  }
}

.faqbox .items .items-content .boxcontent p {
  margin-bottom: 25px;
}

.faqbox .items .items-content .boxcontent p:nth-last-child(1) {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent p a {
  text-decoration: underline;
  color: #003783;
}

.faqbox .items .items-content .boxcontent ol, .faqbox .items .items-content .boxcontent ul {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li, .faqbox .items .items-content .boxcontent ul li {
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  position: relative;
}

.faqbox .items .items-content .boxcontent ol li:nth-last-child(1), .faqbox .items .items-content .boxcontent ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
  color: #003783;
  background: #003783;
  font-family: 'Editor-Medium';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
    font-size: 16px;
  }
}

.faqbox .items .items-content .boxcontent ul {
  padding-left: 1.5rem;
}

.faqbox .items .items-content .boxcontent dl {
  margin-bottom: 3rem;
}

.faqbox .items .items-content .boxcontent dl dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}

.faqbox .items .items-content .boxcontent dl dd span {
  width: 200px;
  display: flex;
  align-items: center;
}

.faqbox .items .items-content .boxcontent dl dd span:nth-child(2) {
  width: calc(100% - 200px);
  display: block;
}

.faqbox .items .items-content .boxcontent dl dd span img {
  margin-right: 10px;
}

.faqbox .items .items-content .boxcontent dl dd span a {
  color: #003783;
  text-decoration: underline;
}

.faqbox .items .items-content .boxcontent .blueText a {
  display: flex;
  color: #003783;
  font-style: italic;
  font-family: 'Editor-Medium';
}

.faqbox .items .items-content .boxcontent .blueText a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback {
  background: #F7F7F7;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 88px;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback .icos {
  width: 50px;
  height: auto;
  background: none;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback h3 {
  margin-bottom: 0;
  width: calc(100% - 50px);
  color: #003783;
  background: none;
  text-align: left;
  padding: 0;
}

.faqbox .items .items-content .boxcontent .music {
  background: #0484D0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}

.faqbox .items .items-content .boxcontent .music.sports {
  background: #003783;
}

.faqbox .items .items-content .boxcontent .music.uniform {
  background: #68BBB9;
}

.faqbox .items .items-content .boxcontent .music .imgs {
  width: 50%;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .music .imgs {
    width: 100%;
  }
}

.faqbox .items .items-content .boxcontent .music .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqbox .items .items-content .boxcontent .music .con {
  width: 46%;
  color: #ffffff;
  box-sizing: border-box;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .music .con {
    width: 100%;
    padding: 1.5rem !important;
  }
}

.faqbox .items .items-content .boxcontent .music .con ul {
  margin-top: 0;
}

.faqbox .items .items-content .boxcontent .music .con ul li::marker {
  color: #ffffff;
}

.faqbox .items .items-content .boxcontent .txt {
  padding: 0 !important;
  padding-bottom: 20px !important;
}

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

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

.about-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/abg1.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}

.about-block .container {
  position: relative;
  z-index: 2;
}

.about-block .header-top {
  max-width: 1134px;
  margin: 0 auto;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .about-block .header-top {
    margin-bottom: 1.5rem;
  }
}

.about-block .row .icos {
  height: 398px;
  margin: 1rem auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 992px) {
  .about-block .row .icos {
    height: 298px;
  }
}

@media (max-width: 767px) {
  .about-block .row .icos {
    height: auto;
  }
}

.about-block .whiteback {
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  max-width: 84%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .about-block .whiteback {
    max-width: 100%;
  }
}

.about-block .whiteback .left {
  width: 50%;
  height: 565px;
}

@media (max-width: 1024px) {
  .about-block .whiteback .left {
    width: 100%;
    height: 340px;
  }
}

.about-block .whiteback .left .items {
  display: none;
  height: 100%;
}

.about-block .whiteback .left .items:nth-child(1) {
  display: block;
}

.about-block .whiteback .left .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-block .whiteback .right {
  width: 50%;
  width: 50%;
}

@media (max-width: 1024px) {
  .about-block .whiteback .right {
    width: 100%;
  }
}

.about-block .whiteback .right .items {
  padding: 0.8rem 1.5rem;
  display: block;
  width: 100%;
}

.about-block .whiteback .right .items.active {
  border-right: 6px solid #DD0011;
  background: rgba(234, 204, 120, 0.16);
}

.about-block .whiteback .right .items .time {
  display: block;
  color: rgba(93, 62, 36, 0.47);
}

@media (max-width: 767px) {
  .about-block .whiteback .right .items h3 {
    color: #5D3E24;
  }
}

.about-block .whiteback .right .items p {
  color: #5D3E24;
  margin-bottom: 0;
}

.about-block .txt {
  max-width: 1275px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about-block .txt {
    font-size: 14px;
  }
}

.about-block .videobox {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15rem;
  padding-bottom: 25rem;
  max-width: 1920px;
  z-index: 22;
  height: 760px;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .about-block .videobox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 96%;
    margin: 0 auto;
    height: auto;
  }
  .about-block .videobox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .about-block .videobox {
    padding-bottom: 5rem;
  }
}

.about-block .videobox .vi1 {
  margin-left: 5rem;
  z-index: 2;
  position: relative;
  max-width: 375px;
}

@media (max-width: 1024px) {
  .about-block .videobox .vi1 {
    width: 49%;
    margin-left: 0;
    max-width: 100%;
  }
}

.about-block .videobox .vi1 img {
  height: 258px;
  object-fit: cover;
}

.about-block .videobox .vi2 {
  margin-top: 1rem;
  transform: translateX(-4rem);
  max-width: 375px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .about-block .videobox .vi2 {
    width: 49%;
    max-width: 100%;
    margin: 0;
    transform: none;
  }
}

.about-block .videobox .vi2 img {
  height: 258px;
  object-fit: cover;
}

.about-block .videobox .vi3 {
  position: absolute;
  left: 400px;
  top: 170px;
  max-width: 569px;
  z-index: 3;
}

@media (max-width: 1440px) {
  .about-block .videobox .vi3 {
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  .about-block .videobox .vi3 {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .about-block .videobox .vi3 {
    width: 49%;
    max-width: 100%;
    margin: 0;
    transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
}

.about-block .videobox .vi3 img {
  height: 395px;
  object-fit: cover;
}

.about-block .videobox .vi4 {
  position: absolute;
  left: 800px;
  top: 460px;
  max-width: 525px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .about-block .videobox .vi4 {
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  .about-block .videobox .vi4 {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .about-block .videobox .vi4 {
    width: 49%;
    max-width: 100%;
    margin: 0;
    transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
}

.about-block .videobox .vi4 img {
  height: 344px;
  object-fit: cover;
}

.about-block .videobox .vi5 {
  position: absolute;
  right: 430px;
  top: 0px;
  z-index: 2;
  max-width: 462px;
}

@media (max-width: 1280px) {
  .about-block .videobox .vi5 {
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  .about-block .videobox .vi5 {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .about-block .videobox .vi5 {
    width: 49%;
    max-width: 100%;
    margin: 0;
    transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
}

.about-block .videobox .vi5 img {
  height: 288px;
  object-fit: cover;
}

.about-block .videobox .vi6 {
  position: absolute;
  right: 0px;
  top: 200px;
  max-width: 735px;
  z-index: 1;
}

@media (max-width: 1440px) {
  .about-block .videobox .vi6 {
    max-width: 500px;
  }
}

@media (max-width: 1280px) {
  .about-block .videobox .vi6 {
    max-width: 400px;
    top: 100px;
  }
}

@media (max-width: 1024px) {
  .about-block .videobox .vi6 {
    width: 49%;
    max-width: 100%;
    margin: 0;
    transform: none;
    left: 0rem;
    top: 0;
    position: relative;
  }
}

.about-block .videobox .vi6 img {
  height: 436px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about-block .videobox .video {
    margin-top: 1rem;
  }
}

.about-block .videobox .video a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-block .videobox .video a::after {
  content: '';
  display: block;
  width: 58px;
  height: 41px;
  background: url(../images/ytsd.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .about-block .videobox .video a::after {
    width: 48px;
    height: 31px;
  }
}

.about-block .videobox .video a img {
  border-radius: 17px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
}

@media (max-width: 1024px) {
  .about-block .videobox .video a img {
    height: 100% !important;
  }
}

.about-block .i1 {
  position: absolute;
  left: -100px;
  top: 200px;
  animation: smoke2 3s ease-in-out infinite;
}

.about-block .videoswi {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .about-block .videoswi {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-block .videoswi {
    padding-bottom: 180px;
  }
}

.about-block .videoswi .swiper-pagination {
  bottom: 250px;
}

.about-block .videoswi .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 4px;
  border-radius: 10px;
  background: rgba(234, 204, 120, 0.4);
}

.about-block .videoswi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #975501;
}

@media (max-width: 767px) {
  .about-block p {
    font-size: 14px;
  }
}

.about-block .awords2 .swiper-wrapper {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-block .awords2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.about-block .awords2 .swiper-wrapper .swiper-slide h3 {
  opacity: 1;
  margin: 0.5rem 0;
}

.about-block .awords2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.about-block .mvideo {
  position: relative;
  padding-left: 10px;
}

.about-block .mvideo .swiper-pagination {
  bottom: 30px !important;
}

.about-block .mvideo .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.about-block .mnews .swiper-wrapper {
  padding-bottom: 2rem;
}

.quality-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .quality-block {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

.quality-block::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/bgp.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .quality-block::before {
    top: 30px;
  }
}

.quality-block .boxc {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .quality-block .boxc h3 {
    padding-top: 0 !important;
  }
}

.quality-block .boxc dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.quality-block .boxc dl dd {
  width: 33%;
}

.quality-block .boxc dl dd:nth-last-child(1) p::after {
  display: none;
}

.quality-block .boxc dl dd .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #5D3E24;
  width: 80px;
  height: 80px;
  margin: 0.5rem auto;
}

@media (max-width: 767px) {
  .quality-block .boxc dl dd .icos {
    width: 55px;
    height: 55px;
  }
  .quality-block .boxc dl dd .icos img {
    width: 20px;
  }
}

.quality-block .boxc dl dd p {
  position: relative;
}

.quality-block .boxc dl dd p::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #5D3E24;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .quality-block .boxc dl dd p::after {
    width: 1px;
    height: 10px;
  }
}

.quality-block .header-top p.fs24 {
  max-width: 684px;
  margin: 0 auto;
}

.quality-block .header-top h3 {
  color: #ECD083;
  margin-top: 2rem;
}

.quality-block .row, .quality-block .mlikst {
  margin-right: calc(-2.5 * var(--bs-gutter-x));
  margin-left: calc(-2.5 * var(--bs-gutter-x));
}

.quality-block .row .col-md-3, .quality-block .row .swiper-slide, .quality-block .mlikst .col-md-3, .quality-block .mlikst .swiper-slide {
  padding-right: calc(var(--bs-gutter-x) * 2.5);
  padding-left: calc(var(--bs-gutter-x) * 2.5);
  position: relative;
  border: 1px dashed #ECD083;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .quality-block .row .col-md-3, .quality-block .row .swiper-slide, .quality-block .mlikst .col-md-3, .quality-block .mlikst .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .quality-block .row .col-md-3, .quality-block .row .swiper-slide, .quality-block .mlikst .col-md-3, .quality-block .mlikst .swiper-slide {
    width: 100%;
    border: none !important;
  }
}

.quality-block .row .col-md-3:nth-child(1), .quality-block .row .swiper-slide:nth-child(1), .quality-block .mlikst .col-md-3:nth-child(1), .quality-block .mlikst .swiper-slide:nth-child(1) {
  border-top: none;
}

.quality-block .row .col-md-3:nth-child(2), .quality-block .row .swiper-slide:nth-child(2), .quality-block .mlikst .col-md-3:nth-child(2), .quality-block .mlikst .swiper-slide:nth-child(2) {
  border-left: none;
  border-bottom: none;
}

.quality-block .row .col-md-3:nth-child(3), .quality-block .row .swiper-slide:nth-child(3), .quality-block .mlikst .col-md-3:nth-child(3), .quality-block .mlikst .swiper-slide:nth-child(3) {
  border-left: none;
  border-top: none;
}

.quality-block .row .col-md-3:nth-child(4), .quality-block .row .swiper-slide:nth-child(4), .quality-block .mlikst .col-md-3:nth-child(4), .quality-block .mlikst .swiper-slide:nth-child(4) {
  border-left: none;
  border-bottom: none;
}

.quality-block .row .col-md-3:nth-child(even) .number, .quality-block .row .swiper-slide:nth-child(even) .number, .quality-block .mlikst .col-md-3:nth-child(even) .number, .quality-block .mlikst .swiper-slide:nth-child(even) .number {
  margin-top: 0;
  transform: translateY(-25px);
}

.quality-block .row .col-md-3 .whiteback, .quality-block .row .swiper-slide .whiteback, .quality-block .mlikst .col-md-3 .whiteback, .quality-block .mlikst .swiper-slide .whiteback {
  display: block;
  border-radius: 18px;
  background: #FFFFFF;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 260px;
}

@media (max-width: 1024px) {
  .quality-block .row .col-md-3 .whiteback, .quality-block .row .swiper-slide .whiteback, .quality-block .mlikst .col-md-3 .whiteback, .quality-block .mlikst .swiper-slide .whiteback {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .quality-block .row .col-md-3 .whiteback, .quality-block .row .swiper-slide .whiteback, .quality-block .mlikst .col-md-3 .whiteback, .quality-block .mlikst .swiper-slide .whiteback {
    height: auto;
    padding: 1rem;
  }
}

.quality-block .row .col-md-3 .whiteback .icos, .quality-block .row .swiper-slide .whiteback .icos, .quality-block .mlikst .col-md-3 .whiteback .icos, .quality-block .mlikst .swiper-slide .whiteback .icos {
  height: 80px;
  display: block;
}

@media (max-width: 767px) {
  .quality-block .row .col-md-3 .whiteback .icos, .quality-block .row .swiper-slide .whiteback .icos, .quality-block .mlikst .col-md-3 .whiteback .icos, .quality-block .mlikst .swiper-slide .whiteback .icos {
    height: 40px;
    margin-bottom: 1rem;
  }
}

.quality-block .row .col-md-3 .whiteback .icos img, .quality-block .row .swiper-slide .whiteback .icos img, .quality-block .mlikst .col-md-3 .whiteback .icos img, .quality-block .mlikst .swiper-slide .whiteback .icos img {
  display: block;
  margin: 1.5rem auto;
}

@media (max-width: 767px) {
  .quality-block .row .col-md-3 .whiteback .icos img, .quality-block .row .swiper-slide .whiteback .icos img, .quality-block .mlikst .col-md-3 .whiteback .icos img, .quality-block .mlikst .swiper-slide .whiteback .icos img {
    height: 40px;
    margin: 0 auto;
  }
}

.quality-block .row .col-md-3 .whiteback p, .quality-block .row .swiper-slide .whiteback p, .quality-block .mlikst .col-md-3 .whiteback p, .quality-block .mlikst .swiper-slide .whiteback p {
  margin-bottom: 0;
}

.quality-block .row .col-md-3 .number, .quality-block .row .swiper-slide .number, .quality-block .mlikst .col-md-3 .number, .quality-block .mlikst .swiper-slide .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
  border: 6px solid rgba(236, 208, 131, 0.53);
  display: block;
  margin: 2rem auto auto auto;
  transform: translateY(25px);
}

@media (max-width: 767px) {
  .quality-block .row .col-md-3 .number, .quality-block .row .swiper-slide .number, .quality-block .mlikst .col-md-3 .number, .quality-block .mlikst .swiper-slide .number {
    display: none;
  }
}

.quality-block .row .col-md-3 .number::before, .quality-block .row .swiper-slide .number::before, .quality-block .mlikst .col-md-3 .number::before, .quality-block .mlikst .swiper-slide .number::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: #ECD083;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.quality-block .mlikst .swiper-wrapper {
  padding: 1.5rem 0 3rem 0;
}

.quality-block .ivideo {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 6px solid #DD0011;
  color: #DD0011;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-block .ivideo p {
  margin-bottom: 0;
}

.quality-block .ivideo p i {
  font-style: normal;
}

.quality-block .ivideo p span {
  display: block;
  font-size: 13px;
}

.quality-block .searchcode {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .quality-block .searchcode {
    padding-bottom: 5rem;
  }
}

.quality-block .searchcode .form-group {
  border-radius: 39px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5e2b7;
}

.quality-block .searchcode .form-group input {
  width: calc(100% - 112px);
  padding: 1rem;
  background: none;
  border-radius: 39px 0 0 39px;
  border: none;
}

@media (max-width: 767px) {
  .quality-block .searchcode .form-group input {
    padding: 0.5rem 1rem;
  }
}

.quality-block .searchcode .form-group button {
  display: inline-block;
  background: #DD0011;
  color: #ffffff;
  width: 112px;
  border-radius: 39px;
}

.quality-block .container {
  position: relative;
  z-index: 2;
}

.quality2-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/pbgs2.png) no-repeat top center;
  background-size: cover;
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .quality2-block {
    padding: 4rem 0;
  }
}

.quality2-block .header-top {
  max-width: 780px;
  margin: 0 auto;
}

.quality2-block .video {
  position: relative;
}

@media (max-width: 767px) {
  .quality2-block .video {
    padding-bottom: 2rem;
  }
}

.quality2-block .video .mySwiper {
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .quality2-block .video .mySwiper {
    padding: 0;
  }
}

.quality2-block .video .mySwiper .swiper-slide {
  opacity: 0.45;
}

.quality2-block .video .mySwiper .swiper-slide.swiper-slide-active {
  position: relative;
  opacity: 1;
  z-index: 2;
  transform: scale(1.5);
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .quality2-block .video .mySwiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}

.quality3-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/pbgs3.png) no-repeat top center;
  background-size: cover !important;
  padding: 7rem 0 15rem 0;
}

@media (max-width: 767px) {
  .quality3-block {
    padding: 4rem 0;
    background: url(../images/444.png) no-repeat top center !important;
    background-size: cover !important;
    padding-bottom: 20rem;
  }
}

.quality3-block::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .quality3-block::after {
    opacity: 0;
  }
}

.quality3-block .container {
  position: relative;
  z-index: 2;
}

.quality3-block .ulist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
}

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

.quality3-block .ulist .items {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

@media (max-width: 1024px) {
  .quality3-block .ulist .items {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .quality3-block .ulist .items {
    width: 32%;
    display: block;
  }
}

.quality3-block .ulist .items .circle {
  color: #ECD083;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .quality3-block .ulist .items .circle {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}

.quality3-block .ulist .items .circle em {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ECD083;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .quality3-block .ulist .items .circle em {
    width: 90px;
    height: 90px;
  }
}

.quality3-block .ulist .items .circle em sub {
  bottom: -.55em;
}

.quality3-block .ulist .items .circle h3 {
  margin-bottom: 0;
}

.quality3-block .ulist .items p {
  width: calc(100% - 140px);
  margin-bottom: 0;
  color: #5D3E24;
  text-shadow: 0 3px 6px white;
}

@media (max-width: 767px) {
  .quality3-block .ulist .items p {
    width: 100%;
    text-align: center;
    margin-top: 0.7rem;
  }
}

@media (max-width: 767px) {
  .quality3-block h2 {
    text-align: center;
  }
}

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

.quality4-block .row .col-md-5 ul {
  padding-left: 0;
  width: 99%;
}

@media (max-width: 767px) {
  .quality4-block .row .col-md-5 ul {
    width: 92%;
    margin: 1rem auto;
  }
}

.quality4-block .row .col-md-5 ul li {
  position: relative;
  list-style: none;
  color: #5D3E24;
  margin-top: 1.5rem;
  padding-left: 2rem;
}

.quality4-block .row .col-md-5 ul li::before {
  content: '';
  display: block;
  width: 28px;
  height: 15px;
  background: url(../images/ic.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .quality4-block .row .col-md-5 ul li::before {
    top: 4px;
  }
}

.quality4-block .row .col-md-7 img {
  float: right;
}

@media (max-width: 767px) {
  .quality4-block h2 {
    text-align: center;
  }
}

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;
  max-height: 140px;
  overflow-y: scroll;
  z-index: 22;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 15px 10px;
  margin-bottom: 0;
  border-radius: 0;
  color: #374869;
}

form .form-group .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-ul li:hover {
  background: #f2f2f2;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.7rem 0.5rem;
  border: none;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #374869;
  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 #000000;
  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%;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  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(243, 111, 51, 0.58);
  border-color: rgba(243, 111, 51, 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: 24px;
  width: 24px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #999999;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #F36F33;
  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: #000000;
  font-weight: normal;
}

.contact-block {
  position: relative;
  padding: 80px 0 250px 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .contact-block {
    padding: 20px 0 200px 0px;
  }
}

.contact-block .map {
  height: 100%;
}

.contact-block .map img, .contact-block .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-block .contact dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .contact-block .contact dl dd {
    margin-top: 1rem;
  }
}

.contact-block .contact dl dd h4 {
  width: 300px;
}

@media (max-width: 1024px) {
  .contact-block .contact dl dd h4 {
    width: 100px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.contact-block .contact dl dd span {
  width: calc(100% - 300px);
}

@media (max-width: 1024px) {
  .contact-block .contact dl dd span {
    width: calc(100% - 100px);
    font-size: 14px;
  }
}

.contact-block .contact dl dd span a {
  display: inline-block;
  background: #DD0011;
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: normal;
}

.contact-block .contact dl dd span a:hover {
  background: #D4AA34;
}

@media (max-width: 767px) {
  .contact-block .contact dl dd span a {
    padding: 5px 15px;
  }
}

.contact-block .contact dl dd span a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .contact-block .contact dl dd span a img {
    width: 20px;
  }
}

.news-block {
  position: relative;
  padding: 80px 0 250px 0px;
  width: 100%;
  height: 100%;
}

.news-block .items a {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  transition: all 0.35s ease;
}

.news-block .items a:hover {
  background: #efefef;
}

.news-block .items 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 .items a .boximg {
  width: 40%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .news-block .items a .boximg {
    width: 100%;
  }
}

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

.news-block .items a .con {
  width: calc(100% - 40%);
  box-sizing: border-box;
  padding: 1.5rem 3rem;
  padding-top: 3rem;
}

@media (max-width: 1024px) {
  .news-block .items a .con {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news-block .items a .con {
    padding: 1.5rem;
  }
}

.news-block .items a .con p {
  display: block;
  margin-top: 1rem;
}

.news-block .items a .con .more {
  float: right;
  margin-top: 1.5rem;
}

.news-block .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-block .top .topleft {
  width: 52%;
}

@media (max-width: 1024px) {
  .news-block .top .topleft {
    width: 100%;
  }
}

.news-block .top .topleft .swiper-slide {
  position: relative;
  max-width: 100%;
}

.news-block .top .topleft .swiper-slide .boxshadow-left {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}

.news-block .top .topleft .swiper-slide .boxshadow-right {
  height: 100%;
  right: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}

.news-block .top .topleft .swiper-slide .boximg {
  max-width: 100%;
  position: relative;
  z-index: 22;
  margin: 0 auto;
}

.news-block .top .topright {
  width: 48%;
}

@media (max-width: 1024px) {
  .news-block .top .topright {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.news-block .top .mySwiper {
  padding-bottom: 3rem;
}

.news-block .top .mySwiper .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.news-block .top .mySwiper .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.news-block .top .mySwiper .swiper-slide .boximg {
  border-radius: 10px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.news-block .top .mySwiper .swiper-slide .boximg img {
  bottom: 0;
  height: auto;
  height: 100%;
  left: 0;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: fill;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.news-block .top .mySwiper .swiper-slide .conbox {
  padding: 2rem 3rem;
}

@media (max-width: 767px) {
  .news-block .top .mySwiper .swiper-slide .conbox {
    padding: 2rem 0;
  }
}

.news-block .top .mySwiper .swiper-slide .conbox .date {
  display: block;
}

.news-block .top .mySwiper .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.news-block .top .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #FAEBC2;
}

.news-block .top .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EACC78;
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  color: #ffffff;
  background: #DD0011;
  border-radius: 31px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  width: 211px;
  height: 60px;
}

@media (max-width: 767px) {
  .more {
    width: max-content;
    height: auto;
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 34px;
  }
}

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

.more:hover::before {
  height: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #9D0813;
}

.more::after {
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
}

@media (max-width: 767px) {
  .more::after {
    margin-left: 20px;
  }
}

.more img {
  margin-right: 15px;
}

#closeTraceModal {
  right: 0px !important;
  top: -40px !important;
  background: #efefef !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  .tracemodalcon {
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  .mobile-menu .navigation li:nth-child(4) {
    display: none;
  }
}

.loginpup .conbox {
  position: relative;
}

.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-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(123, 123, 123, 0.3);
  border-radius: 30px;
  padding: 0.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .loginpup .conbox .form-group {
    padding: 0.8rem;
  }
}

.loginpup .conbox .form-group .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: none;
  padding: 0;
}

.loginpup .conbox .form-group .inp {
  background: #fff;
  width: 100%;
  color: #6F6F6F;
  position: relative;
  display: flex;
  align-items: center;
}

.loginpup .conbox .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.loginpup .conbox .more {
  width: 100%;
  padding: 35px 20px;
  margin: 20px auto;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #243775;
  margin-top: 0.5rem;
}

.loginpup .conbox p a {
  color: #F36F33;
  text-decoration: underline;
  margin-left: 5px;
  font-weight: bold;
}

.loginpup .conbox .forgetp {
  color: #F36F33;
}

.index-pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.35s ease;
}

.index-pup.show {
  display: flex;
}

.index-pup .index-pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-pup .index-pupcontent {
  width: 880px;
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  background-image: linear-gradient(#E2E7FC, #fff);
  box-sizing: border-box;
  padding: 50px;
  color: #000;
}

@media (max-width: 992px) {
  .index-pup .index-pupcontent {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .index-pup .index-pupcontent {
    padding: 30px;
  }
}

.index-pup .index-pupcontent .close::before, .index-pup .index-pupcontent .close::after {
  background: #999999;
}

.index-pup .index-pupcontent .txt p {
  margin-bottom: 40px;
  line-height: 2;
}

.index-pup .index-pupcontent .header-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pup.show {
  display: flex;
}

.pup .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.pup .videobox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.pup .videobox video {
  width: 100%;
  height: 100%;
}

.pup .videobox .video1 {
  display: none;
}

.pup .videobox .video2 {
  display: none;
}

.pup .conbox {
  background: #ffffff;
  border-radius: 34px;
  position: relative;
  z-index: 9;
  width: 693px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem;
}

@media (max-width: 767px) {
  .pup .conbox {
    width: 96%;
  }
}

.pup .conbox .susscess img {
  display: block;
  margin: 0 auto;
}

.pup .conbox h4 {
  color: #243775;
}

.pup .conbox .comfirm {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FC691D;
  border-radius: 6px;
  color: #ffffff;
  width: 157px;
  height: 43px;
  margin: 0 auto;
  font-size: 15px;
}

.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: #243775;
  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 header {
  background: none;
}

.member header.sticky {
  background: #ffffff;
}

.member header .right {
  justify-content: flex-end !important;
}

.member header .right .nav-outer {
  display: none;
}

.member header .right .links {
  display: block;
  width: auto;
}

.member header .right .links .login {
  display: none;
}

.member header .right .icon-box {
  display: none !important;
}

.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: url(../images/footer.png) no-repeat top center;
  background-size: cover;
  z-index: 9;
  position: relative;
  margin-top: -150px;
  padding-top: 50px;
}

footer .logo img {
  display: block;
  margin: 0 auto;
}

footer .free-btn {
  display: inline-block;
  background: #DD0011;
  border: 1px solid #DD0011;
  border-radius: 33px;
  color: #ffffff;
  padding: 0.7rem 3rem;
  transition: all 0.35s ease;
}

footer .free-btn:hover {
  background: none;
  color: #DD0011;
}

footer .address dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  footer .address dd {
    justify-content: center;
  }
}

footer .address dd span {
  width: 20px;
  color: #975501;
}

footer .address dd span:nth-child(2) {
  width: calc(100% - 30px);
}

@media (max-width: 767px) {
  footer .address dd span:nth-child(2) {
    width: auto;
    text-align: center;
  }
}

footer .address dd span:nth-child(1) {
  text-transform: capitalize;
}

footer .address dd span a {
  color: #975501;
}

footer .address dd span a:hover {
  color: #243775;
}

footer nav ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer nav ul {
    padding: 1.5rem 0;
    margin-bottom: 0;
  }
}

footer nav ul li {
  list-style: none;
  width: 100%;
}

@media (max-width: 767px) {
  footer nav ul li {
    width: 100%;
    text-align: center;
  }
}

footer nav ul li a {
  color: #975501;
  display: block;
  margin-bottom: 10px;
  transition: all 0.35s ease;
}

footer nav ul li a:hover {
  color: #DD0011;
}

footer .logo {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 0;
    width: 120px;
    margin: 0 auto;
  }
}

footer .logo img {
  display: block;
}

footer .copyrights {
  padding: 22px 0px;
  position: relative;
  overflow: hidden;
  color: #975501;
}

footer .text-right {
  line-height: 2.5;
}

@media (max-width: 992px) {
  footer .text-right {
    text-align: left !important;
  }
}

footer .row {
  justify-content: space-between;
}

@media (max-width: 767px) {
  footer .row {
    flex-direction: column-reverse;
  }
}

footer .row .col-md-3:nth-last-child(1) {
  width: auto;
}

@media (max-width: 767px) {
  footer .row .col-md-3:nth-last-child(1) {
    width: 100%;
  }
}

footer .row .col-md-3:nth-child(2) {
  width: auto;
}

@media (max-width: 767px) {
  footer .row .col-md-3:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 992px) {
  footer .row .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-3 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  footer .row .col-md-2 {
    width: 33%;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-2 {
    width: 100%;
  }
}

footer .links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  footer .links {
    justify-content: center;
    margin-top: 2rem;
  }
}

footer .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DD0011;
  border: 1px solid #DD0011;
  border-radius: 50%;
  color: #ffffff;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}

footer .links a:hover {
  background: none;
  color: #DD0011;
}

footer .links a i {
  font-size: 20px;
}

.gift {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 222;
  width: 120px;
  height: 120px;
  border: 3px solid #FCDF8E;
  background: #D4AA34;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  transition: all 0.35s ease;
}

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

.gift:hover {
  border-color: #B2A294;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.gift img {
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .gift img {
    width: 30px;
    height: 30px;
    margin-top: 0.5rem;
  }
}

.gift span {
  display: block;
  color: #ffffff;
}

@media (max-width: 767px) {
  .gift span {
    font-size: 10px;
  }
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #DD0011;
  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: 2em;
}

@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;
  width: 100%;
  height: 100%;
}

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

@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 1rem;
  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: #000;
  background: #ffffff;
  transition: all 0.35s ease;
  border-radius: 4px;
  padding: 0.15rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.pageinfo ul li a:hover {
  color: #EACC78;
}

.pageinfo ul li .active {
  color: #EACC78;
}

.pageinfo ul li .prev {
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F36F33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #ffffff;
}

.pageinfo ul li .prev:hover {
  background: #374869;
  text-decoration: none;
}

.pageinfo ul li .next {
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F36F33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #ffffff;
}

.pageinfo ul li .next:hover {
  background: #374869;
  text-decoration: none;
}

@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: #243775;
}

.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: #999999;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #999999;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #999999;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

html[lang="en-GB"] header .nav-box .nav .nav-link {
  font-size: 12px;
}

html[lang="en-GB"] header .lang span {
  font-size: 12px;
}

html[lang="en-GB"] header .login a {
  font-size: 12px;
}

html[lang="en-GB"] header .lang dl dd a {
  font-size: 12px;
}

html[lang="en-GB"] header .links a {
  font-size: 12px;
}

html[lang="en-GB"] .quality-block .row .col-md-3 .whiteback {
  height: 390px;
}

html[lang="en-GB"] form .form-group .select-menu-input {
  font-size: 12px;
}

html[lang="en-GB"] .login-block .loginpup .conbox .left form .form-group .label {
  font-size: 12px;
}

html[lang="en-GB"] .login-block .loginpup .conbox .left form .form-control {
  font-size: 12px;
}

html[lang="en-GB"] .login-block .loginpup .conbox .left form .form-group .code {
  font-size: 12px;
}

html[lang="en-GB"] .login-block .loginpup .conbox .left form button {
  font-size: 14px;
}

html[lang="en-GB"] .login-block .loginpup .conbox .left form .fs a {
  font-size: 14px;
}

html[lang="en-GB"] .forget span {
  font-size: 14px;
}

@media (max-width: 1480px) {
  html[lang="en-GB"] header .header .container .left {
    width: 250px;
  }
  html[lang="en-GB"] header .header .container .right {
    width: 250px;
  }
  html[lang="en-GB"] header .nav-outer {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1380px) {
  html[lang="en-GB"] header .nav-box .nav .nav-link.logo img {
    width: 140px;
  }
}

@media (max-width: 1300px) {
  html[lang="en-GB"] header .nav-box .nav .nav-link {
    padding: 0.5rem 0.3rem;
  }
}

@media (max-width: 1280px) {
  html[lang="en-GB"] header .header .container .left {
    width: 100%;
  }
  html[lang="en-GB"] header .header .container .right {
    width: 0;
  }
  html[lang="en-GB"] .quality-block .row .col-md-3 .whiteback {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .mlik-swiper-block .yboxs .year {
    width: 177px;
  }
  .mlik-swiper-block .yboxs .boxs {
    width: calc(100% - 200px);
  }
  html[lang="en-GB"] .quality-block .row .col-md-3 .whiteback {
    height: 480px;
  }
}

@media (max-width: 996px) {
  html[lang="en-GB"] .quality-block .row .col-md-6 {
    width: 100%;
  }
  html[lang="en-GB"] .quality-block .row .col-md-6 img {
    display: block;
    margin: 0 auto;
  }
  html[lang="en-GB"] .quality-block .row .col-md-3 .whiteback {
    height: 300px;
  }
}

@media (max-width: 767px) {
  html[lang="en-GB"] .mlik-block .row .col-md-3 {
    width: 50%;
  }
  .mlik-swiper-block .yboxs .boxs {
    width: 100%;
    margin-top: 1.5rem;
  }
  .quality-block .mlikst .swiper-slide .whiteback {
    min-height: 241px;
  }
}
