html,body{
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  /* padding-bottom: 48px; */
}
*{
  box-sizing: border-box;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a.teler{
  color:#fff;
}
.d-a-js{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme{
  width: 100%;
  background: rgba(0,3,16);
}
.theme>.so-as{
  z-index: 99;
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0,4,26,0.3) 0%, #00041A 100%);
  transition: right .6s;
}
.theme>.so-as>.popup{
  margin-left: 35%;
  padding: 18px 16px;
  width: 65%;
  height: 100vh;
  background-color: #000310;
  color: #B3BCE7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.theme>.so-as>.popup>div{
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.theme>.so-as>.popup>.t-1{
  font-size: 15px;
}

.theme>.so-as>.popup>div>img{
  width: 16px;
  height: 2px;
  margin-right: 2px;
}

  .theme>.header{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* text-align: center; */
    padding: 3px 0;
    background: rgba(0,3,16);
  }
  .theme>.header>.logo-header{
    position: absolute;
    left: 16px;
    top: 12px;
    width: 100px;
    height: 35px;
  }
  .theme>.header>.more-header{
    position: absolute;
    right: 16px;
    top: 6px;
    width: 40px;
    height: 40px;
  }
  .theme>.position-div{
    width: 100%;
    height: 44px;
  }
  .theme>.service{
    z-index: 9;
    position: fixed;
    right: 0;
    top: 93px;
    width: 78px;
    height: 23px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 23px;
    background: linear-gradient(90deg, #00DCD2 0%, #005AFF 100%);
    border-radius: 100px 0px 0px 100px;
  }
  .theme>.propagate{
    padding: 0 16px;
  }
  .theme>.propagate>.mt-8{
    margin-top: 8px;
  }
  .theme>.propagate>.item{
    position: relative;
    padding: 10px 16px;
    background: linear-gradient(182deg, rgba(0, 219, 210, 0.26), rgba(0, 90, 254, 0.26) 100%);
  }

  .theme>.propagate>.item>.icon-1{
    width: 32px;
    height:  32px;
  }
  .theme>.propagate>.item>.right{
    color: #FFFFFF;
    font-size: 14px;
  }
  .theme>.propagate>.item>.right>.marke{
    font-size: 20px;
    font-weight: bold;
  }

  .theme>.about-as{
    margin-top: 35px;
  }
  .theme>.about-as>.title{
    padding: 0 16px;
  }
  .theme>.about-as>.as-swiper{
    margin-top: 21px;
  }
  .theme>.about-as>.title-bg{
    background-color: rgba(255,255,255,0.1);
    padding-bottom: 31px;
    -webkit-clip-path: polygon(11% 0, 100% 0, 100% 90%, 88% 100%, 0 100%, 0 10%);
    clip-path: polygon(11% 0, 100% 0, 100% 90%, 88% 100%, 0 100%, 0 10%);
  }
  .theme>.about-as>.title>.title-img{
    width: 161px;
    height: 52px;
    /* display: block;
    margin: 0 auto; */
  }
  .theme>.about-as>.title-bg>.color-bar{
    margin-left: auto;
    margin-right: auto;
    width: 116px;
    height: 20px;
    background: linear-gradient(0,  rgba(0, 220, 210, 0.5), rgba(0, 90, 255, 0.5) 100%);
  }
  .theme>.about-as>.title-bg>.introduce-title{
    width: 100%;
    text-align: center;
    margin-top: 22px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
  }
  .theme>.about-as>.title-bg>.introduce-content{
    padding: 0 16px;
    font-size: 14px;
    color: #B3BCE7;
    margin-top: 20px;
  }
  .theme>.about-as>.title-bg>.brand{
    margin-top: 16px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme>.about-as>.title-bg>.brand>.item{
    width: 33%;
    margin-bottom: 12px;
  }
  .theme>.kernel-capacity{
    width: 100%;
    margin-top: 25px;
  }
  .theme>.kernel-capacity>.kernel{
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 52px;
  }
  .theme>.kernel-capacity>.content-1{
    position: relative;
    width: 100%;
    height: 348px;
    margin-top: 30px;
    background-image: url('../image/kernel-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 348px;
  }
  .theme>.kernel-capacity>.content-1>.left-title{
    position: absolute;
    left: 16px;
    top: -8px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    padding: 7px 0;
    width: 29px;
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background: linear-gradient(0, #00DCD2 0%, #005AFF 100%);
  }
  .theme>.kernel-capacity>.content-1>.left-title>.point{
    width: 16px;
    height: 16px;
  }
  .theme>.kernel-capacity>.content-1>.right-content{
    padding-top: 12px;
    padding-right: 37px;
    margin-left: 57px;
  }
  .theme>.kernel-capacity>.content-1>.right-content>.content{
    width: 280px;
    margin-bottom: 8px;
  }
  .theme>.kernel-capacity>.content-1>.right-content>.content>.title{
    color: #00DAD3;
    font-weight: bold;
  }
  .theme>.kernel-capacity>.content-1>.right-content>.content>.min-con{
    color: #B3BCE7;
    font-size: 12px;
    margin-top: 4px; 
    line-height: 24px;
  }
  .theme>.kernel-capacity>.content-1>.footer{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 57px;
    bottom: 12px;
  }
  .theme>.kernel-capacity>.content-1>.footer>.bar{
    width: 39px;
    height: 3px;
    margin-top: 40px;
    background: #EBEBEB;
    border-radius: 4px 4px 4px 4px;
  }
  .theme>.kernel-capacity>.content-1>.footer>.cont-bord{
    position: relative;
    width: 140px;
    height: 40px;
    margin-left: 122px;
    border: 1px solid #10B8FA;
  }
  .theme>.kernel-capacity>.content-1>.footer>.cont-bord>.cont{
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    color: #EBEBEB;
    background: linear-gradient(270deg, #10BAFA 0%, #1D23D6 100%);
  }
  .theme>.kernel-capacity>.content-1>.footer>.cont-bord>.cont>.right-icon{
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }

  .theme>.more-option{
    width: 100%;
    margin-top: 25px;
  }
  .theme>.more-option>.option{
    width: 336px;
    height: 52px;
    display: block;
    margin: 0 auto;
  }
  .theme>.more-option>.kinds{
    padding: 12px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme>.more-option>.kinds>.item{
    width: 33%;
    /* height: 78px; */
    color: #00DAD3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .theme>.more-option>.kinds>.item>img{
    width: 58px;
    height: 52px;
  }
  .theme>.more-option>.kinds>.item>div{
    font-size: 12px;
    margin-top: 8px;
    line-height: 15px;
  }
  .theme>.offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 281px;
    margin-top: 24px;
    background-image: url('../image/bg/bg-1.png');
    background-repeat: no-repeat;
    background-size: 100% 281px;
  }
  .theme>.offer>.title-1{
    margin-top: 70px;
    font-size: 20px;
    color: #FFFFFF;
  }
  .theme>.offer>.title-1>.bs{
    color: #FFB583;
  }
  .theme>.offer>.title-2{
    margin-top: 20px;
    color: #B3BCE7;
  }
  .theme>.offer>.btn{
    margin-top: 30px;
    display: flex;
  }
  .theme>.offer>.btn>.btn-left{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 46px;
    width: 111px;
    height: 33px;
    color: #FFFFFF;
    font-size: 12px;
    background: linear-gradient(270deg, #00DCD2 0%, #005AFF 100%);
    border-radius: 5px;
  }
  .theme>.offer>.btn>.btn-right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 33px;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url('../image/btn.png');
    background-repeat: no-repeat;
    background-size: 100% 33px;
  }
  .theme>.offer>.btn>.btn-right>img{
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .theme>.case{
    margin-top: 25px;
  }
  .theme>.case>.case-bg{
    display: flex;
    position: relative;
    width: 100%;
    height: 168px;
    margin-top: 20px;
    background-image: url('../image/bg/bg-2.png');
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-size: cover;
  }
  .theme>.case>img{
    width: 255px;
    height: 52px;
    margin-top: 25px;
    display: block;
    margin: 0 auto;
  }
  .theme>.case>.case-bg>.title{
    position: absolute;
    left: 18px;
    top: -4px;
    color: #FFF;
    width: 30px;
    height: 149px;
    background: linear-gradient(0, #00DCD2 0%, #005AFF 100%);
    text-align: center;
  }
  .theme>.case>.case-bg>.title>img{
    width: 16px;
    height: 16px;
  }
  .theme>.case>.case-bg>.position{
    margin-left: 100px;
  }
  .theme>.case>.case-bg>.iot{
    margin-top: 18px;
  }
  .theme>.case>.case-bg>.iot>.w-m-c{
    width: 16px;
    color: #FFF;
    font-size: 12px;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .theme>.case>.case-bg>.iot>img{
    width: 16px;
    height: 16px;
  }
  .theme>.case>.case-bg>.title-1{
    width: 16px;
    font-size: 12px;
    margin-right: 61px;
    margin-top: 20px;
    color: #FFF;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .theme>.case>.case-bg>.title-1>img{
    width: 16px;
    height: 16px;
  }
  .theme>.case>.case-bg>.r-d{
    display: flex;
    margin-left: 47px;
  }
  .theme>.case>.case-bg>.r-d>.r-t{
    width: 11px;
    color: #B3BCE7;
    font-size: 12px;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 6px;
    margin-top: 20px;
    line-height: 12px;
  }
  .theme>.case>.jifen{
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    background: #01021A;
  }
  .theme>.case>.jifen>.item{
    color: #FFFFFF;
    font-size: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
  }
  .theme>.case>.jifen>.item>img{
    width: 147px;
    height: 90px;
  }
  .theme>.case>.jifen>.item>div{
    margin-top: 12px;
  }
  .theme>.flow{
    width: 100%;
  }
  .theme>.flow>img{
    width: 328px;
    height: 52px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  .theme>.flow>.vice-title{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #B3BCE7;
    margin: 15px auto 0;
  }
  .theme>.flow>.main{
    display: flex;
    margin-top: 19px;
    justify-content: center;
    /* padding: 0 27px; */
  }
  .theme>.flow>.main>img{
    margin-top: 71px;
    width: 12px;
    height: 1146px;
  }
  .theme>.flow>.main>.right{
    margin-left: 15px;
  }
  .theme>.flow>.main>.right>.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    margin-bottom: 30px;
    width: 276px;
    height: 156px;
    background-image: url('../image/bg/flow.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .theme>.flow>.main>.right>.item>.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #00DAD3;
  }
  .theme>.flow>.main>.right>.item>.main>.main-1{
    font-size: 14px;
    margin-top: 19px;
  }
  .theme>.flow>.main>.right>.item>.vice{
    line-height: 24px;
    font-size: 12px;
    color: #B3BCE7;
  }

  .theme>.development>.eye-catching{
    padding: 23px 20px 38px;
    background-image: url('../image/bg/blue.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .theme>.development>.eye-catching>.i-1{
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 500;
  }
  .theme>.development>.eye-catching>img{
    width: 136px;
    height: 2px;
  }
  .theme>.development>.eye-catching>.i-2{
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
  }

  .theme>.development>.main-body{
    margin-top: 10px;
    padding: 34px 16px 29px;
    background-color: #1A1D29;
    -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
  }
  .theme>.development>.main-body>.box{
    padding: 12px 16px 12px;
    background: #32343E;
    display: flex;
  }
  .theme>.development>.main-body>.z-j{
    margin: 16px 0;
  }
  .theme>.development>.main-body>.box>img{
    width: 16px;
    height: 16px;
  }
  .theme>.development>.main-body>.box>.item{
    margin-left: 12px;
  }
  .theme>.development>.main-body>.box>.item>.t-1{
    font-size: 14px;
    line-height: 16px;
    color: #00DAD3;
  }
  .theme>.development>.main-body>.box>.item>.t-2{
    font-size: 12px;
    color: #CACEE1;
    margin-top: 4px;
    line-height: 12px;
  }
  .theme>.development>.main-body>.box>.item>.simulate{
    width: 39px;
    height: 1px;
    margin-top: 12px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .theme>.development>.main-body>.box>.item>.t-3{
    font-size: 12px;
    color: #B3BCE7;
    margin-top: 12px;
    line-height: 14px;
  }
  .theme>.why-xh{
    width: 100%;
  }
  .theme>.why-xh>img{
    width: 343;
    height: 52px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  /* .theme>.why-xh>.introduce{
    background-image: url('../image/bg/why-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  } */
  .theme>.why-xh>.introduce>.item{
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 144px;
    height: 158px;
    padding: 0 14px;
    background-image: url('../image/why/bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .theme>.why-xh>.introduce>.item>img{
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .theme>.why-xh>.introduce>.item>.pay{
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
  }
  .theme>.why-xh>.introduce>.item>.title{
    margin-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
  }

  .theme>.why-xh>.introduce>.f-4{
    padding: 0 18px 25px;
    /* margin-top: 40px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme>.why-xh>.introduce>.f-4>.item{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 144px;
    height: 158px;
    padding: 0 14px;
    background-image: url('../image/why/bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .theme>.why-xh>.introduce>.f-4>.item>img{
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .theme>.why-xh>.introduce>.f-4>.item>.pay{
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
  }
  .theme>.why-xh>.introduce>.f-4>.item>.title{
    margin-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
  }
.team{
    width: 100%;
  }
.team>.title>img{
    margin-left: 28px;
    width: 328px;
    height: 52px;
  }
.team>.introduce{
    width: 100%;
    /*height: 298px;*/
    margin-top: 15px;
    background-image: url('../image/bg/bg-3.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
.team>.introduce>img{
    margin-top: 12px;
    width: 107px;
    height: 8px;
  }
.team>.introduce>.content{
    font-size: 12px;
    color: #FFF;
    padding: 4px 16px 11px;
    line-height: 22px;
  }
.team>.introduce>.content>.s-1{
    margin-bottom: 8px;
  }
.team>.picture{
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding: 0 16px 22px;
    height: 260px;
    /* background-image: url('../image/bg/bg-4.png'); */
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
.team>.picture>img{
    width: 167px;
    height: 112px;
    display: block;
  }
.team>.picture>.people-1{
    margin: 0 auto;
  }
.team>.picture>.p-d{
    display: flex;
    justify-content: center;
  }
.team>.picture>.p-d>.people-2{
    width: 169px;
    height: 132px;
    display: block;
  }
.team>.picture>.p-d>.people-3{
    width: 167px;
    height: 112px;
    display: block;
    margin-top: -39px;
    margin-left: 7px;
  }
  .theme>.xiaohuo{
    width: 100%;
  }
  .theme>.xiaohuo>.title{
    width: 331px;
    height: 52px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 31px;
  }
  .theme>.xiaohuo>.certification{
    padding: 0 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .theme>.xiaohuo>.certification>img{
    width: 154px;
    height: 110px;
    display: block;
    margin-bottom: 23px;
  }
  .theme>.xiaohuo>.gather{
    width: 100%;
    height: 242px;
  }

  .theme>.massage>img{
    width: 284px;
    height: 52px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
  .theme>.massage>.exploit{
    background-color: #1A1C28;
    width: 339px;
    /* height: 422px; */
    margin: 0 auto;
    margin-top: 44px;
  }
  .theme>.massage>.exploit>img{
    width: 339;
    height: 70px;
    margin-top: 27px;
  }
  .theme>.massage>.exploit>.list{
    padding: 21px 12px 26px;
  }
  .theme>.massage>.exploit>.list>.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .theme>.massage>.exploit>.list>.m-0{
    margin-bottom: 0;
  }
  .theme>.massage>.exploit>.list>.item>span{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 14px;
  }
  .theme>.massage>.exploit>.list>.item>img{
    width: 28px;
    height: 6px;
  }
  .theme>.massage>.check,.jifen .check{
    width: 155px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: linear-gradient(270deg, #00DCD2 0%, #005AFF 100%);
    border-radius: 5px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 16px;
  }

  .theme>.choose>img{
    width: 240px;
    height: 52px;
    display: block;
    margin: 25px auto 0;
  }

  .theme>.choose>.main-content{
    background-image: url('../image/bg/bg-6.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .theme>.choose>.main-content>.header{
    padding: 0 12px;
  }
  .theme>.choose>.main-content>.header>.title{
    color: #00DAD3;
    font-weight: bold;
    line-height: 19px;
    text-shadow: 0px 0px 9px rgba(0,218,211,0.3);
    padding-top: 30px;
  }
  .theme>.choose>.main-content>.header>.title-1{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    margin: 6px 0;
  }
  .theme>.choose>.main-content>.header>.title-2{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
  }
  .theme>.choose>.main-content>.header>.title-3{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .theme>.choose>.main-content>.header>.btn-box{
    display: flex;
    padding-bottom: 12px;
  }
  .theme>.choose>.main-content>.header>.btn-box>.btn-1{
    width: 111px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: linear-gradient(270deg, #00DCD2 0%, #005AFF 100%);
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
  }
  .theme>.choose>.main-content>.header>.btn-box>.btn-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 33px;
    font-size: 12px;
    margin-left: 18px;
    color: #FFFFFF;
    background-image: url('../image/btn.png');
    background-repeat: no-repeat;
    background-size: 100% 33px;
  }
  .theme>.choose>.main-content>.header>.btn-box>.btn-2>img{
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 4px;
  }
  .theme>.choose>.main-content>.color-bar{
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, #005AFE 0%, #00DBD2 100%);
  }
  .theme>.choose>.main-content>.footer{
    /* position: relative; */
    background: linear-gradient(180deg, rgba(0,4,26,0.3) 0%, #00041A 100%);
  }
  /* .theme>.choose>.main-content>.footer::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    filter:blur(5px);
    background: linear-gradient(180deg, rgba(0,4,26,0.3) 0%, #00041A 100%);
  } */
  .theme>.choose>.main-content>.footer>.item-1{
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .theme>.choose>.main-content>.footer>.item-1>img{
    width: 14px;
    height: 12px;
  }
  .theme>.choose>.main-content>.footer>.item-1>.s-EB{
    font-size: 12px;
    color: #EBEBEB;
    line-height: 12px;
    margin-left: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-1>.s-B3{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
    margin-left: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-2{
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .theme>.choose>.main-content>.footer>.item-2>.left>img{
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-2>.left{
    display: flex;
    align-items: center;
  }

  .theme>.choose>.main-content>.footer>.item-2>.left>.l-s>.s-1{
    font-size: 12px;
    color: #EBEBEB;
    line-height: 12px;
  }
  .theme>.choose>.main-content>.footer>.item-2>.left>.l-s>.s-2{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
    margin-top: 2px;
  }
  .theme>.choose>.main-content>.footer>.item-2>.right{
    display: flex;
    align-items: center;
  }
  .theme>.choose>.main-content>.footer>.item-2>.right>img{
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-2>.right>.r-s>.s-1{
    font-size: 12px;
    color: #EBEBEB;
    line-height: 12px;
  }
  .theme>.choose>.main-content>.footer>.item-2>.right>.r-s>.s-2{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
    margin-top: 2px;
  }

  .theme>.choose>.main-content>.footer>.item-3{
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .theme>.choose>.main-content>.footer>.item-3>.left>img{
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-3>.left{
    display: flex;
    align-items: center;
  }

  .theme>.choose>.main-content>.footer>.item-3>.left>.l-s>.s-1{
    font-size: 12px;
    color: #EBEBEB;
    line-height: 12px;
  }
  .theme>.choose>.main-content>.footer>.item-3>.left>.l-s>.s-2{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
    margin-top: 2px;
  }
  .theme>.choose>.main-content>.footer>.item-3>.right{
    display: flex;
    align-items: center;
  }
  .theme>.choose>.main-content>.footer>.item-3>.right>img{
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .theme>.choose>.main-content>.footer>.item-3>.right>.r-s>.s-1{
    font-size: 12px;
    color: #EBEBEB;
    line-height: 12px;
  }
  .theme>.choose>.main-content>.footer>.item-3>.right>.r-s>.s-2{
    font-size: 12px;
    color: #B3BCE7;
    line-height: 12px;
    margin-top: 2px;
  }

  .theme>.introduce{
    padding: 0 18px;
  }
  .theme>.introduce>img{
    width: 82px;
    height: 24px;
    margin-top: 14px;
    margin-bottom: 8px;
  }
  .theme>.introduce>.content{
    text-indent:2em;
    font-size: 12px;
    color: #5B5C68;
    line-height: 24px;
  }
  .theme>.introduce>.title{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .theme>.introduce>.items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme>.introduce>.items>div{
    width: 80px;
    font-size: 12px;
    color: #95969E;
    line-height: 12px;
    margin-bottom: 21px;
  }
  .theme>.introduce>.contact-us{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    font-weight: bold;
  }
  .theme>.introduce>.items-1>div{
    font-size: 12px;
    color: #95969E;
    line-height: 14px;
    margin-top: 8px;
  }
  .theme>.introduce>.address{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    font-weight: bold;
    margin-top: 12px;
  }
  .theme>.introduce>.dz{
    font-size: 12px;
    color: #95969E;
    line-height: 14px;
    margin-top: 12px;
  }
  .theme>.introduce>.checked{
    font-size: 12px;
    color: #95969E;
    line-height: 14px;
    margin-top: 8px;
  }
  .theme>.introduce>.segmentation{
    border: 1px solid rgba(255,255,255,0.2);
    margin: 12px 0;
  }
  .theme>.introduce>.footer-content{
    font-size: 12px;
    color: #95969E;
    line-height: 14px;
    margin-top: 12px;
    padding-bottom: 6px;
  }

  .theme>.bottom-zw{
    height: 48px;
  }

  .theme>.bottom-btn{
    width: 100%;
    height: 48px;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .theme>.bottom-btn>.item-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    background: linear-gradient(270deg, #00DCD2 0%, #005AFF 100%);
  }
  .theme>.bottom-btn>.item-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 33.3%;
  }
  .theme>.bottom-btn>.item-1>img{
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
  }
  .theme>.bottom-btn>.item-2>img{
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
  }
  .theme>.bottom-btn>.item-1>div{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
  }
  .theme>.bottom-btn>.item-2>div{
    font-size: 12px;
    color: #005AFE;
    line-height: 14px;
  }
  