/* productdetail */
.productdetail{
    background-color: #fff; padding: 76px 0; color: #333;
}
.productdetail a:hover{
    color: #333;
}
.productdetail-infot{
    width: 100%;
}
.productdetail-infot img{
    width: 100%; display: block;
}
.productdetail-infob{
    width: 100%;
    padding: 35px 76px;
}
.productdetail-infob .txt1{
    color: #333333;
    font-size: 20px; margin-top: 35px;
    letter-spacing: 2px;
    text-indent: 40px;
}
.productdetail-infob .txt2{
    margin-top: 30px;font-size: 20px; line-height: 1.5;
}
.pro-img{
    width: 100%;
    margin-top: 35px;
}
.productdetail-list{
    padding: 35px 76px;
}
.productdetail-list-title{
    font-size: 32px;
    color: #4e3221;
    font-weight: 600;
    text-align: center;
}
.productdetail-list-th{
    width: 15%;
    font-size: 24px;
    color: #fff!important;
    font-weight: 600;
    padding: 12px 0!important;
    background-color: #4e3221;
    text-align: center;
}
.productdetail-list-td{
    width: 15%;
    font-size: 24px;
    padding: 12px 0!important;
    text-align: center;
    background-color: #B6B6B6;
}
.productdetail-remark{
    padding: 35px 76px;
}
.productdetail-remark>.productdetail-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.productdetail-remark>.productdetail-title>.line{
    width: 4px;
    height: 50px;
    background-color: #4e3221;
}
.productdetail-remark>.productdetail-title>.txt-box{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 50px;
}
.productdetail-remark>.productdetail-title>.txt-box>.txt1{
    font-size: 30px;
    color: #4e3221;
}
.productdetail-remark>.productdetail-title>.txt-box>.txt2{
    font-size: 18px;
}
.productdetail-remark>.productdetail-con{
    margin-top: 35px;
}
.productdetail-remark>.productdetail-con>.sub-title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    background-color: #4e3221;
    color: #fff;
    border-radius: 8px;
}
.productdetail-remark>.productdetail-con>.sub-title>.num-box{
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #4e3221;
    font-size: 24px;
    border-radius: 30px 30px 0 30px;
    margin-left: 12px;
    text-align: center;
    line-height: 30px;
}
.productdetail-remark>.productdetail-con>.sub-title>.txt{
    font-size: 24px;
    margin-left: 18px;
}
.productdetail-remark>.productdetail-con>.sub-txt1{
    font-size: 18px;
    padding: 35px 0;
}
.productdetail-remark>.productdetail-con>.sub-box{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    background: #DADADC;
    border-radius: 8px;
}
.productdetail-remark>.productdetail-con>.sub-box>.sub-box-img{
    width: 30%;
}
.productdetail-remark>.productdetail-con>.sub-box>.sub-txt-box{
    width: calc(70% - 24px);
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-left: 24px;
}
.productdetail-remark>.productdetail-con>.sub-box>.sub-txt-box>.txt1{
    font-size: 24px;
    color: #4e3221;
    margin-bottom: 16px;
}
.productdetail-remark>.productdetail-con>.sub-box>.sub-txt-box>.txt2{
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}
.productdetail-remark>.productdetail-con>.sub-box>.sub-txt-box .dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #4e3221;
    border-radius: 16px;
    margin-right: 12px;
}
.productdetail-value{
    margin-top: 36px;
}
.productdetail-valuehd{
    text-align: center;color: #BE2421;font-size: 20px; padding: 24px 0;font-weight: 600;
}
.productdetail-valuehd .table{
    width: 100%; border-spacing: 0;
}
.productdetail-table-th{
    width: 20%;
    font-size: 24px;
    color: #fff!important;
    font-weight: 600;
    padding: 16px 0!important;
    background-color: #4e3221;
    border-radius: 12px 0 0 12px;
    text-align: center;
}
.productdetail-table-td{
    width: 20%;
    font-size: 24px;
    padding: 12px 0!important;
    border-radius: 12px 0 0 12px;
    text-align: center;
    background-color: #B6B6B6;
}
.table{
    border-top: 0!important;
}
.table thead th, .table tbody td{
    padding-left: 0!important;
    padding-right: 0!important;
}
.table tbody td{
    padding: 16px 0;font-size: 18px; line-height: 1.5;
}
.table tbody tr:nth-child(2n) td{
    background: #B6B6B6;
}
.table tbody tr:nth-child(4n) td{
    background: #DDDDDD!important;
}

/* productdetail end */
