.goods_structure{
    margin: 20px 0;
}
.goods_structure>a{
    color: #999999;
    font-size: 14px;
}
.goods_share{
    background: #F2F2F2;
    height: 40px;
    line-height: 40px;
    color: #666666;
    margin-bottom: 20px;
}
.goods_share>div{
    float: right;
}
.goods_share>div>div{
    float: left;
    margin-right: 17px;
    margin-left: 22px;
}
.goods_share>div>div>i{
    margin-right: 10px;
    font-size: 20px;
    float: left;
}
.commodity_box{
    overflow: hidden;
}
.product_quantity{
    display: flex;
    height: 100%;
    align-items: center;
    line-height: 49px;
}
.product_quantity span{
    flex: 1;
}
.commdity_img{
    width: 300px;
    height: 284px;
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 20px;
    line-height: 284px;
    overflow: hidden;
    text-align: center;
}
.commdity_img>img{
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 284px;
}
.commdity_message_box{
    width: 474px;
    float: left;
}
.commdity_name{
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding: 7px 0 15px;
    margin-bottom: 8px;
    width: 473px;
}
.commdity_msg{
    font-size: 14px;
    width: 100%;
}
.commdity_msg a{
    color: #09f;
}
.commdity_msg a:hover{
    text-decoration: underline;
    color: #09f !important;
}
.commdity_msg>tbody>tr>td:nth-child(1){
    min-width: 85px;
}
.commdity_msg>tbody>tr>td:nth-child(2){
    padding-left: 10px;
    min-width: 280px;
}
.commdity_msg>tbody>tr>td{
    padding-bottom: 10px;
}
.goods_rohs_msg{
    display: block;
    margin: -10px -5px;
}
.goods_datash_msg{
    display: flex;
    align-items: center;
    color: #333 !important;
}
.technology_title{
    margin-top: 7px;
    height: 40px;
    line-height: 40px;
}
.technology_title>i{
    color: #ce0f05;
    font-size: 24px;
    margin-left: 10px;
}
.technology_title>span{
    font-weight: 600;
    font-size: 20px;
    display: inline;
}
.technology_correlation{
    width:100%;
    font-size: 14px;
    text-align: left;
}
.technology_correlation>thead>tr>th{
    height: 40px;
    line-height: 40px;
    width: 33%;
    padding-left: 30px;
}
.technology_correlation>thead>tr>th:nth-child(3){
    text-align: center;
}
.technology_correlation>tbody>tr>td{
    height: 40px;
    line-height: 20px;
    width: 33%;
    padding-left: 30px;
}
.table_th_bgcolor{
    background: #D9D9D9 !important;
}
/* .table_body>tr:nth-child(even){
    background: #F2F2F2 !important;
}
.table_body>tr:nth-child(odd){
    background: none !important;
} */
.technology_correlation>tbody>tr:nth-child(even){
    background: #F2F2F2;
}
.commodity_technology{
    width: 795px;
    margin-bottom: 30px;
}
.goods_quantity{
    text-align: center;
}
.SimilarProductsSpec{
    width: 12px;
    height: 12px;
    border: 1px solid #CCCCCC;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    top: 1px;
}
.SimilarProductsSpec>i{
    position: absolute;
    right: -1px;
    top: -3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: none;
}
.goods_right{
    width: 390px;
}
.goods_right_box{
    border: 1px solid #E6E6E6;
}
.recommend_header{
    height: 50px;
    line-height: 50px;
    border-bottom:  1px solid #E6E6E6;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 20px;
}
.recommend_header>span{
    display: inline;
}
.recommend_header>i{
    font-size: 21px;
    color: #ce0f05;
}
.recommend_header>.icontuijianchanpin{
    font-size: 26px;
}
.commodity_num{
    border-bottom:  1px solid #E6E6E6;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    margin-bottom: 20px;
}
.goods_instock{
    font-weight: 600;
    margin-right: 25px;
}
.goods_input>input{
    width: 232px;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #333;
    box-sizing: border-box;
}
.goods_input>input:nth-child(2){
    border-color: #CCCCCC;
    padding-left: 17px;
}
.goods_input{
    float: right;
    width: 232px;
    margin-right: 18px;
}
.explain{
    font-size: 14px;
    margin-left: 22px;
    float: left;
    margin-top: 5px;
}
.explain>span:nth-child(2){
    color: #999999;
    display: block;
    margin-top: 5px;
}
.goods_butm{
    font-size: 16px;
    color: #fff;
    width: 232px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    text-align: center;
    margin-left: 139px;
    margin-bottom: 24px;
}
.buy_btm{
    background: #ce0f05;
}
.buy_btm:hover{
    background: #d03028;
}
.quote_btm{
    background: #0099FF;
    display: none;
}
.sum{
    float: right;
    margin-right: 18px;
}
.sum>span:nth-child(1){
    font-size: 14px;
    color: #999999;
    margin-right: 9px;
}
.toal_msg{
    font-size: 36px;
    color: #333;
    display: inline;
}
.price_top{
    height: 40px;
    font-size: 13px;
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price_top>i{
    font-size: 26px;
    margin-left: 8px;
    margin-right: 8px;
    color: #ce0f05;
    display: block;
    float: left;
}
.price_top>span{
    font-weight: 600;
}
.price_bottom>ul{
    margin-bottom: 10px;
}
.price_bottom>ul>li{
    font-size: 14px;
    text-align: center;
}
.price_bottom>ul>li>span{
    display: block;
    float: left;
    line-height: 30px;
}
.price_bottom>ul>li>span:nth-child(1){
    width: 100px;
    margin-right: 100px;
    margin-left: 52px;
}
.price_bottom>ul>li:nth-child(1){
    background: #D9D9D9;
    height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.price_bottom>ul>li:nth-child(1)>span{
    line-height: 40px;
}
.div_ref_box{
    height: 130px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}
.div_ref_box>.magnify{
    width: 130px !important;
    height: 130px !important;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: none;
    margin-right: 10px;
    position: relative;
}
.div_ref_box>.magnify>img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.div_ref_box>a{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #ce0f05;
    text-align: center;
    position: absolute;
    left: 160px;
    bottom: 0;
}
.div_ref_box>a>div{
    width: 100%;
    font-size: 16px;
}
.div_ref_box>div:nth-child(2)>h2{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.div_ref_box>div:nth-child(2)>h4{
    font-size: 12px;
    line-height: 20px;
}
.div_ref_box>div:nth-child(2)>.div_ref_desc{
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.div_ref_box>div:nth-child(2)>.div_ref_price{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.fenx{
    position: relative;
}
.fenx:hover{
    color: rgb(0, 153, 255);
}
.fenx_tank{
    position: absolute;
    border-top: 3px solid #ce0f05;
    width: 120px;
    height: 175px;
    background: #fff;
    z-index: 99;
    right: -10px;
    display: none;
}
.fenx_tank>i{
    position: absolute;
    top: -26px;
    right: 14px;
    color: #ce0f05;
}
.fenx_tank>div>div{
    display: block;
    width: 120px;
    box-sizing: border-box;
    padding: 0 11px;
    color: #666666;
    font-size: 12px;
    padding-top: 3px;
}
.fenx_tank>div>div>svg{
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 10px; 
    margin-top: 7px;
}
.fenx_tank>div>div>span{
    display: block;
    float: left;
}
.fenx_tank>div>div:hover{
    background: rgb(236, 236, 236);
}
.search_none{
    height: 60px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #0099FF;
    border-radius: 4px;
    margin: 10px 0 ;
    display: none;
}
.none_i{
    width: 50px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #0099FF;
    text-align: center;
    float: left;
}
.none_i>i{
    font-size: 36px;
}
.none_span>span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 56px;
    line-height: 56px;
    margin-left: 67px;
}
.none_span>span>.list_url{
    color: #0099FF;
}
.popUp_login_masking{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}
.pos_abs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lucency_bg{
    background: rgba(255,255,255,0.3);
    width: 490px;
    height: 420px;
}
.cont_bg{
    background: #fff;
    width: 480px;
    height: 410px;
}
.cont_bg>i{
    color: #ccc;
    font-size: 12px;
    position: absolute;
    top: 9px;
    right: 10px;
}
.login_input_box{
    width: 410px;
    margin: 0 auto;
}
.login_input_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.login_input_top>span:nth-child(1){
    font-size: 24px;
}

.login_input_top>span>a{
    color: #009AFF;
}
.email_box{
    margin-bottom: 22px;
    margin-top: 33px;
}
.input_box>input{
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 4px !important;
}
.errinputborcol{
    border-color: #FF3030 !important;
}
.login_bottum{
    width: 100%;
    height: 50px;
    background: #ce0f05;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
    text-decoration: none;
}
.login_bottum:hover{
    background: #d03028;
}
.remember_my>div{
    float: left;
    position: relative;
}
.remember_my>div>input{
    position: absolute;
    top: 1px;
}
.remember_my>div>span{
    margin-left: 26px;
}
.remember_my>a{
    float: right;
    color: #343434;
}
.sign_in_box{
    margin-top: 30px;
    border-top: 1px solid #E6E6E6;
    line-height: 76px;
}
.sign_in_box>span{
    margin-right: 20px;
    float: left;
}
.sign_in_box>a{
    float: left;
    margin-top: 12px;
}
.sign_in_box>a>svg{
    font-size: 36px;
    line-height: 76px;
    margin-right: 16px;
}
.input_title{
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.err_input{
    margin-top: 10px;
    color: #FF3030;
}
.las_goods_structure{
    color:#333 !important;
}
.iconshoucang-1{
    color:#FF3030;
}
.shouc_no{
    display: none;
}
.goods_left_bib_box{
    margin-bottom: 30px;
}
.rohs_i{
    font-size: 37px;
    color: #588B10;
}
.pdf_i{
    font-size: 20px;
    color: #F44336;
    float: left;
    margin-right: 4px;
}
.tablerohs_i{
    font-size: 37px;
    color: #588B10;
    display: block;
}
.qute_black{
    display: block !important;
}
.goods_right_bottom_box{
    display: none;
    margin-top: 10px;
}
.recommend{
    padding-bottom: 22px;
}
.gouKuan{
    top: 2px;
}
.DefaultSimilarProductsSpec_nocli{
    width: 12px;
    height: 12px;
    border: 1px solid #CCCCCC;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    top: 1px;
    margin-right: 10px;
}
.DefaultSimilarProductsSpec_cli{
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    top: 1px;
    background: rgb(0, 154, 255);
    border: none;
    margin-right: 10px;
}
.DefaultSimilarProductsSpec_nocli>i{
    display: none;
}
.DefaultSimilarProductsSpec_cli>i{
    position: absolute;
    right: -2px;
    top: -3px;
    color: #fff;
}
.search_send{
    width: 80px;
    height: 30px;
    background: #09f;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0 ;
    margin: auto;
    color: #fff;
    line-height: 30px;
    text-align: center;
    right: 10px;
}
.goods_right_news_box{
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin-top: 10px;
}
.goods_recommend_news_box{
    padding: 20px 20px 30px;
}
.goods_recommend_news_box>a{
    margin-top: 20px;
    display: flex;
    color: #333;
}
.goods_recommend_news_box>a:first-child(1){
    margin-top: 0;
}
.goods_recommend_news_box>a>div{
    width: 120px;
    height: 70px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    margin-right: 8px;
    border: 1px solid #E6E6E6;
}
.goods_recommend_news_box>a>div>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    max-width: 100%;
    transform:translate(-50%,-50%);
}
.goods_recommend_news_box>a>span{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    flex: 1;
}

.commodity_comments_box{
    width: 795px;
}
.commodity_comments_title{
    padding-bottom: 10px;
    line-height: 23px;
}
.commodity_comments_title>span{
    font-size: 20px;
    font-weight: 600;
}
.commodity_comments_title>i{
    color: #ce0f05;
    float: left;
    margin-right: 8px;
    font-size: 24px;
    margin-left: 10px;
}
.commodity_comments_nocont{
    border-top: 3px solid #E6E6E6;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #343434;
}
.commodity_comments_nocont>img{
    display: block; 
    margin: 30px auto 15px;
}
.commodity_comments_cont>div{
    border-top: 3px solid #E6E6E6;
    font-size: 14px;
}
.comments_cont_user_dian{
    width: 30px;
    float: left;
}
.comments_cont_user_dian>div{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ce0f05;
    float: right;
    margin-top: 20px;
    margin-right: 3px;
}
.comments_cont_mas_box{
    float: left;
    width: 765px;
}
.comments_cont_user_review{
    padding-bottom: 15px;
    padding-left: 7px;
}
.comments_cont_user_review_title{
    margin: 15px 0;
}
.comments_cont_user_review_title>span:first-child{
    font-weight: 600;
    float: left;
}
.comments_cont_user_review_title>span:nth-child(2){
    float: right;
}
.comments_cont_user_review_msg{
    line-height: 22px;
}
.comments_cont_adm_review{
    border-top: 1px solid #E6E6E6;
    margin-bottom: 13px;
}
.comments_cont_adm_review>div:nth-child(1)>span:nth-child(1){
    color: #09f;
}
.all_comments{
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #ce0f05;
    margin-top: 30px;
}
.goods_rfq_box{
    border: 1px solid #E6E6E6;
    border-top: none;
    font-size: 14px;
    padding: 15px;
}
.goods_rfq_box input{
    height: 40px;
    width: 250px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 15px;
}
.must_inp{
    color: #FF3030;
}
.goods_rfq_input_title{
    display: block;
    float: left;
    line-height: 40px;
    width: 108px;
}
.area_code_input{
    width: 40px !important;
    text-align: center;
    padding: 0 !important;
}
.phone_input{
    width: 206px !important;
}
.remark_input{
    line-height: 17px;
    font-size: 14px;
    height: 80px;
    width: 250px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 15px;
}
.goods_rfq_input_box{
    margin-bottom: 10px;
}
.goods_rfq_btm{
    background: #ce0f05;
    height: 40px;
    width: 250px;
    margin-left: 108px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.good_rfq_win{
    text-align: center;
    height: 530px;
    overflow: hidden;
    font-size: 19px;
    display: none;
}
.good_rfq_win>img{
    display: block;
    margin: 40px auto;
}
.goback_btm{
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    background: #ce0f05;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    margin: 60px auto;
}
.goods_rfq_title_box{
    border: 1px solid #E6E6E6;
    border-bottom: none;
    overflow: hidden;
}
.goods_rfq_title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 20px;
}
.goods_rfq_hint{
    font-size: 14px;
    margin: 15px;
    margin-bottom: 0;
}
.goods_rfq_win_emil{
    color: #0099FF;
}
.goods_rfq_win_emil:hover{
    text-decoration: underline;
}
.goods_rfq_win_span{
    font-size: 16px;
}
.goods_rfq_win_span a{
    color: #09f;
}
.technology_correlation_box{
    position: relative;
}
.technology_correlation_msk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 9999;
}
.price_li>span:nth-child(1):hover{
    color: #ff3030;
    cursor: pointer;
}
.goods_instocksp:hover{
    color: #ff3030;
    cursor: pointer;
}

/*chipmall Shopping Guide */

.products-extra .extra-title{
    margin:40px 0 20px;
    display:flex;
    justify-content:space-between;
}
.products-extra .extra-title .title-text{
    font-size:24px;
}
.products-extra .extra-content .products-guide{
    width:100%;
    border-collapse:collapse;
    border:1px solid #dfdfdf;
    font-family:ProximaNova-Reg;
    font-size:14px;
    color:#333;
    letter-spacing:0;
}
.products-extra .extra-content .products-guide td{
    border:1px solid #dfdfdf;
    line-height:20px;
    text-align:center;
    padding:15px;
}
.products-extra .extra-content .products-guide .left-text{
    text-align:left;
}
.products-extra .extra-content .products-guide .bold-text{
    font-weight:700;
}


.product_details_content {
    line-height: 25px;
    padding: 15px;
    font-family: arial;
    font-size: 14px;
    color: #333;
}
.product_details_content p {
    /*margin-bottom: 1.5em; */
}

/*tab 切换*/
.woocommerce-tabs {
    margin-top: 50px;
}

.woocommerce-tabs .inner  {
    padding: 0 !important;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
}

 .wc-tabs {
    margin-bottom: 30px;
    height: 42px;
    border-bottom: 1px solid rgba(0,0,0,.085);
    background-color: rgba(0,0,0,.03);
    clear: both;
}

.woocommerce-tabs .wc-tabs li {
    float: left;
    padding: 0 20px;
    line-height: 41px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid transparent;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
    opacity: .8;
}

.woocommerce-tabs .wc-tabs {
    margin-bottom: 30px;
    height: 42px;
    border-bottom: 1px solid rgba(0,0,0,.085);
    background-color: rgba(0,0,0,.03);
    clear: both;
}

.woocommerce-tabs .wc-tabs li.active {
    margin-top: -4px;
    line-height: 45px;
    font-weight: 700;
    border: 1px solid rgba(0,0,0,.085);
    border-top: 2px solid transparent;
    border-bottom: 0;
    background: #fff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #ff5e14;
    border-top-color: #ff5e14;
}
.woocommerce-tabs .wc-tabs li {
    float: left;
    padding: 0 20px;
    line-height: 41px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid transparent;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
    opacity: .8;
}
.tabs-list {
    margin-bottom: 40px !important;
}

.woocommerce-tabs .wc-tabs li.active a:link,.woocommerce-tabs .wc-tabs li.active a:visited,.woocommerce-tabs .wc-tabs li.active a:hover{
    text-decoration:none;
}
.woocommerce-tabs  .wc-tabs{
    margin-bottom:0;
    text-align:center;
    background:#f7f7f7;
}


.entry-content {
    margin-bottom: 40px;
    line-height: 2;
}
/*faqs*/
.holp_cont>p>strong {
    font-weight: 600;
}
.holp_cont strong {
    color: #ce0f05;
    font-weight: 600;
}
/*facebook*/
.product_share>span>svg {
    font-size: 36px;
}

.product_details_content>p>strong {
    font-weight: 600;
    color: #ce0f05;
    font-size: inherit;
    display: inherit;
    margin-bottom: 5px;
}
.product_pdf_content{
    display: none !important;
}

.product_details_content,.product_pdf_content {
    font-size: 14px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    /*line-height: 25px;*/
    padding-left: 12px;
    line-height: 190%;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
	 font-size: inherit;
}

