#content{
    /*background-color: white;*/
    padding-bottom: 15px;
    min-height: 600px;
    position: relative;
    background: url("/mall/image/enquiry/bg-quotation.webp");
    background-repeat: no-repeat;
    background-size: cover ;
}

.pnl-rfq.fp-front{
    background: linear-gradient(45deg, #0093c7, #039ed5, #09a0d5, #21b6e9, #7dd9f9);
}
.pnl-rfq.fp-back{
    background: linear-gradient(45deg, #4e09a1, #5915a9, #682db0, #7038b2, #4e09a1);
}
/*.pnl-rfq:hover{*/
/*    background-color: rgba(232, 133, 2, 0.9);*/
/*}*/

.pnl-bom.fp-front{
    background: linear-gradient(45deg, #6b2918, #6b2918, #6b2918, #313886, #363c83);
}
.pnl-bom.fp-back{
    background: linear-gradient(45deg, #4e09a1, #5915a9, #682db0, #7038b2, #4e09a1);
}
/*.pnl-bom:hover{*/
/*    background-color: rgba(19, 27, 124, 0.9);*/
/*}*/

.div-quotation{
    height: 400px;
    margin-top: 10%;
}

.div-quotation .pnl-rfq a,
.div-quotation .pnl-bom a{
    text-decoration: none;
}

.div-quotation.pc .pnl-rfq,
.div-quotation.pc .pnl-bom{
    width: 80%;
}
.div-quotation .pnl-rfq,
.div-quotation .pnl-bom{
    /*border: 1px solid rgb(236, 236, 237);*/
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /*background-color: white;*/

    height: 200px;
}
.div-quotation .title{
    padding: 15px;
}
.fp-front .title h2{
    color:white;
    font-size: 20pt;
    font-weight: 900;
    letter-spacing: 1px;
}
.fp-front .title h3{
    color:white;
    font-size: 11pt;
    font-weight: 500;
}

.fp-back .title h2{
    color:#ffffff;
    font-size: 20pt;
    font-weight: 900;
    letter-spacing: 1px;
}
.fp-back .title h3{
    color: #ffffff;
    font-size: 11pt;
    font-weight: 500;
}

.div-quotation .pnl-rfq .img-logo,
.div-quotation .pnl-bom .img-logo{
    width: 80px;
    height: 80px;
}
.div-quotation .pnl-rfq .img-pointer,
.div-quotation .pnl-bom .img-pointer{
    width: 70px;
    height: 70px;
    margin-right: 10px;
}