.productparame .productparame_left {
    width: 220px;
    min-height: 637px;
    float: left
}

.productparame .productparame_left h4 {
    width: 220px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    padding-left: 18px;
    font-size: 16px
}

.productparame .productparame_left h4 i {
    margin-right: 10px
}

.productparame .productparame_left .productparame_box {
    border: 1px solid #eee;
    width: 220px
}

.productparame .productparame_left .productparame_box ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: 16px
}
.productparame .productparame_left .productparame_box ul li .sublist{
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.productparame .productparame_left .productparame_box ul li .sublist .sub3list{
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.productparame .productparame_left .productparame_box ul li:hover .sublist{
    display: block;
}
.productparame .productparame_left .productparame_box ul .subitem:hover .sub3list{
    display: block;
}
.productparame .productparame_left .productparame_box ul li.hover > a,
.productparame .productparame_left .productparame_box ul li:hover > a {
    background-color: #f1f1f1
}

.productparame .productparame_left .productparame_box ul li.hover i {
    background-position: -33px -34px
}

.productparame .productparame_left .productparame_box ul li:last-child {
    margin-bottom: 18px
}

.productparame .productparame_left .productparame_box ul li>a {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
    padding-left: 25px;

    overflow: hidden
}

.productparame .productparame_left .productparame_box ul li a i {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: -8px -96px;
    position: absolute;
    left: 11px;
    top: 10px
}

.productparame_child {
    width: 220px;
    display: none
}

.productparame_child:after {
    content: "";
    display: inline-block;
    width: 184px;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin: 0 18px
}

.productparame .productparame_left .productparame_box ul li:hover .productparame_child:after {
    border-bottom: 1px solid #eee
}

.productparame_child>a {
    display: inline-block;
    width: 75%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-left: 31px
}

.productparame .productparame_left .productparame_box ul li.hover .productparame_child {
    display: block;
    background-color: #fff
}

.productparame_right {
    width: 960px;
    float: right
}

.productparame_right .pro_name {
    width: 100%;
    height: 46px;
    line-height: 46px
}

.productparame_right .txt-input {
    height: 32px;
    line-height: 32px;
    width: 198px;
    border: 1px solid #ccc;
    text-indent: 5px;
    font-size: 12px;
    box-sizing: border-box;
    float: left;
    margin-top: 7px
}

.productparame_right .icon-llhomesearch {
    width: 36px;
    height: 32px;
    border: 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-top: 7px
}

.productparame_right .pro_name h3 {
    font-size: 16px;
    width: 600px;
    overflow: hidden;
    height: 46px
}

.productparame_right .pro_name h3:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 15px
}

.pc_selectbox {
    display: none;
    float: left;
    width: 80px;
    position: relative;
    margin-top: 7px;
    z-index: 100
}

.pc_selectbox input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 12px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 0 5px
}

.pc_selectbox ul {
    display: none;
    position: absolute;
    top: 30px;
    width: 81px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    overflow-y: auto;
    max-height: 400px
}

.pc_selectbox ul li {
    height: 22px;
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    padding: 0 5px;
    color: #000;
    font-size: 12px
}

.pc_selectbox ul li.color-white,
.pc_selectbox ul li:hover {
    color: #fff
}

#table_srcoll {
    overflow-x: auto;
    height: 10px
}

.table_srcoll_wd {
    height: 10px
}

#table_srcoll::-webkit-scrollbar {
    height: 100%;
    background: #a9b0b2
}

#table_srcoll::-webkit-scrollbar-track {
    margin: 0 6px
}

#table_srcoll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #1e5787
}

.productparame_right .pro_content {
    overflow: hidden;
    position: relative
}

.productparame_right .pro_content .pro_table {
    min-width: 960px;
    border: 1px solid #eee
}

.productparame_right .pro_content .pro_table tr {
    line-height: 16px;
    border-bottom: 1px solid #eee
}

.productparame_right .pro_content .pro_table tr td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    border-left: 1px solid #e2e2e2;
    text-align: center
}

.productparame_right .pro_content .pro_table tr td.buyOrBom,
.productparame_right .pro_content .pro_table tr td.icon_pdf {
    position: sticky;
    right: 0;
    background: #f1f1f1
}

.productparame_right .pro_content .pro_table tr td:first-child {
    border-left-width: 0
}

.productparame_right .pro_content .pro_table tbody tr td.buyOrBom,
.productparame_right .pro_content .pro_table tbody tr td.icon_pdf {
    background: #fff
}

.productparame_right .pro_content .pro_table tr td.buyOrBom .line,
.productparame_right .pro_content .pro_table tr td.icon_pdf .line {
    background: #e2e2e2;
    width: 1px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0
}

.productparame_right .pro_content .pro_table tr td.mainColumn {
    border-bottom: 1px solid #e2e2e2;
    text-align: center
}

.productparame_right .pro_content .pro_table thead tr {
    height: 23px;
    background-color: #f1f1f1;
    line-height: 23px
}

.productparame_right .pro_content .pro_table tbody tr {
    height: 42px
}

.productparame_right .pro_content .pro_table tbody tr .btn-a {
    padding: 5px 14px;
    border: 0
}

.productparame_right .pro_content .pro_table tbody tr td>a>i.fa-file-pdf-o {
    font-size: 14px
}

.productparame_right .pro_content table {
    border-collapse: collapse;
    border-spacing: 0
}

.productparame_right .pro_content .pages {
    width: 100%
}