/*搜索*/
.search_content {
    width: 100%;
    color: #333;
    background: #f5f5f5 !important;
    height: auto;
}

.search_content a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}
.search_content a:hover{
    color: #FF6619;color: var(--themeColor);
}

.search_content a label,
.search_content a:hover label {
    cursor: pointer;
}

.search_content .icon {
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.search_content .container {
    width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
}

.btn_primary {
    display: inline-block;
    border: 1px solid #FF6619;border: 1px solid var(--themeColor);
    background: #FF6619;background: var(--themeColor);
    color: #fff !important;
}


.btn_default {
    display: inline-block;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #333 !important;
}

.btn_default:hover {
    border: 1px solid #FF6619;border: 1px solid var(--themeColor);
    color: #FF6619 !important;color: var(--themeColor) !important;
}

.btn_default:active {
    border: 1px solid #FF6619;border: 1px solid var(--themeColor);
    background: #fff0e3;
    color: #FF6619 !important;color: var(--themeColor) !important;
}

.btn_primary.disabled,
.btn_default.disabled {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    color: #999 !important;
    cursor: default;
}
/*选中*/
.container .crumb_select {
    overflow: hidden;
    display: none; 
    padding-top: 16px;
  }

  .container .crumb_select  .crmb_select_del{
    width: 78px;
    height: 30px;
    border-radius: 4px;  
    border: 1px solid#FF6619;
    border: 1px solid var(--themeColor);
    background: #fff;
    cursor: pointer;   
    color: #FF6619;color: var(--themeColor);
    text-align: center;
    line-height: 30px;
    margin-left: 2px;
  }
  .container .crumb_select ul {
    float: left;
  }
  
  .container .crumb_select li {
    float: left;
    background: #FFF; 
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin: 0 10px 20px 0;
    padding-left: 10px;
    border-radius: 4px;
  }
  
  .container .crumb_select li:hover {
    border-color: #FF6619;
    border-color:var(--themeColor);
  }
  
  .crumb_select span {
    display: inline-block;
    color: #808080;
  }
  
  .crumb_select .choose {
    color: #222;
  }
  
  .crumb_select .icon {
    float: right;
    width: 16px;
    height: 32px; 
    margin-left: 4px;
    background-color: #fff;
    padding-right: 8px;
  } 
 
  .container .crumb_select li .icon::after{
    content: "X";
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #808080;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
  }
  .container .crumb_select li:hover .icon::after{
    color: #FF6619;color: var(--themeColor);
  }

/*筛选*/

.container .selector {
    border-radius: 8px;
    background: #fff;
    margin-top:10px;
    font-size: 14px;
}
.selector .selectorLine {
    position: relative;
}
.selector .selectorLine .sl_wrap {  
    background: #fff;
}
.selector .sl_key {
    float: left;
    height: 70px;
    line-height: 70px;    
    text-align: center;   
    padding-left: 24px;
    margin-right: 32px;
    color: #808080;
}
.selector .sl_value {
    float: left;
    width: 961px;
    background: #fff;
    min-height: 70px;
}
.selector .sl_value.sl_value_wid{
    width:1090px;
}
.selector .sl_value .brandLetter {
    display: none;
}
.selector .sl_ext {
    width: 132px;
    position: absolute;
    top: 23px;
    right: 12px;
}
.sl_value .valueList {
    clear: both;
    margin-top:26px;
}
.sl_value .valueList li {
    width: 88px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    color: #222;
}

.sl_value .valueList .brand_tab{
    height: 19px;
}
.sl_value .valueList li i {
    font-style: normal;
    color: #0b5da2;
}

.sl_value .valueList li i:hover {
    color: #FF6619;color: var(--themeColor);
}

.sl_ext a,
.sl_ext a:hover {
    float: left;   
    width: 48px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #AAAAAA;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    text-align: center;
    border-radius: 4px;  
    margin-left: 8px;
    padding:0 4px;
}

.sl_ext a:hover {
    border-color: #FF6619;border-color:var(--themeColor);
    color: #FF6619;color: var(--themeColor);
}

.sl_ext a .icon,
.sl_ext a:hover .icon {
    width: 16px;
    height: 16px; 
    line-height: 16px;
    margin-left: 4px;
    vertical-align: text-bottom;  
}

.sl_ext .sl_more .icon_jt::after{
    font-family: "iconfontxfs" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\e613";
    color: #808080;
    position: relative;
    top:-4px;
}
.sl_ext .opened .icon_jt::after {
    font-family: "iconfontxfs" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    content: "\e610";
    color: #808080;
    position: relative;
    top: 4px;
}

.sl_ext a .icon_jh::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e628";
    color: #808080;
}

.sl_ext .sl_more:hover .icon_jt::after,.sl_ext .opened:hover .icon_jt::after,.sl_ext a:hover .icon_jh::after{
    color: #FF6619;
    color: var(--themeColor);
}

.sl_ext a.opened {
    display: none;
}

.selector_more {   
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 200px;
    background: #fff;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: -38px;
    position: relative;
    top: 1px;
}

.selector_more .icon,
.selector .selector_more:hover .icon {
    width: 20px;
    height: 10px;
    background-position: 0 -70px;
    margin-left: 50px;
    position: relative;
    top: 2px;
    transition: background-position .15s ease-in-out;
}

.selector_more:hover {
    color: #FF6619;color: var(--themeColor);
}

.selector_more:active {
    color: #FF6619;color: var(--themeColor);
    background: #D3D3D3;
}

.selector_more:hover .icon {
    background-position: 0 -90px;
}

.sl_value.extend .brandLetter,
.multiple .sl_value .brandLetter {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}

.sl_value .brandLetter li {
    float: left;
    font-size: 14px;
    margin-right: 24px;
}

.sl_value .brandLetter li a {
    display: inline-block; 
    text-align: center;
    color: #808080;
}
.sl_value .brandLetter li a:hover{
    color: #FF6619;color: var(--themeColor);
}

.sl_value .brandLetter li.all a {
    width: auto;
    padding: 0 5px;
    margin: 0 -5px;
    color: #333;
}

.sl_value .brandLetter li a.curr {
   color: #FF6619;color: var(--themeColor);
   font-weight: bold;
}

.sl_value .brandLetter {
    display: none;
}

.show_brand .sl_value .brandLetter {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top:26px;
    margin-bottom: 24px;
}

.multiple .sl_value .brandLetter {
    display: block;
}

.selector .multiple .sl_ext {
    display: none;
}

.sl_value .sl_btns,.attr_conent .sl_btns {
    clear: both;
    text-align: center;   
    display: none;
    margin: 12px 0 24px 0;
}

.attr_conent.multiple .sl_btns{
    display: block;
}


.sl_value .sl_btns .btn,.attr_conent .sl_btns .btn {
    padding: 0 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    margin: 0 20px;
    border-radius: 4px;
}

.sl_value .sl_btns button.btn,.attr_conent .sl_btns button.btn {
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 1px;
}

.sl_value a i {
    background: #fff;
    width: 11px;
    height: 11px;
    float: left; 
    display: none;
    margin-right: 4px;
    margin-top: 3px;     
}
.sl_value a i::after{
    font-family: "iconfontxfs" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e618";
    color: #d3d3d3;
    vertical-align: top;
}

.sl_value a.curr i::after{
    content: "\e617";
    color: #FF6619;
    color: var(--themeColor);
}
.selectorLine .multiple { 
    position: relative;
    z-index: 999;
}

.selectorLine .multiple .sl_value{
    width:1090px
}
.selectorLine .attr_conent.multiple{
    position: absolute;
}

.multiple .sl_value .sl_btns,
.multiple .sl_value a i {
    display: block;
}

.f_jg a i {
    background: #fff;
    width: 12px;
    height: 12px;
    float: left;
    margin: 12px 6px 0 10px;
    border: 1px solid #979797;
    border-radius: 2px;
    cursor: pointer
}
.f_jg a i:hover {
    border-color: #FF6619;border-color:var(--themeColor);
}
.f_jg a.curr i {
    border-color: #FF6619;border-color:var(--themeColor);
    background: url(../../images/search/search_sprites.png) no-repeat -20px -70px;
}

/*过滤*/
.container .filter_box {
  height: 40px;
  background: #fff;
  padding:10px 0;
  margin-bottom: 16px;  
  border-radius: 8px;
  margin-top: 16px;
}

.filter_box .f_sort_left {
  float: left;
}
.f_sort_left a,
.f_sort_left a:hover {
  float: left; 
  text-align: center;
  height: 38px;
  line-height: 38px;  
  margin-left: 24px;
}
.filter_box .f_jg.curr {  
  color: #FF6619;color: var(--themeColor);
}

.filter_box .f_jg span {
  float: right;
  width: 14px;
  height: 28px;  
  overflow: hidden;
  position: relative;
  margin: 6px 0 0 4px;
}

.filter_box .f_jg .icon {
  width: 14px;
  height: 10px;
  left: 0;
  position: absolute;
}

.filter_box .f_double .fs_icon::before{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d3d3d3;
    content: "\e610";
    position: absolute;
    top:-6px;
}
.filter_box .f_double .fs_icon::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d3d3d3;
    content: "\e613";
    position: relative;
    bottom: 6px;
}

.filter_box .fs_up .fs_icon::before{
    color: #ff6619;
    color: var(--themeColor);
}
.filter_box .fs_up .fs_icon::after{
    color: #d3d3d3;
}

.filter_box .fs_down .fs_icon::before{
    color: #d3d3d3;
}
.filter_box .fs_down .fs_icon::after{
    color: #ff6619;
    color: var(--themeColor);
}


.filter_box .checkbox i {  
  width: 11px;
  height: 11px;
  float: left;
  margin: 14px 7px 0 0px;
  line-height: 11px;  
}

.filter_box .checkbox i::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d3d3d3;
    content: "\e618";
}

.filter_box .checkbox.curr i::after{
    content: "\e617";
    color: #ff6619;
    color: var(--themeColor);
}
.filter_box .checkbox.curr {
  color: #FF6619;color: var(--themeColor);
}
.filter_box .f_sort_right {
  float: right;
}

.f_sort_right .topPage {
  float: right;
}
.topPage .fp_text {
  float: left;
  line-height: 40px;
}
.topPage .fp_prev,
.topPage .fp_next {
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}
.f_sort_right .f_result_sum {
  /* float: right; */
  line-height: 40px;
  margin-right: 16px;
  display: inline-block;
}
.topPage .fp_prev:hover,
.topPage .fp_next:hover {
  background: #FFF0E3;
  border: 1px solid #FF6619;border: 1px solid var(--themeColor);
  color: #FF6619;color: var(--themeColor);
}

.topPage .fp_prev:active,
.topPage .fp_next:active {
  background: #FF6619;background: var(--themeColor);
  border: 1px solid #FF6619;border: 1px solid var(--themeColor);
  color: #fff;
}

.topPage .disabled {
  color: #d3d3d3 !important;
  background: #fff !important;
  border-color: #fff !important;
  cursor: default;
  pointer-events: none;
  cursor: default;
}

.f_sort_left .f_pic {
  width: 50px;
}

/*翻页*/
.fy_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
}
.fy_wrap .fy_page {
    float: right;
}
.fy_wrap .fy_page .p_num {
    float: left;
    border: 1px solid #E4E6E8;
}
.fy_page .p_num a,
.fy_page .p_num b {
    float: left;
    width: 38px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    color: #333;
}

.fy_page .p_num a:hover {
    background: #fff0e3;
    color: #333;
}

.fy_page .p_num a:active,
.fy_page .p_num a.curr {
    background: #FF6619;background: var(--themeColor);
    color: #fff;
}

.fy_page .p_num a.curr {
    cursor: default;
}

.fy_page .p_num b {
    line-height: 30px;
}

.fy_page .p_num a.pn_btn,
.fy_page .p_num a.pn_btn:hover,
.fy_page .p_num a.pn_btn:active {
    font-family: simsun;
    background: #f5f5f5;
    color: #333;
}

.fy_page .p_num a.pn_prev {
    border-right: 1px solid #E4E6E8;
}

.fy_page .p_num a.pn_next {
    border-left: 1px solid #E4E6E8;
}

.fy_page .p_num a.pn_btn.disabled {
    color: #d3d3d3;
    cursor: default;
}

.fy_wrap .fy_page .p_skip {
    float: left;
    padding-left: 20px;
}

.fy_wrap .fy_page .p_skip em,
.fy_wrap .fy_page .p_skip input,
.fy_wrap .fy_page .p_skip a {
    float: left;
}

.fy_wrap .fy_page .p_skip em,
.fy_wrap .fy_page .p_skip b {
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    color: #666;
}

.fy_wrap .fy_page .p_skip input {
    border: 1px solid #E4E6E8;
    height: 33px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #333;
    margin: 0 10px 0 20px;
}

.fy_wrap .fy_page .p_skip a {
    background: #FFF;
    border: 1px solid #E4E6E8;
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
}

.fy_wrap .fy_page .p_skip a:hover {
    background: #FFF0E3;
    border: 1px solid #FF6619;border: 1px solid var(--themeColor);
    color: #333;
}

.fy_wrap .fy_page .p_skip a:active {
    background: #FF6619;background: var(--themeColor);
    border: 1px solid #FF6619;border: 1px solid var(--themeColor);
    color: #fff;
}

/*品牌图*/
.valueList .pion {
    cursor: pointer;
}
.selectorLine_list {
    height: 117px;
}
.danhanghide {
    height: 28px;
    overflow: hidden;
}
.danhangshow {
    height: auto;
    max-height: 152px;
    overflow-y: auto;
}
.sl_ext a .icon_jt.icon_dt {
    background-position: -29px -28px;
    margin-left: 6px;
}
.sl_value .valueList li.price_sel {
    width: 250px;
    font-size: 12px;
}
.sl_value .alreadySelect label {
    float: left;
}
.sl_value .alreadySelect .pion {
    float: left;
    margin-left: 15px;
}
.sl_value .alreadySelect .pion a {
    float: left;
    margin-left: 15px; 
    color: #333;
}
.address-page-box {
    position: relative;
    margin: 10px auto 0px auto;
    height: 70px;
}
.spu_name {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.crumbs_nav {
    position: relative;
}
.crumbs_nav b{
    font-weight: normal;
}
.search_p {
    max-width: 310px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 2px;
    display: inline-block;
    font-weight: bold;
}

.search_p span {
    font-weight: bold;
}

.kf_line {    
    height: 26px;
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 15px;
    display: none;
}

.kf_line .kf_txt {
    padding-left: 10px;
}

.kf_line .kf_btn {
    background: #FF6619;background: var(--themeColor);
    border-radius: 2px;
    display: inline-block;
    width: 92px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.empty_btn span {
    background: #FF6619;background: var(--themeColor);
    border-radius: 2px;
    width: 80px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}

.crumbs_nav_info {
    display: none;
}

.crumbs_nav_info.show {
    display: inline-block;
}

.crumbs_tab {
    display: inline-block;
    color: #808080;
}

.attribute_tab .attr_tab {
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;    
    margin-right: 28px;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 4px;
}

.attribute_tab .attr_tab::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61a";
    color: #d3d3d3;
}

.attribute_tab .attr_tab:hover{
    border:1px solid #FF6619;
    color: #FF6619;color: var(--themeColor);
    background: url("../../images/product/arrow_down_on.png") no-repeat right center;
}
.attribute_tab .attr_tab:hover::after{
    color: #FF6619;
    color: var(--themeColor);
}
.attribute_tab .attr_tab.active{
    border:1px solid #FF6619;border:1px solid var(--themeColor);
    color: #FF6619;color: var(--themeColor);
    background: url("../../images/product/arrow_down_on.png") no-repeat right center;
}
.attribute_tab .attr_tab.active::after{
    color: #FF6619;
    color: var(--themeColor);
}

.attr_conent {
    position: absolute;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    top: 39px;
    z-index: 22;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 20px;
    display: none;
}

.attr_conent .attr_item {
    position: relative;
    display: none;  
}

.attr_conent .attr_item ul {
    padding-left: 20px;
    overflow: hidden;
    width: 1084px;
}

.attr_conent li { 
    margin-right: 40px;
    line-height: 38px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.attr_conent li:hover{
    color: #FF6619;color: var(--themeColor);
}

.attr_conent li span {
    vertical-align: middle;
    display: inline-block;
}

.attr_conent .attr_checkbox {
    background: #fff;
    width: 11px;
    height: 11px;
    border: 1px solid #979797;
    border-radius: 2px;
    display: none;
    margin-right: 6px;
}

.attr_conent .attr_mutiple .attr_checkbox {
    display: inline-block;
}

.attr_conent .attr_mutiple .attr_checkbox.curr {
    border-color: #FF6619;border-color:var(--themeColor);
    background: url(../../images/search/search_sprites.png) no-repeat -20px -70px;
}

.attr_conent .attr_mutiple .sl_ext {
    display: none;
}
.attr_conent .sl_ext {
    width: 75px;
    top:12px;
}
.f_sort_left .price_sel {
    margin-left: 20px;
    display: inline-block;
}
.f_sort_left .price_sel span {
    float: left;
    height: 22px;
    padding: 0 3px;
    margin-top: 7px;
    line-height: 24px;
}
.f_sort_left .price_sel span input {
    width: 56px;
    height: 16px;
    border-radius: 4px;
    line-height: 24px;
    background: #F5F5F5;
    font-size: 12px;
    padding:4px;
    border:none;
}
.f_sort_left .price_sel .ph_hide {
    line-height: 22px;
    left: 4px;
    top: 1px;
    z-index: 8;
    cursor: pointer;
}

.f_sort_left .price_sel .ph_low {
    line-height: 22px;
    left: 20px;
}

.f_sort_left .price_sel .ph_span {
    display: inline-block;
    line-height: 22px;
    position: relative;
    left: 73px;
    top: -8px;
}

.f_sort_left .price_sel input::-webkit-input-placeholder {
    color: #D7D7D7;
}

.f_sort_left .price_sel a {
    float: left;
    width: 40px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #FFF;
    border: 1px solid #D3D3D3;
    vertical-align: middle;
    margin: 8px 0px 0 16px;
    color: #333;
    border-radius: 4px;
}

.product_list{
    width:1210px;   
    margin-top:10px;
    padding-bottom: 20px;
}
/* 精选 */
.product_list .sku_act .sku_concentration{
    background: url(../../images/product/concentration_icon.png) no-repeat center;
}
/* 畅销 */
.product_list .sku_act .sku_sellWell{
    background: url(../../images/product/sellWell_icon.png) no-repeat center;
}

.product_list .sku_act .sku_concentration,.product_list  .sku_act .sku_sellWell {
    padding: 0;
    border: none;
    width: 32px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: bottom;
}

.product_list .page-box{    
    height: 60px!important;
    background: #fff;   
    clear: both;
    width: 1200px;   
    border-radius: 4px;
}
.product_list .m-style{
    padding-top: 13px;   
    margin-right: 10px;
}

.alreadySelect{
    padding:10px 0;
}
.ztyj_line{
    color: #FF6619;color: var(--themeColor);
}

.productList_fixed_header{position:fixed;top:0;z-index:9999;height:60px;box-shadow:0 0 8px 0 rgba(0,0,0,0.16);width:100%;}
.productList_fixed_header .lodo_01{height:60px;line-height:60px;}
.productList_fixed_header .lodo_01 img{height:50px;width: auto;margin-top: 8px;}
.productList_fixed_header .key_word{display:none;}
.productList_fixed_header .search_box{margin-top:10px;}
.productList_fixed_header .cart{top:10px;}
.productList_fixed_header .logo{padding:0;}

.attribute_tab .sl_value{
    margin-top:26px;
}

/* 大图模式 */
.bigimg_product li{
    width:200px;
    height: 483px;
    float: left;
    padding:0 16px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
  }

  .bigimg_product li:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 15%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    z-index: 88;
  }
  .bigimg_product .sku_img{
    display: inline-block;
    width:200px;
    height: 200px;
    margin-top:16px;
  }
  .bigimg_product .sku_img_list{
    margin-top:10px;
    height: 37px;
    overflow:hidden;
  }
  .bigimg_product .sku_img_list img{
    display:inline-block;
    width:32px;
    height: 32px;
    margin-right: 5px;
    border: 1px solid #D3D3D3;
  }
  .bigimg_product .sku_img_list .active{
    border: 2px solid #FF8000;
    border: 2px solid  var(--themeColor);
  }
  .bigimg_product .sku_name{
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bigimg_product .sku_info{
    margin-top:8px;
    overflow: hidden;
    line-height: 24px;
  }
  .bigimg_product .sku_info .sku_price{
    float: left;
    color: #F20C0C;
    font-size: 18px;
    font-weight: bold;
  }
  .bigimg_product .sku_info .ft_big{
    font-size: 18px;
  }
  .bigimg_product .sku_info .ft_sm{
    font-size: 12px;
  }
  .bigimg_product .sku_info .sku_specnum{
    float: right;
    color: #666;
  }

  .bigimg_product .sku_more{
    font-size: 12px;
    color: #808080;
    margin-top:11px;
    height: 18px;
    line-height: 18px;
  }

  .sku_dh::after, .sku_xh::after {
    font-family: "iconfontxfs" !important;
    font-size: 32px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff6619;
    color: var(--themeColor);
    content: "\e61f";
    vertical-align: top;
    margin-left: 4px;
  }
  .sku_xh::after {
    content: "\e627";
  }

  .bigimg_product .sku_act{
    margin-top:10px;
    height: 18px;
    line-height: 18px;
  }
  .bigimg_product .sku_act span{
    display: inline-block;
    padding: 0px 3px;
    height: 15px;
    line-height: 16px;
    border: 1px solid #FF8000;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    font-size: 12px;
    margin-right: 3px;
    background: #FF8000;
    background: var(--themeColor);
    color: #fff;
  }
  .bigimg_product .sku_act .sku_act_t{
    background: #fff;
    color: #FF8000;
    color: var(--themeColor);
  }

  .bigimg_product .sku_act em{
      display: inline-block;
  }

  .bigimg_product .sku_btn{
    margin-top:12px;
    cursor: pointer;
    height: 26px;
  }
  .bigimg_product .sku_btn span{
    display: block;
    text-align: center;
    line-height: 24px;
    float: left;
  }
  .bigimg_product .sku_btn .sku_buy{
    width: 79px;
    height: 24px;
    border-radius: 4px 0 0 4px;
    border:1px solid #D3D3D3;
  }

  .bigimg_product .sku_btn .sku_add{
    width: 119px;
    height: 24px;
    border-radius: 0 4px 4px 0;
    margin-left: -2px;
    border:1px solid #FF661A;
    border:1px solid var(--themeColor);
    color: #FF661A;
    color: var(--themeColor);
    background: #fff;
    position: relative;
    left: -1px;    
  }

  .bigimg_product .sku_btn .sku_add::before,.pro_add_btn::before{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e630";
    margin-right: 2px;
  }

  .bigimg_product .sku_btn .sku_add_gwl{
    width: 200px;
    border-radius: 4px;
    border:1px solid #FF661A;
    border:1px solid var(--themeColor);
    color: #FF661A;
    color: var(--themeColor);
    background: #fff;
    box-sizing: border-box;
  }

  
  .sku_copy{
      cursor: pointer;
  }

  .sku_copy::after{
    font-family: "iconfontxfs" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d3d3d3;
    content: "\e64f";
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
  }

  .pm_product_list .sku_more,.pm_product_list .sku_name,.pm_product_list .sku_act{
    margin-top:5px;
  }
  

  /* 小图 */
  .smallimg_product{
    width:1200px;
    padding:16px 0;
    background: #fff;
    margin-bottom: 16px;
    display: none;
  }
  .smallimg_product .small_tit{
    width: 1169px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    background: #f5f5f5;
    margin: 0 auto;
  }
  .smallimg_product .small_tit .sm_tab{
    height: 40px;
    line-height: 40px;
  }
  .smallimg_product .sm_tab{
    float: left;
    box-sizing: border-box;
    height: 64px;
  }
  .smallimg_product .sm_1{
    width:651px;
  }
  .smallimg_product .sm_2{
    width:220px;
  }
  .smallimg_product .sm_3{
    width:137px;
  }
  .smallimg_product .sm_4{
    width:158px;
  }

  .smallimg_product .small_tit span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #E2E2E2;
    width: 100%;
    box-sizing: border-box;
  }
  .smallimg_product .small_tit .sm_4 span{
    border-right: none;
  }
  .smallimg_product .small_item{
    padding: 0 16px;
    border-bottom: 1px solid #f5f5f5;
  }

  .smallimg_product .small_li{
    height: 64px;
    padding: 16px 0;
  }

  .smallimg_product .sm_1_l{
    float: left;
    width:64px;
    height: 64px;
    margin-left: 16px;
  }
  .smallimg_product .sm_1_l img{
    width: 62px;
    height: 62px;
    border-radius: 2px;
    border:1px solid #D3D3D3;
  }
  .smallimg_product .sm_1_r{
    float: left;
    margin-left: 16px;

  }
  .smallimg_product .sm_1_r .sm_name{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .smallimg_product .sm_1_r .sm_more{
    color: #808080;
  }

  .smallimg_product .sm_1_r .pm_wl_code {
    display: inline-block;
    max-width: 170px;
    overflow: hidden;
  }

  .smallimg_product .small_item .sm_2{
    padding-left: 24px;
  }

  .smallimg_product .pro_count {
    width: 130px;
    height: 28px;
    margin-left: 25px;
  }

  .smallimg_product .xfs-number {
    overflow: hidden;
    clear: both;
    vertical-align: middle;
    float: left;
  }

  .smallimg_product .xfs-number .xfs-n-input{
    width:54px;
    height:26px;
    text-align: center;
    display: inline-block;
    float: left;
    color: #222;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin: 0 4px;
    background: #fff;
    padding: 0;
  }
  .smallimg_product .xfs-number .xfs-n-bt{
    width:26px;
    height:26px;
    text-align: center;
    font:20px/26px Arial;
    color:#222;
    float: left;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
  }
  .smallimg_product .xfs-number .xfs-n-bt-dis{
   background-color: rgb(235, 235, 228);
  }
  .smallimg_product .sm_unit{
    display: block;
    text-align: center;
    margin-top:4px;
    margin-left: 25px;
    width:122px;
  }
  .smallimg_product .add_xjl_line{
    text-align: center;
    margin-top:3px;
    padding-left: 12px;
    font-size: 14px;
  }
  .smallimg_product .add_xjl_line span{
    color: #295FCC;
    cursor: pointer;
  }
  .smallimg_product .sm_price{
    font-weight: bold;
    margin-bottom: 4px;
  }
  .smallimg_product  .sm_del_price{
    color: #808080;
  }

  .smallimg_product .small_item .sm_3{
    padding-left: 24px;
  }
  .smallimg_product .sku_dh::after, .smallimg_product .sku_xh::after{
    vertical-align: middle;
    position: relative;
    top:-2px;
  }
  .smallimg_product .small_li_bod{
     clear: both;
     margin-left: 96px;
     border-bottom:1px dashed #e2e2e2;
     padding-top:17px;
  }
  .smallimg_product .sku_more_href{
    height: 50px;
    line-height: 50px;
    text-align: right;
  }
  .smallimg_product .sku_more_href a{
    color: #808080;
  }
  .smallimg_product .sku_more_href a::after{
    font-family: "iconfontxfs" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64c";
    margin-left: 4px;
    position: relative;
    top: 2px;
  }
  .smallimg_product .sku_more_href a:hover{
    color: #FF8000;
    color: var(--themeColor);
  }
  .sku_copy_code{
    border: none;
    background: none;
    color: #888888;
    width: 67px;
  }

  .pro_add_btn{
    width: 102px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-right: 16px;  
   
    cursor: pointer;
  }
  .pro_add_btn::before{
    color: #fff;
    position: relative;
    top: 2px;
  }

  .pro_mode{
    display: inline-block;
    width:135px;
    height: 30px;
  }
  .pro_mode .mode_type{
    display: inline-block;
    width:62px;
    height: 30px;
    color: #808080;
    font-size:12px;
    vertical-align: middle;
    margin-left: -3px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
  }
  .pro_mode .mode_act{
    color:#ffffff;
    background-color: #FF8000;
    background-color: var(--themeColor);
    border-radius:4px;
  }
  .pro_mode .mode_type .iconfont{
    font-size: 24px;
    position: relative;
    top: 4px;
    left: 3px;
    padding-right: 3px;
  }
  .pro_mode .mode_type .mode_text{
    position: relative;
    bottom: 1px;
  }
  

  .filter_box_out.filter_box_out_fixed{
      position: fixed;
      top:0;
      background: #fff;
      left: 0;
      right: 0;    
      z-index: 888;
  }
  .container .filter_box_out_fixed .filter_box{
      width: 1200px;
      margin: 0 auto;
  }

  .search_tipInfo{
    display: none;
    width: 1200px;
    height: 40px;   
    line-height:40px;
    color:#222;
    font-size: 14px;
    padding:0 12px;
    border-radius: 8px;    
    border: 1px solid #ff661a;
    background: #ffe6d9;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .search_tipInfo span{
    color: #FF8000;
    color: var(--themeColor);
    font-weight: bold;
  }

  .category_num{
    margin-left: 10px;
    line-height: 24px;
    color: #FF8000;
    color: var(--themeColor);
  }