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

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

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

body {
  color: #000000;
  font-family: 'Figtree';
  font-size: 16px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 2561px) {
  body {
    font-size: 16px;
  }
}

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

@media (max-width: 768px) {
  body h2 br {
    display: none;
  }
}

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

body em {
  font-style: normal;
}

body .Figtree {
  font-family: 'Figtree';
}

body .Figtree-SemiBold {
  font-family: 'Figtree-SemiBold';
}

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

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

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

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

body .white {
  color: #ffffff;
}

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 thead {
  background: #F9F9F9;
  border-bottom: 10px solid #ffffff;
}

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

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: bold;
}

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

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

body .Index-About-block .videobox img, body a:focus-visible {
  outline: none !important;
}

body .Index-About-block .videobox img, body a:hover:focus-visible {
  outline: none  !important;
}

body a:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

body a:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

body a:visited {
  border: none;
  box-shadow: none;
  outline: none;
}

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #374869;
}

body .blueLight {
  color: #374869;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #374869;
}

body .green {
  color: #0E642D !important;
}

body .orange {
  color: #EB630A !important;
}

body .greenDeep {
  color: #374869;
}

body .orangeDeep {
  color: #374869;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs100 {
    font-size: 100px;
  }
}

@media screen and (min-width: 2561px) {
  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 .fs70 {
  font-size: 70px;
}

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs64 {
    font-size: 64px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs64 {
    font-size: 64px;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs60 {
    font-size: 60px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs60 {
    font-size: 60px;
  }
}

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

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

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

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

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

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

body .fs56 {
  font-size: 56px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs56 {
    font-size: 56px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs56 {
    font-size: 56px;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs54 {
    font-size: 54px;
  }
}

@media screen and (min-width: 2561px) {
  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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs48 {
    font-size: 48px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs48 {
    font-size: 48px;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs42 {
    font-size: 42px;
  }
}

@media screen and (min-width: 2561px) {
  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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs40 {
    font-size: 40px;
  }
}

@media screen and (min-width: 2561px) {
  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: 28px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs36 {
    font-size: 36px;
  }
}

@media screen and (min-width: 2561px) {
  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: 24px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs22 {
    font-size: 22px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs22 {
    font-size: 22px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  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: 16px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs32 {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media screen and (min-width: 2561px) {
  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: 18px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media screen and (min-width: 2561px) {
  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: 18px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 2561px) {
  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: 16px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs18 {
    font-size: 18px;
  }
}

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

body .fs17 {
  font-size: 17px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs17 {
    font-size: 17px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs17 {
    font-size: 17px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs16 {
    font-size: 16px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs16 {
    font-size: 16px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs14 {
    font-size: 14px;
  }
}

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

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

body .white {
  color: #ffffff;
}

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

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

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

.form-control {
  color: #333;
}

.index-block .Yearlist .navs::-webkit-scrollbar {
  width: 8px;
}

.index-block .Yearlist .navs::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.index-block .Yearlist .navs::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.first-block .inner .items::-webkit-scrollbar {
  width: 8px;
}

.first-block .inner .items::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.first-block .inner .items::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

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

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

.pupbox .inner::-webkit-scrollbar-thumb {
  background-color: #fff;
  -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: 50%;
  transform: translateX(-50%);
  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;
  border-radius: 0 !important;
}

@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 #374869;
  background: none !important;
  color: #374869 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  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 {
  position: relative;
  z-index: 99;
}

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

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

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

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

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

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

@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: 1200px) {
  .icon-box {
    display: none !important;
    justify-content: center;
    width: 45px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #7E5F1C;
  }
}

@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 {
  color: #ffffff;
  transition: all 0.35s ease;
  outline: none;
}

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

.swiper-button-next.swiper-button-next::after, .swiper-button-prev.swiper-button-next::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/r.svg) no-repeat top center;
}

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

.swiper-button-next.swiper-button-prev::after, .swiper-button-prev.swiper-button-prev::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/l.svg) no-repeat top center;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.35s ease;
}

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

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

header .header {
  width: 100%;
  transition: all 0.35s ease;
}

header .header .topbar {
  position: relative;
  z-index: 99;
}

header .header .container {
  transition: all 0.35s ease;
  padding: 0;
  max-width: 100%;
}

@media (max-width: 1200px) {
  header .header .container {
    align-items: center !important;
  }
}

header .header .container .left {
  max-width: 100%;
  transition: all 0.35s ease;
  border-bottom: 8px solid #0F0101;
  padding: 5px 0px;
}

header .header .container .left .logo a {
  display: block;
  margin: 0 auto;
}

header .header .container .left .logo a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

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

header .header .container .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}

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

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: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

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

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

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

header .header .container .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E60013;
  transition: all 0.35s ease;
  border-top: 3px solid #9E9E9E;
}

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: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: #ffffff;
  transition: all 0.35s ease;
}

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

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

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

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

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

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

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

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

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

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

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

header .nav-box .nav .nav-link {
  color: #000000;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
}

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

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

header .lang {
  position: relative;
}

header .lang span {
  display: inline-block;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  color: #464646;
  cursor: pointer;
  padding: 10px 15px;
  transition: all 0.35s ease;
}

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

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

header .lang dl dd {
  padding: 5px;
}

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

header .lang dl dd a:hover {
  color: #EB630A;
}

header .Search {
  border-radius: 0 0 0px 10px;
  background: #0F632E;
  padding: 10px 30px;
}

header .Search a {
  color: #ffffff;
}

header .Search a i {
  margin-right: 10px;
}

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

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

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

.opennav {
  overflow: hidden;
}

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

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

.tag {
  display: flex;
}

@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: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

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

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

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

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

.bread a, .bread span {
  margin: 0 3px;
}

.bread a:nth-last-child(1), .bread span:nth-last-child(1) {
  color: #E60013;
}

.txt p a {
  color: #049ADC;
  word-break: break-all;
}

.txt img {
  display: inline-block;
}

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

.banner {
  position: relative;
  width: 100%;
  padding-top: 0px;
  z-index: 99;
}

.banner img {
  width: 100%;
}

@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: auto;
  overflow: hidden;
  z-index: 9;
}

.page-banner::before {
  content: '';
  display: block;
  width: 1920px;
  height: 857px;
  background: url(../images/k.png) no-repeat top center;
  background-size: cover;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0 auto;
  animation: smoke1 2s ease-in-out infinite;
}

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

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

.page-banner .inner h1 {
  padding: 100px 0;
}

.page-banner .inner h1::before {
  content: '';
  display: block;
  width: 123px;
  height: 16px;
  margin-bottom: 20px;
  background: transparent linear-gradient(102deg, #F1CC8A 0%, #BC9C5D 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767px) {
  .page-banner .inner h1::before {
    width: 50px;
    height: 4px;
  }
}

.awords {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .awords {
    padding: 50px 0px;
  }
}

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

.awords .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60013;
}

.awords .title::before {
  content: '';
  display: block;
  width: 104px;
  height: 125px;
  background: url(../images/yez_l.svg) no-repeat top center;
  background-size: cover;
  transform: translateX(10px);
}

.awords .title::after {
  content: '';
  display: block;
  width: 104px;
  height: 125px;
  background: url(../images/yez_r.svg) no-repeat top center;
  background-size: cover;
  transform: translateX(-10px);
}

.awords .row .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.awords .row .col-md-3 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}

.awords .row .col-md-3 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.awords .row .col-md-3 a p {
  margin-top: 20px;
  color: #666666;
}

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

.comments {
  position: relative;
  overflow: hidden;
  background: #340000;
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .comments {
    padding: 50px 0px;
  }
}

.comments .row:nth-last-child(1) .col-md-3 a::after {
  width: 54px;
  height: 26px;
  background: url(../images/jt.svg) no-repeat top center;
  background-size: contain;
  top: 35%;
  transform: translateX(30px);
}

@media (max-width: 1680px) {
  .comments .row:nth-last-child(1) .col-md-3 a::after {
    width: 34px;
    height: 16px;
    transform: translateX(25px);
  }
}

@media (max-width: 1280px) {
  .comments .row:nth-last-child(1) .col-md-3 a::after {
    width: 24px;
    height: 16px;
    transform: translateX(20px);
  }
}

.comments .row .col-md-3:nth-last-child(1) a::after {
  display: none;
}

@media (max-width: 992px) {
  .comments .row .col-md-3 {
    width: 50%;
  }
}

.comments .row .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.comments .row .col-md-3 a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 70%;
  top: 10%;
  background: #ffffff;
  transform: translateX(10px);
}

@media (max-width: 992px) {
  .comments .row .col-md-3 a::after {
    display: none !important;
  }
}

.comments .row .col-md-3 .icos {
  display: block;
  width: 262px;
  height: 262px;
  background: url(../images/k.svg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .comments .row .col-md-3 .icos {
    width: 222px;
    height: 222px;
  }
}

@media (max-width: 1024px) {
  .comments .row .col-md-3 .icos {
    width: 192px;
    height: 192px;
  }
}

@media (max-width: 992px) {
  .comments .row .col-md-3 .icos {
    width: 242px;
    height: 242px;
  }
}

@media (max-width: 767px) {
  .comments .row .col-md-3 .icos {
    width: 162px;
    height: 162px;
  }
}

.comments .row .col-md-3 .icos strong {
  transform: translateY(-30px);
}

@media (max-width: 767px) {
  .comments .row .col-md-3 .icos strong {
    transform: translateY(-20px);
  }
}

.comments .row .col-md-3 .icos b, .comments .row .col-md-3 .icos p {
  transform: translateY(-30px);
}

.comments .row .col-md-3 .icos b span, .comments .row .col-md-3 .icos p span {
  display: block;
  margin: 0 50px;
}

.comments .row .col-md-3 .icos b span:nth-child(1), .comments .row .col-md-3 .icos p span:nth-child(1) {
  text-align: left;
  margin-left: 20px;
}

.comments .row .col-md-3 .icos b span:nth-child(1)::after, .comments .row .col-md-3 .icos p span:nth-child(1)::after {
  content: '';
  display: block;
  width: 66px;
  height: 63px;
  background: url(../images/x.svg) no-repeat top center;
  position: absolute;
  left: 20px;
  top: 0;
}

@media (max-width: 992px) {
  .comments .row .col-md-3 .icos b span:nth-child(1)::after, .comments .row .col-md-3 .icos p span:nth-child(1)::after {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .comments .row .col-md-3 .icos b span:nth-child(1)::after, .comments .row .col-md-3 .icos p span:nth-child(1)::after {
    left: 10px;
    width: 56px;
    height: 53px;
  }
}

.comments .row .col-md-3 .icos b span:nth-last-child(1), .comments .row .col-md-3 .icos p span:nth-last-child(1) {
  margin-right: 0;
}

.comments .row .col-md-3 p {
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
}

.comments hr {
  opacity: 1;
  background: #ffffff;
}

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

.hot {
  position: relative;
  overflow: hidden;
  padding: 20px 0 100px 0px;
}

.hot .icos {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
  margin-bottom: 70px;
}

.hot .title {
  margin-top: 20px;
}

.hot .row {
  margin-right: calc(var(--bs-gutter-x)* -1.5);
  margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.hot .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 992px) {
  .hot .row .col-md-6 {
    width: 100%;
    margin-top: 1.5rem !important;
  }
}

.hot .row .col-md-6 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.17);
  display: flex;
  background: #ffffff;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hot .row .col-md-6 a {
    padding: 20px;
  }
}

.hot .row .col-md-6 a:hover {
  background: #efefef;
}

.hot .row .col-md-6 a::after {
  content: '';
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 20px;
  color: #E60013;
  font-size: 30px;
}

@media (max-width: 767px) {
  .hot .row .col-md-6 a::after {
    right: 20px;
    bottom: 10px;
  }
}

.hot .row .col-md-6 a .imgs {
  width: 85px;
}

.hot .row .col-md-6 a .imgs img {
  width: 85px;
}

.hot .row .col-md-6 a .imgs i {
  color: #E60013;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.hot .row .col-md-6 a .imgs i img {
  margin-left: 10px;
  width: 12px;
}

.hot .row .col-md-6 a .food-text {
  width: calc(100% - 120px);
}

@media (max-width: 767px) {
  .hot .row .col-md-6 a .food-text {
    width: calc(100% - 100px);
  }
}

.hot .row .col-md-6 a .food-text .hot-img img {
  width: 48px;
}

.hot .row .col-md-6 a .food-text .food-title {
  margin-top: 1rem;
  color: #666666;
  margin-bottom: 0;
}

.hot .article {
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hot .article {
    max-width: 100%;
    padding: 15px;
  }
}

.hot .article .articleswi .swiper-pagination-bullet-active {
  background: #E60013;
}

.hot .article .title {
  border: none;
  margin-top: 0;
  padding-top: 30px;
  color: #555555;
}

.hot .article .tag em {
  background-color: whitesmoke;
  padding: 4px 12px;
  color: #000;
}

.hot .article .star {
  display: flex;
  align-items: center;
}

.hot .article .star i {
  color: #E60013;
  font-style: normal;
  display: flex;
  align-items: center;
}

.hot .article .star i img {
  margin-left: 5px;
}

.hot .article .comment-hot ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.hot .article .comment-hot ul li {
  list-style: none;
  width: 60px;
  margin-right: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.hot .article .comment-hot ul li:nth-last-child(2) {
  border: 1px solid #555;
}

.hot .article .comment-hot ul li:nth-last-child(1) {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .hot .article .comment-hot ul li {
    width: 50px;
    height: 50px;
  }
}

.hot .article .body {
  color: #555555;
}

.hot .article .body h3 {
  margin-top: 50px;
}

.hot .article .body .row {
  margin-right: calc(var(--bs-gutter-x)* -0.5);
  margin-left: calc(var(--bs-gutter-x)* -0.5);
}

.hot .article .body .row .col-md-4 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hot .article .body .row .col-md-4 .box.boxs {
  display: block;
}

.hot .article .body .row .col-md-4 .box.boxs .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  border-radius: 20px;
}

.hot .article .body .row .col-md-4 .box.boxs .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hot .article .body .row .col-md-4 .box.boxs h4 {
  width: 100%;
}

.hot .article .body .row .col-md-4 .box.boxs span {
  display: block;
  color: #E60013;
}

.hot .article .body .row .col-md-4 .box.boxs .date {
  display: block;
}

.hot .article .body .row .col-md-4 .box.boxs a.more {
  display: block;
  border-radius: 20px;
  background: #E60013;
  padding: 12px;
  text-align: center;
  color: #ffffff;
  width: 50%;
  margin-top: 15px;
  border: 1px solid #E60013;
}

.hot .article .body .row .col-md-4 .box.boxs a.more:hover {
  background: none;
  color: #E60013;
}

.hot .article .body .row .col-md-4 .box.boxs2 .boximg {
  width: 80px;
}

.hot .article .body .row .col-md-4 .box.boxs2 h4 {
  width: calc(100% - 100px);
  font-weight: bold;
}

.hot .article .body .row .col-md-4 .box .boximg {
  width: 45px;
}

.hot .article .body .row .col-md-4 .box h4 {
  width: calc(100% - 60px);
  margin-bottom: 0;
  font-weight: normal;
}

.hot .article .body .faq ul {
  padding-left: 0;
}

.hot .article .body .faq ul li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 25px 0px;
}

.hot .article .body .faq ul li:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}

.hot .article .body .faq ul li h5 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hot .article .body .faq ul li h5 {
    font-size: 16px;
  }
}

.hot .article .body .faq ul li h5::after {
  content: '';
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
}

.hot .article .body .faq ul li h5.showico::after {
  transform: rotate(180deg);
}

.hot .article .body .faq ul li .txt {
  font-size: 24px;
  display: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .hot .article .body .faq ul li .txt {
    font-size: 16px;
  }
}

.hot .article .body .faq ul li .txt p {
  margin-bottom: 0;
}

.hot .article .body .tips {
  font-style: italic;
}

.hot .article .body .links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot .article .body .links a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E60013;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 10px;
  overflow: hidden;
}

.hot .article .body .links a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.hot .article .body .more-store {
  display: block;
  border-radius: 15px;
  border: 2px solid #E60013;
  color: #E60013;
  width: 100%;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .hot .article .body .more-store {
    padding: 10px;
  }
}

.hot .article .body .txt p {
  margin-bottom: 5px;
}

.hot .article .body .txt p a {
  color: #E60013;
}

.pupbox {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 999999;
  overflow: hidden;
  transition: all 0.35s ease;
}

.pupbox.show {
  left: 0;
}

.pupbox .bar {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  color: #555555;
  box-shadow: 0px 7px 8px -4px rgba(194, 194, 194, 0.2), 0px 12px 17px 2px rgba(194, 194, 194, 0.14), 0px 5px 22px 4px rgba(194, 194, 194, 0.12);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.pupbox .bar a.back {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #E60013;
}

.pupbox .inner {
  height: calc(100vh - 70px);
  overflow-y: scroll;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pupbox .inner {
    max-width: 98%;
  }
}

.pupbox .inner .row .col-md-6 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pupbox .inner .row .col-md-6 .box .icos {
  width: 84px;
}

.pupbox .inner .row .col-md-6 .box h4 {
  width: calc(100% - 100px);
  margin-bottom: 0;
  color: #555555;
  font-weight: bold;
}

.pupbox .inner .row .col-md-12 .box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
  color: #555555;
}

.pupbox .inner .row .col-md-12 .box dl {
  margin-bottom: 0;
  margin-top: 15px;
}

.pupbox .inner .row .col-md-12 .box dl dd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
}

@media (max-width: 767px) {
  .pupbox .inner .row .col-md-12 .box dl dd {
    font-size: 14px;
  }
}

.pupbox .inner .row .col-md-12 .box dl dd a {
  color: #E60013;
}

.pupbox .inner .row .col-md-12 .box dl dd p {
  margin-bottom: 0;
}

.pupbox .inner .row .col-md-12 .box dl dd p span {
  display: none;
}

.pupbox .inner .row .col-md-12 .box dl dd p span:nth-child(1) {
  display: block;
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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%;
  margin-bottom: 1rem;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(0, 81, 242, 0.58);
  border-color: rgba(0, 81, 242, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid rgba(112, 112, 112, 0.58);
  border-radius: 5px;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #374869;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #000000;
  font-weight: normal;
}

.garyText {
  color: #9F9F9F;
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #374869;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

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

.fixlinks {
  position: fixed;
  right: 1rem;
  bottom: 75px;
  z-index: 999999;
}

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

.fixlinks.show .fixed {
  display: block !important;
}

.fixlinks.show .fixedcircle img {
  transform: none;
}

.fixed {
  display: none !important;
}

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

.fixed a {
  display: flex;
  color: #7E5F1C;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 0px;
  text-align: right;
  justify-content: flex-end;
}

.fixed a.mb-0::after {
  background: url(../images/minus.svg) no-repeat top center;
  height: 1px;
}

.fixed a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/plus.svg) no-repeat top center;
  background-size: cover;
  margin-left: 15px;
}

.fixed a::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #7E5F1C;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.35s ease;
}

.fixed a.active::before {
  opacity: 1;
  width: 100%;
}

.fixed a:hover {
  color: #7E5F1C;
}

.fixed ul {
  padding-left: 0;
}

.fixed ul li {
  list-style: none;
  text-align: right;
  margin: 0;
}

.fixed ul li a {
  color: #868585;
  font-size: 14px;
  margin: 0;
  text-align: right;
  margin-right: 26px;
}

.fixed ul li a::after {
  display: none;
}

.fixedcircle {
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #01B7B0 0%, #19e9e2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  float: right;
}

.fixedcircle img {
  transition: all 0.35s ease;
  transform: rotate(45deg);
  width: 15px;
  margin-top: -5px;
}

.video-pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-pup.show {
  display: flex;
}

.video-pup .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.video-pup .inner {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 853px;
  height: 480px;
  z-index: 99;
}

@media (max-width: 992px) {
  .video-pup .inner {
    width: 553px;
    height: 340px;
  }
}

@media (max-width: 767px) {
  .video-pup .inner {
    width: 360px;
    height: 202px;
  }
}

.video-pup .inner iframe {
  object-fit: cover;
  transition: all 0.35s ease;
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: relative;
  background: #ffffff;
}

footer .logo {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  footer .logo {
    justify-content: center;
    max-width: 60%;
    margin: 0 auto;
  }
}

footer .logo a {
  display: inline-block;
}

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

@media (max-width: 767px) {
  footer .links {
    justify-content: center;
    margin-top: 30px;
  }
}

footer .links a {
  margin-left: 35px;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 767px) {
  footer .links a {
    margin-left: 10px;
    margin-right: 10px;
    width: 35px;
  }
}

footer .links a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

footer .copyright {
  padding: 1rem 0.5rem;
  border-top: 1px solid #E9E9E9;
}

footer .copyright span {
  color: #272323;
  display: block;
  text-align: center;
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  border: none;
  opacity: 0;
  padding: 0;
  background: none;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}

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

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
}

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

@media (max-width: 767px) {
  .message {
    bottom: 4rem;
    right: 0.5rem;
  }
}

.message i {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E60013;
  color: #ffffff;
}

.select {
  width: 100%;
  background: #FFFFFF;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}

.select p::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-46deg);
  transition: all .3s ease-in;
  color: #ffffff;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .select p::after {
    width: 9px;
    height: 9px;
  }
}

.select p {
  width: 278px;
  height: 70px;
  background: url(../images/more-bg.svg) no-repeat top center;
  background-size: cover;
  color: #ffffff;
  padding: 0.7rem 1rem;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .select p {
    font-size: 14px;
    height: 50px;
    width: 100%;
  }
}

.select p i {
  margin-left: 20px;
  font-size: 34px;
}

.select ul {
  width: 100%;
  display: block;
  font-size: 20px;
  background: #FFFFFF;
  position: absolute;
  top: 70px;
  left: 0px;
  max-height: 0px;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
}

@media (max-width: 767px) {
  .select ul {
    top: 50px;
    font-size: 14px;
  }
}

.select ul li {
  width: 100%;
  padding: 10px 15px;
  list-style: none;
  color: #666666;
  background: #E9FBF7;
  text-align: center;
}

@media (max-width: 767px) {
  .select ul li {
    padding: 10px 5px;
    font-size: 13px;
  }
}

.select ul li a {
  color: #666666;
}

.select ul li.Selected {
  background: #01B7B0;
  color: #FFFFFF;
}

.select ul li.Selected a {
  color: #FFFFFF;
}

@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1.2);
  }
  50% {
    transform: scale(1, 0.85);
  }
  75% {
    transform: scale(1, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.select.open ul {
  max-height: 100%;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .5s ease-in;
  display: block;
}

.select.open p::after {
  transform: rotate(134deg);
  transition: all .3s ease-in;
  margin-top: 7px;
}

main {
  position: relative;
}

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

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

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

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

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

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

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pageinfo ul li {
    padding: 0;
  }
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  padding: 0.8rem 1.25rem;
  border-radius: 50%;
  transition: all 0.35s ease;
  color: #333333;
}

.pageinfo ul li .active {
  color: #01B7B0;
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.75rem 1.35rem;
  color: #01B7B0;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.75rem 1.35rem;
  color: #01B7B0;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
}

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

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #374869;
}

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

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #374869;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #374869;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #374869;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #374869;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
