@charset "UTF-8";
@import "../public/font/icon/iconfont.css";
body{
    padding-left: 0!important;
    background: #F1F1F2!important;
}
a{
    text-decoration: none;
}
#header-left .menuBtn{
    display: none;
}
.ecsMidBox{
    width: 94%;
    max-width: 1610px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.ecsTop{
    background-color: white;
    height: 52px;
    box-shadow: 0px 2px 4px 0px rgba(197,197,197,0.2);
    display: flex;
    align-items: center;
    position: fixed;
    left:0;
    right:0;
    z-index: 24;
}
.ecsTop a.topBackBtn{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    display: inline-flex;
    align-items: center;
}
.ecsTop a.topBackBtn:hover{
    color:#2468F2;
}
.topBackBtn i{
    font-size: 12px;
    margin-right: 12px;
    font-weight: bold;
}
/*.topBackBtn::before{*/
/*    content:'';*/
/*    display: block;*/
/*    background: url("img/back.png");*/
/*    width: 6px;*/
/*    height: 12px;*/
/*    background-size: cover;*/
/*    margin-right: 12px;*/
/*}*/
.ecsStepBox{
    display: flex;
    align-items: center;
    padding-top:27px;
    padding-bottom:22px;
    justify-content: center;
    margin-top:52px;
}
.ecsStepBox>div{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #868686;
}
.ecsStepBox>div:before{
    content:attr(data-font);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #C5C5C5;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 8px;
}
.ecsStepBox>div.on{
    color:#222222;
}
.ecsStepBox>div.on:before{
    background: #2468F2;
}
.ecsStepBox>div:after{
    content:'';
    display: block;
    width: 260px;
    height: 1px;
    background: #DCDDDF;
    border-radius: 1px;
    margin-left: 17px;
    margin-right: 11px;
}
.ecsStepBox>div:last-child:after{
    display: none;
}
.ecsBottom{
    height: 72px;
    background: #FFFFFF;
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    box-shadow: 0px -2px 6px 0px rgba(192,192,192,0.26);
    z-index: 24;
}
.ecsBottom>div{
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.configConfirm{
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    padding-left: 20px;
}
.configConfirm::before{
    content:attr(data-font);
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    margin-right: 15px;
}
.configConfirm2{
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    padding-left: 20px;
}
.configConfirm2::before{
    content:attr(data-font);
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    /*margin-right: 15px;*/
}
.nextStep,.nextStep2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    background: #2468F2;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.nextStep:hover,.nextStep2:hover{
    opacity: 0.8;
}
.nextStep.disabled,.nextStep2.disabled{
    opacity: 1!important;
    cursor: not-allowed;
    background-color: #ccc;
}
.ecsPrice,.ecsPrice2{
    font-size: 24px;
    font-weight: 500;
    color: #FF9000;
    /*margin-right: 18px;*/
}
.yh_price_row{
    /*margin:-7px 0 -5px;*/
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ecsPrice:before,.ecsPrice2:before{
    content:attr(data-font);
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}
.configPriceBox{
    display: flex;
    align-items: center;
}
.configBox{
    padding-bottom:80px;
}
.configBox>div{
    box-shadow: 0px 2px 6px 0px rgba(192,192,192,0.26);
    background-color: white;
    margin-bottom:10px;
}
.ecsTabBox{
    display: flex;
    align-items: center;
    border-bottom:1px solid #EBEEEF;
    height:49px;
}
.ecsTabBox>a{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    width: 100px;
    position: relative;
    cursor:pointer;
}
.ecsTabBox>a.on{
    color: #2468F2;
}
.ecsTabBox>a.on:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2468F2;
    bottom:-1px;
}
.midContainer{
    padding:22px;
    display: flex;
    align-items: baseline;
}
.midContainer>div{
    width: 100%;
}
.midContainer:before{
    content:attr(data-font);
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    display: flex;
    width: 100px;
    min-width: 100px;
}
.ecsDesc{
    /*margin-top:10px;*/
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    line-height: 18px;
}
.ecsSelect{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    margin-bottom:6px;
}
.ecsSelect .ecsTitle{
    display: flex;
    align-items: center;
    min-width: 200px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E6E7EB;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 12px;
    background-image: url("img/dropDown.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 12px);
    padding-right: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    /*z-index: 223;*/
}
.ecsSelect .ecsTitle:hover{
    border-color: #abacaf;
    transition: 0.2s;
}
.ecsSelect .ecsDrop{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 222;
    min-width: 100%;
    max-height: 240px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(192,192,192,0.3);
    border-radius: 2px;
    margin-top:6px;
    transition: 0.2s;
    transform: translateY(-30px);
}
.ecsSelect .ecsDrop>div{
    box-sizing: border-box;
    padding:0 12px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecsSelect .ecsDrop>div.on{
    background-color: #2468F2!important;
    color:white!important;
}
.ecsSelect .ecsDrop>div:hover{
    background-color: rgba(79, 132, 239, 0.2);
    color:#2468F2;
}
.layui-layer-btn .layui-layer-btn0{
    background: #2468f2!important;
    border-color: #2468f2!important;
    border-radius: 2px!important;
    font-size: 12px;
}
.ecsSelect.on .ecsTitle{
    background-image: url("img/dropUp.png");
    border-color:#457dee;
}
.ecsSelect.on .ecsDrop{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.ecslocation.ecsTitle:before{
    content:'';
    display: block;
    background-image: url("img/location.png");
    width: 10px;
    height: 12px;
    background-size: cover;
    margin-right: 12px;
}
.radioChoose{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.radioChoose>a,.radioChoose>div{
    height: 30px;
    background: #EFF4FB;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding:0 36px;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    cursor: pointer;
    margin-right: 6px;
    position: relative;
    margin-bottom:6px;
    transition: 0.2s;
}
.customSetPwd{
    margin-top:10px;
}
.radioChoose>a.on,.radioChoose>div.on{
    background: #457DEE!important;
    color:white;
}
.radioChoose>a:hover,.radioChoose>div:hover{
    background-color: rgba(79, 132, 239, 0.2);
}
.yhCss:after{
    content:attr(data-yhCss);
    position: absolute;
    top:-1px;
    right:-1px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    height: 15px;
    background: #FF9000;
    border-radius: 0px 2px 0px 12px;
    padding-left: 11px;
    padding-right: 7px;
}
#fastChooseLine{
    margin-left: 6px;
}
.productTabBox{
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    height: 32px;
    background: #FFFFFF;
    border-bottom: 1px solid #EBEEEF;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.productTabBox>a,.productTabBox>div{
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    height:100%;
    display: flex;
    align-items: center;
    padding:0 24px;
    cursor: pointer;
    border-top:1px solid #EBEEEF;
    border-right:1px solid #EBEEEF;
    position: relative;
}
.productTabBox>a:first-child,.productTabBox>div:first-child{
    border-left:1px solid #EBEEEF;
}
.productTabBox>a.on,.productTabBox>div.on{
    color:#2468F2;
}
.productTabBox>a.on:before,.productTabBox>div.on:before{
    content:'';
    display: block;
    position: absolute;
    top:-1px;
    left:0;
    right:0;
    width: 100%;
    height: 2px;
    background: #2468F2;
}
.productTabBox>a.on:after,.productTabBox>div.on:after{
    content:'';
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 1px;
    background: white;
}

.loading{
    position: relative;
}
.loading:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 23;
    /*filter: blur(20px);*/
}
.loading:after{
    content:'';
    border:8px solid #f3f3f3;
    border-radius:50%;
    border-top:8px solid #2842d8;
    width:60px;
    height:60px;
    animation:rotate 1s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 24;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

.beforeFont:before{
    content: attr(data-font);
    /*width: 40px;*/
    /*min-width: 40px;*/
    font-size: 12px;
    font-weight: 400;
    color: #555555;
    position: absolute;
    left:0;
    white-space: nowrap;
    margin-top:8px;
}
#pingtai>div,#fenlei>div{
    width: 120px;
    box-sizing: border-box;
    justify-content: center;
    padding:0;
}
.beforeFont{
    margin-bottom:12px;
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 40px;
}
.ecsTable{
    display: table;
    width: 100%;
    border:1px solid #E6E7EB;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    box-sizing: border-box;
    border-bottom:none;
}
.ecsTable-row{
    display: table-row;
    cursor: pointer;
}
.ecsTable-row:hover{
    background-color: rgba(216, 229, 246, 0.7);
    transition: 0.2s;
}
.ecsTable-cell{
    display: table-cell;
    padding-left: 18px;
    vertical-align: middle;
    height: 48px;
    box-sizing: border-box;
}
.ecsTable-cell.radioBox{
    width: 50px;
    padding-left: 0;
    text-align: center;
}
.ecsTable-row.head{
    height: 42px;
    background: #E9EDF3;
    font-size: 12px;
    font-weight: 400;
    color: #696969;
    cursor: default;
}
.ecsTable-row.head .ecsTable-cell{
    border-right: 1px solid white;
    height: 42px;
}
.ecsTable-row.head .ecsTable-cell:last-child{
    border-right:none;
}
.ecsProductRadio{
    width: 16px;
    height: 16px;
    display: inline-flex;
    background: #FFFFFF;
    border: 1px solid #CFD5DE;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ecsProductRadio.on{
    border-color:#2468F2;
}
.ecsProductRadio.on:after{
    content:'';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #2468F2;
    border-radius: 50%;
}
#productListTable .ecsTable-cell{
    border-bottom:1px solid #E6E7EB;
}
#productListTable .ecsTable-row:last-child .ecsTable-cell{
    border-bottom:none;
}
#productListTable{
    max-height: 280px;
    overflow-y: auto;
}
[data-table_colnum="1"]{
    width: 20%;
}
[data-table_colnum="2"]{
    width: 10%;
}
[data-table_colnum="3"]{
    width: 10%;
}
[data-table_colnum="4"]{
    width: 15%;
}
[data-table_colnum="5"]{
    width: 15%;
}
[data-table_colnum="6"]{
    /*width: 20%;*/
}
.orderBy{
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    margin-left: 6px;
    height: 9px;
}
.orderBy:after{
    content: '';
    background: url(img/timeNormal.png);
    background-size: cover;
    width: 9px;
    height: 12px;
    display: inline-flex;
    position: absolute;
}
.orderBy.asc:after{
    background: url(img/timeAsc.png);
    background-size: cover;
}
.orderBy.desc:after{
    background: url(img/timeDesc.png);
    background-size: cover;
}
.system-default{
    display: inline-block;
    background-size: contain;
    background-image: url("systemIcon/default_os.png");
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.system-icon-1{
    display: inline-block;
    background-size: contain;
    background-image: url("systemIcon/1.png");
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.system-icon-2{
    display: inline-block;
    background-size: contain;
    background-image: url("systemIcon/2.png");
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.system-icon-3{
    display: inline-block;
    background-size: contain;
    background-image: url("systemIcon/3.png");
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.system-icon-4{
    display: inline-block;
    background-size: contain;
    background-image: url("systemIcon/4.png");
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.change_system_type:hover>div,.change_system_type.on>div{
    filter: grayscale(100%) brightness(200%);
}
.radioLabel{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
}
.radioLabel .ecsProductRadio{
    margin-right: 12px;
}
#bandWidth>div{
    padding:0;
    justify-content: center;
    width: 60px;
}
/*#bandWidth>div.on+div{*/
/*    background-color: rgba(79, 132, 239, 0.2);*/
/*}*/
/*#bandWidth>div.on-div{*/
/*    background-color: rgba(79, 132, 239, 0.2);*/
/*}*/
/*#bandWidth>div.before{*/
/*    background-color: rgba(79, 132, 239, 0.2);*/
/*}*/
.numberInput{
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-weight: 400;
    color: #222222;
}
.numberInput input{
    text-align: center;
    outline: none;
    border:none;
    border-top:1px solid #E6E7EB;
    border-bottom:1px solid #E6E7EB;
    height:100%;
    width: 80px;
    font-size: 12px;
    box-sizing: border-box;
    margin:0 -1px;
}
.numberInput input:focus{
    border:1px solid #2468f2;
    transition: 0.3s;
    position: relative;
    z-index: 3;
}
.numberInput span{
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E7EB;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.numberInput span:hover{
    border-color:#2468F2;
    color:#2468F2;
}
.numberInput span.increase{
    border-radius: 0px 2px 2px 0px;
}
.numberInput span.decrease{
    border-radius: 2px 0 0 2px;
}
.numberInput span.disabled{
    cursor: not-allowed;
    background: #F3F3F3;
    color: #BCBCBC;
    border-color:#E6E7EB;
}
#addDisk{
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    display: flex;
    align-items: center;
}
#addDisk span{
    color:#2468F2;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
#addDisk span:before{
    content:'+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 18px;
    height: 18px;
    background: rgba(36, 104, 242, 0.2);
    border-radius: 50%;
    margin-right: 10px;
}
#diskList{
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    margin-bottom:10px;
}
#diskList>div{
    display: flex;
    align-items: center;
    margin-top:15px;
}
.marginLeft8{
    margin-left:8px;
    font-size: 12px;
}
.removeDisk{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #B6B6B6;
    width: 18px;
    height: 18px;
    background: rgba(197, 197, 197, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.checkBox{
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border:1px solid #E6E7EB;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 10px;
}
.checkBox.on{
    background-image: url("img/checked.png");
    background-size: cover;
    border:none;
}
.loginType a,.loginType a:visited{
    color:#2468F2;
}
#loginType>div{
    padding:0 24px;
}
#buyTime .yhCss:after{
    padding-left: 7px;
    padding-right: 3px;
}
.customLoginBox{
    background-color: #f3f4f8;
    padding:22px;
    margin-top:20px;
}
.customLogin{
    display: flex;
    align-items: center;
    font-size: 12px;
    color:#989898;
    margin-bottom:12px;
}
.customLoginBox>.customLogin:last-child{
    margin-bottom:0;
}
.customLogin::before{
    content:attr(data-font);
    color:#222222;
    width: 100px;
    min-width: 100px;
}
.customLogin input{
    outline: none;
    border-radius: 4px;
    border:1px solid #e5e6e9;
    height:36px;
    width: 255px;
    box-sizing: border-box;
    padding:0 12px;
    font-size: 12px;
}
.errTips{
    color:red;
    margin-left: 12px;
}
.hoverTips{
    display: inline-flex;
    justify-content: center;
    overflow: visible;
    width: 14px;
    height:14px;
    position: relative;
    align-items: center;
    z-index: 6;
}
.hoverTips.marginTop0::after{
    margin-top:0;
}
.hoverTips:after{
    content:'';
    position: absolute;
    width: 14px;
    height:14px;
    background-image: url("img/question.png");
    background-size: cover;
    margin-top:6px;
}
.hoverTips div{
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    background: #40454F;
    border-radius: 4px;
    box-sizing: border-box;
    padding:10px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    bottom:22px;
}
.hoverTips div:after{
    content:'';
    width: 10px;
    height:10px;
    background: #40454F;
    position: absolute;
    transform: rotate(45deg);
    bottom:-4px;
    left:0;
    right:0;
    margin:0 auto;
}
.hoverTips:hover div{
    visibility: visible;
    opacity: 1;
}
.ecsTablePrice{
    color:#FF9000;
    margin-right: 2px;
}
.ecsTablePrice:before{
    content:'￥';
}
.fixTbody{
    max-height: 280px;
    overflow-y: auto;
    border-bottom:1px solid #E6E7EB;
}
.fixTbody .ecsTable>.ecsTable-row:last-child .ecsTable-cell{
    border-bottom:none;
}

.pzBox{
    display: flex;
    align-items: center;
    margin-bottom:35px;
    flex-wrap: wrap;
}
.pzBox>div{
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    width: 33%;
    margin-bottom:16px;
}
.pzBox>div:before{
    content:attr(data-font);
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    width: 88px;
    display: inline-block;
}
.confirmPzTitle{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    margin-bottom:27px;
}
.prevStep{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    width: 92px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEEEF;
    border-radius: 2px;
    margin-right: 7px;
}

.diskPzBox:before{
    content:attr(data-font);
    margin-right: 6px;
}
.diskPzBox{
    display: inline-flex;
    align-items: baseline;
    line-height: 22px;
}


.buyFastBox{
    display: none;
}
#buyFastProduct{
    display: flex;
    flex-wrap: wrap;
}
#buyFastProduct>div{
    width: 24%;
    padding:20px 22px;
    background: #FFFFFF;
    border: 1px solid #E6E7EB;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom:8px;

}
#buyFastProduct>div>div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fastTitle{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.fastDesc,.fastSystemDisk{
    font-size: 12px;
    font-weight: 400;
    color: #555555;
}
.fastDesc{
    margin-top:15px;
    margin-bottom:10px;
    height: 14px;
}
#buyFastProduct>div:hover{
    transition: 0.2s;
    border: 1px solid #2468F2;
}
#buyFastProduct>div.on{
    transition: 0.2s;
    background: #F4FAFF;
    border: 1px solid #2468F2;
}
.fastBoxFont{
    align-items: flex-start;
    width: 100%;
}
.fastBoxFont:before{
    margin-top:6px;
}
.noMarginShadow{
    margin-bottom:0!important;
    box-shadow: none!important;
}
#specBox{
    display: none;
}