* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

.shangqingcanmou{
    color: #2b2b2b;
}

#toTop{
    position: fixed;
    bottom:1.2rem;
    right: .3rem;
    background: #0069ff;
    color: #fff;
    font-size: .18rem;
    padding: .1rem .18rem;
    border-radius: .1rem;
    box-shadow:0 0 .1rem rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: all .2s;
    z-index: 9999;
}
#toTop:hover{
    background: rgba(0, 105, 255, .8);
}

.my-btn{
    border:1px solid #fff;
    color: #fff;
    width:2.5rem;
    height:.65rem;
    line-height: calc(.65rem - 2px);
    text-align: center;
    font-size: .24rem;
    box-sizing: border-box;
    display: inline-block;
    border-radius: .15rem;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
}
.my-btn img{
    height: .28rem;
    margin-left: .1rem;
    vertical-align: sub;
}
.my-btn:focus{
    color: unset;
}
.my-btn:hover,.my-btn.btn-fill{
    background: #fff;
    color: #0069ff;
}
.my-btn.btn-fill:hover{
    background: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
}
.my-btn.btn-blue{
    color:#1891ff ;
    border-color:#0069ff ;
}
.my-btn.btn-blue.btn-fill{
    color: #fff;
    background: #0069ff;
}
.my-btn.btn-blue:hover{
    background:#0069ff;
    color: #fff;
}
.my-btn.btn-blue.btn-fill:hover{
    background: rgba(0, 105, 255, .8);
    border-color: rgba(0, 105, 255, .8);
}
.my-btn[disabled]{
    cursor: no-drop;
}

.pc-banner img {
    width: 100%;
    height: 8.2rem;
}
.pc-banner .text-center {
    position: absolute;
    top:1.5rem;
    left: 0;
    color: #fff;
}
.pc-banner h1{
    font-size: .8rem;
    font-weight: bold;
    padding: 0 .3rem;
    text-align: left;
}
.pc-banner p{
    font-size: .4rem;
    padding: 0 .3rem;
    text-align: left;
}
.pc-banner .btn-blue{
    padding-left:.1rem;
}
.pc-banner .button {
    display: flex;
    padding: 1.2rem 1rem 2rem 0;
}
.pc-banner .button div{
    width: 20%;
    height: .6rem;
    background-color: #ff0069;
    font-size: .3rem;
    line-height: .55rem;
    margin-right: .3rem;
    border: 1px solid #ff0069;
    border-radius: 1em;
}
.pc_module h2 span{
    font-size: .4rem;
    font-weight: bold;
}
.pc_module{
    width: 100%;
}
.pc_module_padding{
    width: 12rem;
    margin: 0 auto;
}
.pc_module h2{
    font-size: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: .2rem;
}
.pc_module h2 span{
    font-size: .4rem;
    font-weight: bold;
}
.pc_module h4{
    font-size: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: .4rem;
}
.pc_module h4 span{
    font-size: .32rem;
}
.num{
    margin-bottom: .5rem;
    position: relative;
}
.num:before,
.num:after {
    position: absolute;
    content: "";
}
.num_container{
    top: -1rem;
    position: relative;
    z-index: 10000;
    margin-top: -1rem;
    width: 100%;
    height: 2.2rem;
    background: #ffffff;
    /*box-shadow: 2px 2px 15px 0px #dddddd;*/
}
.num_container > div{
    width: 25%;
    text-align: center;
}
.num_time{
    font-size: .66rem;
    color: #ff0069;
    font-weight: bold;
    margin-bottom: .1rem;
}
.num_text{
    font-size: .32rem;
    color: #333;
}
.num_container > div:nth-child(1){
    background: #999;
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .8rem;
}
.num_title{
    font-size: .46rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .1rem;
}

.tongdian {
    height: 5.85rem;
    position: relative;
    width: 100%;
    background: url(../../images/service/shangqingcanmou/20220627/01.jpg) center / cover;
    color: #fff;
    box-sizing: border-box;
}
.tongdian h1{
    font-size: .48rem;
    font-weight: bold;
    margin: .5rem 0 .8rem;
}

.tongdian li{
    font-size: .36rem;
    line-height: .4rem;
    margin:0 0 .5rem;
}
.tongdian li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: .15rem;
    height: .15rem;
    background: #999;
    border-radius: 50%;
    margin-right: .3rem;
}
.tongdian img{
    display:block;
    margin:0 0 .9rem;
}

#product {
    width: 100%;
    height: 13.68rem;
    position: relative;
    background: url(../../images/service/shangqingcanmou/20220627/02.jpg) center / cover;
    color: #fff;
    box-sizing: border-box;
}
#product h1{
    font-size: .6rem;
    font-weight: bold;
    padding: 0 .3rem;
    color: #333;
}
#product h1 span {
    font-size: .6rem;
    font-weight: bold;
    color: #ff0069;
}
#product h2{
    width: 6rem;
    height: .6rem;
    line-height: .6rem;
    display: block;
    background-color: #ff0069;
    font-size: .4rem;
    margin: 0 auto;
    color: #fff;
    border-radius: 1em;
}
#product h3{
    font-size: .36rem;
    color: #2b2b2b;
    text-align: center;
    line-height: .4rem;
}
#product h3:after{
    display: block;
    content: '';
    width:.8rem;
    height: .1rem;
    border-radius: .05rem;
    margin: .2rem auto;
    background: #0184ff;
}
#product .li{
    background: #fff;
    border-radius: .1rem;
    padding: .2rem .3rem;
    box-sizing: border-box;
    height: 4.2rem;
    margin:  0 0 .2rem;
    display: block;
}

#product .li p{
    font-size: .24rem;
    color: #888;
    line-height: .4rem;
    padding-top: .2rem;
}
#product .product_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#product .product_container h1 {
    margin: 0;
}
#product .product_container h1 span {
    display: inline-block;
    width: 100%;
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    text-align: center;
    font-size: .5rem;
    font-weight: bold;
    letter-spacing: .05rem;
    color: #ffffff;
}
#product .product_container ul {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 1rem;
}
#product .product_container>ul>li {
    display: inline-block;
    margin-bottom: .3rem;
}
#product .product_container ul li .top {
    position: relative;
    width: 100%;
    height: 4rem;
    background: #fff;
    border-radius: .25rem;
}
#product .product_container ul li .top .product-img {
    position: relative;
    text-align: center;
    top: -.5rem;
}
#product .product_container .product-img img {
    width: 1.5rem;
}
#product .product_container ul li .top .product-title {
    position: relative;
    top: -.5rem;
    width: 100%;
    height: .8rem;
    margin: 0;
    line-height: .7rem;
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
    color: #ff0069;
}
#product .product_container ul li .top .content {
    position: relative;
    top: -.5rem;
    width: 100%;
    height: 2rem;
}
#product .product_container ul li .top .content p {
    text-align: center;
    width: 100%;
    /*height: calc(100% - .5rem);*/
    padding: 3% 3% 0;
    margin: 0;
    box-sizing: border-box;
    font-size: .21rem;
    color: #666;
}
#product .product_container .insight {
    margin-top: .5rem;
}

.characteristic {
    width: 100%;
    height: 6.48rem;
    position: relative;
    background-color: #3b3740;
    box-sizing: border-box;
}
.characteristic h1 {
    margin-top: .8rem;
    color: #fff;
    font-size: .6rem;
    font-weight: bold;
}
.characteristic h1 span {
    color: #ff0069;
    font-size: .6rem;
    font-weight: bold;
}
.characteristic .characteristic-img img {
    width: 3.2rem;
    display: block;
    margin: 0 auto;
}
.characteristic .characteristic-title {
    color: #fff;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
    margin: .2rem 0;
}
.characteristic .content p {
    color: #999;
    font-size: .24rem;
    font-weight: bold;
    text-align: left;
}

.cover {
    width: 100%;
    height: 7.6rem;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}
.cover h1 {
    margin: .8rem 0;
    color: #000;
    font-size: .6rem;
    font-weight: bold;
}
.cover h1 span {
    color: #ff0069;
    font-size: .6rem;
    font-weight: bold;
}
.cover .cover_container img {
    width: 100%;
}

.star {
    width: 100%;
    height: 8.5rem;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}
.star h1 {
    margin-top: .8rem;
    color: #000;
    font-size: .6rem;
    font-weight: bold;
}
.star h1 span {
    color: #ff0069;
    font-size: .6rem;
    font-weight: bold;
}
.star h2 {
    color: #999;
    font-size: .3rem;
    margin-bottom: .4rem;
}
.star .star_container img {
    width: 12rem;
    display: block;
    margin: 0 auto;
}

.case {
    width: 100%;
    height: 7.6rem;
    position: relative;
    background-color: #3b3740;
    box-sizing: border-box;
}
.case h1 {
    margin-top: .3rem;
    color: #fff;
    font-size: .6rem;
    font-weight: bold;
}
.case h1 span {
    color: #ff0069;
    font-size: .6rem;
    font-weight: bold;
}
.case h2 {
    color: #fff;
    font-size: .36rem;
    margin-bottom: .1rem;
}
.case .case-container {
    position: relative;
}
.case .swiper-button-prev:after{
    display: none;
}
.case .swiper-button-next:after{
    display: none;
}
.case .swiper-button-prev{
    width: .50rem;
    height: .54rem;
    background: url(../../images/service/shangqingcanmou/20220627/06左.png) center / cover;
    left: 3rem;
}
.case .swiper-button-next{
    width: .50rem;
    height: .54rem;
    background: url(../../images/service/shangqingcanmou/20220627/06右.png) center / cover;
    right: 3rem;
}
.case .swiper-slide img {
    width: 11.58rem;
    display: block;
    margin: 0 auto;
}

.choice {
    width: 100%;
    height: 8.5rem;
    position: relative;
    background-color: #e1e1e1;
    box-sizing: border-box;
}
.choice h1 {
    margin-top: .5rem;
    margin-bottom: .3rem;
    color: #000;
    font-size: .6rem;
    font-weight: bold;
}
.choice h1 span {
    color: #ff0069;
    font-size: .6rem;
    font-weight: bold;
}
.choice .choice_container img {
    width: 12.88rem;
    display: block;
    margin: 0 auto;
}

.list .swiper-container img{
    width: 100%;
}
.list ul{
    padding: .3rem 0;
}
.list li{
    padding:1rem 0 0;
    overflow: hidden;
}
.list li>div{
    margin-bottom: .5rem;
    padding:0 .5rem;
}
.list li h2{
    font-size: .36rem;
    margin:  0 0 .4rem;
}
.list li p{
    font-size: .2rem;
    line-height: .35rem;
    color: #888;
    margin: 0 0 .4rem;
}
.list li .my-btn{
    padding-left: .5rem;
    padding-right: .5rem;
}

.support{
    background:#0069ff;
    color: #fff;
}
.support h1{
    font-size: .48rem;
    font-weight: bold;
    margin: 1rem 0 .5rem;
}
.support p{
    font-size: .28rem;
    line-height:.45rem;
    padding: 0 .8rem;
    color: #f0f0f0;
    margin-bottom: .2rem;
}
.support div>img{
    width:5rem;
}
.support .my-btn{
    width:3rem;
    margin: .5rem 0 1rem;
}


.partner{
    padding:  0 0 .8rem;
}
.partner img{
    height: 1rem;
}
.partner h1{
    font-size: .48rem;
    font-weight: bold;
    margin: .5rem 0 1rem;
}
.partner h2{
    font-size: .36rem;
    margin: .8rem 0 .5rem;
}
.partner p{
    color: #888;
    font-size: .24rem;
    text-align: left;
    line-height: .5rem;
}

.zizhi{
    padding:  0 0 .8rem;
    background: #e0e0e0;
}
.zizhi h1{
    font-size: .48rem;
    font-weight: bold;
    margin: .5rem 0 1rem;
}
.zizhi img{
    width: 100%;
}
.zizhi .col-xs-4{
    margin-bottom: .3rem;
}

.pinpai{
    padding: .5rem 0;
}
.pinpai h1{
    font-size: .48rem;
    font-weight: bold;
    margin: 0 0 .5rem;
}
.ga_box{
    display: none!important;
}

#support{
    color: #fff;
    background: #0069ff;
    padding: .5rem 0;
    min-height: 100%;
    box-sizing: border-box;
}
#support h1{
    font-size: .48rem;
    font-weight: bold;
    margin: 0 0 .4rem;
}
#support p{
    font-size: .24rem;
    margin: 0 0 .4rem;
}
#support li{
    font-size: .2rem;
    margin: 0 0 .1rem;
    display: flex;
}
#support li span{
    font-size: inherit;
    flex: none;
    margin: 0 .2rem 0 0;
}
#support .li{
    margin: 0 0 .1rem;
}
#support label{
    font-size: .24rem;
    line-height: .6rem;
    margin: 0 .3rem 0 0;
}
#support label span{
    color: red;
    font-size: .24rem;
}

#support .form-control{
    height: 100%;
    border-radius: .1rem;
    outline: none;
    box-sizing: border-box;
    font-size: .24rem;
    color: #2b2b2b;
}
#support .my-btn{
    height: 1rem;
    line-height: calc(1rem - 2px);
    font-size: .24rem;
    width:100%;
    font-weight: bold;
    color: #2b2b2b;
    margin: .6rem 0 0;
}
#support .my-btn img{
    mix-blend-mode: difference;
}

.qrcode div{
    width: 1.2rem;
    font-size: .24rem;
    text-align: center;
    margin: 0 .5rem 0 0;
    display: inline-block;
}
.qrcode img{
    width: 100%;
    margin: .2rem 0;
}
.swiper-pagination{
    bottom: 0 !important;
}
.exemple{
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 1rem;
}
.erCode{
    justify-content: center;
}
.exempleType{
    width: 20%;
    padding: 0 1%;
    text-align: center;
}
.exempleType img{
    display: inline-block;
    width: 1rem !important;
}
.erCodeImg img{
    display: inline-block;
    width: 1.5rem !important;
}
.exempleType div{
    font-size: .24rem;
    margin-top: .2rem;
}
.productStep > div{
    height: 1rem;
    margin-bottom: .5rem;
}
.productStep img{
    display: block;
    width: 1rem !important;
    margin: 0 auto;
}
.stepTitle{
    font-size: .3rem;
    line-height: 1rem;
    text-align: right;
}
.stepText{
    color: #999;
    display: flex;
    align-items: center;
}
.stepText div{
    font-size: .2rem;
}

@media screen and (max-width: 767px) {
    .erCodeImg{
        width: 30%;
    }
    .stepTitle{
        text-align: center;
    }
}