.topBanner{
    background: url("img/banner.png") no-repeat center;
    background-size: cover;
}
.cloud-title{
    font-size: 0.13rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    height: 0.52rem;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 1px 0px rgba(165, 165, 165, 0.8);*/
    display: flex;
    position: relative;
    align-items: center;
    padding-left:0.3rem;
    padding-right:0.3rem
}
.cloud-title:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    margin-top: 0.05rem;
    border-width: 0.06rem;
    border-top-color: #67676c;
    z-index: 3;
    transition: 0.3s;
    position: absolute;
    right: 0.3rem;
}
.cloud-product-box{
    margin-top:0.1rem;
    background: white;

    border-radius: 6px 6px 6px 6px;
    /*box-shadow: 2px 2px 5px 2px #8282822e;*/
    filter: drop-shadow(2px  2px 2px #8282822e);
    overflow: hidden;
}
.showMore .cloud-title:after{
    transform: rotate(180deg);
    margin-top:-0.01rem;
}
.cloud-config{
    position: relative;
    background: white;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.cloud-product-box.showMore .cloud-config{
    height: 2.9rem;
    overflow: visible;
}
.cloud-config:before{
    content: "";
    width: 83%;
    top:0;
    margin-left:auto;
    margin-right: auto;
    left:0;
    right:0;
    height: 1px;
    background: #D8DBE4;;
    position: absolute;
}
.config-detail:after{
    content: "";
    width: 83%;
    bottom:0;
    margin-left:auto;
    margin-right: auto;
    left:0;
    right:0;
    height: 1px;
    background: #D8DBE4;;
    position: absolute;
}
.config-detail{
    /*display: flex;*/
    /*font-size: 0.1rem;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    padding:0.15rem 0.3rem;
    position: relative;
    /*padding-top:0.15rem;*/
}
.config-detail>.pz-box{
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-top:0.28rem;
}
.config-row{
    font-size: 0.1rem;
    font-family: MicrosoftYaHei;
    color: #4C4C4C;
    display: flex;
    align-items: center;
    margin-bottom:0.15rem;
}
.config-detail>.config-row:last-child{
    margin-bottom:0;
}
.config-row:before{
    content:attr(data-font);
    width: 1.22rem;
    display: block;
}
.pz-title{
    height: 0.16rem;
}
.pz-desc{
    display: flex;
}
.pz-desc>.selectGroup{
    width: 100%;
    font-weight: bold;
}
.pz-ms{
    line-height: 0.24rem;
    display: block;
    width: 100%;
    height: 0.24rem;
    font-size: 0.1rem;
    font-weight: bold;
    color: #444444;
    border-bottom:1px solid #333333;
    /*padding-right:0.1rem;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.symbol{
    font-size: 0.17rem;
    font-weight: bold;
    color:#EE232E;
}
.price-box{
    display: flex;
    align-items: baseline;
    padding-left:0.3rem;
    margin-top:0.05rem;
    margin-bottom:0.1rem;
}
.money{
    font-size: 0.25rem;
    font-weight: bold;
    color:#EE232E;
}
.unit{
    color:#EE232E;
    font-size: 0.17rem;
}
.yhPrice{
    color:#333333;
    font-size: 0.17rem;
    margin-left:0.1rem;
}
.buyGoodsBtn{
    width: 100%;
    display: flex;
    height: 0.42rem;
    color:white;
    align-items: center;
    justify-content: center;
    font-size: 0.13rem;
    font-weight: bold;
    background: #B5251D;
    box-shadow: 0px -1px 2px 0px rgba(210, 210, 210, 0.4);
}
.ys-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-box>div{
    /*padding-top:0.38rem;*/
    /*width: 48%;*/
    /*min-width: 48%;*/
    /*max-width: 48%;*/
    /*margin-top:0.28rem;*/
    box-sizing: border-box;
    width: 1.69rem;
    height: 1.4rem;
    box-shadow: 0px 0 2px 2px #a6a6a63b;
    padding:0.6rem 0.15rem 0 0.15rem;
    margin-bottom:0.1rem;
}
.ys-box>div>div:nth-child(1){
    display: flex;
    justify-content: center;
    font-size: 0.1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.ys-box>div>div:nth-child(2){
    margin-top:0.12rem;
    display: flex;
    justify-content: center;
    font-size: 0.08rem;
    font-family: Microsoft YaHei;
    color: #666666;
    text-align: center;
}
.ys-1{
    background: url("img/ys-1.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}
.ys-2{
    background: url("img/ys-2.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}
.ys-3{
    background: url("img/ys-3.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}
.ys-4{
    background: url("img/ys-4.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}
.ys-5{
    background: url("img/ys-5.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}
.ys-6{
    background: url("img/ys-6.png") no-repeat center;
    background-position-y: 0.22rem;
    background-size: 0.3rem auto;
}

#product_compare_list{
    display: flex;
    flex-direction: column;
    margin-top:0.12rem;
}
#product_compare_list>div{
    display: flex;
    flex-direction: column;
    font-size: 0.1rem;
}
#product_compare_list>div>div{
    background:white;
    display: flex;
    align-items: center;
    padding:0 0.14rem;
    height: 0.42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:0.02rem;
    box-shadow: 0px 0px 1px 0px rgba(210, 210, 210, 0.8);
}
#product_compare_list>div>div:nth-child(1){
    border-left:0.01rem solid #c7000b;
    box-sizing: border-box;
}
#product_compare_list>div>div>span{
    width: 1rem;
}
#product_compare_list>div.not-show{
    display: none;
}

.cpgnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cpgnBox>div{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 1.18rem;
    box-sizing: border-box;
    padding-left:0.64rem;
    padding-top:0.16rem;
    margin-bottom:0.01rem;
    /*background: white;*/
    padding-right:0.14rem;
    box-shadow: 0px 0px 1px 0px rgba(210, 210, 210, 0.8);
}
.cpgnBox>div>div:first-child{
    margin-bottom:0.1rem;
    font-size: 0.11rem;
    font-weight: bold;
    color: #333333;
}
.cpgnBox>div>div:nth-child(2){
    font-size: 0.09rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    height: 0.65rem;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp:4;*/
}
.cpgn-1{
    background: url("img/cpgn-1.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-2{
    background: url("img/cpgn-2.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-3{
    background: url("img/cpgn-3.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-4{
    background: url("img/cpgn-4.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.cpgn-5{
    background: url("img/cpgn-5.png") no-repeat white;
    background-position-y: 0.2rem;
    background-position-x: 0.14rem;
    background-size: 0.3rem auto;
}
.jdjs{
    display: flex;
    flex-direction: column;
}
.jdjs>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 0.56rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgb(106 106 106);
    padding-left:0.15rem;
    margin-bottom:0.1rem;
}
.jdjs>a>div:nth-child(1){
    display: flex;
    align-items: center;
    font-size: 0.11rem;
    font-weight: bold;
    color: #333333;
}
.jdjs>a>div:nth-child(1):after{
    margin-left:0.08rem;
    content:"";
    background: url("img/jdjs.png") no-repeat center;
    width: 0.18rem;
    height: 0.09rem;
    background-size: cover;
}
.jdjs>a>div:nth-child(2){
    font-size: 0.09rem;
    margin-top:0.06rem;
    font-weight: 400;
    color: #444444;
}
.riZk{
    background: #e81622;
    color: white!important;
    display: inline-flex;
    height: 0.18rem;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 0.1rem;
}
.timeUl li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.banner-btn-group{
    display: flex;
    margin-top:0.12rem;
}
.red-btn{
    display: inline-flex;
    width: 0.93rem;
    height: 0.27rem;
    background: #E6202B;
    opacity: 1;

    font-size: 0.11rem;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}
.grey-btn{
    display: inline-flex;
    width: 0.93rem;
    height: 0.27rem;

    border: 1px solid #333333;
    opacity: 1;

    font-size: 0.11rem;
    justify-content: center;
    align-items: center;
    color: #333333;
    box-sizing: border-box;
    margin-left: 0.1rem;
}
.buy-btn-group{
    display: flex;
    align-items: center;
    padding:0 0.18rem;
    justify-content: space-between;
}
.buy-btn-group>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.46rem;
    height: 0.42rem;
    background: linear-gradient(to right, #FF4C47, #E6202B);
    border-radius: 21px 21px 21px 21px;
    opacity: 1;
    font-size: 0.13rem;
    color: #FFFFFF;
}
.buy-btn-group>a:nth-child(2){
    background: #F5F5F6;
    color: #333333;
}
.suggest-icon{
    display: inline-flex;
    align-items: center;
    height: 0.23rem;
    background: #EE232E;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    font-size: 0.09rem;
    color: #FFFFFF;
    padding:0 0.05rem;
}
.suggest-box{
    padding-left: 0.3rem;
    display: flex;
    margin-top:0.1rem;
    height: 0.23rem;
}
.yycjBox{
    display: flex;
    flex-direction: column;
}
.yycjBox>div{
    margin-bottom:0.2rem;

    box-shadow: 0px 2px 2px 2px #a6a6a62b;
}
.yycjBox .title{
    font-size: 0.11rem;
    color: #333333;
    margin-bottom:0.1rem;
}
.yycjBox .desc{
    font-size: 0.09rem;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 0.14rem;
    height: 0.4rem;
}
.yycjBox .ssl_link{
    font-size: 0.1rem;
    color: #526ECC;
}
.yycjBody{
    display: flex;
    flex-direction: column;
    height: 1.1rem;
    background:white;
    padding:0.16rem;
    box-sizing: border-box;
}
.yycjBox .imgBox img{
    width: 100%;
    display: block;
}
.step-row-box{
    display: flex;
    flex-direction: column;
    padding-left: 0.45rem;
    background-size: 0.39rem 0.39rem!important;
    background-repeat: no-repeat!important;
    min-height: 0.4rem;
}
.step-1{
    background-image: url("img/step_1.png");
}
.step-2{
    background-image: url("img/step_2.png");
}
.step-3{
    background-image: url("img/step_3.png");
}
.step-4{
    background-image: url("img/step_4.png");
}
.step-5{
    background-image: url("img/step_5.png");
}
.step-line{
    display: flex;
    background: url("img/line.png") no-repeat center;
    background-size: auto 0.5rem;
    height: 0.5rem;
    background-position-x: 0.18rem;
    margin-bottom:0.05rem;
}
.step-row-box .title{
    font-size: 0.11rem;
    color: #333333;
    padding-top:0.05rem;
    margin-bottom:0.05rem;
}
.step-row-box .desc{
    font-size: 0.09rem;
    color: #666666;
    line-height: 13px;
}
.more-position{
    display: flex;
    flex-direction: column;
}
.more-position > div {
    width: 100%;
    height: 1.11rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0.28rem;
    padding-left: 0.14rem;
    margin-bottom: 10px;
    /*box-shadow: 0 0 10px #f4f4f4;*/
    transition: 0.2s;
    position: relative;
}
/*.more-position > div:hover{*/
/*    box-shadow: 2px 6px 10px 6px #8282823d;*/
/*}*/

.more-position > div:nth-child(3n) {
    margin-right: 0;
}

.more-position .zxhd-bottom-1 {

    background: url("img/zxhd_icon_1.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-2 {

    background: url("img/zxhd_icon_2.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-3 {

    background: url("img/zxhd_icon_3.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-4 {

    background: url("img/zxhd_icon_4.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-5 {

    background: url("img/zxhd_icon_5.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-6 {

    background: url("img/zxhd_icon_6.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-7 {

    background: url("img/zxhd_icon_7.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-8 {
    background: url("img/zxhd_icon_8.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.more-position .zxhd-bottom-9 {

    background: url("img/zxhd_icon_9.png?v=1.2.3.5&") no-repeat center;
    background-size: cover;
}

.zxhd-b-title {
    /*height: 14px;*/
    font-size: 0.15rem;
    font-weight: 400;
    color: #2D3241;
}

.zxhd-b-desc {
    font-size: 0.11rem;
    font-weight: 400;
    color: #2D3241;
    margin-top:0.05rem
}

.zxhd-b-desc span {
    color: #EE232E;
}
.zxhd-b-a{
    margin-top:0.1rem;
    display: flex;
    font-size: 0.09rem;
    font-weight: 400;
    color: #827F7F;
}
.zxhd-b-a > a {
    font-size: 0.09rem;
    font-weight: 400;
    color: #827F7F;
}

.zxhd-b-a > a:hover {
    color: #EE232E;
}

.ssl_box{
    border: 1px solid #F7F8FA;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    padding:0.16rem 0.14rem;
    margin-bottom:0.1rem;
}
.ssl_box:before{
    display: block;
    content: attr(data-font);
    font-size: 0.13rem;
    color: #444444;
    margin-bottom:0.2rem;
}
.ssl_box_row:before{
    content: attr(data-font);
    display: block;
    width: 0.58rem;
    font-size: 0.09rem;
    color: #444444;
}
.ssl_box_row{
    display: flex;
    align-items: baseline;
    margin-bottom:0.26rem;
}
.ssl_box_row>div{
    display: flex;
    flex-direction: column;
}
.ssl_box_row .selectGroup{
    width: 2.6rem;
}
.ssl_box_row .select-title{
    border:1px solid #e3e5eb!important;
    height: 0.28rem;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    padding-left: 0.17rem;
}
.ssl_box_row .select-title:after{
    right: 0.12rem!important;
}
.ssl_box_row .selectGroup>ul.select-ul{
    left: 0;
    box-sizing: border-box;
    width: 100%;
}
.ssl_box_row_tips{
    font-size: 0.08rem;
    color: #A0A0A0;
    line-height: 0.12rem;
    margin-top:0.05rem;
    width: 2.6rem;
}
.ssl_box_row_input{
    padding-left: 0.17rem;
    height: 0.24rem;
    box-sizing: border-box;
    width: 2.6rem;
    outline: none;
    border:1px solid #e3e5eb;
    font-size: 0.1rem;
}
.domainNum{
    display: flex;
}
.domainNum>div{
    width: 0.27rem;
    height: 0.27rem;
    background: #FFFFFF;
    border: 1px solid #ADB0B8;
    border-radius: 4px;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
}
.domainNum input{
    width: 0.54rem;
    height: 0.27rem;
    background: #E9EDFA;
    border-radius: 4px;
    outline: none;
    text-align: center;
    margin:0 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    box-sizing: border-box;
    /*border:1px solid #E9EDFA;*/
    border:none;
}
.domainNum input::placeholder{
    color:#A0A0A0;
}
/*.domainNum input{*/
/*    background:white;*/

/*}*/
/*.domainNum input:disabled{*/
/*    background: #E9EDFA;*/
/*    border:1px solid #E9EDFA;*/
/*}*/
.domainNum .disabled{
    border: 1px solid #ececec;
    color:#d9d9d9;
}
.domainNum .disabled,.domainNum input:disabled{
    cursor: not-allowed;
}
#is_other_money{
    display: flex;
    align-items: center;
}
.check_ssl{
    width: 0.1rem;
    height: 0.1rem;
    border:1px solid #e0e0e0;
    box-sizing: border-box;
    margin-right: 0.06rem;
}
#is_other_money.on .check_ssl{
    background: url("img/ssl_checked.png") no-repeat;
    background-size: cover;
    border:none;
}
#buyNowBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size: 0.13rem;
    width: 1.24rem;
    height: 0.35rem;
    background: linear-gradient(to right, #FF4C47 , #E6202B );
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}
.buy_row{
    font-size: 0.09rem;
    display: flex;
    align-items: baseline;
}
#ssl_price{
    margin-left: 0.2rem;
}
#ssl_price span{
    color:#E6202B;
    font-size: 0.15rem;
    font-weight: bold;
}

/*下拉框*/
.selectGroup>span.select-title{
    border-bottom:none;
    min-width: 0.4rem;
    display: flex;
    align-items: center;
}
.selectGroup>ul.select-ul{
    width: auto;
    min-width: 1.46rem;
    left: -0.2rem;
    border-radius: 6px 6px 6px 6px;
    border-left:1px solid #e3e5eb;
    border-right:1px solid #e3e5eb;
    border-top:1px solid #e3e5eb;
}
.selectGroup>ul.select-ul>li{
    height: 0.3rem;
    display: flex;
    align-items: center;
    border-bottom:1px solid #e3e5eb;
    color:#4C4C4C;
    font-size: 0.1rem;
    padding-left: 0.2rem;
}
.selectGroup>ul.select-ul>li.on{
    background: #2468F2;
}
.selectGroup>span.select-title:after{
    display: block;
    background: url("img/arrow.png") no-repeat center;
    width: 0.12rem;
    height: 0.07rem;
    background-size: cover;
    border:none;
    margin-top:0;
}
/*下拉框end*/