.content-title{
    color: #333;
    font-size: 15px;
    /* border-bottom: 3px solid #118EFC; */
    width: fit-content;
    margin: 38px 0 18px 0;
}
.content-title div{
    width: 30%;
    margin: 6px auto 0 auto;
    height: 3px;
    border-radius: 12px;
    background: #118EFC;
}
.content-title-msg{
    color: #8692B0;
    font-size: 12px;
    margin: 17px 0 9px 0;
}
.template-item{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.template-item-title{
    width: 14%;
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.page-tips{
    background-color: #ecf5ff;
    border-color: #d9ecff;
    color: #409EFF;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 20px;
}
.total-price span{
    color: #f0142f;
    font-size: 22px;
    font-weight: bold;
}

/* element-ui */
.table-expand {
    padding-left: 114px;
    font-size: 0;
}
.table-expand label {
    width: 90px;
    color: #99a9bf;
}
.table-expand .el-form-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
}
.el-table th.el-table__cell>.cell{
    color: #757575;
    font-weight: 550;
}
.el-table th.el-table__cell.is-leaf{
    background: #f9fcff;
}
.el-table{
    border-radius: 8px;
}
.el-form-item__label{
    margin-right: 20px;
    font-weight: 500;
}
.el-form{
    padding: 0 60px;
}
.el-form-item__error{
    left: 37px;
}