﻿.module {
  /* padding-bottom: 20px; */
  background-color: #f3f3f3;
}
.module .hd p {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.module .hd p strong {
  font-weight: bold;
  font-size: 30px;
}
.module .bd {
  overflow: hidden;
}
.module-2 {
  background-color: #fff;
}
.module-2:before {
  border-color: #f3f3f3 transparent transparent;
}
.module-3 {
  background-color: #091e2b;
  color: #fff;
}
.module-3:before {
  border-color: #f3f3f3 transparent transparent;
}
.mod-banner {
  margin-bottom: 20px;
  position: relative;
}
.mod-banner .operation {
  margin-top: 320px;
  margin-left: 35px;
}
.mod-banner .btn {
  display: inline-block;
  width: 160px;
  height: 48px;
  border: 2px solid #00ffb2;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #00ffb2;
  letter-spacing: 0;
  cursor: pointer;
  text-decoration: none;
}
/* 新下载样式 */

.mod-download {
  bottom: 0;
  z-index: 80;
  width: 100%;
  height: 160px;
  margin: 25px 0;
}

.mod-download .inner {
  width: 1240px;
  padding: 0;
}

.mod-download .inner ul {
  display: flex;
  justify-content: space-between;
}
.mod-download .inner ul li {
  position: relative;
  width: 24%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.mod-download .inner ul li:hover {
  background: linear-gradient(45deg, #97e060 20%, #36d07c 100%);
}
.mod-download .inner ul li[data-down='qy_pc']:hover {
  background: linear-gradient(45deg, #48b7fe 0%, #a446ff 100%);
}
.mod-download .inner ul li:hover .btn {
  background: #fff !important;
  color: #000 !important;
}

.mod-download .inner ul li .item {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}

.mod-download .inner ul li .flipped-background {
  height: fit-content;
  padding: 10px 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -55px;
  border-radius: 8px;
  transform: translate(0, -50%);
  background-color: #ff0000;
  transform-origin: center top;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s ease-in-out;
}

.mod-download .inner ul li .flipped-background ::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -45px;
  border-width: 4px 35px 18px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #ff0000;
}

.mod-download .inner ul li .flipped-background .text p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  letter-spacing: 4px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  cursor: default;
}

.mod-download .inner ul li .item .icon {
  padding: 5px 0;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 28px;
}
.mod-download .inner ul li .item .icon img {
  width: 40px;
  height: 40px;
}
/* 安卓和ios的 */
.mod-download .inner ul li[data-down='android'] .item,
.mod-download .inner ul li[data-down='ios'] .item {
  height: 120px;
  padding: 10px;
  box-sizing: border-box;
}

.mod-download .inner ul li[data-down='ios'] .item .icon img,
.mod-download .inner ul li[data-down='android'] .item .icon img {
  width: 48px;
  height: 48px;
}
/* .mod-download .inner ul li[data-down='android'] .item .icon img {
  width: 48px;
  height: 48px;
} */

.mod-download .inner ul li[data-down='android'] .item .icon,
.mod-download .inner ul li[data-down='ios'] .item .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  box-sizing: border-box;
  padding-top: 15px;
}
.mod-download .inner ul li[data-down='android'] .item .icon .platform-version,
.mod-download .inner ul li[data-down='ios'] .item .icon .platform-version {
  display: none;
}

/* 安卓和ios的 */
.mod-download .inner ul li .item .code {
  position: relative;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
}
.mod-download .inner ul li .item .btn,
.mod-download .inner ul li .btn {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  margin: 1px auto 5px;
  font-size: 14px;
  background: 00ffb2;
  color: #fff;
  /* background: linear-gradient(90deg, #66eab3 0%, #36d07c 100%); */
  background: linear-gradient(45deg, #97e060 20%, #36d07c 100%);
  border: 1px solid transparent;
}
.mod-download .inner ul li[data-down='qy_pc'] {
  position: relative;
}
.mod-download .inner ul li[data-down='qy_pc']::after {
  display: block;
  position: absolute;
  visibility: visible;
  width: fit-content;
  padding: 0 10px;
  height: 30px;
  content: '多窗口多IP';
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background-color: #00b4ff;
  border-radius: 0 0 0 8px;
  user-select: none;
}
.mod-download .inner ul li[data-down='qy_pc'] .btn {
  background: linear-gradient(45deg, #48b7fe 0%, #a446ff 100%);
}
.mod-download .inner ul li .item .btn:hover,
.mod-download .inner ul li .btn:hover {
  background: #00b51f;
}
.mod-download .inner ul li[data-down='qy_pc'] .btn:hover {
  background: #9b37ff;
}
.mod-help {
  padding: 40px 0 25px;
}
.mod-help .helpList{
  display: flex;
  justify-content: space-between;
}
.mod-help .helpList li{
  position: relative;
  padding: 40px 30px;
  width: 31%;
  max-height: 420px;
  background-color: #f6fffa;
  box-sizing: border-box;
}
.mod-help .helpList li:nth-child(2){
  background-color: #f3fdff;
}
.mod-help .helpList li:nth-child(3){
  background-color: #fff6f7;
}
.mod-help .helpList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 10px;
  height: 30px;
  background-color: #24b186;
}
.mod-help .helpList li:nth-child(2)::before {
  background-color: #01beff;
}
.mod-help .helpList li:nth-child(3)::before {
  background-color: #ff4948;
}
.mod-help .helpList li dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mod-help .helpList li dl dt .title{
  font-size: 24px;
}
.mod-help .helpList li dl dt .more{
  font-size: 16px;
  cursor: pointer;
}
.mod-help .helpList li dl dd {
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.mod-help .helpList li dl dd:hover {
  color: #00b51f;
  transform: scale(1.02);
}
/* 新版下载自适应 */
@media (max-width: 1370px) {
  .mod-download .inner ul li .flipped-background {
    display: none;
  }
}
@media (max-width: 1240px) {
  .mod-download {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .mod-download .inner {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .mod-download .inner ul li[data-down='android'] .item .btn,
  .mod-download .inner ul li[data-down='ios'] .item .btn {
    width: 100px;
  }
}
@media (max-width: 1100px) {
  .mod-download .inner ul li[data-down='android'] .item,
  .mod-download .inner ul li[data-down='ios'] .item {
    justify-content: center;
  }
  .mod-download .inner ul li[data-down='android'] .item .icon,
  .mod-download .inner ul li[data-down='ios'] .item .icon {
    height: 119px;
    margin-right: 10px;
  }
  .mod-project {
    padding-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .mod-download .inner ul li[data-down='android'] .item,
  .mod-download .inner ul li[data-down='ios'] .item {
    justify-content: center;
  }
  .mod-download .inner ul li[data-down='android'] .item .code img,
  .mod-download .inner ul li[data-down='ios'] .item .code img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  .mod-download .inner ul li[data-down='android'] .item .btn,
  .mod-download .inner ul li[data-down='ios'] .item .btn {
    width: 80px;
  }
}
@media (max-width: 800px) {
  .mod-download {
    margin: 0px;
    padding: 0 0.14814815rem;
  }

  .mod-download .inner ul li {
    width: 48%;
  }
  .mod-download .inner ul li[data-down='android'] .item .btn,
  .mod-download .inner ul li[data-down='ios'] .item .btn {
    width: 120px;
  }
  .mod-download .inner ul li[data-down='android'] .item .icon,
  .mod-download .inner ul li[data-down='ios'] .item .icon {
    margin-right: 0px;
    padding-top: 0;
  }
  .mod-download .inner ul li[data-down='android'] .item .icon .platform-version,
  .mod-download .inner ul li[data-down='ios'] .item .icon .platform-version {
    display: block;
    font-size: 16px;
  }
  .mod-download .inner ul li[data-down='android'] .item .btn:hover,
  .mod-download .inner ul li[data-down='ios'] .item .btn:hover {
    background-color: #fff;
  }
  .mod-download .inner ul li[data-down='ios'] .item .code,
  .mod-download .inner ul li[data-down='android'] .item .code {
    display: none;
  }
  .mod-help .helpList {
    flex-wrap: wrap;
  }
  .mod-help .helpList li{
    width: 100%;
    margin-bottom: 20px;
  }
}
.versionCompare {
  background: #f9fafb;
}
.versionCompare h3 {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 42px;
  text-align: center;
  padding: 40px 0 10px;
}
.versionCompare p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.versionCompare .inner {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.versionCompare h4 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1b2327;
  min-width: 760px;
  padding: 0 20px;
}
.versionCompare h4 span {
  width: 33%;
}
.versionCompare ul {
  padding: 15px 20px 44px;
  min-width: 760px;
}
.versionCompare ul li {
  background: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
}
.versionCompare ul li span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1b2327;
  width: 33%;
  box-sizing: border-box;
  padding-left: 60px;
}
.versionCompare ul li i {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../../image/index/compareSelect.png') no-repeat;
  margin: auto;
}
.versionCompare ul li i.hide {
  /* 隐藏 */
  background-position: -20px;
}
.versionCompare ul li:nth-child(2n + 1) {
  background: #f9fafb;
}
.mod-intro {
  background: #f9fafb;
}
.mod-intro h3 {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 40px auto 10px;
}
.mod-intro .hd p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  margin-bottom: 10px;
}
.mod-intro .bd {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.mod-intro .item {
  width: 230px;
  height: 280px;
  text-align: center;
}
.mod-intro .bd .item:nth-child(1) {
  background: url('../../image/index/intro_image1.png') center -10px no-repeat;
  /* background-size: cover; */
}
.mod-intro .bd .item:nth-child(2) {
  background: url('../../image/index/intro_image2.png') center top no-repeat;
  /* background-size: cover; */
}
.mod-intro .bd .item:nth-child(3) {
  background: url('../../image/index/intro_image3.png') center top no-repeat;
  /* background-size: cover; */
}
.mod-intro .bd .item:nth-child(4) {
  background: url('../../image/index/intro_image4.png') center top no-repeat;
  /* background-size: cover; */
}
.mod-intro .item-icon {
  height: 110px;
  margin: 60px 25px -26px 25px;
}
.mod-intro .item-icon:after {
  content: '';
  display: block;
  height: 5px;
  width: 28px;
  margin-top: 25px;
  background: #ccc;
  margin: 0 auto;
}
.mod-intro .item-icon img {
  padding-bottom: 25px;
}
.mod-intro .item-text {
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.mod-intro .item-text .name {
  font-weight: 600;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #fff;
}
.mod-advantage {
  background: #f9fafb;
}
.mod-advantage h3 {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 40px 0 10px;
}
.mod-advantage .hd p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.mod-advantage .item {
  width: 100%;
  height: 300px;
  background: #fff;
  margin-bottom: 2px;
  box-sizing: border-box;
  padding: 50px 0;
}
.mod-advantage .item .inner {
  width: 810px;
  margin: 0 auto;
}
.mod-advantage .item .item-img {
  float: right;
  margin-right: 94px;
  border: 1px dashed #000;
}
.mod-advantage .item:nth-child(2n + 1) .item-img {
  float: left;
  margin-right: 40px;
}
.mod-advantage .item .item-title {
  padding: 28px 0px 0px 50px;
}
.mod-advantage .item p {
  line-height: 30px;
  font-size: 16px;
}
.mod-advantage .item p.name {
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
.mod-project h3 {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  padding: 40px 0 10px;
  text-align: center;
}
.mod-project .hd p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.mod-project .item {
  float: left;
  width: 20%;
  height: 120px;
  margin-top: 28px;
  text-align: center;
  color: #000;
}
.mod-project .item > div {
  margin-bottom: 10px;
}
.mod-project .item b {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
}
.mod-map .chinaMap {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  background: url('../../image/index/map_black_bg.png') no-repeat;
  position: relative;
  background-position: center;
}
.mod-map .region-list {
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.56);
    -moz-transform: scale(0.56);
    -o-transform: scale(0.56);
    transform: scale(0.56);
    opacity: 0;
  }
}
.swiper-container {
  width: 100%;
  height: 520px;
}
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
}
.swiper-button-prev span,
.swiper-button-next span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=40);
  outline: 0;
  opacity: 0.4;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.swiper-button-prev:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=40);
  outline: 0;
  opacity: 0.4;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.swiper-button-next:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.swiper-container .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-container .icon-left {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url('../../image/index/prev.png') center 0 no-repeat;
}
.swiper-container .icon-right {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url('../../image/index/next.png') center 0 no-repeat;
}
/* 轮播图分页器 */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}
.swiper-pagination-bullet {
  background-color: #d7d7d7;
}
.swiper-pagination-bullet-active {
  background-color: #36d07c;
  width: 20px;
  border-radius: 5px;
}
.swiper-slide.spring-estival {
  background-image: url('../../image/index/huashnegbanner.png');
  background-repeat: no-repeat;
}
.swiper-slide.toRulesPage {
  background-image: url('../../image/index/banner4.png');
  background-repeat: no-repeat;
}
.swiper-slide.yearsTail {
  background: url('../../image/index/years-tail-banner.jpg');
  background-repeat: no-repeat;
}
.swiper-slide.toBuy {
  background-image: url('../../image/index/buyBanner.jpg');
}
.swiper-slide.toidVerify {
  background-image: url('../../image/index/idverifyBanner.jpg');
}
.swiper-slide.toAttract {
  background-image: url('../../image/index/attractBanner.jpg');
}
.swiper-slide.toCmd {
  background-image: url('../../image/index/banner1.jpg');
}
.swiper-slide.toSelf {
  background-image: url('../../image/index/banner2.jpg');
}
.swiper-slide.toHttp {
  background-image: url('../../image/index/hs_http.jpg');
}
.swiper-slide.toEnterprise {
  background-image: url('../../image/index/banner3.jpg');
}
.swiper-slide.toHelp {
  background-image: url('../../image/index/banner4.jpg');
}
.bottomBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url('../../image/index/bottomBanner.png') no-repeat;
  background-size: 100% 100%;
  z-index: 96;
}
.bottomBanner span {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 5px;
  top: 5px;
  background-image: url('../../image/index/close.png');
}
/*公告*/
.popup {
  position: fixed;
  min-width: 250px;
  max-width: 300px;
  height: auto;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 1px 1px 10px #ccc;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  display: none;
}
.popup span {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 9px;
  background-image: url(../../image/index/close.png);
  background-size: contain;
  cursor: pointer;
}
.popup h4 {
  height: 40px;
  font-size: 18px;
}
.popup p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}
.popup h6 {
  text-align: right;
  line-height: 30px;
  font-size: 15px;
}
.popup i {
  font-style: normal;
  color: red;
}
@media screen and (max-width: 1400px) {
  .swiper-container .swiper-slide {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .flipped-background {
    display: none;
  }
  .module .hd p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .module .hd p strong {
    font-size: 24px;
  }
  .mod-banner {
    margin-bottom: 10px;
  }
  .mod-banner .operation {
    margin-top: 135px;
  }
  .mod-download .ft {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .mod-intro .item-icon {
    height: 80px;
    margin: 25px 15px 10px;
  }
  .mod-intro .item-icon img {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
  }
  .mod-intro .item-icon:after {
    height: 3px;
  }
  .mod-intro .item-text {
    margin: 0 10px;
    line-height: 24px;
  }
  .mod-intro .item-text .name {
    font-size: 18px;
  }
  .mod-advantage .item {
    height: 160px;
    box-sizing: border-box;
  }
  .mod-advantage .item .item-img {
    padding: 12.5px 0;
  }
  .mod-advantage .item .item-img img {
    width: 80px;
    height: 80px;
  }
  .mod-advantage .item .item-title {
    padding: 20px 0 0 15px;
    margin-right: 90px;
  }
  .mod-advantage .item-2 .item-title {
    padding: 20px 15px 0px 0px;
    margin-left: 90px;
    margin-right: 0;
  }
  .mod-advantage .item p.name {
    line-height: 30px;
    font-size: 20px;
  }
  .mod-advantage .item p {
    line-height: 24px;
    font-size: 14px;
  }
  .mod-project .item {
    margin-top: 15px;
    height: 72px;
  }
  .mod-project .item img {
    width: 40px;
    height: 40px;
  }
  .mod-project .item b {
    font-size: 12px;
  }
  .mod-map .chinaMap {
    zoom: 0.64;
    left: -108px;
  }
  .swiper-container {
    height: 400px;
  }
  .swiper-container .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  .swiper-container .icon-left,
  .swiper-container .icon-right {
    background-size: 32px 32px;
  }
  .mod-download .bd::after {
    display: none;
  }
  .compareVersion {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .swiper-container {
    height: 210px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  .mod-download {
    position: relative;
    height: 100%;
  }
  .mod-download li {
    width: 4.72222222rem;
    height: 2.03703704rem;
    /* border: 1px solid #000; */
    background: linear-gradient(90deg, #0091ff 0%, #32c5ff 100%);
    border-radius: 0.18518519rem;
    margin: 0.37037037rem auto;
  }
  .mod-download li:nth-child(2) {
    background: linear-gradient(307deg, #38d17d 0%, #7ee160 100%) !important;
  }
  .mod-download li:nth-child(2) a {
    color: #38d17d !important;
  }
  .mod-download li:nth-child(3) {
    background: linear-gradient(307deg, #0091ff 0%, #32c5ff 100%);
  }
  .mod-download li .item {
    padding: 0;
  }
  .mod-download li .item .icon {
    font-size: 0.33333333rem;
    font-weight: 400;
    color: #fff;
    padding: 0.23148148rem 0;
  }
  .mod-download li .item .icon img {
    width: 0.37037037rem;
    height: 0.37037037rem;
  }
  .mod-download .inner ul li .item .code {
    left: 50%;
    transform: translateX(-50%);
  }
  .mod-download .inner ul li .item .code img {
    height: 100%;
  }
  .mod-download .inner ul li .item .btn {
    width: 2.77777778rem;
    height: 0.55555556rem;
    line-height: 0.55555556rem;
    background: #ffffff;
    box-shadow: 0px 0.01851852rem 0.09259259rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.27777778rem;
    font-size: 0.27777778rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #53b7ff;
    border-color: transparent;
  }
  .mod-download li .btn.android_btn {
    color: #53b7ff;
  }
  .mod-download li .btn.ios_btn {
    color: #53b7ff;
  }
  .mod-download li .btn:hover {
    background: #fff;
  }
  /* .mod-download li:nth-child(1),
  .mod-download li:nth-child(2) {
    display: none;
  } */
  .mod-download li.course-edition,
  .mod-download li.pc-edition {
    display: none !important;
  }

  .mod-download li:last-child {
    background: linear-gradient(307deg, #38d17d 0%, #7ee160 100%);
  }
  .versionCompare h3 {
    font-size: 0.55555556rem;
    padding: 0.37037037rem 0 0.09259259rem;
  }
  .versionCompare p {
    font-size: 0.22222222rem;
  }
  .versionCompare h4 {
    font-size: 0.27777778rem;
    padding-left: 0;
  }
  .versionCompare h4,
  .versionCompare ul {
    width: 100%;
    min-width: 100%;
  }
  .versionCompare ul {
    padding-left: 0;
  }
  .versionCompare ul li span {
    font-size: 0.27777778rem;
    padding-left: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .module {
    overflow: hidden;
  }
  .module h3 {
    font-size: 0.55555556rem;
    margin: 0.55555556rem 0 0.09259259rem;
    padding: 0;
  }
  .module .hd p {
    font-size: 0.22222222rem;
  }
  .mod-intro .bd {
    display: block;
    text-align: center;
  }
  .mod-intro .bd .item {
    margin: 0.14814815rem;
    display: inline-block;
    width: 4.62962963rem;
    height: 4.81481481rem;
  }
  .mod-intro .bd .item {
    background-size: 105% !important;
  }
  .mod-intro .bd .item:nth-child(1) {
    background-image: url('../../image/index/intro_image1@2x.png');
    background-position: center;
  }
  .mod-intro .bd .item:nth-child(2) {
    background-image: url('../../image/index/intro_image2@2x.png');
    background-position: center;
  }
  .mod-intro .bd .item:nth-child(3) {
    background-image: url('../../image/index/intro_image3@2x.png');
    background-position: center;
  }
  .mod-intro .bd .item:nth-child(4) {
    background-image: url('../../image/index/intro_image4@2x.png');

    background-position: center;
  }
  .mod-intro .bd .item .item-icon {
    margin: 1.25925926rem auto 0.42592593rem;
    height: 0.76851852rem;
  }
  .mod-intro .bd .item .item-icon img {
    width: 0.76851852rem;
    height: 0.76851852rem;
  }
  .mod-intro .bd .item .item-text p {
    font-size: 0.22222222rem;
    font-weight: 400;
    color: #fff;
  }
  .mod-intro .bd .item .item-text p.name {
    font-size: 0.27777778rem;
    margin-bottom: 0.16666667rem;
  }
  .mod-advantage .item {
    width: 100%;
    padding: 0.46296296rem 0.85185185rem;
  }
  .mod-advantage .item .inner {
    width: 100%;
  }
  .mod-advantage .item .item-img {
    margin-right: 0;
  }
  .mod-advantage .item .item-img img {
    width: 2.73148148rem;
    height: 1.85185185rem;
  }
  .mod-advantage .item .item-title {
    margin-right: 0;
    padding: 0;
  }
  .mod-advantage .item .item-title p {
    font-size: 0.22222222rem;
  }
  .mod-advantage .item .item-title p.name {
    font-size: 0.27777778rem;
  }
  .footer {
    /* margin-bottom: 80px; */
  }
  .bottomBanner {
    height: 80px;
    background-image: url('../../image/index/bottomBannerSmall.png');
  }
}
@media screen and (max-width: 450px) {
  .swiper-slide.toidVerify {
    background-image: url('../../image/index/idverifyBannerSmall.jpg');
  }
  .swiper-slide.toCmd {
    background-image: url('../../image/index/banner1small.jpg');
  }
  .swiper-slide.toSelf {
    background-image: url('../../image/index/banner2small.jpg') !important;
  }
  .swiper-slide.toEnterprise {
    background-image: url('../../image/index/banner3small.jpg') !important;
  }
  .swiper-slide.swiper-mobile-bgcsize {
    /* background-size: 150% 100% !important ; */
    /* position: relative;
    background-position: center center; */
  }
}
/*2020-11-6*/
.compareVersion {
  margin: 20px auto;
}
