/* 轮组定制页 */
.custom{
    margin-top: 64px;
}
.cusrom-box .table-init{
    height: auto;
    min-height: 740px;

}
.cusrom-box .description-table td{
    border: 1px solid #d1d1d1;
    padding:5px;
}
.cusrom-box .card-ul-lilist{
    font-size: 14px;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 5px;
    -webkit-box-shadow:0px 0px 16px rgba(45,50,81,.13);
    -moz-box-shadow: 0px 0px 16px rgba(45,50,81,.13);
    box-shadow:0px 0px 16px rgba(45,50,81,.13);
    padding: 22px 10px 10px 10px;
}
.cusrom-box .card-ul-lilist.rem_r_mar{
    margin-right: 0px;
}
.cusrom-box .card-ul-lilist .pro_name{
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px #e7e6e6 solid;
    padding-bottom: 10px;
    max-height: 85px;
}
.cusrom-box .card-ul-lilist .pro_name_1{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 3px;
}
.cusrom-box .card-ul-lilist .ul1 li{
    line-height: 50px;
    margin: 2px 0;
    text-align: left;
    padding: 0 15px;
    overflow: hidden;
}
.cusrom-box .card-ul-lilist .ul1 li.tlt{
    font-weight: 600;
}
.cusrom-box .card-ul-lilist .ul1 li.chao .fload_right{
    position: relative;
    top: -10px;
}
.cusrom-box .card-ul-lilist .ul1 li:nth-child(even){
    background-color: #f2f2f2;
}
/* .cusrom-box  .collapse{
	display: none;
}  */
.card-ul .card-ul-lilist.margin_top{
    margin-top: 20px;
}
.pro_tlt{
    margin-top: 20px;
    padding: 0 10px;
    overflow: hidden;
}
.pro_tlt .two_title{
    overflow: hidden;
    height: 120px;
}
.pro_tlt .title_list{
    font-size: 16px;
    font-weight: 600;
    clear: both;
}
.pro_tlt .title_list.text_left{
    text-align: left;
    margin-top: 10px
}
.pro_tlt .title_list.text_right{
    text-align: right;
}
.pro_tlt .hub-size{
    width: 100%;
    height: 115px;
    overflow: hidden;
}
.pro_tlt .title_miaoshu{
    /*position: relative;*/
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    transition: height .5s;
}
/*.pro_tlt .title_miaoshu::after{*/
/*    content: '...';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 1rem;*/
/*}*/
.pro_tlt .title_miaoshu.show{
    height: 325px;
    max-height: 325px;
    display: block;
    overflow: visible;
    transition: height .5s;
}
.pro_tlt .title_miaoshu.show::after{
    content: '';
}
.pro_tlt .last_button{
    cursor: pointer;
}
.pro_tlt .open .fa-angle-down{
    transform: rotate(180deg);
}
.pro_tlt .listbiao ul li{
    font-size: 14px;
    line-height: 18px;
}
.pro_tlt .listbiao ul.ul_text_right{
    text-align: right;
}
.pro_tlt .listbiao ul.ul_text_left{
    text-align: left;
}
.rim-listBox{
    border-radius: 5px;
    box-shadow: 0px 0px 16px rgba(45,50,81,.13);
    padding: 22px 10px 5px 10px;

}
.rim-listBox .thead-700c tr th:first-child{
    width: 35%;
}
.rim-listBox tbody tr:nth-child(odd){
    background-color: #f2f2f2;
}
.rim-listBox-650b{
    margin-top: 15px;
}
@media (min-width: 992px) {
    .rim-listBox-650b{
        margin-top: 30px;
    }
}
