* {
  padding: 0;
  margin: 0;
}

.swiper {
  height: 500px;
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.24;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body {
  transition: 1s;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ececec;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-button {
  background-color: cyan;
}

::-webkit-scrollbar-corner {
  background: khaki;
}




div {
  box-sizing: border-box !important;
}





.topBox {
  width: 100%;
  position: relative;
  height: auto;

}

.banner {
  width: 100%;
  display: block;
}

.topNavigation {
  width: 100%;
  position: fixed;
  top: 0;
  /* padding: 18px 0; */
  display: flex;
  flex-wrap: wrap;
  z-index: 9999;
  transition: .6s;
  background-color: #fff;
  height: 60px;
}

.logo {
  width: 98px;
  height: 24px;
}

.navigationItem {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  margin: 0 25px;
}

.navigationItem:hover {
  color: #006AFF;
}

.navigationItem:active {
  color: #006AFF;
}




.navigationItem a {
  color: #fff;
}

.itmeBox {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.donloadText {
  width: 74px;
  height: 32px;
  border-radius: 2px;
  opacity: 0.9;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 70px;
  cursor: pointer;

}

.bannerTitle {
  position: absolute;
  top: 30%;
  left: 20%;
}

.logoName {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000;
  line-height: 68px;
}

.logoDesc {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 34px;
}

.logoText {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #627086;
  line-height: 25px;
  margin-top: 15px;
}

.donload {
  width: 128px;
  height: 42px;
  background: linear-gradient(90deg, #5A92FF 0%, #4575FB 100%);
  box-shadow: 0px 5px 15px 0px rgba(69, 117, 251, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}



.itmeBoxBtn:hover~.wechatImg {
  display: block;
}

.donload:hover~.wechatImg {
  display: block;
}


@keyframes divRu {
  0% {
    left: -100px;
  }

  100% {
    left: 12.5%;
  }

}

.ItemNumDanwei {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}


.setHover:hover .phone{
  display: block;
}

.phone {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: white;
  padding: 25px;
  display: none;
}



.phoneTitle {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #627086;
  line-height: 25px;
}

.phoneText {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin-top: 5px;
}

.assistanceApp {
  display: none;
}

.superiority {
  /* width: 75%; */
  padding: 177px 0;
  margin: 0 auto;
}

.superiorityTitle {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
}

.pain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.painTitle {
  width: 119px;
  height: 17px;
  font-size: 17px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
  margin-top: 27px;
}

.painDesc {
  width: 200px;
  height: 78px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #627086;
  line-height: 26px;
  margin-top: 12px;
}

.superiorityImg {
  display: flex;
  justify-content: center;
  margin-top: 81px;
}

.contIcon {
  display: flex;
  align-items: center;
}

.contIcon img {
  width: 86px;
  margin-left: 30px;
}

.superiorityImg img {
  width: 66px;
}

.superiorityImgCont {
  height: 160px;
}

.superiorityLeng {
  width: 1px;
  height: 100px;
  opacity: 0.29;
  border: 1px solid;
  border-image: linear-gradient(360deg, rgba(58, 111, 234, 0), rgba(52, 113, 234, 1), rgba(45, 116, 235, 0)) 1 1;
  margin: 41px 4vw 0 4vw;
}

.pagination {
  display: flex;
  justify-content: center;
}

.page {
  width: 60px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-top: 64px;
  margin-left: 20px;
}

.cont {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.applicationScenarioBox {
  width: 100%;

}

.cont1 {
  width: 65%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  .cont1 {
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}

.applicationScenario {
  width: 65%;
  margin: auto;
  text-align: center;
}

.applicationScenarioTitle {
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  text-align: center;
  margin-top: 70px;
}

.applicationScenarioDesc {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  text-align: center;
  margin-top: 20px;
}

.cont8Img {
  width: 1032px;
  height: 302px;
  display: block;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 45px;
}

.cont3Img {
  width: 544px;
  animation: contDiv .6s linear;
}

.cont5Img {
  width: 531px;
  height: 346px;
  animation: contDiv .6s linear;
}

.cont4Img {
  width: 550px;
  /* height: 332px; */
  animation: conttext .6s linear;
}

.cont6Img {
  width: 550px;
  height: 303px;
  animation: conttext .6s linear;
}

.caseCont {
  padding-top: 70px;
  height: 730px;
  background: linear-gradient(180deg, #282B33 0%, #62696D 100%);
}

.caseTitle {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 62px;
}

.caseLeft1Title {
  width: 224px;
  height: 40px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px;
}

.serviceCont {
  padding: 101px 0 115px;
  text-align: center;
}

.serviceCont img {
  width: 1232px;
  margin-top: 27px;
}

.csae1 {
  display: flex;

}

.csae1 img {
  width: 500px;
}

.shape {
  width: 54px;
  height: 43px;
  font-size: 135px;
  font-family: Helvetica;
  color: #FFFFFF;
  line-height: 110px;
  opacity: 0.2;
}

.caseLeft {
  width: 700px;
  height: 420px;
  background: linear-gradient(180deg, #303437 0%, #494D51 100%);
  padding: 45px 77px 45px 62px;
}

.caseLeft1 {
  margin-top: 52px;
}

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

.caseLeft1Desc {
  width: 561px;
  /* height: 64px; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 34px;
  margin-top: 10px;
}

.bottomCont {
  width: 100%;
  height: 100%;
  position: relative;
}

.bottomContBox {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottomContBoxTitle {
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  /* margin-top: 41px; */
}

.bottomInput {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}


input::-webkit-input-placeholder {
  /* placeholder字体大小 */
  font-size: 16px
}

input {
  width: 350px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #FFFFFF;
  padding-left: 15px;
}

.zixun {
  width: 120px;
  height: 44px;
  border-radius: 0px 2px 2px 0px;
  opacity: 0.6;
  border: 1px solid #FFFFFF;


  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}


.bottomImg {
  width: 100%;
  object-fit: cover;
  height: 30vh;
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input {
  border: 1px solid transparent;
}

input:focus {
  border-color: transparent;
  outline: none;
}

.bottomContBoxDesc {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 20px;

}

.qrImg {
  width: 157px;
  height: 157px;
  display: block;
  margin: 0 auto;
  margin-top: 34px;
}

.bottomContBtn {
  width: 260px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 44px;
}

.qrInformation {
  width: 100%;
  background: #282828;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 47px 0 30px;
}

.qrInformationText {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.6;
  margin-left: 77px;
}

.qrInformationText2 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.6;
  margin-top: 30px;
}

.cont2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #F6FAFF;
  height: 595px;
}


.cont1Img {
  width: 522px;
  display: block;
  animation: contDiv .6s linear;
}

.cont7Img {
  width: 536px;
  height: 536px;
  display: block;
  animation: contDiv .6s linear;
}

.one {
  display: flex;
}

.cont1Text {
  width: 65%;
  height: 420px;
  display: flex;
  color: #333;
  justify-content: end;
  align-items: center;
  animation: conttext .6s linear;
}

.cont2Text {
  width: 65%;
  margin: 80px 0 54px;
  display: flex;
  justify-content: start;
  align-items: center;
  animation: contDiv .6s linear;
}

.cont2Img {
  width: 566px;
  display: block;
  animation: conttext .6s linear;
}

.cont1TextTitle {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 40px;
}

.cont1TextDesc {
  width: 500px;
  display: flex;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6C798E;
  line-height: 30px;
  margin-top: 16px;
}

.cont1Btn {
  width: 140px;
  height: 48px;
  background: #006AFF;
  border-radius: 6px;
  border: 2px solid #006AFF;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  cursor: pointer;
}



@keyframes contDiv {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0)
  }

}

@keyframes conttext {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0)
  }

}

.bannerApp {
  display: none;
}

.banner {
  display: block;
}

.pcCont {
  display: block;
}

.h5Cont {
  display: none;
}

.vipBox {
  display: block;
}

.vipTitle {
  width: 75%;
  margin: 50px auto;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: center;
}

.vipCont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.itemBox {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vipItem {
  width: 31%;
  background-color: #fff;
  border-radius: 10px;
  padding: 43px 0 28px 0;
  position: relative;
}

.hotText {
  width: 86px;
  height: 38px;
  background: linear-gradient(270deg, #FA2323 0%, #FF4802 100%);
  border-radius: 0px 10px 0px 10px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.itemTitle {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 45px;
}

.itemDesc {
  margin-top: 3%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5B7296;
  text-align: center;
}

.itemPrice {
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.itemBtn {
  width: 84%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 11%;
  background-color: red;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.vipAppBox {
  display: none;
}

.sceneItem {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sceneItem {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.sceneItem img {
  width: 18%;
}

.trade1 {
  width: 100% !important;
  height: 100%;
  background: #004EC2;
  border-radius: 7px;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 40% 0 0 0;
}

.bottom {
  width: 100%;
  margin-top: 200px;
  text-align: center;
  padding: 15px 0;
  color: #333333;
  opacity: .46;
  border-top: 1px solid #F5F5F5;
}

.sceneAppBox {
  display: none;
}

.topMenu {
  display: none;
}

.cont1TextDescDrop {
  width: 9px;
  height: 9px;
  background: #4575FB;
  border-radius: 5px;
}

.cont1TextDescDropBox {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.cont1TextDescText {
  margin-left: 20px;
}

.wechatImg {
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  border-radius: 10px;
}

.wechatImg img {
  width: 150px;
}

.trangle2 {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-radius: 2px;
  border-bottom: #fff 8px solid;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
}


.wechatImgBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

}

.wechatImgBack img {
  width: 80vw;
  border-radius: 20px;

}

.tradeBox {
  overflow: hidden;
}

.tradeBox:hover {
  transform: scale(1.1);
  transition: .3s;
}

.trade1 {
  display: block;
}

.fixed-box,
.fixed-li:hover .fixed-show-box {
  display: block;
}

.fixed-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #fff;
  z-index: 99999999;
  display: block;
}

.fixed-li {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 0;
  position: relative;
  border-bottom: 1px solid #fff;
  background: rgb(0, 106, 255);
}

.fixed-li:last-child {
  border-bottom: 0;
}

.fixed-li:hover {
  background: rgb(0, 106, 255);
}

.fixed-box {
  cursor: pointer;
  text-decoration: none !important;
  padding: 7px 0;
}

.fixed-box.goTop {
  padding: 0;
  line-height: 60px;
}

.fixedImg {
  margin: 0 auto;
  width: 28px;
  vertical-align: middle;
  line-height: 40px;
}

.fixedImg+label {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.fixed-show-box {
  display: none;
  min-width: 160px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 62px;
  text-align: center;
  line-height: 0;
  background: rgb(0, 106, 255);
  color: #fff;
  white-space: nowrap;
}

.fixed-show-box p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}

.wechatCode {
  width: 140px;
  margin: 0 auto;
}

.itmeBoxBtn {
  width: 95px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #2D63FB;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D63FB;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.itmeBoxBtn2 {
  width: 96px;
  height: 30px;
  background: #4575FB;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
}

.appappTopMenuBox {
  display: none;
}

.logoCont {
  display: none;
}

.appCont {
  display: none;
}