html{
    width: 100%;
    height: 100%;
}
.main{
    padding: 0;
    height: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: -apple-system, Helvetica, Arial, "PingFang SC", sans-serif;
}
.mainFlex{
    display: flex;
    flex-direction: column;
}
a{
    color: inherit;
    text-decoration: none;
}
p{
    margin: 0;
}
input{
    margin: 0;
}
ul,li{ 
    padding:0;
    margin:0;
    list-style:none;
    color: #0B0E14;
}
.bodyShow{
    display: block !important;
}
.bodyHide{
    display: none !important;
}
.video{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.videoHide{
    display: none !important;
}
.viewShow{
    display: block !important;
}
.video-box{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 5%;
    transform: translateY(-50%);
}
.video-del{
    width: 3%;
    position: absolute;
    top: 0%;
    left: -4%;
    cursor: pointer;
    opacity: 0.8;
}
.video-del:hover{
    opacity: 1.2;
}
.video-main{
    width: 100%;
    height: 90vh;
    background: #000;
    border: none;
}
.video-main:active{
    border: none;
}
.contact{
    width: 100%;
    background: #fff;
    text-align: left;
    background: #F4F6F9;
}
.contactHide{
    display: none !important;
}
.contactShow{
    display: block !important;
}
.contact-warp{
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}   

.contact-p{
    width: 80px;
    height: 24px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #051C3F;
    line-height: 24px;
    padding-top: 40px;
}
.contact-span{
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #535C70;
    line-height: 14px;
    padding: 14px 0 24px;
    display: inline-block;
}
.contact-warp ul li{
    padding-bottom: 24px;
}
.contact-warp ul li p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #535C70;
    padding-bottom: 12px;
}
.contact-warp ul li input{
    width: 100%;
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #979DA8;
    color: #0B0E14;
    padding-left: 14px;
    border: 1px solid #C1C4CB;
}
.contact-warp ul li input::placeholder{
    color: #979DA8;
}
.contact-warp ul li input:focus{
    border-color: #0F6EFF !important;

}
.contact-warp .submit{
    width: 88px;
    height: 36px;
    background: #02CC96;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.btn-reg{
    color: #0B0E14;
    margin-right: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 3px 15px;
}
.btn-log{
    color: #fff;
    background-color: #0F6EFF;
    border-radius: 20px;
    border: 1px solid #0F6EFF;
    cursor: pointer;
    padding: 3px 15px;
}
.btn-reg:hover{
    border: 1px solid #0F6EFF;
    border-radius: 20px;
    color: #0F6EFF;
}
.btn-log:hover{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #0F6EFF;
    color: #0F6EFF;
    border-radius: 20px;
}
/* .copyRightPositive{
    position: absolute;
    bottom: 0;
} */
@media screen and (min-device-width:300px) and (max-width: 640px){
    .contact-warp{
        max-width: 1180px;
        margin: auto;
        background: #fff;
        justify-content: space-around;
        display: block;
        padding-left: 30px;
    } 
    .contact-warp ul li input{
        width: 80%;
        height: 42px;
        border-radius: 4px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #979DA8;
        color: #0B0E14;
        padding-left: 14px;
        border: 1px solid #C1C4CB;
    }
    .top-banner{
        align-items: center;
        width: 90%;
        display: flex;
        margin: auto;
        height: 72px;
        /* margin-top: 2%; */
        justify-content:space-between;
    }
    .top-banner ul{
        display: none;
        font-size: 10px;
    }
    /*
    .top-banner ul .line{
        position: absolute;
        left: 12%;
        bottom: -6px;
        height: 2px;
        width: 40px;
        background-color: #0B0E14;
    }
    .top-wrap-pro:hover+.line{
        left: 12%;
    }
    .top-wrap-price:hover+.line{
        left: 63%;
    }
    .top-banner ul li{
        width: 80px;
        text-align: center;
    }*/
    .top-btn{
        display: flex;
    }
    .top-logo{
        width: 32%;
    }
    .top-btn div{
        width: 60px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        text-align: center;
        /* border-radius: 3px; */
        border: 1px solid #fff;
    }
    .product-top-wrap{
        /* padding-bottom: 30%; */
        width: 100%;
        background: url('/images/bg_1920.png' ) no-repeat;
        background-size: cover;
    }
    .product-top{
        width: 100%;
        /* height: 300px; */
        /* background: url('/images/product_top_bg.png' ) no-repeat;
        background-size: cover; */
        text-align: center;
        color: white;
        /* overflow: hidden; */
        position: relative;
        /* background-position: center; */
    }
    .right-wrap{
        display: none;
    }
    .left-wrap .left-h2{
        width: 80%;
        margin: 0 10%;
        font-size: 36px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 50px;
        padding-top: 154px;
    }
    .left-wrap .left-p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        opacity: 0.8;
        padding-top: 20px;
    }
    .left-wrap .input-wrap{
        margin-top: 67px;
        display: flex;
        justify-content: center;
        padding-bottom: 196px;
        position: relative;
    }
    .left-wrap .input-wrap input{
        width: 154px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
        padding:0 17px;
        outline:none;
        color: #fff;
        font-size: 14px;
    }
    /* .left-wrap .input-wrap input:hover{
        border: 1px solid rgba(255, 255, 255, 1);
    } */
    .left-wrap .input-wrap input:focus{
        color: #fff;
        font-size: 18px;
    }
    .left-wrap .input-wrap .registerbtn{
        width: 144px;
        height: 42px;
        background: #0F6EFF;
        border-radius: 22px;
        margin-left: 14px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 42px;
        cursor: pointer;
    }
    #error-tip1{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: #fff;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    /*
    .top-h1{
        width: 100%;
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%);
        font-size: 32px;
    }
    .top-h2{
        width: 100%;
        letter-spacing:1px;
        font-size: 18px;
        color: #0B0E14;
    }
    .top-bigimg-wrap{
        position: relative;
        left: 50%;
        transform: translate(-50%,-40%);
        width: 90%;
    }
    .top-play-img{
        position: absolute;
        top: 45%;
        left: 50%;
        width: 10%;
        transform: translate(-50%);
        opacity: 0.8;
        cursor: pointer;
    }
    .top-play-img:hover{
        opacity: 1;
    }*/
    .new-top-wrap{
        position: relative;
        padding-top: 100px;
    }
    .new-top{
        width: 90%;
        /* height: 51px; */
        color: #fff;
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
    }
    .new-top-wrap .img1{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
    }
    .new-top-wrap .img2{
        display: block;
        width: 100%;
        margin-top: 180px;
        position: absolute;
        z-index: 1;
        top: 0;
        -webkit-animation: intro-img-bg 40s linear infinite alternate;
        -moz-animation: intro-img-bg 40s linear infinite alternate;
        -ms-animation: intro-img-bg 40s linear infinite alternate;
        -o-animation: intro-img-bg 40s linear infinite alternate;
        animation: intro-img-bg 40s linear infinite alternate;
    }
    @keyframes intro-img-bg{
        0% {
            -webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            transform: translateY(-200px);
        }
        
        100% {
            -webkit-transform: translateY(-350px);
            -moz-transform: translateY(-350px);
            -ms-transform: translateY(-350px);
            -o-transform: translateY(-350px);
            transform: translateY(-350px);
        }
    }
    /* .play-btn{
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .play-btn img{
        width: 12%;
        cursor: pointer;
        opacity: 0.8;
    }
    .play-btn img:hover{
        opacity: 1;
    }
    .play-btn .play-p{
        padding-top: 6px;
        color: #0B0E14;
        font-size: 14px;
        text-align: center;
    } */
    .product-center{
        width: 100%;
        text-align: center;
        /* background: url('/images/product_center_bg.png') no-repeat;
        background-size: cover; */
        /* margin-top: -10%; */
        padding-top: 64px;
    }
    .product-center .center-h3{
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        /* line-height: 45px; */
    }
    .product-center .center-p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        margin: auto;
        margin-top: 20px;
        width: 82%;
    }
    .product-center .center-input{
        display: flex;
        margin-top: 31px;
        margin-bottom: 48px;
        justify-content: center;
        position: relative;
    }
    .product-center .center-input input{
        width: 154px;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #071231;
        background: transparent;
        padding:0 17px;
        outline:none;
        color: rgba(7, 18, 49, 1);
        font-size: 14px;
    }
    #error-tip2{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-center .center-input input:focus{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input .btn{
        width: 144px;
        height: 42px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 42px;
        cursor: pointer;
    }
    
    .product-center .center-img{
        position: relative;
        margin-bottom: 10px;
    }
    .product-center .center-img img{
        width: 96%;
    }
    .product-center .center-img .play-btn img{
        width: 4%;
    }
    .product-center .center-img .play-btn{
        position: absolute;
        top: 25%;
        left: 22%;
        width: 210px;
        height: 42px;
        background: #071231;
        box-shadow: 0px 8px 20px 0px rgba(7, 18, 49, 0.3);
        border-radius: 30px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 0px 8px 20px rgba(7, 18, 49, 0.3);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
    }
    .product-center-content{
        width: 96%;
        padding: 0 2%;
        padding-bottom: 10px;
        justify-content: space-between;
    }
    /* .product-center-title{
        color: #0B0E14;
        font-size: 22px;
        padding-bottom: 20px;
        font-weight: 600;
    } */
    .product-center-index{
        flex: 1;
        padding-top: 50px;
    }
    .product-center-index .p1{
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071231;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .product-center-index .p2 , .product-center-index .p3{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        text-align: center;
    }
    .product-center-index .p3{
        width: 90%;
        margin:auto;
    }
    /* .center-top-img{
        width: 80%;
        margin: 0 10%;
        margin-top: 30px;
    } */
    .product-0, .product-1, .product-2,.product-3,.product-4{
        width: 94%;
        margin: auto;
        text-align: center;
    }
    .product-0 p, .product-1 p, .product-2 p, .product-3 p, .product-4 p{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        margin-top: 80px;
        text-align: left;
        padding-left: 20px;
    }
    .product-0 span, .product-1 span, .product-2 span, .product-3 span, .product-4 span{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 28px;
        display: block;
        margin-top: 20px;
        /* width: 70%; */
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    .center0-left ,.center1-left ,.center2-right, .center3-left{
        width: 100%;
    }
    /*
    .product-0{
        width: 80%;
        padding: 10% 10% 5%;
        justify-content:space-between;
    }
    .product-0 .center0-left{
        width: 100%;
        height: 100%;
        padding-top: 10%;
    }
    .product-0 .center0-right img{
        width: 40px;
        height: 40px;
    }
    .product-0 .center0-right p{
        font-size: 22px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-0 .center0-right .p1{
        padding-top: 5%;
    }
    .product-0 .center0-right .p2{
        padding-bottom: 5%;
    }
    .product-0 .center0-right span{
        color: #535C70;
        font-size: 14px;
    }
    .product-1{
        width: 80%;
        padding: 5% 10% 5%;
        justify-content:space-between;
    }
    .product-1 .center1-left{
        width: 100%;
        height: 100%;
        padding-top: 10%;
    }
    .product-1 .center1-right img{
        width: 40px;
        height: 40px;
    }
    .product-1 .center1-right p{
        font-size: 22px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-1 .center1-right .p1{
        padding-top: 5%;
    }
    .product-1 .center1-right .p2{
        padding-bottom: 5%;
    }
    .product-1 .center1-right span{
        color: #535C70;
        font-size: 14px;
    }
    .product-2{
        width: 80%;
        padding: 0 10%;
        justify-content:space-between;
    }
    .product-2 .center2-right{
        width: 100%;
        margin-right: -5%;
        height: 100%;
    }
    .product-2 .center2-left img{
        width: 40px;
        height: 40px;
        padding-top: 5%;
    }
    .product-2 .center2-left p{
        font-size: 22px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-2 .center2-left .p1{
        padding-top: 5%;
    }
    .product-2 .center2-left .p2{
        padding-bottom: 5%;
    }
    .product-2 .center2-left span{
        color: #535C70;
        font-size: 14px;
    }
    .product-3{
        width: 80%;
        padding: 10% 10% 10%;
        justify-content:space-between;
    }
    .product-3 .center3-left{
        width: 100%;
        height: 100%;
        padding-top: 10%;
    }
    .product-3 .center3-right img{
        width: 40px;
        height: 40px;
    }
    .product-3 .center3-right p{
        font-size: 22px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-3 .center3-right .p1{
        padding-top: 5%;
    }
    .product-3 .center3-right .p2{
        padding-bottom: 5%;
    }
    .product-3 .center3-right span{
        color: #535C70;
        font-size: 14px;
    }*/
    .weimill-wrap{
        width: 100%;
        margin-top: 84px;
        /* display: flex; */
        overflow: hidden;
        position: relative;
        padding-bottom: 98px;
        background: linear-gradient(180deg, #DEF1FF 0%, #F1EDFF 100%);
    }
    .weimill-wrap .weimill-left{
        text-align: center;
    }
    .weimill-wrap .weimill-left h2{
        margin: 0;
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .weimill-wrap .weimill-left p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    }
    .weimill-wrap .weimill-left a{
        width: 144px;
        height: 42px;
        background: #0F6EFF;
        border-radius: 22px;
        color: #fff;
        text-align: center;
        line-height: 42px;
        margin: auto;
        margin-top: 50px;
        cursor: pointer;
        
    }
    .weimill-wrap .weimill-right{
        display: none;
        position: absolute;
        right: -14%;
        bottom: 0;
        /* width: 60%; */
        width: 350px;
    }
    /*
    .wxwork{
        width: 100%;
        text-align: center;
        background: url('/images/wxwork_add.png' ) no-repeat;
        background-size: cover;
        background-position:center;
    }
    .wxwork .wxwork-h2{
        margin: 0;
        font-weight: 600;
        color: #0B0E14;
        font-size: 22px;
        padding-top: 7%;
        padding-bottom: 4%;
    }
    .wxwork .wxwork-p-wrap{
        width: 100%;
        text-align: center;
    }
    .wxwork .wxwork-p{
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        font-size: 14px;
    }
    .wxwork .wxwork-img01{
        width: 40%;
        padding-top: 4%;
    }*/
    .price{
        width: 100%;
        /* padding-top: 5%; */
        text-align: center;
        /* background: url('/images/price_bg.png') no-repeat; */
        /* background: linear-gradient(360deg, #FFFFFF 0%, #F1EDFF 47%, #DEF1FF 100%);
        background-size: cover; */
        /* text-align: center; */
    }
    .price h3{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 32px;
        margin: 0;
        margin-top: 80px;
    }
    .price p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #313339;
        line-height: 33px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .price .price-content{
        width: 100%;
        margin-bottom: 80px;
    }
    /*
    .price .price-content .price-left,
    .price .price-content .price-right{
        position: relative;
    }
    .price-left .img,
    .price-right .img{
        width: 100%;
    }
    .price-left .left-wrap,
    .price-right .right-wrap{
        position: absolute;
        top: 20%;
        width: 60%;
        left: 20%;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-between;
        padding: 15% 0;
    }
    .left-wrap .content img,
    .right-wrap .content img{
        width: 12px;
        height: 12px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        color: #535C70;
        font-size: 14px;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        color: #000;
        font-size: 14px;
    }*/
    .price-left .left-wrap,
    .price-right .right-wrap {
        display: block;
        width: 343px;
        margin: auto;
    }
    .price-right .right-wrap{
        margin-top: 30px;
    }
    .price-left .left-wrap .top,
    .price-right .right-wrap .top{
        width: 343px;
        height: 148px;
        background: #1B2236;
        border-radius: 12px 12px 0px 0px;
        padding-top: 28px;
    }
    .price-left .left-wrap .top .title,
    .price-right .right-wrap .top .title{
        width: 124px;
        height: 32px;
        background: rgba(2, 204, 150, .14);
        border-radius: 16px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #02CC96;
        line-height: 32px;
        margin:0 auto;
    }
    .price-left .left-wrap .top .num,
    .price-right .right-wrap .top .num{
        display: flex;
        justify-content: center;
        margin-top: 6px;
    }
    .price-left .left-wrap .top .num p,
    .price-right .right-wrap .top .num p{
        font-size: 60px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 90px;
        margin: 0;
    }
    .price-left .left-wrap .top .num span,
    .price-right .right-wrap .top .num span{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #717B92;
        line-height: 125px;
        padding-left: 10px;
    }
    .price-right .right-wrap .top .num .rmb{
        font-size: 24px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        padding-right: 10px;
        padding-left: 0px;
    }
    .price-left .left-wrap .bottom,
    .price-right .right-wrap .bottom{
        width: 343px;
        height: 660px;
        background: #FFFFFF;
        box-shadow: 0px 6px 23px 0px rgba(220, 220, 220, 0.5);
        border-radius: 0px 0px 16px 16px;
    }
    .left-wrap .bottom,
    .right-wrap .bottom{
        position: relative;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-around;
        padding-top: 25px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #535C70;
        margin: 0;
        justify-content: center;
    }
    .left-wrap .content .p1 img,
    .right-wrap .content .p1 img{
        width: 17%;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 24px;
        margin: 0;
        margin-top: 8px;
    }
    #tip1, #tip2{
        display: none;
        position: absolute;
        right: 0%;
        top: 13%;
        width:135px;
        height:45px;
        padding: 10px;
        text-align: left;
        background:rgba(241,248,255,1);
        border:1px solid rgba(188,215,255,1);
        font-size:10px;
        font-weight:400;
        color:rgba(83,92,112,1);
    }
    #tip1 p, #tip2 p{
        font-size: 14px;
        margin: 0;
    }
    .left-wrap ul,.right-wrap ul{
        margin-left: 39px;
        margin-top: 36px;
    }
    .left-wrap ul li,.right-wrap ul li{
        display: flex;
        margin: 0;
        margin-bottom: 18px;
    }
    .left-wrap ul li p,.right-wrap ul li p{
        margin: 0;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0B0E14;
        line-height: 22px;
        margin-left: 16px;
    }
    .left-wrap .btn,
    .right-wrap .btn{
        width: 266px;
        height: 42px;
        background: #0F6EFF;
        font-size: 14px;
        line-height: 42px;
        border-radius: 6px;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 32px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .right-wrap .btn:hover{
        background: #0F6EFF;
    }
    /*
    .left-wrap .btn{
        background: #02CC96;
    }
    .left-wrap .btn:hover{
        background-color: #03B686;
    }
    .footer{
        width: 100%;
        text-align: center;
    }
    .footer .footer-p1{
        padding-top: 5%;
        font-size: 20px;
        color: #1B2236;
    }
    .footer .footer-p2{
        color: #535C70;
        font-size: 10px;
    }
    .footer .footer-submit{
        margin-bottom: 8%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    #registerInput{
        width:150px;
        border-radius:2px;
        color: #000;
        font-size: 14px;
        background: transparent;
        padding: 10px;
        border:1px solid rgba(87,96,115,1);
    }
    .footer-btn{
        width:55px;
        height:39px;
        background:rgba(2,204,150,1);
        border-radius:2px;
        color: #fff;
        text-align: center;
        line-height: 39px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 12px;
        border: 0;
    }
    .footer-btn:hover{
        background-color: #03B686;
    }
    #error-tip{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 16px;
        text-align: left;
        padding-top: 5px;
    }*/
    .copyRight{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        background: #071231;
    }
    .copyRight-content{
        width: 80%;
        padding:0 10%;
        margin: auto;
        text-align: center;
        /* justify-content: space-between; */
    }
    
    .copyRight-content .copy-left img{
        display: none;
    }
    .copyRight-content .copy-left p{
        padding-top: 30px;
        
    }
    .copyRight-content .copy-left .beian{
        padding-bottom: 42px;
        padding-top: 10px;
    }
    .copyRight-icp{
        color:inherit;
    }
    .copyRight-icp:hover{
        text-decoration:#535c70 !important;
    }
    .copyRight-content .copy-right{
        padding-top: 54px;
        text-align: center;
    }
    .copyRight-content .copy-right img{
        width: 138px;
    }
    .copyRight-content .copy-right p{
        margin-top: 6px;
        /* padding-right: 15px; */
    }
    
}

@media screen and (min-width:641px) and (max-width: 834px){
    .top-banner{
        align-items: center;
        width: 90%;
        display: flex;
        margin: auto;
        height: 72px;
        /* margin-top: 2%; */
        justify-content:space-between;
    }
    .top-banner ul{
        display: none;
        /* display: flex;
        font-size: 16px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #CACFD7;
        height: 20px;
        align-items: center; */
    }
    /*
    .top-banner ul .line{
        position: absolute;
        left: 11%;
        bottom: -6px;
        height: 2px;
        width: 40px;
        background-color: #0B0E14;
    }
    .top-wrap-pro:hover+.line{
        left: 11%;
    }
    .top-wrap-price:hover+.line{
        left: 56%;
    }
    .product-top ul li{
        width: 80px;
        text-align: center;
    }*/
    .top-btn{
        display: flex;
    }
    .top-btn div{
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        /* border-radius: 3px; */
        border: 1px solid #fff;
    }
    .product-top-wrap{
        /* padding-bottom: 30%; */
        width: 100%;
        background: url('/images/bg_1920.png' ) no-repeat;
        background-size: cover;
    }
    .product-top{
        width: 100%;
        /* height: 480px; */
        /* background: url('/images/product_top_bg.png' ) no-repeat;
        background-size: cover; */
        text-align: center;
        color: white;
        /* overflow: hidden; */
        position: relative;
        /* background-position: center; */
    }
    .right-wrap{
        display: none;
    }
    .left-wrap .left-h2{
        font-size: 36px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 50px;
        margin: 0;
        padding-top: 154px;
    }
    .left-wrap .left-p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        opacity: 0.8;
        padding-top: 20px;
    }
    .left-wrap .input-wrap{
        margin-top: 67px;
        display: flex;
        justify-content: center;
        padding-bottom: 196px;
        position: relative;
    }
    .left-wrap .input-wrap input{
        width: 188px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
        padding:0 29px;
        outline:none;
        color: #fff;
        font-size: 16px;
    }
    /* .left-wrap .input-wrap input:hover{
        border: 1px solid rgba(255, 255, 255, 1);
    } */
    .left-wrap .input-wrap input:focus{
        color: #fff;
        font-size: 18px;
    }
    .left-wrap .input-wrap .registerbtn{
        width: 144px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    #error-tip1{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: #fff;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    /*.top-h1{
        width: 100%;
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%);
        font-size: 54px;
    }
    .top-h2{
        width: 100%;
        letter-spacing:1px;
        font-size: 32px;
        color: #0B0E14;
    }
    .top-bigimg-wrap{
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .top-play-img{
        position: absolute;
        top: 45%;
        left: 50%;
        width: 10%;
        transform: translate(-50%);
        opacity: 0.8;
        cursor: pointer;
    }
    .top-play-img:hover{
        opacity: 1;
    }*/
    .new-top-wrap{
        position: relative;
        padding-top: 230px;
    }
    .new-top{
        width: 654px;
        /* height: 102px; */
        color: #fff;
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
    }
    .new-top-wrap .img1{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
    }
    .new-top-wrap .img2{
        display: block;
        width: 100%;
        margin-top: 180px;
        position: absolute;
        z-index: 1;
        top: 0;
        -webkit-animation: intro-img-bg 40s linear infinite alternate;
        -moz-animation: intro-img-bg 40s linear infinite alternate;
        -ms-animation: intro-img-bg 40s linear infinite alternate;
        -o-animation: intro-img-bg 40s linear infinite alternate;
        animation: intro-img-bg 40s linear infinite alternate;
    }
    @keyframes intro-img-bg{
        0% {
            -webkit-transform: translateY(-200px);
            -moz-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
            -o-transform: translateY(-200px);
            transform: translateY(-200px);
        }
        
        100% {
            -webkit-transform: translateY(-500px);
            -moz-transform: translateY(-500px);
            -ms-transform: translateY(-500px);
            -o-transform: translateY(-500px);
            transform: translateY(-500px);
        }
    }
    /* .play-btn{
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 60px;
    }
    .play-btn img{
        width: 8%;
        cursor: pointer;
        opacity: 0.8;
    }
    .play-btn img:hover{
        opacity: 1;
    }
    .play-btn .play-p{
        padding-top: 16px;
        color: #0B0E14;
        font-size: 14px;
        text-align: center;
    } */
    .product-center{
        width: 100%;
        text-align: center;
        /* background: url('/images/product_center_bg.png') no-repeat;
        background-size: cover; */
        padding-top: 64px;
    }
    .product-center .center-h3{
        padding: 0;
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        /* line-height: 45px; */
    }
    .product-center .center-p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        margin: auto;
        margin-top: 20px;
        width: 38%;
    }
    .product-center .center-input{
        display: flex;
        margin-top: 31px;
        margin-bottom: 48px;
        justify-content: center;
        position: relative;
    }
    .product-center .center-input input{
        width: 175px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid #071231;
        background: transparent;
        padding:0 29px;
        outline:none;
        color: rgba(7, 18, 49, 1);
        font-size: 16px;
    }
    .product-center .center-input input:focus{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input .btn{
        width: 144px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    #error-tip2{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-center .center-img{
        position: relative;
        margin-bottom: 65px;
    }
    .product-center .center-img img{
        width: 88%;
    }
    .product-center .center-img .play-btn img{
        width: 6%;
    }
    .product-center .center-img .play-btn{
        position: absolute;
        top: 32%;
        left: 31%;
        width: 300px;
        height: 60px;
        background: #071231;
        box-shadow: 0px 8px 20px 0px rgba(7, 18, 49, 0.3);
        border-radius: 30px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 0px 8px 20px rgba(7, 18, 49, 0.3);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
    }
    .product-center-content{
        width: 94%;
        padding: 0 3%;
        padding-bottom: 10px;
        /* display: flex; */
        /* justify-content: space-between; */
    }
    /* .product-center-title{
        color: #0B0E14;
        font-size: 24px;
        padding-bottom: 20px;
        font-weight: 600;
    } */
    .product-center-index{
        flex: 1;
    }
    .product-center-index .p1{
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071231;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .product-center-index .p2 , .product-center-index .p3{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        text-align: center;
    }
    .product-center-index .p3{
        width: 80%;
        margin:auto;
        margin-bottom: 50px;
    }
    /* .center-top-img{
        width: 80%;
        margin: 0 10%;
        margin-top: 60px;
    } */
    .product-0, .product-1, .product-2,.product-3,.product-4{
        width: 72%;
        margin: auto;
        text-align: center;
    }
    .product-0 p, .product-1 p, .product-2 p, .product-3 p, .product-4 p{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        margin-top: 80px;
        text-align: left;
        padding-left: 20px;
    }
    .product-0 span, .product-1 span, .product-2 span, .product-3 span, .product-4 span{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 28px;
        display: block;
        margin-top: 20px;
        /* width: 70%; */
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    .center0-left ,.center1-left ,.center2-right, .center3-left{
        width: 100%;
    }
    /*
    .product-0{
        width: 80%;
        display: flex;
        padding: 10% 10% 5%;
        justify-content:space-between;
    }
    .product-0 .center0-left{
        width: 60%;
        height: 100%;
    }
    .product-0 .center0-right img{
        width: 60px;
        height: 60px;
        padding-top: 6%;
    }
    .product-0 .center0-right p{
        font-size: 24px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-0 .center0-right .p1{
        padding-top: 5%;
    }
    .product-0 .center0-right .p2{
        padding-bottom: 5%;
    }
    .product-0 .center0-right span{
        color: #535C70;
        font-size: 18px;
    }
    .product-1{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 10% 10% 5%;
        justify-content:space-between;
    }
    .product-1 .center1-left{
        width: 60%;
        height: 100%;
    }
    .product-1 .center1-right img{
        width: 60px;
        height: 60px;
        padding-top: 6%;
    }
    .product-1 .center1-right p{
        font-size: 24px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-1 .center1-right .p1{
        padding-top: 5%;
    }
    .product-1 .center1-right .p2{
        padding-bottom: 5%;
    }
    .product-1 .center1-right span{
        color: #535C70;
        font-size: 18px;
    }
    .product-2{
        width: 80%;
        display: flex;
        padding: 0 10%;
        justify-content:space-between;
    }
    .product-2 .center2-right{
        margin-right: -5%;
        width: 56%;
        height: 100%;
    }
    .product-2 .center2-left img{
        width: 60px;
        height: 60px;
        padding-top: 6%;
    }
    .product-2 .center2-left p{
        font-size: 24px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-2 .center2-left .p1{
        padding-top: 5%;
    }
    .product-2 .center2-left .p2{
        padding-bottom: 5%;
    }
    .product-2 .center2-left span{
        color: #535C70;
        font-size: 18px;
    }
    .product-3{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 10% 10% 10%;
        justify-content:space-between;
    }
    .product-3 .center3-left{
        width: 56%;
        height: 100%;
    }
    .product-3 .center3-right img{
        width: 60px;
        height: 60px;
        padding-top: 6%;
    }
    .product-3 .center3-right p{
        font-size: 24px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-3 .center3-right .p1{
        padding-top: 5%;
    }
    .product-3 .center3-right .p2{
        padding-bottom: 5%;
    }
    .product-3 .center3-right span{
        color: #535C70;
        font-size: 18px;
    }*/
    .weimill-wrap{
        width: 100%;
        margin-top: 84px;
        /* display: flex; */
        overflow: hidden;
        position: relative;
        padding-bottom: 98px;
        background: linear-gradient(180deg, #DEF1FF 0%, #F1EDFF 100%);
    }
    .weimill-wrap .weimill-left{
        text-align: center;
    }
    .weimill-wrap .weimill-left h2{
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .weimill-wrap .weimill-left p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    }
    .weimill-wrap .weimill-left a{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 60px;
        margin: auto;
        margin-top: 50px;
        cursor: pointer;
        
    }
    .weimill-wrap .weimill-right{
        display: none;
        position: absolute;
        right: -14%;
        bottom: 0;
        /* width: 60%; */
        width: 350px;
    }
    /*
    .wxwork{
        width: 100%;
        text-align: center;
        background: url('/images/wxwork_add.png' ) no-repeat;
        background-size: cover;
        background-position:center;
    }
    .wxwork .wxwork-h2{
        font-weight: 600;
        color: #0B0E14;
        font-size: 24px;
        padding-top: 7%;
        margin: 0;
        padding-bottom: 2%;
    }
    .wxwork .wxwork-p-wrap{
        width: 100%;
        text-align: center;
    }
    .wxwork .wxwork-p{
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        font-size: 18px;
        display: inline;
    }
    .wxwork .wxwork-img01{
        width: 30%;
        padding-top: 4%;
    }*/
    .price{
        width: 100%;
        /* padding-top: 5%; */
        text-align: center;
        /* background: url('/images/price_bg.png') no-repeat; */
        /* background: linear-gradient(360deg, #FFFFFF 0%, #F1EDFF 47%, #DEF1FF 100%);
        background-size: cover;
        text-align: center; */
    }
    .price h3{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 44px;
        margin: 0;
        margin-top: 80px;
    }
    .price p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #313339;
        line-height: 33px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .price .price-content{
        width: 100%;
        margin-bottom: 80px;
    }
    /*
    .price h3{
        color: #0B0E14;
        font-size: 24px;
        margin: 0;
        padding-bottom: 2%;
    }
    .price p{
        color: #535C70;
        font-size: 18px;
    }
    .price .price-content{
        width: 90%;
        padding: 5% 5% 5%;
        display: flex;
        justify-content: space-between;
    }
    .price .price-content .price-left,
    .price .price-content .price-right{
        position: relative;
        width: 50%;
    }
    .price-left .img,
    .price-right .img{
        width: 100%;
    }
    .price-left .left-wrap,
    .price-right .right-wrap{
        position: absolute;
        top: 20%;
        width: 60%;
        left: 20%;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        color: #535C70;
        font-size: 18px;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        color: #000;
        font-size: 24px;
    }*/
    .price-left .left-wrap,
    .price-right .right-wrap {
        display: block;
        width: 444px;
        margin: auto;
    }
    .price-right .right-wrap{
        margin-top: 30px;
    }
    .price-left .left-wrap .top,
    .price-right .right-wrap .top{
        width: 444px;
        height: 192px;
        background: #1B2236;
        border-radius: 16px 16px 0px 0px;
        padding-top: 36px;
    }
    .price-left .left-wrap .top .title,
    .price-right .right-wrap .top .title{
        width: 124px;
        height: 32px;
        background: rgba(2, 204, 150, .14);
        border-radius: 16px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #02CC96;
        line-height: 32px;
        margin:0 auto;
    }
    .price-left .left-wrap .top .num,
    .price-right .right-wrap .top .num{
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .price-left .left-wrap .top .num p,
    .price-right .right-wrap .top .num p{
        font-size: 64px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 90px;
        margin: 0;
    }
    .price-left .left-wrap .top .num span,
    .price-right .right-wrap .top .num span{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #717B92;
        line-height: 125px;
        padding-left: 10px;
    }
    .price-right .right-wrap .top .num .rmb{
        font-size: 24px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        padding-right: 10px;
        padding-left: 0px;
    }
    .price-left .left-wrap .bottom,
    .price-right .right-wrap .bottom{
        width: 444px;
        height: 760px;
        background: #FFFFFF;
        box-shadow: 0px 6px 23px 0px rgba(220, 220, 220, 0.5);
        border-radius: 0px 0px 16px 16px;
    }
    .left-wrap .bottom,
    .right-wrap .bottom{
        position: relative;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-around;
        padding-top: 25px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        margin: 0;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 24px;
        margin: 0;
        margin-top: 8px;
    }
    #tip1, #tip2{
        display: none;
        position: absolute;
        right: 0%;
        top: 13%;
        width:180px;
        height:55px;
        padding: 20px;
        text-align: left;
        background:rgba(241,248,255,1);
        border:1px solid rgba(188,215,255,1);
        font-size:16px;
        font-weight:400;
        color:rgba(83,92,112,1);
    }
    #tip1 p, #tip2 p{
        font-size: 18px;
        margin: 0;
    }
    .left-wrap ul,.right-wrap ul{
        margin-left: 50px;
        margin-top: 48px;
    }
    .left-wrap ul li,.right-wrap ul li{
        display: flex;
        margin: 0;
        margin-bottom: 24px;
    }
    .left-wrap ul li p,.right-wrap ul li p{
        margin: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0B0E14;
        line-height: 22px;
        margin-left: 16px;
    }
    .left-wrap .btn,
    .right-wrap .btn{
        width: 344px;
        height: 60px;
        background: #0F6EFF;
        font-size: 16px;
        line-height: 60px;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*
    .left-wrap .btn{
        background: #02CC96;
    }
    .left-wrap .btn:hover{
        background-color: #03B686;
    }
    .footer{
        width: 100%;
        text-align: center;
    }
    .footer .footer-p1{
        padding-top: 5%;
        font-size: 36px;
        color: #1B2236;
    }
    .footer .footer-p2{
        color: #535C70;
        font-size: 18px;
    }
    .footer .footer-submit{
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    #registerInput{
        width:359px;
        border-radius:2px;
        color: #000;
        font-size: 20px;
        background: transparent;
        padding: 18px 10px;
        border:1px solid rgba(87,96,115,1);
    }
    .footer-btn{
        width:146px;
        height:61px;
        background:rgba(2,204,150,1);
        border-radius:2px;
        color: #fff;
        text-align: center;
        line-height: 61px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 18px;
        border: 0;
    }
    .footer-btn:hover{
        background-color: #03B686;
    }
    #error-tip{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 16px;
        text-align: left;
        padding-top: 5px;
    }*/
    .copyRight{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        background: #071231;
    }
    .copyRight-content{
        width: 80%;
        padding:0 10%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .copyRight-content .copy-left img{
        margin-top: 54px;
        margin-bottom: 50px;
    }
    .copyRight-content .copy-left p{
        padding: 5px 0;
    }
    .copyRight-content .copy-left .beian{
        margin-bottom: 59px;
    }
    .copyRight-icp{
        color:inherit;
    }
    .copyRight-icp:hover{
        text-decoration:#535c70 !important;
    }
    .copyRight-content .copy-right{
        margin-top: 54px;
        text-align: center;
    }
    .copyRight-content .copy-right img{
        width: 138px;
    }
    .copyRight-content .copy-right p{
        margin-top: 6px;
    }
    
}

@media screen and (min-width:835px) and (max-width: 1200px){
    .top-banner{
        align-items: center;
        width: 90%;
        display: flex;
        margin: auto;
        height: 72px;
        /* margin-top: 2%; */
        justify-content:space-between;
    }
    .top-banner ul{
        display: none;
        /* position: relative;
        display: flex;
        font-size: 16px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #CACFD7;
        height: 20px;
        align-items: center; */
    }
    /* .top-banner ul .line{
        position: absolute;
        left: 11%;
        bottom: -6px;
        height: 2px;
        width: 40px;
        background-color: #0B0E14;
    }
    .top-wrap-pro:hover+.line{
        left: 11%;
    }
    .top-wrap-price:hover+.line{
        left: 56%;
    }
    .top-banner ul li{
        width: 80px;
        text-align: center;
    } */
    .top-btn{
        display: flex;
    }
    .top-btn div{
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        /* border-radius: 3px; */
        border: 1px solid #fff;
    }
    .product-top-wrap{
        /* padding-bottom: 30%; */
        width: 100%;
        background: url('/images/bg_1920.png' ) no-repeat;
        background-size: cover;
    }
    .product-top{
        width: 100%;
        /* height: 695px; */
        /* background: url('/images/product_top_bg.png' ) no-repeat;
        background-size: cover; */
        text-align: center;
        color: white;
        /* overflow: hidden; */
        position: relative;
        /* background-position: center; */
    }
    .right-wrap{
        display: none;
    }
    .left-wrap .left-h2{
        font-size: 36px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 50px;
        margin: 0;
        padding-top: 154px;
    }
    .left-wrap .left-p{
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        opacity: 0.8;
        padding-top: 20px;
    }
    .left-wrap .input-wrap{
        margin-top: 67px;
        display: flex;
        justify-content: center;
        padding-bottom: 196px;
        position: relative;
    }
    .left-wrap .input-wrap input{
        width: 188px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
        padding:0 29px;
        outline:none;
        color: #fff;
        opacity: 0.6;
        font-size: 16px;
    }
    .left-wrap .input-wrap input:hover{
        border: 1px solid rgba(255, 255, 255, 1);
        opacity: 1;
    }
    .left-wrap .input-wrap input:focus{
        color: #fff;
        opacity: 1;
    }
    .left-wrap .input-wrap .registerbtn{
        width: 144px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    .left-wrap .input-wrap .registerbtn:hover{
        background: #225dcc;
    }
    #error-tip1{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: #fff;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    /* .top-h1{
        width: 100%;
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%);
        font-size: 54px;
    } */
    /* .top-h2{
        width: 100%;
        letter-spacing:1px;
        font-size: 44px;
        color: #0B0E14;
    }
    .top-bigimg-wrap{
        position: absolute;
        top: 6.7%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .top-play-img{
        position: absolute;
        top: 45%;
        left: 50%;
        width: 10%;
        transform: translate(-50%);
        opacity: 0.8;
        cursor: pointer;
    }
    .top-play-img:hover{
        opacity: 1;
    } */
    .new-top-wrap{
        position: relative;
        padding-top: 230px;
    }
    .new-top{
        width:  908px;
        /* height: 144px; */
        color: #fff;
        margin: 0 auto 60px;
        overflow: hidden;
        position: relative;
    }
    .new-top-wrap .img1{
        width: 100%;
        /* height: 145px; */
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        border: 0 none;
        margin: 0;
        padding: 0;
    }
    .new-top-wrap .img2{
        border: 0 none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        margin-top: 180px;
        position: absolute;
        z-index: 1;
        top: 0;
        -webkit-animation: intro-img-bg 40s linear infinite alternate;
        -moz-animation: intro-img-bg 40s linear infinite alternate;
        -ms-animation: intro-img-bg 40s linear infinite alternate;
        -o-animation: intro-img-bg 40s linear infinite alternate;
        animation: intro-img-bg 40s linear infinite alternate;
    }
    @keyframes intro-img-bg{
        0% {
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            -o-transform: translateY(-300px);
            transform: translateY(-300px);
        }
        
        100% {
            -webkit-transform: translateY(-600px);
            -moz-transform: translateY(-600px);
            -ms-transform: translateY(-600px);
            -o-transform: translateY(-600px);
            transform: translateY(-600px);
        }
    }
    /* .play-btn{
        width: 100%;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .play-btn img{
        width: 8%;
        cursor: pointer;
        opacity: 0.8;
    }
    .play-btn img:hover{
        opacity: 1;
    }
    .play-btn .play-p{
        padding-top: 16px;
        color: #0B0E14;
        font-size: 18px;
        text-align: center;
    } */
    .product-center{
        width: 100%;
        text-align: center;
        /* background: url('/images/product_center_bg.png') no-repeat; */
        /* background-size: cover; */
        padding-top: 64px;
    }
    .product-center .center-h3{
        padding: 0;
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        /* line-height: 45px; */
    }
    .product-center .center-p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        margin: auto;
        margin-top: 20px;
        width: 38%;
    }
    .product-center .center-input{
        display: flex;
        margin-top: 31px;
        margin-bottom: 48px;
        justify-content: center;
        position: relative;
    }
    .product-center .center-input input{
        width: 175px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid #071231;
        background: transparent;
        padding:0 29px;
        outline:none;
        color: rgba(7, 18, 49, 1);
        font-size: 16px;
    }
    .product-center .center-input input:focus{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input .btn{
        width: 144px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    #error-tip2{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-center .center-input .btn:hover{
        background: #225dcc;
    }
    .product-center .center-img{
        position: relative;
        margin-bottom: 65px;
    }
    .product-center .center-img img{
        width: 88%;
    }
    .product-center .center-img .play-btn img{
        width: 6%;
    }
    .product-center .center-img .play-btn{
        position: absolute;
        top: 36%;
        left: 36%;
        width: 300px;
        height: 60px;
        background: #071231;
        box-shadow: 0px 8px 20px 0px rgba(7, 18, 49, 0.3);
        border-radius: 30px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 0px 8px 20px rgba(7, 18, 49, 0.3);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
    }
    .product-center-content{
        width: 94%;
        padding: 0 3%;
        padding-bottom: 80px;
        display: flex;
        justify-content: space-between;
    }
    /* .product-center-title{
        color: #0B0E14;
        font-size: 26px;
        padding-bottom: 20px;
        font-weight: 600;
    } */
    
    .product-center-index{
        /* flex: 1; */
        width: 33%;
    }
    .product-center-index .p1{
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071231;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .product-center-index .p2 , .product-center-index .p3{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        text-align: center;
    }
    .product-center-index .p3{
        width: 100%;
        margin-bottom: 50px;
    }
    /* .center-top-img{
        width: 80%;
        margin: 0 10%;
        margin-top: 60px;
    } */
    .product-0, .product-1, .product-2,.product-3,.product-4{
        width: 72%;
        margin: auto;
        text-align: center;

    }
    .product-0 p, .product-1 p, .product-2 p, .product-3 p, .product-4 p{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        margin-top: 80px;
        text-align: left;
        padding-left: 20px;
    }
    .product-0 span, .product-1 span, .product-2 span, .product-3 span, .product-4 span{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 20px;
        display: block;
        margin-top: 20px;
        /* width: 70%; */
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    .center0-left ,.center1-left ,.center2-right, .center3-left{
        width: 100%;
    }
    /* .product-0{
        width: 80%; */
        /* display: flex; */
        /* padding: 10% 10% 5%; */
        /* justify-content:space-between;
    } */
    /* .product-0 .center0-left{
        width: 60%;
        height: 100%;
    }
    .product-0 .center0-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-0 .center0-right p{
        font-size: 26px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-0 .center0-right .p1{
        padding-top: 5%;
    }
    .product-0 .center0-right .p2{
        padding-bottom: 5%;
    }
    .product-0 .center0-right span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-1{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 10% 10% 5%;
        justify-content:space-between;
    } */
    /* .product-1 .center1-left{
        width: 60%;
        height: 100%;
    }
    .product-1 .center1-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-1 .center1-right p{
        font-size: 26px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-1 .center1-right .p1{
        padding-top: 5%;
    }
    .product-1 .center1-right .p2{
        padding-bottom: 5%;
    }
    .product-1 .center1-right span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-2{
        width: 80%;
        display: flex;
        padding: 0 10%;
        justify-content:space-between;
    }
    .product-2 .center2-right{
        width: 56%;
        margin-right: -5%;
        height: 100%;
    }
    .product-2 .center2-left img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-2 .center2-left p{
        font-size: 26px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-2 .center2-left .p1{
        padding-top: 5%;
    }
    .product-2 .center2-left .p2{
        padding-bottom: 5%;
    }
    .product-2 .center2-left span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-3{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 10% 10% 10%;
        justify-content:space-between;
    }
    .product-3 .center3-left{
        width: 56%;
        height: 100%;
    }
    .product-3 .center3-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-3 .center3-right p{
        font-size: 26px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-3 .center3-right .p1{
        padding-top: 5%;
    }
    .product-3 .center3-right .p2{
        padding-bottom: 5%;
    }
    .product-3 .center3-right span{
        color: #535C70;
        font-size: 18px;
    } */
    .weimill-wrap{
        width: 100%;
        margin-top: 84px;
        /* display: flex; */
        overflow: hidden;
        position: relative;
        padding-bottom: 98px;
        background: linear-gradient(180deg, #DEF1FF 0%, #F1EDFF 100%);
    }
    .weimill-wrap .weimill-left{
        text-align: center;
    }
    .weimill-wrap .weimill-left h2{
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .weimill-wrap .weimill-left p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    }
    .weimill-wrap .weimill-left a{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin: auto;
        margin-top: 50px;
        cursor: pointer;
        
    }
    .weimill-wrap .weimill-left a:hover{
        background: #225dcc;
    }
    .weimill-wrap .weimill-right{
        display: none;
        position: absolute;
        right: -14%;
        bottom: 0;
        /* width: 60%; */
        width: 500px;
    }
    /* .wxwork{
        width: 100%;
        text-align: center;
        background: url('/images/wxwork_add.png' ) no-repeat;
        background-size: cover;
        background-position:center;
    }
    .wxwork .wxwork-h2{
        font-weight: 600;
        color: #0B0E14;
        font-size: 26px;
        padding-top: 7%;
        margin: 0;
        padding-bottom: 1.5%;
    }
    .wxwork .wxwork-p-wrap{
        width: 100%;
        text-align: center;
    }
    .wxwork .wxwork-p{
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        font-size: 18px;
        display: inline;
    }
    .wxwork .wxwork-img01{
        width: 30%;
        paddint-top:4%;
    } */
    .price{
        width: 100%;
        /* padding-top: 5%; */
        text-align: center;
        /* background: url('/images/price_bg.png') no-repeat; */
        /* background: linear-gradient(360deg, #FFFFFF 0%, #F1EDFF 47%, #DEF1FF 100%);
        background-size: cover; */
    }
    .price h3{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 44px;
        margin: 0;
        margin-top: 80px;
    }
    .price p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #313339;
        line-height: 33px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .price .price-content{
        width: 100%;
        /* padding: 0 10%; */
        /* display: flex; */
        /* justify-content: space-between; */
        margin-bottom: 80px;
    }
    /*
    .price h3{
        color: #0B0E14;
        font-size: 26px;
        margin: 0;
        padding-bottom: 1.5%;
    }
    .price p{
        color: #535C70;
        font-size: 18px;
    }
    .price .price-content{
        width: 84%;
        padding: 5% 8% 5%;
        display: flex;
        justify-content: space-between;
    }
    .price .price-content .price-left,
    .price .price-content .price-right{
        position: relative;
    }
    .price-left .img,
    .price-right .img{
        width: 100%;
    }
    .price-left .left-wrap,
    .price-right .right-wrap{
        position: absolute;
        top: 20%;
        width: 60%;
        left: 20%;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        color: #535C70;
        font-size: 24px;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        color: #000;
        font-size: 28px;
    }*/
    .price-left .left-wrap,
    .price-right .right-wrap {
        display: block;
        width: 444px;
        margin: auto;
    }
    .price-right .right-wrap{
        margin-top: 30px;
    }
    .price-left .left-wrap .top,
    .price-right .right-wrap .top{
        width: 444px;
        height: 192px;
        background: #1B2236;
        border-radius: 16px 16px 0px 0px;
        padding-top: 36px;
    }
    .price-left .left-wrap .top .title,
    .price-right .right-wrap .top .title{
        width: 124px;
        height: 32px;
        background: rgba(2, 204, 150, .14);
        border-radius: 16px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #02CC96;
        line-height: 32px;
        margin:0 auto;
    }
    .price-left .left-wrap .top .num,
    .price-right .right-wrap .top .num{
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .price-left .left-wrap .top .num p,
    .price-right .right-wrap .top .num p{
        font-size: 64px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 90px;
        margin: 0;
    }
    .price-left .left-wrap .top .num span,
    .price-right .right-wrap .top .num span{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #717B92;
        line-height: 125px;
        padding-left: 10px;
    }
    .price-right .right-wrap .top .num .rmb{
        font-size: 24px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        padding-right: 10px;
        padding-left: 0px;
    }
    .price-left .left-wrap .bottom,
    .price-right .right-wrap .bottom{
        width: 444px;
        height: 760px;
        background: #FFFFFF;
        box-shadow: 0px 6px 23px 0px rgba(220, 220, 220, 0.5);
        border-radius: 0px 0px 16px 16px;
    }
    .left-wrap .bottom,
    .right-wrap .bottom{
        position: relative;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-around;
        padding-top: 25px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        margin: 0;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 24px;
        margin: 0;
        margin-top: 8px;
    }
    #tip1, #tip2{
        display: none;
        position: absolute;
        right: 0%;
        top: 13%;
        width:180px;
        height:55px;
        padding: 20px;
        text-align: left;
        background:rgba(241,248,255,1);
        border:1px solid rgba(188,215,255,1);
        font-size:16px;
        font-weight:400;
        color:rgba(83,92,112,1);
    }
    #tip1 p, #tip2 p{
        font-size: 18px;
        margin: 0;
    }
    .left-wrap ul,.right-wrap ul{
        margin-left: 50px;
        margin-top: 48px;
    }
    .left-wrap ul li,.right-wrap ul li{
        display: flex;
        margin: 0;
        margin-bottom: 24px;
    }
    .left-wrap ul li p,.right-wrap ul li p{
        margin: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0B0E14;
        line-height: 22px;
        margin-left: 16px;
    }
    .left-wrap .btn,
    .right-wrap .btn{
        width: 344px;
        height: 48px;
        background: #0F6EFF;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        line-height: 48px;
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .left-wrap .btn:hover,.right-wrap .btn:hover{
        background: #225dcc;
    }
    /*
    .left-wrap .btn{
        background: #02CC96;
    }
    .left-wrap .btn:hover{
        background-color: #03B686;
    }
    .footer{
        width: 100%;
        text-align: center;
    }
    .footer .footer-p1{
        padding-top: 5%;
        font-size: 36px;
        color: #1B2236;
    }
    .footer .footer-p2{
        color: #535C70;
        font-size: 18px;
    }
    .footer .footer-submit{
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    #registerInput{
        width:359px;
        border-radius:2px;
        color: #000;
        font-size: 20px;
        background: transparent;
        padding: 18px 10px;
        border:1px solid rgba(87,96,115,1);
    }
    .footer-btn{
        width:146px;
        height:61px;
        background:rgba(2,204,150,1);
        border-radius:2px;
        color: #fff;
        text-align: center;
        line-height: 61px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 18px;
        border: 0;
    }
    .footer-btn:hover{
        background-color: #03B686;
    }
    #error-tip{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 16px;
        text-align: left;
        padding-top: 5px;
    }*/
    .copyRight{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        background: #071231;
    }
    .copyRight-content{
        width: 80%;
        padding:0 10%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .copyRight-content .copy-left img{
        margin-top: 54px;
        margin-bottom: 50px;
    }
    .copyRight-content .copy-left p{
        padding: 5px 0;
    }
    .copyRight-content .copy-left .beian{
        margin-bottom: 59px;
    }
    .copyRight-icp{
        color:inherit;
    }
    .copyRight-icp:hover{
        text-decoration:#535c70 !important;
    }
    .copyRight-content .copy-right{
        margin-top: 54px;
        text-align: center;
    }
    .copyRight-content .copy-right img{
        width: 138px;
    }
    .copyRight-content .copy-right p{
        margin-top: 6px;
    }
}

@media screen and (min-width:1201px) and (max-width:1440px){
    .top-banner{
        align-items: center;
        width: 90%;
        display: flex;
        margin: auto;
        height: 64px;
        justify-content:space-between;
    }
    .top-banner ul{
        position: relative;
        display: flex;
        font-size: 16px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #CACFD7;
        height: 20px;
        align-items: center;
    }
    .top-banner ul .line{
        position: absolute;
        left: 8%;
        bottom: -6px;
        height: 2px;
        width: 40px;
        background-color: #0B0E14;
    }
    .top-banner ul .top-wrap-pro:hover{
        border-color: #0B0E14;
    }
    .top-banner ul .top-wrap-price:hover{
        border-color: #0B0E14;
    }
    .top-banner ul .top-wrap-contact:hover{
        border-color: #0B0E14;
    }
    /* .top-banner ul .top-wrap-contact:hover+.line{
        left: 69%;
    } */
    .top-banner ul li{
        /* width: 80px; */
        text-align: center;
        border-bottom: 2px solid transparent;
        padding: 5px 0;
        margin: 0 15px;
    }
    .top-btn{
        display: flex;
    }
    .top-btn div{
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        /* border-radius: 3px; */
        border: 1px solid #fff;
    }
    .product-top-wrap{
        /* padding-bottom: 30%; */
        width: 100%;
        background: url('/images/bg_1920.png' ) no-repeat;
        background-size: cover;
    }
    .product-top{
        width: 100%;
        /* height: 695px; */
        /* background: url('/images/product_top_bg.png' ) no-repeat;
        background-size: cover; */
        text-align: center;
        margin: auto;
        color: white;
        /* overflow: hidden; */
        position: relative;
        /* background-position: center; */
        display: flex;
        justify-content: space-between;
    }
    .left-wrap {
        flex: 1;
    }
    .left-wrap .left-h2{
        margin: 0;
        font-size: 44px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 44px;
        margin-top: 163px;
        text-align: left;
    }
    .left-wrap .left-p{
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 33px;
        margin-top: 20px;
        opacity: 0.8;
        text-align: left;
    }
    .left-wrap .input-wrap{
        margin-top: 107px;
        display: flex;
        position: relative;
    }
    .left-wrap .input-wrap input{
        width: 208px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
        padding:0 29px;
        outline:none;
        color: #fff;
        font-size: 16px;
    }
    .left-wrap .input-wrap input:hover{
        border: 1px solid rgba(255, 255, 255, 1);
    }
    .left-wrap .input-wrap input:focus{
        color: #fff;
    }
    .left-wrap .input-wrap .registerbtn{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    .left-wrap .input-wrap .registerbtn:hover{
        background: #225dcc;
    }
    #error-tip1{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: #fff;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-top .right-wrap{
        margin-top: 138px;
        margin-bottom: 106px;
        width: 52%;
        height: 100%;
    } 
    .top-h1{
        width: 100%;
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%);
        font-size: 54px;
    }
    .top-h2{
        width: 100%;
        /* position: absolute; */
        /* top: 55%; */
        /* left: 50%; */
        /* transform: translate(-50%); */
        text-align: center;
        letter-spacing:1px;
        font-size: 44px;
        color: #0B0E14;
    }
    .top-bigimg-wrap{
        position: absolute;
        top: 5.5%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .top-play-img{
        position: absolute;
        top: 45%;
        left: 50%;
        /* width: 10%; */
        transform: translate(-50%);
        opacity: 0.8;
        cursor: pointer;
    }
    .top-play-img:hover{
        opacity: 1;
    }
    .new-top-wrap{
        position: relative;
        padding-top: 15%;
    }
    .new-top{
        width: 908px;
        /* height: 144px; */
        color: #fff;
        margin: 0 auto 60px;
        overflow: hidden;
        position: relative;
    }
    .new-top-wrap .img1{
        width: 100%;
        /* height: 145px; */
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
    }
    .new-top-wrap .img2{
        display: block;
        width: 100%;
        margin-top: 180px;
        position: absolute;
        z-index: 1;
        top: 0;
        -webkit-animation: intro-img-bg 40s linear infinite alternate;
        -moz-animation: intro-img-bg 40s linear infinite alternate;
        -ms-animation: intro-img-bg 40s linear infinite alternate;
        -o-animation: intro-img-bg 40s linear infinite alternate;
        animation: intro-img-bg 40s linear infinite alternate;
    }
    @keyframes intro-img-bg{
        0% {
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            -o-transform: translateY(-300px);
            transform: translateY(-300px);
        }
        
        100% {
            -webkit-transform: translateY(-720px);
            -moz-transform: translateY(-720px);
            -ms-transform: translateY(-720px);
            -o-transform: translateY(-720px);
            transform: translateY(-720px);
        }
    }
    /* .play-btn{
        width: 100%;
        text-align: center;
        padding-top: 50px;
        
    }
    .play-btn img{
        width: 5%;
        cursor: pointer;
        opacity: 0.8;
    }
    .play-btn img:hover{
        opacity: 1;
    }
    .play-btn .play-p{
        padding-top: 12px;
        color: #0B0E14;
        font-size: 18px;
        text-align: center;
    } */
    .product-center{
        width: 100%;
        text-align: center;
        /* background: url('/images/product_center_bg.png') no-repeat;
        background-size: cover; */
        padding-top: 100px;
    }
    .product-center .center-h3{
        padding: 0;
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        /* line-height: 45px; */
    }
    .product-center .center-p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        margin: auto;
        width: 42%;
        margin-top: 20px;
    }
    .product-center .center-input{
        display: flex;
        margin-top: 36px;
        margin-bottom: 79px;
        justify-content: center;
        position: relative;
    }
    .product-center .center-input input{
        width: 264px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid #071231;
        background: transparent;
        padding:0 29px;
        outline:none;
        color: rgba(7, 18, 49, 1);
        font-size: 16px;
    }
    .product-center .center-input input:hover{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input input:focus{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input .btn{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    #error-tip2{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-center .center-input .btn:hover{
        background: #225dcc;
    }
    .product-center .center-img{
        position: relative;
    }
    .product-center .center-img .play-btn{
        position: absolute;
        top: 36%;
        left: 36%;
        width: 300px;
        height: 60px;
        background: #071231;
        border-radius: 30px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 0px 8px 20px rgba(7, 18, 49, 0.3);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
    }
    .product-center .center-img .play-btn:hover{
        box-shadow: 0px 8px 20px 0px rgba(7, 18, 49, 0.3);
    }
    .product-center-content{
        width: 100%;
        padding-bottom: 120px;
        padding-top: 120px;
        display: flex;
        margin: auto;
        justify-content: space-between;
    }
    /* .product-center-title{
        color: #0B0E14;
        font-size: 32px;
        padding-bottom: 36px;
        font-weight: 600;
    } */
    .product-center-index{
        width: 33%;
    }
    .product-center-index .p1{
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071231;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .product-center-index .p2 , .product-center-index .p3{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        text-align: center;
    }
    .product-center-index .p3{
        width: 80%;
        margin:auto;
    }
    /* .center-top-img{
        width: 80%;
        margin: 0 10%;
        margin-top: 60px;
    } */
    .product-0, .product-1, .product-2,.product-3,.product-4{
        width: 100%;
        display: flex;
        justify-content:space-between;
        padding: 10px 0;
    }
    .product-0 p, .product-1 p, .product-2 p, .product-3 p, .product-4 p{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        margin-top: 112px;
        margin-left: 101px;

    }
    .product-0 span, .product-1 span, .product-2 span, .product-3 span, .product-4 span{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        display: block;
        margin-left: 101px;
        margin-top: 30px;
        width: 57%;
    }
    .product-0 p,.product-0 span{
        margin-left: 136px;
    }
    .product-1 p,.product-1 span{
        margin-left: 100px;
    }
    .product-0{
        /* width: 80%;
        display: flex;
        padding: 7% 10% 1%;
        justify-content:space-between; */
        flex-direction: row-reverse;
    }
    /* .product-0 .center0-left{
        width: 60%;
        height: 100%;
    }
    .product-0 .center0-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-0 .center0-right p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-0 .center0-right .p1{
        padding-top: 5%;
    }
    .product-0 .center0-right .p2{
        padding-bottom: 5%;
    }
    .product-0 .center0-right span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-1{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 6% 10% 5%;
        justify-content:space-between;
    }
    .product-1 .center1-left{
        width: 60%;
        height: 100%;
    }
    .product-1 .center1-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-1 .center1-right p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-1 .center1-right .p1{
        padding-top: 5%;
    }
    .product-1 .center1-right .p2{
        padding-bottom: 5%;
    }
    .product-1 .center1-right span{
        color: #535C70;
        font-size: 18px;
    } */
    .product-2{
        /* width: 80%;
        display: flex;
        padding: 0 10%;
        justify-content:space-between; */
        flex-direction: row-reverse;
    }
    /* .product-2 .center2-right{
        width: 56%;
        margin-right: -5%;
        height: 100%;
    }
    .product-2 .center2-left img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-2 .center2-left p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-2 .center2-left .p1{
        padding-top: 5%;
    }
    .product-2 .center2-left .p2{
        padding-bottom: 5%;
    }
    .product-2 .center2-left span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-3{
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        padding: 7% 10% 10%;
        justify-content:space-between;
    }
    .product-3 .center3-left{
        width: 56%;
        height: 100%;
    }
    .product-3 .center3-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-3 .center3-right p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-3 .center3-right .p1{
        padding-top: 5%;
    }
    .product-3 .center3-right .p2{
        padding-bottom: 5%;
    }
    .product-3 .center3-right span{
        color: #535C70;
        font-size: 18px;
    } */
    .product-4{
        flex-direction: row-reverse;
    }
    .weimill-wrap{
        width: 100%;
        margin-top: 84px;
        /* display: flex; */
        overflow: hidden;
        position: relative;
        padding-bottom: 112px;
        background: linear-gradient(180deg, #DEF1FF 0%, #F1EDFF 100%);
    }
    .weimill-wrap .weimill-left h2{
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        padding-top: 112px;
        margin-bottom: 20px;
    }
    .weimill-wrap .weimill-left p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    }
    .weimill-wrap .weimill-left a{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin-top: 50px;
        cursor: pointer;
    }
    .weimill-wrap .weimill-left a:hover{
        background: #225dcc;
    }
    .weimill-wrap .weimill-right{
        position: absolute;
        right: -14%;
        bottom: 0;
        /* width: 60%; */
        width: 728px;
    }
    /* .wxwork{
        width: 100%;
        text-align: center;
        height: 470px;
        background: url('/images/wxwork_add.png' ) no-repeat;
        background-size: cover;
    }
    .wxwork .wxwork-h2{
        font-weight: 600;
        color: #0B0E14;
        font-size: 32px;
        padding-top: 7%;
        margin: 0;
        padding-bottom: 1.5%;
    }
    .wxwork .wxwork-p-wrap{
        width: 100%;
        text-align: center;
    }
    .wxwork .wxwork-p{
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        font-size: 18px;
        display: inline;
    }
    .wxwork .wxwork-img01{
        width: 22%;
        padding-top: 3%;
    }    */
    .price{
        width: 100%;
        /* padding-top: 5%; */
        text-align: center;
        /* background: url('/images/price_bg.png') no-repeat; */
        /* background: linear-gradient(360deg, #FFFFFF 0%, #F1EDFF 47%, #DEF1FF 100%);
        background-size: cover; */
        text-align: center;
    }
    .price h3{
        font-size: 44px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 44px;
        margin: 0;
        margin-top: 120px;
    }
    .price p{
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #313339;
        line-height: 33px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .price .price-content{
        width: 80%;
        padding: 0 10%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 120px;
    }
    /*.price h3{
        color: #0B0E14;
        font-size: 32px;
        margin: 0;
        padding-bottom: 1.5%;
    }
    .price p{
        color: #535C70;
        font-size: 18px;
    }
    .price .price-content{
        width: 70%;
        padding: 5% 15% 5%;
        display: flex;
        justify-content: space-between;
    }
    .price .price-content .price-left,
    .price .price-content .price-right{
        position: relative;
    } 
    .price-left .img,
    .price-right .img{
        width: 100%;
    }
    .price-left .left-wrap,
    .price-right .right-wrap{
        position: absolute;
        top: 20%;
        width: 60%;
        left: 20%;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-between;
        padding: 15% 0;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        color: #535C70;
        font-size: 24px;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        color: #000;
        font-size: 28px;
    }*/
    .price-left .left-wrap .top,
    .price-right .right-wrap .top{
        width: 444px;
        height: 192px;
        background: #1B2236;
        border-radius: 16px 16px 0px 0px;
        padding-top: 36px;
    }
    .price-left .left-wrap .top .title,
    .price-right .right-wrap .top .title{
        width: 124px;
        height: 32px;
        background: rgba(2, 204, 150, .14);
        border-radius: 16px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #02CC96;
        line-height: 32px;
        margin:0 auto;
    }
    .price-left .left-wrap .top .num,
    .price-right .right-wrap .top .num{
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .price-left .left-wrap .top .num p,
    .price-right .right-wrap .top .num p{
        font-size: 64px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 90px;
        margin: 0;
    }
    .price-left .left-wrap .top .num span,
    .price-right .right-wrap .top .num span{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #717B92;
        line-height: 125px;
        padding-left: 10px;
    }
    .price-right .right-wrap .top .num .rmb{
        font-size: 24px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        padding-right: 10px;
        padding-left: 0px;
    }
    .price-left .left-wrap .bottom,
    .price-right .right-wrap .bottom{
        width: 444px;
        height: 760px;
        background: #FFFFFF;
        box-shadow: 0px 6px 23px 0px rgba(220, 220, 220, 0.5);
        border-radius: 0px 0px 16px 16px;
    }
    .left-wrap .bottom,
    .right-wrap .bottom{
        position: relative;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-around;
        padding-top: 25px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        margin: 0;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 24px;
        margin: 0;
        margin-top: 8px;
    }
    #tip1, #tip2{
        display: none;
        position: absolute;
        right: 0%;
        top: 13%;
        width:180px;
        height:55px;
        padding: 20px;
        text-align: left;
        background:rgba(241,248,255,1);
        border:1px solid rgba(188,215,255,1);
        font-size:16px;
        font-weight:400;
        color:rgba(83,92,112,1);
    }
    #tip1 p, #tip2 p{
        font-size: 18px;
        margin: 0;
    }
    .left-wrap ul,.right-wrap ul{
        margin-left: 50px;
        margin-top: 48px;
    }
    .left-wrap ul li,.right-wrap ul li{
        display: flex;
        margin: 0;
        margin-bottom: 24px;
    }
    .left-wrap ul li p,.right-wrap ul li p{
        margin: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0B0E14;
        line-height: 22px;
        margin-left: 16px;
    }
    .left-wrap .btn,
    .right-wrap .btn{
        width: 344px;
        height: 48px;
        background: #0F6EFF;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        line-height: 48px;
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .left-wrap .btn:hover,.right-wrap .btn:hover{
        background: #225dcc;
    }
    /*.left-wrap .btn{
        background: #02CC96;
    }
    .left-wrap .btn:hover{
        background-color: #03B686;
    }
    .footer{
        width: 100%;
        text-align: center;
    }
    .footer .footer-p1{
        padding-top: 5%;
        font-size: 36px;
        color: #1B2236;
    }
    .footer .footer-p2{
        color: #535C70;
        font-size: 18px;
    }
    .footer .footer-submit{
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    #registerInput{
        width:359px;
        border-radius:2px;
        color: #000;
        font-size: 20px;
        background: transparent;
        padding: 18px 10px;
        border:1px solid rgba(87,96,115,1);
    }
    .footer-btn{
        width:146px;
        height:61px;
        background:rgba(2,204,150,1);
        border-radius:2px;
        color: #fff;
        text-align: center;
        line-height: 61px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 18px;
        border: 0;
    }
    .footer-btn:hover{
        background-color: #03B686;
    }
    #error-tip{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 16px;
        text-align: left;
        padding-top: 5px;
    }*/
    .copyRight{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        background: #071231;
    }
    .copyRight-content{
        padding:0 20px;
        width: 1140px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .copyRight-content .copy-left img{
        margin-top: 54px;
        margin-bottom: 58px;
    }
    .copyRight-content .copy-left p{
        padding: 5px 0;
    }
    .copyRight-content .copy-left .beian{
        margin-bottom: 59px;
    }
    .copyRight-icp{
        color:inherit;
    }
    .copyRight-icp:hover{
        text-decoration:#535c70 !important;
    }
    .copyRight-content .copy-right{
        margin-top: 54px;
        text-align: center;
    }
    .copyRight-content .copy-right img{
        width: 138px;
    }
    .copyRight-content .copy-right p{
        margin-top: 6px;
    }
    
}

@media screen and (min-width:1441px){
    .top-banner{
        align-items: center;
        width: 90%;
        display: flex;
        margin: auto;
        height: 64px;
        justify-content:space-between;
    }
    .top-banner ul{
        position: relative;
        display: flex;
        font-size: 16px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #CACFD7;
        height: 20px;
        align-items: center;
    }
    .top-banner ul .line{
        position: absolute;
        left: 8%;
        bottom: -6px;
        height: 2px;
        width: 40px;
        background-color: #0B0E14;
    }
    .top-banner ul .top-wrap-pro:hover{
        border-color: #0B0E14;
    }
    .top-banner ul .top-wrap-price:hover{
        border-color: #0B0E14;
    }
    .top-banner ul .top-wrap-contact:hover{
        border-color: #0B0E14;
    }
    /* .top-banner ul .top-wrap-contact:hover+.line{
        left: 69%;
    } */
    .top-banner ul li{
        /* width: 80px; */
        text-align: center;
        border-bottom: 2px solid transparent;
        padding: 5px 0;
        margin: 0 15px;
    }
    .top-btn{
        /* position: absolute; */
        display: flex;
        /* top: 4%;
        right: 6%; */
    }
    .top-btn div{
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        /* border-radius: 3px; */
        border: 1px solid #fff;
    }
    .product-top-wrap{
        width: 100%;
        /* margin-bottom: 400px; */
        /* background-color: #1b2236; */
        background: url('/images/bg_1920.png' ) no-repeat;
        background-size: cover;
    }
    .product-top{
        width: 100%;
        /* height: 695px; */
        margin: auto;
        color: white;
        /* overflow: hidden; */
        position: relative;
        /* background-position: center; */
        display: flex;
        justify-content: space-between;
    }
    .left-wrap {
        flex: 1;
    }
    .left-wrap .left-h2{
        margin: 0;
        font-size: 44px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 44px;
        margin-top: 163px;
        text-align: left;
    }
    .left-wrap .left-p{
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 33px;
        margin-top: 20px;
        opacity: 0.8;
        text-align: left;
    }
    .left-wrap .input-wrap{
        margin-top: 107px;
        display: flex;
        position: relative;
    }
    .left-wrap .input-wrap input{
        width: 208px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
        padding:0 29px;
        outline:none;
        color: #fff;
        font-size: 16px;
    }
    .left-wrap .input-wrap input:hover{
        border: 1px solid rgba(255, 255, 255, 1);
    }
    .left-wrap .input-wrap input:focus{
        color: #fff;
    }
    .left-wrap .input-wrap .registerbtn{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    .left-wrap .input-wrap .registerbtn:hover{
        background: #225dcc;
    }
    #error-tip1{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: #fff;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-top .right-wrap{
        margin-top: 138px;
        margin-bottom: 106px;
        width: 52%;
        height: 100%;
    }   
    .top-h1{
        width: 100%;
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%);
        font-size: 54px;
    }
    .top-h2{
        width: 100%;
        /* position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%); */
        letter-spacing:1px;
        font-size: 44px;
        color: #0B0E14;
    }
    .top-bigimg-wrap{
        position: absolute;
        top: 5.3%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 960px;
    }
    .top-play-img{
        position: absolute;
        top: 45%;
        left: 50%;
        /* width: 10%; */
        transform: translate(-50%);
        opacity: 0.8;
        cursor: pointer;
    }
    .top-play-img:hover{
        opacity: 1;
    }
    .new-top-wrap{
        position: relative;
        padding-top: 300px;
    }
    .new-top{
        width: 908px;
        /* height: 144px; */
        color: #fff;
        margin: 0 auto 60px;
        overflow: hidden;
        position: relative;
    }
    .new-top-wrap .img1{
        width: 100%;
        /* height: 145px; */
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
    }
    .new-top-wrap .img2{
        display: block;
        width: 100%;
        margin-top: 180px;
        position: absolute;
        z-index: 1;
        top: 0;
        -webkit-animation: intro-img-bg 40s linear infinite alternate;
        -moz-animation: intro-img-bg 40s linear infinite alternate;
        -ms-animation: intro-img-bg 40s linear infinite alternate;
        -o-animation: intro-img-bg 40s linear infinite alternate;
        animation: intro-img-bg 40s linear infinite alternate;
    }
    @keyframes intro-img-bg{
        0% {
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            -o-transform: translateY(-300px);
            transform: translateY(-300px);
        }
        
        100% {
            -webkit-transform: translateY(-720px);
            -moz-transform: translateY(-720px);
            -ms-transform: translateY(-720px);
            -o-transform: translateY(-720px);
            transform: translateY(-720px);
        }
    }
    /* .play-btn{
        width: 100%;
        text-align: center;
        padding-top: 50px;
        
    }
    .play-btn img{
        width: 5%;
        cursor: pointer;
        opacity: 0.8;
    }
    .play-btn img:hover{
        opacity: 1;
    }
    .play-btn .play-p{
        padding-top: 12px;
        color: #0B0E14;
        font-size: 18px;
        text-align: center;
    } */
    .product-center{
        width: 100%;
        text-align: center;
        /* background: url('/images/product_center_bg.png') no-repeat; */
        /* background-size: cover; */
        padding-top: 100px;
    }
    .product-center .center-h3{
        padding: 0;
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        /* line-height: 45px; */
    }
    .product-center .center-p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        margin: auto;
        width: 42%;
        margin-top: 20px;
    }
    .product-center .center-input{
        display: flex;
        margin-top: 36px;
        margin-bottom: 79px;
        justify-content: center;
        position: relative;
    }
    .product-center .center-input input{
        width: 264px;
        height: 58px;
        border-radius: 30px;
        border: 1px solid #071231;
        background: transparent;
        padding:0 29px;
        outline:none;
        color: rgba(7, 18, 49, 1);
        font-size: 16px;
    }
    .product-center .center-input input:hover{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input input:focus{
        border-color: rgba(15, 110, 255, 1);
    }
    .product-center .center-input .btn{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        margin-left: 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 60px;
        cursor: pointer;
    }
    #error-tip2{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
    }
    .product-center .center-input .btn:hover{
        background: #225dcc;
    }
    .product-center .center-img{
        position: relative;
    }
    .product-center .center-img .play-btn{
        position: absolute;
        top: 36%;
        left: 36%;
        width: 300px;
        height: 60px;
        background: #071231;
        border-radius: 30px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-shadow: 0px 8px 20px rgba(7, 18, 49, 0.3);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex;
    }
    .product-center .center-img .play-btn:hover{
        box-shadow: 0px 8px 20px 0px rgba(7, 18, 49, 0.3);
    }
    .product-center-content{
        width: 100%;
        padding-bottom: 120px;
        padding-top: 120px;
        display: flex;
        margin: auto;
        justify-content: space-between;
    }
    /* .product-center-title{
        color: #0B0E14;
        font-size: 32px;
        padding-bottom: 36px;
        font-weight: 600;
    } */
    .product-center-index{
        /* flex: 1; */
        width: 33%;
    }
    .product-center-index .p1{
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #071231;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .product-center-index .p2 , .product-center-index .p3{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        text-align: center;
    }
    .product-center-index .p3{
        width: 80%;
        margin:auto;
    }
    .center-top-img{
        width: 80%;
        margin: 0 10%;
        margin-top: 60px;
    }
    .product-0, .product-1, .product-2,.product-3,.product-4{
        width: 100%;
        display: flex;
        justify-content:space-between;
        padding: 10px 0;
    }
    .product-0 p, .product-1 p, .product-2 p, .product-3 p, .product-4 p{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        margin-top: 112px;
        margin-left: 101px;

    }
    .product-0 span, .product-1 span, .product-2 span, .product-3 span, .product-4 span{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
        display: block;
        margin-left: 101px;
        margin-top: 30px;
        width: 57%;
    }
    .product-0 p,.product-0 span{
        margin-left: 136px;
    }
    .product-1 p,.product-1 span{
        margin-left: 100px;
    }
    .product-0{
        /* padding: 7% 5% 1%; */
        flex-direction: row-reverse;
    }
    /* .product-0 .center0-left{
        width: 60%;
        height: 100%;
    } */
    /* .product-0 .center0-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    } */
    /* .product-0 .center0-right p{
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
    } */
    /* .product-0 .center0-right .p1{
        padding-top: 5%;
    }
    .product-0 .center0-right .p2{
        padding-bottom: 5%;
    } */
    /* .product-0 .center0-right span{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    } */
    /* .product-1{
        width: 90%;
        display: flex;
        padding: 6% 5% 5%;
        justify-content:space-between;
    } */
    /* .product-1 .center1-left{
        width: 60%;
        height: 100%;
    }
    .product-1 .center1-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-1 .center1-right p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-1 .center1-right .p1{
        padding-top: 5%;
    }
    .product-1 .center1-right .p2{
        padding-bottom: 5%;
    }
    .product-1 .center1-right span{
        color: #535C70;
        font-size: 18px;
    } */
    .product-2{
        /* width: 90%;
        display: flex;
        padding: 0 5%;
        justify-content:space-between; */
        flex-direction: row-reverse;
    }
    /* .product-2 .center2-right{
        width: 56%;
        margin-right: -5%;
        height: 100%;
    }
    .product-2 .center2-left img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-2 .center2-left p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-2 .center2-left .p1{
        padding-top: 5%;
    }
    .product-2 .center2-left .p2{
        padding-bottom: 5%;
    }
    .product-2 .center2-left span{
        color: #535C70;
        font-size: 18px;
    } */
    /* .product-3{
        width: 90%;
        display: flex;
        padding: 7% 5% 10%;
        justify-content:space-between;
    } */
    /* .product-3 .center3-left{
        width: 56%;
        height: 100%;
    }
    .product-3 .center3-right img{
        width: 60px;
        height: 60px;
        padding-top: 18%;
    }
    .product-3 .center3-right p{
        font-size: 32px;
        color: #0B0E14;
        font-weight: 600;
    }
    .product-3 .center3-right .p1{
        padding-top: 5%;
    }
    .product-3 .center3-right .p2{
        padding-bottom: 5%;
    }
    .product-3 .center3-right span{
        color: #535C70;
        font-size: 18px;
    } */
    .product-4{
        flex-direction: row-reverse;
    }
    .weimill-wrap{
        width: 100%;
        margin-top: 84px;
        /* display: flex; */
        position: relative;
        padding-bottom: 112px;
        background: linear-gradient(180deg, #DEF1FF 0%, #F1EDFF 100%);
    }
    .weimill-wrap .weimill-left h2{
        margin: 0;
        font-size: 32px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #071231;
        line-height: 32px;
        padding-top: 112px;
        margin-bottom: 20px;
    }
    .weimill-wrap .weimill-left p{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #071231;
        line-height: 30px;
    }
    .weimill-wrap .weimill-left a{
        width: 200px;
        height: 60px;
        background: #0F6EFF;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        margin-top: 50px;
        cursor: pointer;
    }
    .weimill-wrap .weimill-left a:hover{
        background: #225dcc;
    }
    .weimill-wrap .weimill-right{
        position: absolute;
        right: 10px;
        bottom: 0;
        /* width: 40%; */
        width: 728px;
        /* max-width: 800px; */

    }
    
    /* .wxwork{
        width: 100%;
        text-align: center;
        height: 470px;
        background: url('/images/wxwork_add.png' ) no-repeat;
        background-size: cover;
    }
    .wxwork .wxwork-h2{
        font-weight: 600;
        color: #0B0E14;
        font-size: 32px;
        padding-top: 5%;
        margin: 0;
        padding-bottom: 1.5%;
    }
    .wxwork .wxwork-p-wrap{
        width: 100%;
        text-align: center;
    }
    .wxwork .wxwork-p{
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        font-size: 18px;
        display: inline;
    }
    .wxwork .wxwork-img01{
        width: 22%;
        padding-top: 1%;
    }    */
    .price{
        width: 100%;
        text-align: center;
        /* background: linear-gradient(360deg, #FFFFFF 0%, #F1EDFF 47%, #DEF1FF 100%); */
        /* background-size: cover; */
        text-align: center;
    }
    .price h3{
        font-size: 44px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 44px;
        margin: 0;
        margin-top: 120px;
    }
    .price p{
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #313339;
        line-height: 33px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .price .price-content{
        width: 80%;
        padding: 0 10%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 120px;
    }
    /* .price .price-content .price-left,
    .price .price-content .price-right{
        position: relative;
    } */
    /* .price-left .img,
    .price-right .img{
        width: 100%;
    } */
    .price-left .left-wrap .top,
    .price-right .right-wrap .top{
        width: 444px;
        height: 192px;
        background: #1B2236;
        border-radius: 16px 16px 0px 0px;
        padding-top: 36px;
    }
    .price-left .left-wrap .top .title,
    .price-right .right-wrap .top .title{
        width: 124px;
        height: 32px;
        background: rgba(2, 204, 150, .14);
        border-radius: 16px;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #02CC96;
        line-height: 32px;
        margin:0 auto;
    }
    .price-left .left-wrap .top .num,
    .price-right .right-wrap .top .num{
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .price-left .left-wrap .top .num p,
    .price-right .right-wrap .top .num p{
        font-size: 64px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 90px;
        margin: 0;
    }
    .price-left .left-wrap .top .num span,
    .price-right .right-wrap .top .num span{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #717B92;
        line-height: 125px;
        padding-left: 10px;
    }
    .price-right .right-wrap .top .num .rmb{
        font-size: 24px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        padding-right: 10px;
        padding-left: 0px;
    }
    .price-left .left-wrap .bottom,
    .price-right .right-wrap .bottom{
        width: 444px;
        height: 760px;
        background: #FFFFFF;
        box-shadow: 0px 6px 23px 0px rgba(220, 220, 220, 0.5);
        border-radius: 0px 0px 16px 16px;
    }
    .left-wrap .bottom,
    .right-wrap .bottom{
        position: relative;
    }
    .left-wrap .content,
    .right-wrap .content{
        display: flex;
        justify-content: space-around;
        padding-top: 25px;
    }
    .left-wrap .content .p1,
    .right-wrap .content .p1{
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #535C70;
        line-height: 25px;
        margin: 0;
    }
    .left-wrap .content .p2,
    .right-wrap .content .p2{
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #0B0E14;
        line-height: 24px;
        margin: 0;
        margin-top: 8px;
    }
    #tip1, #tip2{
        display: none;
        position: absolute;
        right: 0;
        top: 13%;
        width:180px;
        height:55px;
        padding: 20px;
        text-align: left;
        background:rgba(241,248,255,1);
        border:1px solid rgba(188,215,255,1);
        font-size:16px;
        font-weight:400;
        color:rgba(83,92,112,1);
    }
    #tip1 p, #tip2 p{
        font-size: 18px;
        margin: 0;
    }
    .left-wrap ul,.right-wrap ul{
        margin-left: 50px;
        margin-top: 48px;
    }
    .left-wrap ul li,.right-wrap ul li{
        display: flex;
        margin: 0;
        margin-bottom: 24px;
    }
    .left-wrap ul li p,.right-wrap ul li p{
        margin: 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0B0E14;
        line-height: 22px;
        margin-left: 16px;
    }
    .left-wrap .btn,
    .right-wrap .btn{
        width: 344px;
        height: 48px;
        background: #0F6EFF;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        line-height: 48px;
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        margin: auto;
        /* cursor: pointer; */
    }
    .left-wrap .btn:hover,.right-wrap .btn:hover{
        background: #225dcc;
    }
    /*.footer{
        width: 100%;
        text-align: center;
    }
     .footer .footer-p1{
        padding-top: 5%;
        font-size: 36px;
        color: #1B2236;
    }
    .footer .footer-p2{
        color: #535C70;
        font-size: 18px;
    }
    .footer .footer-submit{
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    #registerInput{
        width:359px;
        border-radius:2px;
        color: #000;
        font-size: 20px;
        background: transparent;
        padding: 18px 10px;
        border:1px solid rgba(87,96,115,1);
    }
    .footer-btn{
        width:146px;
        height:61px;
        background:rgba(2,204,150,1);
        border-radius:2px;
        color: #fff;
        text-align: center;
        line-height: 61px;
        margin-left: 5px;
        cursor: pointer;
        font-size: 18px;
        border: 0;
    } 
    .footer-btn:hover{
        background-color: #03B686;
    }
    #error-tip{
        position: absolute;
        left: 0%;
        bottom: -1;
        color: red;
        font-size: 16px;
        text-align: left;
        padding-top: 5px;
    }*/
    .copyRight{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        background: #071231;
    }
    .copyRight-content{
        padding:0 20px;
        width: 1140px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .copyRight-content .copy-left img{
        margin-top: 54px;
        margin-bottom: 58px;
    }
    .copyRight-content .copy-left p{
        padding: 5px 0;
    }
    .copyRight-content .copy-left .beian{
        margin-bottom: 59px;
    }
    .copyRight-icp{
        color:inherit;
    }
    .copyRight-icp:hover{
        text-decoration:#535c70 !important;
    }
    .copyRight-content .copy-right{
        margin-top: 54px;
        text-align: center;
    }
    .copyRight-content .copy-right img{
        width: 138px;
    }
    .copyRight-content .copy-right p{
        margin-top: 6px;
    }
    /* .copyRight .copy-right .span1{
        padding-right: 10px;
    }
    .copyRight .copy-right .span2{
        position: relative;
        padding-left: 20px;
    }
    .copyRight .copy-right .span2 img{
        position: absolute;
        top: 1px;
        left: 0;
        width: 8%;
    } */
    
}
