body{
    background: #F3F5F8;
}
#app{
    padding: 20px 0 60px 0;
}
.page-container{
    position: relative;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.page-left{
    width: 820px;
}
.page-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 368px;
    /* background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%); */
    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: 40%;
}
.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-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: 2px;
    height: 20px;
    background: #006EFF;
}
.product-header-box{
    height: 52px;
    width: 100%;
    line-height: 52px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin: 0 0 2px 0;
    padding: 0 16px;
    font-size: 16px;
    color: #333;
    font-weight: 550;
}
.product-main-box{
    flex: 1;
    /* overflow: hidden;
    overflow-y: scroll; */
    width: 100%;
    padding: 20px 16px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px auto;
}
.product-main-box:last-child{
    margin-bottom: 0;
}
.product-footer-box{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 93px;
    width: 100%;
    padding: 0 80px 0 20px;
    background: white;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    margin: auto;
}
.price-box{
    font-size: 14px;
    color: #333;
}
.price-box .price{
    color: #ff000e;
    font-size: 28px;
    font-weight: 500;
}
.item-box{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    width: 100%;
}
.config-item-box{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    width: 47%;
}
/* .item-box:last-child{
    margin-bottom: 0;
} */
.item-title{
    width: 76px;
    color: rgb(78, 89, 105);
    font-size: 14px;
    margin-right: 16px;
}
.area-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.area-item{
    display: flex;
    align-items: center;
    height: 46px;
    border: 1px solid #eff2f7;
    font-size: 14px;
    color: #495057;
    padding: 0 28px 0 16px;
    font-weight: 550;
    margin-right: 20px;
}
.area-item img{
    width: 33px;
    height: 22px;
    margin-right: 6px;
}
.system-box{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.system-item{
    width: 210px;
    border: 1px solid #eff2f7;
    border-radius: 1px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.system-item-active{
    border: 1px solid rgb(168, 209, 250);
    box-shadow: 0 2px 4px rgba(64, 160, 255, 0.3);
}
.system-item-name{
    background: rgb(242, 243, 248);
    height: 50px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    font-weight: 550;
}
.system-item-name svg{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.system-item .el-input__inner{
    border: 0!important;
}
.system-item-select{
    position: relative;
}
.system-item-select-placeholder{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #606266;
    background: white;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#bill-table thead th{
    background: #f4f8ff;
    color: #555;
}
.price-box-num{
    margin-bottom: 8px;
}
.note-textarea{
    width: 60%;
}
.page-tips{
    background-color: #ecf5ff;
    border-color: #d9ecff;
    color: #409EFF;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 20px;
}
.line-through{
    text-decoration: line-through;
}
.breadcrumb-box{
    width: 1200px;
    margin: 0 auto 12px auto;
}
.harddisk-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.harddisk-box:last-child{
    margin-bottom: 0;
}
.harddisk-tips{
    font-size: 13px;
    color: #666;
    margin-left: 10px;
}
.harddisk-tips span{
    color: #409EFF;
}
.harddisk-unit{
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}
.fixed-value{
    background: #409EFF;
    padding: 9px 15px;
    font-size: 12px;
    color: white;
    border-radius: 4px;
}
.product-main-box-title{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 12px;
    margin-bottom: 26px;
}
.product-main-box-title::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    width: 3px;
    height: 12px;
    background: #006EFF;
}

/* 手机样式 */
@media (max-width: 1024px) {
    #app{
        margin-bottom: 30px;
    }
    .page-container{
        width: 100%;
        flex-wrap: wrap;
    }
    .page-left{
        width: 100%;
    }
    .page-right{
        position: unset;
        width: 100%;
        padding: 20px 4%;
    }
    .config-box-title{
        font-size: 16px;
    }
    .product-main-box{
        padding: 20px;
    }
    .product-footer-box{
        padding: 0 20px;
    }
    .item-box{
        flex-wrap: wrap;
    }
    .item-title{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .price-box-num{
        margin-bottom: 0;
    }
    .price-box-tips{
        display: none;
    }
    .price-box .price{
        font-size: 24px;
    }
    .config-item-box{
        width: 100%;
        flex-wrap: wrap;
    }
    .system-box{
        justify-content: space-between;
    }
    .system-item{
        width: 48.5%;
        margin-right: 0;
    }
    .note-textarea{
        width: 100%;
    }
    .cost-details{
        display: none;
    }
    .breadcrumb-box{
        width: 100%;
        padding: 0 16px;
    }
}