.product-pro{
    background: #eeeeee;
}
.product-pro .content{
    padding-top: 0;
}
.product-pro .breadcrumb>div{
    margin-left: auto;
}
.product-pro .breadcrumb>div li{
    float: left;
}
.product-pro .breadcrumb>div li:not(:first-of-type){
    border-left: 1px solid #d5d5d5;
}
.product-pro .breadcrumb>div li a{
    width: 75px;
    display: inline-block;
}
.product-pro .breadcrumb>div li a.active{
    color: #6c757d;
}
.product-pro .breadcrumb>div li a:not(.active):hover{
    color: #f05013;
}
.product-pro nav>div{float:right;margin-top:10px;}
.product-pro nav ul li{display:inline;}
.product-pro nav ul li a.active{color:#6c757d;}
.product-pro .row{
    margin: 0 -7px;
}
.product-pro .row .col-xl-4{
    padding: 0 7px;
}
.product-pro img{
    width: 100%;
}
.product-pro .show{
    margin-bottom: 40px;
}
.product-pro .wenzi h1{
    font-size: 24px;
    font-family: "Verdana";
    color: rgb( 50, 50, 50 );
    width: 100%;
    text-align: left;
}
.product-pro .wenzi hr{
    margin-left: 0;
    margin-top: 22px;
    margin-bottom: 9px;
    border-top: 2px solid #f05013;
}
.product-pro .wenzi p{
    text-align: left;
    margin: 11px 50px 11px 0;
    font-size: 16px;
}
.product-pro .wenzi p:first-of-type{
    color: #3c4457;
    font-weight: bold;
}
.workvideo{
    background: #f9f9f9;
}
.workvideo .content{
    padding-bottom: 0;
}
.workvideo .row{
    margin: 0;
}
.workvideo [class*=col-]{
    padding: 0;
}
.workvideo video{
    /* width: 580px; */
    /* height: 360px; */
    /* float: left; */
    width: 100%;
    max-height: 400px;
}
.workvideo .wenzi{
    float: left;
    padding-left: 40px;
}
.workvideo .wenzi h4{
    text-align: left;
    font-size: 18px;
    font-family: "Verdana";
    color: rgb( 50, 50, 50 );
}
.workvideo .wenzi hr{
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 19px;
    width: 32px;
    border-top: 2px solid #f05013;
}
.workvideo .wenzi p{
    text-align: left;
    font-size: 16px;
}
.workvideo .wenzi h4:last-of-type{
    /* margin-top: 40px; */
}
.specs{
    background: #f9f9f9;
}
table{
    table-layout: fixed;
}
table thead{
    background: #e5e5e5;
}
table.table thead th{
    vertical-align: middle;
    color: #323232;
    font-weight: 400;
    border: 0px;
    border-left: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.table thead th:first-of-type{
    border: 0;
}
table.table tr td{
    border: 0px;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    display: block;
}
body .container-fluid .inquiry{
    background: #eeeeee;
}
#parameter{
    width: 100%;
    overflow-x: auto;
}
table.para_table{
    width: auto;
    min-width: 100%;
}
table.para_table .odd,table.para_table .even{
    background: inherit;
}
table.para_table td{
    padding: .75em 0;
    border: 1px solid #d5d5d5;
}
table.para_table tr:first-of-type{
    background: #e5e5e5;
}
