.settings-nav_color,
.nav-account .settings-nav_color:hover {
  color: #000000
}

/*.settings-nav_color:visited { color:#000000 } */
.settings-orgprice_color {
  color: #999999
}

.settings-main_background {
  background-color: #ffffff
}

.settings-main_background_color {
  background-color: #ffffff
}

.settings-post_background_color {
  background-color:
}

.settings-main_border {
  border-color: #dddddd
}

.settings-contBg_background {
  background-color: #ffffff
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%
}


.login.login-out .settings-form_border,
.btn-primary {
  border: 2px solid #111;
}




@media screen and (max-width: 767px) {
  .settings-optionUnSelected_background:hover {
    background-color: #ffffff
  }

  .settings-optionUnSelected_border:hover {
    border-color: #dddddd
  }

  .settings-optionUnSelected_color:hover {
    color: #333333
  }
}



html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  letter-spacing: 1px;
  width: auto;
  font-family: Gill Sans, Gill Sans MT, Century Gothic, 'Helvetica Neue', Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", å¾®è½¯é›…é»‘, STHeiti, "WenQuanYi Micro Hei", SimSun, Helvetica, sans-serif;
  color: #212121;
  font-size: 13px;
}




a {
  color: #111;
  text-decoration: none;
}


@media (max-width: 768px) {
  html.side_active body {
    overflow: hidden !important;
    height: 100%;
    min-height: 100%;
  }
}



input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #1a1a1a;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

*:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 rgba(207, 220, 0, 0.4);
  border-radius: 0;
}



/* loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 999998;
}

#loader-wrapper.index_loader {
  background: #ffffff;
}

#loader-wrapper .logo {
  background-image: url("/img/loader_pic.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/loader_pic.jpg', sizingMethod='scale');
  background-repeat: no-repeat;
  background-size: auto 50px;
  -moz-background-size: auto 50px;
  -webkit-background-size: auto 50px;
  -o-background-size: auto 50px;
  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 40px;
    -moz-background-size: auto 40px;
    -webkit-background-size: auto 40px;
    -o-background-size: auto 40px;
  }

}

.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}






.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 45px;
  text-indent: -9999px;
  width: 150px;
  height: 2px;
  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: #141414;
  position: absolute;
}

.loader .pg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: loading-animation 1s cubic-bezier(0.4, 0.1, 0.01, 0.99) infinite;
  animation: loading-animation 1s cubic-bezier(0.4, 0.1, 0.01, 0.99) infinite;
}



@-webkit-keyframes loading-animation {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loading-animation {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}




@-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)
  }
}





.justhidden {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: opacity .8s linear .1s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) 0s, opacity .8s linear .1s;
  transition: transform 1.2s cubic-bezier(.165, .84, .44, 1) 0s, opacity .8s linear .1s, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1) 0s;
}


.show {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}



.go_top {
  position: fixed;
  z-index: 8888;
  display: none;
}

.go_top-btn {
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.go_top-go {
  top: 0;
}

.go_top-service {
  bottom: 0;
}

.ie6 .go_top {
  position: absolute
}

.go_top-style-1.go_top {
  right: 2%;
  bottom: 20px;
  width: 46px;
  height: 46px;
}

.go_top-style-1 .go_top-go {
  text-decoration: none;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 28px;
  color: #111;
  border: 2px solid #111;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
}

.go_top-style-1 .go_top-go:hover {
  border-radius: 10px;
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
}


@media (max-width: 1440px) {
  .go_top-style-1 .go_top-go {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .go_top-style-1.go_top {
    right: 15px;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .go_top-style-1 .go_top-go {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    top: auto;
  }
}




.customPage {
  margin-top: 30px;
  line-height: 1.5;
  overflow: hidden;
}

.customPage img {
  width: 100%;
  margin-bottom: 4%;
}

.customPage img:first-child {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .div_wap {
    display: none !important;
  }
}

@media (max-width: 768px) {

  .div_pc {
    display: none !important;
  }
}


/*  Lookbook */

.proList-img .img_inner {
  position: relative;
  padding: 7% 7%;
}

.proList-img .img_mask {
  position: relative;

}

.women_tab_inner span {
  display: block;
  color: #a0a0a0;
  padding: 10px;
  font-size: 20px;
}

.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: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.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);
}

.women_tab_wrap {
  width: 25%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.proList-inner .women_tab_inner {
  background: #333;
}


.women_tab_wrap img {
  width: 100%;
}

.proList-inner .tab_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.lookbook_img_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.lookbook_img_inner img {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;

}



.proList-img .img_mask,
.proList-inner .women_tab_inner {
  position: relative;
  padding: 0 0 150.0%;
}

.tab_wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.tab_wrap .tab_wrap_table {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}

.tab_wrap .nav-tabs>li {
  float: none !important;
  margin-bottom: 0 !important;
}

.tab_wrap .nav-tabs>li a {
  color: #a0a0a0;
  font-size: 13px;
  padding: 3px 15px;
}

.tab_wrap .nav-tabs>li.active>a,
.tab_wrap .nav-tabs>li.active>a:hover,
.tab_wrap .nav-tabs>li.active>a:focus,
.tab_wrap .nav-tabs>li>a:hover,
.tab_wrap .nav-tabs>li>a:focus {
  color: #fff;
  background: none !important;
  border: 0px solid #ddd !important;
  border-bottom-color: transparent;
}






.tab_wrap .nav-tabs {
  padding-left: 16%;
}




.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%;
}

.post_cover_wrap {
  margin-bottom: 3%;
  padding: 0 12%;
}


@media (min-width: 769px) {


  .proList-ul-2 .grid-item {
    padding: 1% 6%;
  }



  .customPage.aboutus {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 0 !important;

  }


  .wrapper-proList,
  .wrapper-customPage {
    min-height: 680px;
  }


  .proList-inner.proList-inner-new {
    padding: 1% 8% 0 7%;
  }

  .zouxiu .proList-inner {
    padding: 0;
  }




  .container-fluid.home_event {
    padding: 0;
  }
}









@media (min-width:1024px) {

  .mod.proList,
  .pro_list_wrap.products_wrap.wrap_width .mod {
    padding: 0;
    margin: 0 -3.5%;
  }

}


.pro_list_wrap_section {
  padding: 0 !important;
}

.post-wrapper.post-list-wrapper {
  padding: 0 3% !important;
}



@media (min-width:1024px) {
  .uetop_slider {
    padding-top: 0;
  }
}





@media (min-width: 769px) and (max-width:1024px) {

  .proList-ul li,
  .women_tab_wrap {
    width: 33.33% !important;
  }

  .proList-inner,
  .customPage {
    padding: 0;
  }
}




@media (max-width:768px) {

  .women_tab_inner span {
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
  }

  .proList-ul .overlay em {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .container-fluid.home_event {
    padding: 0;
    overflow: hidden;
  }

  .post_cover_wrap {
    padding: 0;
  }

  .tab_wrap .nav-tabs>li a {
    font-size: 13px;
    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;
  }


  .go_top-style-1 .go_top-go {
    border: 1px solid #222;
    color: #fff;
    background: #222;
  }


  .pro_list-grid {
    padding: 0 0 20px;
  }


  .wrapper-proList,
  .customPage {
    margin-top: 25px;
  }

  .mod.customPage.aboutus {
    padding: 0 20px;
  }



  .proList-ul li,
  .women_tab_wrap {
    float: left;
    width: 50% !important;
  }



  .proList-ul.proList-ul-3 li {
    float: left;
    width: 50%;
  }

  .proList-img .img_inner {
    position: relative;
    padding: 3% 3%;
  }
}

.wrapper-proList {
  margin-top: 40px;
}

.wrapper-proList.zouxiu {
  margin-top: 20px;
}


.mod.customPage.defind.lazyload_scope,
.wrapper-proList.zouxiu .mod {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .wrapper-proList.zouxiu {
    margin-top: 70px;
    padding: 0 10px;
  }

}

/* head */


@media (min-width: 768px) {

  .nav_logo_inner {
    text-align: center;
  }


  div#logo img,
  .nav_logo img {
    width: auto;
    height: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;

  }

  .topCart {
    position: absolute;
    width: 250px;
    border-width: 1px;
    border-style: solid;
    right: 0px;
    top: 80px;
    z-index: 99999;
    padding-top: 10px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    background: #fff;
    height: auto;
    border-color: #111;
  }

  #nav_wap .nav-cart a {
    display: block;
  }

  .topCart-each-name {
    font-weight: normal;
  }

  .topCart-each .topCart-each-name:hover {
    text-decoration: none;
  }

  .topCart-each .topCart-each-img {
    height: 65px;
    width: 65px;
    border-width: 0;
    line-height: 65px;
    text-align: left;
    border-radius: 0;
    margin-right: 16px;
    top: 0;
    float: left;
    position: relative;
  }

  .topCart-each {
    border-color: #111;
    width: auto;
    padding: 21px 0 20px 0;
    height: auto;
  }

  .topCart-summary {
    width: 100%;
    padding-bottom: 0;
  }

  .topCart-total {
    font-weight: normal;
  }

  .topCart-summary .topCart-submit {
    color: #111 !important;
    border-radius: 0;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #111;
    margin-bottom: 20px;
    width: 80%;
  }

  .topCart-each-del {
    font-size: 12px;
    right: 20px;
    text-align: right;
    color: #111;
    bottom: 24px;
  }

  ul#yhsd_topCart_list {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 20px 0 20px;
    max-height: 340px;
    overflow: hidden;
    overflow-y: visible;

  }

  #nav_wap .nav-cart,
  #nav_wap .nav-account {
    padding-left: 20px;

  }



  #nav_menu {
    display: none;
  }

}

.search_button {
  float: right;
  background: none;
  font-size: 14px;
  line-height: 16px;
  border: none;
  padding-right: 30px;
  color: #313131;
  cursor: pointer;
}

.header-cart {
  right: 0;
  position: relative;
}

#nav_wap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33;
  display: block;
  width: 40%;

}

.nav_content {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  height: 112px;
  line-height: 120px;
  margin: 0 auto;
  width: 100%;
}

#nav-menu img {
  height: 26px;
}


.nav_left {
  position: absolute;
  left: 60px;
  top: 0;
  height: 50px;
}

.nav_right {
  position: fixed;
  width: 200px;
  right: 60px;
  height: 120px;
  line-height: 120px;
  top: 0;
  z-index: 33;
}

.nav-cart-a-total {
  display: none;
  font-size: 12px !important;
  min-width: 14px;
  color: #333333;
  margin-left: -2px;
  text-align: center;
  height: 18px;
  line-height: 18px;
}

.nav-cart-a.total_active .nav-cart-a-total {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#nav_wap .nav-cart,
#nav_wap .nav-account {
  float: right;
  font-size: 13px;
  padding-left: 5px;
}

#nav_wap .nav-cart span,
#nav_wap .nav-account span {
  font-size: 14px;
}

#nav_wap .nav-cart a,
#nav_wap .nav-account a {
  font-size: 13px;
}


#nav_wap .nav-cart {
  text-align: center;
  padding-left: 0;
  height: 120px;
  line-height: 120px;
}


#customer-item2 {
  margin-right: 20px;
}

#nav-menu,
.proback {
  display: inline-block;
}

.proheader_account {
  float: right;
  margin-right: 10px;
  height: 120px;
  line-height: 120px;
}

.proback {
  margin-left: 50px;
}

#nav-menu span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #000000;
  display: block;
  position: absolute;
  margin-top: 6px;
  left: 0;
  height: 3px;

}


#nav-menu span:nth-child(1),
#nav-menu:hover span:nth-child(1) {
  top: 0px;
  width: 22px;
}

#nav-menu span:nth-child(2) {
  top: 7px;
  width: 16px;
}

#nav-menu span:nth-child(3),
#nav-menu:hover span:nth-child(3) {
  top: 14px;
  width: 22px;
}

.side_active #nav-menu span:nth-child(2) {
  opacity: 0;
}


.side_active #nav-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}

.side_active #nav-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}

#nav-menu {
  width: 50px;
  position: relative;

}

.header_noback {
  height: 30px;
  vertical-align: middle;
}

@media (max-width:768px) {

  #nav-menu span:nth-child(1),
  #nav-menu:hover span:nth-child(1) {
    top: 0px;
    width: 18px;
  }

  #nav-menu span:nth-child(2) {
    top: 6px;
    width: 13px;
  }

  #nav-menu span:nth-child(3),
  #nav-menu:hover span:nth-child(3) {
    top: 12px;
    width: 18px;
  }


  .side_active #nav-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
  }

  .side_active #nav-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
  }

  .nav_content,
  #nav_wap .nav-cart {
    height: 66px;
    line-height: 66px;
  }


  #nav-menu span {
    height: 2px;
  }

  .proback {
    margin-left: 0;
  }

  body {
    padding-top: 50px;
  }

  .nav_logo {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    display: table;
    text-align: center;
  }

  .nav_logo_inner {
    display: table-cell;
    vertical-align: middle;
  }

  .nav_left {
    left: 15px;
  }

  .nav_logo img {
    width: auto;
    height: 50px;
    margin-top: -1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;

  }

  #nav_wap {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #ffffff;
    display: block;
  }


  .search_button {
    padding-right: 16px;
    cursor: pointer;
  }



  .header-back {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }


  .nav_right {
    right: 15px;
    width: 30%;
    height: 66px;
    line-height: 66px;

  }

  .nav-cart-a-total,
  #nav_wap .nav-cart span,
  .header-back,
  .search_button {
    color: #000000
  }

}




/* 2.8 æ–‡ç« åˆ—è¡¨ */

.post-main {
  position: relative;
  z-index: 5;
}


.page,
.wrapper {
  width: auto;
}


.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: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 2px solid #111;
  display: inline-block;
  margin: 0 auto;
  color: #111;
  box-sizing: border-box;
}

.post_cont-back:hover {
  -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;
  border-radius: 10px;
}


.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 {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.post-content-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

@media (min-width:768px) and (max-width:1680px) {
  .post-content-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
  }
}



.post-wrapper.post-list-wrapper {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-sizing: border-box;
  sizing: border-box;
  padding: 0 5%;
}


.post-content-side {
  float: left;
  margin-left: 0;
  background: #fff;

  width: 25%;
}


.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: 15px 0 10px 0;
  overflow: hidden;
  line-height: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.posts-item-summary {
  font-size: 12px;
  color: #999;
  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: #ff0000;
  font-size: 13px;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
  margin-right: 10px;

}

.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: #ff0000;
  font-size: 12px;

  text-decoration: none;
  text-align: center;
  font-size: 13px;
  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;
  padding-left: 40px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

#main_menu .post-dirs-list {
  padding: 0;
}


.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;
}

.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-dot {
  display: none;
}



.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: 0 1.4% 20px;
}

.post-tags-heading {
  line-height: 58px;
  font-size: 14px;
  border-width: 0;
  border-style: solid;
}

.post-tags-cloud {
  padding: 20px 0 80px 0;
}

.post-tags-cloud-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 32px;
  padding: 0 26px;
  margin: 0 10px 10px 0;
  color: ;
  border-radius: 2px;
  background-color: #efefef;
  font-size: 12px;
}

.post-tags-cloud-item:hover,
.post-tags-cloud-item.active {
  color: #fff;
  background-color: #55aa77;
}

.post-nav {
  text-align: center;
}

.post-info {
  font-size: 12px;
}

.post-content {
  padding: 60px 0 30px;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-re-wrapper {
  padding: 10%;
}

.post-re-heading {
  line-height: 40px;
  font-size: 15px;

}

.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: 0 0 0 0;
  border-style: solid;
}

.post-re-each {
  display: block;
  position: relative;
  line-height: 30px;
  font-size: 15px;


}

.post-re-each:hover {
  color: ;
}

.post-re-each-dot {
  position: absolute;
  top: 5px;
  left: 0;
  display: none;
  font-size: 20px;
}

.post-re-each-dot:before {
  content: '.';
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.post-bottom {
  position: relative;
  padding: 0 0 30px;
}

.post-bottom .sharewrap {
  position: absolute;
  top: -5px;
  right: 0;
  width: 120px;
}

.post-re-list-tip {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
}

@media screen and (max-width:1024px) {

  .post_border_section {
    padding: 0 3%;
  }


  .post_cont-back {
    padding: 10px 40px;
  }



  .post-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 5%;
  }

  .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;
  }

  .post-dirs-heading,
  .post-tags-heading,
  .post-re-heading {
    line-height: 40px;
    font-size: 14px;
    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: 7px 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: 22px;
  }

  .post-content {
    padding: 15px 0;
  }


  .post-re-list {
    margin: 0;
    border: none;
  }

  .post-bottom {
    padding-bottom: 20px;
  }

  .post-bottom .sharewrap {
    position: static;
  }

  .post-re-each {
    font-size: 14px;
  }

  .post-re-list-tip {
    font-size: 14px;
  }
}

/*å±•å¼€æŒ‰é’®*/
.main-ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  background-image: url('/img/main.jpg');
}

.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-wrapper.post-list-wrapper {
    padding: 0;
  }


  .post_list_breadcrumb {
    margin-bottom: 0;
    margin-top: 40px;
  }

}





/* post_list */
.wrap_width.post_content_width {
  padding: 0 0 2%;
}


.post_cont-top {
  margin: 100px 0;
  text-align: center;
  color: #888;
  line-height: 50px;

  height: 50px;
}



.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;
  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: 90%;
}

.pageTitle.blog_pageTitle {
  margin: 20px auto 40px auto;
}

.pageTitle.post_pageTitle {
  margin: 0 auto 0 auto;
  margin-top: 20px;
}


.pageTitle.posts_list_pageTitle {
  margin: 40px auto 30px;
}



.post-info {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #888 !important;
  line-height: 2;
}


.posts-item {
  float: left;
  display: block;
  width: 33.33%;
  padding: 20px;
  border-width: 0 0 0 0;

  border-style: solid;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}


.posts-item.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
}



.posts-item-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 15px;
  height: 30px;
}



.post-list-each:nth-child(3n+1) {
  padding-left: 0;
}


.posts-item-body {
  display: block;
  vertical-align: middle;
  padding-left: 0px;
}

.posts-item-heading a {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.posts-item-publish_at {
  font-size: 13px;
  color: #aaa;
}


.post-content img {
  height: auto;
  margin-bottom: 30px;
}


.post-wrapper li.posts-item {
  margin-bottom: 4%;
  float: left;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  list-style: none;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;

}






.post-wrapper li.posts-item {
  width: 50%;
}




.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 {
  padding: 0 0 70.0% !important;
  position: relative;
  overflow: hidden;

}

.grid-item-a--wrap.posts-item-wrap img {
  width: 100%;
}


.posts-item-wrap i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  z-index: 9;
  margin-left: -26px;
  /* background: #fff; */
  margin-top: -26px;
  /* font-size: 38px; */
  font-style: normal;
  padding: 5px 10px;
  color: #333;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 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;
}




@media screen and (max-width: 767px) {

  .post_border_section,
  .wrap_width.post_content_width {
    padding: 0;
  }


  .pageTitle.posts_list_pageTitle {
    margin: 40px auto 20px;
  }

  .posts-item-summary {
    font-size: 12px;
  }




  .post_cont-back {
    padding: 0;
  }




  .posts-item-heading a {
    font-size: 1.3rem;
    line-height: 1.2rem;
    height: 2.4rem;
    overflow: hidden;
  }


  .post-content-side .posts-item-tags {
    margin-top: 10px;
  }

  .post-wrapper li.posts-item .posts-item-tags-tag {
    font-size: 12px;
    line-height: 16px;

  }



  .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;

  }





  .posts-item {
    width: 100% !important;
  }

  .posts-item-heading a {
    font-size: 1.8rem;
  }

  .posts-item-summary {
    font-size: 14px;
  }



  .post-info {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    color: #888 !important;
    line-height: 2;
  }

  .pageTitle {
    width: 94%;
    margin: 20px auto 10px;
    line-height: 1.4px;
    text-align: center;
  }

  .pageTitle.blog_pageTitle {
    margin: 20px auto 20px auto;
  }

  .post-wrapper .pageTitle {
    line-height: 1;
    padding-bottom: 0px;
    font-size: 16px;
    margin-top: 40px;
  }


  .post-content img {
    max-width: 100%;
    height: auto;
  }


  .post-wrapper li.posts-item {
    padding: 0 3px;
    margin-bottom: 5px;
  }

  .post_ul {
    margin: 0;
  }


}



@media screen and (min-width:1250px) {
  .picshow-inner-list {
    width: auto;
  }

  .pic-show-each {
    width: 384px;
    height: 200px;
    margin-right: 24px;
    max-width: 384px
  }

  .pic-show-each:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:768px) {
  .page {
    min-width: 0;
  }

  .wrapper-slide {
    padding-top: 0px
  }

  .slide-cnt .slidesjs-navigation {
    display: none
  }

  .pic-show-each {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 10px
  }

  .wrapper-picshow {
    padding-top: 10px
  }

  .wrapper-customPage {
    padding-top: 0;
  }

  .wrapper-proList {
    margin-top: 10px;
  }

  .wrapper-footer {
    margin-top: 10px
  }

  .mod.slide {
    padding: 0
  }

  .footer-payment {
    text-align: left;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 10px
  }

  .footer-payment .footer-payment-icon {
    margin: 0 5px;
    font-size: 24px;
  }

  .footer-copyright {
    width: 100%;
    margin-top: 0
  }

  .footer-payment img {
    margin-left: 0
  }

  .picshow-inner-list {
    max-width: 384px;
    margin: auto;
    width: 100%
  }

  .slidesjs-pagination {
    display: block
  }
}



.ie_clearfix {
  display: none
}

.ie6 .ie_clearfix,
.ie7 .ie_clearfix {
  display: block;
  width: 1px;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both
}



.popup {
  padding: 30px 20px;
  box-shadow: none;
}

.popup-cont-title {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  margin: 20px 0;
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;

  color: #212121;
}

.popup-cont-text {
  font-size: 13px;
  line-height: 1.7;
  color: #6e6e6e;
}

.popup-btn {
  margin: 30px 0 0;
}

.popup-btn a {
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding: 0 23px;
  border-radius: 2px;
  background-color: #c75f5f;
  color: #ffffff;
}

.popup-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  top: 20px;
  right: 20px;
  color: #212121;
}

.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;
  }
}

/* é€šç”¨ä¿®å¤ */
.account-login-inner .content_input_fix input {
  width: 300px;
}

/* Base ä¿®æ”¹ */
.emptyTips-wrap {
  margin: 10px 0 0;
}

.emptyTips {
  font-size: 13px;
}

.cart-table table,
.emptyTips,
.order-list-empty,
.account-login-inner {
  border-radius: 5px;
}

.cart-table-item p {
  margin-bottom: 0;
}

.order-create-baak_cart {
  font-size: 12px;
}

.cart-table table {
  overflow: hidden;

}

.order-create-cont>span {
  font-size: 12px;
}

.order-detail-table tr td {
  border-color: ;
}

.order-detail-cart {

  margin: 0;
}

.order-list-ctrl>a {
  text-decoration: underline;
}

.order-list {
  margin-bottom: 60px;
}

.cart-submit {
  margin: 20px 0 60px;
}

.order-detail-table td {
  border-color: #dddddd;
}



.side_active .warpper-payment {
  z-index: 0;
}

.order-detail .order-detail-gopay.order-detail-gopay--haisong {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-width: 0;
  border-radius: 16px;
  border-style: solid;
  display: block;
  width: 80px;
  text-align: center;
  margin: 15px 0 0 20px;
}

.order-detail .order-detail-gopay.order-detail-gopay--haisong:hover {
  color: #ffffff;
  background-color: #000;
}

.order-detail {
  padding: 0 10px 30px;
}


.order-detail-table-img a {
  border-color: ;
}

.order-list .order-list-each {
  border-radius: 5px;
}

.order-list .order-list-number {
  border-radius: 5px 5px 0 0;
}

.order-list-footer {
  height: 50px;
}

.order-detail .order-detail-shipment {
  border-bottom-width: 0;
}

.cartTitle {
  margin: 0 0 10px;
  padding: 83px 10px 0;
}

.cartTitle h2 {
  font-size: 100%;
}

.account-title-inner {
  margin: 0 0 10px;
  padding: 83px 0 0;
}

.account-title-mobi-signout {
  display: none;
}

.ie7 .order-detail-footer.clearfix {
  height: 1%;
}

.account-login-label .settings-formErr_color {
  color: ;
}

.account-login-accountIndex {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .order-list-ctrl {
    font-size: 13px;
  }

  .cart-table a {
    font-size: 12px;
  }

  .cart-table .cart-table-quantity-ctrl {
    border: 0;
  }

  .order-detail .order-detail-table-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .order-create a,
  .order-create-title a {
    font-size: 13px;
  }

  a.order-create-baak_cart {
    font-size: 12px;
  }

  .cartTitle {
    margin: 0 0 10px;
    padding: 62px 10px 0;
  }

  .account-title-inner {
    margin: 0 0 10px;
    padding: 62px 0 0;
  }

  .account-title-mobi-signout {
    display: inline;
  }

  .account-title .account-title-inner h2 {
    font-size: 20px;
  }
}

.order-create .settings-main_border {
  border-color: ;
}

.order-create {
  margin: 0;

  padding: 0 10px 20px;
}

/* æ’ä»¶ */
/* Placeholder */
.placeholder {
  color: #6e6e6e;
}

/* è´¦æˆ·ç®¡ç† - ç¤¾äº¤ç»‘å®š */
.account-login-inner h3 {
  font-size: 13px;
}

.account-login-inner .account-login-label .content-err {
  height: auto;
  line-height: 22px;

  padding: 6px 0;
}

h3.social_bind--border {
  border-width: 1px 0 0;
  border-style: solid;
  padding: 30px 0 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  h3.social_bind--border {
    margin: 30px 0 0;
  }
}

.social_bind {
  margin: 0;
  float: left;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .social_bind {
    width: 33.333%;
  }
}

.social_bind-title {
  margin: 20px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.social_bind-img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 44px;
  margin: 0 auto;
}

.social_bind-name {
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
}

.social_bind-bind {
  width: 53px;
  height: 21px;
  line-height: 21px;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  display: block;
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 2px;
  font-size: 13px;
  color: #777;
  margin: 10px auto;
}

.account-login-inner .account-login-form a.social_bind-bind:hover {
  text-decoration: none;
}

/*éšè—æ‰‹æœºç«¯å®¢æœ*/
@media screen and (max-width: 768px) {
  .online-service {
    display: none;
  }
}

/*å•†å“åˆ—è¡¨æè¿°*/
/* pro_list */


.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;
}


.grid-item {
  width: 25%;
}

.cont.proCont {
  max-width: none;
  width: 100%;
}




@media screen and (min-width: 768px) {
  .pro_list_wrap_section {
    min-height: 700px;
  }

  .nav_left {
    position: absolute;
    left: 60px;
    top: 0;
    height: 114px;
    background-color: #fff;
  }
}







@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;
  }
}










@media screen and (min-width: 768px) {
  li.grid-item:nth-child(7n+1) {
    /* margin-left: 33.33%; */
  }

  li.grid-item:nth-child(7n+7) {
    /* margin-left: 33.33%; */
  }

  .grid-item {
    width: 33.33%;
  }
}








.grid-item-a--wrap,
.account-favorite_item-pro_img {
  width: 100%;
  padding: 0px 0 147.0%;
  position: relative;
}

.grid-item-a-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: auto;
  width: 100%;
  max-height: none;
  vertical-align: middle;
}







/* é¢åŒ…å±‘ */
.breadcrumb {
  margin: 35px 0 0;
  height: 20px;
  padding: 0 50px;
  line-height: 20px;
}

.breadcrumb-item {
  font-size: 14px;
}

.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: 13px;
  }

  .breadcrumb-item {
    font-size: 13px;
  }

  .breadcrumb--top {
    margin: 60px 0 30px;
  }
}



.pro_list_title h2 {
  display: inline;
  font-size: 18px;
  font-weight: normal;
}


.pageTitle {
  line-height: 1.2;
  font-size: 26px;
}

.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;
  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;
  overflow: hidden;
  padding: 0 6%;
}



@media screen and (max-width: 767px) {
  .wrap_full.pro_list_wrap_full {
    padding: 0;
  }


  .pageTitle-title {
    font-size: 18px;
  }

  .pro_list_title,
  .pro_list_title h2 {
    font-size: 18px;
  }

  .pageTitle a.pageTitle-filter {
    font-size: 12px;
  }

  .pageTitle-filter-icon {
    font-size: 12px;
  }

  .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: #FF002A;
}

.pro_list_wrap.pro_discount.wrap_width {
  max-width: none;
}

.pro_list_wrap.pro_discount .breadcrumb-item {
  font-size: 18px;
  color: #fff;
}









.pro_filter_inner {
  text-align: right;
  padding: 10px 3.5%;
}

#pro-filter {
  border: 1px solid #111;
  padding: 5px 15px;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}




.proList_Title_color {
  display: inline-block;
  font-size: 14px;
  color: #1a1a1a !important;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .proList_Title_color {
    margin: 20px 0;
  }

  .pro_filter_inner {
    text-align: center;
    padding: 0;
  }
}







/* äº§å“åˆ—è¡¨è¿‡æ»¤å™¨ - äº§å“åˆ—è¡¨é¡µé¢ */
.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;
  }
}



/* äº§å“åˆ—è¡¨è¿‡æ»¤å™¨ - é¡¶éƒ¨è¿‡æ»¤å™¨ */
.navFix {
  position: fixed !important;
  top: 50px;
  z-index: 9;
}

.brand .navFix {
  right: 0;
}


.pro_list_page-side {
  float: left;
  width: 100%;
  display: none;
}



.filter_simple {
  height: 60px;
  line-height: 60px;
  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: 500;
  color: #6e6e6e;
  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: #6e6e6e;
}

.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;
}



.pageTitle-filter {
  display: inline;
  height: 48px;
  line-height: 48px;
  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: 13px;
  position: relative;
  text-indent: 30px;
  width: 100%;
  padding: 20px 0 3px;
}

.pro_list_filter .mod {
  padding: 0
}

.prolist-filter-itemname:before {
  content: '';
  background: #e0e0e0;
  width: 86%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 5555;
}



.prolist-filter .prolist-filter-item {
  padding: 5px 30px 15px;
  line-height: 1.6;
}




.prolist-filter .prolist-filter-item li {
  margin: 6px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}




.prolist-filter .prolist-filter-item a {
  display: block;
  margin: 2px 0;
  font-size: 13px;
  color: #212121;
  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: .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: 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;
  background: #222 !important;

}

.prolist-filter-clear a {
  color: #fff;
}



.filter_active .pro_list_filter {
  -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;
  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;
}

.filter_active {
  overflow: hidden;
}


.filter_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;
  z-index: 9988;
  background: #1a1a1a;
  background-size: cover;
  display: block;
  visibility: hidden;
}

.filter_active .filter_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: 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;

}

.mdui-btn.pro_list_fenlei {
  font-size: 14px;
  vertical-align: top;
  color: #333;
  height: 48px;
  line-height: 48px;
  overflow: visible !important;
  text-align: left;
  padding: 0;
}

.mdui-btn.pro_list_fenlei .mdui-btn.fenlei.dropdown-toggle {
  padding-left: 30px;
  text-align: left;
  width: 100%;
}



.pro_list_paixu {
  font-size: 14px;
  vertical-align: top;
  color: #333;
  height: 48px;
  line-height: 48px;
  overflow: visible !important;
  text-align: center;
}

.pageTitle-filter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding: 0 20px;
  vertical-align: top;
  color: #333;
  text-align: center;
  bottom: 0;
}

.mdui-btn.filterpaixu,
.mdui-btn.pro_list_fenlei .mdui-btn.fenlei.dropdown-toggle,
.mdui-btn.pro_list_fenlei .footer-nav-list-each,
.mdui-btn.pro_list_fenlei .footer-nav-list-each a,
.mdui-btn.pageTitle-filter .mdui-btn.fenlei {
  height: 48px;
  font-size: 13px;
  line-height: 48px;
  font-weight: normal;
}




.mdui-btn.filterpaixu {
  vertical-align: top;
}

.proList_paixu_filter {
  -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;
  height: 48px;
  position: relative;
  filter: alpha(opacity=97);
  -moz-opacity: 0.97;
  -khtml-opacity: 0.97;
  opacity: 0.97;
  z-index: 7;
  line-height: 48px;
  width: 100%;
  margin-bottom: 12px;
}

.proList_paixu_inner {
  height: 48px;
  width: 100%;
  line-height: 48px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}




.mdui-menu.paixu-wraper {
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  position: absolute;
  left: 0;
}

.mdui-btn.pro_list_paixu.open .mdui-menu.paixu-wraper,
.mdui-btn.pro_list_fenlei.open .mdui-menu.paixu-wraper,
.mdui-btn.pageTitle-filter.open .mdui-menu.paixu-wraper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-height: 440px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mdui-btn {
  background: #fff;
  border: none;
}

.mdui-menu {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 168px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  font-size: 16px;
  color: rgba(0, 0, 0, .87);
  list-style: none;
  visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  opacity: 0;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
  transition-duration: .3s;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform, opacity, visibility;
}

.mdui-menu.paixu-wraper {
  font-size: 15px;
  font-weight: normal;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2);
  border-radius: 0;
  position: absolute;
  -webkit-border-radius: 0;
  top: 49px;
}

.mdui-btn.pro_list_paixu {
  padding: 0;
}

.mdui-btn.pro_list_paixu a {
  font-size: 12px;
}

.pro_list_paixu_wrap li.mdui-menu-item,
.mdui-btn.pro_list_fenlei .footer-nav-list-each,
.mdui-btn.pro_list_fenlei .footer_submenu li.footer-sub-nav.left_second_li,
.pageTitle-filter li.mdui-menu-item,
.mdui-btn.pageTitle-filter .footer-nav-list-each,
.mdui-btn.pageTitle-filter .footer_submenu li.footer-sub-nav.left_second_li {
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  font-size: 12px;
}

.mdui-menu.paixu-wraper li a {
  padding-left: 30px;
  display: block;
}

.mdui-menu.paixu-wraper li.footer-nav-list.left_first_li {
  width: 100%;
}

.mdui-btn.pro_list_fenlei .footer_submenu li.footer-sub-nav.left_second_li,
.mdui-btn.pageTitle-filter .footer_submenu li.footer-sub-nav.left_second_li {
  width: 50%;
  float: left;
}



.mdui-btn.pro_list_fenlei .footer_submenu,
.mdui-btn.pageTitle-filter .footer_submenu {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .header-fixed .proList_paixu_filter {
    position: fixed;

    animation: 0.6s ease 0s normal both 1 filterAnim;

    -webkit-animation: 0.6s ease 0s normal both 1 filterAnim;
    top: 60px;
  }


  @-webkit-keyframes filterAnim {
    0% {
      top: -100%;
    }

    100% {
      top: 60px;
    }
  }

  @keyframes filterAnim {
    0% {
      top: -100%;
    }

    100% {
      top: 60px;
    }
  }

}


.proList_paixu_filter.mdui-headroom.mdui-headroom-unpinned-top {
  -webkit-transform: translate3d(0, -60px, 0) !important;
  transform: translate3d(0, -60px, 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;
  color: #333;
  bottom: 0;
}

.pro_list_filter-pro-item-select #dk0-listbox {
  width: 300px;
  left: -150px;
}

.prolist-filter .prolist-filter-each {
  border-color: #e4e4e4;
  padding: 7px 34px 7px 0;
  text-indent: 8px;
  background: #f8f8f8;
  height: auto;
}

.prolist-filter .prolist-filter-each-close {
  position: absolute;
  right: 6px;
  top: 0;
  height: 36px;
  text-align: left;
  width: 22px;
  line-height: 36px;
  text-align: left;
  overflow: hidden;
  font-size: 14px;

}

.prolist-filter .prolist-filter-selected {
  padding: 15px 0 10px 30px;
}

.proList_Title_color {
  color: #ffffff;
}


@media screen and (max-width:767px) {


  .breadcrumb.proList_breadcrumb {
    display: none;
  }

  .pro_list_paixu_wrap {
    width: 100%;
    right: 0;

  }

  .mdui-btn.filterpaixu {
    width: 100%;
    padding: 0;

  }


  .mdui-btn.pageTitle-filter .mdui-btn.fenlei {
    width: 100%;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }



  .pageTitle-filter,
  .mdui-btn.pro_list_paixu {
    padding: 0;
    float: left;
    width: 25%;
  }

  .mdui-btn.pro_list_fenlei {
    width: 50%;
    float: left;
  }

  .prolist-filter .prolist-filter-item {
    padding: 5px 15px 15px;
  }

  .prolist-filter .prolist-filter-itemname {
    text-indent: 15px;
  }

  .prolist-filter-itemname:before {
    left: 15px;
  }

  .prolist-filter .prolist-filter-item li {
    margin: 4px 2px;
    width: 122px;
  }

  .prolist-filter .prolist-filter-item a {
    padding: 0 10px;
    font-size: 13px;
    margin: 0;

  }


  .pro_list_filter {
    width: 300px;
    right: -300px;
  }



  .pro_list_title {
    font-size: 18px;
  }





  .prolist-filter-each {
    max-width: none !important;
  }

  .mb_filter_wrap {
    padding: 0 25px;
    margin: 25px 0;
  }

  .mdui-menu.paixu-wraper li .mb_filter_wrap .mb_filter a {
    padding: 0;
    text-align: center;
    font-size: 12px;
  }

  .mdui-menu.paixu-wraper li .mb_filter_wrap .mb_filter {
    height: 40px !important;
    line-height: 40px !important;
  }

  .mdui-menu.paixu-wraper li .mb_filter_wrap .prolist-filter-each {
    padding: 0;
    width: 50%;
    float: left;
    font-size: 13px;
  }

  .mdui-menu.paixu-wraper li .mb_filter_wrap .prolist-filter-each a {
    padding: 0;
    display: inline-block;
    margin-left: 5px;
  }

  .prolist-filter-each_wrap {
    padding-bottom: 20px;
  }

}



/* äº§å“åˆ—è¡¨ */

@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: 80px;
  height: 80px;

  line-height: 80px;
  position: absolute;
  background: rgba(0, 0, 0, 0.63);
  top: 50%;
  left: 50%;
  z-index: 9;
  margin: -40px 0 0 -40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;

  border-radius: 100%;
  color: #fff;
  font-size: 13px;
}

.pro_list-grid {
  margin: 0;
  padding: 0;
}


.grid-item--box {
  display: block;
}



.pro_list-grid li .grid-item-a-hover,
.index-display-item .grid-item-a-hover {
  -ms-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

@media screen and (min-width: 1025px) {

  .pro_list-grid li:hover .grid-item-a-hover,
  .index-display-item:hover .grid-item-a-hover {
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}








.grid-item,
.index-display-item {
  text-align: center;
}








.grid-item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 1% 3.5%;
  margin: 0;

}

.grid-item-text {
  margin: 12px auto 3px;
  /* display: -ms-flex;
display: -webkit-flex;
display: flex;*/
  width: 90%;
}

.grid-item-text-name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
}

.grid-item-brand-name {
  font-size: 12px;
  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--wrap {
  width: 100%;
  position: relative;
}

.prolist-text-wrap {
  min-height: 70px;
}


.grid-item-buy {
  width: 90%;
  font-size: 12px;
  margin: 0 auto;
  padding: 0 0 10px;
  height: 20px;
}

.grid-item-buy-price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}








.price_discount_square {
  line-height: 12px;
  font-weight: 500;
  overflow: hidden;
  left: 0;
  top: 80%;
  font-size: 12px;
  text-align: center;
  position: absolute;
  z-index: 4;
  padding: 6px 10px;
  background-color: #d66262;
  color: #ffffff;
}

.price_discount_square: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_square {
    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;
}







@media screen and (max-width: 1024px) {
  .grid-item {
    width: 33.333%;
  }
}


@media screen and (max-width: 767px) {
  .pro_list_wrap.products_wrap {
    padding: 0 15px;
  }

  .pro_list-grid li:nth-child(2n+1) {
    padding: 1% 2% 1% 0;
  }

  .pro_list-grid li:nth-child(2n) {
    padding: 1% 0 1% 2%;
  }

  .pro_list-grid {
    margin: 0;
    padding: 0 0 20px;
  }

  .grid-item {
    width: 50%;
  }


  .pro-soldout {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    font-size: 13px;
  }

  .grid-item-buy {
    width: 90%;
    font-size: 12px;
    height: 14px;
    padding-bottom: 5px;
    line-height: 1;
  }

  .proList-origPrice,
  .grid-item-buy-price {
    margin-right: 5px;
  }

  .grid-item-buy .price_discount {
    line-height: 24px;
    font-size: 13px;
  }

  .proList-origPrice.settings-orgprice_color {

    padding-left: 0;
  }


  .grid-item-brand-name {
    line-height: 15px;

  }




  .indexSection2.border_section {
    padding: 0 !important;
  }








  .pro_list {
    margin: 10px 0 0 0
  }

  .pro_wrap {
    max-width: none;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
}







@media screen and (min-width: 1025px) {


  .prolist-text-wrap {

    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);
  }


  li.grid-item:hover .prolist-text-wrap,
  .index-display-item:hover .prolist-text-wrap {
    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);
  }
}









/* åˆ†é¡µ */
.pro_list_pagination_wrap {
  width: 100%;
  margin: 30px 0 40px;
}

.pro_list_pagination {
  position: relative;
  text-align: center;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #111;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Heiti SC", é»‘ä½“, "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.pro_list_pagination-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  font-size: 14px;
  margin: 0 10px;
}

.pro_list_pagination-dot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  position: relative;
  bottom: 4px;
}


.pro_list_pagination-item.active {
  background: none;
  color: #222;
  border-bottom: 1px solid #222;
}

.prolist-spfilter-pagenation-next,
.prolist-spfilter-pagenation-prev {
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.prolist-spfilter-pagenation-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.prolist-spfilter-pagenation-next {
  position: absolute;
  right: 0;
  top: 0;

}

.prolist-spfilter-pagenation-next.settings-mainBtnDisabled_color,
.prolist-spfilter-pagenation-prev.settings-mainBtnDisabled_color {
  border: 0px solid #1a1a1a;
}

.prolist-spfilter-pagenation-next:hover,
.prolist-spfilter-pagenation-prev:hover {
  text-decoration: none;
}

.settings-proGridItemBtnHover_background:hover {
  background: none;
}

.settings-proGridItemBtnHover_color:hover {
  color: #222;
}





/* æ”¶è—åŠŸèƒ½ */
.pro-detail-gallery-other {
  margin-top: 10px;
  width: 455px;
  text-align: right;
}

.pro-detail-gallery-other .sharewrap {
  display: inline-block;
  vertical-align: middle;
}

.post-bottom .x-favorite {
  position: absolute;
  top: 1px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .pro-detail-gallery-other {
    margin-top: 15px;
    width: auto;
  }

  .post-bottom .x-favorite {
    position: static;
    margin: 1px 0 0 0;
  }
}

/* End æ”¶è—åŠŸèƒ½ */






.btn:active {
  opacity: 1 !important;
  filter: alpha(Opacity=100) !important;
}

.log-block .btn-primary,
.btn-vital,
a#yhsd-change-submit {
  color: #111;
  background: none;
  border: 2px solid #111;
  overflow: hidden;
}

.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: ;
  z-index: -1;
  top: 0;
  position: absolute;
  left: 0;

  transform: scaleX(0);
  transform-origin: right;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -ms-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}


.btn {
  position: relative;
}

@media screen and (min-width:1025px) {
  .btn:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .log-block .btn-primary:hover,
  .btn-vital:hover,
  a#yhsd-change-submit:hover {
    border-radius: 10px;
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
    transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
    -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
    -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
  }
}




.account-sideNav dd.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,
.cart-cont-item-product>.price {
  border-bottom-color: #ff0000 !important;
  color: #ff0000 !important;
}

.account-tags li.selected a {
  color: #111;
  border-bottom-color: #111 !important;
}


.order-detail {
  padding: 0;
}



.log-block-outer {

  background: none;
}


.login_wrap {
  background-color: #ffffff;
}




.login_wrap {
  background-image: url("/img/log-bg_img.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/log-bg_img.jpg', sizingMethod='scale');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.is_mobile .login_wrap {
  background-image: none;
}






#content_for_layout.login_wrap .cont {
  padding: 0 0 8%;
}


#content_for_layout.login_wrap .cont {
  background: none;
}





.log-block {
  width: 320px;
  padding: 10px 40px;
}

.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;
}


.log-block .rapid {
  font-size: 12px;
  padding-top: 20px;
}




/*m-login*/
.login-out-sub-txt a {
  color: #111;
  text-decoration: none;
}




/* 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,
.radio-group input:disabled+label::before,
.checkbox-group input:checked+label::before {
  border-color: #ff0000;
  background-color: #ff0000;
}


.log-block h4 {
  font-size: 16px;
  text-align: center;
  margin: 30px 0;

}


#content_for_layout .wrapper {
  min-width: inherit !important;
}



.input-area-lg>.title {
  font-size: 12px;
  height: 40px;
  left: 0;
  padding: 0;
  line-height: 40px;
  text-indent: 0;
  color: #111;
}

.log-block-outer .input-area-lg>.title {
  text-indent: 1em;
}



.filter_simple-btn .pro_list_filter-order-item-check,
.settings-filterSelect_color {
  color: #212121;
}

.settings-filterSelect_background {
  background: none;
}



.you_comment-icon.i_chat:before {
  display: none !important;
}




.account-favorite_item_post-img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 70.0% !important;
  background-size: cover;
  vertical-align: top;
}

.account-favorite_item_post-info {
  display: inline-block;
  margin: 20px 0 0 0;
  max-width: 540px;
  vertical-align: top;
}

.account-favorite_item_post-tags_label,
.account-favorite_item_post-tags {
  display: none;
}

.account-favorite-loading {
  padding: 120px 0 120px;
}

.account-favorite_item_post-name {
  font-size: 16px;
  font-weight: normal;
}

/* chart */

.cart-cont-item-discount .price {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 27%;
  font-size: 14px;
  width: 12%;
}



.account-block {
  border: none;
  padding: 60px 230px;
}

.login_wrap .cont {

  max-width: 800px !important;
}

.cart-head {
  padding-top: 50px;
  text-align: center;
}

.cart-head-promote .rules {
  display: none;
}

.cart-head-promote li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 6px;

  max-width: 348px;
  z-index: 9;
  position: relative;
  margin: 0 10px;
  font-size: 13px;
  vertical-align: top;
}

.vip-level h5 i {
  display: none;
}

.cart-cont-list.empty .cart-cont-item:before {
  background: none;
  height: 0;
}

.cart-cont-list.empty .cart-cont-item .btn {
  margin-top: 80px;
  height: 38px;
  line-height: 34px;
  padding: 0 40px;
}


.cart-cont-footer .confirm.fixed {
  box-shadow: none;
}



.cart-cont-head>span {
  font-size: 13px;
  color: #111;
}

.cart-cont-head {
  border-radius: 0px;
  padding: 20px 0;

}


.cart-cont-footer .confirm-options span.checkbox-group {
  display: none;
}

.cart-cont-head span.name {
  width: 42%;
  margin-left: 0;

}

.cart-cont-item-product>.img {
  width: 8%;
  height: auto;
}

.cart-cont-item-product>.img img {
  max-width: 140px;
  max-height: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.cart-cont-item-product>.img {
  margin: 20px 20px 20px 0;
}


.cart-cont-item-product>.name {
  width: 32%;
  padding-left: 8px;
  padding-right: 0;

}


.cart-cont-footer .confirm,
.cart-cont-footer .confirm.fixed {
  bottom: auto;
  margin-left: 0;
  width: 1120px;
  position: relative;
  margin-top: 40px;
  padding: 30px 0;
  height: 80px;
  display: block;
  visibility: visible;
  font-size: 13px;
  border-width: 1;
  border-bottom: none;

}

.cart-cont-item {
  font-size: 0;
  border-top-width: 0px;
  border-top-style: solid;
  padding: 0;
}

label.cart-select-all.yhsd-font-text,
span#yhsd-cart-delete {
  display: none;
}

.cart-cont-item-product>.sku {
  padding: 5px 10px;
  color: #777;
  width: 20%;
  overflow: hidden;
  left: 130px;
  top: 66px;
  border: none;
  position: absolute;
  line-height: 20px;
}

.cart-cont-item-product>.sku.active {
  height: 40px;
  border: none;
  color: #ff0000;
  background: #f7f7f7;
}

.cart-cont-item-product>.unit-price {
  color: #212121;
  font-size: 14px;
  width: 12%;
  text-align: center;
  margin-left: auto;
}

.yhsd-font-title {
  font-size: 13px;
  color: #111;
}

.cart-cont-item-product>.img:before {
  display: none;
}


.quantity-selector {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: none;
  border-radius: 50px;
  border: 0px solid #d2d2d2;
}

.yhsd-base-iconfont.icon-minus,
.yhsd-base-iconfont.icon-add {
  color: #999;
  padding: 0 12px;
}

.yhsd-base-iconfont.icon-minus:hover,
.yhsd-base-iconfont.icon-add:hover {
  color: #333;
}

.order-buyList-item>.image {
  background: none;
}

.quantity-selector>input {
  font-size: 13px;
  width: 18px;
  height: 32px;
  background: none;
}

.cart-cont-item-product>.control {
  font-size: 12px;
  width: 12%;
  text-align: center;
}

.cart-cont-footer .discounts table td {
  min-width: 160px;
}


.cart-cont-item-product>.price {
  font-size: 14px;
  width: 14%;
  text-align: center;
  color: #212121;
}

.cart-cont-head span.price,
.cart-cont-head span.quantity,
.cart-cont-head span.operate {
  width: 12%;
  text-align: center;
}

.cart-cont-head span.subtotal {
  width: 14%;
  text-align: center;
}


.cart-cont-item-product>.delete {
  width: 12%;
  text-align: center;
}

.cart-cont-footer .discounts table {
  margin: 3px 0;
}

.cart-cont-footer .discounts .yhsd-font-title {
  font-size: 14px;
}

.cart-cont-list {
  border-right: 0px solid #e4e4e4;
  border-left: 0px solid #e4e4e4;
  margin-bottom: 10px;
}

.cart-cont-item-product.unsell {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #fff;
}

.cart-cont-item-product.unsell .delete {
  color: #ff0000;
}


.cart-cont-item-product>.checkbox-group {
  padding-top: 24px;
  font-size: 12px;
  width: 24px;
  color: #ff0000;
  display: none;
}

.cart-cont-footer .confirm-submit .price {
  font-size: 20px;
  font-weight: 400;
  margin-right: 6px;
  line-height: 18px;
}


.cart-cont-footer .confirm-submit {

  margin-right: 30px;
  color: rgba(0, 0, 0, 0);
}

.cart-cont-footer .confirm-submit .quantity {
  color: rgba(0, 0, 0, 0);
}

.cart-cont-footer .confirm-submit .total {

  color: #212121
}

.btn,
.pro_detail-addBtn-addCart,
#yhsd_variantSelector_addCart:before,
.part_3-link,
#mc_embed_signup form,
#mc_embed_signup .mc-field-group input,
.pro-detail-addBtn .pro-detail-addCart {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}



.cart-head h2,
h2.page-title {
  font-size: 16px;
  font-weight: bold;
}


.cart-cont-list li {
  margin-top: 0px;
}



.cart-cont-item-product.selected,
.yhsd-form-background,
.cart-cont-item-product>.img {
  background: none;
}



.page-title.yhsd-font-title {
  text-align: center;
  padding-bottom: 20px;
}


.order-banks .submit {

  margin-top: 60px;
}

.order-banks .submit .price {
  margin-right: 30px;
  font-size: 22px;
}

.order-banks li {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  border: none;
}


.order-banks li:hover,
.order-banks li.selected {
  border-color: #48e;
  box-shadow: 0 0 0 2px #48e;
}


.btn-default.selected {
  -webkit-box-shadow: 0 0 0 0px #ff0000;
  box-shadow: 0 0 0 0px #ff0000;
}



.cart-cont-item-product>.sku.active .edit {
  background: #ff0000;
}


.yhsd-popup .edit-product-info .info .price {
  color: #ff0000;
  font-weight: 400;
  font-size: 16px;
}


small {
  font-size: 100%;
}


.cart-cont-item-product>div {
  padding: 40px 0;
}


.cart-cont {
  border-style: none;
  border-radius: 0px;
  margin: 10px 0 120px 0;
}


.cart-cont-footer .discounts {
  overflow: hidden;
  padding: 0 18px;
  line-height: 2;
  margin: 0 0 80px 0;
  font-size: 12px;
  border: none;
}


.yhsd-main-border {
  border-color: #111;
}

.yhsd-select {
  font-size: 13px;
}


.order-buyList-item>.product .desc {
  font-size: 12px;
}



.order-address .add-btn {
  font-size: 13px;
  border: 2px solid #111;
  padding: 8px 20px;
  background: none;
  color: #111;
  border-radius: 0;
}


.order-submit>.detail {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 50px;
  color: #111;
}

.order-buyList-group .shipment {
  padding: 30px 0 0 0;
}


.order-block {
  border: none;
  padding: 22px 0px 30px 0;
  margin-top: 0;
  border-top: 1px solid #111;
}

.order-block:last-child {
  background: none;
}

#order-pay-wrapper .order-block {
  border-top: 1px solid #111;
}

.order-paying .detail.active {
  border-top: 1px solid #111;
}

.order-block:first-child {
  margin-top: 0;

}


.order-address-list-item {
  padding: 26px 0;
  border-bottom: 1px solid #111;
}



.order-block:last-child {
  padding: 22px 0px 80px 0;
}


.order-detail .order-detail-address {

  border-right: 1px solid #e4e4e4;
}


.order-points {

  margin-top: 10px;
  border-top-width: 0px;

}


.yhsd-popup .use-coupon .tags>div.active span {
  border-bottom-color: #ff0000;
  color: #ff0000;


}

.yhsd-popup .use-coupon .tags>div {
  font-weight: 400;
}

.yhsd-popup .use-coupon .coupons.empty:before {
  display: block;
  content: "";
  height: 0px;
  width: 150px;
  margin: 50px auto 0;
  background: none;
}

.yhsd-popup .use-coupon .coupons.empty li {
  text-align: center;
  color: #9a9a9a;
  font-size: 15px;
  margin: 0 0 40px;
}




.btn.btn-lg {
  font-size: 13px;
  padding: 0 60px;
  height: 40px;
  line-height: 38px;
}

.order-address-list-item>div {
  font-size: 12px;
}

.order-payment .checkbox-group input[type=radio] {
  font-size: 22px;
}

.box.add-address #yhsd-is_default {
  font-size: 18px;
}

.order-other {
  border-width: 1px 1px;
  letter-spacing: 0;
}

.order-wrapper {
  border-width: 0;
}


.order-payment .checkbox-group {
  margin: 10px 0 0 0;
}

.order-buyList-group {
  margin-left: 0
}

.order-buyList-item>.line-price {
  width: 180px;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}


.order-buyList-item {
  padding: 15px 0 40px;
  border-bottom: 1px solid #111;
}

.order-buyList-item>.product .name,
.order-buyList-item>.line-price,
.order-buyList-item>.price,
.order-buyList-item>.product,
.input-area-md>.title {
  font-size: 12px;
}

div#yhsd-order-summary {
  border: none;
}


.order-block.order-detail-no {
  font-size: 13px;
  margin-bottom: 0;
  border-top: 1px solid #111;
}



.desc.you_comment-target-add>div {
  margin-top: 24px;
}



.order-detail .order-detail-address {
  border-right: none;
}


.order-detail-payment div,
.order-detail-address .address {
  padding-left: 0;
}

.order-block.order-detail-submit.order-submit {
  border-top: none;
}


.cart-head-promote {
  padding: 8px 0;
}


.input-area.active>input {
  border-color: #ddd;
}

.input-area.active>.title {
  color: #333;
}

.input-area.active>.tips {
  background: #444;
}

.input-area.active>.tips:before {
  border-top-color: #ddd;
}


.account-sideNav i {
  display: none;
}

.account-orderList-list .list-title {
  padding: 80px 0 20px 0;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #111;
}

.total.yhsd-font-text .yhsd-font-title {
  color: #ff0000;
}


.input-area-lg>input {
  font-size: 12px;
}

.input-area>.tips,
.input-area>input {
  border-radius: 0px;

  box-sizing: border-box;
}


.input-area>input {
  text-indent: 0;
  display: block;
  border: none;
  border-bottom: 1px solid #111;
}

.box.add-address .checkbox-group input[type=checkbox] {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  height: 16px;
  vertical-align: middle;
}

.login_wrap .input-area>input {
  border: 0 solid #111;
  -moz-border-radius: 0;
  background: #ececec;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: 1em;
}

.login_wrap .input-area-lg>.title {
  text-indent: 1em;
  color: #888;
}

.yhsd-popup .ctrl-btns>.btn {
  margin-top: 20px;
}

.yhsd-popup .add-address .dropDown-group,
.yhsd-popup .add-address .input-area,
.yhsd-popup .edit-product-info .info .name,
.select-group {
  margin-bottom: 15px;
}

.yhsd-select {
  width: 164px;
  border-bottom: 1px solid #111;
  border: none;
  height: 38px;
  line-height: 38px;
  text-indent: 0;

  outline: 0;
  border-radius: 0px;
}

.yhsd-popup>h3 {
  font-size: 15px;
}

.order-block>h5 i {
  margin-right: 10px;
  display: none;
}

.order-block>h5 {
  font-size: 14px;
}

.order-address-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 28px;
}


.order-submit>.address {
  border-radius: 2px;
  border: 0px solid #ddd;
  background: #f6f6f6;
}


.yhsd-font-desc.default-address.default {
  color: #333 !important;
}

.yhsd-font-desc,
.order-address-list-item .info small,
.yhsd-font-text {
  color: #111;
  font-size: 13px;
}

.cart-head-promote .type {
  display: none;
}


.cart-head-promote .rules {
  cursor: pointer;
  vertical-align: middle;
  padding-left: 4px;
  color: #666;
  padding-bottom: 10px;
}




.yhsd-popup .add-address span.checkbox-btn {
  display: none;
}


.order-payment .checkbox-group label,
.yhsd-popup .add-address .checkbox-group label {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding: 0 5px 0 0;
}



.order-address-list-item .info small>span {
  margin: 0 10px 0 0;
}



.order-paying h3 {
  font-size: 18px;
  margin: 10px 0;
}

.order-banks h5 {
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #111;
}

.order-banks h4 {
  font-size: 18px;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #111;
}

.account-sideCont-block.personal-info {
  border-bottom: 1px solid #111;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.account-sideCont-block.personal-info tr {
  line-height: 20px;
}

.personal-info tr td {
  padding: 5px 0;
}


.personal-info table {
  border-left-width: 0;
}

.order-paying {
  font-size: 12px;
}


.yhsd-popup {
  padding: 40px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


}

.order-other h5 i {
  color: #ff0000
}


.order-detail-address .address {
  font-size: 13px;
  color: #7b7b7b;
}

.order-detail-address .address .left {
  text-align: left;
}



.personal-address table tr {
  height: 88px;
}


.account-sideCont-block,
.account-sideNav {
  border: 0;
  border-style: solid;
  border-radius: 0;
}

.account-sideNav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  padding: 60px 2% 20px;
  width: 15%;
}

.account-sideCont {
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.personal-address-table .btn-primary {
  border: 2px solid #111;
  background: none;
  color: #111;

}

.personal-address-table .btn-primary:hover {
  border-radius: 10px;
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
}

.personal-info .avatar>div {
  background: #c7c7c7;
  width: 60px;
  height: 60px;
}

.personal-info .avatar img {

  width: 100%;

  height: auto;
}

.account-sideCont-block h3 {
  padding: 30px 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #111;
}

.personal-security h3 {
  border-bottom-width: 0px;
}

.personal-security-change {
  padding: 0 0 30px 0;
  border: none;
}

.yhsd-base-iconfont.icon-qq:before {
  content: "\4b" !important;
}

.personal-security-social {
  background: #fff;
  padding: 30px 0 0 0;
  border-top: 1px solid #111;
}

.personal-security-social .btn-primary.btn-sm {
  background-color: #d2d2d2;
  border: none;
}

.personal-security h5 {
  font-size: 13px;
}

.yhsd-popup .change-personal-info .gender h4 {
  font-size: 14px;
}

.personal-address .address-item {
  border-bottom: 1px solid #111;

}

.account-tags li a {
  font-size: 13px;
  border-bottom: 2px solid transparent;
  padding: 0 10px 0 0;
  font-weight: normal;
}

.account-tags li.selected a {
  font-weight: 700;
}

.account-tags,
.yhsd-popup .use-coupon .tags {
  padding: 0;
  border-bottom: 1px solid #111;
}



.account-orderList-list .list-title .total {
  font-size: 14px;
}


.account-tags li.search input {
  border-radius: 0;
  background: #eee;
  border: 1px solid #eee;
}

.account-coupon-table table thead th {
  font-size: 13px;
}


.account-orderList-list>li,
.account-coupon-table table thead th {
  border: none;
  border-bottom: 1px solid #111;
}

.account-coupon-table table tbody td {
  border: none;
}

.account-coupon-table table .account-coupon-loading td {
  padding: 100px 0 100px;
  background: none;
}

.personal-address .shipment-receiver {
  font-size: 13px;
}


.account-orderList-list b.yhsd-font-title {
  color: #212121;
  font-weight: normal;
  font-size: 14px;
}

.account-orderList-list .list-cont-items-group {
  padding: 30px 30px 30px 0;
}


.account-orderList-list .list-cont-left {
  border-right-width: 0;
}



.account-orderList-list .list-cont-right {
  margin-top: 30px;

}


.link.yhsd-orders-buyagain {
  background: none;
  color: #111;
  border: 2px solid #111;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 0;
}

.link.yhsd-orders-buyagain:hover {
  border-radius: 10px;
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
}

.account-orderList-list>li.empty div {
  background: none;
}

.account-favorite-loading>svg {
  display: none;
}

.personal-info .avatar {
  padding: 0 30px 0 0;
  width: 60px;
}


.vip-level {
  padding: 0;
}

.vip-level h5 {
  font-weight: normal;
  font-size: 13px;
}

.account-orderList-list .list-title h4 {
  font-size: 14px;
}

.personal-address-table {
  padding: 0 0 30px;
}

.account-coupon-table {
  margin-top: 0px;
  border-top-width: 0;
}


.btn-default.selected,
.btn-default:hover {
  color: #ff0000;
  border-color: #ff0000;
}

.order-address-list {
  padding-left: 0;
}



.yhsd-popup .use-coupon .tags span {
  border-bottom: 3px solid transparent;
}


.order-detail .order-detail-payment,
.order-detail .order-detail-address {
  border-top: 0px solid #e4e4e4;
  padding: 20px 0 30px;
}

.order-detail #yhsd-order-detail-pay {
  height: 36px;
  line-height: 32px;
  width: 200px;
  font-size: 14px;
}

.list-cont-right a {
  margin-bottom: 16px;
}

a.btn.btn-sm.btn-vital.yhsd-orders-pay {
  height: 28px;
  line-height: 24px;
}

.account-tags li.search input:focus {
  border-color: #d2d2d2;
}



.order-paying .show-more {
  margin-top: 28px;
}


.account-sideNav,
.personal-info .avatar,
.personal-info table {
  font-size: 13px;
}

#yhsd-cancel_reason input[type=radio] {
  font-size: 16px;
  margin-right: 20px;
}


.btn-md {
  font-size: 13px;
  height: 40px;
  line-height: 36px;
}



.btn.btn-md:before {
  display: none;
}

.order-address .btn {
  margin: 12px 0 10px 0;
}

.order-other-left .input-area {
  margin-left: 7px;
  width: 100%;
}

.order-other-left .input-area>input {
  background: none;
}

.order-points {
  font-size: 13px;
  padding: 10px 0;
}

.account-points-empty td {
  padding: 100px 0 100px;
  color: #999;
  background: none;
}

.account-points-table {
  border-top-width: 0px;
  margin-top: 0;
}

.account-points .intro {
  padding: 10px 0 16px;
  font-size: 14px;
}

.account-points-table tbody {
  border-top-width: 0px;
  border-top: 1px solid #111;
}

.account-points .description {
  font-size: 13px;
  padding: 30px 0;
  border-top-width: 0px;
  border-top: 1px solid #111;
}



.btn-sm {
  height: 28px;
  line-height: 24px;
}

.is_mobile .btn-sm {

  padding: 0 11px;
}

.btn-xs {
  height: 22px;
}

.checkbox-btn,
.checkbox-btn.selected,
.radio-btn,
.radio-btn.selected,
.checkbox-btn:hover {
  position: relative;
  background: none;
}

.checkbox-btn:before,
.radio-btn:before {
  content: '';
  font-family: fontuetop !important;
  border-radius: 100%;
  border: 1px solid #bbb;
  background: none;
  width: 16px;
  height: 16px;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
}


.checkbox-btn.selected:before,
.radio-btn.selected:before {
  content: '\E84c';
  font-family: fontuetop !important;
  border-radius: 100%;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  width: 16px;
  color: #fff;
  height: 16px;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
}


.btn-secondary {
  background: none;
  color: #111;
  border: 2px solid #111;
}


.order-buyList-item img {
  max-width: 60px;
  width: 70px;
  height: auto;
  max-height: none;
}

.yhsd-popup>.icon-close {
  font-size: 14px;
  font-weight: bold;
  font-family: "fontuetop" !important;
}

.icon-close:before {
  content: "\E8D5";
}

.account-sideNav dd {
  margin-left: 0;
}

.account-favorite_item-pro_link,
.account-favorite-items {
  border: none;
}

.account-favorite-items {
  padding: 20px 0 0;
}

.account-favorite_item-pro_name {
  text-align: center;
}

.account-favorite_item.i-pro {
  padding: 0 10px;
}


.account-favorite_item-pro_price_item.i-now {
  color: #333;
}

dl.account-sideNav.yhsd-form-background.yhsd-main-border {
  display: none;
}


.account-favorite_item.i-post {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 44%;
  border: 0;
  border-radius: 0;
}

.account-favorite_item.i-post:nth-child(2n+1) {
  padding-right: 3%;
}

.account-favorite_item.i-post:nth-child(2n) {
  padding-left: 3%;
}

.account-favorite_item-del.i-pro,
.account-favorite_item-del.i-post {
  background: #fff;
  right: 8%;
  border-radius: 100%;
}


/*m-cart*/
.checkbox-group label::before {
  border: 1px solid #bbb;
  border-radius: 100%;
}

.yhsd-cart .checkbox-group input:checked+label::before {
  border-radius: 100%;
}

.cart-balance-amount {
  line-height: 1.2;
}


.cart-li-product-disabled {
  background-color: #ffffff;
}

.cart-li-product.cart-li-product-disabled {
  position: relative;
  padding-left: 48px;
}

.cart-li-product.cart-li-product-disabled .cart-li-product-input {
  display: none
}

.cart-li-product-disabled .cart-li-lf {
  color: #f00;
  line-height: 1.2;
  position: absolute;
  padding-top: 0;
  z-index: 9;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  right: 13px;
  bottom: 20px;
  width: auto;
}

.cart-li-mid {
  padding-left: 32p;
}

.cart-li-product-price-num {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.create-order-amount-wrap {
  position: absolute;
  right: auto;
  left: 20px;
}

.input-row-actived label,
.choose-payment .payment-not-allowed a:link,
.choose-payment .payment-not-allowed a:visited,
.point-detail a,
.point-detail a:visited,
.center-coupon-each-inner a,
.payment-order-info a,
.empty-notify-desc-link,
.empty-notify-desc-link:visited {
  color: #ff0000
}

.yhsd-cart .checkbox-group input:checked+label::before {
  content: '\E84c';
  font-family: fontuetop !important;
}

.yhsd-cart .checkbox-group input:checked+label::before {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.popup-sku-selector-list li button.selected {
  border-color: #ff0000;
  color: #ff0000;
}

.order-schedule-each.active .order-schedule-circle {
  border-color: #ff0000
}

.order-schedule-each.active .order-schedule-bar,
.lv-schedule-inner-each .lv-bar .lv-bar-fill {
  background-color: #ff0000
}

.address-detail-b .address-default,
.input-row-actived label {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.is_mobile .input-row-actived label {

  color: #ff0000;
  border: 0px solid #ff0000;
}

.tab-txt.active {
  color: #ff0000;
  border-color: #ff0000;
}



.tips.tips--pro_list {
  border: 0;
  font-size: 16px;
  color: #999 !important;
  min-height: 200px;
  text-align: center;
  padding-top: 200px;
}

.order-buyList .yhsd-font-link {
  color: #777 !important;
}


@media screen and (min-width: 768px) {

  .tips.tips--pro_list {
    border: 0;
    font-size: 16px;
    color: #999 !important;
    min-height: 300px;
    text-align: center;
    padding-top: 300px;
  }

}

/*mobile-cart*/

.order-bill {
  font-weight: 13px;
}



html.mobile_bgcolor {
  background-color: #f5f5f5;
}


.cart-li {
  padding: 15px 15px;

}



.hairlines .cart-li-product-sku {
  border: none;
  text-decoration: underline;
}

.cart-li-product-sku {
  position: absolute;
  z-index: 9;
  display: block;
  top: 30px;
  height: 30px;
  left: 80px;
  width: 80%;
  line-height: 28px;
  border: none;
  color: #555;
  overflow: hidden;
}


.cart-li-product-sku::after {
  display: none;
}

.cart-li-mid {
  position: relative;
}


.cart-li-product-name {
  height: 80px;
  padding-left: 86px;

}

.cart-li-product-img {
  height: 80px;
  width: auto;
  max-width: 76px;
}

.cart-li-product-link {
  font-size: 13px;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 15px;
  height: 30px;

}


.cart-li-product .cart-li-rt {
  width: 70px;
}

.cart-li-product-price-num {
  top: 0;
  right: 0;
  position: absolute;
  font-weight: 700;

  color: #555;
}

.cart-li-product-info {
  margin-bottom: 0;

}

.cart-li-product-num-btn.cart-li-product-num-add,
.cart-li-product-num-btn.cart-li-product-num-reduct {
  font-family: fontuetop !important;
  position: relative;
  color: #fff;

}

.cart-li-product-num-btn.cart-li-product-num-add:before {
  content: '\E81D';
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
  width: 25px;
  height: 30px;
  text-align: center;
  z-index: 5;
}

.cart-li-product-num-btn.cart-li-product-num-reduct:before {



  content: '\E81E';
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 30px;
  text-align: center;
  color: #999;
  z-index: 5;
}

.cart-li-product-num-btn {
  font-size: 14px;
}



.cart-available-disc {
  background-color: #fff;
  padding: 8px 0;
  font-size: 13px;

}



.is_mobile .btn-lg {
  font-size: 14px;
  font-weight: 500;
  padding: 0 29px;
}

.cart-balance-amount .price {
  font-size: 16px;
  color: #ff0000;
  font-weight: 700;
}

.btn-balance {
  color: fff;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.is_mobile .order-pro-each-price .price {
  font-size: 12px;
  color: #555;
}


/* åŸºç¡€æ ·å¼ä¿®æ­£ */
.yhsd-popup-wrapper {
  z-index: 9999;
}

.wrapper-proList .cont,
.wrapper-customPage .cont,
.wrapper-postlist.cont {
  max-width: none !important;
  width: auto;
}

li {
  list-style: none;
}

.breadcrumb.proList_breadcrumb {
  display: none;
}

.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
  background: none !important;
  font-size: 14px !important;
}







.login_wrap .log-block {
  background-color: rgba(255, 255, 255, .94);
}






/* è¯¦æƒ…é¡µ */
div#procontent {
  font-weight: bold;
  padding: 5px 0;
  color: #1a1a1a;
  cursor: pointer;
}



#showoptions .share_box-item--list {
  display: block !important;
  margin-top: 8px;
}

#showoptions .share_box-button-text,
#showoptions .share_box--pro .share_box-button {
  display: none;
}


.pro-detail-addBtn .pro-detail-addCart.nostock {
  background: #777;
  color: #fff;
}

.container-fluid-mb.div_wap {
  min-height: 200px;
}


.procontent img {
  width: 100%;
  margin: 10px 0;
}

.pro-detail-short_desc {
  font-size: 12px;
  margin: 20px 0 15px;
  font-family: 'Helvetica Neue', Helvetica, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Heiti SC", "é»‘ä½“", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

div#yhsd_productDiscount {
  margin-top: 20px;
}

.pro_discount_each .settings-buyBtn_background {
  width: 50px;
  background: #D27C81;
  border-radius: 50px;
  font-size: 12px;
}

.pro-rec-title {
  font-size: 14px;
  padding: 10px 1.6% 22px;
  color: #111;
}

.pro_discount_each a {
  display: inline-block;
  color: #888;
}


.btn_wish {
  color: #999;
  text-decoration: none;
}

.btn_wish:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.showoptions_inner {
  position: relative;
  letter-spacing: 1px;
}

.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-inner .pro-detail-cnt {
  width: 100%;
  margin: 0;
  float: right;
}


.pro-detail-inner .pro-detail-sub {
  border-width: 0;
  margin-top: 18px;
  width: 100%;
}


.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: 16px;
  color: #222;
  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: 1px;
  cursor: not-allowed;
  color: #ddd;
  border-color: #ddd;
}


.zoom_item_inner {
  overflow: hidden;
  position: relative;
  padding-top: 147.0%;

}


.zoom_item {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}


.pro-detail-addBtn .pro-detail-addCart {
  text-align: center;
  width: 80%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  border: 1px solid rgba(0, 0, 0, .3);
  margin-top: 60px;
  background: none;
  color: #1a1a1a;
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  letter-spacing: 0.5px;
}

.pro-detail-addBtn .pro-detail-addCart:hover {
  border: 1px solid #1a1a1a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
}


@media screen and (min-width: 768px) {
  #showoptions .bdsharebuttonbox.fontuetop.bdshare-button-style1-16 a {
    color: #1a1a1a;
    padding: 0 16px 0 0;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
  }

  #showoptions .bdsharebuttonbox.fontuetop.bdshare-button-style1-16 a:hover {
    color: #1a1a1a;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }


  div#pro-rec .index-display-item {
    padding: 0 2%;
  }



  .showoptions_container {
    width: 26%;
    max-width: 340px;
    float: left;
  }

  .product_outer {
    position: relative;
    min-height: 550px;
    margin: 50px 0 100px;
    width: 100%;
  }



  .pro_detail-uprice {
    margin-right: 10px;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
  }



  .pro_detail-sold {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    vertical-align: bottom;
    margin-top: 2px;
  }


  div#pro-rec-wrap {
    width: 50%;
    margin: 10% auto 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: 100%;
  height: 100%;
}


#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: 30px;
}

.zoom img {
  display: block;
}

.zoom img::selection {
  background-color: transparent;
}


#showoptions .categorytitle {
  font-size: 12px;
  text-decoration: underline;
  color: #888;
}

#showoptions .pro_back {
  margin-top: 60px;
}

#showoptions .title {
  font-size: 28px;
  line-height: 1.2;
  /* margin-top:100px; */
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pro-detail-inner h3 {
  display: none;
}

.progap {
  height: 100px;
}

.pro-detail-inner .pro-detail-sub-each a {

  border-width: 0;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #1a1a1a;
  min-width: 32px;
  display: inline-block;
  float: none;
  color: #1a1a1a;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
  border-style: solid;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 12px;
  margin-right: 6px;
  margin-top: 6px;
}

.pro-detail-inner .pro-detail-sub-each .selected {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.yhsd-variantSelector-err {
  font-size: 12px;
  color: #ff0000;
  margin-top: 0;
  background: #fff;
  border: 1px solid #ff0000;
}

.pro-detail-inner .pro-detail-sub-each-wrap {
  margin-bottom: 20px;
  width: 100%;
}

#showoptions .price {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
}

#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;
}

#showoptions .x-favorite {
  margin-bottom: 20px;
}

.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("/img/acc_up.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/acc_up.jpg', sizingMethod='scale');
  background-position: right center;
  background-repeat: no-repeat;
}

.panel-title>a {
  display: block;
  width: 100%;
  background-image: url("/img/acc_down.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/acc_down.jpg', 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) {



  .pro_detail-uprice {
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
  }



  #showoptions .title {
    font-size: 24px;
    margin-top: 30px;
  }

  .procontent {
    margin-bottom: 10px;
  }

  div#pro-rec-wrap {
    margin-top: 90px;
  }

  .pro-detail-short_desc {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pro-detail-addBtn .pro-detail-addCart {
    margin: 30px 0 0;
  }


  .pro-detail-addBtn .pro-detail-addCart {
    margin: 30px auto 0;
  }

  /* .clearfix.pro-detail-inner,
  .pro-detail-addBtn {
    padding: 0 30px;
  } */

  .showoptions_container {
    text-align: center;
  }



  .pro-rec-title {
    font-size: 14px;
    padding: 10px 0 20px;
  }

  #pro-rec {
    padding: 0 25px;
  }

  #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;
  }

  .showoptions_inner {
    padding: 0px 40px;
  }

  #showoptions .text_other {
    padding: 0 25px;
  }

  .pro_detail-sold.settings-proDesc_color {
    font-size: 12px;
  }

}



.forprint {
  display: none;
}

@media print {
  div {
    display: none;
  }

  .forprint {
    display: block;
  }
}

.dropdown-menu>li>a {
  text-align: center;
  font-size: 20px;
}










.index {
  height: 100%;
  position: relative;
}

.uetop_slider {
  overflow: hidden;
  position: relative;
  height: 100%;
}



.fadeOut_mb .item {
  width: 100%;
  background: #fff;
}



.part_3--inner {
  position: absolute;
  bottom: %;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part_3--item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  background-position: center;
  background-size: contain;
}

.part_3-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0;
  overflow: hidden;

}

.part_3-desc {
  margin: 20px auto 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.part_3-link {
  margin: 40px 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  padding: 10px 40px;
  font-size: 12px;
}

.part_3-text {
  max-width: 40%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto 0;

  text-align: left;


}


.part3_text_wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}


/* slider-text1-position */











.part-item-1 .part_3--inner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-1 .part3_text_wrap {
  text-align: right;
}

.part-item-1 .part_3-text {
  margin: 0 auto 50px;
}



/* slider-text2-position */











.part-item-2 .part_3--inner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-2 .part3_text_wrap {
  text-align: right;
}

.part-item-2 .part_3-text {
  margin: 0 auto 50px;
}


/* slider-text3-position */











.part-item-3 .part_3--inner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-3 .part3_text_wrap {
  text-align: right;
}

.part-item-3 .part_3-text {
  margin: 0 auto 50px;
}



/* slider-text4-position */











.part-item-4 .part_3--inner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-4 .part3_text_wrap {
  text-align: right;
}

.part-item-4 .part_3-text {
  margin: 0 auto 50px;
}


/* slider-text5-position */











.part-item-5 .part_3--inner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-5 .part3_text_wrap {
  text-align: right;
}

.part-item-5 .part_3-text {
  margin: 0 auto 50px;
}


/* slider-text6-position */




.part-item-6 .part_3--inner {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: auto;

  z-index: 2;
  overflow: hidden;
}

.part-item-6 .part3_text_wrap {
  text-align: left;
}










/* slider-text7-position */




.part-item-7 .part_3--inner {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}

.part-item-7 .part3_text_wrap {
  text-align: left;
}














@media screen and (max-width:1024px) {

  .part_3-img-1 {
    background-image: url("/img/mpart_3_1_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_1_img.jpg', sizingMethod='scale');
  }


  .part_3-img-2 {
    background-image: url("/img/mpart_3_2_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_2_img.jpg', sizingMethod='scale');
  }


  .part_3-img-3 {
    background-image: url("/img/mpart_3_3_img.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_3_img.png', sizingMethod='scale');
  }


  .part_3-img-4 {
    background-image: url("/img/mpart_3_4_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_4_img.jpg', sizingMethod='scale');
  }


  .part_3-img-5 {
    background-image: url("/img/mpart_3_5_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_5_img.jpg', sizingMethod='scale');
  }


  .part_3-img-6 {
    background-image: url("/img/mpart_3_6_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_6_img.jpg', sizingMethod='scale');
  }


  .part_3-img-7 {
    background-image: url("/img/mpart_3_7_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mpart_3_7_img.jpg', sizingMethod='scale');
  }

}


@media screen and (min-width:1025px) {

  .part_3-img-1 {
    background-image: url("/img/part_3_1_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_1_img.jpg', sizingMethod='scale');
  }


  .part_3-img-2 {
    background-image: url("/img/part_3_2_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_2_img.jpg', sizingMethod='scale');
  }


  .part_3-img-3 {
    background-image: url("/img/part_3_3_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_3_img.jpg', sizingMethod='scale');
  }


  .part_3-img-4 {
    background-image: url("/img/part_3_4_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_4_img.jpg', sizingMethod='scale');
  }


  .part_3-img-5 {
    background-image: url("/img/part_3_5_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_5_img.jpg', sizingMethod='scale');
  }


  .part_3-img-6 {
    background-image: url("/img/part_3_6_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_6_img.jpg', sizingMethod='scale');
  }


  .part_3-img-7 {
    background-image: url("/img/part_3_7_img.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/part_3_7_img.jpg', sizingMethod='scale');
  }

}



.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: contain;
  text-align: center;
}

















@media screen and (max-width: 767px) {

  .part3_text_wrap {
    width: 80%;
  }







  .part_3--inner {
    bottom: 12% !important;
  }


  .part_3-text {
    margin: 0 auto 60px !important;
    max-width: 100%;
  }

  .part_3-title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .part_3-desc {
    font-size: 18px;
    letter-spacing: 0;
    margin: 12px auto 0;
    display: block;
  }


  .part_3-link {
    margin: 26px 5px 0;
    transform: scale(0.8);
    transform-origin: left;
  }

}









@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fadeOut_mb .item {
    padding-top: 0;
    min-height: 520px;
    height: 0;
  }
}


@media screen and (min-width: 1025px) {
  .fadeOut_mb .item {
    padding-top: 0;
    min-height: 400px;
    height: calc(100vh - 200px);
  }

}











@media screen and (max-width: 767px) {
  .fadeOut_mb .item {
    padding-top: 0;
    min-height: 400px;
    height: calc(100vh - 180px);

  }
}





.uetop_slider {
  padding-bottom: 0%;
}







.fadeOut_mb .swiper-button-next.index_next,
.fadeOut_mb .swiper-button-prev.index_prev {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 34px;
  right: 10px;
  top: auto;
  margin-top: 0;
  z-index: 99999;
  text-align: center;
}



.fadeOut_mb .swiper-button-prev.index_prev:before {
  content: '\E8CD';
  font-size: 12px;
  color: #111;
  transform: scale(.8);
}

.fadeOut_mb .swiper-button-next.index_next:before {
  content: '\E8D0';
  font-size: 12px;
  color: #111;
  transform: scale(.8);
}

.fadeOut_mb .swiper-button-prev.index_prev.div_pc {
  right: 50px;
  left: auto;
}



.home_event .col-md-12 {
  padding: 0;
}


@media screen and (max-width:767px) {
  .fadeOut_mb.swiper-container {
    padding: 0 50px;
  }

}



/* é¦–é¡µå•†å“åˆ—è¡¨ */









.indexSection2 .index-display-item {
  width: 12.5%;
}



.index-display-item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}




.big-title.Title2 {
  font-size: 16px;
  color: #313131;
  padding: 20px 0;
}

.big-title.Title2 i {
  position: absolute;
  font-size: 13px;
  right: 20px;
  top20%;
}

.big-title_titile {
  margin-bottom: 10px;
}

.big-title_text {
  font-size: 13px;
  color: #222;
}


.index-display-list .swiper-button-next:before {
  content: '\E8D0';
  font-size: 12px;
  color: #1a1a1a;
}

.index-display-list .swiper-button-prev:before {
  content: '\E8CD';
  font-size: 12px;
  color: #1a1a1a;
}

.index-display-list .swiper-button-next,
.index-display-list .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #1a1a1a;
}

.index-display-list .swiper-button-next {
  right: 2%;
}

.index-display-list .swiper-button-prev {
  left: 2%;
}

@media screen and (min-width: 768px) {
  .big-title.Title2 {
    width: 50%;
  }

  .index-prolistsecond {
    margin: 0 -2%;
  }


  .indexSection2 .index-display-item {
    padding: 2% 2%;
  }

}



@media screen and (max-width: 767px) {
  .big-title {
    display: block;
  }

  .big-title_text {
    font-size: 12px;
  }

  .big-title.Title2 {
    font-size: 16px;
  }

  .section_width.indexSection2_width {
    padding: 18% 25px 5% !important;
  }

  .indexSection2 .index-display-item {
    width: 25%;
    padding: 8px;
  }

  .indexSection2 .index-prolistsecond {
    margin: 0 -8px;
  }

  .mod.proList,
  .wrapper-proList .mod,
  .pro_list_wrap.products_wrap .mod,
  .indexSection2.border_section {
    padding: 0 10px;
  }





  .big-title.Title2 {
    font-size: 16px;
  }

  .big-title.Title2 i {
    right: 15px;
  }



}





.indexSection2 .index-display-item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .indexSection2 .index-prolistsecond {
    margin: 0 -8px;
  }

  .indexSection2 .index-display-item {
    padding: 0 !important;
  }

}





/* é¦–é¡µä¸“è¾‘ */

.home {
  padding-top: 120px;
  text-align: center;
  position: relative;
  z-index: 3;
  position: relative;
  min-height: 100vh;
}

.home__carousel {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.heading--1 {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}



.album.carousel {
  margin-left: 15%;
  margin-right: 15%;
  max-width: 1080px;
  position: relative;
}




.album.carousel .flickity-viewport {
  overflow: visible;
  position: relative;
}

.album.carousel .image {
  height: 0;
  position: relative;
  background: transparent;
  transition: background 0s linear .8s;
}



.album.carousel .image img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.grid__6 img {
  width: 100%;
  display: block;
}

.grid__6 .image {
  padding-top: 66.66666666666667%;
}



.grid__3 img {
  width: 100%;
  display: block;
}

.grid__3 .image {
  padding-top: 150%;
}



.home__carousel__item {
  position: absolute;
}

.home__carousel__item.grid__3,
.home__carousel__item.grid__6 {
  padding-left: 3%;
  padding-right: 3%;
}

.grid__3 {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *display: block;
  zoom: 1;
}


.grid__6 {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  *display: block;
  zoom: 1;
}


.home__carousel__item.grid__6 {
  width: 105%;
}


.newbutton {
  border-radius: 0;
  cursor: pointer;
  height: 24px;
  line-height: 26px;
  font-size: 11px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}



.button__h-borders.button__h-borders {
  display: block;
  position: relative;
}


@media screen and (max-width:768px) {
  .heading--1 {
    font-size: 13px;
  }

  .home {
    padding-top: 80px;
    min-height: 1px;
  }



  .home__carousel__item {
    padding-bottom: 0;
  }


  .album.carousel {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home__carousel {
    position: relative;
    margin-bottom: 50px;
  }
}



.index_tw1 .do-li.do-num1 .do-imag-conter {
  background-image: url("/img/index_pic_1.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic_1.jpg', sizingMethod='scale');
}


@media screen and (min-width: 768px) {

  .section_width,
  .wrap_width {
    position: relative;
    margin: 0 auto;
    width: 70%;
    max-width: 1565px
  }



  .product_outer.section_width {
    width: 100%;
  }
}


@media screen and (min-width: 768px)and (max-width:1680px) {
  .wrap_width.post_content_width {
    width: 70%;
  }

}


@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;
  }
}



.do-element-media img {
  width: 100%;
}


.do-element-media .do-element-media-ul {
  display: table;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;

  table-layout: fixed;
}


.do-element-media .do-li {
  float: left;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  list-style: none;
  padding: 1.2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  vertical-align: top;
}









@media screen and (min-width:768px) {
  .index_tw1 .do-element-media.pic_show {
    margin: 0 -3%;
  }

  .index_tw2 .do-element-media.pic_show {
    margin: 0 -4%;

  }
}



.do-element-media .do-li:last-child {
  margin-bottom: 0
}

.pic_show-each {
  position: relative;
  -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;
}



.pic_show-each .mhmask {
  z-index: 1;
  -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;
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: #000000;

}




.do-imag-conter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_f4 .do-imag {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:1025px) {
  .do-element-media .do-li:hover .mhmask {
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    background: #000000;

  }
}

.pic_show {
  margin: 0;
  padding: 0;
  width: auto;
}



.pic_show-each span em,
.part_3-link em {
  font-style: normal;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.do-text-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.do-text-inner:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
  box-sizing: inherit;
}


.do-text-inner {
  display: block;
  position: relative;
  height: 100%;
}


.index_pic_button {
  margin-top: 15px;
  font-size: 12px;
  display: none;

  display: block;

}

.index_pic_button span {
  padding: 5px;
  width: 18px;
  height: 6px;
  position: relative;
  display: block;
  letter-spacing: 0;
}

.pic_show-each .do-text {
  -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;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4% 0;
  z-index: 4;
  width: 80%;
  margin: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
}

.index_tw1 .pic_show-each span.only-one,
.index_tw2 .pic_show-each span.only-one {
  display: none;
}

.do-element-media h2 {
  padding: 5px 0;
  display: block;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}

.do-element-media .do-text-des {
  width: 100%;
  line-height: 1.4;
  margin: 0 auto;
}

.index_tw1 .do-element-media h2 {
  font-size: 18px;


}

.index_tw1 .do-element-media .do-text-des {
  font-size: 15px;


}





@media screen and (max-width:1660px) {
  .index_tw1 .do-element-media h2 {
    font-size: 14px;
  }

  .index_tw1 .do-element-media .do-text-des {
    font-size: 12px;
  }
}

.index_tw1 .do-li.do-num1 h2,
.index_tw1 .do-li.do-num1 .do-text-des,
.index_tw1 .do-li.do-num1 .index_pic_button span {
  color: #ffffff;
}

.index_tw1 .do-li.do-num2 h2,
.index_tw1 .do-li.do-num2 .do-text-des,
.index_tw1 .do-li.do-num2 .index_pic_button span {
  color: #ffffff;
}

.index_tw1 .do-li.do-num3 h2,
.index_tw1 .do-li.do-num3 .do-text-des,
.index_tw1 .do-li.do-num3 .index_pic_button span {
  color: #ffffff;
}

.index_tw1 .do-li.do-num4 h2,
.index_tw1 .do-li.do-num4 .do-text-des,
.index_tw1 .do-li.do-num4 .index_pic_button span {
  color: #ffffff;
}

.index_tw1 .do-li.do-num5 h2,
.index_tw1 .do-li.do-num5 .do-text-des,
.index_tw1 .do-li.do-num5 .index_pic_button span {
  color: #262626;
}

.index_tw1 .do-li.do-num6 h2,
.index_tw1 .do-li.do-num6 .do-text-des,
.index_tw1 .do-li.do-num6 .index_pic_button span {
  color: #1f1f1f;
}



@media screen and (min-width: 1025px) {
  .do-element-media .do-li:hover .do-imag .do-imag-conter {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }

  .do-imag .do-imag-conter {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: block;
    width: 100%;
  }
}




@media screen and (max-width:767px) {
  .do-element-media .do-li {
    padding-bottom: 15px !important;
  }

  .do-element-media h2 {
    padding: 3px 0;
  }
}















.index_tw1 .do-imag-conter {
  background: none;
  position: relative;
}

.index_tw1 .do-li h2,
.index_tw1 .do-li .do-text-des,
.index_tw1 .do-li .index_pic_button span {
  color: #111 !important;
}

.index_tw1 .pic_show-each .do-text {
  text-align: center;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.index_tw1 .pic_show-each span.jiantou {
  display: none;
}

.index_tw1 .pic_show-each span.only-one {
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
  display: inline-block;
  *display: inline;
  width: auto;
  border: 1px solid #111;
  height: 45px;
  line-height: 45px;
  width: 150px;
  padding: 0;
  font-weight: bold;
}

.index_tw1 .pic_show-each span.only-one:hover {
  border-radius: 10px;
  -webkit-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all .4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all .4scubic-bezier(0, 0, 0, 1) 0s;
}

.index_tw1 .pic_show-each .index_pic_button {
  margin-top: 30px;
}

.index_tw1 .do-element-media .do-text-des {
  position: relative;
  width: 60%;
  text-align: center;
  margin: 4% auto;
  line-height: 1.6;
  padding: 4% 0;
}

.index_tw1 .do-element-media .do-text-des:before {
  position: absolute;
  content: '';
  border-top: 1px solid #111;
  width: 6%;
  top: 0;
  left: 50%;
  margin-left: -3%;
}


@media screen and (min-width:768px) {
  .index_tw1 .index_pic_button {
    display: block;
  }

  .index_tw1 .pic_show-each span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }


  .index_tw1 .do-element-media .do-li .do-imag {
    padding-top: 40%;
    width: 50%;
    z-index: 9;
  }



  .index_tw1 .do-element-media .do-li {
    width: 100%;
    padding: 0 3% 30px;
  }

  .index_tw1 .do-text-wrap {
    overflow: hidden;
  }

  .index_tw1 .do-element-media .do-li:nth-child(2n+1) .do-text-wrap {
    text-align: right !important;
  }



  .index_tw1 .do-element-media .do-li:nth-child(2n+1) {
    text-align: right !important;
  }

  .index_tw1 .do-element-media .do-li:nth-child(2n) .do-text-wrap {
    text-align: left !important;
  }



  .index_tw1 .do-element-media .do-li:nth-child(2n) .do-imag {
    margin-left: 50% !important;
  }

  .index_tw1 .pic_show-each .do-text {
    margin: auto;
    width: 50% !important;
    padding: 0;
    position: relative;
    bottom: 0;
    top: 0;
  }
}


@media screen and (max-width:767px) {
  .index_tw1 .do-element-media .do-text-des {
    width: 90%;
  }

  .index_tw1 .pic_show-each .do-text {
    padding: 12% 0;
  }

  .index_tw1 .do-text-wrap {
    position: relative;
  }

  .index_tw1.border_section {
    padding: 0 25px !important;
  }

  .index_tw1 .do-element-media .do-li .do-imag,
  .index_tw1 .do-element-media .do-li .do-text-wrap {
    will-change: auto !important;
    transform: none !important;
  }

  .index_tw1 .do-element-media .do-li {
    padding: 0 0 20px !important;
    width: 100%;
  }

  .index_tw1 .do-element-media .do-li:last-child {
    padding-bottom: 0 !important;
  }

  .index_tw1 .pic_show-each .do-text {
    width: 100%;
    bottom: auto;
    top: 100%;
  }

  .index_tw1 .do-element-media .do-text-des,
  .index_tw1 .do-element-media h2 {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .index_tw1 .do-text-wrap:before {
    display: none;
  }
}


.index_tw1 .do-element-media .do-li .do-imag {
  padding-top: 0 !important;
}





















.section_width.indexSection0_width {
  padding: % 0 %;
}

.section_width.indexSection1_width {
  padding: 6% 0 2%;
}

.section_width.indexSection2_width {
  padding: 5% 0 4%;
}

.section_width.indexSection3_width {
  padding: 5% 0 7%;
}



@media screen and (max-width:767px) {


  .section_width.indexSection0_width {
    padding: 2% 0 2%;
  }

  .section_width.indexSection1_width {
    padding: 8% 0 4%;
  }

  .section_width.indexSection2_width {
    padding: 7% 0 7%;
  }

  .section_width.indexSection3_width {
    padding: 2% 25px 12%;
  }

  .big-title i {
    padding: 0 10px;
    font-size: 20px;
  }

  .indexSection1.border_section {
    padding: 0 25px
  }

  .first-title {
    display: none;
  }

  .do-element-media .do-li {
    padding-left: 10 !important;
    padding-right: 10 !important;
  }



  .index_tw1 .do-text-inner:before {
    display: none;
  }





  .pic_show-each .do-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .index_tw1 .do-element-media .do-text h2 {
    font-size: 18px;

  }

  .index_tw1 .do-element-media .do-text-des {
    font-size: 14px;
  }





}






/* index_tw2*/
.index_tw2 .do-li.do-num1 .do-imag-conter {
  background-image: url("/img/index_pic2_1.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_1.jpg', sizingMethod='scale');
}

.index_tw2 .do-li.do-num2 .do-imag-conter {
  background-image: url("/img/index_pic2_2.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_2.jpg', sizingMethod='scale');
}

.index_tw2 .do-li.do-num3 .do-imag-conter {
  background-image: url("/img/index_pic2_3.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_3.jpg', sizingMethod='scale');
}

.index_tw2 .do-li.do-num4 .do-imag-conter {
  background-image: url("/img/index_pic2_4.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_4.jpg', sizingMethod='scale');
}

.index_tw2 .do-li.do-num5 .do-imag-conter {
  background-image: url("/img/index_pic2_5.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_5.jpg', sizingMethod='scale');
}

.index_tw2 .do-li.do-num6 .do-imag-conter {
  background-image: url("/img/index_pic2_6.jpg");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/index_pic2_6.jpg', sizingMethod='scale');
}

.index_tw2 .do-element-media h2 {
  font-size: 16px;


}

.index_tw2 .do-element-media .do-text-des {
  font-size: 28px;


}




@media screen and (max-width:1660px) {
  .index_tw2 .do-element-media h2 {
    font-size: 12px;
  }

  .index_tw2 .do-element-media .do-text-des {
    font-size: 22px;
  }
}


.index_tw2 .do-li.do-num1 h2,
.index_tw2 .do-li.do-num1 .do-text-des,
.index_tw2 .do-li.do-num1 .index_pic_button span {
  color: #ffffff;
}

.index_tw2 .do-li.do-num2 h2,
.index_tw2 .do-li.do-num2 .do-text-des,
.index_tw2 .do-li.do-num2 .index_pic_button span {
  color: #ffffff;
}

.index_tw2 .do-li.do-num3 h2,
.index_tw2 .do-li.do-num3 .do-text-des,
.index_tw2 .do-li.do-num3 .index_pic_button span {
  color: #ffffff;
}

.index_tw2 .do-li.do-num4 h2,
.index_tw2 .do-li.do-num4 .do-text-des,
.index_tw2 .do-li.do-num4 .index_pic_button span {
  color: #121212;
}

.index_tw2 .do-li.do-num5 h2,
.index_tw2 .do-li.do-num5 .do-text-des,
.index_tw2 .do-li.do-num5 .index_pic_button span {
  color: #ffffff;
}

.index_tw2 .do-li.do-num6 h2,
.index_tw2 .do-li.do-num6 .do-text-des,
.index_tw2 .do-li.do-num6 .index_pic_button span {
  color: #ffffff;
}






.index_tw2 .do-text-inner:before {
  display: none;
}

.index_tw2 .pic_show-each .do-text {
  text-align: left;
  position: absolute;
  left: 10%;
  bottom: 20px;
}

@media screen and (max-width:767px) {
  .index_tw2 .pic_show-each .do-text {
    bottom: 15px;
  }
}

.index_tw2 .do-li {
  width: 100%;
}

.tw2-carousel {
  padding-bottom: 25px !important;
}

.index_tw2 .do-element-media .do-li {
  padding: 0 4%;
}

.index_tw2 .do-element-media .do-li .do-imag {
  padding-top: 0px;

  padding-top: 120.0%;
}








.section_width.tw2_width {
  padding: 5% 0 3%;
}

@media screen and (max-width:767px) {

  .section_width.tw2_width {
    padding: 7% 16px 5%;
  }


  .section_width.tw2_width {
    padding: 10% 25px 10%;
  }




  .index_tw2 .do-element-media .do-text h2 {
    font-size: 13px;

  }

  .index_tw2 .do-element-media .do-text-des {
    font-size: 20px;
  }
}









.pro-rec .swiper-button-next:before {
  content: '\E8D0';
  font-size: 12px;
  color: #1a1a1a;
}

.pro-rec .swiper-button-prev:before {
  content: '\E8CD';
  font-size: 12px;
  color: #1a1a1a;
}


.pro-rec .swiper-button-next,
.pro-rec .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #1a1a1a;
  top: 40%;
}

.pro-rec .swiper-button-next {
  right: 2%;
}

.pro-rec .swiper-button-prev {
  left: 2%;
}




.pageTitle-filter,
.pro_list_paixu,
.mdui-btn.pro_list_fenlei {
  display: inline;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
}


.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #1a1a1a;
}



.procontent {
  text-align: left;
}

@media screen and (min-width:1025px) {

  .procontent {
    -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: 88888;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 30%;
    padding: 80px 5% 5%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    right: -40%;
    background: #fff;
  }

  .proconent_active {
    overflow: hidden;
  }

  .proconent_active .procontent {
    -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;
    right: 0px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    margin-right: 0;
  }

  #showoptions {
    -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;
  }

  .proconent_active #showoptions {
    -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=0);
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }

  .procontent_film {
    width: 100%;
    height: 101%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 700;
  }

  .proconent_active .procontent_film {
    visibility: visible;
  }

  .content_close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #111;
  }
}




@media screen and (min-width:768px) {
  #nav-menu.header_noback {
    display: none;
  }
}

.mod.discountDetail {
  text-align: right;
}

@media screen and (min-width: 1250px) and (max-width:1440px) {

  #content_for_layout .cont,
  .cart-cont-footer .confirm,
  .cart-cont-footer .confirm.fixed {
    width: 980px;
  }
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-head-promote .name,
.cart-cont-footer .discounts span.price.yhsd-font-title {
  color: #f00;
}

img {
  vertical-align: middle;
}

.yhsd-base-iconfont.icon-add:before {
  content: "\E898";
  font-family: "fontuetop" !important;
}

.yhsd-base-iconfont.icon-minus {
  content: "\E897";
  font-family: "fontuetop" !important;
}

.icon-weixin-round:before,
.icon-qq-round:before,
.icon-netease-round:before,
.icon-douban-round:before,
.icon-weibo-round:before,
.icon-renren-round:before,
.social-login li a:before {
  color: #111;
  font-size: 32px;
}


h2.index_tw1_title.big-title,
h2.index_tw2_title {
  font-size: 16px;
  margin: 20px 0;
}


@media screen and (min-width: 1250px) {
  .cont.blog_list_cont {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .cont.blog_list_cont {
    max-width: 960px;
  }
}

.borderLeft,
.borderRight {
  z-index: 2;
  position: fixed;
  background-color: #ffffff;
}

.borderLeft {
  top: 0;
  left: 0;
  -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  width: 120px;
  height: 150%;
}

.borderRight {
  top: 0;
  right: 0;
  width: 120px;
  height: 150%;
}

.fadeOut_mb .swiper-pagination-fraction span {
  display: block;
}

.fadeOut_mb .swiper-pagination-fraction span.swiper-pagination-current {
  margin-bottom: 16px;
}

.fadeOut_mb .swiper-pagination-fraction span.swiper-pagination-total {
  margin-top: 16px;
}

.fadeOut_mb .swiper-pagination-fraction {
  background: none !important;
  bottom: 50%;
  margin-bottom: -37px;
  left: 18px;
  width: 14px;
  margin-left: 0;
}


.fadeOut_mb.swiper-container-horizontal>.swiper-pagination-progressbar,
.protopswiper.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: .1rem;
  height: 7rem;
  top: 50%;
  left: auto;
  margin-top: -3.5rem;
  right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
}

.index_tw1 .swiper-container-horizontal>.swiper-pagination-progressbar,
.index_tw2 .swiper-container-horizontal>.swiper-pagination-progressbar,
.index-news.swiper-container-horizontal>.swiper-pagination-progressbar,
.pro-rec .swiper-container-horizontal>.swiper-pagination-progressbar {
  height: 1px;
  top: auto;
  bottom: 20px;
}

.index-news.swiper-container-horizontal>.swiper-pagination-progressbar,
.pro-rec .swiper-container-horizontal>.swiper-pagination-progressbar {
  bottom: 0;
}


.fadeOut_mb .dot_pagination_top.swiper-pagination.swiper-pagination-progressbar {
  right: 25px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}




.fadeOut_mb.swiper-container {
  overflow: visible;
  padding-bottom: 50px;
}


.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}




@media screen and (min-width:1281px) {
  .container-fluid.home_event .section_width {
    max-width: 1180px;
  }

  .fadeOut_mb.swiper-container {
    padding: 0 15%;
  }

}


.swiper-video {
  width: 100%;
  min-width: 100%;
  height: 100%;

}





@media screen and (min-width:768px) {
  .index_nohero {
    position: relative;
    z-index: 5;
    background: #ffffff;
  }

  .fadeOut_mb .dot_pagination_top.swiper-pagination.swiper-pagination-progressbar {
    right: 60px;
  }

  .fadeOut_mb .swiper-pagination-fraction {
    left: 60px;
  }

}


/* .zoom_item .pro_detail-gallery-main-img-src {
    height:100%;width:auto;float:right;
    
} */

@media screen and (min-width:1201px) {
  .zoom_item_inner {
    padding-top: 0;
    height: 100vh;
  }
}

@media screen and (max-width:1200px) {

  .zoom_item_inner {
    height: auto !important;
  }
}


.collection-minimap {
  position: absolute;
  top: 1240px;
  left: 0;
  height: 400px;
  width: 1px;
  background-color: #e3ded9;
  z-index: 300;
}



.collection-minimap__label {
  position: absolute;
  top: -24px;
  left: -14px;
  font-family: "freight-big-pro", Georgia, Times, Times New Roman, serif;
  font-weight: 500;
  font-style: italic;
  display: block;
  font-size: 1.07143rem;
  white-space: nowrap;
  color: #afa59c;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.collection-minimap__region {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 1px;
  background-color: #afa59c;
}


.faq_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
  z-index: 99991;
}

.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;
  background: #fff;
  text-align: center;
  color: #333;
  border: 2px solid #111;
  margin-top: -130px;
  margin-left: -110px;
  width: 220px;
  height: auto;
  display: none;
  z-index: 99992;
}

.weixin_sercice img {
  width: 220px;
  height: auto;
}


.weixin_sercice span {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .hero_brand.headSlider {
    margin: 10px auto 0;
  }

  .fadeOut_mb.swiper-container {
    padding-bottom: 0;
  }

  .mod {
    padding: 0 15px;
  }
}



@media screen and (max-width: 768px) {
  .inner is-small {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
  }

  .list_top {
    letter-spacing: 0;
    position: fixed;
    left: 0;
    z-index: 35;
    background: #f5f5f5;
    top: 66px;
    width: 100%;
  }

  .list_top .table a {
    color: #666;
  }

  .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: 14px;
    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;
  }
}




@media screen and (max-width: 768px) {
  .pro_list .justhidden {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pro-rec .prolist-text-wrap {
    min-height: 30px;
  }

  .pro-rec .swiper-container {
    padding-bottom: 25px;
  }

  .nav_center_font {
    font-size: 17px;
  }

  .nav_left.header_back_inner {
    top: 0 !important;
  }

  .proback.mb_back_arrow.fontuetop {
    font-size: 18px;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
  }

  .hairlines .btn {
    border-width: 1px;
  }

  .is_mobile .btn-md {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    border: none;
  }

  .popup-component .popup h3 {
    font-weight: normal;
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .popup-component .popup .popup-cont {
    padding: 0 20px;
  }

  .popup-component .popup {
    padding: 20px 0 0;
  }

  .popup-component .popup-btns .popup-btns-left {
    border-right: 1px solid #e0e0e0;
    padding-right: 0;
  }

  .popup-component .popup-btns .popup-btns-right {
    padding-left: 0
  }

  .popup-component .popup-btns {
    border-top: 1px solid #e0e0e0;
  }

  .popup-component .popup-close {
    color: #fff;
  }

  .popup-component .popup-close:before {
    font-family: "fontuetop" !important;
    content: '\E8D5';
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }

  .popup-sku-close {
    display: none;
  }

  .edit-address .btn-primary,
  .add-address .btn-primary,
  .choose-payment-btn .btn-primary,
  .input-group-submint .btn-primary,
  .choose-coupon-btn .btn-primary {
    background: #111;
    color: #fff;
  }

  .center-head-points .yhsd-base-iconfont,
  .center .table-view-cell-l>.yhsd-base-iconfont {
    display: none;
  }


  .center-logout .center-log-out {
    font-size: 13px;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 8px 0;
    background: #fff;
    -webkit-box-flex: unset;
    -moz-flex-grow: unset;
    -webkit-flex-grow: unset;
    flex-grow: unset;
  }

  .table-view.center-logout {
    background: none;
    border: none;
  }

  .yhsd-base-icon-order-mob:before {
    font-family: "fontuetop" !important;
    content: "\E8A6";
  }

  .yhsd-base-icon-waitPay-mob:before {
    font-family: "fontuetop" !important;
    content: "\E8A2";
  }

  .yhsd-base-icon-shipment-mob:before {
    font-family: "fontuetop" !important;
    content: "\E8A5";
  }


  .yhsd-base-icon-complete:before {
    font-family: "fontuetop" !important;
    content: "\E8A4";
  }

  .login-out .input-group form {
    padding: 0;
  }

  .login-out .login-out-sub-txt {
    color: #222;
    margin: 15px 0;
  }

  .login-out-social-login h4 span {
    background: none;
    color: #222;
  }

  .login-out {
    padding: 50px 30px 40px;
    letter-spacing: 0;
  }

  .login-out .input-row label {
    padding: 0 10px;
  }

  .login-out .input-group .input-group-submint {
    margin: 25px 0 15px;
  }

  .hairlines .login-out .input-row-border,
  .hairlines .login-out .input-group form,
  .hairlines .login-out-social-login,
  .hairlines .order-list-bar .tab {
    border: none;
  }

  .login-out .input-row-border {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    margin-bottom: 15px;
  }

  .login-out-social-login-icon .yhsd-base-iconfont {
    display: inline-block;
    margin: 0 3px 10px;
    text-align: center;
    font-size: 36px;
    color: #222;
  }

  .login-out .input-group-submint .btn-primary {
    border: 2px solid #111;
    background: none;
    color: #111;
  }

  .order-list-bar {
    border-top: .5px solid #d5d5d5;
  }
}

#go_top,
#go_top2 {
  position: fixed;
  right: 60px;
  z-index: 99;
  bottom: 30px;
}

#go_top strong {
  font-size: 15px;
}

.go_top_icon {
  font-size: 28px;
  font-family: "Microsoft YaHei";
  display: none;
}


.anima_mask,
.img_anima {
  height: 100%;
  position: relative;
  overflow: hidden;
}


.anima_mask:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: -.1rem;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transition: -webkit-transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transition: transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transition: transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995), -webkit-transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  z-index: 4;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.show.anima_mask:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}



.show.anima_mask {
  opacity: 1;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}







.proList-ul.campain-ul .img_mask {
  padding: 0;
  line-height: 0 !important;
}

.proList-ul.campain-ul .lookbook_img_inner img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

.proList-ul.campain-ul .lookbook_img_inner {
  position: relative;
}

.proList-ul.campain-ul {
  padding-bottom: 8%;
}

.proList-ul .campain_grid {
  width: 100% !important;
  margin-bottom: 6%;
}

.proList-ul .campain_grid:nth-child(4n+7) {
  margin-top: -16%;
}

.proList-ul .campain_grid:nth-child(5n+3) {
  margin-top: -6%;
}

.campain_grid .proList-img {
  width: 80%;
  margin: 0 auto;
}

.campain_grid:nth-child(2n+1) .proList-img {
  width: 30%;
  max-width: 60%;
  margin-left: 20%
}

.campain_grid:nth-child(2n) .proList-img {
  width: 40%;
  max-width: 60%;
  margin-right: 10%;
}

.campain_grid:nth-child(4n+6) .proList-img {
  width: 30%;
  max-width: 60%;
  margin-right: 15%
}


.campain_grid:nth-child(3n+5) .proList-img {
  width: 24%;
  max-width: 60%;
  margin-right: 0;
}

.campain_grid:nth-child(6n+7) .proList-img {
  width: 45%;
  max-width: 60%;
  margin-right: 30%;
}

.campain_grid:nth-child(7n+4) .proList-img {
  width: 35%;
  max-width: 60%;
  margin-right: 10%;
}


@media screen and (max-width: 768px) {

  .campain_grid:nth-child(2n+1) .proList-img {
    width: 50%;
    max-width: 80%;
    margin-left: 10%
  }

  .campain_grid:nth-child(2n) .proList-img {
    width: 55%;
    max-width: 80%;
    margin-right: 10%;
  }

  .campain_grid:nth-child(4n+6) .proList-img {
    width: 50%;
    max-width: 80%;
    margin-right: 15%
  }


  .campain_grid:nth-child(3n+5) .proList-img {
    width: 44%;
    max-width: 80%;
    margin-right: 0;
  }

  .campain_grid:nth-child(6n+7) .proList-img {
    width: 60%;
    max-width: 80%;
    margin-right: 10%;
  }
}






.su-input__inner,
.su-button,
.su-input-group__append,
.su-input-group__prepend {
  border-radius: 0px !important;
}

.s-log-block .s-title {
  text-align: center;
}

.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: #000000 !important;
}

button.su-button.s-vcode_login-btn.i-default {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.su-button.i-primary {
  color: #fff;
  background: #000000 !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: 13px;
  border-radius: 0px !important;
}

input#yhsd-change-vcode {
  border-right-style: solid !important;
}



.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  /* filter:alpha(opacity=50);  
  opacity:0.5; */
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;

}