.set-child-order-title{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.set-child-order-warp{
    margin-bottom: 10px;
}
.set-child-order-tips{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.set-child-order-down{
    width: 532px;
}
.set-child-order-body{
    max-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.set-child-order-down-item{
    padding:5px 10px;
    cursor: pointer;
}
.set-child-order-down-item:hover{
    background: #fbfcfc;
}
.set-child-order-down-head{
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.set-child-order-down-body-img{
    position: relative;
    width: 70px;
    height: 60px;
    padding-right: 10px;
}
.set-child-order-down-body-img>img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.set-child-order-down-body-info{
    position: relative;
    width: calc(100% - 140px);
}
.set-child-order-down-body-info-item{
    position: relative;
    width: 100%;
    height: 20px;
    /*line-height: 22px;*/
    font-size: 12px;
}
.set-child-order-down-body-btn{
    position: relative;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.set-child-order-value-head{
    border-bottom: 1px solid #CCDBF0;
}
.set-child-order-value-head-item{
    position: relative;
    width: 140px;
    padding: 0 15px 0 5px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 12px;
}
.set-child-order-value-head-item.active{
    background: rgb(243, 248, 255);
}
.set-child-order-value-head-item.active>.set-child-order-del{
    display: block;
}
.set-child-order-del{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #2f87f2;
    cursor: pointer;
}
.set-child-order-value-body{
    padding: 5px;
    background: rgb(243, 248, 255);
}
.set-child-order-value-body-img{
    position: relative;
    width: 70px;
    height: 60px;
    padding-right: 10px;
}
.set-child-order-value-body-img>img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.set-child-order-value-body-info{
    position: relative;
    width: calc(100% - 70px);
}
.set-child-order-value-body-item-title{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
}