.category_list{
    height:40px;
    line-height: 40px;
    box-shadow: 0 1px 0 0 #EDEEF0;
    margin-bottom:35px;
    display: inline-block;
    padding:0 5.6vw;
    width: 88.8vw;
    white-space: nowrap;
    overflow-x:scroll;
}
.category_item{
    display: inline-block;
    margin-right:6.4vw;
    height:40px;
    vertical-align: top;
}
.category_title{
    font-size:14px;
    color:#333;
    /* border-bottom:2px solid #fff; */
}
.function_list{
    width:92vw;
    padding:0 4vw;
    position: absolute;
    height:36px;
    line-height: 34px;
    box-shadow: 0 1px 0 0 #EDEEF0;
    top:78px;
    left:0;
    display: none;
    white-space: nowrap;
    overflow-x: scroll;
}
.function_item{
    font-size:12px;
    color: #666;
    border-bottom:2px solid #fff;
    margin-right:5.6vw;
    display: inline-block;
    vertical-align: middle;
}
.function_item.selected{
    color:#014098;
    border-color:#014098;
}
.category_item.selected .category_title{
    color:#014098;
    /* border-color:#014098;
    font-weight: bold; */
    display: inline-block;
}
/* 新增tab */
.series_tab_list{
    height: 20px;
    padding: 8px 7px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
}
.series_tab_list .series_tab_item{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}
.series_tab_list .series_tab_item:last-child{
    margin-right: 0;
}
.series_tab_list .series_active{
    color: #ffffff;
    background: #0052b9;
}
/* 新增tab end */
/* 新增固定询价 */
.price_float{
    position: fixed;
    right: 0;
    bottom: 0;
    height: 78px;
    width: 78px;
    z-index: 2;
    margin-bottom: 90px;
}
.price_float_detail{
    bottom: 45px;
}
.price_float .float_img{
    display: block;
    height: 100%;
    width: 100%;
}
.price_float .num_dot{
    position: absolute;
    right: 12px;
    top: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background: #ff5959;
    border-radius: 8px;
}
/* 新增固定询价 end */
.category_item.selected .function_list{
    display: inline-block;
}
.product_list .count_text{
    font-size:13px;
    color:#999;
    line-height: 33px;
    padding:0 4vw;
    border-bottom:1px solid #F2F2F2;
}
.product_list .item{
    padding:4vw;
    border-bottom:1px solid #f2f2f2;
    display: block;
}
.product_list .image{
    width:110px;
    height:110px;
    line-height: 110px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right:3.2vw;
}
.product_list .image img{
    width:100%;
    height:100%;
    display: inline-block;
    vertical-align: middle;
}
.product_list .info{
    display: inline-block;
    vertical-align: middle;
    width: calc(88.8vw - 112px);
    min-height:112px;
}
.product_list .name{
    font-size:14px;
    color:#333;
    line-height: 20px;
    height:40px;
    overflow: hidden;
    display: inline-block;
}
.product_list .tag{
    margin-top:6px;
    line-height: 18px;
    height:36px;
    padding-left:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.product_list .tag img{
    width:10px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left:0;
    top:3px;
}
.product_list .tag span{
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    color:#aaa;
}
.product_list .product_btn{
    height:28px;
    width: 100px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #014098;
    border: 1px solid #014098;
    margin-left: auto;
}
/* 系列介绍 */
.series_intro_list{
    width:100vw;
    max-height: 100vh;
    position:fixed;
    left:0;
    top:0;
    overflow: scroll;
    z-index:1000;
}
.series_intro_list .close{
    width:30px;
    height:30px;
    position: fixed;
    right:10px;
    top:10px;
}
.series_intro_list .img{
    width:100vw;
}
/* 详情 */
.product_detail_images{
    width:100vw;
    height:69.6vw;
    padding:4vw 0;
    overflow:hidden;
    position: relative;
    margin-bottom:4vw;
}
.product_detail_images .item{
    width:100vw;
    height:69.6vw;
    text-align: center;
}
.product_detail_images .item img{
    width:69.6vw;
    height:69.6vw;
    display: inline-block;
}
.product_detail_images .swiper-pagination{
    position: absolute;
    right:6.6vw;
    bottom:0;
    border-radius:12px;
    line-height: 19px;
    height:19px;
    background-color:RGBA(0, 0, 0, 0.3);
    text-align: center;
    padding:0 9px;
    font-size:11px;
    color:#fff;
    display: inline-block;
    width: fit-content;
    left:unset;
}
.product_detail_images .swiper-pagination *{
    display: inline-block;
    vertical-align: middle;
}
.product_detail_info{
    padding: 10px;
}
.product_detail_name{
    font-size:15px;
    color:#333;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
.product_detail_name>div{
    display: inline-block;
    text-align: left;
}
.product_detail_intro{
    font-size:13px;
    color:#333;
    line-height: 20px;
    margin-top:8px;
}
.product_detail_authentic{
    padding:13px 0 24px 0;
}
.product_detail_authentic .title{
    line-height: 16px;
    height:16px;
    padding-left:10px;
    border-left:2px solid #014098;
    margin-left:4.8vw;
    font-size:15px;
    color:#333;
    
}
.product_detail_authentic .list{
    white-space: nowrap;
    padding-left:4.8vw;
    height:29px;
    overflow-x: scroll;
    overflow-y:hidden;
    margin-top:6.4vw;
}
.product_detail_authentic .item{
    height:29px;
    display: inline-block;
    margin-right:8vw;
}
.product_detail_menu{
    height:40px;
    width: 100%;
    /* width:calc(100vw - 2px); */
    /* border:1px solid #E2E2E2; */
    display: table;
    /* border-radius:2px; */
    border-collapse: collapse;
}
.product_detail_menu .item{
    width:20%;
    display: table-cell;
    height:40px;
    border-right: 1px solid #ffffff;
    text-align: center;
    line-height: 38px;
    font-size:14px;
}
.product_detail_menu .item:last-child{
    border-right: none;

}
.product_detail_menu .item div{
    border-top:2px solid #F4F5F9;
    background-color:#F4F5F9;
    color:#000E35;
}
.product_detail_menu .item.selected div{
    border-top:2px solid #014098;
    background-color:#fff;
    color:#014098;
    font-weight: bold;
}
/* 详情部分 */
.product_detail_content{
    padding:20px 10px;
}
.product_detail_title{
    height:21px;
    line-height: 21px;
    margin-bottom:20px;
}
.product_detail_title img{
    width:14px;
    height:14px;
    display: inline-block;
    vertical-align: middle;
    margin-right:7px;
}
.product_detail_title span{
    display: inline-block;
    vertical-align: middle;
    font-size:15px;
    color:#333;
    font-weight: bold;
}
.product_detail_content .detail_content{
    font-size:14px;
    line-height: 1.5;
    color:#333;
    width: 100%;
    overflow: hidden;
}
.product_detail_content .detail_content *{
    max-width:calc(100vw - 20px)!important;
}
.product_detail_content .detail_content img{
    height:auto!important;
    display: block!important;
}
.product_parameter{
    width:92vw;
    padding:20px 10px;
}
.parameter_list{
    padding:0 21px;
}
.parameter_list .title{
    font-size:14px;
    color:#333;
    padding-left:10px;
    border-left:2px solid #014098;
    line-height: 16px;
    height:16px;
    margin:10px 0;
}
.parameter_list .parameter_table{
    width:100%;
    font-size:13px;
    border:1px solid #EDEDED;
    border-collapse: collapse;
}
.parameter_table td{
    padding:10px;
    border:1px solid #EDEDED;
}
.parameter_table .name{
    color:#666;
    background-color:#FAFAFA;
}
.parameter_table .value{
    color:#333;
}
.detail_add_inquiry_static{
    height:45px;
    margin-top:10px;
}
.detail_add_inquiry{
    height:45px;
    line-height: 45px;
    width:100vw;
    z-index: 10;
    position: fixed;
    left:0;
    bottom:0;
    background-color:#F4F5F9;
    text-align: center;
}
.detail_share_module{
    height: 32px;
    width: 19.3vw;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
    line-height: 32px;
    text-align: center;
    margin-right: 6.4vw;
}
.detail_share_img{
    display: inline-block;
    height: 6.4vw;
    width: 6.4vw;
    margin-top: calc(16px - 3.2vw);
}
.detail_add_inquiry_btn{
    width:67.2vw;
    height:36px;
    line-height: 36px;
    border-radius:4px;
    font-size:15px;
    color:#fff;
    background-color:#0052b9;
    display: inline-block;
    vertical-align: middle;
}
.sku_fixed{
    position: fixed;
    width:100vw;
    height:100vh;
    background-color:RGBA(0, 0, 0, 0.3);
    z-index: 20;
    left:0;
    top:0;
    display: none;
}
.sku_container{
    width:88.8vw;
    max-height:65vh;
    background-color:#fff;
    padding:0 5.6vw;
    position: absolute;
    left:0;
    bottom:45px;
    overflow-y: scroll;
}
.sku_container .sku_list{
    padding-top:38px;
}
.sku_container .sku{
    margin-bottom:5.6vw;
}
.sku_container .sku_name{
    font-size:13px;
    color:#333;
    line-height: 24px;
}
.sku_container .item{
    margin:10px 10px 0 0;
    padding:0 10px;
    line-height: 20px;
    background-color:#EFEFEF;
    /* border:1px solid #EFEFEF; */
    border-radius:10px;
    font-size:12px;
    color:#333;
    display: inline-block;
}
.sku_container .item.selected{
    /* border-color:#014098; */
    background-color:#E9F3FE;
    color:#014098;
}
.sku_container .item.disabled{
    opacity: 0.5;
}
.sku_container .number_div{
    margin-top:21px;
    line-height: 24px;
    height:24px;
    position: relative;
}
.sku_container .number_div .label{
    font-size:13px;
    color:#333;
}
.sku_container .count{
    line-height: 16px;
    height:16px;
    border:1px solid #E3E5E9;
    border-radius:2px;
    position: absolute;
    right:calc(11px + 9.6vw);
    top:50%;
    margin-top:-9px;
}
.sku_container .reduce{
    width:16px;
    font-size:12px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
    border-right:1px solid #E3E5E9;
    text-align: center;
}
.sku_container .add{
    width:16px;
    font-size:12px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
    border-left:1px solid #E3E5E9;
    text-align: center;
}
.sku_container .number{
    width:27px;
    font-size:12px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.sku_container .close_sku{
    position: absolute;
    right:14px;
    top:18px;
    width:19px;
    height:19px;
}
.sku_selected{
    line-height: 50px;
    height:50px;
    padding: 0 35px 0 15px;
    position: relative;
}
.sku_selected .label{
    font-size:14px;
    color:#666;
    display: inline-block;
    vertical-align: middle;
}
.sku_selected .value{
    font-size:14px;
    color:#333;
    display: inline-block;
    vertical-align: middle;
}
.sku_selected img{
    width:7px;
    height:10px;
    position: absolute;
    right:15px;
    top:20px;
}
.sku_add_inquiry{
    height:45px;
    line-height: 45px;
    width:100vw;
    background-color:#F4F5F9;
    text-align: center;
    position: absolute;
    bottom:0;
    left:0;
}
.sku_add_inquiry_btn{
    width:67.2vw;
    height:36px;
    line-height: 36px;
    border-radius:4px;
    font-size:15px;
    color:#fff;
    background-color:#0052b9;
    display: inline-block;
    vertical-align: middle;
}
/* 问答 */
.product_detail_qa{
    display: none;
}
.product_detail_qa .list{
    padding:4vw 0;
}
.product_detail_qa .item{
    padding:6.9vw 4vw 0 4vw;
    border-bottom:1px solid #F2F2F2;
    display: block;
}
.product_detail_qa .icon{
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: top;
    margin-right:13px;
}
.product_detail_qa .label{
    line-height: 20px;
    font-size:15px;
    color:#000E35;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 33px);
}
.product_detail_qa .answer{
    margin-top:26px;
}
.product_detail_qa .more_answer{
    font-size:10px;
    line-height: 23px;
    margin-top:8px;
    color:#014098;
    padding-left:33px;
}
.product_detail_qa .my_answer{
    font-size:10px;
    line-height: 23px;
    margin-top:8px;
    color:#014098;
    padding-left:33px;
}
.ask_input{
    height:45px;
    line-height: 45px;
    background-color:#F4F5F9;
    padding:0 4vw;
    position: relative;
}
.ask_input input{
    height:34px;
    border:1px solid #E7E7E7;
    outline: none;
    background-color:#fff;
    border-radius:4px;
    font-size:13px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding:0 2.4vw;
    width: 56vw;
    margin-right:3.2vw;
}
.ask_input .btn{
    font-size:15px;
    color:#fff;
    background-color:#014098;
    height:36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:26.4vw;
    border-radius:4px;
}
/* 问答页面 */
.product_qa_page .product_name{
    font-size:15px;
    color:#333;
    line-height: 24px;
    padding:13px 10px;
    border-bottom:1px solid #F2F2F2;
    text-align: center;
    font-weight: bold;
}
.product_qa_page .product_name>div{
    display: inline-block;
    text-align: left;
}
.product_qa_page .question{
    padding:4.8vw 4vw 5.6vw 4vw;
}
.product_qa_page .icon{
    display: inline-block;
    vertical-align: top;
    height:20px;
    width:20px;
    margin-right:13px;
}
.product_qa_page .label{
    font-size:15px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 33px);
}
.product_qa_page .list{
    padding:4vw 0;
}
.product_qa_page .answer{
    padding:0 4vw;
    margin-bottom:10.4vw;
}
.product_qa_page .answer .label{
    font-weight: normal;
    font-size:13px;
}
.product_qa_page .ask_input{
    position:fixed;
    bottom:0;
    left:0;
}
.go_inquiry{
    position: fixed;
    width:18vw;
    height:18vw;
    right:3.2vw;
    bottom: 6.4vw;
    z-index: 15;
}
.go_inquiry img{
    width:20.8vw;
    height:20.8vw;
}
.go_inquiry .number{
    width:18px;
    height:18px;
    border-radius:50%;
    background-color:#FF5959;
    position: absolute;
    right: calc(1vw + 9px);
    top: calc(1vw + 9px);
    font-size:12px;
    color:#fff;
    text-align: center;
    line-height: 18px;
}
/* 系列介绍页面 */
.series_category_list{

}
.series_category_list .series_category_item .series_category_title{
    font-size:0;
    color:#333;
    line-height: 96px;
    text-align: center;
    box-shadow: 0 1px 0 0 #EDEEF0;
    position: relative;
    display: block;
    background-color: rgb(249,249,249);
    background-repeat: no-repeat;
}
.series_category_list .series_category_item.selected .series_category_title{
    color:#014098;
}
.series_category_list .series_category_item .series_category_title .icon{
    height:30px;
    position: absolute;
    right:20px;
    top:32px;
}
.series_category_list .series_category_item .series_category_title .sq{
    display: none;
}
.series_category_list .series_category_item.selected .series_category_title .sq{
    display:inline-block;
}
.series_category_list .series_category_item.selected .series_category_title .zk{
    display:none;
}
.series_category_list .series_category_item .series_list{
    display: none;
    overflow: hidden;
    background-color:#fff;
}

.series_category_item:nth-child(1) .series_category_title{
    background-image: url(../images/product/1.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(2) .series_category_title{
    background-image: url(../images/product/2.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(3) .series_category_title{
    background-image: url(../images/product/3.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(4) .series_category_title{
    background-image: url(../images/product/4.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(5) .series_category_title{
    background-image: url(../images/product/5.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(6) .series_category_title{
    background-image: url(../images/product/6.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(7) .series_category_title{
    background-image: url(../images/product/7.png);
    background-size: auto 96px;
}
.series_category_item:nth-child(8) .series_category_title{
    background-image: url(../images/product/8.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(1) .series_category_title{
    background-image: url(../images/product/1_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(2) .series_category_title{
    background-image: url(../images/product/2_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(3) .series_category_title{
    background-image: url(../images/product/3_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(4) .series_category_title{
    background-image: url(../images/product/4_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(5) .series_category_title{
    background-image: url(../images/product/5_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(6) .series_category_title{
    background-image: url(../images/product/6_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(7) .series_category_title{
    background-image: url(../images/product/7_en.png);
    background-size: auto 96px;
}
.series_category_item.category_item_en:nth-child(8) .series_category_title{
    background-image: url(../images/product/8_en.png);
    background-size: auto 96px;
}
/* 产品描述部分 */
.series_category_list .series_category_item .series_item{
    padding: 20px 16px 20px 8px;
    border-bottom: 1px solid #E1E1E1;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.series_category_list .series_category_item .series_item .series_img{
    display: block;
    width:128px;
    height:128px;
}
.series_category_list .series_category_item .series_item .series_content{
    padding-left: 4px;
    width: 220px;
    overflow: hidden;
}
.series_category_list .series_category_item .series_item .series_content .series_name{
    width: 100%;
    font-size: 14px;
    color: #004193;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    margin-bottom: 6px;
}
.series_category_list .series_category_item .series_item .series_content .series_desc{
    width: 100%;
    font-size: 11px;
    color: #999999;
    line-height: 19px;
    height: 76px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
}
.series_category_list .series_category_item .series_item .series_content .series_btn{
    float: right;
    width:76px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #004193;
}


.series_category_list .series_category_item.selected .series_list{
    display: block;
}
/* 产品描述部分 end*/
/* 问题描述部分 */
.series_category_list .series_category_item .problem_item{
    padding: 0 16px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.series_category_list .series_category_item .problem_item:first-child{
    margin-top: 17px;
}
.series_category_list .series_category_item .problem_item .problem_item_left{
    width: 53px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    background: #E9F3FE;
    color: #122970;
    font-size: 14px;
}
.series_category_list .series_category_item .problem_item .problem_item_right{
    font-size: 14px;
    width: 280px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    white-space: normal;
}
/* 问题描述部分 end */
/* .function_item_div {
    font-size:12px;
    color: #666;
    border-bottom:2px solid #fff;
    width: 20%;
    height: 46px;
    padding-top:22px;
    overflow-x: hidden;
    margin-right:0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.function_item_divspan {
    font-size:12px;
    color: #666;
    border-bottom:2px solid #fff;
    width: 14%;
    height: 46px;
    padding-top: 22px;
    overflow-x: hidden;
    margin-right:0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.function_item_divwid {
    font-size:12px;
    color: #666;
    border-bottom:2px solid #fff;
    width: 26%;
    height: 46px;
    padding-top: 22px;
    overflow-x: hidden;
    margin-right:0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
} */
/* 下载列表样式调整 */
.padd_div {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.function_item_div {
    font-size:12px;
    color: #666;
    width: 23%;
    height: 40px;
    line-height: 40px;
    overflow-x: hidden;
    margin-right:0;
    text-align: center;
}
.function_item_div>img{
    display: inline-block;
    height: 19px;
    width: 16px;
    margin-top: 10px;
}
.function_item_divwid {
    font-size:12px;
    color: #666;
    width: calc(54% - 30px);
    text-align: left;
    line-height: 18px;
    padding: 11px 15px;
}
/* 下载列表样式调整 end */
/* 悬浮询价单图标 */
.float_enquiry{
    margin: 17%;
    width: 66%;
    height: 66%;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: -webkit-linear-gradient(top, #2f80d4,#0052b9);
	background: -o-linear-gradient(bottom, #2f80d4,#0052b9);
	background: -moz-linear-gradient(bottom, #2f80d4,#0052b9);
    background: linear-gradient(to bottom,#2f80d4,#0052b9);
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,82,185,0.30);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,82,185,0.30);
    box-shadow: 0px 0px 8px 1px rgba(0,82,185,0.30);
}
.float_enquiry .enq_img{
    margin-top: 4px;
    width: 30px;
    height: 30px;
}
.float_enquiry span{
    margin-top: -5px;
    display: block;
    font-size: 9px;
    color: rgba(255,255,255,0.8);
    line-height: 16px;
}