
a.sole_a{
    text-decoration: underline;
    color: #5f81ff;
}
.ProductsPage .top_banner.pc_width{
    box-sizing: border-box;
    width:1200px;
    padding: 1px 0;

}
.ProductsPage .top_banner .swiper {
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius:5px;
    -webkit-overflow:hidden;
}

.ProductsPage .top_banner .swiper .swiper-slide{
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius:5px;
    -webkit-overflow:hidden;
}
.ListPage {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 2px auto 0;
    padding-bottom: 30px;
}

.ListPage .Menu_nav {
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    width: 230px;
    min-width: 230px;
    margin-right: 20px;
    min-height: 500px;
    height: auto;


}

.Menu_nav .items {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.Menu_nav .items .lis {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}


.Menu_nav .items .lis .P_Category {
    padding-bottom: 20px;
}
.Menu_nav .country li ,.Menu_nav .Sales li{
    margin-bottom: 5px;
}

.P_Category span.checkbox{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.P_Category span.checkbox .ant-checkbox-inner,.P_Conditions span.checkbox .ant-checkbox-inner{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right:3px;
}
.P_Category span.checkbox  .ant-checkbox-inner::after,.P_Conditions span.checkbox .ant-checkbox-inner::after{
    position: absolute;
    top: 45%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%,-50%);
    transform: rotate(45deg) scale(1) translate(-50%,-50%);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    content: " ";
}
.P_Category span.checkbox .ant-checkbox-inner_ok,.P_Conditions span.checkbox .ant-checkbox-inner_ok{
    border: 1px solid red;
    background:red;
}
.P_Category li.licheckbox:hover label{
    color:red;
    cursor:pointer !important;
}
.P_Category li.licheckbox:hover .ant-checkbox-inner{
    border: 1px solid red;
    -webkit-transition: all .3s;
    transition: all .3s;

}

.P_Category span.checkbox input[type=checkbox],.P_Conditions span.checkbox input[type=checkbox]{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity:0;
}

.Menu_nav .items .lis .P_Category .tit {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.Menu_nav .items .lis .P_Category .TypeLi{
    padding-left:12px;
}
.Menu_nav .items .lis .P_Category .TypeLi .block{
    margin-bottom:8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.Menu_nav .items .lis .P_Category .TypeLi .block:first-child(div) {
    flex:1;
}
.Menu_nav .items .lis .P_Category .TypeLi .block .iconfont {
    display: block;
    transform: rotate(-90deg) !important;
    width:20px;
}

.Menu_nav .items .lis .P_Category .TypeLi .block:hover, .Menu_nav .items .lis .P_Category .TypeLi .block:hover .iconfont {
    color: red !important;
    cursor: pointer;
    transition:0.3s ease-in-out;
}
.Menu_nav .items .lis .P_Category .TypeLi .checkbox{
    font-weight: bolder;
    color:#111111;
}
.Menu_nav .items .lis .P_Category .TypeLi  ul{
    box-sizing: border-box;
    padding-left:12px;
    cursor: pointer;
    /*transition:0.3s ease-in-out;*/
    /*display: block;*/
    overflow: hidden;
    display: none;
}
.Menu_nav .items .lis .P_Category .TypeLi.show ul{
    display: block;
}
.Menu_nav .items .lis .P_Category .TypeLi.show .block .iconfont{
    transform: rotate(90deg) !important;
}

.Menu_nav .items .lis .P_Category .TypeLi  ul li {
    margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:17px;


}

.Menu_nav .items .lis .P_Type {
    /*height:250px;*/
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.Menu_nav .items .lis .P_Type ul {
    display: none;
}

.Menu_nav .items .lis .P_Type ul li label {
    padding-left: 8px;
}

.Menu_nav .items .lis .P_Category ul li a:hover, .P_Type .iconfont:hover {
    color: red !important;
    cursor: pointer;
}

.Menu_nav .items .lis .P_Type {

}

.Menu_nav .items .lis .P_Type ul li a:hover {
    color: red !important;
    cursor: pointer;
}


.Menu_nav .led_sos {
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    padding: 32px 0 32px 32px;
    background: url(/file/style/pc/bk/ad-bg.png);
    background-size:100% 100%;
    overflow: hidden;
}

.Menu_nav .led_sos .ads-box .title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
}

.Menu_nav .led_sos .ads-box .item {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2px;
}

.Menu_nav .led_sos .ant-btn {
    margin-top: 24px;
    border-radius: 5px;
    background: #fff;
    color: #fa6442;
    width: 120px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    border: none;
}


/* right */
.ListPage .Lists {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;

}

.ListPage .Lists .P_Conditions {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    width:100%;

}

.Position_crumbs {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;

}

.Position_crumbs .tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 53px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Position_crumbs .tabs-wrap .item.active {
    color: #e72528;
    font-weight: 500;
}

.tabs-wrap .item.active::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #e72528;
    border-radius: 1px;
    margin-top: -2px;
}

.Position_crumbs .tabs-wrap .item {
    position: relative;
    font-size: 18px;
    color: #2d2d2d;
    margin: 0 20px;
    line-height: 53px;
}

a:hover {
    color: #e72528 !important;
}

a:active, a:hover {
    text-decoration: none;
    outline: 0;
}

.P_Conditions .choose-form {
    margin: 0 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.P_Conditions .wrapper .form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.P_Conditions .form-wrapper .form-list {
    margin-left: -24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.P_Conditions .form-wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;

}
.P_Conditions .form-wrapper .item .Order{
    display: flex;
}

.P_Conditions .form-wrapper .item .Order li{

    margin-right:20px;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
.P_Conditions .form-wrapper .item .Order li:hover{
   color:red;
}
.P_Conditions .form-wrapper .item .Order li .licheckboxlabel{
    padding-left:6px;
    position: relative;
    top:-1px;
}
.P_Conditions .a-GS-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.P_Conditions .ant-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer;
}

.P_Conditions .ant-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.P_Conditions .ant-checkbox + span {
    padding-right: 8px;
    padding-left: 8px;
}

.P_Conditions .ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

/*.P_Conditions .ant-checkbox-inner {*/
/*    position: relative;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 2px;*/
/*    border-collapse: separate;*/
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
/*}*/


/*.P_Conditions .ant-checkbox-inner::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 22%;*/
/*    display: table;*/
/*    width: 5.71428571px;*/
/*    height: 9.14285714px;*/
/*    border: 2px solid #fff;*/
/*    border-top-color: rgb(255, 255, 255);*/
/*    border-left-color: rgb(255, 255, 255);*/
/*    border-left-style: solid;*/
/*    border-left-width: 2px;*/
/*    border-top: 0;*/
/*    border-left: 0;*/
/*    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);*/
/*    transform: rotate(45deg) scale(0) translate(-50%, -50%);*/
/*    opacity: 0;*/
/*    -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;*/
/*    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;*/
/*    content: " ";*/
/*}*/

.P_Conditions .form-lis .item {
    margin-bottom: 10px;
}

.S_sx {
    float: right;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    padding: 8px 0 8px 5px;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;

}

.S_sx .x:hover, .S_sx .s:hover, .S_sx .is {
    border-top: 4px solid red !important;
}

.S_sx .x {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4c4c4c;
}

.S_sx .s {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4c4c4c;
    transform: rotate(180deg);
}

.P_Conditions .form-lis .item:last-child {
    margin-bottom: 0;
    display: flex;
    justify-content: start;
    flex-wrap:wrap;
    overflow: hidden;
}

.P_Conditions .form-lis .item .tags {
    height: 28px;
    background: #f6f6f6;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    padding: 0 10px;
    margin: 0 8px 8px 0;
    line-height: 28px;
    cursor: pointer;
}
.P_Conditions .form-lis .item .clear-all{
    font-size: 14px;
    color: #2874f0;
    font-weight: 400;
    margin: 0 8px 0 0;
    cursor: pointer;
}
.P_Conditions .form-lis .item:last-child .close_click:hover,.P_Conditions .form-lis .item .RadioName:hover,.P_Conditions .form-lis .item .RadioNameOk{
    color:red !important;
}

.P_Conditions .form-lis .item .RadioName {
     color: #222;
     margin: 0 8px 8px 0;
     line-height: 28px;
     cursor: pointer;
}
.P_Conditions .form-lis .item .RadioName input{
   display: none;
}
.P_Conditions .form-lis .item .RadioName .icon{
    position: relative;
    top:1px;
    padding-left:3px;
}

/**/


.ListPage .Lists .P_product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;

}

.P_product-list .item {
    box-sizing: border-box;
    width: 232px;
    margin-bottom:10px;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-right:calc((100% - (4*232px))/3);
}
.P_product-list .item:nth-of-type(4n+0){
margin-right:0;
    /*border:1px solid red*/
}

.P_product-list .item .mod-prod-img {
    display: inline-block;
    width: 232px;
    height: 232px;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-animation: fade .5s;
    animation: fade .5s;
    background-size: contain;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background-blend-mode: overlay;
    overflow: hidden;
}

.P_product-list .item .mod-prod-img .img {
    max-width: 100%;
    min-height: 100%;
    -webkit-animation: fade .5s;
    animation: fade .5s;
    background-size: contain;
}

.P_product-list .item .mod-prod-img .collect-box {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.13);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.P_product-list .item .mod-prod-img .collect-box i {
    font-size: 23px;
    color:#d4d4d4;
}

.P_product-list .item .mod-prod-img .collect-box i:hover, .P_product-list .item .mod-prod-img .collect-box i.iok {
    color: #e72528;
}


.P_product-list .mod-prod-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:1px 10px;
    cursor: pointer;
}

.P_product-list .mod-prod-info .tit {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.P_product-list .mod-prod-info .price-info {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 34px;
}

.P_product-list .mod-prod-info .price-box {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 18px;
    margin-bottom: 2px;
}

.P_product-list .mod-prod-info .price {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 18px;
}

.P_product-list .mod-prod-info .price-box .unit {
    font-size: 12px;
    color: #999;
}

em, i {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.P_product-list .mod-prod-btn {
    position: static;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.P_product-list .name {
    color: #666;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 12px;
    display: flex;
    position: relative;
    /*overflow: hidden;*/
}

.P_product-list .name .ttt {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.P_product-list .name .gs-tag {
    position: relative;
    z-index: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-self: center;
    justify-self: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
    margin-right: 4px;
    border-radius: 3px;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    background-color: #eee;
    font-size: 12px;
    color: #2d2d2d;
    cursor: default;
}

.P_product-list .name .gs-tag.o2o {
    background: -webkit-gradient(linear, right top, left top, from(#f97d6b), to(#ff593a));
    background: linear-gradient(270deg, #f97d6b, #ff593a);
    font-size: 12px;
    color: #fff;
}

.P_product-list .name .gs-tag.o2o::before {
    content: "SJGLE";
    margin-top: 2px;
}


.gs-tag-group {
    box-sizing: border-box;
    padding: 0 10px;
}

.gs-tag-group .gs-tag {
    position: relative;
    z-index: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-self: center;
    justify-self: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 3px;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    background-color: #eee;
    font-size: 12px;
    color: #2d2d2d;
    cursor: default;
}

.gs-tag-group .gs-tag.vImg1::before {
    width: 50px;
    height: 16px;
    content: "";
    background-image: url(https://s.globalsources.com/IMAGES/website/image/supplier/supplierTag/verified.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.gs-tag-group .gs-tag.vImg2 {
    min-width: 47px;
    max-width: 62px;
    height: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://s.globalsources.com/IMAGES/website/image/supplier/supplierTag/st-advanced.png);
}


.P_product-list .txt {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.P_product-list .mod-prod-btn .GS-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 10px;
}

.P_product-list .mod-prod-btn .GS-btn-group .GS-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #2d2d2d;
    cursor: pointer;
    background: #fff;
    font-weight: 400;
}

.P_product-list .mod-prod-btn .GS-btn-group .GS-btn:hover {
    color: #fff;
    border-color: transparent;
    background: -webkit-gradient(linear, right top, left top, from(#fc573f), to(#e50113));
    background: linear-gradient(270deg, #fc573f, #e50113)
}

.P_product-list .mod-prod-btn .GS-btn-group i {
    font-size: 25px;
    cursor: pointer;
    margin-left: 5px;
    color: #85858575;
}

.P_product-list .mod-prod-btn .GS-btn-group i:hover {
    color: red !important;
}


.com_Model {
    transform-origin: 0 -4px 0;
    display: none;
    position: absolute;
    top: 17px;
    left: 10px;
    width: 150%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    z-index: 1030;
    font-weight: 400;
    white-space: normal;
    text-align: left;
    cursor: auto;
    user-select: text;
    padding-top: 10px;
}

.P_product-list .name:hover .com_Model {
    display: inline-block;
    /*animation: ease-in-out 3s;*/
    transition: ease 3s;
    transform-origin: 0px -4px 0px;
}

.com_Model .comname {
    color: #0078ff;
    margin-bottom: 8px;
}

.com_Model:after {
    position: absolute;
    background: hsla(0, 0%, 100%, .01);
    content: ""
}

.com_Model .gs-tag-group {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.com_Model .gs-tag-group .gs-tag {
    line-height: 16px;
}


.com_Model .inner {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15) \9;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15) \9
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .com_Model .inner {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }
}

.com_Model .inner-content {
    padding: 12px 16px;
    color: rgba(0, 0, 0, .65)
}

.com_Model .arrow {
    position: absolute;
    display: block;
    width: 8.48528137px;
    height: 8.48528137px;
    background: transparent;
    border-style: solid;
    border-width: 4.24264069px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}


.bottomLeft > .content > .arrow {
    left: 16px;
    top: 6px;
    border-color: #fff transparent transparent #fff;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .06)
}


.com_Model .gs-tag.starImg.st-3 {
    top: 4px;
    width: 62px;
    min-width: 47px;
    max-width: 62px;
    height: 16px;
    background-color: transparent;
    background-image: url(https://s.globalsources.com/IMAGES/website/image/supplier/supplierTag/st-standard.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.com_Model .gs-tag .num {
    font-weight: 700 !important;
    font-size: 12px;
    margin-right: 2px;
}

.com_Model .text {
    padding-top: 10px;
}

.com_Model .text .lis {
    display: flex;
    align-items: flex-start;
    line-height: 16px;
    margin-bottom: 3px;
    color: #666;
    font-size: 12px;
}


.com_Model .text .lis .k {
    max-width: 97px;
    margin-right: 8px;
    color: #999;
}

.com_Model .text .lis .v {
    flex: 1;
    color: #2d2d2d;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.P_paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 68px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.P_paging .li {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle
}

.P_paging .li a, .P_paging .li strong {
    margin-right: 8px;
    display: inline-block;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 32px;
}

.P_paging .li strong, .P_paging .li a:hover {
    font-weight: bolder;
    color: #e72528;
    background: #fff;
    border-color: #e72528;
}


/*  */
.P_led{
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
}
.P_led img{
    width: 100%;
    cursor: pointer;
}



/*  */
.P_also_search{
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    overflow:hidden;
    padding: 20px 24px 24px;
}
.P_also_search .tit{
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}
.P_also_search .category-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.P_also_search .category-box .item{
    display: inline-block;
    margin-right: 16px;
    width: 258px;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    padding:3px 0;
}

.P_also_search .Wholesale .item{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    padding:3px 0;
}
.P_also_search .Wholesale .item p{
     margin-top: 8px;
     font-size: 14px;
     font-weight: 400;
     color: #666;
 }

.P_also_search .Wholesale .item p{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.P_also_search .Wholesale  .Pro_suppliers{
    display: flex;
    flex-wrap: wrap;

}
.P_also_search .Wholesale  .Pro_suppliers a{
    width:30%;
    display: inline-block;
    margin-bottom:5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}


/*  */
.P_pc_led{
    margin-top: 20px;
    position: relative;
}
.P_pc_led .li{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.P_pc_led .li img{
    max-height: 80px;
}

.P_pc_led .close-btn{
    position: relative;
    right:30px;
    top:0;
}


.P_pro_checkbox{
    visibility: hidden;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.03);
    z-index: 100;
    height:72px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.P_pro_checkbox.on{
    visibility:visible;
    padding: 8px 0;
}

.P_pro_checkbox .container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1200px;
    margin: 0 auto;
    overflow:hidden;
}
.P_pro_checkbox .action-box{
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.P_pro_checkbox  .action-box .GS-btn{
    height: 36px;
    padding: 0 32px;
    margin: 0 12px;
    transition: all .3s ease-in;
    opacity: .85;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bolder;
    color: #2d2d2d;
    cursor: pointer;
    background: #fff;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);

}
.P_pro_checkbox  .action-box .GS-btn.theme,.P_pro_checkbox  .action-box .GS-btn.rfi:hover{
    border:none;
    color: #fff;
    background: -webkit-gradient(linear,right top,left top,from(#fc573f),to(#e50113));
    background: linear-gradient(270deg,#fc573f,#e50113);
}

.P_pro_checkbox .swiper-box{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 50vw;
    min-width: 550px;
    padding: 0 32px;
    height: 56px;
    margin: 0 32px;

}



.P_pro_checkbox .text-box{
    width:155px;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 20px;
    word-wrap: break-word;
    font-style: normal;
}
.P_pro_checkbox .text-box .clear{
    font-size: 12px;
    color: #2874f0;
    cursor: pointer;
}

.P_pro_checkbox .swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.P_pro_checkbox .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


.P_pro_checkbox .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.P_pro_checkbox .swiper-slide {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 2px;
    border-radius: 4px;
    overflow: hidden;
}

.P_pro_checkbox .swiper-slide .img {
    width: 43px;
    height: 43px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.P_pro_checkbox .swiper-slide i:hover,.P_pro_checkbox .close:hover{
    cursor: pointer;
    color:red;
}

