
.settings-nav_color,.nav-account .settings-nav_color:hover { color:#1a1a1a }
.settings-navSubLink_color{color:#666666}
.settings-navSubLink_color:hover{color:#000000}
.settings-main_background{ background-color:#ffffff }
.settings-main_background_color { background-color:#ffffff }
.settings-post_background_color { background-color:#ffffff!important }
.settings-contBg_background { background-color:#ffffff }
.settings-text_color { color:#333333 }
.settings-text_color:visited { color:#333333 }
.settings-desc_color { color:#5c5c5c }
.settings-btn_color { color:#333333 }
.settings-btn_color:visited { color:#333333 }
.settings-sideLink_color { color:#1a1a1a }
.settings-sideLink_color:visited { color:#1a1a1a }
.side-nav-link-sub_list .settings-sideLink_color { color:#666666 }
.side-nav-link-sub_list .settings-sideLink_color:visited { color:#666666 }
.settings-sideLinkHover_color:hover,.settings-sideLink_color:hover,.side-nav-link li:hover a{ color:#1a1a1a }
.settings-filter_background { background-color:#fff }
.settings-proTitle_color { color:#121212 }
.settings-proDetailTitle_color { color:#1c1c1c }
.settings-proDesc_color,.pro_stock.only-pc,.pro-detail-sub-each h3,.pro_detail-quantity h3,.pro_detail-quantity--inner span{ color:#595959 }
.settings-proPrice_color { color:#121212 }
.settings-optionSelected_color { color:#000000;}
.settings-optionUnSelected_color { color:#808080 }
.settings-buyBtn_background{ background:#ffffff;border:1px solid #1a1a1a }
.settings-buyBtn_color { color:#1a1a1a; }
.settings-buyBtn_background:hover{ 
border:1px solid #1f1f1f;color:#ffffff;background-color: #1a1a1a;
}
.settings-addSuccBtn_background { background-color:#1a1a1a }
.settings-addSuccBtn_color { color:#fff; }
.settings-addSuccBtn_background { background-color: }
.settings-addSuccBtn_color { color: }

/* 默认样式重置 */

@media screen and (min-width: 768px) {
.only-mobile,.div_wap{
display:none!important;
}}
@media screen and (max-width: 767px) {
.only-pc,.div_pc{
display:none!important;
}}

.yhsd-popup-wrapper{
z-index: 9999!important;
}


html {
font-size:62.5%;
}
li{
list-style: none;}

.border_section{
overflow:hidden;}


.main_inner{
position:relative;background-color:#ffffff;
}


@media screen and (min-width: 768px) {
.main_inner{
z-index:5;
}
.pro_main_inner{
    background:
}
}

@font-face
{
font-family: "Uetop1";
src: url('//asset.ibanquan.com/s/119346/883/Uetop1.ttf?design_theme_id=0&v=1610431835_1598494472') format('truetype');
}
@font-face
{
font-family: "Uetop2";
src: url('//asset.ibanquan.com/s/119346/883/Uetop2.ttf?design_theme_id=0&v=1610431835_1598494472') format('truetype');
}

body {
font-size:13px;
position: relative;
 font-family:"Uetop1",'Helvetica Neue', Helvetica ,"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, Helvetica, sans-serif;
}


a {
color: inherit;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
p {
margin: 0;
}

html.side_active body {
overflow: hidden;
-ms-touch-action: pan-x;
touch-action: pan-x;
}

#content_for_layout.yhsd-base,.log-block-outer{
height:100%;
}

.about_mh,.pro_detail_wrap_full,.home-page {
background-color: #ffffff;
position:relative; 
}



/* loader */
#loader-wrapper { 
position: fixed; 
top:0; left:0; 
right:0;
bottom:0; 
display: block;
z-index:999998;
}
#loader-wrapper.index_loader { 
background:#000000;
}

#loader-wrapper .logo{
background-image:url("//asset.ibanquan.com/s/119346/883/loader_pic?design_theme_id=0&v=1610431835_1598494472") ;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/loader_pic?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');
background-repeat:no-repeat;
background-size:auto 1920px;
-moz-background-size: auto 1920px;
-webkit-background-size:auto 1920px;
-o-background-size: auto 1920px;
position: absolute;
background-position:center;
margin:auto;
left: 0;
right: 0;
bottom: 0;
top: 0;
}

@media (max-width: 768px){
  
#loader-wrapper .logo{
 background-size:auto px;
-moz-background-size: auto px;
-webkit-background-size:auto px;
-o-background-size: auto px; 
}  }

.loader-wrap{
position: absolute;
left: 0;
right: 0;
bottom: 0; 
top:0;
}





.loader {
position:absolute;
top: 50%;
left:50%;
margin-top:980px ;
text-indent: -9999px;
width: 150px;
height: 4px;
margin-left: -75px;
overflow: hidden;
z-index: 100001;
text-align: center;  
  -webkit-transition: all .6s linear .4s infinite;
    -moz-transition: all .6s linear .4s infinite;
    -ms-transition: all .6s linear .4s infinite;
    -o-transition: all .6s linear .4s infinite;
    transition: all .6s linear .4s infinite;
 
}


.pg {
    z-index: 99999;
    width: 100%;
    height: 2px;
    background-color:#000000;
    position: absolute;
}

.loader .pg {
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
   -webkit-animation-name: loadingWipeIn;
          animation-name: loadingWipeIn;
}


@-webkit-keyframes loadingWipeIn {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}

@keyframes loadingWipeIn {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}
  


.no_index_icon{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.no_index_icon_wrap {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
}



.no_index_icon:after{
      display: block;
    content: '';
    width: 100%;
    height: 100%;
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")};
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}



@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

/* .lazyload,.lazyloading */

.lazyload, .lazyloading {
opacity: 0;
}

.lazyloaded {
opacity: 1;
transition: opacity 750ms;
}



input:-ms-input-placeholder {
color: #5c5c5c;
}
input::-moz-placeholder {
color: #5c5c5c;
}
input::-webkit-input-placeholder {
color: #5c5c5c;
}
.wrapper_fix {
position: static;
}
.cont_fix {
position: static;
}
/* 通用 */
.wrap_full {
width: auto;
}
.wrap {
width: auto;
max-width: 1080px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.wrap {
max-width: none;
}
}
.row {
width: auto;
}
.mod {
padding-left: 10px;
padding-right: 10px;
}
.mod-pro {
padding-left: 10px;
padding-right: 10px;
}
.txt_ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.underline {
text-decoration: underline;
}
.underline:hover {
text-decoration: underline;
}
.underline_hover:hover {
text-decoration: underline;
}
.mobi_hide {
display: block;
}
.wide_hide {
display: block;
}
@media screen and (max-width: 767px) {
.mobi_hide {
display: none;
}
.wide_hide {
display: block;
}
}
/* 免费版广告优化 */
.index .footer_simple.yhsd_free_scope .yhsd_free {
position: absolute;
bottom: 0;
}
/* 社交图标 */
.icon-color-weibo {
color: #ff4545;
}
.icon-color-weibo:hover {
color: #ff4545;
filter: alpha(opacity=60);
opacity: 0.6;
}
.icon-color-qq {
color: #4397e0;
}
.icon-color-qq:hover {
color: #4397e0;
filter: alpha(opacity=60);
opacity: 0.6;
}
.icon-color-renren {
color: #1b69aa;
}
.icon-color-renren:hover {
color: #1b69aa;
filter: alpha(opacity=60);
opacity: 0.6;
}
.icon-color-netease {
color: #e82e2e;
}
.icon-color-netease:hover {
color: #e82e2e;
filter: alpha(opacity=60);
opacity: 0.6;
}
.icon-color-douban {
color: #18aa5d;
}
.icon-color-douban:hover {
color: #18aa5d;
filter: alpha(opacity=60);
opacity: 0.6;
}
.icon-color-wechat {
color: #59bf39;
}
.icon-color-wechat:hover {
color: #59bf39;
filter: alpha(opacity=60);
opacity: 0.6;
}
/* 主布局 */
.main {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height:100%;
min-height:100%;
overflow: visible;
position: relative;
top: 0;
left: 0;
}



@media screen and (min-width: 768px) {
.main{
  padding-top:80px;
  
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}}








@media screen and (min-width: 768px){
.flank{
transition: font-size linear 0.2s;
position:fixed;
top: 50%;
border-bottom: 0;
line-height: 1;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
z-index:688;
display: block;
letter-spacing:0.2em;
color:;
}





.index_right{
right:-6px;
-webkit-transform: rotate(90deg) translateX(50%);
-webkit-transform-origin: right top;
transform: rotate(90deg) translateX(50%);
transform-origin: right top;

} 


.index_left{
left:-6px;
-webkit-transform: rotate(-90deg) translateX(-50%);
-webkit-transform-origin: left top;
transform: rotate(-90deg) translateX(-50%);
transform-origin: left top;
} }

@media screen and (min-width:1681px){
.index_right{
right:3px;
}
.index_left{
left:3px;
}}

@media screen and (max-width:1024px){
.index_right,.index_left{
display:none;

}}


@media screen and (min-width:1024px){
.big-title i.fontuetop {
font-family: "PingFang SC","Heiti SC","黑体","Microsoft YaHei",  "Arial", sans-serif!important;
}}

/*search */
.header-search-ico{
float: right;
position: relative;
text-align: right;
overflow: hidden;
z-index: 1;
display:inline-block;
*display: inline;
*zoom: 1;
box-sizing: border-box;
padding: 0 14px;
margin: 0;
min-width:0;
overflow: hidden;
color: inherit;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .04em;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
zoom: 1;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: 0 0;
border: none;
border-radius:0;
outline: 0;
will-change: box-shadow;
-webkit-user-drag: none;
color:#2e2d2d;
}


.header-search-ico i{
font-size: 18px;
}




.header-search i{
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-ms-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
color: ;
font-size:18px;
}



/* 顶部导航 */

.header-wrap{
position:fixed;
z-index:99;
top: 0;
left: 0;
right:0;
}

.nav-service{
 color:#2e2d2d;
 float:left; 
}
.nav-service span{ 
margin-right:5px;font-size:11px;
}
.header-content {
text-align: center;
width: 100%;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:0 3%;
}


.nav-header.wrap_width {
position: relative;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: top;
margin: 0 auto;
width: 100%;
}



.nav-header{
position:relative;
}

.header-search-ico, .header-search-ico,.nav-cart,.nav-account,.nav-link,.nav-service{
height:100%;line-height:80px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.nav-menu-fixed,.nav--center,.nav-logo,.nav-logo2,.nav-link li.first_li {
height:80px;line-height:80px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}




.nav--film{
border-bottom:1px solid #ffffff;
}

.index_header .nav--film{
border-bottom:0px solid #ffffff;
}

.header-fixed .nav--film{
border-bottom:1px solid #ffffff;
}
.header-fixed .index_header .nav--film{
border-bottom:0px solid #ffffff;
}



 

.header-fixed .header-content {
background:none;}

.nav-menu-fixed{
width: 50px;
position: relative;
top: 0;
margin-right:20px;
left: 0;
text-align: center;
}

.nav--film {
width: 100%;
height:100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-ms-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
background:#ffffff;
}


.nav-menu {
z-index: 999;
position:absolute;
top: 0;
left:0;
height: 50px;
background-color: #111;
width: 50px;
border-radius: 0;
text-align: center;
top:50%;
margin-top:-25px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.nav-menu span{
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-ms-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
width: 30px;
height:2px;
margin-top: 15px;
background:#111;
display: block;
position: absolute;

}

.nav-menu-fixed .nav-menu span{
left: 0;
}

.side-menu .nav-menu span{
left:10px;
}


.nav-menu span:nth-child(1) {
top: 0px;
}

.nav-menu span:nth-child(2), .nav-menu span:nth-child(3) {
top: 8px;
}

.nav-menu span:nth-child(4) {
top: 16px;
}

.nav-menu:hover span:nth-child(1) {
top: -2px;
}


.nav-menu:hover span:nth-child(4) {
top: 18px;
}

.pcNav-show{
float:left;
width:33.33%;
min-height:1px;
}

.nav-link{margin: 0 auto;padding: 0; text-align:left;font-size:13px;z-index:0;overflow:visible;white-space:nowrap;letter-spacing:1px;}
.nav-link li{display:inline-block;
*display: inline;vertical-align: top;
*zoom: 1;overflow:hidden;position:relative;}
.nav-link .first_a{padding-right:20px;}
.nav-link li.first_li i {
font-weight:normal;
margin-left: 3px;
}

.nav-link li .second_li i {
    margin-left: 15px;
}

.nav-link a{
display:inline-block;
*display: inline;
*zoom: 1;
white-space:nowrap;
font-size: 18px;



}

.top-nav-link.nav-link>li:nth-child(n+10) {display: none;}
.top-nav-link.nav-link li:last-child{border:none}
.ie7 .top-nav-link.nav-link li,
.ie6 .top-nav-link.nav-link li{display:inline;float:left;}
.ie7 .top-nav-link.nav-link .nav-sublink li {display:block;float:none;}
.ie6 .top-nav-link.nav-link .nav-sublink li {display:block;float:none;width: 50px;}
.second_li i {margin-left: 20px;}
/* 子导航 */
.top-nav-link.nav-link .active .nav-sublink {
display:block;
top:80px;
opacity: 1;
visibility: visible;
-o-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
z-index:4;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.top-nav-link .nav-sublink {
font-size:13px;
margin-top:0;
position:absolute;
opacity: 0;
z-index:-2;
top:80px;
line-height:2.4;
visibility: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
visibility: hidden; 
}


.ie6 .nav-sublink,
.ie7 .nav-sublink {
background-color:
}
.nav-sublink li.active>.nav-link-third-warp {
opacity: 1;
visibility: visible;
}




.nav-sublink.settings-navSub_background {
background-color:;
}


.first_li a.first_a,.second_li a,.third_li a{
overflow:hidden;
position:relative;

}
.nav-link .first_a span,.nav-link-third-each span{
    padding: 3px 0;
    position: relative;
}

.first_li a.first_a span:after{
content: '';
background-color:#cccccc;
height:1px;
width: 100%;
bottom:0;
left:0;
z-index: 1;
position: absolute;
transform: scaleX(0);
transform-origin: left;
transition: transform 1s cubic-bezier(.19,1,.22,1);
-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
-ms-transition: transform 1s cubic-bezier(.19,1,.22,1);
-o-transition: transform 1s cubic-bezier(.19,1,.22,1);
}

.first_li.active a.first_a span:after{
transform: scaleX(1);
transform-origin: left; 
transition: transform 1s cubic-bezier(.19,1,.22,1);
-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
-ms-transition: transform 1s cubic-bezier(.19,1,.22,1);
-o-transition: transform 1s cubic-bezier(.19,1,.22,1);
}

.second_li span:after,.third_li span:after{
content: '';
background-color:#cccccc;
height: 1px;
width:100%;
bottom:0;
left:0;
z-index: 1;
position: absolute;
transform: scaleX(0);
transform-origin: left;
transition: transform 1s cubic-bezier(.19,1,.22,1);
-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
-ms-transition: transform 1s cubic-bezier(.19,1,.22,1);
-o-transition: transform 1s cubic-bezier(.19,1,.22,1);
}


.second_li a:hover span:after,.third_li a:hover span:after{
transform: scaleX(1);
transform-origin: left;
transition: transform 1s cubic-bezier(.19,1,.22,1);
-webkit-transition: transform 1s cubic-bezier(.19,1,.22,1);
-moz-transition: transform 1s cubic-bezier(.19,1,.22,1);
-ms-transition: transform 1s cubic-bezier(.19,1,.22,1);
-o-transition: transform 1s cubic-bezier(.19,1,.22,1);
}


.top-nav-link .nav-sublink ul.nav-link-third {
border:none;
width:auto;
padding:0;
}


.top-nav-link .nav-link-third-warp a{ font-weight:normal;}



.top-nav-link .nav-sublink>ul>li:first-child>a,.top-nav-link .nav-link-third-warp ul li:first-child a{
padding-top: 0;
}
.top-nav-link .nav-sublink>ul>li:last-child>a,.top-nav-link .nav-link-third-warp ul li:last-child a{
padding-bottom: 0;
border-bottom:none;
}



.ie8 .nav-sublink,
.ie7 .nav-sublink,
.ie6 .nav-sublink {
left:0;
}
.ie7 .nav-sublink,
.ie6 .nav-sublink {
text-align: left;
}












.header-fixed .top-nav-link .nav-sublink,.header-fixed .top-nav-link.nav-link .active .nav-sublink {
top:70px;
}

@media screen and (min-width: 768px){






.mbAccount{
display:none;
}

.nav-link .first_a{
font-size:px;
}

.top-nav-link .nav-sublink a{
font-size:px;
}


.top-nav-link .second_li a,.top-nav-link .third_li a{
font-size:-1px;
}

}

.nav--center {
position: relative;
float:left;
width: 33.33%;
overflow: hidden;
}

.nav-logo,.nav-logo2 {
display:block;
}


.nav-logo2 {
display:none;
}
.nav-logo-src {
width: auto;
height:80px;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.nav-logo--name {
font-size: 18px;
}

.nav--right {
position: relative;
float:right;
width:33.33%;
}

.nav-account {
padding:0 14px;
max-width:100px;
float: right;
text-align: right;
}

.nav-account-left {
color:#2e2d2d;
}


.nav-account-left-icon {
display: inline;
text-align:center;
color:#2e2d2d;
}



.nav-account-left-text {
display: inline;
text-align:center;
}


.nav-cart {
float: right;
text-align: right;
padding:0 14px;
}

.nav-account-left-icon,.nav-cart-a-icon,.header-search-ico i{
font-size:16px!important; margin-right:5px;
}

.nav-cart-a-total {
display: none;
border-radius: 100%;
font-size: 9px;
min-width: 18px;
background-color:#ffa600;
color:#121212;
text-align:center;
height: 18px;
top: 50%;
font-weight:bold;
line-height: 18px;
transform: scale(.9,.9);
-webkit-transform: scale(.9,.9);
}


.nav-cart-a {
color:#2e2d2d;
}


.nav-cart-a.total_active .nav-cart-a-text {
display: none;
}
.nav-cart-a.total_active .nav-cart-a-total {
display:inline-block;
*display: inline;
*zoom: 1;
}

.header-search-ico,.nav-account,.nav-cart{
padding:0 10px;
}

.nav-header.wrap_width {
max-width: 100%;
}

@media screen and (min-width: 1025px){
.header-content{padding:0 50px;}
}


@media screen and (min-width:768px) and (max-width:1024px) {
.header-content{padding:0 20px!important;}
}

@media screen and (max-width:1024px) {
.nav-dropdown li.first_li{
display:none;
}}


.nav-dropdown li.first_li{
filter: alpha(opacity=0);
-moz-opacity: 0;
-webkit-opacity:0;
-khtml-opacity:0;
opacity: 0;
visibility:hidden;
}

@media screen and (min-width: 1025px) {
.nav-menu-fixed.right{
display:none;
}}

@media screen and (max-width: 1024px) {
.nav-menu-fixed.right{
display:block;float:right;margin:0;width:30px;
}


.nav-menu-fixed{
left:0;
}


.nav--center {
text-align:center;
}

.header-content{
text-align:left;
}
.nav--right {
right: 0;
width:40%;
}}

.nav-menu-fixed.left{
width:30px;
}


@media screen and (max-width: 767px) {
  .pcNav-show{
    display:none;
  }

.nav-header,.nav,.nav-menu-fixed,.header-search-ico,.pcNav-show,.nav--center, .nav--right,.header-search-ico,.nav--film,.nav-cart,.nav-account,.nav-logo,.nav-logo2,.header-relative,.header-content,.nav-link li.first_li {
height:56px ;line-height:56px;
} 

.nav-account-left-icon, .nav-cart-a-icon, .header-search-ico i{
  font-size:15px!important;
}

.header-wrap{
position:fixed;
}

.nav-menu-fixed.right,.nav-menu-fixed.left{
display:none;
}

.header-content {
padding:0;
}

.nav--center {
width:50%;left:25%;text-align:center;
}

.nav--right {
right: 0px;
width:25%;
}

.full-menu-active, .side_active .full-menu-active{
left:15px;position:fixed;
}

.nav-logo-src,.header-fixed .nav-logo-src {
width: auto;
height:40px;
margin-top:-5px;
display:inline-block;

*display: inline;
*zoom: 1;

vertical-align: middle;
} 


.nav-menu-fixed{
z-index:9999;
width:40px;
}
.nav-menu {
margin-top:-25px;
width:40px;
height: 40px;
}


.nav-menu span{
margin-top:12px;
left:10px;
height:1.6px;
width: 24px;
} 
.nav-menu-text {
display: none;
}

.nav-logo--name {
font-size: 18px;
}
.nav-account-left {
margin-right: 0;
}
.nav-account-left-icon,.nav-account {
display:none;
}
.nav-account-left-icon--mobi {
display: inline;
}
.nav-account-left-text {
display: none;
}
.nav-account-right {
display: none;
}


.nav-cart,.header-search-ico {
padding:0 6px;
}
.nav-cart {
margin-right:5px;
}
.nav-cart-a-total {
border-radius: 10px;
font-size: 9px;
right:5px;
margin-left:-5px;
}
.nav-cart-a-text {
display: none;
}


.nav-menu span:nth-child(1), .nav-menu:hover span:nth-child(1) {
top: 0px;
}

.nav-menu span:nth-child(2), .nav-menu span:nth-child(3) {
top: 7px;
}

.nav-menu span:nth-child(4),.nav-menu:hover span:nth-child(4) {
top:14px;
} 

}


@media screen and (max-width:767px) {

.full-menu-active, .side_active .full-menu-active{
left:0;position:fixed;
}
.logo-wrap{
  float:none;
}
.nav--center{
position:relative;
}
.nav--right{
width:33.33%;
}

.nav--right {
right:0;
}

.nav-cart,.header-search-ico{
padding:0 6px;
}

.nav-cart-a-total {
right: 10px;
}

.nav-menu span{
right:5px!important;
left:auto!important;
}}

.nav-menu{
background:none!important}


.nav-menu span{
height:1px;
} 



@media screen and (min-width:1025px) {
.header-content {
padding-right:120px;}

.header-content {
padding-left:120px;}
}

@media screen and (min-width: 768px) {
.header-fixed .header-search-ico,.header-fixed .pcNav-show,.header-fixed .nav--center, 
.header-fixed .nav--right,.header-fixed .nav-cart,.header-fixed .nav-account,
.header-fixed .nav-link,.header-fixed .pcNav-show,.header-fixed .nav-menu-fixed,.header-fixed .nav-logo ,.header-fixed .nav-link li.first_li {
height:70px;line-height:70px; 
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}}



/* 侧边 */

.side {
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
z-index:999;
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
visibility:hidden;
position: fixed;
text-align:center;
top:0;
width: 280px;
height: 100%;
overflow:hidden;
-webkit-overflow-scrolling:touch;
font-size: 18px;
left: 50%;
margin-left: -140px;
}



.side-search {
position:absolute;
width: 200px;
padding: 0 9px;
height: 29px;
line-height: 29px;
border-radius: 0;
border-bottom:1px solid rgba(255,255,255,.3);
margin: 24px 30px 24px;
padding: 0 10px;
height: 29px;
line-height: 29px;
border-radius: 2px;
}
.side-search-icon {
display: block;
font-size: 16px;
line-height: 1;
padding: 5.5px 0 0;
margin: 0 6px 0 0;
float: left;
}
.side-search-input {
display: block;
font-size:12px;
height: 29px;
line-height: 29px;
border: 0;
padding: 0 0 0 22px;
margin: 0 0 0 -22px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
}

.search_background{
background:rgba(0,0,0,0);
}
.search_background{
background:;
}

.side-nav-link{
margin: 0;
padding: 0;
transition: all 0.5s;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}


.side-nav-link {
position:absolute;
top:0;
opacity: 0;
display: block; 
-webkit-transition: all 750ms ease .25s;
-moz-transition: all 750ms ease .25s;
-ms-transition: all 750ms ease .25s;
-o-transition: all 750ms ease .25s;
transition: all 750ms ease .25s;
}

.side_active .side-nav-link {
position:absolute;
top:0;
left:0;
opacity: 1;
display: block; 
-webkit-transition: all 650ms ease 150ms;
-moz-transition: all 650ms ease 150ms;
-ms-transition: all 650ms ease 150ms;
-o-transition: all 650ms ease 150ms;
transition: all 650ms ease 150ms;
}

.side-nav-link li ul {
width:280px;
}
.side-nav-link li,.side-nav-link-sub_list {
list-style: none;
line-height: 60px;


width:280px;
}

.side-nav-link-sub_list li,.side-nav-link-sub_list li:first-child{
border:0 solid #fff;
}

.side-nav-link li a {
-webkit-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-moz-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-ms-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-o-transition: all 500ms cubic-bezier(.39,.575,.565,1);
transition: all 500ms cubic-bezier(.39,.575,.565,1);
letter-spacing: 0.1em;
display:block;
margin-left:auto;
display: block;
font-size: 30px;
line-height: 60px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;



}

.side-nav-link li li a {

margin-left: 60px;
}
.side-nav-link li li li a {
margin-left: 90px;
}

.side-nav-link ul li a {
display:block;
font-size:28px;
line-height:40px;
width:280px;
}

.side-nav-link li .side-nav-link-sign {
font-size: 12px;
margin-top: -60px;
text-align: right;
width: 100%;
right: 0;
padding-right:30px;
bottom: inherit;
position: absolute;
}

.side-nav-link li .side-nav-link-sign:before {
font-family:"fontuetop" !important;
content: '\E898';
}
.side-nav-link-has_sub.active>.side-nav-link-sign:before {
font-family:"fontuetop" !important;
content: '\E897'; 
}



.side-nav-link-sub_list li .side-nav-link-sign {
font-size: 12px;
margin-top: -40px;
text-align: right;
width: 100%;
right: 0;
padding-right: 30px;
bottom: inherit;
position: absolute;
}



.side-nav-link-sub_list {
margin: 0;
padding:15px 0;
display: none;
}

.side_active {
overflow: hidden;
}
.side_active body {
overflow: hidden;
}


.side_film{
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-position:50% 50%;
background-repeat:no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
background-size: cover;
display:block;
visibility:hidden;
z-index:700;
}

.side_film:before{

position: absolute;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
left: 0;
visibility:hidden;
top: 0;
width: 100%;
height: 100%;
background-color:;
content: " ";
}


.side_active .side_film,.side_active .side_film:before{
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
display:block;
z-index:1006;
visibility:visible;
filter: alpha(opacity=);
-moz-opacity:0.;
-khtml-opacity:0.;
opacity: 0.;
}

.side_active .side{
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
filter:alpha(opacity=100);
visibility:visible;
-moz-opacity:1;
-khtml-opacity:1; 
opacity:1;
z-index:1100;

}


.side-nav-link-sub_list.side_third{
  border:none;
}


@media screen and (max-width: 767px){
.side{
overflow-x:hidden;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
}
.side-nav-link li {
line-height: 50px;
}


.side-nav-link li a {
font-size:18px;
line-height: 50px;}


.side-nav-link li .side-nav-link-sign {
margin-top:-50px;
}

.side-nav-link-sub_list li .side-nav-link-sign {
margin-top: -36px;
}


.side-nav-link ul li a {
display:block;
font-size:18px;
line-height:36px;
width:280px;
}

.side-nav-link-sub_list{
padding:0;
}}


.full-menu-active{
display:none;
}

.nav-menu{
z-index:3!important}


.side-menu .nav-menu span:nth-child(1),.side-menu .nav-menu span:nth-child(4){
display:none;

}

.side-menu .nav-menu span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.side-menu .nav-menu span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.side-menu,.header-fixed .side-menu{
left:0;top:0;
height:50px;
}

.side_active .side-menu {
left:230px;
}

.side {
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
visibility:visible;
left: -280px;
top:0;
background:;
font-size: 16px;
}

.side_active .side{
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
left:0px;margin-left:0;
}



.side-nav-link {
left: -100px;

}




.side-nav-link ul li a {
font-size:-1px;
}

.side-nav-link li a {
letter-spacing: 0;
font-size:px;
}

.nav-account-side{
position: absolute;
top: 0;
width:280px;
z-index：9999;
background:;
border-bottom: 1px solid ;

}

.nav-account-side-left {
width: 140px;
float: left;
font-size:13px;
padding: 14px 0;
border-right: 1px solid ;
display: block;
}

.nav-account-side-right {
color: !important;
width: 139px;
float: left;
font-size:13px;
padding: 14px 0;
display: block;
}


.sideLogin.nav-account-left{
color: !important;
}


@media screen and (max-width: 767px) {

.side_active .side-menu {
left: 240px;
height: 40px;
}}

.full-menu-active,.side_active .full-menu-active{
display:block;
height:70px;
margin-top:0;
filter: alpha(opacity=1);
-moz-opacity: 1;
opacity: 1;
visibility: visible;
z-index:600;
position:fixed;
}


.header-fixed .full-menu-active{
height:60px; 
}


@media screen and (min-width: 768px) {
.full-menu-active{
display:none!important;
}}


@media screen and (max-width: 767px) {
.full-menu-active,.header-fixed .full-menu-active,.side_active .full-menu-active{
height:66px;

}}


/* lunbo */

.fadeOut_mb.swiper-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
}

.swiper-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    object-fit: cover;
}
.fadeOut_mb .item {
    height:100vh;
}

.part_3--inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 12;
    overflow: hidden;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.part_3-title {
font-family: Uetop2, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    line-height:1.2;
    margin: 0px auto;
    padding: 0px;
   font-size:58px;
   font-weight:bold;

}

.part_3-text {
  width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto 0;
    text-align: center;
     
}
.part_3-desc{
    margin-top: 5px;
   font-size: 14px;
      line-height: 20px;
}
.part_3-link {
    margin: 30px auto 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 10px 40px;
}

.part3_text_wrap {
display: block;
    margin: 0 auto;
    text-align: center;
    width:60%;
}

.part_3-img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
line-height: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.fadeOut_mb .dot_pagination_top.swiper-pagination.swiper-pagination-bullets {
    right: 135px;
}

@media screen and (max-width: 1440px){
  .fadeOut_mb .dot_pagination_top.swiper-pagination.swiper-pagination-bullets {
    right: 105px;
}
}


@media screen and (max-width: 767px){
.fadeOut_mb .dot_pagination_top.swiper-pagination.swiper-pagination-bullets{
  right:10px;
}
.part3_text_wrap{
    width:80%;text-align: center!important;
}
.part_3-title {
font-size:44px;
line-height:46px;
}
.part_3-desc{
      font-size:12px;
      line-height: 16px;
}
}


.fadeOut_mb .swiper-pagination-bullet{
  width:4px;height:4px;border-radius: 50%;color:#000;margin: 6px 2px!important;
}
.fadeOut_mb .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #000;
    background: none!important;
    width: 6px;
    height: 6px;
    margin: 6px 0!important;
}



/* 面包屑 */
.breadcrumb {
margin: 35px 0 0;
height: 20px;
padding: 0 50px;
line-height: 20px;
}
.breadcrumb-item {
font-size:13px;
}
.breadcrumb--blogs {
margin: 30px 0 -26px;
}
.breadcrumb--top {
margin: 83px 0 30px;
}


@media screen and (max-width: 767px) {
.breadcrumb {
margin: 18px 0 8px;
font-size:12px;
}
.breadcrumb-item {
font-size:12px;
}
.breadcrumb--top {
margin: 60px 0 30px;
}
}



.pro_list_title h2{
display:inline;font-size:28px;
}


.pageTitle {
line-height: 1.2;
font-size: 26px;
max-width:640px;
}

.pageTitle-title,.pro_list_title {
text-align:center;
font-size:28px;
}
.pageTitle-count,
.pageTitle-filter {
display: inline;
height: 40px;
line-height: 40px;
}
.pageTitle a {
margin: 0;
}
.pageTitle-filter {
display: block;
position: relative;
bottom: 1px;
}
.pageTitle-filter-icon {
margin: 0 6px 0 19px;
font-size: 15px;
position: relative;
bottom: 1px;
}
.pageTitle_count_mobi {
display: none;
}

.wrap_full.pro_list_wrap_full{
position:relative;z-index:5;padding-top:30px;
}

@media screen and (max-width: 767px) {
.wrap_full.pro_list_wrap_full{
padding-top:0px;
}

.pageTitle-title{
font-size:18px;
}
.pro_list_title,.pro_list_title h2 {
font-size: 18px;
}

.pageTitle a.pageTitle-filter {
font-size: 15px;
}
.pageTitle-filter-icon {
font-size: 15px;
}
.pageTitle_count_mobi {
display: block;
padding: 0 10px;
font-size: 12px;
height: 18px;
line-height: 18px;
}
}




/* 顶部 Banner */

.breadcrumb.proDiscount{
margin: 0;
padding: 50px 0;
font-size: 18px;
text-align: center;
background: #d65c68;
border-bottom:1px solid #e0e0e0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pro_list_wrap.pro_discount.wrap_width {
max-width: none;
}

.pro_list_wrap.pro_discount .breadcrumb-item{
font-size:18px;color:#ffffff;
}




.pro_list_title {
font-size:18px;
position: relative;
padding-top:26%;
overflow:hidden;
background-position: top center;
background-size: 100%;
 background-size:cover;
}

@media screen and (min-width: 768px) {
  .top_banner_outer {
    padding: 0 2%;
}
.pro_list_title.bgimg {
background-image: url("//asset.ibanquan.com/s/119346/883/top_banner_img?design_theme_id=0&v=1610431835_1598494472");
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/top_banner_img?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');

}}


.banner_top_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:2;
    bottom: 0;
}
.banner_top_absolute:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.banner_top_middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color:#fff;
}
.banner_top_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 767px) {

.pro_list_title.bgimg {
padding-top:40%;
background-image: url("//asset.ibanquan.com/s/119346/883/top_banner_img_mb?design_theme_id=0&v=1610431835_1598494472");
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/top_banner_img_mb?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');
background-position: top center;
}}








.banner_top_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pro_list_title {
position: relative;
padding-top:26%;
overflow:hidden;
}



.pro_introduce {
    font-size:12px;
    color:#333;
    background:#fff;
    padding:40px 18px;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
.pro_introduce_wrap .wrap_width{
  max-width:none!important;
}
.pro_introduce {
    padding:40px 6%;
}}


.banner_top_inner{
  width:100%;
}

.pro_introduce_wrap{
    border-bottom:1px solid #e0e0e0;
    box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}


@media screen and (max-width: 767px) {
  .pro_introduce_wrap{
    border-bottom:0 solid #e0e0e0;
}
.pro_list_title{
padding-top:40%;
}

.pro_introduce {
    padding:18px;
}


}


/* 产品列表过滤器 - 产品列表页面 */
.pro_list_page-side {
float: left;
width: 180px;
display: none;
}


.pro_list_page-main {
width: auto;
padding:0;
}
.pro_list_page--show_side .pro_list_page-side {
display: block;
}


@media screen and (max-width: 767px) {
.wrap {
width: auto;
}
h2{font-size:15px;}
.pro_list_page-side {
display: none;
}
.pro_list_page--show_side .pro_list_page-side {
display: none;
}
.pro_list_page--show_side .pro_list_page-main {
margin: 0;
}
}



/* 产品列表过滤器 - 顶部过滤器 */


.pro_list_page-side {
float: left;
width: 100%;
display: none;
}

.filter_simple {
height: 70px;
line-height: 70px;
padding: 0 10px;
}

.filter_simple-btn {
float: left;
}
.filter_simple-btn .pro_list_filter-pro-item-name {
line-height: 30px;
height: 30px;
display:inline-block;
*display: inline;
*zoom: 1;
font-weight: bold;
color: #5c5c5c;
margin: 0 15px 0 0;
}
.filter_simple-btn .pro_list_filter-order-item {
display:inline-block;


*display: inline;
*zoom: 1;
}
.filter_simple-btn .pro_list_filter-order-item-check {
color: #5c5c5c;
}
.filter_simple-pagination {
float: right;
margin: 0 0 0 30px;
}
.filter_simple-pagination-btn {
display:inline-block;
*display: inline;
*zoom: 1;
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 2px;
text-align: center;
}
.filter_simple-pagination-next {
margin: 0 0 0 2px;
}
.filter_simple-total {
float: left;
margin-left: 36px;
}
@media screen and (max-width: 767px) {
.filter_simple {
display: none;
}
}




/* 产品列表过滤器 - PC 端过滤器 */

.breadcrumb.proList_breadcrumb {
margin: 0;
padding:0;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
}


.pro_list_paixu_wrap {
display:inline-block;
*display: inline;
*zoom: 1;
float: right;
right:0;
vertical-align: middle;
position: relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}



.pageTitle-filter {
display: inline;
height: 40px;
line-height: 40px;
vertical-align: middle;
}


.pro_list_filter-order-item-each {
margin: 0 10px;
}



.prolist-filter .prolist-filter-name{
text-align: left;
line-height: 1.4;
text-indent: 30px;
padding-top:50px;
padding: 10px 0;

}


.prolist-filter .prolist-filter-itemname{
text-align: left;
line-height: 1.4;
font-size:12px;
position:relative;
text-indent: 30px;
width: 100%;
padding: 20px 0 3px;
}
.pro_list_filter .mod {
    padding:0
}

.prolist-filter .prolist-filter-item {
padding: 5px 20px 15px;
line-height: 1.6;
}




.prolist-filter .prolist-filter-item li {
margin: 6px 5px;
display:inline-block;
*display: inline;
text-align: center;
*zoom: 1;
width: 150px;
border-radius:10px;
background:#f4f4f4;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}




.prolist-filter .prolist-filter-item a {
display:block;
margin:3px 0;
font-size:12px;
color: #333333;
line-height: 2;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
text-decoration:none!important;

}




.prolist-filter-table,.prolist-filter td, .prolist-filter th{
border: none!important;
}

.pro_list_filter {
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
z-index:9992;
visibility: hidden;
position: fixed;
text-align:left;
top: 0;
width: 600px;
height: 100%;
overflow-x: hidden;

overflow-y: scroll;
-webkit-overflow-scrolling: touch;
font-size: 16px;
right: -600px;
}


.prolist-filter-clear{
width: 100%!important;
height: 48px!important;
text-align: center;
line-height: 48px!important;
left: 0;
}

.prolist-filter-clear a{
color:#111;
}
.prolist-filter .prolist-filter-clear a {
    border:1px solid #111;
    width: 88%;
    display: block;
    margin: 20px auto;
}

.side_active2 .pro_list_filter{
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
filter: alpha(opacity=100);
visibility: visible;
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index:9992;
right:0;
}

.side_active2 {
overflow:hidden;
}


.filter_film {
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
background-position: 50% 50%;
background-repeat: no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
z-index:9988;
background:#1a1a1a;
background-size: cover;
display: block;
visibility: hidden;
}

.side_active2 .filter_film {
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
display: block;
z-index:9988;
visibility: visible;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}

input.pro_list_filter-order-item-check-input {
margin: 5px;
}



select.pro_list_filter-pro-item-select.settings-filterSelect_color.dropkick {
-webkit-appearance: menulist;
box-sizing: border-box;
align-items: center;
white-space: pre;
-webkit-rtl-ordering: logical;
color: #333;
background: none;
cursor: default;
border: none;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

}

.pro_list_paixu {
font-size:13px;
vertical-align:top;
color:#121212;
height: 40px;
line-height: 40px;
overflow: visible!important;
text-align: center;
}

.pageTitle-filter {
display:inline-block;
*display: inline;
*zoom: 1;
font-size:13px;
padding:0 20px;
position: relative;
vertical-align:top;
color:#121212;
text-align: center;
bottom:0 ; 
border-right:1px solid #e0e0e0;
}

button.mdui-btn.filterpaixu {
height: 40px;
font-size:13px;
line-height: 40px;
font-weight:normal;
}

button.mdui-btn.filterpaixu {
    vertical-align: top;
}

.proList_paixu_filter {
height: 40px;
position:relative;
z-index:7;
line-height: 40px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.filter_fixed,.proList_paixu_inner{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height:40px;
line-height:40px;
}
.filter_fixed{
background: #fff;  
}

.filter_fixed.navFix {
  position:fixed;
  width:100%;
  top:70px;
  left:0;  
}


.proList_paixu_inner{
border-bottom:0 solid #e0e0e0;
}


@media screen and (max-width: 767px) {

.filter_fixed.navFix {
  position:fixed;
  width:100%;
  background:#fff;
  top:57px;
  left:0;  
}




}

.mdui-menu.paixu-wraper{
transform: scale(1);
-webkit-transform: scale(1);
width: 220px;
}

.mdui-menu.paixu-wraper.mdui-menu-open {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}


.mdui-menu.paixu-wraper,.mdui-menu .paixu-wraper.mdui-menu-open {
top: 40px!important;
}

.mdui-menu.paixu-wraper{
font-size:12px;font-weight:normal;
box-shadow: 0 5px 5px -3px rgba(0,0,0,.2);
border-radius:0;

-webkit-border-radius:0;
}

.mdui-btn.pro_list_paixu{
padding:0;
}



.proList_paixu_filter.mdui-headroom.mdui-headroom-unpinned-top {
-webkit-transform: translate3d(0,-70px,0)!important;
transform: translate3d(0,-70px,0)!important;

-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.1)!important;


-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.1)!important;
box-shadow: 0 1px 8px rgba(0,0,0,0.1)!important;

}




.pro_list_filter-pro-item-select .dk-selected {
background: none!important;
font-size:16px;
color:#333;
padding:0!important;;

}
.pro_list_filter-pro-item-select .dk-selected:before{
display:none!important;
}




.icon-down.paixu_filter_icon{
margin: 0;
position: relative;
bottom:-1px;
color:#333;
}



.pageTitle-filter-icon {
margin: 0 0 0 5px;
font-size: 16px;
position: relative;
color:#333;
bottom: 0;
}

.pro_list_filter-pro-item-select #dk0-listbox {
width: 300px;
left: -150px;
}

.prolist-filter .prolist-filter-each {
border:none;
padding: 7px 34px 7px 0;
text-indent: 8px;
background:#f4f4f4;
height:auto;
border-radius: 10px;
}

.prolist-filter .prolist-filter-each-close {
position: absolute;
right: 6px;
top: 0;
height: 36px;
text-align: left;
width: 20px;
line-height: 36px;
text-align: left;
overflow: hidden;
font-size:13px;

}
.prolist-filter .prolist-filter-selected {
padding: 15px 0 10px 20px;
}

.proList_Title_color{
color:#4a4a4a;
}


@media screen and (max-width:767px){

.breadcrumb.proList_breadcrumb{
display: none;
}
.pro_list_paixu_wrap{
width:100%;right:0;
border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    background:#fff;
}


button.mdui-btn.filterpaixu {
width: 100%;
padding: 0;

}
.pageTitle-filter,.mdui-btn.pro_list_paixu{
padding:0;float:left;
width:25%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.pro_list_fenlei.only-mobile {
    width: 50%;
    float: left;
    border-right:1px solid #e0e0e0;
    box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.pro_list_fenlei.only-mobile span{
    padding-left:20px;
    height:40px;
    line-height:40px;
    color:#121212;

}

.pageTitle-filter,.pro_list_fenlei.only-mobile span,button.mdui-btn.filterpaixu{
    font-size:12px;
}



.prolist-filter .prolist-filter-item {
padding: 5px 20px 15px;
}
.prolist-filter .prolist-filter-itemname {
text-indent: 20px;}
.prolist-filter-itemname:before{
left:15px;
}

.prolist-filter .prolist-filter-item li {
margin:3px 0;
width:48%;
}
.prolist-filter .prolist-filter-item li:first-child{
margin-right:2%;
}


.prolist-filter .prolist-filter-item a {
font-size:12px;
}


.pro_list_filter {
width:85%;
right: -85%;
}



.pro_list_title{
font-size:18px;
}






.prolist-filter-each {
max-width: none!important;
}
}


/* 产品列表 */

@media screen and (max-width: 767px) {
.pro_list_wrap {
max-width: none;
}
}
.pro_list {
margin: 20px 0;
}
@media screen and (max-width: 767px) {
.pro_list {
margin: 10px 0 30px 0;
}
}



/* 产品列表格子 */

.pro-soldout {
    font-style: normal;
    width: 60px;
    height: 60px;
    line-height:60px;
    position: absolute;
   background: rgba(0, 0, 0, 0.5);
   top:50%;
   left:50%;
   margin:-30px 0 0 -30px;
    z-index:9;
     -moz-border-radius: 100%; 
     border-radius: 100%;
    color: #fff;
    font-size:12px;
}

.pro_list-grid {
margin: 0;
padding: 40px 0;
} 


.grid-item--box{
display:block;
}
.grid-item-a-hover{display:none;}





@media screen and (min-width: 1025px) {
.grid-item--box:hover .grid-item-a{
-webkit-transform: scale(1.03);
transform: scale(1.03);
-moz-transform: scale(1.03);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}}









.grid-item,.index-display-item {
text-align:center;
}








.grid-item {
width: 25%;
float: left;

-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
padding:0% 2% ;
margin: 0 ;

}


.index-grid-text-inner{
    padding:10px 0 10px;
    width:90%;
    margin:0 auto;
}

.pro_list-grid .index-grid-text-wrap{
    min-height:90px;
}


.grid-item-text-name{
font-size:14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}

.grid-item-brand-name {
font-size:13px;
height:15px;
line-height:15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.grid-item-a {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
display:inline-block;
*display: inline;
*zoom: 1;
overflow: hidden;
}
.grid-item-a-img {
display:inline-block;
*display: inline;
*zoom: 1;
margin: auto;
width: auto;
height: auto;
max-width: 100%;
vertical-align: middle;
}
.grid-item-a--wrap {
width: 100%;
padding: 0 0 100%;
position: relative;


}

.grid-item-buy {
font-size: 16px;
margin: 0 auto;
height: 30px;
}
.grid-item-buy-price {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
}



 


.price_discount{
line-height:12px;
font-weight:bold;
overflow:hidden;
left:0;
top:80%;
font-size:12px;
text-align:center;
position:absolute;
z-index:4;
padding:6px 10px;
background-color: #000000;
color:#ffffff; 
}

.price_discount:before {
content: "";
position: absolute;
z-index: 2;
background: #fff;
height: 100%;
top: 0;
right: 50%;
opacity: .15;
width: 100%;
}

@media screen and (max-width:767px) {

.price_discount{
transform-origin:left top;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}}

 

.proList-origPrice.settings-orgprice_color {
padding:0 0.5rem;
}

.grid-item-a--wrap {
overflow: hidden;
}


.pro_list_wrap_full,.custom_page.settings-contBg_background,.pro_list_wrap.products_wrap.wrap_width,.pro_list_wrap_section{
background:#ffffff;
}


.grid-item-text-name{
font-size:12px;
}

.grid-item-brand-name {
font-size:12px;
height:14px;
line-height:14px;
}
.grid-item-buy {
font-size:13px;
height: 26px;
line-height: 1.6;
}


@media screen and (max-width: 1024px) {
.grid-item {
width: 33.333%;
}
}


@media screen and (max-width: 767px) {

.pro_list-grid .index-grid-text-wrap{
    min-height:80px;
}

.pro_list_wrap.products_wrap { padding: 0 ; } 

.pro_list-grid li:nth-child(2n+1){ padding:0 1.6% 0 0; } 

.pro_list-grid li:nth-child(2n){padding:0 0 0 1.6%; }

.pro_list-grid {
margin: 0;
padding: 10px 10px 20px;
}

.grid-item {
width: 50%;
}



.grid-item-buy{
font-size:12px;
height:20px;
}

.proList-origPrice,.grid-item-buy-price{
margin-right:5px;
}

.grid-item-buy .price_discount{
line-height:24px;font-size:12px;
}

.proList-origPrice.settings-orgprice_color {

padding-left: 0; 
} 

.grid-item-text-name,.grid-item-brand-name{
font-size:12px;
}

.grid-item-brand-name{
height:15px;
line-height:15px;
}

.grid-item-text-name{
font-size:12px;
}

.grid-item-brand-name{
font-size:12px;
height:13px;
line-height:13px;
}

.pro_list {
margin:10px 0 0 0}

.pro_wrap {
max-width: none;
margin-bottom:0;
position: relative;
display:block;
}}


/* 分页 */
.pro_list_pagination_wrap{
width:100%; padding-bottom: 40px;
}

.pro_list_pagination {
text-align: center;
}
.pro_list_pagination-item {
display:inline-block;
*display: inline;
*zoom: 1;
line-height: 1;
font-size: 18px;
margin: 0 10px;
}

.pro_list_pagination-dot {
display:inline-block;
*display: inline;
*zoom: 1;
width: 26px;
height: 26px;
line-height: 26px;
font-size: 16px;
position: relative;
bottom: 4px;
}


.pro_list_pagination-item.active{
background:none;
color:#222;
border-bottom:1px solid #222;
}

.prolist-spfilter-pagenation-next{
font-size:18px;
margin-left:50px;
}

.prolist-spfilter-pagenation-prev{
font-size:18px;
margin-right:50px;
}
.settings-proGridItemBtnHover_background:hover{
background:none;
}

.settings-proGridItemBtnHover_color:hover{
color:#222;
}

/* 商品详情 */
.pro_breadcrumb {
margin: 0 30px;
height: 70px;
text-align:center;
line-height: 70px;
}
.pro_mod {
padding: 0 30px;
}



@media screen and (max-width: 767px) {

.pro_wrap {
padding: 0;
}
.pro_breadcrumb {
display: none;
}

.pro_mod {
padding: 0;
}}

.pro_detail {
margin: 20px 75px 0 60px;
padding: 0 0 40px;
}

.pro_detail-gallery {
width: 400px;
overflow: hidden;
position:relative;
}

.pro_detail-gallery-main-button {
display: none;
}
.pro_detail-gallery-main-img {
text-align: center;

position: relative;
top: 0;
left: 0 !important;
display: none;

}

.pro_detail-gallery-main-img-src {
width: 100%;
height: auto;
cursor: default;
vertical-align: middle;
 cursor:  url("//asset.ibanquan.com/s/119346/883/cursor-zoomin?design_theme_id=0&v=1610431835_1598494472"), e-resize;
 cursor: -webkit-image-set(url("//asset.ibanquan.com/s/119346/883/cursor-zoomin?design_theme_id=0&v=1610431835_1598494472") 1x,url("//asset.ibanquan.com/s/119346/883/cursor-zoomin2x?design_theme_id=0&v=1610431835_1598494472") 2x),e-resize;
}



.pro_detail-gallery-main-img:first-child {
display: block;
}


.pro_detail-gallery-list {
position: relative;
margin: 10px 0 30px 0;
height: 82px;
overflow: hidden;
}


.pro_detail-gallery-list-box-item {
display:inline-block;
*display: inline;
*zoom: 1;
margin: 0 6px 6px 0;
width: 82px;
height: 82px;
position:relative;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
line-height: 82px;
text-align: center;
vertical-align: top;
}
.pro_detail-gallery-list-box-item.hide {
display: none;
}
.pro_detail-gallery-list-box-item-src {
width: 100%;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.pro_detail-gallery-list-box-item:before{
content: "";
width: 100%;
height: 100%;
background-color: #1a1a1a;
top: 0;
position: absolute;
left: 0;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}



.pro_detail-gallery-list-box-item:hover:before{
filter: alpha(opacity=0.2);
opacity: 0.2; 
}


.pro_detail-gallery-list-prev,
.pro_detail-gallery-list-next {
position: absolute;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
filter: alpha(opacity=90);
opacity: 0.9;
background:#fff;
border-radius: -moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
margin-top:-15px;
top: 50%;
display: none;
z-index:12;
}
.pro_detail-gallery-list-prev:hover,
.pro_detail-gallery-list-next:hover {
filter: alpha(opacity=100);
opacity:1;
}
.pro_detail-gallery-list-prev.active,
.pro_detail-gallery-list-next.active {
display: block;
}
.pro_detail-gallery-list-prev {
left: 5px;
}
.pro_detail-gallery-list-next {
right: 5px;
}

.pro_detail-title {
display:block;
letter-spacing: 0.3px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom:10px;
}



.pro_detail-desc {
color:#1c1c1c;
overflow: hidden;
margin-top: 12px;
padding:5px 0;
border-top: 1px solid  #ddd;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}


.pro_detail-desc .settings-link_color {
line-height: 16px;
display:inline-block;
*display: inline;
*zoom: 1;
margin:0;
color:;
padding: 0 10px 0 0; 

} 




.pro_discount_each .settings-buyBtn_background{
width:40px;
font-size:12px;
font-weight:bold;
background:;
border:none;
color:;
text-align:center;



}
.pro_discount_each .settings-desc_color {
    margin-left: 10px;
    font-size: 12px;
}

.pro_detail-desc a.settings-link_color {
  font-size:12px;
    position:absolute;
    right:5px;
}



.pro_detail-price {
padding: 0 0 5px;line-height:30px;

}
.pro_detail-price h3 {
display: none;
}



.pro_detail-sub {
padding:10px 0;;
}

.pro-detail-sub-each-wrap{
    display: inline-block;
    vertical-align: middle;
   width: 85%;
}



.pro_detail-quantity h3 {
font-size:13px;
float:left;
line-height: 18px;
height: 18px;
margin: 0;
padding: 8px 5% 8px 0;
}
.pro_detail-quantity-desc {
float: right;
margin: 0 30px 0 0;
height: 44px;
line-height: 44px;
font-size: 12px;
}
.pro_detail-quantity-btn {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
float: left;
height: 42px;
height: 38px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
overflow: hidden;
border-color: ;

}

.pro_detail-quantity-btn-input {
font-size:12px;
border-width: 0 1px 0;
border-style: solid;
width: 63px;
height: 42px;
line-height: 42px;
text-align: center;
vertical-align: top;
padding: 0;
color: #808080;
border-color: ;
background: none;
}
.pro_detail-quantity-btn-d {
font-size: 16px;
display:inline-block;
*display: inline;
*zoom: 1;
text-align: center;
width: 35px;
height: 42px;
line-height: 42px;
vertical-align: top;
color: #808080;
filter: alpha(opacity=70);
opacity: 0.7;
}
.pro_detail-quantity-btn-a {
font-size: 16px;
display:inline-block;
*display: inline;
*zoom: 1;
text-align: center;
width: 35px;
height: 38px;
line-height: 38px;
vertical-align: top;
color: #808080;
filter: alpha(opacity=70);
opacity: 0.7;
}




.pro-detail-addCart-icon {
font-size: 16px;
font-weight:normal!important;
margin: 0 10px 0 0;
}
.pro-detail-addBtn-addSucc {
display: none;
position: absolute;
top: 71px;
left: 0;
font-size: 18px;
padding: 0 36px;
height: 54px;
line-height: 54px;
border-style: solid;
border-width: 1px;
border-radius: 2px;
text-align: center;
z-index: 1;
}
.pro-detail-addBtn-addSucc-icon {
font-size: 21px;
margin: 0 5px 0 0;
}
.pro-detail-addBtn-addSucc-goCart {
display:inline-block;
*display: inline;
*zoom: 1;
margin: 8px 0 0 15px;
height: 36px;
line-height: 36px;
width: 84px;
text-align: center;
border-radius: 2px;
}
.pro-detail-addBtn-addSucc-close {
font-size:18px;
margin: 0 0 0 15px;
}


/* 原商品页面 JS 所需 */


.pro-detail-sub-each-wrap a {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;






}
.pro-detail-sub-each-wrap a.disabled {
border-style: dashed;
filter: alpha(opacity=30);
opacity: 0.3;
}
.pro-detail-sub-each-wrap a.disabled:hover {
background-color: initial;
color: inherit;
cursor: not-allowed;
}





/* 商品描述 */
.you_comment-tab,.you_comment-list-item-cont-comment-each{
display:none!important;
}


.you_comment-stat{
display:none;
margin:50px 0 0 0!important;border-width:1px 0 1px!important;
border-color: #e4e4e4!important;

}


.you_comment-rating {
padding: 70px 30px 30px!important;
text-align: center!important;
}
.you_comment-rating-stars{
  margin-top:3px;
}
.you_comment-stars-item{
margin:0 1px; 
}
.you_comment-stars-item.i_light,.you_comment-stars-item.i_light{
color:#1a1a1a!important;
}


.you_comment-list_nav{
text-align: center!important;
}

.you_comment-rating-sum {
margin: 0 10px 0 0!important;}


.you_comment-list-item {
position: relative!important;
padding:26px 0 26px 0!important;
}



.you_comment-list-item:first-child {
background:none;
}

.you_comment-list-item-head {
position: relative!important;
left: 0!important;
display:inline-block;
*display: inline;
*zoom: 1;
width: 15%!important;
vertical-align: top;
padding: 0!important;
text-align: left!important;
}

.you_comment-list-item-cont-comment-each-from.i_admin {
color: #909090!important;
}


.you_comment-list-item-pagination-items.simple-pagination ul li.active {
background: none!important;
color: #4e4e4e!important;
}

.you_comment-list-item-pagination-items.simple-pagination ul li a, .you_comment-list-item-pagination-items.simple-pagination ul li span {
font-size: 12px!important;}

.you_comment-list-item-pagination-jump span {
font-size:12px!important;}

.you_comment-list_nav-item:visited {

color: #a0a0a0!important;}





.you_comment-list_nav-item:hover {
color: #333!important;}

.you_comment-list_nav-item.i_active:hover, .you_comment-list_nav-item.i_active:visited {
color: #404040!important;}

.you_comment-list-item-head-name {
text-align: left!important;
width: 80%!important;
text-transform: uppercase;
font-size: 16px!important;
top:24px!important;
position:relative;
color: #313131!important;
}

.you_comment-list-item-stars {
right: auto!important;top:30px;
}

.you_comment-list-item-cont {
width: 50%!important;display:inline-block;
*display: inline;
*zoom: 1;
}

.you_comment-list-item-cont-text {
max-width:600px;
line-height: 20px!important;
color: #666!important;
font-size:12px!important;
}

.you_comment-list-item-cont-footer-info {
position: absolute!important;
float: right;
bottom: 10px;
right: 10px;
}




.you_comment-list-item-stars .you_comment-stars-item {
font-size:12px!important;
}

.you_comment-list_nav-item-cont:before,.you_comment-rating-stars-desc,.you_comment-rating-sum-desc,.you_comment-list-item-head-img,.you_comment-list-item-cont-comment-each-head,.you_comment-list-item-cont-comment-push{
display:none!important;
}


.you_comment-list-item-cont-footer-good {
width: 46px!important;
background: #f2f2f2!important;
bottom: auto!important;
top:26px;
border-radius: 2px!important;
padding: 5px 10px!important;
color: #808080!important;
}


.you_comment-list-item-cont-footer-info-item {
padding: 0 5px 0 0!important;
text-overflow: unset!important;
}

.you_comment-list-item-cont-footer-info-item.i_date {
margin: 0!important;color:#666;
}
.you_comment-list-item-cont-footer-good-item {
    vertical-align: unset!important;
}

.you_comment-icon.i_zan:before {
content: "\e807"!important;
font-family: "fontuetop" !important;
}

.you_comment-list_nav-item-cont {
padding: 0 10px!important;
margin: 14px 0!important;
font-size:13px!important;
border-width: 0!important;

}
.you_comment-list_nav {
border-width: 0!important;}

.you_comment--main {
font-size:12px!important;
line-height: 1;
border: none!important;
margin-top:5%!important;
}
.you_comment-light_box{
z-index:99999!important;
}


.you_comment-rating-sum-bfb {
color:#1a1a1a!important;
font-size:22px!important;
}
.you_comment-stars-item{
font-size:18px!important;
}

.you_comment-list-item-empty-icon {
font-size: 22px!important;font-weight:200!important;}

.pro_desc {
width: auto;
padding:5% 5% 0 5% ;

}
.pro_desc-cont p{
margin: 0;
font-size:12px;
line-height: 24px;
}



/* 手机商品页 */
@media screen and (max-width: 767px) {

.you_comment-mobi_btns-btn {
    padding: 15px 15px!important;
}


.pro_detail-desc a.settings-link_color {
    position:relative;
    right:auto;
}


.pro_detail-desc .settings-link_color {
font-size:13px;
} 

.you_comment-mobi_btns-btn-title,.you_comment-mobi_btns-btn-total{
font-size:12px!important;
}

.pro_cont {
margin: 42px auto 0;
}
.pro_detail {
margin: 0 auto;
padding: 0 0 15px;
}
.pro_detail-gallery {
float: none;
width: 100%;
position: relative;

}

.pro_detail-gallery-main--slide {
position: relative;
top: 0;
left: 0 !important;
height: 100%;
}
.pro_detail-gallery-main-button {
position: absolute;
left: 50%;
bottom: 20px;
display: block;
}
.pro_detail-gallery-main-button-each {
border-width: 2px;
border-radius: 50%;
border-style: solid;
display:inline-block;
*display: inline;
*zoom: 1;
margin: 0 5px 0;
width: 6px;
height: 6px;
}
.pro_detail-gallery-main-button-each.active {
background-color: ;
}



.pro_detail-gallery-main-img-src {
width: 100%;
height: auto;
display:inline-block;
*display: inline;
*zoom: 1;
margin: auto;
vertical-align: middle;
}
.pro_detail-gallery-list {
display: none;
}
.pro_detail--info {
width: auto;
float: none;
margin: 0; 
border-top: 1px solid #eaeaea;
}
.pro_detail--info_head {
padding: 10px 15px 10px;
border-bottom:8px solid #f3f3f3;
}



.pro_detail-sub {
margin: 10px 0 0;
padding: 0 15px;
}
.pro_detail-quantity {
padding: 0 15px;
}
.pro_detail-quantity h3 {
line-height: 18px;
height: 18px;
padding: 4px 0 6px;
font-weight: normal;
}
.pro_detail-quantity-desc {
margin: 0 10px 0 0;
height: 38px;
line-height: 38px;
font-size:12px;
}
.pro_detail-quantity-btn {
height: 36px;
}
.pro_detail-quantity-btn-input {
font-size:13px;
width: 56px;
height: 36px;
line-height: 34px;
padding: 0;
}

.pro_detail-quantity-btn-a,.pro_detail-quantity-btn-d  {
font-size: 24px;
width: 36px;
height: 36px;
line-height:26px;
}



.pro-detail-addBtn-addSucc {
top: 86px;
left: 50%;
font-size: 18px;
padding: 0 36px;
height: 54px;
line-height: 54px;
width: 246px;
margin: 0 0 0 -160px;
}
.pro-detail-addBtn-addSucc-icon {
font-size: 21px;
margin: 0 5px 0 0;
}
.pro-detail-addBtn-addSucc-goCart {
margin: 8px 0 0 15px;
height: 36px;
line-height: 36px;
width: 84px;
}
.pro-detail-addBtn-addSucc-close {
font-size:18px;

margin: 0 0 0 15px;
}


/* 原商品页面 JS 所需 */



/* 商品描述 */
.pro_desc {
width: auto;
padding: 15px 0 5px;
}

}


.yhsd-variantSelector-err {
color: #dc5f5f;
font-size: 12px;
background: #fff;
border: 1px solid #cc8a8a;
}
.yhsd-variantSelector-err:before {
content: '\e606';
font-family: "iconfont" !important;
font-size:12px;
font-style: normal;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
margin: 0 3px 0 0;
}
@media screen and (max-width: 767px) {
.yhsd-variantSelector-err {
font-size: 12px;
}
.yhsd-variantSelector-err:before {
font-size: 13.5px;
}
}





.product-carousel .owl-dots,.product3-carousel .owl-dots {
bottom: 10px!important;

}



/* 通用表单 */
.account_input {
width: 320px;
margin: 80px auto;
}
.account_input-form {
width: 320px;
}
.account_input-form--form {
display: block;
line-height: 0;
font-size: 0;
}
.account_input-form-title {
font-size: 30px;
margin: 0 0 15px;
line-height: 1;
}
.account_input-form-input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
border-style: solid;
border-width: 1px;
border-radius: 2px;
font-size:12px;
height: 40px;
line-height: 20px;
padding: 9px 0;
text-indent: 10px;
margin: 10px 0 0;
width: 100%;
box-shadow: none;
-webkit-appearance: none;
}
.account_input-form-input:-ms-input-placeholder {
color: ;
}
.account_input-form-input::-moz-placeholder {
color: ;
}
.account_input-form-input::-webkit-input-placeholder {
color: ;
}
.account_input-form-err {
line-height: 1.2;
font-size:12px;
margin: 10px 0 0;
}
.account_input-form-err-icon {
margin: 0 3px 0 0;
}
.account_input-form-submit {
height: 42px;
line-height: 42px;
border-radius: 2px;
font-size: 16px;
margin: 20px 0;
width: 100%;
border-width: 0;
padding: 0;
}
.account_input-form-footer {
margin: 0;
padding: 0;
height: 20px;
line-height: 20px;
font-size:12px;
}
.account_input-form-footer a {
line-height: 20px;
}
.account_input-form-footer-forget {
float: right;
}
@media screen and (max-width: 767px) {
.account_input-form-submit {
height: 46px;
line-height: 46px;
font-size: 16px;
margin: 15px 0;
}
}



/* 轻博客 > 作者 */


.blog_author {
width: 300px;
margin: -80px auto -30px;
}
.blog_author-avatar {
position: relative;
display: block;
width: 106px;
height: 106px;
line-height: 106px;
border-radius: 50%;
border-width: 4px;
border-color: #fff;
border-style: solid;
margin: 0 auto;
overflow: hidden;
}
.blog_author-avatar-src {
width: 100%;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.blog_author-name {
text-align: center;
line-height: 1;
margin: 18px 0 26px;
font-size: 24px;
}
.blog_author-social {
text-align: center;
margin: 0 0 30px;
line-height: 46px;
white-space: normal;
}
.blog_author-social--empty {
height: 1px;
}

.blog_author-social-link {
font-size: 36px;
margin: 0 12px;
}
.blog_author-social-link--douban {
font-size: 41px;
}
.blog_author-social-link--renren {
font-size: 41px;
}
@media screen and (max-width: 767px) {
.blog_author {
width: auto;

width: 250px;
margin: -36px auto -6px;

}
.blog_author-avatar {
width: 54px;
height: 54px;
line-height: 54px;
border-width: 2px;
margin: 0 auto;
}
.blog_author-name {
margin: 15px 0 15px;
font-size: 15px;
}
.blog_author-social {
margin: 0;
line-height: 30px;
}
.blog_author-social-link {
font-size: 26px;
margin: 0 9px;
}
.blog_author-social-link--douban {
font-size: 30px;
}
.blog_author-social-link--renren {
font-size: 30px;
}
}



/* 轻博客 > 列表 */
.blogs_list-grid {
margin: 0 -10px 40px;
padding-top:50px;
}
.blogs_list-item--wrap {

-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 25%;
padding: 0 20px 40px;
float: left;
}
.blogs_list-item--inner {
padding: 0 0 100%;
position: relative;
}
.blogs_list-item--box {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
padding: 20px;
width: 100%;
height: 100%;
}
.blogs_list-item--a {
display: block;
}
.blogs_list-item-article {
width: 100%;
height: 100%;
overflow: hidden;
}
.blogs_list-item-article-title {
font-size: 18px;
font-weight: bold;
line-height: 20px;
height: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

margin: 0 0 7px;
}
.blogs_list-item-article-cont {
font-size:12px;
line-height: 25px;
}
.blogs_list-item-article.resize--line .blogs_list-item-article-title {
display:inline-block;
*display: inline;
*zoom: 1;
}
.blogs_list-item-article.resize--line .blogs_list-item-article-cont {
display: none;
}
.blogs_list-item-image {
width: 100%;
height: 100%;
overflow: hidden;
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.blogs_list-item-image-view {
margin: auto;
width: 100%;
max-width: 100%;
vertical-align: middle;
}
.blogs_list-item-music {
width: 100%;
height: 100%;
overflow: hidden;
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.blogs_list-item-music-bg_cover {
margin: auto;
width: 100%;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.blogs_list-item-music-icon {
font-size: 46px;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
margin: -35px 0 0 -35px;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
text-align: center;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff", endColorstr="#4dffffff");
background-color: rgba(255,255,255,0.3);
}
.blogs_list-item-music:hover .blogs_list-item-music-icon {
filter: alpha(opacity=70);
opacity: 0.7;
}
.blogs_list-item-video {
width: 100%;
height: 100%;
overflow: hidden;
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.blogs_list-item-video-bg_cover {
margin: auto;
width: 100%;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.blogs_list-item-video-icon {
font-size: 46px;
display: block;
width: 70px;
height: 70px;
line-height: 70px;
margin: -35px 0 0 -35px;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
text-align: center;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff", endColorstr="#4dffffff");
background-color: rgba(255,255,255,0.3);
}
.blogs_list-item-video:hover .blogs_list-item-video-icon {
filter: alpha(opacity=70);
opacity: 0.7;
}
.blogs_list-item-info {
border-style: solid;
border-width: 1px 0 0;
height: 62px;

line-height: 62px;
margin: 0 20px;
}
.blogs_list-item-info-author-link {
display:inline-block;
*display: inline;
*zoom: 1;
width: 22px;
height: 22px;
border-radius: 50%;
overflow: hidden;
vertical-align: middle;
margin: 0 10px 0 0;
}
.blogs_list-item-info-author-avatar {
max-width: 100%;
max-height: 100%;
display: block;
}
.blogs_list-item-info-time {
float: right;
}
@media screen and (max-width: 767px) {

.blogs_list-item--wrap {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 50%;
padding: 0 0 20px;
float: left;
}






.blogs_list-grid {
margin: 0 -5px 0;
padding: 22px 10px 0;
}
.blogs_list-item--wrap {
padding: 0 5px 10px;
}
.blogs_list-item--box {
padding: 12px;
}
.blogs_list-item--box_border {
padding: 10px;
}
.blogs_list-item-info {
display: none;
}
.blogs_list-item-article-title {
display: none;
}
.blogs_list-item-article-cont {
font-size: 12px;
line-height: 20px;
}
.blogs_list-item-music-icon {
font-size: 16px;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
margin: -15px 0 0 -15px;
}
.blogs_list-item-video-icon {
font-size: 16px;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
margin: -15px 0 0 -15px;
}
}




/* 轻博客 > 详情 */

.blog_cont_fix {
margin-bottom: -10px;
}

.blog_cont {

margin: 0 auto;
padding: 5% 0;
max-width: 780px;
font-size:12px;
line-height: 26px;
overflow: hidden;
}
.blog_cont p {
margin-bottom: 10px;
}
.blog_cont img {
margin-bottom:26px;
max-width: 100%;
}
.blog_cont-top {
margin: 30px 0 120px;
text-align:center;
color:#888;
line-height: 50px;
height: 50px;
}



.blog_cont-top-back {
font-size:13px;
padding: 5px 60px;
}

.blog_cont-back-sign {
padding-right: 10px;
}

.blog_cont-text a {
text-decoration: underline;
}
.blog_cont--inner {
border-style: solid;
border-width: 1px;
}
.blog_cont--body {
padding: 50px 60px;
}
.blog_cont-head {
padding: 20px 60px 0;


border-width: 0 0 1px;
border-style: solid;
height: 80px;
line-height: 80px;
}
.blog_cont-head-author-img {
display:inline-block;
*display: inline;
*zoom: 1;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
vertical-align: middle;
overflow: hidden;
}
.blog_cont-head-author-img-src {
width: 100%;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
}
.blog_cont-head-author-name {
margin: 0 0 0 18px;
}
.blog_cont-head-nav {
float: right;
line-height: 80px;
height: 80px;
text-align: center;
}
.blog_cont-head-nav-prev,
.blog_cont-head-nav-next {
display:inline-block;
*display: inline;
*zoom: 1;
width: 50px;
height: 50px;
line-height: 50px;
border-radius:100%;
background:#fff;
border:1px solid #e2e2e2;
font-size: 16px;
}


.blog_cont-head-nav-next {
margin: 0 0 0 5px;
}
.blog_cont-article-title {
font-size: 24px;
line-height: 1.2;
font-weight: bold;
margin-bottom: 20px;
}
.blog_cont-image-list {
margin: 0 0 20px;
}
.blog_cont-image-list-item {
margin: 0 0 10px;
}
.blog_cont-image-list-item-view {
display: block;
width: auto;
max-width: 100%;
margin: 0 auto;
border-width: 0;
border-radius: 5px;
}
.blog_cont-image-list-item-desc {
display: block;
height: 30px;
line-height: 30px;
font-size: 12px;
text-align: center;
}
.blog_cont-music-item {
margin: 0 0 20px;
}
.blog_cont-music-item-disc {
width: 340px;
height: 340px;
margin: 0 auto 15px;
position: relative;
}
.blog_cont-music-item-disc-img {
display: block;
width: 340px;
height: 340px;
}
.blog_cont-music-item-disc-film {
display: none;
position: absolute;
top: 0;
left: 0;
width: 340px;
height: 340px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04000000", endColorstr="#04000000");
background-color: rgba(0,0,0,0.2);
}
.blog_cont-music-item-disc-play {
display: none;
width: 90px;
height: 90px;
line-height: 90px;
margin: -45px 0 0 -45px;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
border-radius: 50%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff", endColorstr="#4dffffff");
background-color: rgba(255,255,255,0.3);
}
.blog_cont-music-item-disc-play-icon {
font-size: 50px;
color: #fff;
}
.blog_cont-music-item-disc-play:hover {
filter: alpha(opacity=70);
opacity: 0.7;
}
.blog_cont-music-name {
display: block;
text-align: center;
font-weight: bold;
font-size: 24px;
height: 26px;
line-height: 26px;
}
.blog_cont-music-info {
font-size: 18px;
text-align: center;
line-height: 20px;

margin: 6px 0 5px;
}
.blog_cont-music-play {
text-align: center;

line-height: 0;
margin: 7px 0 0;
}
.blog_cont-video-view {
margin: 0 0 20px;
width: 100%;
}
.blog_cont-video-view iframe {
width: 100%;
display: block;
}
.blog_cont-footer {
font-size: 12px;
line-height: 28px;
margin: 50px 0 0;
}
.blog_cont-footer-tags-icon {
display: block;
float: left;
font-size: 18px;
margin: 0 15px 0 0;
}
.blog_cont-footer-tags-items {
width: 100%;
-webkit-box-sizing: border-box;

box-sizing: border-box;
padding: 0 115px 0 33px;
}
.blog_cont-footer-tags-link {
font-size: 12px;
margin-right: 10px;
float: left;
}
.blog_cont-footer-tags-link.last {
margin-right: 40px;
}
.blog_cont-footer-time {
float: right;
}
.blog_cont-footer.no__tags .blog_cont-footer-tags-items {
position: relative;
}
.blog_cont-footer.no__tags .blog_cont-footer-tags-items .share_box--blog {
position: absolute;
left: 0;
}
.blog_cont-footer.no__tags .blog_cont-footer-tags-icon {
display: none;
}

@media screen and (min-width: 767px) {

.blog_cont-head-nav-prev,
.blog_cont-head-nav-next {
position:fixed;
top:55%;
}
.blog_cont-head-nav-next {
right:40px;
}

.blog_cont-head-nav-prev {
left:40px;
}

}


@media screen and (max-width: 767px) {
.blog_cont_fix {
margin-top:20px;
}

.blog_cont {
margin: 0 auto;
padding: 0;
max-width: none;
font-size:12px;
line-height: 24px;
overflow: hidden;
}
.blog_cont-top {
line-height: 42px;
height: 42px;
}
.blog_cont-top-back {
font-size: 12px;
}
.blog_cont--inner {
border-style: solid;
border-width: 1px;
}
.blog_cont--body {
padding: 10px;
}
.blog_cont-head {

padding: 10px 10px 0;
border: 0;
height: 40px;
line-height: 40px;
}
.blog_cont-head-author-name {
margin: 0 0 0 10px;

}
.blog_cont-head-nav {
display: none;
}
.blog_cont-article-title {
margin: 0 0 10px;
font-size: 18px;
}
.blog_cont-music-item {
margin: 0 -10px 10px;
}
.blog_cont-music-item-disc {
width: 100%;
height: 0;
padding: 0 0 100%;
position: relative;
margin: 0 0 10px;
}
.blog_cont-music-item-disc-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog_cont-music-item-disc-film {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog_cont-music-item-disc-play {
display: block;
width: 60px;
height: 60px;
line-height: 60px;
margin: -30px 0 0 -30px;
}
.blog_cont-music-item-disc-play-icon {
font-size: 30px;
}
.blog_cont-music-name {
height: 19px;
line-height: 19px;
font-size: 17px;
}
.blog_cont-music-info {
font-size:12px;
height: 16px;
line-height: 16px;
margin: 5px 0 0;
}
.blog_cont-music-play {
display: none;
}
.blog_cont-video-view {
margin: 0 0 10px;
}
.blog_cont-video-view iframe {
height: 490px;
}
.blog_cont-footer {
margin: 15px 0 0;
}
.blog_cont-footer-time-m {
display: none;
}
.blog_cont-footer-tags-icon {
margin: 0 12px 0 0;
}
.blog_cont-footer-tags-items {
padding: 0 80px 0 30px;
}
.share_box {
/*display: none;*/
}
}
@media screen and (max-width: 600px) {
.blog_cont-video-view iframe {
height: 400px;
}
}
@media screen and (max-width: 490px) {
.blog_cont-video-view iframe {
height: 290px;
}
}



/* 自定义页面 */
.custom_cont {
margin: 0;
}
.custom_doc img {
max-width: 100%;
}

@media screen and (max-width: 767px) {
.custom_cont {
margin: 0;
}
}
/* 普通页面 */
.page-title {
padding: 4% 0 4%;
margin:0;
line-height: 1;
font-size: 24px;
}

.page-box {
padding: 30px 20px;

border-radius: 5px;
border-width: 1px;
border-style: solid;
margin: 0 0 150px;
}
.page-box--forget_password {
margin: 0 0 400px;
}
@media screen and (max-width: 767px) {
.page-box--forget_password {
margin: 0 0 150px;
}
}



/* 提示构件 */
.tips {
margin: 0;
line-height: 1.7;
padding: 70px 20px;
text-align: center;
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
.tips-title {
margin: 58px 0 20px;
line-height: 1;
font-size:18px;
}
.tips--has_title {
margin: 0;
line-height: 1.7;
padding: 70px 20px;
text-align: center;
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
.tips--pro_list {
padding: 80px 0;
}
.tips--sys {
margin: 93px 0 0;
}


/* 返回顶部构件 */

.go_top {
position: fixed;
bottom: 50px;
margin-bottom:0;
right:40px;
z-index: 688;
}

.go_top a {
position:relative;
display: block;
margin-bottom:12px;
border:0 solid ;
overflow: visible;
text-align: center;
font-size:18px;
color: #636363;
background-color: ;
transition: all 0.2s ease-in-out;
}

.icon-qq.go_top-service:before{
color: #636363; 
}

.go_top a:before{
font-size:18px;
}
a#go_top-go:before{
  font-size:13px;
}
a#go_top-go {
    background: rgba(0,0,0,.3);
    border:none;
    color:#fff;
}

.go_top a.go_top-go {
background-color:#fff;
border:1px solid #e0e0e0;
color:#222;
}

.go_top a:last-child{
margin-bottom:0;
}

.ie6 .go_top {
display: none;
}


@media screen and (min-width: 768px)and (max-width: 1280px) {
.go_top {
bottom:20px;
margin-bottom:0;
right:40px;
}}

@media screen and (max-width: 767px) {
.go_top {
bottom: 15px;
right: 10px;
}

.go_top a{
background: rgba(0,0,0,.7);
    border: none;
    color: #fff;
}

.go_top-service {
margin: 0 0 7px;
}
}




.faq_mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1a1a1a;
opacity: 0.5;
filter: alpha(opacity=50);
display: none;
z-index: 9998;
}

.faq_box {
position: fixed;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -315px;
width: 630px;
height: 470px;
overflow:hidden;
display: none;
z-index: 999;
}

.close_btn {
position: absolute;
display: block;
z-index: 100;
font-size: 30px;
top: 10px;
right: 15px;
cursor: pointer;
transition: all 0.5s;
-webkit-transition: all 0.5s;
color: #333;
}


.weixin_sercice{
position: fixed;
top: 50%;
left: 50%;
padding:10px 0 20px;
background:#fff;
text-align:center;
color:#333;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 
margin-top: -180px;
margin-left: -120px;
width: 240px;
height: auto;
display: none;
z-index: 9999;
}
.weixin_sercice img{
width:220px;
height:220px;
}

.weixin_sercice span{
width:100%;
font-size:15px;
line-height:1.2;
display:inline-block;
*display: inline;
*zoom: 1;
text-align:center;
}


/* 社交分享 */
.share_box {
width: 30px;
overflow: hidden;
}
.share_box--line {
width: 0;
height: 20px;
line-height: 20px;
font-size: 0;
border-style: solid;
border-width: 0 1px 0 0;
float: right;
margin: 4px 6px 0 0;
display: none;
}

.share_box-item--list {
float: right;
display: none;
margin: 0 3px 0 0;
height: 28px;
line-height: 28px;
}
.share_box-button {
margin: 0;
display: block;
}
.share_box-button:hover {
color: inherit;

}
.share_box.active {
width: auto;
}
.share_box.active .share_box-button {
color: inherit;
}
.share_box.active .share_box-item {
display: block;
}
.share_box.active .share_box-item--list {
display: block;
}
.share_box.active .share_box--line {
display: block;
}
.share_box--pro {
width: auto;
padding: 12px 0;
border-top:0px dotted #cacaca;
}
.share_box--pro.active {
color: ;
}
.share_box--pro .share_box--line {
height: 20px;
line-height: 20px;
margin: 4px 6px 0 0;
border-color: ;
}
.share_box--pro .share_box-button,.x-favorite-btn_text {
font-size: 12px;
}
.share_box--pro .share_box-button:hover,.x-favorite-btn_text:hover {
color: !important;
}
.share_box--pro .share_box-button-text {
font-size: 12px;
}

.favorite_icon,.x-favorite-btn_text{
  font-size:16px;
}

.x-favorite-btn_text span{
  font-size:12px;margin-right:5px;
}

@media screen and (max-width: 767px) {
.share_box {
/*display: none;*/
}
}
/* 社交分享 - 博客 */
.share_box--blog {
float: left;
width: auto;
margin: 0;
}
.share_box--blog.active {
width: auto;
}
.share_box--blog.active .share_box-button {
color: ;
}
.share_box--blog.active .share_box-item--list {
visibility: visible;
}
.share_box--blog.active .share_box--line {
visibility: visible;
}
.share_box--blog .share_box-button {
float: left;
color: ;
}
.share_box--blog .share_box-button:hover {
color: ;
}
.share_box--blog .share_box--line {
float: left;
margin: 4px 10px 0;
display: block;
visibility: hidden;
border-color: ;
}
.share_box--blog .share_box-item {
float: left;
display: block;
}
.share_box--blog .share_box-item--list {
float: left;
margin: 0 10px 0 0;
display: block;
visibility: hidden;
}



/* 弹框提示 */
.popup {
padding: 30px 20px;
box-shadow: unset;
}
.popup-cont-title {
font-size: 24px;
line-height: 30px;
height: 30px;
margin: 20px 0;
overflow: hidden;

white-space: nowrap;
text-overflow: ellipsis;

color: #333333;
}
.popup-cont-text {
font-size:12px;
line-height: 1.7;
color: #5c5c5c;
}
.popup-btn {
margin: 30px 0 0;
}
.popup-btn a {
font-size:12px;
height: 33px;
line-height: 33px;
padding: 0 23px;
border-radius: 2px;
background-color: ;
color: ;
}

.popup-close-icon {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.popup {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 90%;
padding: 20px 20px;
}
.popup-cont {
width: auto;
}

.popup-component .popup h3{
  font-size:15px;
  font-weight:normal;
}
.popup-component .popup .popup-cont {
    color: #464646;
    font-size: 15px;
    margin: 30px 0 30px;
    width: 100%;
}

}


/*商品列表描述*/
.proList-name{
height: 20px;

}
.proList-desc{
height: 44px;
}
.proList-shortdesc{
display: block;
margin: 5px auto;
width: 90%;
height: 20px;
line-height: 20px;
font-size: 12px;
}
.proList-price{
height: 22px;
}
/*商品详情描述*/


.pro_detail-price strong {
    font-weight:normal;
}

.pro-detail-short_desc{
padding: 0;
line-height:1.6;
letter-spacing:1px;
word-break: break-word;
overflow-wrap: break-word;
border-top:0px dotted #cacaca;
}
.pro-detail-short_desc.only-short-desc{
font-size:12px;padding:16px 0;
}

.detial_tips_desc{
color:#1c1c1c
}



.detial_tips_desc:hover{color:#777;}

@media screen and (max-width: 767px){
.pro-detail-short_desc.only-short-desc{
  font-size:12px;
}
.proList-shortdesc{
font-size: 12px;
margin: 0 0 5px;
}

}





/*营销活动*/
.breadcrumb {
height: auto;
}
.discount-title{
font-size:18px;
margin-bottom: 10px;
color: #999999;
}
.discount-item {
display:inline-block;
*display: inline;
*zoom: 1;
margin: 0 10px 0 0;
}

.discount-item:last-child {
margin: 0;
}

@media screen and (max-width: 767px){
.discount-item {
display: block;
margin: 0;
line-height: 26px;
}
}

@media screen and (max-height: 600px){
.part_4-logos-each:nth-child(n+3) {
display: none;
}
}





/* 2.8 文章列表 */

.post-main {
position: relative;
z-index: 5;
}


.page, .wrapper{
width:auto;
}
.post-wrapper .pageTitle {
color:#141414;
}

.grid-item--box.post-grid-box{
display:block;

}

  .post_cont-back{
    -webkit-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
    transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
    -o-transition: all 1.2scubic-bezier(0, 0, 0, 1) 0s;
    width:60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    background: #b1b1b1;
    display: inline-block;
    margin: 0 auto;
    border-radius:20px;
    color: #fff;
    margin: 0 15px;
    padding:0;
    }
  .post_cont-back.favoritered{
background: #e47171;
  }


.post_cont-top .i-prev,
.post_cont-top .i-next{
display:inline-block;
*display: inline;
*zoom: 1;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 100%;
background:#fff;
border:1px solid #e2e2e2;
font-size:18px;
background:#f3f3f3;
}


.share-zhuanti {
font-size: 24px;
}
.shareZhuanti {
float: right;
display:inline-block;
*display: inline;
*zoom: 1;
height: 26px;
line-height: 26px;
padding: 15px 0;
}


.post-wrapper {
float: left;
padding: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.post-content-wrapper{
background: #fff; 
width:100%;
margin: 0;
text-align:center;
}



.post-wrapper {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-box-sizing: border-box;
padding:0;
}
li.left_first_li.settings-main_border {
    float: left;
    padding: 0 20px;
    font-size: 15px;
}


.post-content-side {
float: left;
margin-left: 0;
background: #fff;
margin-top:5%;
width:100%;
}


.post-tag-side {
float: left;
width: 100%;
}

.post .wrapper {
padding-top: 20px;
}
.post .cont {
width: 100%;
}
.posts-item {
display: table;
table-layout: fixed;
width: 100%;
padding: 30px 15px 30px 0;
border-width: 0 0 1px 0;
border-style: solid;
}
.posts-item-left {
display: table-cell;
vertical-align: top;

width: 204px;
height: 140px;
overflow: hidden;
text-align: center;
}
.posts-item-left img {
max-width: 100%;
max-height: 100%;
}
.posts-item-left img.loading {
margin-top: 30%;
}
.posts-item-body {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.posts-item-publish_at {
font-size: 12px;
}
.posts-item-heading {
    width: 100%;
    font-size: 18px;
    margin: 0 0 10px 0;
    overflow: hidden;
    line-height:1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.posts-item-summary {
font-size: 12px;
color:#121212;
line-height: 1.5;
margin: 0;
}

.posts-item-tags {
line-height:26px;
}

.post_ul .posts-item-tags {
height:26px;overflow:hidden;
}

.post-content-side .posts-item-tags {
margin-top:20px;  
}

.post-bottom .posts-item-tags {
text-align:left;

display:inline-block;

*display: inline;
*zoom: 1;
height:26px;line-height:26px;padding-top:15px;
}


.posts-item-tags-tag {
display:inline-block;
*display: inline;
*zoom: 1;
position: relative;
overflow: hidden;
color:#777;
font-size:12px;
line-height: 20px;
border-bottom:1px solid #777;
margin-right:6px;

}

.post_content_width .posts-item-tags-tag{
padding: 0 20px;
font-size: 12px;
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
border-radius: 2px; 
border: 1px solid #e4e4e4;
text-align: center;
}
.post-bottom .posts-item-tags-tag {
display:inline-block;
*display: inline;
*zoom: 1;
position: relative;
overflow: hidden;
color:#1a1a1a;
font-size:12px;
text-decoration: none;
text-align: center;
font-size:12px;
padding: 5px 16px;
border: 1px solid #e4e4e4;
background: #fff;
border-radius: 3px;
line-height: 26px;
}
.posts-item-tags-tag-icon {
display:none;
}
.post-dirs-heading {
line-height: 58px;
font-size: 16px;
}
.post-dirs-heading span {
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: sub;
line-height: 16px;
}
.post-dirs-list {
margin: 0 0 10px;
padding: 0;
list-style: none;
border-width:0;
border-style: solid;
font-size:12px;
line-height: 20px;
text-align:center;
}

.post_nav_li{
 padding: 0 20px;
    display: inline-block;
    font-size: 16px;  
}
.post-dir-dot {
margin: 0 12px;
}
.post-dir-dot:after {
content: '.';

display:inline-block;
*display: inline;
*zoom: 1;
position: relative;
top: -4px;
}
.post-dir-1,
.post-dir-2 {
position: relative;
margin-top: -1px;
border-width: 1px 0 0 0;
border-style: solid;
}
.post-dir-1-box {
display: block;
cursor: pointer;
padding: 8px 0;
}
.post-dirs-sub-list {
margin: 0;
padding: 0;
list-style: none;
}
.post-dir-2-box {
display: block;
border-width: 0 0 1px 0;
border-style: solid;
cursor: pointer;
padding: 14px 0 14px 14px;
}
.post-dirs-sub-sub-list {
margin: 0;
padding: 0;
list-style: none;
}
.post-dir-3-box {
display: block;
padding: 14px 0 14px 28px;
cursor: pointer;
}

.post-dir-1-box:hover,
.active > .post-dir-1-box,
.post-dir-2-box:hover,
.active > .post-dir-2-box,
.post-dir-3-box:hover,
.active > .post-dir-3-box {
color: ;
}

.post-dir-btn {
position: absolute;
right: 0;
top: 0;
height: 48px;
width: 34px;
padding-left: 10px;
line-height: 48px;
text-align: center;
cursor: pointer;
}
.post-dir-btn .main-ico-down {
display: none;
}
.post-dir-btn.dir_off .main-ico-up {
display: none;
}
.post-dir-btn.dir_off .main-ico-down {
display:inline-block;
*display: inline;
*zoom: 1;
}

/*post tags*/

.post-tags-wrapper {
padding-bottom: 20px;
}
.post-tags-heading {
line-height: 58px;
font-size: 16px;
border-width: 0 0 1px;
border-style: solid;
}

.post-tags-cloud {
padding: 20px 0 80px 0;
}
.post-tags-cloud-item {
display:inline-block;
*display: inline;
*zoom: 1;
line-height: 34px;
padding: 0 26px;
margin: 0 10px 10px 0;
color:#121212;
border: 1px solid #121212;
font-size:12px;
}
.post-tags-cloud-item:hover,
.post-tags-cloud-item.active {
color: #fff;
background-color: ;
}


.post-info {
font-size: 12px;
}
.post-content{
padding: 30px 0;
border-width:0;
border-style: solid;
}
.post-content img {
max-width: 100%;
height: auto;
}

.post-re-wrapper {
padding: 5%;
}
.post-re-heading {

line-height: 58px;
font-size: 16px;
}
.post-re-heading span {
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: sub;
line-height: 16px;
}
.post-re-list {
margin-top: 10px;
border-width: 1px 0 0 0;
border-style: solid;
}
.post-re-each {
display: block;
position: relative;
line-height: 20px;
padding: 14px 0;
font-size:12px;
border-width: 0 0 1px;
border-style: solid;
}
.post-re-each:hover {
color:;
}
.post-re-each-dot{
display:none;
}
.post-re-each-dot:before {
content: '.';
display:inline-block;
*display: inline;
*zoom: 1;
}

.post-bottom {
  display:none;
  position:fixed;
    padding: 30px 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
}

.post-bottom .sharewrap {
position: absolute;
top: -5px;
right: 0;
width: 120px;
}
.post-re-list-tip {
font-size:12px;
line-height: 20px;
padding: 10px 0;
}
@media screen and (max-width:1024px) {

.post_border_section{
padding:0 3%;
}


.post-wrapper {
width:100%;
margin:0 0 20px 0;
padding: 0 5% 40px;
}

.post-side {
margin: 0 0 10px 0;
width: 100%;
}

.post-re-wrapper {
padding: 5%;
}


.posts-item {
padding: 15px 0;
}
.posts-item-left {
width: 102px;
height: 70px;
}
.posts-item-heading {
font-size: 16px;
margin: 0 0 20px;
}

.post-dirs-heading,
.post-tags-heading,
.post-re-heading {
line-height: 40px;
font-size:13px;
padding-left: 5px;
border-radius: 3px;
}
.post-dirs-heading span,
.post-tags-heading span,
.post-re-heading span {
vertical-align: middle;
line-height: 12px;
font-size:15px;
border: none;
}


.post-dir-1, .post-dir-2 {
border: none;
}
.post-dir-1-box {
padding: 4px 0;
border: none;
}
.post-dir-2-box {
padding: 7px 0 7px 14px;
border: none;
}
.post-dir-3-box {
padding: 7px 0 7px 28px;
}
.post-tags-cloud {
padding: 10px 0 40px 0;
}
.post-tags-cloud-item {
font-size:12px;
line-height: 28px;
}
.post-wrapper .pageTitle {
line-height: 30px;
padding-bottom: 10px;
font-size:18px;
}
.post-content {
padding: 15px 0;
}


.post-re-list {
margin: 0;
border: none;
}

.post-bottom .sharewrap {
position: static;
}

.post-re-each {
font-size:13px;
}
.post-re-list-tip {
font-size:13px;
}
}
/*展开按钮*/
.main-ico{display:inline-block;
*display: inline;
*zoom: 1;vertical-align:middle;overflow:hidden;position:relative;background-image: url('//asset.ibanquan.com/s/119346/883/main?design_theme_id=0&v=1610431835_1598494472');}
.main-ico-search{height:18px;width:18px;background-position:-36px -36px;}
.main-ico-sildeLeft{height:56px;width:56px;background-position:-72px 0;}
.main-ico-sildeRight{height:56px;width:56px;background-position:-144px 0;}
.main-ico-up{height:5px;width:10px;background-position:-150px -80px;}
.main-ico-down{height:5px;width:10px;background-position:-150px -70px;}

.post .wrap {
padding-top: 20px;
}

.post_list_breadcrumb {

margin-bottom: 0;
margin-top: 50px;
}


@media screen and (max-width:767px) {
.post-dirs-list {
width:100%;
overflow-x:visible;
-webkit-overflow-scrolling: touch;
}

.post_list_breadcrumb {
margin-bottom: 0;
margin-top: 40px;
}

}


/* 基础页面 样式重置 */

#content_for_layout.yhsd-base {
margin-top: 53px;
}

@media screen and (max-width:767px) {

#content_for_layout.yhsd-base {
margin-top: 0;
}}

.btn:active {
    opacity: 1!important;
    filter: alpha(Opacity=100)!important;
}

.log-block .btn-primary,.btn-vital,.btn-primary.btn-block {
color: #ffffff;
background: #1a1a1a;
border: 0 solid #fff;
box-shadow: inset 0px 0px 0px 1px ;
overflow: hidden;
}

@media screen and (min-width:1025px) {
.btn:hover:before {
transform: scaleX(1);
transform-origin: left;
}

.log-block .btn-primary:hover,.btn-vital:hover {
color: ;
border: 0 solid #fff;
box-shadow: inset 0px 0px 0px 0px ;
}}

.account-tags li.selected a,.personal-address .address-item .default-address.default a,.cart-cont-footer .confirm-submit .price,.order-address-list-item .default,.order-submit>.detail .value.total{
border-bottom-color:#1a1a1a!important;
color:#1a1a1a!important;
}

.account-sideNav dd.selected a{
  color:#1a1a1a;border-bottom: 1px solid #1a1a1a;
}

.account-sideNav dd a:hover{
  color:#1a1a1a;
}

.yhsd-font-link,.social-login div span{
color:#8d8d8d;
}

.order-detail {
padding: 0;
}

.log-block-outer,input#yhsd-change-type{
background:none;
}

.account-block{
border: none;
padding: 20px 130px 100px;
background: none;
}

.account-block>h4{
font-weight:normal;
color:#888;
text-align:center;
}


#content_for_layout.yhsd-base.login_wrap .page-title.yhsd-font-title {
    background: none;
    margin: 0!important;
    padding: 60px 0 0px!important;
}


@media screen and (min-width:768px) {

.login_wrap,.login_wrap .log-block,.log-block .input-area>input{
background-color: #f7f7f7;
}}


input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset!important;
border: 1px solid #e0e0e0!important;
}


.login_wrap .input-area.active>.title:before,.login_wrap .input-area.correct>.title:before,.login_wrap .input-area.error>.title:before,.login_wrap .input-area.exist>.title:before {
    left: 5px;
    background: #f7f7f7;
}



.login.login-out .input-row th .input-row-border{
display:none;
}


.login.login-out .input-group form,.login.login-out .input-group .input-group-submint {
    margin: 20px 0 15px;
}{
padding:0;
}

.login.login-out {
    padding-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
}


.login.login-out .input-group form{
  background:none;padding:0;border:none;
}


.login.login-out .input-row-border {
    border: 1px solid #cfcfcf!important;margin-bottom:15px;
}
.hairlines .login.login-out .input-row:last-child .input-row-border,.login.login-out .input-row:last-child .input-row-border{
margin-bottom:0; border: 1px solid #cfcfcf;
}



.hairlines .login.login-out .input-row-border {
    border: 1px solid #cfcfcf;
}

.s-log-block-inner,.sk-social-login div span{
 background-color: #f7f7f7!important; 
}
.sk-social-login div{
  border:none!important;
}
.sk-social-login{
margin-top:60px!important;
}
.sk-social-login div span{
margin-top:-15px!important; 
}
.s-log-block{
    background:none!important;
}
.s-log-block,.su-input__inner,.su-button,.su-input-group__append, .su-input-group__prepend{
    border-radius:2px!important;
}


.s-getCode a,.su-form-item__content,.su-input,.su-button{
  font-size:13px!important;
}

.sk-social-login li .sk-icon,.s-log-block .s-rapid a,.s-log-block .s-getCode a{
  color: #1a1a1a!important;
}

button.su-button.s-vcode_login-btn.i-default{
color: #1a1a1a!important; 
border: 1px solid #1a1a1a!important;
}
.s-log-block .s-title{
    font-size: 14px!important;
    }

.su-button.i-primary{
  color: #ffffff;
  background: #1a1a1a!important;
  border: 0 solid #fff!important;
}

.su-input__inner,.su-input-group__append{
 border: 1px solid #ccc!important;   
}
.su-input-group__append{
  border-left:0!important;background:none!important;
}

.su-input__inner:focus{
      border: 1px solid #ccc!important; 
}
.su-form-item.is-success .su-input__inner, .su-form-item.is-success .su-input__inner:focus, .su-form-item.is-success .su-textarea__inner, .su-form-item.is-success .su-textarea__inner:focus {
    border-color: #ccc!important;
}

#yhsd-change-byphone .input-group .btn-input{
  top:0;font-size:12px;border-radius: 0px!important;
}
input#yhsd-change-vcode{
border-right-style: solid!important; 
}


@media screen and (min-width:768px) {
.s-log-block-inner{
background-image: url("//asset.ibanquan.com/s/119346/883/log-bg_img?design_theme_id=0&v=1610431835_1598494472");
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/log-bg_img?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');
background-size: cover;
background-repeat: no-repeat;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset!important;
border: 1px solid #cfcfcf!important;
}
.log-block .input-area>input,.s-log-block{
  background:#fff!important;
}
.login_wrap .log-block {
    background-color: rgba(255,255,255,.8);
}

.is_mobile .login_wrap{
background-image:none;
}

.log-block .input-area.active>.title:before,.log-block .input-area.correct>.title:before,.log-block .input-area.error>.title:before,.log-block .input-area.exist>.title:before {
    left: 5px;
    background: #fff;
}

.account-block{
border: none;
padding: 20px 130px 100px;
background: none;
}

#content_for_layout.yhsd-base.login_wrap .page-title.yhsd-font-title {
    background: none;
    margin: 0!important;
    padding: 40px 0 0px!important;
}
  
}


.is_mobile .s-log-block-inner{
background-image:none;
}
@media screen and (max-width:767px) {
  .s-log-block,.su-input__inner{
    background:none!important;
  }

 .sk-social-login div span{
background-color: #f7f7f7!important;
}}




#content_for_layout.login_wrap .cont{
padding:0;
}
#content_for_layout .wrapper.log-block-outer{
padding:6% 0 4%!important;
}

#content_for_layout.login_wrap .cont{
background:none;
}



.social-login div span {
display:inline-block;
*display: inline;
*zoom: 1;
margin:0!important; 
position: relative!important; 
font-size:13px!important; 
padding:6px 0!important;
left:auto!important; 
background: none!important; 
}
.social-login {
margin-top: 50px!important; 
}

.social-login ul {
margin: 16px auto 0!important;
}

.social-login div{
border:none!important;
border-bottom: 1px solid #ddd!important;
}


.log-block .rapid {
font-size:12px;
padding-top: 20px;
position: absolute;
    bottom: -40px;
    width: 100%;
}


.log-block form#yhsd-login-inputField,.log-block form#yhsd-register-inputField {
    position: relative;
}

@media screen and (max-width:767px) {
.button.su-button.s-vcode_login-btn.i-default,button.su-button.s-login-btn.i-primary,.s-forget-password-con button.su-button.s-btn.i-primary{
  font-size:14px!important;
}}


/* mobile */
.radio-group{width:100%;white-space:nowrap;overflow:hidden}.radio-inline{display:inline-block;
*display: inline;
*zoom: 1;width:auto}

.radio-group label{
display:inline-block;
*display: inline;
*zoom: 1;
}
.radio-group label::before{width:20px;border-radius:100%;border:1px solid #bbb;background-color:#fff;color:#fff;vertical-align:bottom;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.radio-group input:checked+label::before{border-color:;background-color:;}

.radio-group input:disabled+label::before{border-color:;background-color:;}




/* golbal */

.log-block h4 {
font-size:18px;
text-align: center;

}

#content_for_layout .wrapper{
min-width: inherit!important;
}

.input-area-lg>.title {
font-size:12px;
height: 40px;
line-height: 40px;
color:#999;
}

.log-block-outer .input-area-lg>.title {
text-indent:0;color:#999;
}


#content_for_layout.yhsd-base {
margin-top:0px; 

}

.filter_simple-btn .pro_list_filter-order-item-check,.settings-filterSelect_color{
color:#333333;
}
.settings-filterSelect_background{
background:none;
}



.you_comment-icon.i_chat:before{
display:none!important;
}


.order-detail-info .progress .bar span.active {
background: url(http://asset.ibanquan.com/image/58c3cdccb1b9571f98000b4f/s_200x200.png?v=1489227213) no-repeat;
background-size: auto 24px;
-moz-background-size: auto 24px;
-webkit-background-size: auto 24px;
-o-background-size: auto 24px;
}


/* post_list */
.wrap_width.post_content_width {
padding:  0 0 4%;
}

.post_cont-top {
text-align:center;
color:#888;
}



.post_list_breadcrumb {
margin-bottom: 0px;
margin-top: 0px;
}

.posts-item-left {
display: block;
vertical-align: top;
width: 100%;
height:220px;
text-align: left;
overflow: hidden;
}

.post_ul{
width:100%;
margin: 0 -1.4%;
float:left;
padding: 0;
}

.post_ul li{
margin-bottom:20px;
}


.posts-item-left img {
width: 100%;
height: auto;
}


.posts-item .post_img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;

-ms-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}

.posts-item:hover .post_img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-ms-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}



.pageTitle {
margin:20px auto 20px auto;
text-align:center;
width:80%;
}

.pageTitle.blog_pageTitle{
margin:20px auto 40px auto;
}
.post-info-publish_at {
    margin-bottom: 15px;
}
.pageTitle.post_pageTitle{
display: inline-block;
    margin: 0 auto;
    *display: inline;
    *zoom: 1;
    position: relative;
    vertical-align: middle;
    margin-top:40px;
}

.pageTitle.post_pageTitle .yhsd-font-title,.post-info-publish_at{
  color:#111;font-size:13px;margin-top:5px;
}
.post-info-publish_at{
 color:#999;
}
.pageTitle.post_pageTitle .yhsd-font-title{
font-size:28px;line-height:1.2;
}
.pageTitle.posts_list_pageTitle{
margin:0 auto 1%;
}
.post-wrapper{
  padding-top:40px;
}

.pageTitle .yhsd-font-title{
line-height:1.2;
text-align:center;
font-size:18px;
}

.post-info {
font-size:12px;
text-align: center;
margin-top: 10px;
color: #888!important;
line-height: 2;
padding-top:10px;
}


.posts-item {
float:left;
display: block;
width: 33.33%;
padding: 20px ;
border-width: 0 0 0 0;

border-style: solid;
opacity: 1;
transform: scale(0);
-webkit-transform:scale(0); 
}

.posts-item-heading a{
width: 100%;
font-size:18px;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}









.posts-item {
width: 25%;}

.posts-item-heading a,.posts-item-heading{
font-size: 18px;
line-height: 1.4;
}

@media screen and (min-width:768px) and (max-width:1024px){
.posts-item { 
width:33.33%;
}}







.posts-item.animated {
transform: scale(1);
-webkit-transform:scale(1); 
opacity: 1;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition:all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.posts-item-summary{
overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
margin-bottom:10px;
-webkit-box-orient: vertical;
font-size:12px;
line-height: 20px;
height: 40px;
}


.post-list-each:nth-child(3n+1) {
padding-left: 0;
}


.posts-item-body {
display: block;
vertical-align: middle;
padding-left: 0px;
}



.posts-item-publish_at {
font-size:12px;
padding: 20px 0 10px;
    color: #999;
}


.post-content img {
height: auto;
margin-bottom:6%;
}


.post-wrapper li.posts-item{
margin-bottom:3%;
float: left;
position: relative;
display:inline-block;
*display: inline;
*zoom: 1;
overflow: hidden;
list-style: none;
padding: 0 1.4%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
vertical-align: top;

}



.post-dir-1, .post-dir-2 {
position: relative;
margin-top: -1px;
border-width: 1px 0 0 0;
width: 33.33%;
padding: 1% 0;
float: left;
border-style: solid;
}



.posts-item-wrap,.account-favorite_item_post-img{
padding:0 0 0%!important;
}

.postpage .posts-item-wrap{
padding: 0!important;
    display: inline-block;
    text-align: center;
    *display: inline;
    *zoom: 1;
    position: relative;
    vertical-align: middle;
}

.postpage .posts-item-wrap:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    vertical-align: middle;
    box-sizing: inherit;
}

.postpage .posts-item-wrap .grid-item-a:before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
filter: alpha(opacity=50);
-moz-opacity:.5;
-khtml-opacity: .5;
opacity:.5;
background:#1a1a1a;
z-index:1;
}


.postpage .posts-item-wrap .grid-item-a-img{
-webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(4px);
    filter: blur(4px);
}






@media screen and (max-width: 767px){
.wrap_width.post_content_width{
  padding:0;
}
.post-info-publish_at {
    margin-bottom:0;
}

.pageTitle.post_pageTitle .yhsd-font-title{
font-size:22px;
}

.postpage .posts-item-wrap{
padding:0!important;
}

.postpage .mod{
padding:0!important;
}
.post-wrapper{
padding:40px 20px;
}


.post_border_section {
padding: 0;
}


.pageTitle.posts_list_pageTitle {
margin: 9% auto 4%;
}

.posts-item-summary{
font-size:12px;
}

.post_cont-top {
margin: 20px 0;
text-align: center;
color: #888;
float: left;
background: #fff;
width: 100%;
}
.post_cont-top .i-prev, .post_cont-top .i-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}


.posts-item-heading {
margin: 0 0 10px;
}

.post-content-side .posts-item-tags{
margin-top: 10px;
}

.post-wrapper li.posts-item .posts-item-tags-tag{
font-size:13px;
}



.post_list_breadcrumb {
display:none;

}


.posts-item {
float:left;
display: block;
padding:0 0 10px 0 ;
border-width: 0 0 0 0;
border-style: solid;

}


.post-wrapper li.posts-item{
padding:0 5px;margin-bottom:20px;
}






.post-info {
font-size:12px;
text-align: center;
margin-top: 0;
color: #888!important;
line-height: 2;
}

.pageTitle {
width:94%;
margin:20px auto 10px;
line-height: 1.4;
text-align:center;
}
.pageTitle.blog_pageTitle {
    margin: 20px auto 20px auto;
}
.pageTitle .yhsd-font-title{
font-size:18px;
}

.post-wrapper .pageTitle {
line-height:1;
padding-bottom:0px;
font-size:18px;
}


.post-content img {
max-width: 100%;
height: auto;
}


.post_ul{
margin:0;
}




}



/* index_tw*/


.section_width,.wrap_width{
position:relative;
margin:0 auto;
}

@media screen and (min-width:1025px){
.border_section{
padding-right:3%;
padding-left:3%;
}}

@media screen and (min-width:768px) and (max-width:1024px){

.border_section{
padding-right:20px!important;
padding-left:20px!important;
}}


@media screen and (min-width: 1680px){
.section_width,.wrap_width{
max-width:82%;
}}

@media screen and (min-width: 1440px)and (max-width: 1679px){
.section_width,.wrap_width{
max-width:88%;
}}


@media screen and (min-width: 768px)and (max-width: 1439px){
.section_width,.wrap_width{
max-width:94%;
}}

@media screen and (min-width:768px) and (max-width:1600px){
.wrap_width.pro_wrap.pro_img_info {
max-width:1170px;
}}

@media screen and (min-width:1601px){
.wrap_width.pro_wrap.pro_img_info {
max-width:1450px;
}}


@media screen and (min-width:768px)and (max-width:1024px) {
.nav-header.wrap_width{
  max-width:100%;
}}


.big-title{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
letter-spacing:0.1em;
width:100%;
font-size:18px;
text-align:center;
color:;
margin:10px 0 40px ;

position:relative;
}


.big-title i {
font-size:13px;
color:;
font-style: normal;
position: absolute;
right:0;
padding:0 20px;
}

.big-title{
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-ms-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}


@media screen and (max-width: 767px) {

.big-title i {
padding:0 10px;
font-size:20px;
}

.indexSection1.border_section{
padding:0 10px
}


.first-title{
display:none;
}

.big-title{
text-align:center;
font-size:18px;
margin:10px 0 10px;
padding: 0 60px;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
visibility:visible;
}

}






/* pro_list */

.pro_list_wrap .mod {
padding: 0;
}

.grid-item-a-img {
display:inline-block;
*display: inline;
*zoom: 1;
margin: auto;
width: 100%;
height: auto;
vertical-align: middle;
}

.post_ul .grid-item-a-img{
max-width:100%!important; 
width:100%;
}



.pro_list {
margin:0!important; 
} 



@media screen and (min-width: 1600px){
.grid-item {
width: 25%;
}}



.cont.proCont {
max-width: none;
width: 100%;
}


@media screen and (min-width: 768px){
.pro_list_wrap_section{
min-height:700px;position:relative;
}}


@media screen and (min-width: 768px){
.pro_list_wrap.products_wrap,.pro_list_wrap.wide_hide,.proList_paixu_inner.wrap_width{
padding:0;max-width:none;width:100%;
}
.proList_paixu_inner.wrap_width{
max-width:none;
}

.pro_list_wrap_section,.proList_paixu_inner.wrap_width{
padding:0;
}
}






@media screen and (min-width: 768px){
.breadcrumb.proList_breadcrumb {
padding-left:6%;

}

.pro_list_paixu_wrap {
right:6%;
}
.proList_paixu_inner.wrap_width{
max-width:none;
}}



@media screen and (min-width: 768px)and (max-width: 1024px){
.proList_paixu_inner.wrap_width {
width: auto;
padding: 0 20px;
}

.pro_list_wrap_section{
padding:0 20px;
}}















.grid-item-a--wrap,.account-favorite_item-pro_img{ width: 100%; padding: 0px 0 100%; position: relative; } 

.grid-item-a-img { display:inline-block;
*display: inline;
*zoom: 1; margin: auto;  max-width: 100%; max-height: none; vertical-align: middle; } 







/* product */

 
@media screen and (min-width: 768px){
  #you-mix {
    margin-top:5%;
  }
.pro_stock{
  display:none!important;
  
}

}

.you_comment-list-item-empty{
font-size:14px!important;
}

#you-mix .youmix-cont-list-cont:after{
content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#you-mix .youmix-nav {
    text-align: center!important;
    background: none!important;
    border-bottom: none!important;
    font-size:16px!important;
    }
 #you-mix .youmix-cont-item .price{
 bottom:-8px!important;
 }   
 #you-mix .youmix-cont-item .title{
  bottom:10px!important;font-size:12px!important;
 }
 #you-mix .youmix-nav>a{
border:none!important;
 }   

.you_comment-tab-item {
    padding: 0!important;
    margin:0 40px!important;
}



#you-mix .youmix-cont-item .price,#you-mix .youmix-cont-item .title{
text-align:center!important;
}
#you-mix .youmix-cont-item .image .tips{
    border: none!important;
    padding:0;
}

#you-mix .youmix-nav>a.active {
    border-top-color: #1a1a1a!important;
    }
#you-mix .youmix-cont-nav li.active {
    color: #888!important;
}

#you-mix .youmix-cont-item .image{
background:none!important;
}

#you-mix .youmix-cont-right .tips {
    margin-top: 20px!important;
    padding: 5px 36px!important;
    }
#you-mix .youmix-cont-right{
padding-left: 4%!important;
    width: 12%!important;
}    

#you-mix .youmix-cont-left{
 width: 80%!important;
}
#you-mix{
border:none!important;
}
.pro_detail_wrap_full{
position:relative;
}

.out-of-stock-background{background:#ededed!important;border:none!important;color:#888!important;}

.you_comment-tab {
display: none!important; 
} 
.pro_desc-cont img{
vertical-align: bottom;
}


.pro_detail-gallery-main-img:after {
content: '\20';
display: block;
width: 36px;
height: 36px;
position: absolute;
right: 0;
bottom: 0;
background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAIVBMV…N0A72nBIvcATHdUldSoMkiYkycAnWWaiSVRq38Pakn0Bd56C4XXDNLsAAAAABJRU5ErkJggg==);
}


.pro_cont {
position: relative;
}

.pro_wrap {
position: relative;
display:block;
}



.pro_detail-title{


line-height:1.2;
}



.pro_detail-desc br{display:none;}


.pro_detail-gallery-main-button-each{
display:none;
}

.pro_detail-gallery-main-img:after{
display:none;
}



.share_box--pro .share_box-button .iconfont { font-size:16px }



.share_box-item--list {
float:left;
display:block;
visibility:hidden;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0; opacity:0;
height: 32px;
line-height: 32px;

}
.share_box.active .share_box-item--list{
visibility:visible;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1; opacity:1;

}


.bdshare-button-style1-16 a{
background-image: none!important;
font-size: 24px!important;
padding-left: 8px!important;

line-height: 28px!important;
height: 28px!important;
margin: 0!important;
}


.mbpro-sharebox .bds_qzone{
color: #57aff9;
}

.mbpro-sharebox  .bds_weixin{
color: #59bf39;
}
.mbpro-sharebox  .bds_tsina{
color: #ec6464;
}


.pro_desc-cont img {
max-width: 100%;
}



@media screen and (min-width: 768px){
.pro-mobile-select{
 margin-bottom: 30px;
}


.pro_detail_wrap_full{
position:relative;z-index:5;
}

.fanhui {
width:100%;
position:relative;
display:block;
padding: 0;
text-align:center;
}



.pro_detail-gallery-main-img {
width: 100%;
height: auto;}


.pro_detail-gallery-main-img-src {
width: 100%;}



.pro_detail-quantity-desc {
float: left;
height:30px;
line-height:30px;
margin: 0 0 0 20px; }



.pro_detail-quantity-btn{
position:relative;
margin-right: 4%;
width: 26%;
}


.pro_detail-quantity-btn,.pro_detail-quantity-btn-input{
height:38px;line-height:38px;
}

.pro_detail-quantity-btn-d,.pro_detail-quantity-btn-a{
height:18px;
line-height:18px;
position:absolute;
right:2px;
width:18px;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
visibility:hidden;
color:#808080;
}

.pro_detail-quantity-btn:hover .pro_detail-quantity-btn-d,.pro_detail-quantity-btn:hover .pro_detail-quantity-btn-a{
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
visibility:visible;
}



.pro_detail-quantity-btn-a{
top:2px;
}
.pro_detail-quantity-btn-d{
bottom:2px;
}

.pro_detail-quantity-btn-input{
border-width:0;
text-align: left;
text-indent:40px;
}


.pro_detail-quantity-btn-input.pc_quantityBtn {
float: left;
display:block;
height: 38px;
background: #f6f6f6;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-right: 2%;
width: 18%;
border: 1px solid #e4e4e4;
line-height: 36px;
}




.pro-detail-addBtn-addSucc {
background-color: rgba(0, 0, 0, 0.65);
border:none;
color:#fff;
font-size:15px;
} 



.pro_detail {
margin: 0;
padding: 0;
}



.you_comment-stat{
display:none;
}

.pro_breadcrumb {
margin: 0;} 
}


@media screen and (max-width: 767px){
.pc_quantityBtn {
display:none;
}}






.you_comment-tab-item {
margin:0;
border:none!important;
height: 32px!important;
line-height:32px!important;
font-size: 16px!important;
color: #808080;
text-align: center;
white-space: nowrap;
} 

.you_comment-tab-item.i_active:after {
background-color:#1a1a1a!important;
border: 0 solid #1a1a1a!important;
bottom: -1px!important;
top:auto!important;
height:1px!important;
} 

.you_comment-tab-item.i_active{
background:none!important;
}

#you-mix .youmix-cont-left .youmix-cont-list{
  overflow:visible!important;
}

@media screen and (max-width: 767px){

.you_comment-tab{
  padding:0!important;border-bottom:1px solid #e4e4e4!important;
          height: 28px!important;
    line-height: 28px!important;
    margin: 15px 0!important;
}}









.pro-detail-addBtn .pro-detail-addCart,.part_3-link,.pic_show-each span,#showoptions .x-favorite{
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
border-radius:2px; 
overflow:hidden;
}







/*mobile-product-addcart*/
.popup-sku-close{
  display:none;
}

.pro-mobile-select_con_img, .pro-mobile-select_close {

display: none;
}
.pro_detail-mobile-addBtn-addSucc-goCart {
display: none;
}
.pro_detail-mobile-addBtn-addCart {
display: none;
}
.pro-mobile-select_con_desc {
display: none;
}



@media screen and (max-width: 767px){

.out-of-stock-background.gouwuche{
-moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;    
}

#you-mix{
  margin-top:40px;
}

.pro_desc{
border-top: 1px solid #eaeaea;  
}

.pro_desc-cont{
padding-bottom:30px;
}

.you_comment-list-item-cont-comment.i_active{
display:none!important;
}


.you_comment-icon.i_xiayiye:before {
font-family: "fontuetop" !important;
    content: "\e851"!important
}


.you_comment-list-item-head {
width:100%!important;
}
.you_comment--main_mobi{
overflow-x:hidden!important;
}

.pro_detail_wrap_full,.settings-contBg_background{
background:#fff!important;
}

.you_comment-title-back.you_comment-icon.i_shangyiye {
color: #444!important;
}

.you_comment-mobi_btns {
text-align:left;
display: block;
}

#you-mix .youmix-cont-item{
  margin-bottom:15px!important;
}

.you_comment-list-item-cont-footer-show_reply.i_active, .you_comment-list-item-cont-footer-show_reply:hover {
color: #808080!important;
}
.you_comment-list-item-cont-text {
margin: 10px 0 30px!important;
font-size:13px!important;
}

.you_comment-list-item-head-name {
top:0!important;
}

#you-mix .youmix-cont-item .price{
  bottom:0!important;margin:0!important;
}


.you_comment-list-item-cont {
margin-top: 16px!important;
width: 100%!important;
}
.you_comment-list-item-cont-footer-info{
position:relative!important;float:left!important;left:0;right:auto;
}

.you_comment-list-item-cont-footer-good {
margin-top: 0px!important;
padding:4px 10px!important;
right:auto!importan;
left:0;
top:10px!important;
display:none!important;
}
.you_comment-list-item-head-name {
margin: 0 !important;
}

.you_comment-list-item-stars {

top: 26px!important;right:18px!important;
}

.you_comment-list-item {
padding: 26px 15px 26px!important;
}


.you_comment.i_wrap.i_mobi {
z-index: 9999!important;
background:#fff!important;
}

.you_comment--main{
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
margin-top:0!important;
}

.you_comment-rating {
padding: 28px 0 8px!important;
}

.you_comment-list-item-stars .you_comment-stars-item{
font-size:12px!important;
}


.you_comment-list-item-cont-footer-show_reply{
right:20px!important;top:15px;display:none!important;
}

.you_comment-rating-sum-bfb{
font-size:18px!important;
}
.you_comment-stars-item {
font-size: 18px!important;
}

.you_comment-icon.i_shangyiye:before {
font-family: "fontuetop" !important;
content: "\e850"!important;
}



.promote_title{
text-align:center;
padding:26px;font-size:16px;

}



.pro-detail-addBtn-addSucc{
position: absolute;
width: 140px;
color: #fff;
top: -125%;
left: 50%;
margin: 0;
z-index: 999!important;
margin-left: -70px;
padding: 0;
height: 50px;
line-height: 50px;
font-size:12px;
border: none;
z-index: 9999;
text-align: center;
background-color: rgba(0, 0, 0, 0.7);
}


.pro-detail-addCart:hover {
background-color:#ffffff;
color:#1a1a1a;  
}



.pro_detail-desc{
margin:0;
padding:5px 15px;
background:none;
font-size:13px;
}

.pro-detail-short_desc {
font-size:12px;
padding: 12px 15px;
border-top: 1px solid #eaeaea;
background: none;
}

.pro-detail-short_desc.only-short-desc{
  padding:16px 15px;
}


.share_box--pro {
border-top: 1px solid #eaeaea;
background: none;
}



.pro_cont {
margin: 0;
}


.pro_detail-gallery-main-img:after {
content: '';
width: 0;
height: 0;
}
.pro_detail-gallery-main-img {
width: 100%;
height: auto;
margin: 0;
}

.pro_detail-gallery-list {
display: none;


}

.pro_detail--info-wrap {
margin: 0;
}


.pro_detail-price h3 {
font-size:12px;
margin-right: 5px;
}


.pro_desc-order-cont-left {
width: 100%;
}

.pro-detail-addBtn .share_box {
display: none;
}



.pro-detail-addBtn .pro-detail-addCart.hasQuantity {
width: 50%;
float:left;
font-size: 15px;
display:inline-block;
*display: inline;
*zoom: 1;
transition: all .5s ease;
}

/*.pro_desc-cont-tabs ul.tabs li:nth-child(2) {
display: none;
}*/
.you_speak--main {
margin-top: 50px !important;
}
.pro_desc-cont-tabs .tabs li {
width: 33.3%;
float: left;
background-color: #eee;
border-top: 2px solid transparent;
}
.pro_desc-cont-tabs .tabs li a {
width: 100%;
}
.proList-ul-index2 {
margin: 0;
}
.pro_list-grid .proList-li {
float: left;
width: 50%;
margin: 0 auto 18px;
padding: 0 15px;
}
.pro_desc-cont-tabs ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.proList-ul .proList-name {
font-size: 12px;

font-weight: 400;
height: 25px;
line-height: 25px;
}


@keyframes detail_select {
0% {
transform:translateY(100%);
opacity:0;
}
100% {
transform:translateY(0);
opacity:1;
}
}
.pro-mobile-select {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height:100%;
z-index: 9998;
}
.pro-mobile-select_mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;

background: #1a1a1a;
opacity: .6;
}
.pro-mobile-select.active {
display: block;
}
.pro-mobile-select_con {
position: fixed;
display: block;
width: 100%;
max-height: 100%;
padding: 20px 0 0;
left: 0;
bottom: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
box-sizing: border-box;
animation: detail_select .3s ease-out forwards;
z-index: 9999;
}
.pro-mobile-select .pro-mobile-select_con .pro_detail-sub {
margin: 0;
padding: 5px 15px 0;
max-height: 480px;
overflow: auto;
}


.pro-mobile-select_close {
display:inline-block;
*display: inline;
*zoom: 1;
position: absolute;
top: 15px;
right: 18px;
font-size: 24px;
}
.pro-mobile-select_header {
font-size: 0;
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.pro-mobile-select_con_img {
display:inline-block;
*display: inline;
*zoom: 1;
width:110px;
height: auto;
margin-left: 20px;
vertical-align: bottom;
}
.pro-mobile-select_con_desc {
display:inline-block;
*display: inline;
*zoom: 1;
padding: 0 0 0 135px;
margin: 0 0 0 -122px;
box-sizing: border-box;
vertical-align: bottom;

}

.pro-mobile-select_con_desc h3 {
display:inline-block;
*display: inline;
*zoom: 1;
font-size:13px;
color: #808080;
margin: 0 5px 0 0;

}
.pro-mobile-select_con_selecteInfo {
font-size:13px;
color: #808080;
line-height: 16px;
}

.pro-mobile-select_con_selectedNum {
padding-left: 3px;
}
.pro_detail-quantity-btn-d i {
top: 0;
}
.pro_detail-quantity {
margin-top:12px;
}
.pro_detail-quantity h3 {
font-size:13px;
    margin-top: 6px;
    vertical-align: top;
    display: inline-block;
    width:48px;
}

.pro_detail-quantity--inner{
    width: auto;
    float: right;
    display: inline-block;
}

.pro_detail-quantity-desc {
margin: 0;
font-size:12px;
}
.pro_detail-quantity-btn-input {
width: 60px;border-radius:0;
}
/*.pro-detail-addBtn-addSucc-close {
display: none;
}*/
.pro-detail-addCart.noStock {
background-color: #aaa;
width: 100% !important;
}

.pro-detail-addBtn-training .pro-detail-addBtn-addSucc {
top: 60px;
left: 0;
width: 150px;
margin-left: -100%;
}
.pro-detail-addBtn-addSucc-goCart {
display: none;
}
.pro-detail-addBtn-addSucc-close {
display: none;
}
.pro-detail-addBtn-addSucc-goCart {
margin: 0;
}
.pro_detail-mobile-addBtn-addSucc-goCart {
font-size:15px;
display: none;
width: 0;
height: 0;
border-radius:0;
}
.pro_detail-mobile-addBtn-addSucc-goCart.active {
display:inline-block;
*display: inline;
*zoom: 1;
float:left;
width: 50%;
height: 50px;
line-height: 50px;
transition: all .5s ease;
}
.pro_detail-mobile-addBtn-addCart {
display: block;
}


}

.only-mobile.mbstock {
    display: inline-block;
    margin-top: 9px;
    vertical-align: top;
}




/*自定义特卖展示区*/



.index-display-list {
position: relative; 
height: 100%;
width:100%;
display: table;
list-style: none;
margin: 0;
table-layout: fixed;
}


.productDetail-carousel .index-display-item{
padding:3%;
}


.proDEtail_promote .big-title{
height:auto;
padding:4% 0 1%;
margin:0;
text-align:center!important;
filter: alpha(opacity=1);
-moz-opacity: 1;
opacity: 1;
font-size:18px;
font-weight:normal;
visibility: visible; 
}




.proDEtail_promote{
padding-bottom: 3%;
}

.proDEtail_promote .settings-proGridItem_background{
background:none;
}



 


@media screen and (max-width: 767px){
.wrapper-newest.border_section,.indexSection1.border_section{
padding:0 10px;
}


.indexSection0.border_section{
    padding:0;
}



.index-display-item{
padding:3%;
}

#pro-rec-wrap .index-display-item{
padding:0;  
}
.indexSection0 .index-display-item{
padding:6px 0 0; 
}




.proDEtail_promote .big-title{
padding:20px 0 0;height:auto;font-size:16px;
}
div#pro-rec-wrap{
    padding-bottom:20px;
}

.indexSection0 .proList-origPrice,.indexSection2 .proList-origPrice{
display:none;
}
}





.index-display-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}




.show{
filter: alpha(opacity=100);
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
visibility:visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-moz-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-o-transition: all 1.2scubic-bezier(0, 0, 0, 1) 0s;
}



/* 详情弹出 */
a#detial_Tipss {
display: block;
}

.close_detialTips {
position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    color: #333;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}




.uepop-inner h2{
font-size:18px;
margin-bottom: 22px;
color:#141414;
}

.uepop-inner h3{
letter-spacing:0.05em;
font-size: 15px;
margin:20px 0 10px 0;
color:#141414;
}



.uepop-content{
text-align: left;
position: relative;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
margin: 0 auto;
max-width: 640px;
width: 100%;
-ms-transform: scale(1.08);
-webkit-transform: scale(1.08);
transform: scale(1.08);
-webkit-transition: all 0.5s;
transition: all 0.5s;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
visibility:hidden;
} 
.uepop-content  .text_content{
    margin-top:20px;
}


.side_active3 .uepop-content{
z-index: 99999;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
visibility:visible;
}




.uepop-inner{
height:100%;
background: #fff;
font-size:12px;
line-height: 1.6;
padding:36px 50px 42px;
display:block;
overflow:hidden;
position:relative;
letter-spacing:1px;
}



@media screen and (min-width: 768px) {

.uepop-inner { 
min-width: 520px;
}}
@media screen and (min-width: 1681px) {

.uepop-inner { 
min-width: 620px;
}}

.uepop-container{
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.uepop-container:before {
content: '';
display:inline-block;
*display: inline;
*zoom: 1;
height: 100%;
vertical-align: middle;
box-sizing: inherit;
}


.uepop-wrap {
z-index:9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
visibility:hidden;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.side_active3 .uepop-wrap{ 
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
visibility:visible;
}


.uepop-inner img{
width:100%;
max-width:100%;
}


.side_active3 {
overflow:hidden;
}

.uepop_tips_film{

width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .25s ease-in-out;

-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-position: 50% 50%;
background-repeat: no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
background-size: cover;
display: block;
visibility: hidden;
z-index:9988;
background-color: #1a1a1a;
}
.side_active3 .uepop_tips_film{
-webkit-transition: .25s ease-in-out;

-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
display: block;
z-index:990;
visibility: visible;
filter: alpha(opacity=30);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
visibility: visible;
}

.fontuetop.detial_tips_icon {
font-size: 12px;
text-align: right;
margin-right:10px;
float: right;
line-height:20px;
}



@media screen and (max-width: 767px) {

.close_detialTips {
width: 50px;
height: 50px;
line-height: 50px;

}



.uepop-content{
vertical-align:top;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s;
transition: all 0.4s;} 



.uepop-container:before {
display:none;
}


.uepop-inner h2{
font-size: 18px;
margin-bottom: 20px;
}

.uepop-inner h3{
  font-size:16px;
}

.side_active3 .uepop-inner {
font-size:13px;
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
border-radius: 0px; 
padding:10px 24px 50px;
display:block;
min-height:580px;
}}

.detial_tips_icon.icon-right-open-big:before{ content: '\e851'; }



/* pop_tips */

#close_tips{
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-moz-transform:rotate(0deg); /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
position: absolute;
top: 0;
right: 0;
z-index:5;
width: 80px;
height: 80px;
text-align: center;
text-decoration: none;
opacity: 1;
cursor: pointer;
color: #fff;
font-style: normal;
font-size:18px;


}



#close_tips em {
font-style: normal;
width: 36px;
height: 36px;
border:0 solid #fff;
right: 0;
top:0;
position: absolute;
display: block;
background: #fff;
color:#111;
line-height: 36px;
} 


.pop_tips_content.uepop-content{
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
visibility:visible;
-ms-transform: scale(1);
-webkit-transform: scale(1); 
-moz-transform: scale(1); 
transform: scale(1); 
max-width:400px;
width:auto;
} 

.pop_tips_content .pop_tips_img{
max-height:500px;
overflow:hidden;
}


@media screen and (min-width: 768px) and (max-width: 1440px){
.pop_tips_content.uepop-content{
-ms-transform: scale(.9);
-webkit-transform: scale(.9); 
-moz-transform: scale(.9); 
transform: scale(.9); 
}
}

.uepop-inner.pop_tips_inner{
padding:0;
min-width:300px;
line-height:0;
background:none;
}



.pop_active {
overflow:hidden;
}


.pop_film {
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
background-position: 50% 50%;
background-repeat: no-repeat;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
z-index:990;
background:#1a1a1a;
background-size: cover;
display: block;
}



 



@media screen and (max-width:767px) {



.pop_tips_content .pop_tips_img{
max-height:430px;
overflow:hidden;
}


.pop_tips_content.uepop-content{
vertical-align:middle;width:86%;
}

.pop_tips_container.uepop-container:before {
display:inline-block;
*display: inline;
*zoom: 1;
}

}





/* 页脚 */
.settings-footerNav_border { border-color: }
.settings-footerNavText_color { color: }
.settings-footerNavLink_color { color: }
.settings-footerNavLink_color:visited { color: }
.settings-footerNavLinkHover_color:hover { color: }
.settings-footerBar_color { color: }

.footer_follow img {
width: 98px;
padding-top: 6px;
}
.footer_wx,.footer_dy{
display:inline-block;
vertical-align:top;
padding-right:20px;
text-align:center;
}
.footer_dy{
padding:0;
}
.footer_follow.footer-link {
    float: right;
}

.footer_follow{
line-height: 36px;
}

.footer-logo {
display:inline-block;
vertical-align:top;
*display: inline;
*zoom: 1;
right: 0;
margin: 10px 0 20px;

}

.footer-logo-src {
width: auto;
height:px;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: top;
}

.footer_section{
z-index:0;position:relative;
}

.footer {
position: relative;
z-index: 555;
 
background-color:
}

.footer .border_section{
padding-top:90px!important;
padding-bottom:80px!important;
}

 

.footer--inner {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
letter-spacing:1px;
}
.footer-nav {
margin: 0 auto 0px;
padding:0;
overflow: hidden;
width:76%;
vertical-align: top;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
}


.footer-nav-list {
padding:0 12% 0 0;
display:inline-block;
*display: inline;
*zoom: 1;
margin:5px 0 0;
vertical-align: top;
}


.footer-nav-list-each,.footer-sub-nav {
line-height: 30px;
}


.footer-nav-list-each--title {
font-size:12px;
width: auto;
height: 36px;
line-height: 36px;
overflow: hidden;
}

.footer--bar {
width: 100%;
position: relative;

bottom: 0;
overflow: hidden;
background-color:;
}
.footer-cop_pay {
width: 100%;
padding:20px 0;
border-top: 1px solid ;
text-align:center;
position: relative;
}

.footer-copyright{
width:94%;
display:inline-block;
*display: inline;
*zoom: 1;
color:#525252;
line-height: 1.5em;
font-size:12px;
vertical-align: top;
}

.footer-copyright a{
margin: 0;
}

.footer-copyright a:hover{
color:#ff6a28;
}



.mhweixin{
width:100%;
 
color:#bbb;
float:right;
vertical-align: middle;
}


 

.mhweixin a{
margin:2px ;
padding: 8px;
width: 18px;
float: right;
 
height: 18px;
text-align: center;
line-height:18px;
display:inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
color:;
border:1px solid ;
font-size:16px;
border-radius: 100%;
}



.mhweixin a:hover{
color: ;
background: ;

}


.faq_footer {
font-size:12px; 
line-height:42px;
}

.mhweixin a.faq_footer {
height:42px;
padding:10px 15px;
border-radius:50px;
font-size:12px; 
line-height:46px;
color:#333333;
}

.mhweixin a.faq_footer:hover {
background:#1a1a1a;
color:#333333;
}


.footer-link{
font-size:px;


}


.footer-link:hover{
color:;
}



.footer_submenu {
padding:5px 0;font-size:-1px;
}

.mbFooter_accordion li i{display:none;}












@media screen and (max-width: 767px) {
.footer {
z-index:110;position:relative;
}

.footer-copyright{
font-size:12px;
}


.footer .border_section{
padding:0!important;;
}
.mhweixin{
text-align: center;float:none;
}
.mhweixin a{
float:none;
}
.footer-logo,.footer_submenu,.footer_follow,.footer_aboutus{display:none;}

.footer-cop_pay {
padding:30px 0;

} 

.footer--inner.section_width,.footer-nav{
padding:10px;
}

.custom_cont {
margin: 15px 0 0;
} 

.footer-link{
font-size:12px;
font-weight:normal;
}


.footer-nav {
width: 100%;
}

.footer-nav-list {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 33.33%;
display:inline-block;
*display: inline;
*zoom: 1;
margin:0;
padding: 0;
float:left;
}



.footer-nav-list-each.footer-nav-list-each--title {
text-align: left;
margin: 0;
position:relative;
}






}



 



/*topCart*/

.topCart {
position: fixed;
width: 360px;
right: -360px;
top: 0;
z-index: 9999;
height: 100%;
font-size: 12px;
border-radius:0;
display: block;
visibility:hidden;
padding:0;
background: #fff;
border:none;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
box-shadow: 0 0 0 0 rgba(0,0,0,0);
}



#yhsd_topCart_list {
margin: 20px 0 160px 0;
padding: 0;
}


.cart_top {
height: 60px;
line-height: 60px;
border-bottom:1px solid #e0e0e0;
color: #1a1a1a;
position: relative;
display: block;
width: 100%;
text-align: center;
font-size:18px;
top: 0;

}

.topCart-summary {
width: 280px;
padding: 30px 40px 50px;
position: fixed;
bottom: 0;
right:-360px;
background:#fff;
    -webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}

.topCart-total {
  line-height: 58px;
  font-size: 16px;
color:#121212;
  font-weight:normal;
}


  .side_active4 .topCart-summary{
    -webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
    right:0;
  }
.topCart-each .topCart-each-img {
height: 62px;
width: 62px;
position: absolute;
top: 30px;
left: 0;

overflow: hidden;
line-height: 62px;
text-align: center;
border-radius:0;
border:none;
}


.topCart-each-del {
height: 20px;
width:auto;
position: absolute;
bottom: 20px;
right: 0;
color:#121212;
font-size:12px;
text-decoration:none!important;
border-bottom:1px solid #121212;
text-align: right;
}

.topCart-each {
    width:210px;padding: 30px 0 30px 74px;
}

a.topCart-each-name.txt-overflow.settings-proTitle_color {
    font-size:12px;
    font-weight: normal;
    padding-bottom:3px;
}

.topCart-each-price{
  font-size:12px;
}

.topCart-each-desc.txt-overflow.settings-desc_color{
  color:#767676;font-size:12px;
}

.topCart-summary .topCart-submit,.topCart-summary .topCart-submit:hover {
font-size:13px;
background-color:#ffffff;
color:#1a1a1a;



-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
border-radius: 2px; 



}



.side_active4 .topCart { 
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
visibility:visible;
right:0;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
}





.side_active4 {
overflow:hidden;
}

.cart_film{
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
background-position: 50% 50%;
background-repeat: no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
background-size: cover;
display: block;
visibility: hidden;
z-index:9988;
background-color: #1a1a1a;
}
.side_active4 .cart_film{
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
-ms-transition: .4s ease-in-out;
-o-transition: .4s ease-in-out;
transition: .4s ease-in-out;
display: block;
z-index:9988;
visibility: visible;
filter: alpha(opacity=30);

-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
visibility: visible;
}





.headSlider{ 
position:relative;
z-index:10; 
background-color:#ffffff }

/*zidingyiyemian*/

.custom_page.mod{padding:0;}


#MEIQIA-BTN-HOLDER {
z-index:600!important;
}





/*tab*/
.mdui-tab-indicator {
display:none;

}

.mdui-tab {
margin-top:10px;
}

.mdui-ripple-wave{
background:none;
}



body ::-webkit-scrollbar{
display:none;
}


.mdui-tab b {
font-size:16px;
color:#808080;
font-weight:normal;
filter: alpha(opacity=90);
-moz-opacity: .9;
-khtml-opacity: .9;
opacity: .9;
-webkit-opacity: .9;
border:1px solid #e0e0e0;
max-height:30px;
min-height:30px;
line-height:30px;
margin:0 4px;
padding:0;



-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
border-radius: 2px; 



}


.mdui-tab .mdui-tab-active {
color:#fff;
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-opacity: 1;
border:1px solid ;
background:;
}












@media screen and (min-width: 768px){
.mdui-tab-scrollable {
padding-left: 0px!important;
}
.mdui-m-t-2 {
margin: 16px 0 16px!important;
} 
}



@media screen and (max-width: 767px){
.mdui-tab{
-webkit-overflow-scrolling: touch;
margin-top:10px;min-height:34px;
} 

.mdui-tab b {
font-size:13px!important;
min-width: 90px;
margin:0 4px;
}
}


@media (max-width: 599px){
.mdui-tab-scrollable {
padding-left: 0px!important;
}}


/*search-dailog*/
#search input {
border-width:0;
border-style: solid;
padding:0;
background:none;
width:80%;
box-sizing: border-box;
margin-top:0;
border-radius: 0;
-webkit-appearance: none;
height:50px;line-height:50px;display:inline-block;
float:left;
  border-bottom:1px solid #717171;
}
.search_confirm{
height:50px;line-height:50px;display:inline-block;width:19%;-webkit-box-sizing: border-box;text-align:right;
box-sizing: border-box;float:left;  border-bottom:1px solid #717171;cursor: pointer;
}


.fontuetop.search_close {
  cursor: pointer;
    position: absolute;
    top: 12px;
    right: 18px;
    font-size:18px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


#search input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;border: 0 solid #717171!important;border-bottom:1px solid #717171!important;}



.mdui-dialog.mofang{
  border-radius: 0;
}


.mdui-dialog.mofang .mdui-dialog-title {
box-sizing: border-box;
padding: 26px 24px 5px 24px;
font-size: 16px;
font-weight:normal;
line-height: 24px;
text-align: left;
}


.mdui-dialog.mofang .mdui-dialog-content{
    padding: 60px 60px 80px;
}

.mdui-dialog.mofang .mdui-dialog-actions {
padding: 0 20px;
}

.mdui-dialog.mofang .mdui-dialog-actions .mdui-btn {
font-weight:normal;color:#666;
}

.mdui-dialog.mofang .mdui-dialog-actions{
height:52px;}

@media screen and (max-width: 767px){
.mdui-dialog.mofang .mdui-dialog-content{
    padding: 60px 30px 60px;
}}


.mdui-btn:not(.mdui-ripple):active, .mdui-fab:not(.mdui-ripple):active,.mdui-btn:hover, .mdui-fab:hover,.pageTitle-filter:hover {
background-color: rgba(0,0,0,0)!important;
}


.mdui-btn.filterpaixu:active,.mdui-btn.filterpaixu:hover{
background:none!important;
}




.protopswiper .swiper-button-prev,.protopswiper .swiper-button-next{display:none;}
.protopswiper .swiper-button-prev:before,.protopswiper .swiper-button-next:before {
font-family: "fontuetop";
font-size: 40px;
line-height: 40px;
display:inline-block;
*display: inline;
*zoom: 1;
color: #888;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.protopswiper .swiper-button-prev:before {
content: '\E846';
}
.protopswiper .swiper-button-next:before {
content: '\E847';
}
  
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background:none;
} 
  
.swiper-pagination-bullet{
  width:4px;
  height:4px;
  opacity:1;
}  
.swiper-pagination-bullet-active{
   opacity:1;
}


.swiper-pagination-bullet-active{
  background:#f6f6f6;
}  
 .protopswiper .swiper-pagination-bullet-active{
  background:#464646;
} 
.protopswiper .swiper-container-horizontal>.swiper-pagination-bullets,.protopswiper .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 50%;
    width: 60px;
    background: rgba(0,0,0,.4);
    color:#fff;
    margin-left: -30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
} 



.protopswiper .swiper-slide{
  padding-bottom:100%;
}
.protopswiper  .swiper-zoom-container{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
  
  


.mdui-bottom-nav span {
    min-width: 16px;
    height: 16px;
    font-size: 11px;
    position: absolute;
    line-height: 16px;
    bottom: 0;
    right: -12px;
    color:#121212;
    background-color:#ffa600;
   -moz-border-radius:50px; 
-webkit-border-radius:50px; 
border-radius:50px; 
}
.mdui-bottom-nav.mb-prodetail-btn a label {
transform: scale(0.94);
-ms-transform:scale(0.94);  /* IE 9 */
-webkit-transform: scale(0.94); /* Safari 和 Chrome */
-o-transform: scale(0.94);  /* Opera */
-moz-transform: scale(0.94);
}


.mdui-bottom-nav a i{
font-size:16px;
position:relative;
}
 

 



.bottom-probtn-waper .mdui-bottom-nav a, .bottom-probtn-waper .mdui-bottom-nav a.mdui-bottom-nav-active{
  color:#333;
}


.mdui-bottom-nav.mb-prodetail-btn{ 
height:56px;
background: #fff;
position: fixed;
right: 0;
z-index:990;
bottom: 0;
left: 0;
border-top:1px solid #ebebeb
}

.mdui-bottom-nav.mb-prodetail-btn a{
height:56px;
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1; 
padding:0;
margin:0;
}

.mdui-bottom-nav.mb-prodetail-btn a:first-child,.mdui-bottom-nav.mb-prodetail-btn a:nth-child(2){
border-right:1px solid #ebebeb;
}

.mdui-bottom-nav.mb-prodetail-btn a.gouwuche {
padding: 0 16px;
color:#1a1a1a;
height:56px;
line-height:56px;
font-weight:bold;
font-size: 15px!important;
background:#ffffff;
    -webkit-box-flex:2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.out-of-stock-background.gouwuche{background:#ededed!important;border:none!important;color:#888!important;}

.mdui-bottom-nav.mb-prodetail-btn a.buynow label 
{ background-color:#1a1a1a
}




.bottom-pronav-bg{
position: fixed;
right: 0;
z-index:660;
bottom: 0;
left: 0;
background:#333;
filter: alpha(opacity=40);
-moz-opacity: .4;
-khtml-opacity: .4;
opacity: .4;
}


.probtn-fixed .bottom-probtn-waper{
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
visibility:visible;
}


@media screen and (min-width:1025px) {

.justhidden{
filter: alpha(opacity=0);
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
visibility:hidden;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-moz-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-o-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
}}



.show{
filter: alpha(opacity=100);
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
visibility:visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-moz-transition: all 1.2s cubic-bezier(0, 0, 0, 1) 0s;
-o-transition: all 1.2scubic-bezier(0, 0, 0, 1) 0s;

}


.sliderMask{
display:none; 
}



@media screen and (max-width:1024px) {
.sliderMask{
display:none; 
}
}



@media screen and (max-width: 767px){

#MEIQIA-BTN-HOLDER{
bottom: 120px!important;
} }


.yhsd-popup .edit-product-info .sku-item .btn:hover:before{
display:none;
}


@media screen and (min-width: 768px) and (max-width:1024px){
.pro_detail-gallery-main {
    margin-left: 0;
}}
  
  
/* mb-nav-top */
.mb-nav-box {
    position: relative;
    height:56px;
}
.mb-nav-box .left {
    left: 0;float:left;
}
.mb-nav-box .left, .mb-nav-box .right {
    position: absolute;
    top: 0;
}
.mb-nav-box .left a, .mb-nav-box .right a {
    float: left;
}
.mb-nav-box .left i, .mb-nav-box .right i {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    background: rgba(0,0,0,.4);
    border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
    color: #fff;
}
.open-navbar .mb-nav-box i{
  background:none;color:#222;

}
.mb-nav-box .left i{
  margin-left:10px;
}
.mb-nav-box .right {
    right:10px;
}

.nav-icon-btn {
    width:56px;
    height: 56px;
    line-height: 56px;
}

.mbpr-navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar-fixed-top {
    background:rgba(255,255,255,.96);
    border: 0;
}

.mbpr-navbar { position: relative; min-height:66px; margin-bottom: 20px; border: 1px solid transparent; margin:0;}

.navbar-fixed-top {
        position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

.mb-nav-box .center {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
    margin: 0 40px;
    padding:0 5%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-fixed-top.nobgcolor {
    background: transparent;
}  
  
.mbpro-sharebox a{
  float:none;
   font-size: 36px!important;
 margin:0 8%!important;
 padding:0!important;
  position: relative;
  display:inline-block;
  top: 5px;
 line-height: 36px!important;
 height:72px!important;
}  

#example-4 .mbpro-sharebox a{
font-size: 30px!important;
}

 .mbpro-sharebox a.mbfenxiang{
  float:none;
  font-size: 16px!important;
  top: 0;
} 
  
a.pro-detail-short_desc.mb-pro-fenlei.only-mobile {
    color: #1c1c1c;
    font-size:12px;
    display: block;
    height: 100%;
}
 .bdsharebuttonbox.share_box_inner{
margin:30px 0;text-align:center;
 } 


.mdui-dialog.mbpro-sharebox span.fx_text{
 font-size:12px;margin-top:5px;font-weight:normal;pointer-events: none;
}

.mdui-dialog.mbpro-sharebox span{
    color:#222;display:block;
}

.mdui-dialog-actions.mbpro_actions {
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.mdui-dialog-actions.mbpro_actions .mdui-btn{
    color:#222;font-weight:normal;
}

.mdui-dialog.mbpro-sharebox{
 width:100%;
-webkit-transform: scale(1);
transform: scale(1);
border-radius: 0;
top:auto!important;
bottom:-100%;
-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
 visibility:visible;
 filter: alpha(opacity=100);
 -moz-opacity: 1;
  -khtml-opacity: 1;
 opacity: 1;
}


.mdui-dialog.mbpro-sharebox.mdui-dialog-open{
bottom:0;   
-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mb-nav-box.cartpage.only-mobile{
  background:#ffffff; 
}

.mb-nav-box.cartpage .left i,.mb-nav-box.cartpage .center{
    background:none;color:#2e2d2d;
}

.input-group .btn-input{
top:0}


@media screen and (min-width:1024px){
 .wrap_width.post_content_width {
    max-width:1100px;
} } 


.pro_detail--info_head .detail-sale{
  display:none;
}

@media screen and (max-width: 767px){
.pro_detail--info_head{
  position:relative;
}
.pro_detail--info_head .detail-sale {
    display:block;
    position: absolute;
    z-index: 10;
    top: -1px;
    right: 26px;
    padding-top: 5px;
    width: 50px;
    height: 20px;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
background-color: #000000;
color:#ffffff;
    line-height: 16px;
  font-weight:bold;
}
.pro_detail--info_head .detail-sale em{
     font-style:normal;
}}
  

.grid-item-a.more_pro:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    vertical-align: middle;
    box-sizing: inherit;
} 
.grid-item-a.more_pro img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    box-sizing: inherit;
}
  
     
 .swiper-lazy-preloader {
    width: 30px;
    height:30px;
    margin-left:-15px;
    margin-top:-15px;
} 

  
  
/* 详情页 */

.only-mobile.nav-menu.settings-nav_color.settings-navLinkHover_color.icon-arrow-left-1.fontuetop {
  line-height: 40px;font-size:18px;
}

.index_menu.nav-menu-fixed.full-menu-active.pro_back{
  left:0;
}


 #showoptions .showoptions_inner .title{
    font-size:18px;
    line-height:20px;
    margin-top:50px;  
 }

.pro_detail-uprice {
    margin-right: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  font-size:16px;
  font-weight:bold;
  color:#1c1c1c
}

#showoptions .price{
  margin-bottom:20px;
}
.pro_detail-old_price {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
  color:#767676;
  font-size:16px;
}

.pro_detail-sold {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size:12px;
}  
  
.pro_discount_each{
  margin:5px 0;
}

span.pro_discount_content {
    font-size:12px;font-weight:bold;
  color:#d96464
}

.pro_detail-desc{
    margin-top:5px;
}
.pro_discount_each .settings-buyBtn_background{
display:none;width:50px;background:;
}

.pro-detail-short_desc {
font-size:12px;
padding:5px 0 20px;
line-height:1.4;
}


.pro-detail-sub-each {
    border-top: 1px solid #ddd;padding: 16px 0;
}
.pro-detail-sub-each:last-child{
  border-bottom: 1px solid #ddd; 
}


.yhsd-variantSelector-err {
    font-size: 12px;
    color: #ff0000;
    margin-top: 0;
    background: #fff;
    border: 1px solid #ff0000;
}




.pro-detail-addBtn{
  height:auto;width:70%; float:left;margin-right:4%;
}
.pro-detail-addBtn .pro-detail-addCart {
    text-align:center;
    width:100%;
    height: 36px;
    line-height: 36px;
   font-size:12px;
  margin-top:0;
  letter-spacing: 0.08em;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.pro-detail-addBtn .pro-detail-addCart:hover{
  transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}


.pro-detail-addBtn .pro-detail-addCart.nostock{
 background:#777;color:#fff;
}
  
#showoptions .x-favorite,.only-mobile.share-mobile {
    width: 21%;
    float: left;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    height: 40px;
}

#showoptions .x-favorite .x-favorite-btn{
  width:100%;
}

#showoptions .x-favorite .x-favorite-btn_text{
  font-size:12px;
}

.pro-detail-inner .pro-detail-cnt {
 width:100%; 
  margin: 0;
  float: right;
}


.pro-detail-inner .pro-detail-sub{
  border-width:0;
  margin-top:0;
 width:100%;
 text-transform:uppercase;
}


.pro-detail-sub-each-select-res{
  display:inline-block;
  font-size:12px;
  margin-left: 2px;
}
.pro-detail-sub-each-select-res em{
  margin-left: 10px;
  font-style: normal;
}
.pro-detail-sub-each i{
  float: right;
  font-size:18px;
  color:#464646;
  position: relative;
  left:0;
  top: 1px;
}

.pro-detail-inner .pro-detail-sub-each-wrap:after{
  content: initial;
}

  
.pro-detail-inner .pro-detail-sub-each .disabled {
    border-style: dashed;
    border-width: 0;
    cursor: not-allowed;
}  
  

.share_box--pro {
    position: absolute;
  bottom:20px;
  right:20px;
  z-index:999; 
}


.share_box--pro .bdsharebuttonbox.fontuetop.bdshare-button-style1-16 a{
 color:#fff;padding:0 16px 0 0;filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity:1;
}
.share_box--pro .bdsharebuttonbox.fontuetop.bdshare-button-style1-16 a:hover{
  filter: alpha(opacity=50);
-moz-opacity: .5;
-khtml-opacity: .5;
opacity:.5;
}

:focus {
    outline: none;
}



 .pro-rec-title{
    font-size:16px;
    padding:10px 1.6% 22px;
    color:#1c1c1c;
    
  }

.pro-rec .swiper-button-next:before {
  font-family: "fontuetop" !important;
    content: '\E851';font-size:16px;color:#1a1a1a;
}

.pro-rec .swiper-button-prev:before {
  font-family: "fontuetop" !important;
    content: '\E850';font-size:16px;color:#1a1a1a;
}


.pro-rec .swiper-button-next, .pro-rec .swiper-button-prev{
  top: 45%;
  transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  width:50px;height:50px;line-height:50px;background:#fff;text-align:center;color:#1a1a1a;
  border-radius:100%;border:0 solid #e0e0e0;
    -webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
    box-shadow: 0 2px 10px rgba(54,54,54,0.15);
}

.pro-rec .swiper-button-next:hover, .pro-rec .swiper-button-prev:hover{
  transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);  
}

.pro-rec .swiper-button-next{
  right:3%;
}

.pro-rec .swiper-button-prev{
  left:3%;
}




.share_box--pro .share_box-item--list{
  display:block!important;margin-top:8px;
}

.share_box--pro .share_box-item--list {
    visibility:visible; 
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
} 
.share_box--pro .bdshare-button-style1-16 a{
  padding:0 8px!important;font-size: 16px!important;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.container-fluid-mb.div_wap {
    min-height: 350px;
}

.procontent{
 margin-top:30px;margin-bottom:15px;
}
  

  
 .btn_wish{color:#999;text-decoration: none;}
 .btn_wish:hover{color:#1a1a1a;text-decoration: underline;} 
.protopswiper .swiper-pagination-fraction{
background: rgba(255,255,255,.8)!important;
 bottom: 10px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;   
} 
  
  .showoptions_inner{
  position:relative;
  }
 .pro_container{
   position:relative;
 } 
  
 #favorite_post{
    display:none;
  } 
  
 .pro-rec-mb{
   margin-top:30px;
 } 

.pro_detail-gallery-main-img-src {
    width: 100%;
    height: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: auto;
    vertical-align: middle;
}  





.pro-detail-sub-each-select-res,.pro-detail-inner .pro-detail-sub-each a{
  font-size:12px;
}  

@media screen and (min-width: 768px){

 .procontent img{
 max-width: 800px;
 margin: 8px 0;
 min-width: 700px;
 }


  
.pro-detail-inner .pro-detail-sub-each a {
    min-width: 15px;
    text-align: center;
    border-width:0;
    border-radius:0;
    background:none;
    border-bottom:1px solid #000000;
    display:inline-block;
    float:none;
  padding:0;
  margin-right:15px;
  margin-left:15px;
  margin-top:0;
  height:16px;
  line-height:16px;
}


.pro-detail-inner .pro-detail-sub-each a.unselected{
  border-bottom:0px solid #1a1a1a;
}


.pro-detail-inner .pro-detail-sub-each .selected{
 filter: alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
}


.pro-detail-sub-each h3 {
    text-align: justify;
    text-align-last: justify;
    width:10%;
    float: left;
    font-size:12px;
    display: inline-block;
    padding: 0 5% 0 0;
    margin: 0;
}   

   
   
  




div#pro-rec .index-display-item{
  padding:0 1.4%;
}
 

   
.showoptions_container {
  width:38%;
    max-width:390px;
    float: left;
}

.product_outer{
    position:relative;min-height:550px;margin:0 auto 100px;width:100%;max-width:1100px;
}

  


 .container-fluid.pro_container {
    width: 62%;
    float: left;
}  
   
 .container-fluid .product_img_inner{
    padding: 0 12% 0 0;
}
    
  div#pro-rec-wrap{
    width:80%;margin:10% auto 5%;max-width: 1100px;
  } 
   


   

  
   
 .product_outer,div#pro-rec-wrap{
   width:100%;max-width:none;
 }  

 .container-fluid .product_img_inner {
    padding: 0 18% 0 0;
}
   
 
}
 
 
  
  #div_showpics{
    position:fixed;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    z-index: 88889;
    display: none;
    background-color: #FFFFFF;
  }
  #div_showpics_inner{
    position:relative;
    width: 100%;
    height: 100%;
  }
  
  #div_showpics_focus{
    position:absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
      overflow-y:visible;
  }
  
  #div_showpics_focus .slideitem{
    display: none;
  }
  
  #div_showpics_focus .zoombtm{
    position:absolute;
    width:100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: -1000;
  }
  #div_showpics_focus .zoombtm .inner{
    position:relative;
    width:80%;
    height: 100%;
    margin:0 auto;
  }
  
  
  #closeshowpics{
    position:absolute;
    right:35px;
    top:40px;
  }
  
  .tmpbtn_left{
    border-bottom-left-radius: 0px;
    position: absolute;
    left: 0;
    top:38%;
    /*  background-image: url(imgs/arr_left.png);*/
    width:200px;
    height: 200px;
    z-index: 99999;
    color:rgba(255,255,255,0);
    cursor: pointer;
  }
    
  .tmpbtn_right{
    border-bottom-left-radius: 0px;
    position: absolute;
    right: 0;
    top:38%;
    /*  background-image: url(imgs/arr_right.png);*/
    width:200px;
    height: 200px;
    z-index: 99999;
    color:rgba(255,255,255,0);
    cursor: pointer;
  }
  



  /* these styles are for the demo, but are not required for the plugin */
  .zoom {
    display:block;
    position: relative;
    overflow:hidden;
    margin-bottom:40px;
  }

 .zoom:last-child {
    margin: 0;
}


  .zoom_item_inner {
   overflow: hidden;
    position:relative;

   }


  .zoom img::selection {background-color: transparent;}
  
  
  #showoptions .categorytitle{
    font-size:12px;
    text-decoration: underline;
    color:#888;
  }
  
 
  
  #showoptions .viewsizedesc{
    font-size:12px;
    line-height: 21px;
    color:#1a1a1a;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  #showoptions .text_other{
    font-size:12px;
    line-height: 21px;
    margin-top: 120px;
  }

  .div_relate{overflow: hidden;}
  
  
  .div_relate_title{
    display:block;
    width: 100%;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    line-height: 25px;    
    color: #999;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
  .div_relate_goods{
    display:block;
    width: 100%;
  }
  .div_relate_goods > div{
    float: left;
    width: 50%;
    padding: 30px;
  }
  
  .div_lastest{display:block;}
  .div_lastest_title{
    display:block;
    width: 100%;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    color:#999;
  }
  .div_lastest_goods{
    display:block;
    width: 100%;
  }
  .div_lastest_goods > div{
    float: left;
    width: 25%;
    padding: 20px;
  }

  .panel-default > .panel-heading{
    border:none;
    border-bottom: 1px solid #e0e0e0;
    background-color:transparent;
  }
  
  .panel-default{
    font-size: 12px;
    border-color:transparent;
    
  }
  .panel-title{
    font-size:12px;
  }
  .panel-heading{
    padding: 10px 0;
  }
  .panel-group .panel{
    border-radius:0;
  }
    
  .panel-title > a.collapsed {
    display:block;
    width:100%;
    background-image: url("//asset.ibanquan.com/s/119346/883/acc_up?design_theme_id=0&v=1610431835_1598494472");
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/acc_up?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');
    background-position: right center;
    background-repeat: no-repeat;
  }
  
  .panel-title > a {
    display:block;
    width:100%;
    background-image: url("//asset.ibanquan.com/s/119346/883/acc_down?design_theme_id=0&v=1610431835_1598494472");
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//asset.ibanquan.com/s/119346/883/acc_down?design_theme_id=0&v=1610431835_1598494472',sizingMethod='scale');
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: normal;
  }
  
  
  
  .dropup button{
    width: 100%;
  }
  .dropup ul{
    width: 100%;
  }
  .btn_reset{width:100%;padding: 6px 12px;line-height: 35px; background-color: #1a1a1a;}



@media screen and (min-width: 768px) and (max-width: 1680px) { 
   #showoptions .pro_back{
     margin-top:40px;
   } }



@media screen and (max-width: 768px){ 

 .procontent img{
 margin: 8px 0;
width:100%;
 }
  

  
#showoptions .x-favorite-btn_text span,.only-mobile.share-mobile span {
    margin: 0 10px;font-size:15px;
} 
  
#showoptions .x-favorite,.only-mobile.share-mobile {
 font-size:12px;width:48%;color:#222;
}  
  
#showoptions .x-favorite .x-favorite-btn_text{
  font-size:12px;color:#222;
}  
  
  
 #buybtn_film,#selet_film{
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-position:50% 50%;
background-repeat:no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
background-size: cover;
display:block;
visibility:hidden;
z-index:30;
}

#buybtn_film:before,#selet_film:before{
  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
position: absolute;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
left: 0;
visibility:hidden;
top: 0;
width: 100%;
height: 100%;
background-color:#171717;
content: " ";
}


.buybtn_active #buybtn_film,.buybtn_active #buybtn_film:before,.selet_active #selet_film,.selet_active #selet_film:before{
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
display:block;
z-index:15;
visibility:visible;
filter: alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity:0.6;
opacity: 0.6;
}
 
 .selet_active #go_top{
  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
 visibility:hidden;
filter: alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0; 
 }
 
.protopswiper .swiper-slide {
 padding-bottom:100%; 
}
 .protopswiper .swiper-zoom-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background:#fff;
} 


.pro_detail-uprice,.pro_detail-old_price {
margin:0 5px;font-weight:normal;
}


 #showoptions .showoptions_inner .title{
  margin-top:26px;line-height:2.4
  }
 
  
.pro-detail-addBtn {
 width: 100%;margin:0 0 20px;
}  
.pro-detail-addBtn .pro-detail-addCart {
    height:42px;
    line-height:42px;
    font-size:13px;
}
  
.pro-detail-sub-each{
  padding:5px 0;text-align: left;
}  
  
 
  .pro-detail-sub-each h3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size:12px;
    padding: 0 11px 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
  
.pro-detail-inner .pro-detail-sub-each-wrap {
    position:fixed;
    background: #fff;
    width: 100%;
    min-height:138px;
    height:auto;
    z-index:999;
    left:0;
    display:none;
    bottom:0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}   

  
  
.pro-detail-inner .pro-detail-sub-each a {
    width: 100%;
    text-align:left;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: initial;
    height: 46px;
    line-height:46px;
    padding: 0 26px;
    font-size:13px;
}  
.pro-detail-inner .pro-detail-sub-each .selected {
    background-color: #eeeeee;
}  
 
.pro-detail-inner .pro-detail-sub-each a.unselected{
  border-bottom:1px solid #e2e2e2;
}



.pro_detail-desc{
  margin:0;padding:0 0 20px;border:none;
}  
span.pro_discount_content{
  font-size:12px;
}  
  

.procontent{
margin:0 0 10px;text-align: left;
}  
  
div#pro-rec-wrap{
  margin-top:30px;
}
  
 .pro-detail-short_desc {
margin-top:20px;
margin-bottom:10px;
text-align: center;
padding:20px 0;
float:left;
} 
  
    
 .showoptions_container{
    text-align:center;
  }
  .share_box-item.proshare,.bdshare-button-style1-16 a,.share_box-item--list{
    float:none!important;
  }
  .share_box {
   overflow:visible;
 }
 .share_box-item--list{
   display:block;
 }
  

  
   .pro-rec-title{
    padding:10px 10px 16px;
  } 
  
   
#go_top-go {
  display:none;
}
  

#nav_wap {
    border-bottom: 0px solid #ddd;
    display: block;
}  
  
  #showoptions{
    position: relative!important;
    z-index:9;
    height:100%;  
    top: 0;
    right: 0px;
    padding: 0px 20px;
  }
  

.pro_detail-sold.settings-proDesc_color {
   font-size: 12px;margin:0 5px -1px;
} 
  
  
}
  
    
  
.forprint{display:none;}
@media print {
  div{display:none;}
  .forprint{display:block;}
}
  .dropdown-menu > li > a{
    text-align:center;
    font-size:18px;
  }




.addSucc_wrap {
    width: 300px;
    height: 180px;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    margin-left: -150px;
    left: 50%;
    text-align: center;
    z-index: 999;
  display:none;
  background:rgba(255,255,255,.98);
  color:#111;
  -moz-border-radius:12px; 
-webkit-border-radius:12px;  
border-radius:12px; 
}
.addSucc_middle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.addSucc_middle{
    display: block;
    position: relative;
    height: 100%;
}


.pro-detail-addSucc {
    position: relative;
    vertical-align: middle;
      display: inline-block;
}


.addSucc_text{
  padding:25px 0 60px;font-size:16px;
}

.addSucc_btn{
 height:48px;position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #e0e0e0;font-size:13px;
}



.pro-detail-addSucc-goCart,a#yhsd_variantSelector_addSuccClose{
float:left;width:50%;text-align:center;color:#111;line-height:48px;position:relative;
 
}

a#yhsd_variantSelector_addSuccClose:after{
   content: '';
 position:absolute;
  right:0;
  top:0;
    height:100%;
  width:1px;
   background:#e0e0e0;
}

#buybtn_film{
width: 100%;
height: 101%;
position: fixed;
top: 0;
left: 0;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
display:block;
visibility:hidden;
z-index:30;
}


#buybtn_film:before{
  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
position: absolute;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
left: 0;
visibility:hidden;
top: 0;
width: 100%;
height: 100%;
background-color:#171717;
content: " ";
}



.buybtn_active #buybtn_film,.buybtn_active #buybtn_film:before{
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-ms-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
display:block;
z-index:30;
visibility:visible;
filter: alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity: 0.7;
}






/*  Lookbook */

.proList-img .img_inner{
  position:relative;
    padding: 7% 7%;
}
.proList-img .img_mask{
    position:relative;
  
}
.women_tab_inner span {
    color: #a0a0a0;
    padding: 0 15px 10px 15px;
    font-size: 24px;
    display: block;
}

.proList-ul .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-tap-highlight-color: transparent;
  background: rgba(51,51,51,0.3);
 color: #fff;
  z-index:5;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;
        -webkit-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-moz-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-ms-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-o-transition: all 500ms cubic-bezier(.39,.575,.565,1);
transition: all 500ms cubic-bezier(.39,.575,.565,1);
}

.proList-ul  .overlay span {
    display: table;
    width: 100%;
    height: 100%;
}

.proList-ul .overlay em {
font-style:normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size:12px;
    text-align: center;
    letter-spacing: 3px;
}

.proList-ul li:hover .overlay{
      visibility:visible;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;
    -webkit-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-moz-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-ms-transition: all 500ms cubic-bezier(.39,.575,.565,1);
-o-transition: all 500ms cubic-bezier(.39,.575,.565,1);
transition: all 500ms cubic-bezier(.39,.575,.565,1);
}


.cont {
width: 100%!important;
max-width: 1120px!important;
}

.proList-ul{
  width:100%;margin:0;padding:0;
}

.proList-ul li{
  -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
box-sizing: border-box;
  width:25%;margin:0;
}

 .proList-ul-5 li,.women_tab_wrap5 {
    width:20%!important;
}

 .proList-ul-3 li ,.women_tab_wrap3{
    width:33.33%!important;
}

 .proList-ul-2 li,.women_tab_wrap2 {
    width:50%!important;
}
.proList-img {
  position:relative;
    width:100%;
    height:auto;
    line-height:normal;
  border:none;
  border-radius:0;
  margin:0;

}


.proList-img img{
   width:100%;max-height:none; 
}

.post_cover_wrap{
  padding:0 12%;
}


@media (min-width: 769px){
  
 .proList-ul-2  .grid-item {
    padding: 1% 6%;
}  
  
  
  #nav_wap {
    display: none;
}
  
.customPage.aboutus{
 max-width:800px;
 margin:60px auto 0;
 padding:0!important;
 
}  
  
 
.wrapper-proList,.wrapper-customPage{
  min-height:680px;
}
  
.proList-inner,.customPage {
   padding: 1% 6% 0 ;
}
.proList-inner.proList-inner-new {
     padding: 1% 8% 0 7%;
}
  
.zouxiu .proList-inner{
   padding:0;
}
  
  
  
  
.container-fluid.home_event {
    padding: 0;
}
}



.wrapper-proList {
    margin: 40px 0;
}


.mod.customPage.defind.lazyload_scope,.wrapper-proList.zouxiu .mod {
    padding: 0;
    margin: 0;
}




.lookbook_grid  {
  padding:0 2% %
}   
      
@media (max-width:768px){
 .wrapper-proList.zouxiu .mod{
   padding:0 5px;
 } 
 .lookbook_grid {
    padding: 0 5px 10px!important;
} 
  
 .women_tab_inner span {
    color: #fff;
    padding: 0 12px 5px 12px;
    font-size:20px;
} 
.proList-ul .overlay em {
    font-size:12px;
    letter-spacing: 1px;
}  
  
 .container-fluid.home_event{
  padding:0;overflow:hidden;
}
.post_cover_wrap{
  padding:0;
}
  
.tab_wrap .nav-tabs > li a{
font-size:12px;line-height:1;
}   
  
  
h2.pageTitle-title{
  font-size:18px;text-align:center;padding-bottom:15px;margin:0;
}
  
    
 .customPage img {
    margin-bottom: 30px;
} 
 .customPage img:first-child {
    margin-bottom: 10px;
} 

      
  .wrapper-proList,.customPage {
    margin:20px 0;
}
.mod.customPage.aboutus{
  padding:0 20px;
}
  
.proList-ul.proList-ul-3 li{
  float:left;
  width:50%;
}
    
 .proList-img .img_inner{
  position:relative;
    padding:3% 3%;
} }



 

  
  
.filter-filter_link {
    height: 36px;
    line-height: 36px;
  font-size:12px;
}  
  
 .filter-filter_item_box{
   max-height:500px;
 } 
  


.index-display-list .owl-nav div:before,.lookbook-carousel .owl-nav div:before{
  border:none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
  box-shadow: 0 2px 10px rgba(54,54,54,0.15); 
}  
  .index-display-list .owl-nav div:hover:before, .lookbook-carousel .owl-nav div:hover:before{
    background-color: #fff;
    border:none;
    color: #222;
    font-size: 16px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container::after { content: ""; display: table; clear: both;}
.demo {
  margin-bottom:36px;
  overflow: hidden;
}
.demo-image {
  width: 100%;
  display: block;
  height: auto;
}
.posts-item-wrap{
 padding:0!important;
}
.posts-item-wrap img{
  width:100%;
}

.grid-item--box.post-grid-box {
    display: block;
    padding: 5%;
}

a.post-re-each.settings-main_border.settings-text_color{
  color:#121212
}

.collection_header {
   text-align:center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    padding:8px 0;
}

@media (max-width:768px){
  .grid-item--box.post-grid-box{
  padding:5% 2%;
}
  .collection_header {
    padding:4px 0;
}}


@media screen and (max-width: 768px){

.inner is-small{
   border-bottom: 1px solid #e0e0e0;  
  box-sizing:border-box;
  }
  
  .list_top {
    background:;
    letter-spacing:0;
    position: fixed;
    bottom: 0;
    z-index:999;
    width: 100%;

}

 .wrapper.wrapper-proList.zouxiu {
   margin-top:40px;
 }

  .list_top .table a{
       color:;
  }
  .only_protitle{
    margin:0;
  }
  .scroll-hint-icon-wrap{
    display:none;
  }
 .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.list_top .inner.is-small {
  max-width: 640px;height:50px;overflow:hidden;padding-left:15px;
}

.list_top .table {
        color:#f7f7f7;
        font-size:13px;
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        background-color: transparent;
    }

.list_top .table td,.table th {
        white-space: nowrap;
        padding:15px 10px 25px;
        vertical-align: top;
    }

.list_top .table thead th {
        vertical-align: bottom;
}

.lookbook_grid  {
  padding:0 8px 16px!important;
}}

.social-login li a:before{
  color:#111!important;
}




.wraper-video.js-video{
width:100%;height:auto;
}
.swiper-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    object-fit: cover;
} 

.img_waper{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
}

.no_button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}  
  
  
.products_filter_pc .prolist-filter .prolist-filter-clear {
    text-align: center;
    width: 100px;
    vertical-align: middle;
    line-height: 1.2;
}
  
  
.products_filter_pc  .prolist-filter-clear a {
    color: #1a1a1a;
    display: block;
    text-decoration: none!important;
}
  
.products_filter_pc .prolist-filter-item li{
  width:auto;background:none;
}  
 .products_filter_pc .prolist-filter-itemname{
   padding:0;text-indent:0;
 }
  
 .products_filter_pc .prolist-filter-item {
    padding: 5px 0 0;
 }
  .products_filter_pc .prolist-filter-item li{
    margin:0 10px 0 0 ;
  }
  
  .products_filter_pc .prolist-filter-clear a{
    width:170px;margin:10px 0 30px;
  }

  
.products_filter_pc  .prolist-filter-clear.filter-clear-pc {
    display: inline-block;width:170px!important;
}
  
  
  
  
/* 电脑端导航 */  
.pc_nav_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background-color: #fff;
    z-index:880;
}

.pc_nav_position {
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 0;
    margin:0;
    padding:0;
}

.pc_nav_position .pc_nav_item:first-child .nav_level_1 {
    padding-top: 0;
}

.pc_nav_item {
    position: relative;
    margin-bottom: 16px;
}

.pc_nav_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #000;
    transition: height 0.3s;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
}

.pc_nav_item:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 1px;
    height: 16px;
    background-color:#cccccc;
}

.pc_nav_item:last-child:after {
    content: "";
    height: 0;
}

.nav_level_1 {
    position: relative;
    padding: 10% 52px;
    padding: 2% 52px\0;
    width: 16px;
    color:#1a1a1a;
    font-size:12px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
}

.nav_level_1 > span {
    display: block;
    width: 100%;
}

.nav_level_1 .f_en {
    width: 18px;
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center center;
}

.nav_level_1 .f_cn {
    position: absolute;
    top: 50%;
    left: 52px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -50%);
    width: 16px;
    min-height: 35px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}


.pc_nav_item:hover .nav_level_1 .f_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pc_nav_item:hover .second_grade {
    display: block;
}

.pc_nav_item:hover:before {
    height: 100%;
}

.second_grade {
    display: none;
    min-width: 140px;
    font-size:12px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.nav_level_2,
.nav_level_3 {
    position: relative;
    display: block;
    padding: 0 12px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
}

.nav_level_2,
.nav_level_3 {
    background-color: #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.nav_level_2:before,
.nav_level_3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #cccccc;
    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -ms-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}

.nav_level_3 {
    padding-left: 24px;
}

.diamond {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    vertical-align: top;
    width: 20px;
    height: 32px;
    background: url(../images/icon/diamond.png) 0 0 no-repeat;
}

.nav_level_2 .s_en,
.nav_level_2 .s_cn,
.nav_level_3 .t_en,
.nav_level_3 .t_cn {
    line-height: 32px;
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: 0 10px;
}

.nav_level_2 .s_en {
    position: relative;
    display: block;
}

.nav_level_2 .s_cn {
    position: absolute;
    top: 0;
    left: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_3 .t_en {
    position: relative;
    display: block;
}

.nav_level_3 .t_cn {
    position: absolute;
    top: 0;
    left: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_2 .s_cn,
.nav_level_3 .s_cn {
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.nav_level_2:hover,
.nav_level_3:hover {
    /*background-color: #fff000;*/
    color: #000000;
}

.nav_level_2:hover:before,
.nav_level_3:hover:before {
    width: 100%;
}



.nav_level_2:hover .s_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_level_2:hover .s_cn .diamond {
    background-position: 0 -32px;
}

.nav_level_3:hover .t_en {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_3:hover .t_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pc_nav_item.navActive:before {
    height: 100%;
}

.pc_nav_item.navActive .nav_level_1 .f_en {
    opacity: 0;
    filter: alpha(opacity=0);
}

.pc_nav_item.navActive .nav_level_1 .f_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_level_2.navActive .s_en {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_2.navActive .s_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_level_2.navActive:before {
    width: 100%;
}

.nav_level_2.navActive .s_en {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_2.navActive .s_cn {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_level_2.navActive .s_cn .diamond {
    background-position: 0 -32px;
}

.nav_level_3.navActive .t_en {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_level_3.navActive .t_cn {
    opacity: 1;
    filter: alpha(opacity=100);
}


@media screen and ( max-height: 850px) {
    .nav_level_1 {
        padding: 5% 52px;
        padding: 5px 52px\0;
    }

}

@media screen and ( max-height: 760px) {
    .nav_level_1 {
        padding: 2% 52px;
        padding: 5px 52px\0;
    }

}



@media screen and (max-width: 1440px) {

    .firstLoad {
        top: 60px;
        right: 90px;
        bottom: 40px;
        left: 60px;
    }

    .all_main {
        padding: 60px 90px 40px;
    }

    .head_main {
        height: 60px;
    }

    .nav_bottom {
        height: 40px;
    }

    .nav_right, .pc_nav_main {
        width: 90px!important;
    }

    .nav_level_1 {
        padding: 10% 37px;
        padding: 2% 37px\0;
    }

    .nav_level_1 .f_cn {
        position: absolute;
        top: 50%;
        left: 37px;
    }

    .pc_nav_position {
        position: absolute;
        top: 76px;
        left: 0;
    }

    .copyright_local {
        -webkit-transform: scale(0.733333) translate(0, -30px) rotate(90deg);
        -o-transform: scale(0.733333) translate(0, -30px) rotate(90deg);
        -ms-transform: scale(0.733333) translate(0, -30px) rotate(90deg);
        transform: scale(0.733333) translate(0, -30px) rotate(90deg);
    }

    /*brand*/
    .noScroll_banner .txt {
        bottom: 15px;
        font-size: 32px;
    }

    .brand_char {
        text-align: center;
        width: 100%;
        margin: 50px auto 0;
        font-size: 0;
    }

    .brand_char li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 50%;
    }

    .brand_char li img {
        max-width: 100%;
    }

    /*info*/
    .append_wrapper_content {
        position: fixed;
        top: 60px;
        left: 90px;
        right: 90px;
        bottom: 40px;
    }

    /*info video*/
    .video_item {
        width: 50%;
        height: 100%;
        float: left;
        overflow: hidden;
    }

    .video_state_txt .time {
        font-size: 12px;
    }

    .video_state_txt .title {
        margin-top: 14px;
    }

    .video_state_txt .subtitle {
        margin-top: 9px;
    }

    .video_state_txt .v_icon {
        display: block;
        margin: 10px auto 0;
        width: 40px;
        height: 40px;
        background: url(../images/icon/video_opa.png) 0 0 no-repeat;
        background-size: cover;
    }

    /*store search*/
    .store_webShop_list li {
        width: 25%;
    }

    /*our team*/
    .team_content {
        width: 100%;
        margin: 0 auto 50px;
    }

    .team_content img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

}



.fp-controlArrow{
  display:none;
}

.fp-slidesNav.fp-bottom {
    text-align: center;
      bottom:76px!important;
}
@media screen and (min-width:1200px) {
#fp-nav.fp-right{
  right:136px!important;
}}
@media screen and (min-width:768px) {
.main,.proList_paixu_inner.wrap_width{
padding-right:8%;
  padding-left:8%;
}}



@media screen and (max-width:767px) {
  .fp-slidesNav.fp-bottom {
    text-align: center;
      bottom:52px!important;
}
.fp-section{
  padding:52px 15px 40px!important;
}}

/* Reset values
 * --------------------------------------- */
#fp-nav{
    font-size: 16px;
}
#fp-nav ul li a span:not(.fp-sr-only){
    left: 0;
    top: 0;
}
#fp-nav ul li a.active span:not(.fp-sr-only),
#fp-nav ul li:hover a.active span:not(.fp-sr-only),
#fp-nav ul li:hover a span:not(.fp-sr-only),
#fp-nav ul li a span:not(.fp-sr-only){
    margin: 0;
}
#fp-nav ul li {
    height: auto;
}
#fp-nav ul li a span:not(.fp-sr-only){
    position:relative;
    display: block;
    background: transparent;
}
#fp-nav ul li{
    vertical-align: top;
}

#fp-nav ul li a.active span:not(.fp-sr-only),
#fp-nav ul li:hover a.active span:not(.fp-sr-only),
#fp-nav ul li:hover a span:not(.fp-sr-only),
#fp-nav ul li a span:not(.fp-sr-only){
    height:8px;
    width:8px;
}
#fp-nav ul li {
    margin: 12px 7px;
}

/* Extension
 * --------------------------------------- */
#fp-nav ul li{
    width: auto;
}
#fp-nav ul li a{
    width: auto;
    display: table;
    height: auto;
}
#fp-nav ul li a span:not(.fp-sr-only) {
    border-width: 0px;
    border-style: solid;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/* Colors
 * --------------------------------------- */
 #fp-nav ul li a span:not(.fp-sr-only) {
    background: #ccc;
    background: rgba(255,255,255,0.5);
}
#fp-nav ul li a.active span:not(.fp-sr-only),
#fp-nav ul li:hover a.active span:not(.fp-sr-only){
    background: transparent;
    box-shadow: 0 0 0 2px rgba(255,255,255,1);
}
#fp-nav ul li:hover a span:not(.fp-sr-only){
    background: #fff;
}
#fp-nav ul li a span:not(.fp-sr-only) {
    border-color:  #9c7e64;
}

/* Big
 * --------------------------------------- */
.fp-big-nav #fp-nav ul li a.active span:not(.fp-sr-only),
.fp-big-nav #fp-nav ul li:hover a.active span:not(.fp-sr-only),
.fp-big-nav #fp-nav ul li:hover a span:not(.fp-sr-only),
.fp-big-nav #fp-nav ul li a span:not(.fp-sr-only){
    height: 18px;
    width: 18px;
}
.fp-big-nav #fp-nav ul li {
    margin: 25px 7px;
}
.fp-big-nav #fp-nav ul li .fp-tooltip {
    top:1px;
}
.fp-big-nav #fp-nav.fp-right ul li .fp-tooltip {
    right: 30px;
}
.fp-big-nav #fp-nav.fp-left ul li .fp-tooltip {
    left: 30px;
}  

  
  .s-log-block-inner .s-vcode_login-btn,.s-log-block-inner .su-input__inner,.login_wrap .input-group .input,.login_wrap .input-area-lg>input{
   background:none!important;    border-radius:2px!important; 
 }
  
.wrapper-customPage .wrap_width{
  max-width:none;
}
  
  .wrapper.wrapper-customPage.main_inner.border_section{
    padding:0;
  }
  
 

  .nav_right {
    position: fixed;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background-color: #fff;
    z-index:680;
}

.copyright_main {
    position: absolute;
    top: 78px;
    right: 50%;
    margin-right: -16px;
    width: 24px;
    height: 300px;
}

.copyright_local {
    font-size: 12px;
    line-height: 16px;
    color: #ababab;
    text-wrap: none;
    font-family: "Arial", sans-serif;
    letter-spacing: 1px;
    -webkit-transform: scale(0.733333) translate(0, -8px) rotate(90deg);
    -o-transform: scale(0.733333) translate(0, -8px) rotate(90deg);
    -ms-transform: scale(0.733333) translate(0, -8px) rotate(90deg);
    transform: scale(0.733333) translate(0, -8px) rotate(90deg);
    transform-origin: center center;
}

.copyright_local p.text1 {
    width: 510px;
}

.copyright_local p.text2 {
    width: 400px;
}

a#kefuboth_show {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
  margin-bottom:40px;
}

#mm-1 .mm-title{
  display:none;
}
.mm-listview > li > a, .mm-listview > li > span,.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
color:#1a1a1a
}
.mm-menu {
    background: #ffffff;display:none;
}
.mm-listview .mm-next:before {
    content: '';
    border-left-width: 0;
}
.mm-next:after, .mm-arrow:after {
    width: 6px;
    height: 6px;
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: #1a1a1a;
}


.fp-slidesNav ul li a span,.fp-slidesNav ul li:hover a span{
    height: 6px!important;
    width: 6px!important;
    margin: -2px 0 0 -2px!important;
    background:#fff!important;
}
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height:6px!important;
    width:6px!important;
    margin: -2px 0 0 -2px!important;
    background:#cccccc!important;
}
  
  .nav-cont{
    height:40px;
  }

 .s-log-block-inner .sk-social-login li{
    padding: 0 2px!important;
}
.s-log-block-inner .sk-social-login li .s-btn{
  padding:2px;
}
  
  
 

.index_header .nav--film{
  display:none;
}


.index_header .nav-logo{
    display:none;
}
.index_header .nav-logo2{
    display: block;
}
 .part_3-text,.index_header .header-search-ico,.index_header .nav-cart-a{
    color:#fff;
  }
.part_3-link{
   border:1px solid #fff;color:#fff;
 }
  .fadeOut_mb .swiper-pagination-bullet,.home-nav-menu .nav-menu span{
    background:#fff;
  }
  .fadeOut_mb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
  }


body.active .index_header .nav-logo{
    display:block;
}
body.active .index_header .nav-logo2{
    display: none;
}
 body.active .part_3-text,body.active .index_header .header-search-ico,body.active .index_header .nav-cart-a{
    color:#000;
  }
 body.active .part_3-link{
   border:1px solid #000;color:#000;
 }
 body.active .fadeOut_mb .swiper-pagination-bullet, body.active .home-nav-menu .nav-menu span{
    background:#000;
  }
 body.active .fadeOut_mb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #000;
  }

  
  

  
  
.mm-listview > li > a,.mm-listview > li > span {
      padding: 5px 10px 5px 20px;
}
  .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -10px;
}
  .mm-listview > li:not(.mm-divider):after {
    border-bottom-width: 0;

}
  .mm-prev:before, .mm-next:after, .mm-arrow:after{
    border: 1px solid transparent;
  }
   .mm-next:after, .mm-arrow:after {
    border-top: none;
    border-left: none;
}
  .mm-prev:before {
    border-right: none;
    border-bottom: none;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #333;
} 
  .mm-listview .mm-next{
  width:100%;
  }
li.side-nav-link-each.side_login {
    padding-top: 20px;
    color: #b6b6b6;
} 
  
.copyright_mb{
  font-size:11px;
  position:fixed;
  bottom:20px;
  left:20px;
  width:80%;
  line-height:1.2;
  color:#ababab; 
}
  .copyright_mb p{
   margin:10px 0;
  }
  
  
  
  
  
  /* 自定义页面 */
.youpage-layout{
font-family: font-family:"Uetop1",'Helvetica Neue', Helvetica ,"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, Helvetica, sans-serif;
}




li a[class*="pro_list_img"]{
  border:none!important;padding: 0px 0 100%!important;
}

   span[class*="pro_list_price"]{
   color:#121212!important;
 } 
  span[class*="pro_list_price_tag"]{
  color:#fff!important;
  }
  
div[class*="pro_list_short_desc"]{
  
  color:#5c5c5c!important;
  font-size:12px!important;
}
li a[class*="pro_list_name"]{
 color:#121212!important;
 
}

li[class*="pro_list_item_wrap"]{
  text-align:center;
}


@media screen and (min-width: 768px){
  .new_custom_page{
    padding-top:60px!important;padding-bottom:60px!important;
  }
  div[class*="pro_list_inner"]{
    margin:0!important;
} 
li[class*="pro_list_item_wrap"]{
 padding:0 2% 0%!important;
}
ul[class*="pro_list_ul"]{
    margin: 0 -1%!important;;
}

li a[class*="pro_list_name"],div[class*="pro_list_price_wrap"]{
  font-size:16px!important;
}

li a[class*="pro_list_name"],div[class*="pro_list_price_wrap"]{
font-size:13px!important;
}



}

@media screen and (max-width: 767px){ 
  .new_custom_page{
    padding:30px 0!important;
  }
 li[class*="pro_list_item_wrap"]{
 padding:0 7px 20px!important;
}
  
div[class*="pro_list_inner"]{
    margin: 0 -7px!important;
} 
  
}  

  
 /* 购物车 订单确认 */
 .s-quantity .su-button.is-disabled,.s-quantity .su-button.is-disabled:hover {
    background:none!important;
}
  html.mobile_bgcolor{
    background:#fff!important;
  }
 .s-email-success-wrap,.s-forget-password-wrap,.s-social-bind-wrap{
    margin:80px auto 80px!important;
}

  .s-name{
      -webkit-line-clamp: 2!important; 
  }
  
.sk-cart-product .su-quantity .su-button-icon svg{
  display:none!important
}

.sk-cart-product .su-button.s-btn.s-add:before {
    font-family: "fontuetop" !important;
    content: "\E898";
}
.sk-cart-product .su-button.s-btn.s-minus:before {
    font-family: "fontuetop" !important;
    content: "\E897";
}

.su-confirm .s-box{
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
}
.su-confirm .s-title{
  font-weight:normal!important;
}

.sk-cart-view .s-bar{
  border:none!important;
}
.sk-cart-view .s-info{
  border-top:none!important;padding-bottom:10px!important;
}  

.sk-cart-view{
  background:none!important;margin:80px auto!important;
}
.sk-cart-product:first-child{
 border-top:none!important; 
}
.sk-checkout-view h2.s-title{
    font-size: 18px!important;color:#999;text-align:center;margin-bottom:60px;
}
.s-inner{
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
}

.sk-checkout-view{
    margin:80px auto!important;
}
.sk-checkout-view .s-title{
    margin-bottom: 20px;
}
.sk-checkout-view .s-body{
  border:none!important;
  border-top:var(--1px) solid #d5d5d5!important;
}
  .sk-checkout-shipment 
.s-address:hover {
    background-color: #fff!important;
}
.sk-checkout-view .s-address .s-top{
  font-weight:normal!important
}

.sk-checkout-bar .s-add{
  background:#f5f5f5!important;
}
.sk-cart-product .s-add, .sk-cart-product .s-minus{
   background:#f5f5f5!important;
  }

 .s-bar_info,.s-bar_price,.sk-checkout-bar{
    font-size:18px!important;
  }
  .su-button.i-danger {
    background-color:#1a1a1a!important;
    border-color:#ffffff!important;
}
 .su-currency{
   color:#121212!important;
  }

.s-check_ico.i-on, .su-button:hover .su-button-icon svg, .s-check_box.i-on,.s-bar_price{
    color:#1a1a1a!important;
  }
  
  
  .s-social-bind-wrap>h2,.s-forget-password-wrap h2{
    font-size:18px!important;text-align:center;  color: #999;
}  
.s-social-bind-con,.s-forget-password-con{
  border:none!important;

} 
 .s-social-bind-con .s-rapid a,.s-getCode a{
   color:#111!important;font-size:13px!important;
 }
 .s-social-bind-title{
   font-weight:normal!important;
 }
  .s-log-block h4.s-title {
    font-size: 18px!important;text-align:center;
}
 .s-personal-info .avatar .avatar-link {
    color: #1a1a1a!important;
}
@media screen and (min-width:768px) {
  .sk-cart-view .s-cells,.sk-cart-view .s-bar,.sk-checkout-view .s-address,.sk-checkout-view .sk-checkout-payment,.sk-checkout-view .sk-checkout-shipment,.sk-checkout-view .s-items,.sk-checkout-view .s-items .s-item,.sk-checkout-view  .sk-checkout-sum,.sk-checkout-bar .s-cont,.sk-checkout-bar .s-box{
    background:none!important;
  }
    
  .sk-cart-view .s-bar{
    padding:30px 15px!important;
  }

.sk-cart-view  .s-all,.sk-cart-view  .s-del,.sk-cart-view  .s-clear,.sk-cart-view  .s-name_a,.sk-checkout-shipment,.sk-cart-view .s-info_dis th,.sk-cart-view .s-info_dis td,.sk-cart-view .s-del,.sk-cart-view .s-opt{
font-size: 13px!important;

}  
.sk-cart-product .s-num .su-button.s-btn {
    padding: 12px 7px!important;border-radius:0!important;
}   
  
.sk-cart-product{
    padding: 20px 15px!important;
}  




.sk-cart-product  .s-img{
    width: 90px!important;
    height: 90px!important;
}  

.sk-checkout-view .sk-checkout-shipment,.sk-checkout-view .sk-checkout-payment,.sk-checkout-view .s-address{
  padding:0!important;
}
.sk-checkout-payment,.sk-checkout-shipment, .sk-cart-view{
  border:none!important;
}
  
.sk-checkout-address .s-icon{
    width: 30px!important;
    height: 30px!important;
}  
.sk-address-select .s-icon.i-active{
    width: 40px!important;
    height: 40px!important;
}}
  

@media screen and (max-width:767px) { 
  .s-personal-address .address-item{
    font-size:14px!important;
  }
  .s-tags li.selected a{
    color: #111!important;
    border-color: #111!important;
}
.s-tags .selected:after {
    height: 2px!important;
    background: #111!important;

}
  .s-bar_info,.s-bar_price,.sk-checkout-bar{
    font-size:15px!important;
  }
  
  
  .sk-cart-product  .s-img{
    width:70px!important;
    height: 70px!important;
}  

  .sk-checkout-view,.sk-cart-view{
    margin:0 auto!important;
}
 .sk-checkout-view >h2.s-title{
   display:none;
 } 
}
  
.s-recommend-item .s-recommend-inner .img{
  box-shadow:none!important;
  -webkit-box-shadow:none!important;
  border-radius:0!important;
  padding: 0 0 100%;
  background-size: contain!important;
}

.s-recommend-item .s-recommend-inner .info .desc{
  display:none!important;
}
.s-recommend-item .s-recommend-inner .info .name{
  margin:15px 0 10px!important;
}
.s-product-recommend{
    padding: 20px 0!important;
    border:none!important;
    background:none!important;
}

.x-component .tb-404 img{
    display:none!important;
} 


 /* 我的账户 */
 .s-forget-password-con,.su-input__inner{
    background:none!important;
  }
.s-account-sideCont-block h3,.s-apply-management .s-header h4{
  font-size:18px!important;
}
.su-dialog .su-input__inner{
  height:36px!important;
  line-height:36px!important;
}
.su-dialog .su-input__inner,.s-order-buyList-item .s-line-price, .s-order-buyList-item .s-price, .s-order-buyList-item .s-product{
  font-size:13px!important;
}
.su-button.i-danger {
    background-color: #121212!important;
    border-color:#121212!important;
}
.s-personal-info .avatar .avatar-link{
 color:#121212!important;
}

.s-dialog-title,.s-personal-security h5,.s-personal-address .su-button-cont{
  font-weight:normal!important;
}
.su-button.i-large{
  font-size:14px!important;
}
.s-dialog-con .tips-text,.su-form-item__content{
  font-size:13px!important;
}
.su-form-item {
    margin-bottom: 16px!important;;
}
i.s-plus-icon{
  font-style:normal!important;
}
.s-order-block-title svg{
  display:none!important;
}
.s-order-detail-info .cancel{
  color:#888!important;
}
@media screen and (min-width: 768px){
  .su-dialog .su-input__inner{
  font-size:12px!important;
}
.x-component,.sk-account-layout .s-no-order,.sk-account-layout .s-order-type,.s-empty-pc,.s-account-coupon-table table thead th,.s-account-coupon-table table tbody td.s-empty,.s-loading,.s-intro .s-will-expire,.s-points-tr,.s-personal-info table,.s-personal-info .avatar,.s-vip-level h5,.s-personal-address .su-button-cont,.s-order-block-title,.s-order-detail-address .s-address,.s-order-detail-payment div,.s-order-detail-payment div,.s-order-detail-msg div,.sk-account-layout > .s-nav .s-link,.s-personal-security-social ul span{
    font-size: 13px!important;
}
  .s-personal-security-social ul span.su-button-cont,.s-personal-security h5 button,.s-order-confg .s-button.su-button{
    font-size:12px!important;
  }
  .s-points .description h4,.s-vip-level h5{
    font-weight:normal!important;
  }

.sk-account-layout > .s-nav{
  padding:16px 30px!important;background:none!important;
}
  .s-link.router-link-active{
    color:#111!important;
  }

  .sk-account-layout .s-no-order svg,.sk-order-view >.s-link{
    display:none!important;
  }

.sk-account-layout .s-header h4,.sk-order-group-buys .s-top h3,.sk-account-layout h3.s-title,.s-account-sideCont-block h3{
  font-size:18px!important;padding:15px 0!important;
}
.sk-account-layout .sk-points-view,.sk-account-layout .s-orders,.sk-order-group-buys .s-top,.s-empty-pc,.sk-coupons-view,.sk-favorites-view,.s-personal-info,.s-vip-level,.s-account-sideCont-block h3,.s-personal-security,.s-personal-address,.account-order-infos,.account-info,.s-apply-management,.s-no-orders,.s-order-detail-info,.s-order-wrapper,.s-order-item,.sk-account-layout > .s-nav{
  border:none!important;
}
.sk-account-layout .s-order-confg{
  border-left:none!important;
}
.sk-account-layout .s-header,.sk-account-layout .s-tags,.sk-account-layout .s-order-item,.s-no-order,.sk-account-layout .su-input__inner,.sk-order-group-buys .s-top,.s-empty-pc,.sk-account-layout .s-title,.s-account-coupon-table table,.s-points-table,.s-points .description,.s-personal-info,.s-vip-level,.s-account-sideCont-block h3,.s-personal-address,.account-order-infos,.account-order-infos .s-link,.account-info,.s-select,.s-no-orders,.s-order-detail-no,.s-order-detail-info,.s-order-block,.s-order-other,.s-order-other>div,.s-order-buyList-item>.s-image,.sk-checkout-points,.s-personal-security-social,.s-personal-security-change{
  background:none!important;
}
 .sk-account-layout  .s-tags{
   padding:0!important;
 }
 .sk-account-layout .s-order-header{
   padding:18px 0!important;
 }
.sk-account-layout  .s-tags li a{
  font-size:13px!important;border-bottom: 2px solid transparent!important;padding:0!important;line-height:1.8!important;
  font-weight:normal!important;
} 
  
.sk-account-layout  .s-tags li.selected a{
  color:#222!important;border-bottom: 2px solid #222!important;
}  
.sk-favorites-view .s-items,.s-personal-security >.s-item,.sk-personal-address-table{
  border:none!important;background:none!important;padding:30px 0!important;
}  
.sk-points-view .s-intro {
  background:none!important;padding:10px 0!important;font-size:14px!important;
} 
.sk-account-layout .s-avail-points div{
  font-size:16px!important;
}  
.sk-account-layout .s-order-pro-list .s-pro{
  padding:10px 30px 10px 0!important;
}  
  
  .account-orders-lite .s-item,.s-order-block{
    padding:20px 0!important;
  }
  
  .s-apply-management .s-header{
    padding:25px 0!important;
  }
  .s-order-detail-no{
    font-size:13px!important;padding:10px 0!important;
  }
  .s-order-detail-info>.desc>h3{
    font-size:18px!important;
  }
  .s-order-block{
  border-bottom: none!important;
}
  
} 

 /*  积分页面 */
 .sk-point-exchanges-view{
  margin:60px auto;padding:0 3%;
}
.sk-point-exchanges-view .exchange-products{
  border:none!important;
}
.sk-point-exchanges-view  .point-list .s-title{
border:none!important;font-size:24px!important;text-align:center!important;margin-bottom:30px;
}
 .sk-point-exchanges-view .exchange-list {
  border:none!important;padding:0 2% 0%!important;
 }
 .sk-point-exchanges-view .exchange-list .s-img{
    padding-bottom: 100%!important;
}  


.sk-point-exchanges-view .swiper-button-prev,.sk-point-exchanges-view .swiper-button-next{
  top:50%!important;margin-top:-25px!important;width:50px!important;height:50px!important;
  background:#fff!important;
  color:#111!important;
}

.swiper-button-next .sk-icon,.swiper-button-prev .sk-icon{
display:none!important;
}

@media screen and (max-width: 768px){
.sk-point-exchanges-view  .point-list .s-title{
border:none!important;font-size:20px!important;text-align:center!important;margin-bottom:30px;
}
.sk-point-exchanges-view {
    margin: 30px auto;
    padding: 0;
}
}

/* 表单 */
.sk-form-box{
  border:none!important;
}
.sk-form-form_item_text,.sk-form-form_item_textarea,.youpage-layout input[class*="form_item_text"],.youpage-layout textarea[class*="form_item_textarea"]{
    border:1px solid #cbcbcb!important;padding: 8px 10px!important;margin:0!important;width:100%!important;border-radius:3px!important;
  }

 .sk-form-box ::-webkit-input-placeholder,.youpage-layout form[class*="form"] ::-webkit-input-placeholder{ /* WebKit browsers */
  opacity:0;
}

.sk-form-box ::-moz-placeholder,.youpage-layout form[class*="form"] ::-moz-placeholder{ /* Mozilla Firefox 19+ */
  opacity:0;
}

.sk-form-box :-ms-input-placeholder,.youpage-layout form[class*="form"] :-ms-input-placeholder{ /* Internet Explorer 10+ */
  opacity:0;
}
  .youpage-layout div[class*="box"]{
   border:none!important;margin:20px auto!important; 
  }
  .youpage-layout div[class*="form_box"] h1[class*="name"] {
    display:none!important;
  }
  
  .youpage-layout div[class*="form_item"],.sk-form-form_item{
    margin: 20px 0 0!important;padding:0 10px!important;
}
.sk-form-form_item_model,.youpage-layout div[class*="form_item_model"],.youpage-layout form[class*="form"]{
    margin:5px 0 0!important;
}
 .youpage-layout div[class*="form_box"],.sk-form-box .sk-form-cont{
    max-width:600px;
}
  
  .youpage-layout div[class*="form_item_name"],.sk-form-cont,.sk-form-form_item_name,.youpage-layout div[class*="form_box"]{
   font-size: inherit!important;
  }    
  .youpage-layout button[class*="form_item_submit"],.sk-form-form_item_submit{
    padding: 10px 20px!important;width:auto!important;min-width:110px!important;
  }
 input,textarea {
-webkit-appearance: none;
 }
  .wrap_width.post_wrap_width{
    max-width:100%;
  }
  h2.product_list_title.div_pc {
    font-size: 16px;
}
  .copyright_bottom {
    padding: 20px;
    line-height: 1.6;
    font-size: 12px;
    color: #999;
}