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

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

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

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

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

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

body {
  color: #161616;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  background: #E5F8FF;
}

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

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

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

body em {
  font-style: normal;
}

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

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

body .mobile {
  display: none !important;
}

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

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

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

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

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #0A376D;
}

body .blueLight {
  color: #0A376D;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #0A376D;
}

body .greenback {
  background: #0A376D;
}

body .greenDeep {
  color: #0A376D;
}

body .orangeDeep {
  color: #0A376D;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 .fs34 {
  font-size: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  line-height: 1.2;
}

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

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

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

@media screen and (min-width: 2561px) {
  body .fs24, body h2, body .h2 {
    font-size: 36px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .whiteback .news::-webkit-scrollbar {
  width: 4px;
}

.banner .whiteback .news::-webkit-scrollbar-track {
  background-color: #E9E9E9;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.banner .whiteback .news::-webkit-scrollbar-thumb {
  background-color: #0067B1;
  -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;
}

.loginpup .container .conbox::-webkit-scrollbar {
  width: 10px;
}

.loginpup .container .conbox::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.loginpup .container .conbox::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -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;
  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: #161616;
  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 #0A376D;
  background: none !important;
  color: #0A376D !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: #0A376D;
}

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

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

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: 0;
  top: 5px;
  background: #0B85C8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

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

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

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

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

@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: 51px;
    height: 51px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 50%;
  }
  .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    background: transparent linear-gradient(90deg, #6F3E9D 0%, #224AC6 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
}

@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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0067B1;
  outline: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  opacity: 1;
  background-color: #20AEE5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  transform: scale(1.2);
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #ffffff;
  transition: all 0.35s ease;
}

.swiper-button-next::before, .swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #20AEE5;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.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: 26px;
  height: 20px;
  background: url(../images/big-arrow-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: 26px;
  height: 20px;
  background: url(../images/big-arrow-l.svg) no-repeat top center;
  transform: rotate(180deg);
}

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

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

header .header {
  width: 100%;
}

header .header .topbar {
  position: relative;
  z-index: 99;
  background: #374869;
  padding: 10px 0px;
}

header .header .topbar a {
  color: #ffffff;
  margin-left: 50px;
  text-transform: uppercase;
  font-family: 'PT_Serif-Web-Regular';
}

@media (max-width: 767px) {
  header .header .topbar a {
    margin-left: 20px;
  }
}

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

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

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

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

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

header .header .container .left span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  header .header .container .left span {
    margin-bottom: 0;
  }
}

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

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

header .header .container .left .logo a {
  margin-right: 20px;
}

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

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

header .header .container .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  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: 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: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

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

header .header .container .right {
  position: relative;
  width: calc(100% - 400px);
}

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

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

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

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

header .header .container .right .link {
  transition: all 0.35s ease;
  margin-right: 20px;
}

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

header .header .container .right .link a {
  margin: 0 10px;
}

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

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;
  text-transform: uppercase;
  font-weight: bold;
}

header .header .container .right .nav-link:hover {
  color: #0067B1;
  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: #0A376D;
}

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

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

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: #0A376D;
  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 #0A376D;
  color: #0A376D;
  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: #161616;
}

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: #161616;
  padding: 0.5rem 0 0.5rem 2rem;
}

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

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

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

header .lang {
  position: relative;
  margin-left: 10px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 2rem;
}

header .lang a {
  display: inline-block;
  color: #161616;
  position: relative;
  margin-right: 1.5rem;
}

header .lang a:nth-last-child(1) {
  margin-right: 0;
}

header .lang a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #423AE3;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
}

header .lang a.active::after, header .lang a:hover::after {
  opacity: 1;
}

header .search {
  margin-right: 5px;
}

header .search .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  padding: 0.45rem 2rem;
  padding-left: 0.5rem;
}

header .search .form-group .form-control {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

header .search .form-group button {
  color: #0A376D;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 60px;
  width: 60px;
  padding: 0;
}

header .search .form-group button img {
  margin-right: 10px;
}

header .topnav a {
  display: inline-block;
  background: #20AEE5;
  border-radius: 20px;
  padding: 0.4rem 1.5rem;
  color: #ffffff;
  margin: 0 1px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (max-width: 1366px) {
  header .topnav a {
    padding: 0.4rem 1rem;
  }
}

header .topnav a:nth-child(3) {
  background: #0A376D;
  padding: 0.4rem 2rem;
}

@media (max-width: 1366px) {
  header .topnav a:nth-child(3) {
    padding: 0.4rem 1rem;
  }
}

header .topnav a:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0A376D;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

header .topnav a:nth-child(3) img {
  margin-right: 10px;
}

header .topnav a:nth-child(3) img.h {
  display: none;
}

header .topnav a:nth-child(3):hover {
  background-color: #ffffff;
  color: #0A376D;
}

header .topnav a:nth-child(3):hover img {
  display: none;
}

header .topnav a:nth-child(3):hover img.h {
  display: block;
}

header .topnav a:nth-child(3) span {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .topnav a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #20AEE5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

header .topnav a:hover {
  background-color: #ffffff;
  color: #20AEE5;
}

header .topnav a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

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

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

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

header .links .login a {
  display: inline-block;
  border-radius: 22px;
  padding: 0.5rem 1rem;
  border: 2px solid #374869;
  color: #374869;
  transition: all 0.35s ease;
}

header .links .login a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  header .links .login a {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 767px) {
  header .links .login a {
    padding: 0.5rem 2rem;
  }
}

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

header .links .more {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

header .code {
  position: relative;
}

header .code.show .codeimg {
  display: block;
  opacity: 1;
}

header .code .codeimg {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  opacity: 0;
  margin-left: 0;
  width: 230px;
  height: 240px;
  border-radius: 20px;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}

header .code .codeimg .in {
  width: 210px;
  height: 220px;
}

header .code .codeimg .in::before {
  width: 190px;
  height: 200px;
}

.floor-nav .scroll-nav {
  padding-left: 3rem;
  cursor: pointer;
}

.floor-nav .scroll-nav.active {
  color: #423AE3;
}

@media (max-width: 1440px) {
  .floor-nav .scroll-nav {
    padding-left: 1.5rem;
  }
}

@media (max-width: 1280px) {
  .floor-nav .scroll-nav {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #efefef;
  }
}

.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 {
  width: 38px;
  height: 38px;
  background: #0067B1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.arrow-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #20AEE5;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.arrow-right:hover::before {
  opacity: 1;
  background-color: #20AEE5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.arrow-right:hover img {
  transform: scale(1.3);
}

.arrow-right img {
  transition: all 0.35s ease;
}

.txt p a {
  color: #0072BC;
}

.txt img {
  display: inline-block;
}

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

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  /* 开始和结束时半透明 */
  50% {
    opacity: 1;
  }
  /* 中间时刻完全不透明 */
}

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

.banner::before {
  content: '';
  display: block;
  width: 1283px;
  height: 450px;
  background: url(../images/star.svg) no-repeat top center;
  background-size: contain;
  animation: fadeInOut 3s infinite;
  position: absolute;
  left: 15%;
  top: 10%;
}

@media (max-width: 767px) {
  .banner .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .banner .row .bimg1 {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .banner .row .bimg2 {
    width: 100%;
    padding: 0.5rem 0 !important;
  }
}

.banner .row .code {
  position: relative;
}

.banner .row .code:hover .codeimg {
  opacity: 1;
}

.banner .row .code .codeimg {
  width: 220px;
  height: 220px;
  border-radius: 20px;
  background: #B3B4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  opacity: 0;
  position: absolute;
  left: 230px;
  top: auto;
}

@media (max-width: 767px) {
  .banner .row .code .codeimg {
    left: 60px;
  }
}

.banner .row .code .codeimg .in {
  width: 200px;
  height: 200px;
  background: transparent linear-gradient(91deg, #6F3E9D 0%, #224AC6 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  position: relative;
}

.banner .row .code .codeimg .in::before {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 20px;
  z-index: 1;
}

.banner .row .code .codeimg .in span, .banner .row .code .codeimg .in i {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.banner .row .code .codeimg .in span {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
}

.banner .row .code .codeimg .in i {
  transform: translateY(-15px);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .banner .more {
    margin: 0 auto;
    margin-bottom: 4rem;
    display: block;
    width: max-content;
  }
}

.codeimg {
  width: 260px;
  height: 260px;
  border-radius: 20px;
  background: #B3B4D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  opacity: 0;
  z-index: 22;
}

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

.codeimg .in {
  width: 220px;
  height: 220px;
  background: transparent linear-gradient(91deg, #6F3E9D 0%, #224AC6 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  position: relative;
}

.codeimg .in::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 20px;
  z-index: 1;
}

.codeimg .in span, .codeimg .in i {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.codeimg .in span {
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0rem;
}

.codeimg .in i {
  transform: none !important;
  position: relative;
  z-index: 1;
  width: 65%;
}

@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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .page-banner {
    flex-direction: column-reverse;
  }
}

.page-banner::after {
  content: '';
  display: block;
  width: 80%;
  height: 100%;
  background: #F0FFF0;
  border-radius: 0 38px 38px 0;
  position: absolute;
  left: 0;
  top: 15%;
}

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

.page-banner::before {
  content: '';
  display: block;
  width: 433px;
  height: 197px;
  background: url(../images/fv2.svg) no-repeat top center;
  position: absolute;
  bottom: 0rem;
  left: -8rem;
  z-index: 8;
}

.page-banner .page-banner-text {
  box-sizing: border-box;
  padding: 0 12.5rem;
  position: relative;
  z-index: 9;
  width: 780px;
}

@media (max-width: 1366px) {
  .page-banner .page-banner-text {
    width: 600px;
    padding: 0 6.5rem;
  }
}

@media (max-width: 1024px) {
  .page-banner .page-banner-text {
    width: 350px;
    padding: 0 2rem;
  }
}

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

.page-banner .page-banner-text p {
  width: 100%;
}

.page-banner .page-banner-img {
  height: 100%;
  position: relative;
  z-index: 9;
  width: calc(100% - 780px);
}

@media (max-width: 1366px) {
  .page-banner .page-banner-img {
    width: calc(100% - 600px);
  }
}

@media (max-width: 1024px) {
  .page-banner .page-banner-img {
    width: calc(100% - 350px);
  }
}

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

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

.bread {
  position: relative;
}

.bread * {
  color: #0F0F0F;
}

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

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

.heading-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}

.heading-top::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 3px;
  background: #20AEE5;
}

@media (max-width: 768px) {
  .heading-top::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.heading-top .heading-left {
  flex: 0 0 32%;
  max-width: 32%;
}

@media (max-width: 768px) {
  .heading-top .heading-left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.heading-top .heading-left .heading-small-title {
  font-weight: bold;
  color: #20AEE5;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .heading-top .heading-left .heading-small-title {
    justify-content: center;
  }
}

.heading-top .heading-left .heading-small-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20AEE5;
  margin-right: 10px;
}

.heading-top .heading-left h2 {
  margin-bottom: 0;
}

.heading-top .heading-middle {
  flex: 0 0 48%;
  max-width: 48%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .heading-top .heading-middle {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.heading-top .heading-middle p {
  margin-bottom: 0;
  width: 80%;
}

@media (max-width: 768px) {
  .heading-top .heading-middle p {
    margin: 0 auto;
    width: 90%;
  }
}

.heading-top .heading-right {
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .heading-top .heading-right {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}

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

.first-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg2.png) no-repeat top center;
  background-size: cover;
  animation: fadeInOut 3s infinite;
}

.first-block .kbox {
  width: 968px;
  margin: 0 auto;
  background: url(../images/k.png) no-repeat top center;
  background-size: contain;
  padding: 100px 90px 200px 90px;
  position: relative;
}

@media (max-width: 992px) {
  .first-block .kbox {
    width: 70%;
    background: url(../images/ks.svg) no-repeat top center;
    background-size: contain;
    padding-bottom: 400px;
  }
}

@media (max-width: 767px) {
  .first-block .kbox {
    width: 100%;
    padding: 0px 40px;
    padding-bottom: 160px;
    background-size: cover;
    padding-top: 80px;
  }
}

@media (max-width: 414px) {
  .first-block .kbox {
    padding-bottom: 150px;
  }
}

@media (max-width: 390px) {
  .first-block .kbox {
    padding: 0px 20px;
    padding-bottom: 120px;
    padding-top: 40px;
  }
}

.first-block .kbox::after {
  content: '';
  display: block;
  position: absolute;
  right: -150px;
  bottom: 0px;
  width: 273px;
  height: 248px;
  background: url(../images/dd.svg) no-repeat top center;
  background-size: contain;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (max-width: 1024px) {
  .first-block .kbox::after {
    width: 200px;
    height: 248px;
    right: 0;
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .first-block .kbox::after {
    right: 0;
    width: 100px;
    height: 148px;
    bottom: -100px;
  }
}

.first-block .kbox h3 {
  display: block;
  width: max-content;
  border-radius: 12px 3px 12px 3px;
  padding: 10px 20px;
  background: #ffffff;
  margin: 0 auto;
  color: #423AE3;
}

@media (max-width: 992px) {
  .first-block .kbox h3 {
    width: auto;
  }
}

.first-block .kbox img {
  display: block;
  margin: 30px auto;
  margin-bottom: 0;
  transform: translateX(140px);
}

@media (max-width: 992px) {
  .first-block .kbox img {
    transform: translateX(70px);
  }
}

@media (max-width: 767px) {
  .first-block .kbox img {
    margin: 40px auto;
    transform: translateX(20px);
  }
}

.first-block .kbox .icos {
  margin-top: -1rem;
}

.first-block .kbox .txt {
  max-width: 89%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .first-block .kbox .txt {
    max-width: 100%;
  }
  .first-block .kbox .txt p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

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

.pc {
  display: block;
}

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

.mobile {
  display: none;
}

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

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

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

.second-block .container {
  max-width: 1038px;
  margin: 0 auto;
}

.second-block .head {
  width: 369px;
  height: 149px;
  background: url(../images/td2.svg) no-repeat top center;
  background-size: cover;
  margin: 50px auto;
  padding-top: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .second-block .head {
    width: 219px;
    height: 85px;
    margin-bottom: 20px;
    padding-left: 1rem;
  }
}

.second-block .blue {
  position: relative;
  width: max-content;
  color: #4436F5;
  text-align: center;
  margin: 0 auto;
}

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

.second-block .blue.bluet::after {
  width: 186px;
  height: 28px;
  background: url(../images/pc.svg) no-repeat top center;
  background-size: cover;
  transform: translateX(-15px);
  bottom: -30px;
}

@media (max-width: 767px) {
  .second-block .blue.bluet::after {
    width: 104px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.second-block .blue::after {
  content: '';
  display: block;
  width: 615px;
  height: 102px;
  background: url(../images/pink_s.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -70px;
}

@media (max-width: 1024px) {
  .second-block .blue::after {
    width: 100%;
  }
}

.second-block .pink {
  color: #000000;
  text-align: center;
}

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

.second-block .pink.blueText b {
  color: #3389D0;
  background: transparent linear-gradient(242deg, #38D5F6 0%, #3240EA 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767px) {
  .second-block .pink.blueText b {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
}

.second-block .pink b {
  display: inline-block;
  border: 3px solid #000000;
  border-radius: 20px;
  color: #CF41AF;
  position: relative;
  padding: 5px 20px;
  background: transparent linear-gradient(245deg, #795EBE 0%, #E57CCD 100%) 0% 0% no-repeat padding-box;
  margin-right: 20px;
}

.second-block .pink b::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: -8px;
  background: #ffffff;
  border-radius: 15px;
}

.second-block .pink b span {
  display: block;
  position: relative;
  z-index: 2;
  transform: translate(5px, -8px);
}

.second-block .xx {
  width: 789px;
  height: 332px;
  background: url(../images/xx.png) no-repeat top center;
  background-size: cover;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.second-block .xx.xx2 {
  width: 1103px;
  height: 379px;
  background: url(../images/xx2.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

@media (max-width: 1024px) {
  .second-block .xx.xx2 {
    width: 1024px;
    background-size: contain;
    margin-left: -30px;
  }
}

@media (max-width: 992px) {
  .second-block .xx.xx2 {
    width: 100%;
    margin-left: 0;
    padding: 0 7rem;
    height: 279px;
  }
}

@media (max-width: 820px) {
  .second-block .xx.xx2 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .second-block .xx.xx2 {
    background: url(../images/xx2_m.png) no-repeat top center;
    background-size: cover;
    height: 179px;
    padding: 0 4rem;
  }
}

.second-block .xx.xx2::after {
  content: '';
  display: block;
  width: 268px;
  height: 216px;
  background: url(../images/man.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 50px;
  bottom: 115px;
}

@media (max-width: 1024px) {
  .second-block .xx.xx2::after {
    width: 168px;
    height: 116px;
    bottom: 140px;
  }
}

@media (max-width: 992px) {
  .second-block .xx.xx2::after {
    bottom: 100px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .second-block .xx.xx2::after {
    width: 73px;
    height: 52px;
    right: 20px;
    bottom: 120px;
  }
}

.second-block .xx.xx2 .con {
  width: calc(100% - 490px);
}

@media (max-width: 768px) {
  .second-block .xx {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .second-block .xx {
    width: 328px;
    height: 138px;
    padding: 1rem 2rem;
    padding-left: 4rem;
    padding-top: 2rem;
  }
  .second-block .xx .icos {
    width: 54px !important;
  }
  .second-block .xx .con {
    width: calc(100% - 54px) !important;
  }
}

.second-block .xx .icos {
  width: 100px;
  padding-top: 1.5rem;
  margin-left: 3.5rem;
}

@media (max-width: 1024px) {
  .second-block .xx .icos {
    margin-left: 0;
    padding-top: 0;
  }
}

.second-block .xx .con {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  width: calc(100% - 460px);
}

@media (max-width: 1024px) {
  .second-block .xx .con {
    padding-top: 0;
  }
}

.second-block .xx .con p {
  color: #5D5D5D;
}

@media (max-width: 767px) {
  .second-block .xx .con p {
    font-size: 13px;
  }
}

.second-block .twoitems {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.second-block .twoitems .items {
  width: 35%;
}

@media (max-width: 992px) {
  .second-block .twoitems .items {
    width: 100%;
  }
}

.second-block .twoitems .items:nth-child(2) {
  width: 65%;
}

@media (max-width: 992px) {
  .second-block .twoitems .items:nth-child(2) {
    width: 100%;
  }
}

.second-block .twoitems .items .pink {
  white-space: nowrap;
}

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

.second-block .twoitems .items .pink b {
  transform: rotate(2deg);
}

.second-block .twoitems .items .zbox {
  width: 484px;
  height: 513px;
  background: url(../images/z1.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  padding: 3.5rem 3rem 3.5rem 4rem;
  position: relative;
  margin-top: 1rem;
  transform: translateX(-80px);
}

@media (max-width: 992px) {
  .second-block .twoitems .items .zbox {
    transform: none;
    margin: 1rem auto;
  }
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zbox {
    width: 100%;
  }
}

.second-block .twoitems .items .zbox::before {
  content: '';
  display: block;
  width: 41px;
  height: 56px;
  background: url(../images/zi1.svg) no-repeat top center;
  position: absolute;
  right: 30%;
  top: -20px;
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zbox::before {
    display: none;
  }
}

.second-block .twoitems .items .zbox .icos img {
  display: block;
  margin: 1rem auto;
  width: 100px;
  margin-top: 2rem;
}

.second-block .twoitems .items .zbox h4 {
  margin: 0.5rem 0;
}

.second-block .twoitems .items .zbox p {
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}

.second-block .twoitems .items .zboxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.second-block .twoitems .items .zboxs .zbox {
  width: 50%;
  background: url(../images/z2.png) no-repeat top center;
  background-size: cover;
  padding: 4rem 2rem 4rem 2rem;
  transform: translateX(0px);
  height: 452px;
}

.second-block .twoitems .items .zboxs .zbox:nth-child(2) {
  width: 50%;
  background: url(../images/z3.png) no-repeat top center;
  padding: 4rem 1rem 4rem 0rem;
  height: 426px;
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zboxs .zbox:nth-child(2) {
    width: 100%;
    margin-top: -4rem;
  }
}

.second-block .twoitems .items .zboxs .zbox:nth-child(2)::before {
  content: '';
  display: block;
  width: 41px;
  height: 56px;
  background: url(../images/zi3.svg) no-repeat top center;
  right: auto;
  left: 10px;
  top: -25px;
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zboxs .zbox:nth-child(2)::before {
    display: none;
  }
}

.second-block .twoitems .items .zboxs .zbox::before {
  content: '';
  display: block;
  width: 41px;
  height: 56px;
  background: url(../images/zi2.svg) no-repeat top center;
  right: 50px;
  top: -5px;
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zboxs .zbox::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .second-block .twoitems .items .zboxs .zbox {
    width: 100%;
  }
}

.second-block .otheritems {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .second-block .otheritems {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
  }
}

.second-block .otheritems .items {
  width: 587px;
  height: 372px;
  background: url(../images/ic1.png) no-repeat top center;
  background-size: contain;
  box-sizing: border-box;
  padding: 2.5rem 3rem 3rem 3.5rem;
}

.second-block .otheritems .items:nth-child(2) {
  width: 524px;
  height: 323px;
  background: url(../images/ic2.png) no-repeat top center;
  background-size: contain;
}

@media (max-width: 767px) {
  .second-block .otheritems .items:nth-child(2) {
    height: 258px;
    margin-top: -10px !important;
    padding-top: 50px;
  }
}

@media (max-width: 390px) {
  .second-block .otheritems .items:nth-child(2) {
    padding-right: 3rem;
  }
}

.second-block .otheritems .items:nth-child(2) .cc {
  padding-left: 1%;
}

@media (max-width: 767px) {
  .second-block .otheritems .items {
    padding-right: 2.5rem;
    height: 258px;
    padding-left: 4rem;
    background: url(../images/ic1_mobile.png) no-repeat top center;
    background-size: contain;
  }
}

@media (max-width: 390px) {
  .second-block .otheritems .items {
    padding-left: 2.5rem;
    padding-top: 2.5rem;
    padding-right: 1.5rem;
  }
}

.second-block .otheritems .items .icos {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.second-block .otheritems .items .icos img {
  display: block;
  float: right;
}

@media (max-width: 767px) {
  .second-block .otheritems .items .icos img {
    height: 46px;
  }
}

.second-block .otheritems .items .cc {
  padding-left: 8%;
  padding-top: 5%;
}

@media (max-width: 992px) {
  .second-block .otheritems .items .cc {
    padding-left: 10%;
  }
}

@media (max-width: 767px) {
  .second-block .otheritems .items .cc {
    padding-left: 0%;
  }
}

.second-block .otheritems .items .cc p {
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .second-block .otheritems .items .cc p br {
    display: none;
  }
}

.second-block .tkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.second-block .tkbox.tkbox2 .items {
  width: 31%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .second-block .tkbox.tkbox2 .items {
    width: 80% !important;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .second-block .tkbox.tkbox2 .items:nth-child(1) {
    width: 80% !important;
  }
}

.second-block .tkbox.tkbox2 .items .icos {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.second-block .tkbox.tkbox2 .items h2 {
  margin-top: 2rem;
}

.second-block .tkbox .items {
  border-radius: 37px;
  border: 3px solid #111111;
  background: #3E31E0;
  position: relative;
  width: 32%;
  box-sizing: border-box;
  padding: 3rem 2rem;
}

.second-block .tkbox .items::before {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 34px;
  background: #FFFFFF;
  position: absolute;
  left: 8px;
  top: 8px;
}

@media (max-width: 767px) {
  .second-block .tkbox .items::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    left: 5px;
    top: 5px;
  }
}

.second-block .tkbox .items:nth-child(2) {
  width: 33%;
}

.second-block .tkbox .items:nth-child(2) .in .price {
  width: 128px;
  height: 68px;
}

@media (max-width: 767px) {
  .second-block .tkbox .items {
    width: 49% !important;
    padding: 2rem 0.5rem;
    margin-bottom: 1.5rem;
  }
  .second-block .tkbox .items:nth-child(1) {
    width: 100% !important;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .second-block .tkbox .items:nth-child(1) .in .price {
    width: 92px !important;
    height: 49px !important;
    margin: 0.5rem auto;
    font-size: 10px;
  }
}

.second-block .tkbox .items .in {
  position: relative;
  z-index: 2;
}

.second-block .tkbox .items .in .price {
  width: 113px;
  height: 60px;
  background: url(../images/price.svg) no-repeat top center;
  background-size: cover;
  padding: 5px 10px;
  color: #E769AD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto;
}

@media (max-width: 767px) {
  .second-block .tkbox .items .in .price {
    width: 67px !important;
    height: 35px !important;
    margin: 0.5rem auto;
    font-size: 10px;
  }
}

.second-block .tkbox .items .in .hk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .second-block .tkbox .items .in .hk {
    font-size: 12px;
    text-align: center;
  }
}

.second-block .tkbox .items .in .hk img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .second-block .tkbox .items .in .hk img {
    width: 20px;
    margin-right: 5px;
  }
}

.second-block .d {
  position: absolute;
  right: 200px;
  top: 350px;
}

@media (max-width: 1440px) {
  .second-block .d {
    right: 50px;
    top: 250px;
  }
}

@media (max-width: 1024px) {
  .second-block .d {
    right: 20px;
    width: 120px;
  }
}

@media (max-width: 992px) {
  .second-block .d {
    width: 100px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .second-block .d {
    top: 90px;
    width: 50px;
    right: 0px;
  }
}

.third-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0 180px 0px;
  background: transparent linear-gradient(9deg, #80B7FC 0%, #DCEBFE 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767px) {
  .third-block {
    padding: 20px 0 70px 0px;
  }
}

.third-block .head {
  width: 471px;
  height: 180px;
  background: url(../images/td.svg) no-repeat top center;
  background-size: cover;
  margin: 50px auto;
  text-align: center;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .third-block .head {
    width: 319px;
    height: 125px;
    margin-bottom: 20px;
  }
}

.third-block .roadbox {
  width: 1038px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.third-block .roadbox::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/road.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 100px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .third-block .roadbox::before {
    background: url(../images/road_m.svg) no-repeat top center;
    background-size: contain;
    top: 0;
  }
}

@media (max-width: 767px) {
  .third-block .roadbox::before {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .third-block .roadbox {
    display: block;
  }
}

@media (max-width: 992px) {
  .third-block .roadbox {
    width: 820px;
  }
}

@media (max-width: 767px) {
  .third-block .roadbox {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}

.third-block .roadbox .items {
  width: 50%;
  z-index: 2;
  position: relative;
}

.third-block .roadbox .items:nth-child(even) {
  margin-top: 17rem;
}

@media (max-width: 1024px) {
  .third-block .roadbox .items {
    margin: 0 auto;
    margin-top: 3rem !important;
  }
}

@media (max-width: 992px) {
  .third-block .roadbox .items {
    width: 64%;
  }
}

@media (max-width: 767px) {
  .third-block .roadbox .items {
    width: 100%;
    margin-top: 2rem !important;
  }
}

.third-block .roadbox .items .in {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 240px;
  background: url(../images/k.svg) no-repeat top center;
  background-size: contain;
  padding: 2.5rem 2rem 2.5rem 3rem;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in {
    padding: 2rem 1.5rem;
    height: 200px;
  }
}

.third-block .roadbox .items .in::after {
  content: '';
  display: block;
  width: 48px;
  height: 62px;
  background: url(../images/jt.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 70px;
  top: 50px;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in::after {
    right: 40px;
    top: 20px;
    width: 20px;
    height: 40px;
    background-size: contain;
  }
}

.third-block .roadbox .items .in2 {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 144px;
  background: url(../images/k2.svg) no-repeat top center;
  background-size: contain;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translateY(-30px);
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in2 {
    transform: none;
    margin-top: -40px;
    background: url(../images/k2_m.png) no-repeat top center;
    background-size: contain;
    margin-bottom: 4rem;
  }
}

.third-block .roadbox .items .in2::before {
  content: '';
  display: block;
  width: 15px;
  height: 45px;
  background: #004DAE;
  border-radius: 10px;
  position: absolute;
  left: 50px;
  top: 0;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in2::before {
    height: 35px;
    width: 10px;
  }
}

.third-block .roadbox .items .in2::after {
  content: '';
  display: block;
  width: 15px;
  height: 45px;
  background: #004DAE;
  border-radius: 10px;
  position: absolute;
  right: 50px;
  top: -25px;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in2::after {
    height: 35px;
    width: 10px;
    top: -15px;
  }
}

.third-block .roadbox .items .in2 dl {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .in2 dl {
    padding-top: 2rem;
  }
}

.third-block .roadbox .items .in2 dl dd {
  width: 100%;
  padding-right: 0;
}

.third-block .roadbox .items .in2 dl dd:nth-last-child(1) {
  width: 100%;
}

.third-block .roadbox .items .in2 dl dd b {
  display: inline-block;
}

.third-block .roadbox .items .in2 dl dd:nth-child(2) {
  font-size: 24px;
  width: 5%;
}

.third-block .roadbox .items .in2 dl dd p {
  font-size: 15px;
}

.third-block .roadbox .items .number {
  position: relative;
  margin-top: -5rem;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border: 3px solid #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(261deg, #FFFFFF 0%, #06C0F5 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .number {
    width: 74px;
    height: 74px;
  }
}

.third-block .roadbox .items .con {
  color: #ffffff;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .con {
    margin-top: 0.5rem;
  }
}

.third-block .roadbox .items .con p {
  margin-top: 0.8rem;
  width: 98%;
}

@media (max-width: 767px) {
  .third-block .roadbox .items .con p {
    font-size: 12px;
    width: 98%;
    margin-top: 0.5rem;
  }
}

.third-block .roadbox .items dl {
  display: flex;
}

.third-block .roadbox .items dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-right: 1rem;
}

.third-block .roadbox .items dl dd .icos {
  width: 60px;
}

@media (max-width: 767px) {
  .third-block .roadbox .items dl dd .icos {
    width: 40px;
  }
}

.third-block .roadbox .items dl dd p {
  margin-bottom: 0;
  width: calc(100% - 70px) !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .third-block .roadbox .items dl dd p {
    width: calc(100% - 50px) !important;
  }
}

.third-block .code.show .codeimg {
  opacity: 1;
}

.third-block .code .codeimg {
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

@media (max-width: 992px) {
  .third-block .code .codeimg {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .third-block .code .codeimg {
    right: 100px;
  }
}

@media (max-width: 767px) {
  .third-block .code .codeimg {
    width: 180px;
    height: 180px;
    margin-top: -2rem;
  }
  .third-block .code .codeimg .in {
    width: 160px;
    height: 160px;
  }
  .third-block .code .codeimg .in::before {
    width: 140px;
    height: 140px;
  }
  .third-block .code .codeimg .in span {
    width: 80%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .third-block .code .codeimg .in img {
    max-width: 58%;
  }
}

.four-block {
  position: relative;
  overflow: hidden;
  padding: 120px 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(119deg, #A0CBF9 0%, #B6ADF9 100%) 0% 0% no-repeat padding-box;
}

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

.four-block .head {
  width: 329px;
  height: 139px;
  background: url(../images/td2.svg) no-repeat top center;
  background-size: cover;
  margin: 50px auto;
  padding-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .four-block .head {
    width: 179px;
    height: 75px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 0.5rem;
  }
}

.five-block {
  position: relative;
  overflow: hidden;
  background: url(../images/bg4.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0 120px 0px;
}

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

.five-block .q {
  position: absolute;
  right: 100px;
  bottom: 100px;
}

@media (max-width: 1680px) {
  .five-block .q {
    width: 100px;
    right: 10px;
  }
}

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

.five-block .head {
  width: 329px;
  height: 139px;
  background: url(../images/td2.svg) no-repeat top center;
  background-size: cover;
  margin: 50px auto;
  padding-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .five-block .head {
    width: 179px;
    height: 75px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 0.5rem;
  }
}

.five-block .faqbox {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
}

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

.five-block .faqbox .items {
  background: #ffffff;
  margin-top: 35px;
  border-radius: 37px;
  border: 3px solid #111111;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.five-block .faqbox .items::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 6px);
  background: transparent linear-gradient(274deg, #3E31E0 0%, #3125A0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 10px;
  top: 6px;
  border-radius: 34px;
}

@media (max-width: 767px) {
  .five-block .faqbox .items::after {
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .five-block .faqbox .items {
    margin-top: 20px;
    border-radius: 22px;
  }
}

.five-block .faqbox .items.open .items-title .arrow::after {
  height: 0px;
}

.five-block .faqbox .items.open .items-content {
  height: 100% !important;
}

.five-block .faqbox .items .items-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin-bottom 0.35s ease-in-out;
  cursor: pointer;
  padding: 2rem 3rem 1.8rem 3rem;
  color: #ffffff;
  position: relative;
  z-index: 22;
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-title {
    padding: 1rem 1.5rem;
  }
}

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

.five-block .faqbox .items .items-title .arrow::before {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.five-block .faqbox .items .items-title .arrow::after {
  content: '';
  display: block;
  width: 3px;
  height: 70%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35sease-in-out;
  font-size: 24px;
  border-radius: 20px;
}

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

.five-block .faqbox .items .items-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
  padding: 0rem 3rem;
  position: relative;
  z-index: 22;
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content {
    padding: 0 1.5rem;
  }
}

.five-block .faqbox .items .items-content .boxcontent {
  color: #5D5E62;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.five-block .faqbox .items .items-content .boxcontent h3 {
  font-size: 26px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 25px;
}

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

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

.five-block .faqbox .items .items-content .boxcontent p {
  margin-bottom: 35px;
  color: #ffffff;
}

.five-block .faqbox .items .items-content .boxcontent p i {
  font-style: italic;
}

.five-block .faqbox .items .items-content .boxcontent p a {
  text-decoration: underline;
}

.five-block .faqbox .items .items-content .boxcontent img {
  display: block;
  margin: 0 auto;
}

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

.five-block .faqbox .items .items-content .boxcontent ol li, .five-block .faqbox .items .items-content .boxcontent ul li {
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  position: relative;
  color: #2D2D2D;
}

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

.five-block .faqbox .items .items-content .boxcontent ol li::marker, .five-block .faqbox .items .items-content .boxcontent ul li::marker {
  color: #2D2D2D;
  background: #2D2D2D;
  font-size: 10px;
}

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

.five-block .faqbox .items .items-content .boxcontent ol li p, .five-block .faqbox .items .items-content .boxcontent ul li p {
  padding-left: 1.2rem;
}

.five-block .faqbox .items .items-content .boxcontent ul {
  padding-left: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.five-block .faqbox .items .items-content .boxcontent .taba {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.five-block .faqbox .items .items-content .boxcontent .taba::before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background: #FFE0A1;
  position: absolute;
  left: 0;
  top: 35px;
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content .boxcontent .taba::before {
    top: 25px;
    height: 10px;
  }
}

.five-block .faqbox .items .items-content .boxcontent .taba a {
  width: 25%;
  position: relative;
}

.five-block .faqbox .items .items-content .boxcontent .taba a::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 16px solid #FFF8EE;
  margin: 1rem auto;
  background: #6BCCF2;
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content .boxcontent .taba a::before {
    width: 26px;
    height: 26px;
    border-width: 5px;
  }
}

.five-block .faqbox .items .items-content .boxcontent .taba a span {
  color: #6BCCF2;
  display: block;
  text-align: center;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(2)::before {
  background: #FFBDBD;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(2) span {
  color: #FFBDBD;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(3)::before {
  background: #FFB127;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(3) span {
  color: #FFB127;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(4)::before {
  background: #BAD839;
}

.five-block .faqbox .items .items-content .boxcontent .taba a:nth-child(4) span {
  color: #BAD839;
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent {
  margin-bottom: 30px;
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss {
  display: none;
  background: #EEF9FF;
  padding: 2rem;
  box-shadow: none;
  border-radius: 26px;
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(1) {
  display: block;
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
  font-size: 28px;
  color: #379CCC;
  font-weight: bold;
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
    font-size: 18px;
  }
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #C0F0FF;
  margin: 20px 0;
}

.five-block .faqbox .items .items-content .boxcontent .tabcontent .itemss p {
  margin-bottom: 0;
}

.five-block .faqbox .items .items-content .boxcontent .row {
  margin-right: calc(-3.5 * var(--bs-gutter-x));
  margin-left: calc(-3.5 * var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .five-block .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

.five-block .faqbox .items .items-content .boxcontent .row.there {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.five-block .faqbox .items .items-content .boxcontent .row.there .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 3.5);
  padding-left: calc(var(--bs-gutter-x) * 3.5);
}

@media (max-width: 1024px) {
  .five-block .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
  }
}

@media (max-width: 767px) {
  .five-block .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 1rem !important;
  }
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box {
  width: 100%;
  height: 100%;
  background: #FFFEF0;
  border-radius: 14px;
  box-shadow: 4px 6px 10px rgba(138, 138, 138, 0.16);
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4 {
  background: #6BCCF2;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4::before {
  background: url(../images/bi1.png) no-repeat top center;
  background-size: cover;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4 {
  background: #A1C727;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4::before {
  background: url(../images/bi2.png) no-repeat top center;
  background-size: cover;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box h4 {
  display: inline-block;
  border-radius: 20px 35px 35px 0px;
  background: #F2B555;
  padding: 20px 40px;
  min-width: 285px;
  color: #ffffff;
  transform: translateX(-60px);
  margin-bottom: 25px;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box h4::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: url(../images/bi3.png) no-repeat top center;
  background-size: cover;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .box ul li p {
  margin-bottom: 0;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #FCF7F1;
  padding: 2rem;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos {
  display: block;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
}

@media (max-width: 1280px) {
  .five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
    width: 185px;
    height: 185px;
  }
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback p {
  margin-bottom: 0.5rem;
}

.five-block .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback span {
  display: block;
  color: #131313;
}

.five-block .faqbox .items .items-content .boxcontent .four {
  width: 100%;
  height: 100%;
  color: #2D2D2D;
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(2) .box {
  background: #FFE0A1;
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(3) .box {
  background: #FFD9D9;
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(4) .box {
  background: #E4EF9E;
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6 .box {
  width: 100%;
  height: 100%;
  background: #CAF3FF;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 4rem;
  border-radius: 20px;
  height: 100%;
  min-height: 300px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6 .box h4 {
  margin-bottom: 1.5rem;
}

.five-block .faqbox .items .items-content .boxcontent .four .row .col-md-6 .box ul li::marker {
  font-size: 20px;
}

.six-block {
  position: relative;
  overflow: hidden;
  background: url(../images/bg5.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}

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

.six-block .head {
  width: 329px;
  height: 139px;
  background: url(../images/td2.svg) no-repeat top center;
  background-size: cover;
  margin: 50px auto;
  padding-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .six-block .head {
    width: 179px;
    height: 75px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 0.5rem;
  }
}

.six-block .row .col-md-5 {
  width: auto;
}

@media (max-width: 1024px) {
  .six-block .row .col-md-5 {
    width: 50%;
  }
}

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 #161616;
  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 #0A376D;
  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: #161616;
  font-weight: normal;
}

.garyText {
  color: #9F9F9F;
}

.more {
  color: #ffffff;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 33px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  position: relative;
  padding: 0.8rem 3.2rem;
  font-size: 23px;
  background: #ffffff;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

@media (max-width: 767px) {
  .more {
    font-size: 15px;
    padding: 0.3rem 2.2rem;
    margin: 0 auto;
  }
}

.more:hover {
  color: #ffffff;
}

.more:hover::after {
  background: transparent linear-gradient(90deg, #224AC6 0%, #6F3E9D 100%) 0% 0% no-repeat padding-box;
}

.more::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  width: calc(100% - 5px);
  height: calc(100% - 3px);
  border-radius: 30px;
  background: transparent linear-gradient(90deg, #6F3E9D 0%, #224AC6 100%) 0% 0% no-repeat padding-box;
}

.more span {
  position: relative;
  z-index: 2;
}

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

.login a {
  position: relative;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.login a:hover {
  color: #ffffff !important;
}

.login a:hover::after {
  height: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.login a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #374869;
}

.loginpup {
  max-width: 788px;
}

.loginpup .conbox {
  padding: 2rem;
  background: #ffffff;
  position: relative;
  background: #F8F8F8;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .loginpup .conbox {
    padding: 1rem;
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {
  .loginpup .conbox form {
    margin-top: 1.5rem;
  }
}

.loginpup .conbox label {
  margin-bottom: 0.6rem;
}

.loginpup .conbox label sub {
  top: 0;
}

.loginpup .conbox .checkbox {
  margin-bottom: 1rem;
}

.loginpup .conbox .checkbox label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.loginpup .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #374869;
}

.loginpup .conbox .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: 1px solid #374869;
}

.loginpup .conbox .more {
  background: #F4E65A;
  width: 100%;
  text-transform: capitalize;
  font-family: 'PT_Serif-Web-Regular';
}

@media (max-width: 1024px) {
  .loginpup .conbox .more {
    margin-top: 0rem !important;
  }
}

.loginpup .conbox .more.text-upper {
  text-transform: uppercase;
}

.loginpup .conbox .more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #101010;
  margin-top: 1.5rem;
}

.loginpup .conbox p a {
  color: #0051F2;
}

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

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

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

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

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

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

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

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

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

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #0A376D;
  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;
}

main.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

main.wrapper.open {
  left: -400px;
}

main.wrapper.open .Member .left_nav nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-top: 0;
  opacity: 1;
}

main.wrapper.open .close::before, main.wrapper.open .close::after {
  background: #333;
}

.whiteback {
  background-color: #ffffff !important;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

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

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  color: #ffffff;
  position: relative;
  background: transparent linear-gradient(270deg, #B1AFFB 0%, #6567F6 100%) 0% 0% no-repeat padding-box;
}

footer #l-footer__logo {
  margin-bottom: 100px;
}

footer #l-footer__logo img {
  display: block;
  margin: 0 auto;
  filter: invert(50%) brightness(300%) !important;
}

footer .ftit {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  footer .ftit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .ftit::after {
    content: "\f107";
    font-family: 'FontAwesome';
  }
  footer .ftit.showico::after {
    transform: rotate(180deg);
  }
}

footer .l-footer__nav {
  padding-left: 0;
  transition: all 0.35s ease;
}

@media (max-width: 992px) {
  footer .l-footer__nav {
    display: none;
  }
}

footer .l-footer__nav li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

footer .l-footer__nav li::before {
  display: none;
}

footer .l-footer__nav li a {
  color: #ffffff;
  font-weight: bold;
  transition: all 0.35s ease;
}

footer .l-footer__nav li a:hover {
  color: #20AEE5;
}

@media (max-width: 992px) {
  footer .links {
    justify-content: center;
    display: flex;
  }
  footer .links a {
    margin: 0 10px;
  }
  footer .links a:hover img {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}

footer .l-footer__bottom {
  padding: 31px 0 31px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .l-footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
  }
}

footer .l-footer__bottom p {
  margin-bottom: 0;
}

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

@media (max-width: 992px) {
  footer .fimg {
    justify-content: center;
  }
  footer .fimg a {
    margin: 0 20px !important;
  }
}

@media (max-width: 992px) {
  footer .col-lg-4 {
    width: 100%;
  }
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #20AEE5;
  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);
  }
}

.circular-menu {
  position: fixed;
  bottom: 5.2em;
  right: 2em;
  z-index: 99;
  -webkit-animation: scale 2s linear;
  animation: scale 2s linear;
}

@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.circular-menu .floating-btn {
  display: block;
  width: 67px;
  height: auto;
  /* border-radius: 50%;
    background-color: hsl(4, 98%, 60%); 
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
    color: hsl(0, 0%, 100%);*/
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
}

.circular-menu .floating-btn img {
  display: inline-block;
  width: 100%;
}

.circular-menu.active .floating-btn {
  box-shadow: none;
}

.circular-menu .floating-btn:active {
  box-shadow: none;
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform .2s;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 20%;
  right: 30%;
  z-index: -1;
  display: none;
  text-decoration: none;
  width: 59px;
  height: 59px;
  /* border-radius: 50%; */
  text-align: center;
  line-height: 3;
  /* background-color: hsla(0, 0%, 0%, .1); */
  transition: transform .3s ease, background .2s ease;
}

.circular-menu.active .menu-item {
  display: block;
}

.circular-menu .menu-item img {
  transition: all 0.35s ease;
}

.circular-menu .menu-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
} */
.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(2em, -4.3em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-1.5em, -4.5em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-3.5em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-3em, 1em, 0);
}

/* .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
} */
/**
   * The other theme for this menu
   */
.circular-menu.circular-menu-left {
  right: auto;
  left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
  background-color: #4387f4;
}

.circular-menu.circular-menu-left:after {
  background-color: #4387f4;
}

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -7em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em, -6.3em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em, -3.2em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em, 1em, 0);
}

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

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

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

.pageinfo ul li a {
  padding: 0.5rem 1rem;
  color: #090909;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.35s ease;
  border: 1px solid #374869;
}

.pageinfo ul li a:hover {
  background: #374869;
  color: #fff;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #374869;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.5rem 1rem;
}

.pageinfo ul li .prev::after {
  content: "<";
  display: inline-block;
}

.pageinfo ul li .prev:hover {
  background: #374869;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.5rem 1rem;
}

.pageinfo ul li .next::after {
  content: ">";
  display: inline-block;
}

.pageinfo ul li .next:hover {
  background: #374869;
}

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

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