/*---------Molding product details page-----------*/
.lh23 {
    line-height: 23px;
}
.pl13{
    padding-left: 13px;;
}
.part {
    margin-top: 18px;
}
.mold-first-tit {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F9F7FB;
    border-bottom: 1px solid #EBE4F6;
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 17px;
}
.mold-second-tit:before {
    content:"";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,102,0,0.4);
    margin-right: 12px;
    position: relative;
    top: -1px;
}
.lft-border {
    border-left: 1px dotted #EBE4F6;
    padding-right: 12px;
    margin-left: 3px;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.dec {
    margin: 10px 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #EBE4F6;
}
.btm-border {
    border-left: 1px dashed #EBE4F6;
}
.text-bg {
    margin-top: 10px;
    background: #FFFBF1;
    padding: 14px;
    border-bottom: 0;
    position: relative;
}
.text-note-bg {
    margin-top: 10px;
    background: #FFFDF7;
    padding: 12px;
    border-bottom: 0;
    position: relative;
}
.text-note {
    width: 51px;
    height: 20px;
    line-height: 20px;
    background: #FFE2AA;
    text-align: center;
    border-radius: 0 0 8px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.text-note-dec {
    margin-top: 15px;;
}