
.productBuy #banner {
    background: url(./images/product.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    height: 442px;
}
.productBuy.cvmBuy #banner{
    height: 222px;
}
.productBuy .conWarn{
    width: 100%;
    background: #edf4fd;
    height: 40px;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 40px;
}
.productBuy .conWarn a{
    color: #409eff;
}
/* ****************推荐活动**************** */
.productBuy .recommend{
    padding: 34px 0;
    background: #fff;
}
.productBuy .recommend .recomBox{
    background: url(../../img/banner/product/4.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 12px 0 0 80px;
    height: 120px;
}
.productBuy .recommend .recomBox .title{
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    margin-bottom: 14px;
}
.productBuy .recommend .recomBox .opacityAnmite{
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 15px;
    color: #fff;
    align-items: center;
    width: 180px;
}
.productBuy .recommend .recomBox .opacityAnmite i{
    margin-left: 20px;
}
/* ********************产品主体选择************** */
.productBuy .bodyBox{
    width: 100%;
    background: #edf4fd;
    padding: 34px 0;
}
.bodyBox .contentBox{
    width: 77%;
    background: #fff;
    padding: 18px 0 18px 22px;
    margin-bottom: 12px;
}
.bodyBox .contentBox .rightLink{
    color: #409eff;
    cursor: pointer;
}
.bodyBox .contentBox .rightlinkGray{
    color: #999;
    cursor: pointer;
}
.bodyBox .contentBox .hasLeft{
    margin-left: 20px;
}
.bodyBox .contentBox .hasBottom{
    margin-bottom: 25px;
}
.bodyBox .contentBox .itemDesc,.bodyBox .contentBox .itemDesc .left{
    align-items: center;
}
.bodyBox .contentBox .itemDesc .left{
    width: 100px;
    margin-right: 10px;
}
.bodyBox .contentBox .itemDesc .left.hasTool{
    width: 120px;
}
.bodyBox .contentBox .itemDesc .left .desc1{
    font-size: 14px;
    color: #333;
}
.bodyBox .contentBox .itemDesc .left .desc2{
    font-size: 14px;
    color: #333;
    margin:0 5px;
}
.bodyBox .contentBox .itemDesc .desc3{
    width: 14px;
    height: 14px;
    background: url(../../img/banner/product/question.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.bodyBox .contentBox .itemDesc .classify{
    padding: 20px 0 24px 40px;
}
.bodyBox .contentBox .itemDesc .classify .ifyTop{
    align-items: center;
}
.bodyBox .contentBox .itemDesc .classify .ifyTop .title{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-right: 33px;
}
.bodyBox .contentBox .itemDesc .typeItem{
    display: inline-block;
    margin-right: 33px;
    position: relative;
}
.bodyBox .contentBox .itemDesc.timeBox .typeItem{
    margin-right: 4px;
}
.bodyBox .contentBox.vhostType .itemDesc .typeItem{
    margin-right: 10px;
}
.icon.hot{
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    background: linear-gradient(70deg, #ff426e 3%, #ff3406 55%, #ffa502 91%);
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 2px;
    width: auto;
    height: auto;
    overflow: initial;
}
.icon.hot::before{
    content:" ";
    border-left: 6px solid transparent;
    border-top:6px solid #ff3406;
    border-right:6px solid transparent;
    border-bottom:0px solid #ff3406;
    position: absolute;
    left:6px;
    top:18px;
}
.bodyBox .contentBox .itemDesc .showType{
    line-height:50px;
    padding-left:20px;
    font-size: 12px;
    margin-top:10px
}
.bodyBox .contentBox .itemDesc .diskContent{
    margin-top: 20px;
}
.bodyBox .contentBox .itemDesc .diskTitle{
    font-size: 14px;
    color: #999999;
    margin-right: 40px;
    padding-left: 15px;
}
.bodyBox .contentBox .itemDesc .diskRight{
    font-size: 14px;
    color: #999999;
}
.bodyBox .contentBox .itemDesc .diskRight .diskSelect{
    align-items: center;
}
.bodyBox .contentBox .itemDesc .diskRight .diskSelect .rightLink{
    margin-left: 20px;
}
.bodyBox .contentBox .itemDesc .diskRight .diskDesc{
    margin: 20px 0;
    width: 672px;
    line-height: 23px;
}
.bodyBox .contentBox .itemDesc .diskRight .diskDesc .diskTypeTitle{
    color: #555;
    font-weight: 600;
}
.bodyBox .contentBox .itemDesc .diskRight hr{
    margin-top: 20px;
    background-color: #999;
    border: none;
    height: 1px;
}
.bodyBox .contentBox .itemDesc .diskRight .delBtn{
    color: #0e55ff;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}
.bodyBox .contentBox .itemDesc .diskRight .addBox{
    color: #0e55ff;
}
.bodyBox .contentBox .itemDesc .diskRight .addBox .rightLink{
    margin-right: 46px;
    cursor: pointer;
}
.bodyBox .contentBox .itemDesc.bandBox{
    align-items: flex-start;
}
/* *********配置预览***************** */
.bodyBox .buyContent{
    position: relative;
}
.bodyBox .buyContent .preview{
    position: absolute;
    right: 0;
    top: 0;
    width: 285px;
    height: 100%;
    margin: 0 0 0 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,0.1);
    font-size:14px;
}
.bodyBox .buyContent .preview .previewTitle{
    margin-bottom: 18px;
    font-size: 18px;
    color: #000000;
}
.bodyBox .buyContent .preview .previewDesc{
    background: #f1f7fd;
    border-radius: 4px;
    padding: 15px 0 15px 15px;
}
.bodyBox .buyContent .preview .previewDesc .descBox{
    margin-bottom: 14px;
    font-size: 14px;
}
.bodyBox .buyContent .preview .previewDesc .descLeft{
    width: 70px;
    color: #666666;
    font-size: 12px;
}
.bodyBox .buyContent .preview .previewDesc .descRight{
    font-size: 12px;
    color: #333333;
}
.bodyBox .buyContent .preview .previewDesc .descRight.hasMore span{
    display: block;
    margin-bottom: 8px;
}
.bodyBox .buyContent .preview .calcMoney{
    margin: 23px 0 15px 0;
    align-items: flex-end;
}
.bodyBox .buyContent .preview .calcMoney .money1{
    color: #333;
    font-size: 14px;
}
.bodyBox .buyContent .preview .calcMoney .money2{
    font-size: 22px;
    color: #ff4f1d;
    line-height: 22px;
}
.bodyBox .buyContent .preview .calcMoney .money3{
    font-size: 12px;
    color: #1bc18a;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}
.bodyBox .buyContent .preview .couponDesc{
    color: #b3b3b3;
    font-size: 12px;
}
.bodyBox .buyContent .preview .create{
    width: 100%;
    height: 48px;
    background: #409eff;
    border-radius: 4px;
    margin: 30px 0 18px 0;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    cursor: pointer;
}
/* ***************如何选择地区*********** */
.selectModal .selectBody{
    font-size: 12px;
    color: #73777a;
    line-height: 24px;
}
.selectModal .selectBody table{
    margin: 6px 4px;
}
.selectModal .selectBody table th{
    background: #efefef;
}
.selectModal .selectBody table td{
    padding: 4px 24px;
}
/* **************虚机购买页**************** */
.vhostBuy .bodyBox .contentBox hr{
    width: 90%;
    height: 1px;
    margin: 0px auto;
    border: none;
    border-bottom: .5px solid #eee;
    margin:10px 0 25px 0;
}
.bodyBox .contentBox.vhostType .rightItem{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.vhostBuy .bodyBox .contentBox.vhostType .rightItem .item1{
    width: 60px;
}
.vhostBuy .bodyBox .contentBox.vhostType .rightItem .item2{
    width: 100px;
}
.vhostBuy .bodyBox .contentBox .rightBet{
    width: 720px;
    padding: 0 30px 0 0;
}
.vhostBuy .bodyBox .contentBox .rightBet .rightItem{
    width: 340px;
    padding: 0px 10px;
}
.vhostBuy .bodyBox .contentBox .rightBet .rightItem span{
    display: inline-block;
    padding: 0 4px;
    color: #666;
    margin-bottom: 20px;
}
.vhostBuy .bodyBox .contentBox .userPut{
    margin-bottom: 15px;
}
.vhostBuy .bodyBox .contentBox .userPut input{
    width: 324px;
    height: 32px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-right: 10px;
}
.vhostBuy .bodyBox .contentBox .userPut .random{
    cursor: pointer;
    font-size: 14px;
    color: #1677ff;
    line-height: 22px;
}
.vhostBuy .bodyBox .buyContent .preview .previewDesc .descLeft{
    width: 100px;
}
/* **************域名购买页************** */
.domainBuy #banner{
    padding-top: 132px;
    height: 340px;
    background: url(../../img/banner/product/domain/domain.jpg) no-repeat center/cover;
}
.domainBuy #banner .title1{
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
.domainBuy .searchBan .container{
    position: relative;
    height: 100px;
    padding: 0 15px;
}
.domainBuy .domainSearch{
    position: absolute;
    top: -70px;
    height: 140px;
    padding: 30px 30px 20px 110px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 8%);
    margin: 0 auto;
    width: 90%;
    min-width: 1000px;
    left: 5%;
}
.domainBuy .searchBan .www{
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 24px;
    color: #444;
}
.domainBuy .domainSearch .searchBox{
    position: relative;
}
.domainBuy .domainSearch .el-input__inner{
    height: 50px;
    line-height: 50px;
    border-right: none;
    border-radius: 0;
}
.domainBuy .domainSearch .el-input__inner:focus{
    border-right: 1px solid #118efc;
}
.domainBuy .domainSearch .el-input-group__append{
    background-color: #fff;
    padding: 0;
}
.domainBuy .domainSearch .searchAppend{
    width: 275px;
    height: 48px;
}
.domainBuy .domainSearch .suffixBtn{
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    width: 135px;
    border-left: 1px solid #dcdfe6;
}
.domainBuy .domainSearch .searchBtn{
    width: 140px;
    height: 100%;
    border: none;
    background-color: #118EFC;
    transition: all .3s;
    color: #fff;
    margin: 0;
    border-radius: 0;
    border-radius: 0;
}
.domainBuy .domainSearch .searchBtn:hover{
    opacity: .9;
}
.domainBuy .domainSearch .searchDesc{
    margin-top: 10px;
    padding-right: 20px;
}
.domainBuy .domainSearch .searchDesc .item{
    height: 26px;
    background: #FFECD5;
    border: 1px solid #FF902D;
    padding: 0px 10px;
    text-align: center;
    color: #FF902D;
    margin-right: 10px;
}
.domainBuy .domainSearch .suffix{
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    width: 100%;
    opacity:1;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 8%);
    max-height: 0;
    transition: all 0.3s linear;
    overflow: hidden;
}
.domainBuy .domainSearch .suffix.active{
    max-height: 1200px;
}
.domainBuy .domainSearch .suffixBox{
    padding: 22px 10px 10px 10px;
    border: 1px solid #DBDBDB;
    border-top: none;
}
.domainBuy .domainSearch .suffix .selectType{
    margin-bottom: 30px;
}
.domainBuy .domainSearch .suffix .wrapData{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.domainBuy .domainSearch .suffix .wrapData.active{
    border: 1px solid #118EFC;
}
.domainBuy .domainSearch .suffix .wrapData.active .duigouIcon{
    display: block;
}
.domainBuy .domainSearch .suffix .wrapData .duigouIcon{
    position: absolute;
    bottom: -2px;
    right: -11px;
    font-size: 40px;
    line-height: 20px;
    color: #118EFC;
    display: none;
}
.domainBuy .domainSearch .suffix .wrapData .icon.hot{
    padding: 3px;
    line-height: 14px;
}
.domainBuy .domainPro{
    width: 100%;
    height: 60px;
    position: relative;
}
.domainBuy .domainPro .domainProBox{
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
}
.domainBuy .domainPro .domainProBox .item{
    width: 386px;
    height: 98px;
    background: #ffffff;
    border: 1px solid #eaecf2;
    padding: 0 28px;
    align-items: center;
}
.domainBuy .domainPro .domainProBox .item .itemLeft{
    align-items: center;
}
.domainBuy .domainPro .domainProBox .item .iconBox{
    width: 72px;
    height: 72px;
    margin-right: 16px;
}
.domainBuy .domainPro .domainProBox .item .iconBox.icon1{
    background: url(../../img/banner/product/domain/1.jpg) no-repeat center center;
}
.domainBuy .domainPro .domainProBox .item .iconBox.icon2{
    background: url(../../img/banner/product/domain/2.jpg) no-repeat center center;
}
.domainBuy .domainPro .domainProBox .item .iconBox.icon3{
    background: url(../../img/banner/product/domain/3.jpg) no-repeat center center;
}
.domainBuy .domainPro .domainProBox .item .title1{
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
}
.domainBuy .domainPro .domainProBox .item .title2{
    color: #2d2d2d;
    font-size: 13px;
}
.domainBuy .domainPro .domainProBox .item .money{
    font-size: 18px;
    color: #ff4b3a;
}
.domainBuy .resultBox{
    width: 90%;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
    padding: 0 10px 0 110px;
}
.domainBuy .resultBox .notSearch{
    text-align: center;
    color: #666;
    font-size: 14px;
}
.domainBuy .resultBox .resultTitleBox{
    margin-bottom: 20px;
    align-items: flex-end;
}
.domainBuy .resultBox .resultTitle{
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}
.domainBuy .resultBox .lodingModul{
    width: 300px;
    margin: 0 auto 30px auto;
    padding: 0;
}
.domainBuy .resultBox .lodingModul .el-loading-spinner .el-loading-text{
    display: inline-block;
}
.domainBuy .resultBox .resultContent{
    padding-bottom: 40px;
}
.domainBuy .resultBox .item{
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    line-height: 50px;
}
.domainBuy .resultBox .item:hover{
    background-color: #efefef;
}
.domainBuy .resultBox .item .item1{
    margin-right: 15px;
    color: #333;
}
.domainBuy .resultBox .item .item2{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #EEEEEE;
    padding: 0 10px;
}
.domainBuy .resultBox .item .item3{
    background: #FF9B3F;
    color: #fff;
}
.domainBuy .resultBox .item .item4{
    background: #118EFC;
    color: #fff;
}
.domainBuy .resultBox .item .item5{
    background: green;
    color: #fff;
}
.domainBuy .resultBox .item .newUser{
    color: #ff0000;
    font-size: 12px;
}
.domainBuy .resultBox .item .registerBtn{
    width: auto;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #118EFC;
    transition: all .3s;
    line-height: 20px;
    color: #118EFC;
    margin-left: 20px;
}
.domainBuy .resultBox .item .registerBtn:hover{
    color: #fff;
    background-color: #118EFC;
}
/* ****************域名购买页步骤条************* */
.domainBuy .stepBox{
    width: 100%;
    padding: 50px 0;
    background: url(../../img/banner/index/105.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.domainBuy .meritItems{
    margin-top: 53px;
}
.domainBuy .meritItems .item{
    width: 260px;
    height: 148px;
    background: #ffffff;
    border: 1px solid #eaecf2;
    padding: 40px 26px 0 20px;
}
.domainBuy .meritItems .item .icon{
    width: 72px;
    height: 72px;
    margin: -72px auto 0 auto;
}
.domainBuy .meritItems .item .icon.icon1{
    background: url(../../img/banner/product/domain/1.png) no-repeat center center;
}
.domainBuy .meritItems .item .icon.icon2{
    background: url(../../img/banner/product/domain/2.png) no-repeat center center;
}
.domainBuy .meritItems .item .icon.icon3{
    background: url(../../img/banner/product/domain/3.png) no-repeat center center;
}
.domainBuy .meritItems .item .icon.icon4{
    background: url(../../img/banner/product/domain/4.png) no-repeat center center;
}
.domainBuy .meritItems .item .title{
    font-size: 15px;
    color: #333333;
    margin: 21px 0 12px 0;
}
.domainBuy .meritItems .item .desc{
    font-size: 12px;
    color: #7b7b7b;
}
/* ************了解产品************ */
.domainBuy .underProduct .underTitle{
    font-size: 28px;
    text-align: center;
    color: #2d2d2d;
    margin:60px 0 46px 0;
}
.domainBuy .underProduct .underBody{
    width: 100%;
    height: 470px;
    background: url(../../img/banner/product/2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.domainBuy .underProduct .underDesc{
    height: 470px;
    width: 100%;
    padding-top: 135px;
}
.domainBuy .underProduct .underDesc .under1{
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}
.domainBuy .underProduct .underDesc .under2{
    width: 932px;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
}


.recommend .pageFlex{align-items: center;margin-right: 20px;}
.recommend .right{
    width: 85%;
}
.recommend .right .el-radio-group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}