@import "iconfont.css";
html,
body {
  overflow-x: hidden !important;
  width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: 'Raleway', 'Microsoft YaHei UI', 'Helvetica Neue', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background-color: #141219;
  color: #ffffff;
  font-size: 14px;
}
a,
a:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #71DB81;
}
ul,
li {
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus,
div {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.is_wap {
  display: none !important;
}
.is_pc {
  display: block;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.trsAll {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.aTitle {
  text-align: center;
  font-family: RalewayBold;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 126.316% */
  margin-bottom: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.p100 {
  padding: 100px 0;
}
#page {
  padding-top: 131px;
}
#page.tipsOn {
  transition: all .5s;
  padding-top: 76px;
}
.page1,
.page2,
.page3,
.page4,
.bLink,
.footer .flex,
.footer {
  overflow: hidden;
}
.tips {
  padding: 8px 0;
  background: linear-gradient(90deg, #71DB81 14.22%, #BEF3A1 76.07%);
  color: #000;
  font-family: RalewayBold;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  line-height: 40px;
  text-align: center;
}
.tips img {
  position: absolute;
  right: 20px;
  top: 15px;
}
.header {
  padding: 20px 0px;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
}
.header.tipsOn {
  transition: all .5s;
  top: 0;
}
.header.on {
  background: #000;
  z-index: 10;
}
.header .flex {
  align-items: center;
  justify-content: space-between;
}
.header .flex img {
  height: 36px;
  vertical-align: top;
}
.navs {
  list-style-type: none;
}
.navs li {
  margin-left: 40px;
}
.navs li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}
.nav_wap {
  position: fixed;
  top: 132px;
  left: 0;
  width: 100%;
  background: #141219;
  box-shadow: 5px 5px 5px #000;
  z-index: 10;
  padding: 10px 0 20px 0;
}
.nav_wap.tipsOn {
  top: 76px;
}
.nav_wap.on {
  background: #000;
  box-shadow: 5px 5px 5px #141219;
}
.nav_wap ul {
  list-style-type: none;
}
.nav_wap li {
  padding: 10px 0;
}
.nav_wap li a {
  display: block;
}
.banner {
  background: url("../images/bg_banner.png") no-repeat center center;
  background-size: auto 100%;
  text-align: center;
  padding: 56px 0;
}
.banner h3 {
  font-family: RalewayBold;
  font-size: 60px;
  line-height: 70px;
  /* 116.667% */
  font-weight: 700;
}
.banner h3 span {
  display: block;
  background: linear-gradient(90deg, #BEF3A1 14.22%, #71DB81 76.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner p {
  padding: 23px 0 40px;
  font-size: 20px;
  line-height: 32px;
  /* 160% */
}
.banner .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .link a {
  display: flex;
  width: 191.21px;
  margin: 0 20px;
  height: 48px;
  padding: 13.5px 31.96px 14.5px 31.25px;
  justify-content: center;
  align-items: center;
  border: 2px solid #71DB81;
  font-weight: 700;
  border-radius: 160px;
}
.banner .link a:last-child {
  background: linear-gradient(90deg, #71DB81 14.22%, #BEF3A1 76.07%), #141219;
  color: #000;
}
.banner .link a:last-child img {
  margin-left: 11px;
  height: 16px;
}
.aLink .container {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.aLink .title {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  /* 200% */
  margin-bottom: 16px;
}
.aLink ul {
  margin: -5px;
  align-items: center;
  list-style-type: none;
}
.aLink li {
  width: 12.5%;
  padding: 5px 5px;
}
.page1 .item {
  padding-bottom: 100px;
  align-items: center;
  justify-content: space-between;
}
.page1 .item:last-child {
  padding-bottom: 0;
}
.page1 .item .info,
.page1 .item .pic {
  width: 49%;
}
.page1 .item .tag {
  color: #7286FF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.page1 .item .tit {
  font-family: RalewayBold;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  /* 133.333% */
}
.page1 .item ul {
  list-style-type: none;
}
.page1 .item ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  /* 177.778% */
  position: relative;
  padding-left: 32px;
}
.page1 .item ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #71db81;
  border-radius: 5px;
  left: 0;
  margin: 10px 20px 0 0;
}
.page2 .x {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}
.page2 ul {
  justify-content: space-between;
  list-style-type: none;
}
.page2 ul li {
  width: 24%;
  border-radius: 20px;
  background: rgba(119, 132, 157, 0.13);
  padding: 0 20px;
  text-align: center;
}
.page2 ul li img {
  width: 100%;
}
.page2 ul li .info {
  padding: 20px 0;
}
.page2 ul li .tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page3 .x {
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}
.page3 .left {
  width: 360px;
  padding-top: 48px;
}
.page3 .left .aTitle {
  text-align: left;
  margin-bottom: 20px;
  line-height: normal;
}
.page3 .right {
  flex: 1;
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.page3 .right li {
  width: 48%;
}
.page3 .right li img {
  width: 48px;
  height: 48px;
}
.page3 .right li .tit {
  margin: 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
.page3 .right li p {
  color: #8F9191;
  font-size: 15.1px;
  line-height: 24px;
  /* 158.94% */
}
.appDown {
  background: #fff url("../images/bg_downapp.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.appDown .flex {
  align-items: center;
}
.appDown .info {
  flex: 1;
}
.appDown .info h3 {
  font-family: RalewayBold;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  /* 116.667% */
  text-transform: uppercase;
  background: linear-gradient(90deg, #BEF3A1 14.22%, #71DB81 76.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.appDown .info .code {
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.appDown .info .code .img img {
  width: 160px;
  height: 160px;
}
.appDown .info .code .s {
  margin-left: 40px;
}
.appDown .info .code .s .ico {
  margin-bottom: 16px;
  text-align: center;
}
.appDown .info .code .s .ico img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin: 0 7px;
}
.appDown .info .code .s p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.appDown .info .down .tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 16px;
}
.appDown .info .down li {
  display: inline-block;
  margin-right: 16px;
}
.appDown .info .down li:last-child {
  margin-right: 0;
}
.appDown .info .down li:nth-child(2) a {
  background: #10A37F;
}
.appDown .info .down li:nth-child(3) a {
  background: #5FA4C2;
}
.appDown .info .down a {
  display: flex;
  height: 48px;
  padding: 8px 18px;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  gap: 4px;
  border-radius: 31px;
  background: #99AEBB;
}
.appDown .pic {
  width: 40%;
}
.zsBox .it {
  justify-content: space-between;
  align-items: center;
}
.zsBox .it .pic,
.zsBox .it .info {
  width: 49%;
}
.zsBox .it .tag span {
  display: inline-flex;
  padding: 5px 11.13px 7px 12px;
  align-items: flex-start;
  border-radius: 6px;
  background: rgba(41, 141, 255, 0.12);
  color: #3392FF;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
}
.zsBox .it h3 {
  font-family: RalewayBold;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
.zsBox .it ul {
  list-style-type: decimal;
  padding-left: 20px;
}
.zsBox .it ul li {
  margin-bottom: 10px;
  color: #A5ABB6;
}
.zsBox .it ul li:last-child {
  margin-bottom: 0;
}
.zsBox .it .pic {
  background: url("../images/bg_zs.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.zsBox .it .p {
  color: #A5ABB6;
}
.zsBox .it .p p {
  margin-bottom: 10px;
}
.zsBox .it .p p .s1 {
  text-decoration: underline;
}
.zsBox .it .s1 {
  color: #9EFF3E;
  font-weight: bold;
}
.zsBox .it .s2 {
  color: #fff;
  font-weight: bold;
}
.bLink {
  padding: 60px 0 104px 0;
  background: linear-gradient(180deg, #2B2E34 0%, #121212 100%);
}
.bLink ul {
  align-items: center;
  list-style-type: none;
}
.bLink ul li {
  width: 16.6666%;
  text-align: center;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .flex {
  justify-content: space-between;
}
.footer .flex > div:last-child {
  margin-right: 0;
}
.footer .flex .tit {
  font-weight: 700;
  line-height: 27px;
  /* 192.857% */
  margin-bottom: 20px;
}
.footer .flex .foo1 {
  width: 276px;
}
.footer .flex .foo1 img {
  height: 36px;
}
.footer .flex .foo1 p {
  margin-top: 20px;
  line-height: 24px;
  /* 171.429% */
}
.footer .flex .foo2 {
  max-width: 173px;
}
.footer .flex .foo2 ul {
  list-style-type: none;
}
.footer .flex .foo2 li {
  padding-bottom: 15px;
}
.footer .flex .foo2 li a {
  color: #8F9191;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
}
.footer .flex .foo2 li a:hover {
  color: #fff;
}
.footer .flex .foo3 a {
  margin-right: 20px;
}
.footer .flex .foo3 a:last-child {
  margin-right: 0;
}
.footer .flex .foo3 img {
  width: 24px;
  height: 24px;
}
.footer .flex .foo4 li {
  display: inline-block;
  margin-right: 16px;
}
.footer .flex .foo4 li:last-child {
  margin-right: 0;
}
.footer .flex .foo4 li:nth-child(2) a {
  background: #10A37F;
}
.footer .flex .foo4 li:nth-child(3) a {
  background: #5FA4C2;
}
.footer .flex .foo4 a {
  display: flex;
  height: 36px;
  padding: 0px 12px;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  gap: 4px;
  border-radius: 31px;
  background: #99AEBB;
}
.cr {
  color: #8F9191;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  /* 228.571% */
  padding: 15px 0;
}
@media (min-width: 768px) {
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .is_pc {
    display: none;
  }
  .is_wap {
    display: block !important;
  }
  .banner h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner p {
    font-size: 16px;
  }
  .aTitle {
    font-size: 28px;
    line-height: 30px;
  }
  .aLink ul li {
    width: 25%;
  }
  .page1 .item {
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  .page1 .item .pic,
  .page1 .item .info {
    width: auto;
  }
  .page1 .item .pic {
    margin-bottom: 20px;
  }
  .page1 .item .pic img {
    max-width: 260px;
  }
  .page1 .item .tag {
    font-size: 12px;
  }
  .page1 .item .tit {
    font-size: 28px;
    line-height: 30px;
  }
  .page1 .item ul li {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px;
  }
  .page1 .item ul li:before {
    margin-top: 6px;
  }
  .page2 ul {
    align-items: stretch;
  }
  .page2 ul li {
    width: 49%;
    margin-bottom: 15px;
  }
  .page2 ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .page3 {
    text-align: center;
  }
  .page3 .left {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  .page3 .left .aTitle {
    text-align: center;
  }
  .page3 .left img {
    height: 260px;
  }
  .page3 .right {
    margin-left: 0;
  }
  .page3 .right li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page3 .right li .tit {
    font-size: 18px;
  }
  .page3 .right li p {
    font-size: 14px;
  }
  .page3 .right li:last-child {
    margin-bottom: 0;
  }
  .bLink ul li {
    width: 33.3%;
  }
  .tips {
    font-size: 12px;
    line-height: 40px;
  }
  .appDown .info h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .zsBox .it {
    display: block;
  }
  .zsBox .it .pic,
  .zsBox .it .info {
    width: 100%;
  }
  .zsBox .it .pic {
    margin-bottom: 20px;
  }
  .zsBox .it .info h3 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .tips {
    font-size: 12px;
    padding: 8px 30px 8px 0;
    line-height: 20px;
  }
  .tips img {
    z-index: 20;
  }
}
@media (max-width: 570px) {
  #page {
    padding-top: 120px;
  }
  .appDown .pic {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .flex {
    display: block;
  }
  .footer .flex .foo1 {
    width: auto;
    margin-bottom: 15px;
  }
  .footer .flex .foo2 {
    padding-top: 10px;
    max-width: 100%;
  }
  .footer .flex .foo3 {
    padding: 15px 0 25px 0;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .p100 {
    padding: 60px 0;
  }
  .banner .link a {
    margin: 0 5px;
    font-size: 12px;
    width: auto;
  }
  .page2 ul li {
    width: 100%;
  }
  .page2 ul li img {
    height: 150px;
    width: auto;
  }
  .page2 ul li:nth-last-child(-n+2) {
    margin-bottom: 15px;
  }
  .page2 ul li:last-child {
    margin-bottom: 0;
  }
  .header {
    padding: 15px 0;
  }
  .header .flex img {
    height: 30px;
  }
  .aTitle {
    margin-bottom: 40px;
  }
  .nav_wap {
    top: 116px;
  }
  .nav_wap.tipsOn {
    top: 60px;
  }
  .bLink ul li {
    width: 50%;
  }
  .footer .flex .foo4 li {
    margin-right: 8px;
  }
  .footer .flex .foo4 li a {
    padding: 5px 10px;
  }
  .appDown .info .down li a {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=style.css.map */