#content{
    padding-bottom: 15px;
}

.fa-caret-up{
    font-size: 50pt;
    color: rgb(255, 255, 255);
    line-height: 10px;
}
.angle{
    background: transparent;
    line-height: 1px;
    margin-bottom: -5px;
}
.pnl-rfq .title{
    font-size: 14pt;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
    font-style: italic;
}
.pnl-rfq label{
    font-size: 10pt;
    width: 100px;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
}
.pnl-rfq .sy-btn-secondary{
    width: 40%;
    line-height: 25px;
}

.pnl-pdu-info,.pnl-order-info{

}
.pnl-pdu,.pnl-pdu-spec,.pnl-pdu-desc,.pnl-rfq{
    background-color: #f9fcff;
    border: 1px solid rgb(191 222 233);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pnl-pdu-info .pnl-pdu-right{
    position: relative;
}
.pnl-pdu-info .leaf{
    position: absolute;
    right: 3%;
    top:13%;
    width: 30px;
    height: 30px;
}

@media (max-width: 567px)  {
    .pnl-pdu-info .pdu-img {
        min-height: 390px;
        min-width: 390px;
    }
}
@media (min-width: 567px)  {
    .pnl-pdu-info .pdu-img {
        min-height: 280px;
        min-width: 280px;
    }
}

.pnl-pdu-info .pdu-img{
    width: 100%;
    height: auto;
    /*max-height: 500px;*/
    border-radius: 8px;
}

.pnl-pdu-info .part-title{
    font-weight: 700;
    font-size: 20pt;
    color: #6b2918;
    padding-left: 0px;
}
.pnl-pdu-info .info-title{
    font-size: 11pt;
    width: 100px;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
}
.pnl-pdu-info .info-title+span{
    font-size: 11pt;
    color: #6d71b0;
    font-weight: 500;
}
.pnl-pdu-info .btn-rfq,
.pnl-pdu-info .btn-bom{
    line-height: 25px;
    min-width: 200px;
}

.pnl-pdu-info .mfr-link{
    color: rgb(24, 32, 201);
    text-decoration: underline;
}
.pnl-pdu-info .datasheet-link{
    color: rgb(9, 180, 65);
    text-decoration: underline;
}

.pnl-order-info{
    padding: 3% 5%;
}
.pnl-order-info .stock span:first-child{
    font-size: 11pt;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
}
.pnl-order-info .stock span:last-child{
    font-size: 11pt;
    text-wrap: none;
    color: #6d71b0;
}
.pnl-order-info .stock span:nth-child(2){
    font-size: 16pt;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
    margin-left: 5px;
}

.pnl-order-info .price .title{
    font-size: 12pt;
    text-wrap: none;
    font-weight: 700;
    color: #6b2918;
}

.pnl-order-info .price thead th{
    text-wrap: none;
    font-size: 11pt;
    font-weight: 600;
    color: #6b2918;
    text-align: center;
}

.pnl-order-info .price tbody td,
.latest-price,.latest-price:hover{
    text-wrap: none;
    font-size: 11pt;
    font-weight: 500;
    color: #acb51b;
    text-align: center;
}

.latest-price{
    text-decoration: underline;
}





.pnl-order-info .price thead th:first-child{
    text-align: left !important;
}
.pnl-order-info .price tbody td:first-child{
    text-align: left !important;
    color: #4d5086 !important;
}

.pnl-order-info .price thead th:last-child,
.pnl-order-info .price tbody td:last-child{
    text-align: right !important;
}

.pnl-order-info .price tr{
    border-top:1px solid rgba(212, 214, 236, 0.51);
    border-bottom:1px solid rgba(212, 214, 236, 0.52);
    line-height: 25px;
}


.pnl-order-info .shipping .row{
    margin-left: 0px;
}

.pnl-order-info .shipping .title{
    font-size: 11pt;
    width: 160px;
    font-weight: 700;
    color: #6b2918;
}
.pnl-order-info .shipping .info-title{
    font-size: 10pt;
    width: 160px;
    font-weight: 700;
    color: #6b2918;
}
.pnl-order-info .shipping .row span:last-child{
    font-size: 10pt;
    width: 160px;
    font-weight: 600;
    color: #353eaf;
}
.pnl-order-info .shipping .lead-time-link{
    color: rgb(9, 180, 65);
    text-decoration: underline;
}
.pnl-order-info .shipping .btn-estimate{
    font-size: 9pt;
    line-height: 20px;
    padding: 3px 10px 3px 10px;
    background-color: white;
    color: #6b2918;
    border: 1px solid #6b2918;
    font-weight: 700;
}

.pnl-pdu-desc,
.pnl-pdu-spec{
    padding: 4%;
}

.pnl-pdu-spec .title,
.pnl-pdu-desc .title{
    font-size: 14pt;
    width: 160px;
    font-weight: 700;
    color: #6b2918;
}
.pnl-pdu-spec .spec-item{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px dashed #eaeaea;
    word-break: break-all;
}
.pnl-pdu-spec .spec-item:nth-child(2n){

}
.pnl-pdu-spec .spec-item span:first-child{
    font-size: 11pt;
    width: 200px;
    font-weight: 500;
    color: rgba(91, 91, 91, 0.87);
}
.pnl-pdu-spec .spec-item span:last-child{
    font-size: 11pt;
    font-weight: 600;
    color: rgba(20, 24, 102, 0.87);
    margin-left: 20px;
}
.pnl-pdu-desc .content{
    font-size: 10pt;
    font-weight: 600;
    color: #6269bd;
}

.pdu-info-tag{
    border: 1px solid rgb(232, 232, 232);
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
    height: 100%;
    padding: 15px 15px 15px 15px;
}
.pdu-info-tag .pdu-img{
    width: 80px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}
.pdu-info-tag .pdu_info{
    /*width: 20rem;*/
}
.pdu-info-tag .pdu-part{
    font-size: 12pt;
    color:#6b2918;
    font-weight: 700;
    text-decoration: none;
}
.pdu-info-tag .pdu-mfr{
    font-size: 8pt;
    font-weight: 500;
    color: #6b2918;
    text-decoration: underline;
}
.pdu-info-tag .pdu-desc{
    font-size: 10pt;
    font-weight: 500;
    color:#646594;
}

.pdu-info-tag .pdu-ecad img{
    height: 30px;
}
.pdu-info-tag .pdu-link{
    color: white !important;
    /*text-decoration: underline;*/
    font-weight: 700;
    font-size: 10pt;
    background-color: #5f0bc5;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-style: italic;
}

input:focus,select:focus{
    /*outline-color: #d39e00 !important;*/
    border: 1px solid rgba(255, 191, 2, 0.62) !important;
    box-shadow: 0px 0px 10px 0px rgba(211, 158, 0, 0.74) !important;
}

.stock input{
    color: #acb51b!important;
    font-size: 11pt;
    text-align: right;
}


.modal-content{
    background-color: #e5f8e8!important;
    color: #1e7e34!important;
    border: 1px solid #99daa8 !important;
    font-weight: 500;
    width: 200px;
    border-radius: 22px;
}

/*box*/
.spec_box{border: 1px solid #CCCCCC;line-height: 22px;border-top: none;width: 100%;}
.spec_box h2{background-color: #6b2918;border-bottom: 1px solid #CCCCCC;color: #FFFFFF;font-size: 16px;font-weight: bold;line-height: 36px;padding-left: 10px;}
.spec_box .text{padding: 5px 15px 10px;}

/*specifications*/
.spec_specifications{border-collapse: collapse;}
.spec_specifications th,.spec_specifications td{border-bottom: 1px dotted #CCCCCC;color: #333333;font-size: 14px;line-height: 30px;text-align: left;}
.spec_specifications th{color: #4C4C4C;max-width: 150px;padding-left: 10px;}
.spec_specifications td{padding-left: 100px;}


.aaaaa{background-color: #6b2918;line-height: 40px;color: #FFFFFF;padding: 2px 2px 0 1px;height: 40px;width: 100%;}
.aaaaa h2{display: inline-block;padding: 0 10px;font-size: 19px;}
.aaaaa h2.cur{background-color: #FFFFFF;color: #000000;}

.pnl-pdu-spec-title{
    font-size: 14pt;
    width: 160px;
    font-weight: 700;
    color: #6b2918;
}
.pnl-pdu-spec-item{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px dashed #eaeaea;
    word-break: break-all;
}
.pnl-pdu-spec-item:nth-child(2n){

}
.pnl-pdu-spec-item span:first-child{
    font-size: 11pt;
    width: 200px;
    font-weight: 500;
    color: rgba(91, 91, 91, 0.87);
}
.pnl-pdu-spec-item span:last-child{
    font-size: 11pt;
    font-weight: 600;
    color: rgba(20, 24, 102, 0.87);
    margin-left: 20px;
}
.pnl-pdu-spec-content{
    font-size: 10pt;
    font-weight: 600;
    color: #6269bd;
}




.custom-table thead th {
    background-color: #6b2918; /* 表头背景色为蓝色 */
    color: white; /* 表头文字颜色为白色 */
}

/* 奇数行背景色为灰色 */
.custom-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa; /* 灰色 */
}

/* 偶数行背景色为白色 */
.custom-table tbody tr:nth-child(even) {
    background-color: white; /* 白色 */
}

/*product summary*/
.goods_info_5{padding: 0 10px 10px;position: relative;width: 867px;}
.goods_info_5 h3{border: medium none;margin-bottom: 10px;padding-left: 2px;text-align: left;}
/*product info*/
.goods_info_5 .info{float: left;width: 50%;}
.goods_info_5 .info th,#main .summary .info td{border-radius: 0;height: 40px;padding-left: 10px;}
.goods_info_5 .info th{width:25%;background-color: #F9F9F9;padding-right: 1.5rem;text-align: right;}
.goods_info_5 .info tr:last-child th,#main .summary .info tr:last-child td{border:none;}
.goods_info_5 .info td a{width:75%;color: #0A2C71;text-decoration: underline;}