#app{
    background: #F3F5F8;
    padding: 20px 0;
}
.page-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    min-height: 800px;
}
.page-left{
    width: 66%;
}
.page-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    background: white;
    box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
    border: 2px solid #FFFFFF;
    padding: 24px;
    height: fit-content;
}
.page-right:hover{
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.page-right-item{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.page-right-item div:first-child{
    font-size: 14px;
    color: #293957;
    width: 35%;
}
.page-right-item div:last-child{
    font-size: 14px;
    color: #333;
    flex: 1;
}
.page-right-line{
    border-bottom: 1px dashed #DFDFDF;
    margin-bottom: 14px;
}
.page-right .page-right-item .page-right-item-price{
    font-size: 24px;
    color: #FF3B20;
}
.page-right-tips{
    margin-bottom: 20px;
    font-size: 12px;
    color: #3D485D;
    text-align: right;
}
.config-box{
    width: 100%;
    margin: 0 auto 20px auto;
    background: white;
    box-shadow: 0px 4px 12px 0px rgba(41, 57, 87, 0.08);
    border: 2px solid #FFFFFF;
    padding: 24px;
}
.config-box:hover,.product-footer-box:hover{
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}
.config-box:hover .config-box-title{
    color: #b12838;
}
.config-box-title{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    line-height: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 8px;
    margin-bottom: 16px;
}
.config-box-title::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 3px;
    height: 20px;
    background: #f0142f;
}
.config-item{
    display: flex;
    margin-bottom: 24px;
}
.config-item:last-child{
    margin-bottom: 0;
}
.config-item-title{
    color: #333;
    padding-top: 6px;
    width: 88px;
    margin-right: 12px;
}
.config-item-title span{
    color: #F56C6C;
    margin-right: 4px;
}
.harddisk-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    top: -4px;
}
.harddisk-box:last-child{
    margin-bottom: 0;
}
.harddisk-tips{
    font-size: 13px;
    color: #666;
    margin-left: 10px;
}
.harddisk-tips span{
    color: #1482f0;
    font-weight: bold;
}
.harddisk-unit,.harddisk-unit{
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}

.config-tips{
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}
.config-tips span{
    color: #409EFF;
}
.config-item-text{
    font-size: 14px;
    padding-top: 6px;
    color: #606266;
}
.config-item-text span{
    color: #409EFF;
}
/* 支付样式 */
.content-title{
    color: #1E2736;
    font-size: 15px;
    border-left: 3px solid #118EFC;
    text-indent: 16px;
    margin-top: 50px;
}
.content-title-msg{
    color: #8692B0;
    font-size: 12px;
    margin: 17px 0 9px 0;
}
.total-price span{
    color: #f0142f;
    font-size: 22px;
    font-weight: bold;
}
.payment-list-box{
    display: flex;
    align-content: center;
}
.payment-list-item{
    border: 1px solid #eeeeee;
    border-radius: 12px;
    width: 160px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.payment-list-item{
    margin-right: 18px;
}
.payment-list-item:last-child{
    margin-right: 0;
}
.payment-list-item-active{
    border: 1px solid #569fff;  
    background: #d1e5ff49;
    color: #569fff;
}
.payment-title{
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}
.payment-title div:nth-child(1){
    color: #999999;
    font-size: 14px;
}
.payment-title div:nth-child(2){
    font-size: 22px;
}
.payment-title div:nth-child(2) span{
    font-size: 28px;
    color: #f0142f;
    font-weight: 550;
}
.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
    background-color: #409eff99;
    color: #fff;
}
.el-input.is-disabled .el-input__inner{
    color: #555;
}
.el-button--primary.is-plain{
    color: white;
}
.el-slider__button {
    /* background-color: rgb(198, 25, 25) !important; */
    border-radius: 0% !important;
    height: 36px !important;
    width: 25px !important;
    background-image: url(../../images/cloud/huakuai.svg);
    background-size: cover;
    background-position-x: -6px;
    background-position-y: 0px;
    position: absolute;
    top: 2px;
    border: 0px solid rgb(255, 255, 255) !important;
}
.el-slider__button-wrapper{
    top:-5px;
}
.el-slider__runway{
    border:1px solid #DCDFE6;
    background-color: white;
}
.el-slider__runway{
    top: -10px;
    height: 30px;
}
.el-slider__bar{
    height: 30px;
    background-color: rgb(198, 25, 25) !important;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner{
    border-color: rgb(198, 25, 25) !important;
    background: rgb(198 25 25) !important;
    color: #ffffff !important;
    box-shadow: -1px 0 0 0 rgb(198, 25, 25) !important;
}
.el-slider__stop{
    height: 29px;
    width: 1.3px;
    border-radius: 0%;
    background-color: #DCDFE6;
    transform: translateX(-50%);
}
.harddisk-unit-button{
    display: flex;
}
.harddisk-unit{
    width: 39px;
    position: relative;
    top: -10px;
}
.harddisk-unit1{
    width: 28px;
    position: relative;
}
.el-button--mini.is-circle {
    height: 35px;
    width: 35px;
    position: relative;
    top: -10px;
}
.el-button--primary{
    /* height: 26px; */
    padding: 5px 10px;
}
.add{
        color: #059fff;
        margin: 0 10px 0 5px;
        font-size: 12px;
}
.el-radio-button__inner{
    padding: 8px 8px;
    margin-bottom: 10px;
}

.storage-slider{
    width: 97%;
}
/* 手机样式 */
@media (max-width: 1024px) {
    .page-container{
        position: unset;
        width: 100%;
        flex-wrap: wrap;
    }
    .page-right{
        position: unset;
        width: 100%;
        padding: 20px 4%;
    }
    .page-left{
        width: 100%;
    }
    .config-box{
        padding: 20px 4%;
    }
    .config-box-title{
        font-size: 16px;
    }
    .config-item{
        flex-wrap: wrap;
    }
    .config-item-title{
        width: 100%;
        margin-bottom: 8px;
    }
    .config-tips{
        font-size: 12px;
    }
    .harddisk-tips{
        font-size: 12px;
    }
    .huakuai{
                display: flex;
        flex-direction: column-reverse;
    }
    .el-slider__runway.show-input{
        width: 100%;
        margin-bottom: 0
    }
    .harddisk-unit {
        width: 40px;
        position: relative;
        top: -21px;
    }
    .el-button--mini.is-circle{
        top: 0;
    }
    .harddisk-unit-button{
        flex-direction: column;
    }
    .harddisk-unit1{
        width: 28px;
        position: relative;
        top: -10px;
        right: -4px;
    }
}
