@import url('./aos.css');
@import url('../js/lib/jquery.fancybox.min.css');

@font-face {
  font-family: 'Source Han Sans CN';
  src: url('fonts/Source Han Sans CN Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Source Han Sans CN';
  src: url('fonts/Source Han Sans CN Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Source Han Sans CN';
  src: url('fonts/Source Han Sans CN Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
code,
dd,
div,
dl,
dt,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
menu,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #16191f;
  font: normal 14px/1.5 'Source Han Sans CN', PingFang SC, Lantinghei SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, 微软雅黑, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
  font-weight: 300
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

li,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

a {
  outline: 0
}

a,
a:hover {
  text-decoration: none
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

img {
  max-width: 100%
}

button,
img,
input,
select {
  vertical-align: middle
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  outline: 0
}

i {
  font-style: normal
}

.text-bold,
strong {
  font-weight: 500;
}

.text-light {
  font-weight: 300;
}

.text-udline {
  text-decoration: underline
}

.text-dele {
  text-decoration: line-through
}

.text-italic {
  font-style: italic
}

.text-small {
  font-size: 12px
}

.text-base {
  font-size: 14px
}

.text-4 {
  font-size: 16px
}

.text-5 {
  font-size: 20px
}

.text-6 {
  font-size: 24px
}

.text-7 {
  font-size: 28px
}

.text-8 {
  font-size: 32px
}

.text-10 {
  font-size: 40px
}

.text-14 {
  font-size: 56px
}

.text-16 {
  font-size: 64px
}

.text-18px {
  font-size: 18px
}

.line10 {
  line-height: 1
}

.line13 {
  line-height: 1.3
}

.line15 {
  line-height: 1.5
}

.text-orange {
  color: #ff9501
}

.text-yellow {
  color: #fbc609
}

.text-red,
.forminator-required {
  color: #ff4133 !important
}

.text-green {
  color: #22a278
}

.text-blue {
  color: #2362f6
}

.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.text-gray {
  color: #999
}

.text-deepgray {
  color: #6C6E73
}

.text142950 {
  color: #142950
}

.bg-black {
  background: #000
}

.bg-lightblack {
  background: #262626
}

.bg-deepgray {
  background: #525252
}

.bg-gray {
  background: #f2f2f2
}

.bg-light {
  background: #f7f8fa
}

.bg-lightblue {
  background: #f2f2f8
}

.bg-product {
  background: #f0f1f2
}

.bg-white {
  background: #fff
}

.box-border {
  border: 1px solid #edf1f7
}

.bt1 {
  border-top: 1px solid #edf1f7
}

.br1 {
  border-right: 1px solid #edf1f7
}

.bb1 {
  border-bottom: 1px solid #edf1f7
}

.bl1 {
  border-left: 1px solid #edf1f7
}

.boder0 {
  border: 0 !important
}

.top-holder {
  padding-top: 70px
}

.nl-btn {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 28px;
  text-align: center;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.nl-btn.nl-btn-blue,
.nl-btn:hover {
  border-color: #2362f6;
  color: #2362f6
}

.nl-btn.nl-btn-gray {
  border-color: #c4c4c4;
  color: #c4c4c4
}

.nl-btn:hover {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}

.nl-input,
.nl-select,
.nl-textarea {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #e4e7f2;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  height: 44px;
  line-height: 44px;
  outline: none;
  padding: 0 18px;
  width: 100%
}

.nl-textarea {
  height: auto
}

.nl-input-time {
  width: 120px
}

.nl-input__cover {
  background: #fff;
  bottom: 1px;
  line-height: 42px;
  padding: 0 10px;
  position: absolute;
  right: 1px;
  top: 1px
}

.nl-input__cover.left {
  left: 1px;
  right: auto
}

.nl-input__ctl {
  bottom: 0;
  left: 100%;
  line-height: 40px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  white-space: nowrap
}

.opacity-0 {
  opacity: 0
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-70 {
  opacity: 0.7
}

.opacity-80 {
  opacity: 0.8
}

.m-0 {
  margin: 0
}

.m-1 {
  margin: 4px
}

.m-2 {
  margin: 8px
}

.m-3 {
  margin: 12px
}

.m-4 {
  margin: 15px
}

.m-5 {
  margin: 20px
}

.m-6 {
  margin: 24px
}

.m-7 {
  margin: 28px
}

.m-8 {
  margin: 32px
}

.m-10 {
  margin: 40px
}

.m-12 {
  margin: 48px
}

.m-15 {
  margin: 60px
}

.m-16 {
  margin: 64px
}

.m-20 {
  margin: 80px
}

.mt-0 {
  margin-top: 0
}

.mt-1 {
  margin-top: 4px
}

.mt-2 {
  margin-top: 8px
}

.mt-3 {
  margin-top: 12px
}

.mt-4 {
  margin-top: 15px
}

.mt-5 {
  margin-top: 20px
}

.mt-6 {
  margin-top: 24px
}

.mt-7 {
  margin-top: 28px
}

.mt-8 {
  margin-top: 32px
}

.mt-10 {
  margin-top: 40px
}

.mt-12 {
  margin-top: 48px
}

.mt-15 {
  margin-top: 60px
}

.mt-16 {
  margin-top: 64px
}

.mt-20 {
  margin-top: 80px
}

.mt-24 {
  margin-top: 96px
}

.mt-25 {
  margin-top: 100px
}

.mt-30 {
  margin-top: 120px
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: 4px
}

.mb-2 {
  margin-bottom: 8px
}

.mb-3 {
  margin-bottom: 12px
}

.mb-4 {
  margin-bottom: 15px
}

.mb-5 {
  margin-bottom: 20px
}

.mb-6 {
  margin-bottom: 24px
}

.mb-7 {
  margin-bottom: 28px
}

.mb-8 {
  margin-bottom: 32px
}

.mb-10 {
  margin-bottom: 40px
}

.mb-12 {
  margin-bottom: 48px
}

.mb-15 {
  margin-bottom: 60px
}

.mb-16 {
  margin-bottom: 64px
}

.mb-20 {
  margin-bottom: 80px
}

.mb-24 {
  margin-bottom: 96px
}

.ml-0 {
  margin-left: 0
}

.ml-1 {
  margin-left: 4px
}

.ml-2 {
  margin-left: 8px
}

.ml-3 {
  margin-left: 12px
}

.ml-4 {
  margin-left: 16px
}

.ml-5 {
  margin-left: 20px
}

.ml-6 {
  margin-left: 24px
}

.ml-7 {
  margin-left: 28px
}

.ml-8 {
  margin-left: 32px
}

.ml-10 {
  margin-left: 40px
}

.ml-12 {
  margin-left: 48px
}

.ml-15 {
  margin-left: 60px
}

.ml-16 {
  margin-left: 64px
}

.ml-20 {
  margin-left: 80px
}

.mr-0 {
  margin-right: 0
}

.mr-1 {
  margin-right: 4px
}

.mr-2 {
  margin-right: 8px
}

.mr-3 {
  margin-right: 12px
}

.mr-4 {
  margin-right: 16px
}

.mr-5 {
  margin-right: 20px
}

.mr-6 {
  margin-right: 24px
}

.mr-7 {
  margin-right: 28px
}

.mr-8 {
  margin-right: 32px
}

.mr-10 {
  margin-right: 40px
}

.mr-12 {
  margin-right: 48px
}

.mr-15 {
  margin-right: 60px
}

.mr-16 {
  margin-right: 64px
}

.mr-20 {
  margin-right: 80px
}

.p-0 {
  padding: 0
}

.p-1 {
  padding: 4px
}

.p-2 {
  padding: 8px
}

.p-3 {
  padding: 12px
}

.p-4 {
  padding: 15px
}

.p-5 {
  padding: 20px
}

.p-6 {
  padding: 24px
}

.p-7 {
  padding: 28px
}

.p-8 {
  padding: 32px
}

.p-10 {
  padding: 40px
}

.p-12 {
  padding: 48px
}

.p-15 {
  padding: 60px
}

.p-16 {
  padding: 64px
}

.p-20 {
  padding: 80px
}

.pt-0 {
  padding-top: 0
}

.pt-1 {
  padding-top: 4px
}

.pt-2 {
  padding-top: 8px
}

.pt-3 {
  padding-top: 12px
}

.pt-4 {
  padding-top: 15px
}

.pt-5 {
  padding-top: 20px
}

.pt-6 {
  padding-top: 24px
}

.pt-7 {
  padding-top: 28px
}

.pt-8 {
  padding-top: 32px
}

.pt-10 {
  padding-top: 40px
}

.pt-12 {
  padding-top: 48px
}

.pt-15 {
  padding-top: 60px
}

.pt-16 {
  padding-top: 64px
}

.pt-20 {
  padding-top: 80px
}

.pt-24 {
  padding-top: 96px
}

.pb-0 {
  padding-bottom: 0
}

.pb-1 {
  padding-bottom: 4px
}

.pb-2 {
  padding-bottom: 8px
}

.pb-3 {
  padding-bottom: 12px
}

.pb-4 {
  padding-bottom: 15px
}

.pb-5 {
  padding-bottom: 20px
}

.pb-6 {
  padding-bottom: 24px
}

.pb-7 {
  padding-bottom: 28px
}

.pb-8 {
  padding-bottom: 32px
}

.pb-10 {
  padding-bottom: 40px
}

.pb-12 {
  padding-bottom: 48px
}

.pb-15 {
  padding-bottom: 60px
}

.pb-16 {
  padding-bottom: 64px
}

.pb-20 {
  padding-bottom: 80px
}

.pb-24 {
  padding-bottom: 96px
}

.pb-25 {
  padding-bottom: 100px
}

.pl-0 {
  padding-left: 0
}

.pl-1 {
  padding-left: 4px
}

.pl-2 {
  padding-left: 8px
}

.pl-3 {
  padding-left: 12px
}

.pl-4 {
  padding-left: 16px
}

.pl-5 {
  padding-left: 20px
}

.pl-6 {
  padding-left: 24px
}

.pl-7 {
  padding-left: 28px
}

.pl-8 {
  padding-left: 32px
}

.pl-10 {
  padding-left: 40px
}

.pl-12 {
  padding-left: 48px
}

.pl-15 {
  padding-left: 60px
}

.pl-16 {
  padding-left: 64px
}

.pl-20 {
  padding-left: 80px
}

.pr-0 {
  padding-right: 0
}

.pr-1 {
  padding-right: 4px
}

.pr-2 {
  padding-right: 8px
}

.pr-3 {
  padding-right: 12px
}

.pr-4 {
  padding-right: 16px
}

.pr-5 {
  padding-right: 20px
}

.pr-6 {
  padding-right: 24px
}

.pr-7 {
  padding-right: 28px
}

.pr-8 {
  padding-right: 32px
}

.pr-10 {
  padding-right: 40px
}

.pr-12 {
  padding-right: 48px
}

.pr-15 {
  padding-right: 60px
}

.pr-16 {
  padding-right: 64px
}

.pr-20 {
  padding-right: 80px
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.gap-10 {
  gap: 10px
}

.gap-20 {
  gap: 20px
}

.gap-30 {
  gap: 30px
}

.gap-40 {
  gap: 40px
}

.gap-50 {
  gap: 50px
}

.w-third {
  width: 33%
}

.w-half {
  width: 50%
}

.w-full {
  width: 100%
}

.h-full {
  height: 100%
}

.wrap {
  width: 1200px;
  padding-left: 10px;
  padding-right: 10px
}

.mini-wrap,
.wrap,
.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mini-wrap {
  width: 1150px
}

.block-center {
  margin-left: auto;
  margin-right: auto
}

.hide,
.mobile-only,
.mobile-menu,
.mobile-inline {
  display: none
}

.block,
.show {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-indent1 {
  text-indent: 1em
}

.text-indent2 {
  text-indent: 2em
}

.middle {
  vertical-align: middle
}

.relative {
  position: relative
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.nowrap,
.over-doit {
  white-space: nowrap
}

.over-doit {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.overflow-hidden {
  overflow: hidden
}

.z-9 {
  z-index: 9
}

/* 单行文本溢出 */
.over-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行文本溢出 */
.over-hidden1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.over-hidden2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.over-hidden3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tiny-hand {
  cursor: pointer
}

.vertical-middle:after,
.vertical-middle>dl {
  display: inline-block;
  vertical-align: middle
}

.vertical-middle {
  position: relative
}

.vertical-middle:after {
  content: "";
  height: 100%;
  width: 1px
}

::-webkit-input-placeholder {
  color: #c2c4cc
}

::-moz-placeholder {
  color: #c2c4cc
}

:-ms-input-placeholder {
  color: #c2c4cc
}

.nl-li2>li,
.nl-li3>li,
.nl-li4>li {
  padding-left: 12px;
  padding-right: 12px
}

.nl-li2>li {
  width: 50%
}

.nl-li3>li {
  width: 33.33%
}

.nl-li4>li {
  width: 25%
}

.table-list {
  display: table
}

.table-list>li {
  display: table-cell
}

.nl-tab {
  font-size: 0
}

.nl-tab>* {
  border-top: 2px solid rgba(255, 255, 255, .8);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  opacity: .6;
  padding-left: 16px;
  padding-right: 16px
}

.nl-tab>.active {
  border-top: 2px solid #5b8def;
  font-weight: 500;
  opacity: 1
}

.b-lazy {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.b-lazy.b-error,
.b-lazy.b-loaded {
  opacity: 1
}

.ani1 {
  -webkit-animation: opacity .3s ease-in-out;
  animation: opacity .3s ease-in-out
}

.ani2 {
  -webkit-animation: opacity .6s ease-in-out;
  animation: opacity .6s ease-in-out
}

.ani3 {
  -webkit-animation: opacity 1s ease-in-out;
  animation: opacity 1s ease-in-out
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: translatey(24px);
    transform: translatey(24px);
    -webkit-transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s;
    transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s;
    -o-transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s;
    transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s;
    -o-transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: translatey(24px);
    transform: translatey(24px);
    -webkit-transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s;
    transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s;
    -o-transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out 0s, opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out 0s
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s;
    transition: opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s;
    -o-transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s;
    transition: transform .66s ease-in-out .2s, opacity .66s ease-in-out .2s, -webkit-transform .66s ease-in-out .2s
  }
}

.btn-white {
  display: inline-block;
  width: 320px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #454545;
}

.btn-white:hover {
  opacity: 0.8;
  background: #fff;
}

.box-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.tag-blue {
  display: inline-block;
  color: #0043CE;
  border: 1px solid #0043CE;
  padding: 4px 12px;
  line-height: 1;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .wrap {
    width: 100%;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 2rem 0;
}

.nav-links .page-numbers {
  display: inline-block;
  padding: 1em 1.5em;
  text-align: center;
  border: 1px solid #ABAEB2;
  color: #ABAEB2;
}

.nav-links .page-numbers.current {
  border-color: #16191F;
  color: #16191F;
}

.nav-links .page-numbers:hover {
  opacity: 0.8;
}

.video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 17.6rem;
  height: 3.6rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.video-link:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/play.svg) no-repeat center center;
  background-size: contain;
}

.video-link:hover {
  opacity: 0.8;
}

.title-hasline {
  position: relative;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.title-hasline:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #1461CD;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.title-hasline2:after {
  height: 2px;
  background: #16191F;
  width: 96px;
}