@charset "UTF-8";
/*
* @Author: wenyu
* @Date:   2016-12-19 11:14:51
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-11 13:28:23
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 11:21:40
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 19:08:33
*/
/*
* @Author: wenyu
* @Date:   2017-01-11 13:27:42
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-11 13:29:09
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 14:50:21
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-19 15:12:19
*/
/*
* @Author: wenyu
* @Date:   2017-01-05 11:49:53
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-10 10:38:37
*/
.box {
  border: 1px solid #E4E4E4;
  border-top: 2px solid #FF4349;
  background-color: #fff;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden; }

.box .box-title {
  padding: 5px 10px;
  line-height: 20px;
  font-size: 14px;
  font-family: "MicroSoft YaHei";
  font-weight: bold;
  border-bottom: 1px solid #E4E4E4;
  color: #444645; }

.box-content {
  padding: 5px 0px 0px 10px;
  position: relative; }

.tooltip {
  font-size: 12px;
  line-height: 1.5;
  z-index: 900;
  white-space: nowrap;
  font-weight: normal; }

.tooltip.top {
  padding: 7px 0; }

.tooltip.right {
  padding: 0 7px; }

.tooltip.bottom {
  padding: 7px 0; }

.tooltip.left {
  padding: 0 7px; }

.tooltip-inner {
  padding: 4px 10px;
  color: #fff;
  background-color: #eb5e58;
  border-radius: 0; }

.tooltip.top .tooltip-arrow {
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #eb5e58; }

.tooltip.top-left .tooltip-arrow {
  left: 7px;
  border-width: 7px 7px 0;
  border-top-color: #eb5e58; }

.tooltip.top-right .tooltip-arrow {
  right: 7px;
  border-width: 7px 7px 0;
  border-top-color: #eb5e58; }

.tooltip.right .tooltip-arrow {
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #eb5e58; }

.tooltip.left .tooltip-arrow {
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #eb5e58; }

.tooltip.bottom .tooltip-arrow {
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #eb5e58; }

.tooltip.bottom-left .tooltip-arrow {
  left: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #eb5e58; }

.tooltip.bottom-right .tooltip-arrow {
  right: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #eb5e58; }

.m-components {
  position: relative; }
  .m-components .m-comsloading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("http://static.lvmin.me/o_1b633qp54eu01oi614p91dm0hud7.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 19930904;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fdfdfd; }

/*
* @Author: wenyu
* @Date:   2016-12-19 13:52:47
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-19 15:13:12
*/
.m-topbar {
  height: 30px;
  background: #F2F2F2;
  border-bottom: 1px solid #eee;
  line-height: 30px; }
  .m-topbar b {
    font-weight: normal;
    margin-right: 35px; }
  .m-topbar .login-link {
    color: #666;
    margin: 0 7px; }
  .m-topbar .login-link10 {
    margin: 0 10px; }
  .m-topbar .tb-item {
    float: left;
    height: 30px;
    position: relative;
    z-index: 999; }
    .m-topbar .tb-item:hover, .m-topbar .tb-item.open {
      z-index: 1000; }
      .m-topbar .tb-item:hover .dropdown-toggle, .m-topbar .tb-item.open .dropdown-toggle {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 0 12px;
        background: #fff;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
      .m-topbar .tb-item:hover s, .m-topbar .tb-item.open s {
        position: absolute;
        width: 100%;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        height: 5px;
        background: #fff;
        bottom: -1px;
        z-index: 1001;
        box-sizing: border-box; }
      .m-topbar .tb-item:hover .dropdown-menu, .m-topbar .tb-item.open .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
        display: block; }
      .m-topbar .tb-item:hover .fa-mobile, .m-topbar .tb-item.open .fa-mobile {
        animation: ringing 2.0s 1 ease 0.5s;
        transform-origin: 50% 0; }
      .m-topbar .tb-item:hover .fa-angle-down, .m-topbar .tb-item.open .fa-angle-down {
        transform: rotate(180deg); }
  .m-topbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 900;
    transform: translatey(-10px);
    transition: all 0.3s; }
    .m-topbar .dropdown-menu li a {
      display: block;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      white-space: nowrap;
      padding: 6px 13px;
      color: #666; }
      .m-topbar .dropdown-menu li a:hover, .m-topbar .dropdown-menu li a:focus {
        color: #eb5e58;
        background-color: #fff; }
  .m-topbar .dropdown-toggle {
    line-height: 30px;
    padding: 0 13px;
    cursor: pointer;
    display: block;
    color: #666; }
    .m-topbar .dropdown-toggle li {
      vertical-align: top;
      line-height: 20px; }
      .m-topbar .dropdown-toggle li a {
        padding: 6px 13px;
        color: #666; }
        .m-topbar .dropdown-toggle li a:hover, .m-topbar .dropdown-toggle li a:focus {
          color: #FF4349;
          background-color: #fff; }
  .m-topbar .fa-angle-down {
    margin-left: 2px;
    transition: transform 0.3s; }
  .m-topbar .fa-mobile,
  .m-topbar .fa-th-list {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    margin: 0 2px 0 0;
    white-space: nowrap; }

.y_plr10 {
  padding: 0 10px; }

.iconfont {
  display: inline-block;
  width: 7px;
  height: 5px;
  vertical-align: middle;
  background-repeat: no-repeat; }

.index-toparrow {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -201px -91px;
  width: 7px;
  height: 5px;
  margin-top: 8px; }

/*
* @Author: wenyu
* @Date:   2016-12-19 16:28:32
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 09:41:54
*/
.m-logo a {
  color: #eb5e58;
  display: block; }

.m-logo img {
  max-width: 100%;
  max-height: 55px; }

/*
* @Author: wenyu
* @Date:   2016-12-20 09:30:10
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:53:59
*/
.m-search {
  float: left;
  border: 1px solid #FF4349;
  margin: 11px 10px 0 0;
  position: absolute;
  left: 460px;
  *display: inline;
  height: 37px; }
  .m-search-tabs li {
    float: left;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer; }
    .m-search-tabs li:hover {
      background-color: #ffa9ac;
      color: #fff; }
  .m-search-tabs span {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #FF4349;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    background-image: url(/static/frontshow/images/btn-searchdown.png);
    background-repeat: no-repeat;
    background-position: center right; }
  .m-search-tabs span:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    display: block;
    border-top: none; }
  .m-search-tabs .dropdown-menu {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    z-index: 900;
    transform: translatey(-10px);
    transition: all 0.3s; }
  .m-search-input {
    width: 356px;
    font-size: 12px;
    height: 33px;
    float: left;
    border-radius: 0;
    padding: 7px 10px;
    border-right: none; }
    .m-search-input:focus {
      border-color: #FF4349;
      outline: none; }
  .m-search-tabs {
    position: relative;
    float: left;
    width: 60px;
    z-index: 10;
    text-align: center; }
  .m-search-box {
    float: left; }
  .m-search-btn {
    float: left;
    width: 92px;
    height: 36px;
    border: none;
    background: url(/static/frontshow/images/sprite/index.png);
    border-radius: 0;
    padding: 0;
    transition: background 0.2s;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none; }
    .m-search-btn:hover, .m-search-btn:focus, .m-search-btn:active {
      background-color: #ff5d62;
      color: #fff;
      text-decoration: none; }
  .m-search-hot {
    clear: both;
    line-height: 18px;
    padding-top: 7px; 
    width: 508px;}
    .m-search-hot a {
      color: #9F9F9F;
      margin-right: 15px; }
      .m-search-hot a:hover {
        color: #FF4349; }
  .m-search .search_suggest {
    top: 61px;
    background: white;
    border-color: #bebebe;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    margin: 0px;
    outline: 0px;
    position: absolute;
    z-index: 99999;
    padding: 0px 10px;
    width: 448px;
    display: none; }
    .m-search .search_suggest li {
      color: #333;
      list-style: none;
      margin: 0;
      font-size: 12px;
      line-height: 24px;
      white-space: nowrap;
      min-height: 26px;
      _height: 26px;
      left: -9999px;
      top: -9999px;
      cursor: pointer; }

.index-btn-searchdown {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -183px -91px;
  width: 8px;
  height: 5px;
  position: absolute;
  right: -4px;
  top: 15px; }

/*
* @Author: wenyu
* @Date:   2016-12-20 11:27:47
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-06 17:43:33
*/
.m-topcart {
  float: right;
  margin-top: 28px;
  position: relative;
  right: 10px;
  z-index: 998; }
  .m-topcart-dropdown {
    padding: 7px 14px 7px 35px;
    border-radius: 0;
    font-size: 12px;
    line-height: 21px;
    border-color: #e7e7e7;
    color: #333;
    background-color: #f7f7f7;
    text-decoration: none; }
  .m-topcart .drop-price {
    color: #FF4349; }
  .m-topcart:hover .drop-price {
    color: #fff; }
  .m-topcart:hover .m-topcart-dropdown {
    background-color: #FF4349;
    border-color: #FF4349;
    color: #fff; }
  .m-topcart:hover .dropdown-cart-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(0px); }
  .m-topcart .dropdown-cart-menu {
    display: block;
    visibility: hidden;
    min-width: 100%;
    opacity: 0;
    min-width: 290px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-top: 2px solid #FF4349;
    transform: translatey(10px);
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 35px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 900;
    overflow-y: auto;
    max-height: 324px; }
  .m-topcart .dropdown-cart-description {
    margin-bottom: 10px; }
  .m-topcart .dropdown-cart-product-list {
    margin-bottom: 5px;
    list-style-type: none; }
    .m-topcart .dropdown-cart-product-list li {
      position: relative;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee;
      overflow: hidden; }
  .m-topcart .empty {
    margin: 0; }

.m-topcart .dropdown-cart-product-list .y_cartpic {
  width: 60px;
  float: left;
  margin-right: 15px;
  height: 60px;
  overflow: hidden; }
  .m-topcart .dropdown-cart-product-list .y_cartpic img {
    width: 60px;
    height: 60px; }
  .m-topcart .dropdown-cart-product-list .y_cartpic:hover {
    opacity: 0.8; }

.m-topcart .dropdown-cart-product-list .delete-item {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #828886;
  font-weight: 300; }
  .m-topcart .dropdown-cart-product-list .delete-item:hover {
    color: #FF4349; }

.m-topcart .dropdown-cart-product-list .item-name {
  line-height: 18px;
  margin-bottom: 2px; }

.m-topcart .dropdown-cart-product-list .dropdown-cart-details {
  float: left;
  width: 140px;
  padding-right: 20px; }

.m-topcart .dropdown-cart-product-list .item-price {
  font-size: 12px;
  color: #FF4349;
  font-weight: bold;
  padding-left: 1px; }

.m-topcart .dropdown-cart-action {
  float: right;
  margin-top: 7px; }
  .m-topcart .dropdown-cart-action > p {
    margin-bottom: 3px;
    width: 100px; }

.m-topcart .dropdown-cart-total {
  float: left;
  margin-top: 5px;
  width: 150px; }
  .m-topcart .dropdown-cart-total li {
    font: 400 12px/18px 'microsoft YaHei';
    color: #FF4349;
    margin-bottom: 5px; }
    .m-topcart .dropdown-cart-total li .dropdown-cart-total-title {
      text-transform: uppercase;
      color: #575a59;
      margin-right: 4px; }
    .m-topcart .dropdown-cart-total li .sub-price {
      color: #FF4349; }

.m-topcart .cart-menu-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 3px;
  top: 0;
  background: url(/static/frontshow/images/public/rtcart.png) 0 0 no-repeat;
  border: none; }

.m-topcart:hover .cart-menu-icon {
  background-position: 0 -30px; }

.y_toprtad {
  float: right;
  width: 134px;
  height: 48px;
  overflow: hidden;
  margin: 23px 0 0 20px; }

/*
* @Author: wenyu
* @Date:   2016-12-20 14:46:58
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 11:46:24
*/
.m-navbar-bg {
  height: 30px;
  background: #F3F5F8; }

.m-navbar {
  background: #F3F5F8; }
  .m-navbar li {
    float: left;
    font-size: 16px;
    position: relative;
    line-height: 28px;
    margin-left: 60px; }
    .m-navbar li a {
      display: inline-block;
      color: #333;
      padding: 0 20px;
      transition: background 0.2s;
      text-decoration: none; }
    .m-navbar li:hover {
      border-bottom: 2px solid #FF4349;
      text-decoration: none; }
      .m-navbar li:hover a {
        color: #FF4349; }

/*
* @Author: wenyu
* @Date:   2016-12-20 15:18:52
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:14:56
*/
.m-categorys {
  float: left;
  width: 250px;
  height: 30px;
  background: #2E2728;
  position: relative;
  z-index: 300; }
  .m-categorys h2 {
    text-align: center;
    color: #fff;
    font: 400 15px/30px 'microsoft YaHei';
    cursor: pointer;
    margin: 0; }
  .m-categorys:hover .m-prudaltc {
    display: block; }
  .m-categorys .m-prudaltc {
    display: none; }

.m-idx .m-prudaltc {
  display: block; }

.m-categorys-prod {
  float: left;
  width: 190px;
  height: 42px;
  position: relative;
  z-index: 300; }
  .m-categorys-prod h2 {
    padding-left: 15px;
    color: #fff;
    font: 400 15px/42px 'microsoft YaHei';
    background: url(/static/frontshow/images/public/m-allprd.gif) 165px 17px no-repeat #e62023;
    cursor: pointer;
    margin: 0; }

.top-nav-container {
  width: 100%;
  background: #eb5e58; }

.m-prudaltc {
  position: absolute;
  top: 30px;
  left: 0;
  width: 250px;
  height: 485px;
  border-top: none;
  background: #2E2728; }

.m-prudaltc ul li {
  *zoom: 1;
  border-left: 2px solid transparent;
  height: 97px; }

.m-prudaltc .m-pctreedl {
  position: relative;
  padding-left: 2px;
  border-bottom: 1px dashed #645C5C;
  margin: 0 11px; }

.m-prudaltc .m-pctreedl dt {
  font: 400 16px "Microsoft Yahei";
  margin-left: 1px;
  overflow: hidden;
  padding-left: 38px;
  padding-top: 19px;
  position: relative; }

.m-prudaltc .m-pctreedl .m-flpic {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 8px;
  top: 18px;
  overflow: hidden; }

.ico-sofa {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -81px -46px;
  width: 26px;
  height: 24px; }

.ico-bed {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -45px -46px;
  width: 26px;
  height: 24px; }

.ico-chair {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -33px -91px;
  width: 20px;
  height: 25px; }

.ico-children {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -117px -46px;
  width: 24px;
  height: 22px; }

.ico-tablelamp {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: 0px -91px;
  width: 23px;
  height: 25px; }

.m-prudaltc .m-pctreedl dt a {
  float: left;
  white-space: nowrap;
  margin: 0 8px 18px 8px;
  color: #fff;
  width: 100%;
  text-overflow: ellipsis;
  overflow: inherit; }

.m-prudaltc .m-pctreedl dd {
  margin-left: 10px;
  overflow: hidden;
  padding-bottom: 18px; }

.m-prudaltc .m-pctreedl dd a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  margin-right: 6px; }

.index-clr-red {
  color: #FF4349 !important; }

.m-prudaltc .m-pctreedl .line {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: 0px -150px;
  width: 8px;
  height: 15px;
  position: absolute;
  display: block;
  right: 15px;
  top: 42px;
  width: 12px;
  height: 14px;
  margin: 0;
  padding-bottom: 0;
  z-index: 2; }

.m-prudaltc li a:hover {
  color: #FF4349;
  text-decoration: underline; }

.m-prudaltc li:hover {
  border-left: 2px solid #000;
  padding-left: 0;
  background: #fff;
  z-index: 2; }
  .m-prudaltc li:hover a {
    color: #333; }
  .m-prudaltc li:hover .m-pctreedl {
    border-bottom: none; }
    .m-prudaltc li:hover .m-pctreedl .line {
      background-image: url(/static/frontshow/images/sprite/index.png);
      background-position: -18px -150px;
      width: 8px;
      height: 15px; }

.m-prudaltc .m-twotc {
  position: absolute;
  left: 249px;
  top: 0;
  width: 600px;
  overflow: hidden;
  height: 485px;
  border-right: 1px solid #2E2728;
  margin-left: 1px;
  border-bottom: 1px solid #2E2728;
  background: #fff;
  display: none; }

.m-prudaltc li:hover .m-twotc,
.m-prudaltc li:hover .line {
  display: block; }

.m-prudaltc .m-twolt {
  float: left;
  padding: 5px 27px 13px 5px;
  width: 390px;
  overflow: hidden;
  min-height: 447px; }
  .m-prudaltc .m-twolt h4 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 20px 0 14px 25px; }

.m-prudaltc .m-twolt dl {
  padding: 9px 0;
  overflow: hidden; }

.m-prudaltc .m-twolt dl.first {
  border: none; }

.m-prudaltc .m-twolt dt {
  float: left;
  width: 70px;
  height: 22px;
  overflow: hidden;
  margin-right: 8px;
  font: 700 12px/22px 'microsoft YaHei'; }

.m-prudaltc .m-twolt dt a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  width: 55px;
  text-align: right; }

.m-prudaltc .m-twolt dd {
  float: left;
  width: 280px;
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 5px; }
  .m-prudaltc .m-twolt dl:last-child dd{
border:none;
  }
.m-prudaltc .m-twolt dd a {
  float: left;
  white-space: nowrap;
  line-height: 16px;
  height: 16px;
  margin-bottom:9px;
  padding: 0 9px;
  color:#333;
  font-size:14px;
  margin-top: 3px;
  border-left: 1px solid #EDEDED; }

.m-prudaltc .m-twort {
  float: left;
  width: 202px;
  padding: 20px 0 0;
  margin-left: -1px;
  min-height: 457px; }

.m-prudaltc .m-twort h4 {
  font-weight: 700;
  padding: 7px 10px 10px 12px; }

.m-prudaltc .m-twobrand {
  overflow: hidden; }

.m-prudaltc .m-twobrand span {
  float: left;
  width: 94px;
  height: 40px;
  margin-bottom: 14px;
  margin-right: 14px;
  overflow: hidden; }

.m-prudaltc .m-twobrand img {
  margin-bottom: 14px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%; }

.icocategroy-next-white {
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -204px -46px;
  width: 5px;
  height: 9px; }

.m-prudaltc .m-twobrand span:hover img {
  -webkit-transform: translatex(-3px);
  transform: translatex(-3px); }

.m-prudaltc .m-twbrad {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .m-prudaltc .m-twbrad img {
    width: 100%;
    margin-bottom: 10px; }

.m-prudaltc .m-twbrad:hover {
  -webkit-transform: translatex(-5px);
  transform: translatex(-5px); }

.m-pdutreead {
  width: 100%;
  overflow: hidden;
  height: 198px; }

.m-pdutreead img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.m-pdutreead:hover img {
  -webkit-transform: translatex(-3px);
  transform: translatex(-3px); }

/*
* @Author: wenyu
* @Date:   2016-12-20 16:58:49
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:13:04
*/
.m-bannerslider {
  width: 100%;
  height: 485px;
  position: relative;
  overflow: hidden; }
  .m-bannerslider img {
    width: 100%;
    height: 485px; }
  .m-bannerslider .hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    text-align: center; }
    .m-bannerslider .hd ul {
      width: 100%;
      overflow: hidden;
      zoom: 1;
      float: left;
      text-align: center; }
    .m-bannerslider .hd li {
      display: inline-block;
      margin-right: 2px;
      width: 10px;
      height: 10px;
      line-height: 14px;
      text-align: center;
      background: #F3F5F8;
      cursor: pointer;
      border-radius: 100%;
      margin: 0 5px; }
    .m-bannerslider .hd li.on {
      background: #FF4349;
      color: #fff; }
  .m-bannerslider .dirct {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 41px;
    height: 69px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    _zoom: 1;
    outline: 0; }
  .m-bannerslider .bnprev {
    left: 60px;
    display: none;
    background-position: 0 50%; }
  .m-bannerslider .bnprev:hover {
    background-position: 0 50%; }
  .m-bannerslider .bnnext {
    right: 60px;
    display: none;
    background-position: -42px 50%; }
  .m-bannerslider .bnnext:hover {
    background-position: -42px 50%; }

/*
* @Author: wenyu
* @Date:   2016-12-21 10:42:10
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:15:51
*/
/* .m-oneaditem {
  height: 150px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  background: #fff; }
  .m-oneaditem .y_onadbx {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  .m-oneaditem .y_oneims {
    height: 150px;
    left: 0px;
    padding: 30px 10px 0 20px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1; }
    .m-oneaditem .y_oneims .y_name {
      color: #666;
      font: 13px/20px "microsoft yahei";
      height: 20px;
      overflow: hidden; }
    .m-oneaditem .y_oneims .y_text {
      color: #333;
      height: 18px;
      background: rgba(0, 0, 0, 0.12);
      height: 34px;
      border-radius: 17px;
      overflow: hidden;
      font: 12px/18px "microsoft yahei";
      text-align: center;
      display: inline-block;
      width: 96px;
      line-height: 34px; }
    .m-oneaditem .y_oneims h3 {
      color: #333;
      font: normal 20px "microsoft yahei";
      margin-bottom: 25px;
      overflow: hidden; }
    .m-oneaditem .y_oneims span {
      background: #FF4349;
      color: #fff;
      padding: 0 3px;
      display: inline-block; }
  .m-oneaditem img {
    transition: all 0.3s ease 0s;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-oneaditem.y_itbg .y_oneims {
    background: white; }
  .m-oneaditem .y_ovlink {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .m-oneaditem .y_hotword {
    padding-top: 20px; }
    .m-oneaditem .y_hotword li {
      height: 18px;
      overflow: hidden;
      font: 12px/18px "microsoft yahei";
      color: #888; }
  .m-oneaditem .y_tgbtn {
    height: 60px;
    margin-top: 28px;
    color: #999;
    background: url(/static/frontshow//static/frontshow/img/onetg.png) 0 28px no-repeat;
    white-space: nowrap; }
    .m-oneaditem .y_tgbtn span {
      font-size: 22px;
      color: #FF4349;
      font-family: Verdana;
      margin-left: 5px;
      vertical-align: baseline;
      line-height: 20px; } */

.iconfont {
  display: inline-block;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat; }

.ico-next {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: 0px -126px;
  width: 12px;
  height: 14px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.fastsale-left {
  width: 194px; }

.fastsale-right {
  width: 1006px; }

.fast-productmc {
  margin-bottom: 60px;
  overflow: hidden; }

.fast-flortabtit {
  width: 100%;
  height: 45px;
  overflow: hidden;
  border-bottom: 2px solid #FF4349; }
  .fast-flortabtit li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    width: 107px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font: 15px/45px 'microsoft YaHei';
    color: #333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .fast-flortabtit li.on, .fast-flortabtit li:hover {
      background: #FF4349;
      color: #fff; }

.fast-piclist {
  position: relative;
  display: none; }
  .fast-piclist .fast-itemwrap {
    width: 100%;
    overflow: hidden;
    *position: relative; }
    .fast-piclist .fast-itemwrap .itembd {
      padding: 0 9px;
      background: #fff; }
    .fast-piclist .fast-itemwrap .fast-item1 {
      color: #EA413C;
      font-weight: normal;
      font-size: 18px;
      padding: 0 3px 10px 3px;
      overflow: hidden;
      float: left;
      width: 20%;
      box-sizing: border-box;
      height: 338px; }
      .fast-piclist .fast-itemwrap .fast-item1 .fast-box {
        padding: 5px  10px 0 10px;
        border-right: 1px solid #EDEDED;
        border-left: 1px solid #EDEDED;
        height: 120px;
        width: 190px; }
        .fast-piclist .fast-itemwrap .fast-item1 .fast-box .mtsold_pmtime {
          float: right;
          margin-top: 15px; }
          .fast-piclist .fast-itemwrap .fast-item1 .fast-box .mtsold_pmtime span {
            width: 25px;
            height: 30px;
            background: #f1f1f1;
            font-size: 16px;
            color: #ff4349;
            line-height: 30px;
            display: inline-block;
            text-align: center; }
          .fast-piclist .fast-itemwrap .fast-item1 .fast-box .mtsold_pmtime em {
            width: 12px;
            height: 12px;
            font-size: 12px;
            font-family: SIL-Hei-Med-Jian;
            color: #333333;
            line-height: 12px;
            margin-left: 3px; }
      .fast-piclist .fast-itemwrap .fast-item1 .fast-pic {
        width: 190px;
        height: 190px;
        margin: 13px  auto 0 auto;
        overflow: hidden;
        transition: all 0.5s; }
        .fast-piclist .fast-itemwrap .fast-item1 .fast-pic:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        .fast-piclist .fast-itemwrap .fast-item1 .fast-pic img {
          width: 190px;
          height: 190px; }
      .fast-piclist .fast-itemwrap .fast-item1 .fast-name {
        line-height: 18px;
        overflow: hidden;
        height: 43px;
        font-size: 14px;
        font-weight: normal; }
        .fast-piclist .fast-itemwrap .fast-item1 .fast-name a {
          color: #333; word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;}
      .fast-piclist .fast-itemwrap .fast-item1 .fast-lorbtn {
        position: absolute;
        right: 20px;
        top: 60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url(/static/frontshow//static/frontshow/img/itefast-icons.png) -2px -3px no-repeat #666;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1) translatex(20px);
        -webkit-transform: scale(1.1) translatex(20px);
        z-index: 99; }
      .fast-piclist .fast-itemwrap .fast-item1 .fast-lorbtn1 {
        position: absolute;
        right: 20px;
        top: 60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url(/static/frontshow//static/frontshow/img/itefast-icons.png) -2px -3px no-repeat #666;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1) translatex(20px);
        -webkit-transform: scale(1.1) translatex(20px);
        z-index: 99; }
    .fast-piclist .fast-itemwrap .dirct {
      position: absolute;
      z-index: 999;
      width: 28px;
      height: 60px;
      top: 90px;
      text-indent: -9999px;
      overflow: hidden;
      _zoom: 1;
      outline: 0; }
    .fast-piclist .fast-itemwrap .sprev {
      left: 0px;
      background: url(/static/frontshow/images/index/fast-left.png); }
    .fast-piclist .fast-itemwrap .snext {
      right: 0;
      background: url(/static/frontshow/images/index/fast-right.png); }
  .fast-piclist .fast-noslide .sprev,
  .fast-piclist .fast-noslide .snext {
    display: none; }

.fast-visible {
  display: block; }

.big-banner-con {
  float: left;
  position: relative;
  width:240px;

 }
 .big-banner-con img{
   width:100%;
   height:100%;
 }

  .big-banner-con ul {
    position: absolute;
    left: 16px;
    top: 80px; }
    .big-banner-con ul li {
      width: 33.3%;
      float: left; }
      .big-banner-con ul li a {
        border: 1px solid #999999;
        color: #333;
        width: 88%;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        background: rgba(255, 255, 255, 0.5);
        text-align: center;
        margin-right: 12%;
        margin-bottom: 8px; }

.fast-itemwrap {
  float: left;
  width: 724px; }
  .fast-itemwrap .fast-item1 {
    float: left;
    width: 33.3%;
    background: #fff; }
    .fast-itemwrap .fast-item1 .fast-name {
      font-size: 16px; }

.fast-itemright {
  background: #fff;
  width: 236px;
  height: 360px;
  padding: 16px 12px 25px 12px; }
  .fast-itemright ul li {
    float: left;
    width: 50%; }
  .fast-itemright a {
    margin: 0 7px 14px 7px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.recommedshop_wrap {
  background: #fff;
  overflow: hidden;
  margin-bottom: 60px; }
  .recommedshop_wrap li {
    float: left;
    width: 50%;
    padding-left: 13px;
    border-right: 1px solid  #EDEDED;
    border-bottom: 1px solid  #EDEDED; }
    .recommedshop_wrap li h2 {
      font-weight: normal;
      font-size: 24px;
      font-family: SIL-Hei-Med-Jian;
      color: #333333;
      line-height: 24px;
      padding: 37px 0 37px 0; }

.recommedshop_pic a {
  margin-right: 8px;
  margin-bottom: 8px; }
  .recommedshop_pic a img{
    width:100%;
    height:100%;
  }
  .recommedshop_pic a.f-fl{
    width:380px;
  }
  .recommedshop_pic .recommedpic-left{
    float: left;
    width: 186px;
  }
  .recommedshop_pic .recommedpic-left img{
    height:186px;
  }
/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.ind-container {
  position: absolute;
    top: 47px;
    z-index: 50;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
 }

.second-login {
  position: absolute;
  width: 200px;
  right: 0; }
  .second-login .three-logintop {
    background: #fff; }
    .second-login .three-logintop h6 {
      font-weight: normal;
      font-size: 12px;
      color: #999999;
      text-align: center; }
    .second-login .three-logintop .headImg {
      text-align: center;
      padding: 46px 0 20px 0; }
      .second-login .three-logintop .headImg img {
        width: 110px;
        height: 110px;
        border-radius: 100%; }

.m_btn {
  padding: 20px 21px; }
  .m_btn a {
    margin: 0 5px;
    width:150px;
    height: 40px;
    line-height:40px;
    color: #fff; }
.m_btn a:hover{
	background-color: #FFD418;
}
.news_content {
  background: #fff;
  margin-top: 6px; }
  .news_content h2 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 8px 0;
    line-height: 16px;
    margin: 0 25px;
    border-bottom: 1px solid #EDEDED; }
  .news_content ul {
    padding: 14px 25px 10px 25px; }
    .news_content ul li a {
      font-size: 12px;
      display: block;
      color: #666666;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 3px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.guessyoulike_wrap {
  overflow: hidden;margin-bottom:60px; }
  .guessyoulike_wrap img {
    height:230px;
    width: 100%; }
  .guessyoulike_wrap li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 20px; }
  .guessyoulike_wrap .guessyoulike_box {
    background: #fff;
    padding: 0 8px; }
    .guessyoulike_wrap .guessyoulike_box p {
      font-size: 14px;
      color: #333333;
      padding-top: 13px;
      margin-bottom: 20px;
      height: 60px;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      /** 对象作为伸缩盒子模型显示 **/
      -webkit-box-orient: vertical;
      /** 设置或检索伸缩盒对象的子元素的排列方式 **/
      -webkit-line-clamp: 2;
      /** 显示的行数 **/
      overflow: hidden;
      /** 隐藏超出的内容 **/ }
    .guessyoulike_wrap .guessyoulike_box .goods_info {
      font-size: 12px;
      font-family: STHeitiTC-Medium;
      color: #FF4349;
      line-height: 12px;
      padding-bottom: 10px; }
      .guessyoulike_wrap .guessyoulike_box .goods_info .f-fr {
        color: #666; }

.goods-collect {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -177px -46px;
  width: 17px;
  height: 15px;
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

/* .goods-nocollect {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -63px -91px;
  width: 16px;
  height: 15px;
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; } */

/*
* @Author: wenyu
* @Date:   2016-12-22 09:57:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:15:23
*/
.m-floortext {
  height: 45px;
  line-height: 45px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #FF4349; }
  .m-floortext h2 {
    height: 45px;
    font-size: 20px;
    float: left;
    width: 190px;
    overflow: hidden;
    margin: 0; }
  .m-floortext img {
    vertical-align: middle; }
  .m-floortext strong {
    font-weight: normal;
    padding-left: 10px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 10:16:08
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:15:03
*/
.m-floorad {
  height: 597px; }
  .m-floorad img {
    width: 305px;
    height: 597px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 10:28:28
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:15:13
*/
.m-floorprom {
  width: 190px;
  height: 91px;
  background: #f5f5f5;
  border-right: 1px solid #e5e5e5; }
  .m-floorprom .florleft_promotionad {
    width: 170px;
    height: 80px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    overflow: hidden; }
    .m-floorprom .florleft_promotionad p {
      margin: 10px 0 6px;
      height: 16px;
      border-left: 4px solid #FF4349;
      padding-left: 17px;
      color: #333;
      font: 14px/14px 'microsoft YaHei';
      vertical-align: middle; }
    .m-floorprom .florleft_promotionad .flex-viewport {
      height: 48px !important; }
    .m-floorprom .florleft_promotionad .bd li {
      height: 24px;
      line-height: 24px;
      overflow: hidden;
      color: #333; }
    .m-floorprom .florleft_promotionad .bd li a {
      color: #333;
      -webkit-transition: transform 0.2s;
      transition: transform 0.2s;
      display: inline-block;
      padding-left: 10px;
      font-family: "microsoft yahei"; }
    .m-floorprom .florleft_promotionad .bd li a:hover {
      -webkit-transform: translatex(5px);
      transform: translatex(5px); }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.m-flortabtit {
  width: 100%;
  height: 45px;
  overflow: hidden;
  border-bottom: 2px solid #FF4349; }
  .m-flortabtit li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    width: 107px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font: 15px/45px 'microsoft YaHei';
    color: #333;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .m-flortabtit li.on, .m-flortabtit li:hover {
      background: #FF4349;
      color: #fff; }

.m-piclist {
  position: relative;
  display: none; }
  .m-piclist .m-itemwrap {
    width: 100%;
    height: 502px;
    overflow: hidden;
    *position: relative; }
    .m-piclist .m-itemwrap .m-item1 {
      position: relative;
      color: #d00;
      font-weight: bold;
      font-size: 14px;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      padding: 0 15px 10px 15px;
      overflow: hidden;
      float: left;
      width: 25%;
      box-sizing: border-box;
      height: 251px; }
      .m-piclist .m-itemwrap .m-item1 .m-pic {
        width: 150px;
        height: 150px;
        margin: 10px auto;
        overflow: hidden;
        transition: all 0.5s; }
        .m-piclist .m-itemwrap .m-item1 .m-pic:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        .m-piclist .m-itemwrap .m-item1 .m-pic img {
          width: 150px;
          height: 150px; }
      .m-piclist .m-itemwrap .m-item1 .m-name {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px; }
      .m-piclist .m-itemwrap .m-item1 .m-lorbtn {
        position: absolute;
        right: 20px;
        top: 60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url(/static/frontshow/img/item-icons.png) -2px -3px no-repeat #666;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1) translatex(20px);
        -webkit-transform: scale(1.1) translatex(20px);
        z-index: 99; }
      .m-piclist .m-itemwrap .m-item1 .m-lorbtn1 {
        position: absolute;
        right: 20px;
        top: 60px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: url(/static/frontshow//static/frontshow/img/item-icons.png) -2px -3px no-repeat #666;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1) translatex(20px);
        -webkit-transform: scale(1.1) translatex(20px);
        z-index: 99; }
      .m-piclist .m-itemwrap .m-item1:hover .m-pic {
        transform: scale(1.1) rotate(-1.5deg); }
      .m-piclist .m-itemwrap .m-item1:hover .m-lorbtn {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translatex(0px);
        -webkit-transform: scale(1) translatex(0px); }
      .m-piclist .m-itemwrap .m-item1:hover .m-lorbtn1 {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translatex(0px);
        -webkit-transform: scale(1) translatex(0px); }
    .m-piclist .m-itemwrap .dirct {
      position: absolute;
      top: 50%;
      z-index: 999;
      width: 41px;
      height: 69px;
      margin-top: -35px;
      text-indent: -9999px;
      overflow: hidden;
      _zoom: 1;
      outline: 0; }
    .m-piclist .m-itemwrap .sprev {
      left: 0px;
      background: url(http:////c1.mifile.cn/f/i/2014/cn/icon/icon-slides.png) no-repeat -84px 50%;
      background-position: 0 50%; }
    .m-piclist .m-itemwrap .sprev:hover {
      background-position: 0 50%; }
    .m-piclist .m-itemwrap .snext {
      right: 0;
      background: url(http://c1.mifile.cn/f/i/2014/cn/icon/icon-slides.png) no-repeat -125px 50%;
      background-position: -42px 50%; }
    .m-piclist .m-itemwrap .snext:hover {
      background-position: -42px 50%; }
  .m-piclist .m-noslide .sprev,
  .m-piclist .m-noslide .snext {
    display: none; }

.m-visible {
  display: block; }

.big-banner-con {
  float: left;
  position: relative;
  height: 360px;
}
  .big-banner-con ul {
    position: absolute;
    left: 16px;
    right:16px;
    top: 80px; }
    .big-banner-con ul li {
      width: 33.3%;
      float: left; }
      .big-banner-con ul li a {
        border: 1px solid #999999;
        color: #333;
        width: 88%;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        background: rgba(255, 255, 255, 0.5);
        text-align: center;
        margin-right: 12%;
        margin-bottom: 8px; }

.m-itemwrap {
  float: left;
  width: 724px; }
  .m-itemwrap .m-item1 {
    float: left;
    width: 33.3%;
    text-align: center;
    background: #fff;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    height: 180px;
  }
  .m-itemwrap .m-item1 a,.big-banner-con a{
  	height:100%
  }
    .m-itemwrap .m-item1 img{
      width:100%;
      height:100%;
    }
    .m-itemwrap .m-item1 .m-name {
      font-size: 16px;
      margin-top: 22px; }

.m-itemright {
  background: #fff;
  width: 236px;
  height: 360px;
  padding: 16px 12px 25px 12px; }
  .m-itemright ul li {
    float: left;
    width: 50%; }
    .m-itemright ul li img{
      width:100%;
      height:100%;
    }
  .m-itemright a {
    margin: 0 7px 14px 7px;
    height: 40px;
    border: 1px solid #EDEDED; }

/* .floor-title {
  text-align: center;
  position: relative;
  margin-bottom: 28px; }
  .floor-title i {
    text-align: center;
    color: #FF4349;
    height: 28px;
    font-size: 28px; }
  .floor-title .floor-column-pic {
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    width: 498px;
    height: 13px;
    background-image: url(/static/frontshow/images/index/pic-titlepic.png); }
  .floor-title .floor-column-left {
    left: 0; }
  .floor-title .floor-column-right {
    right: 0; } */

/*
* @Author: wenyu
* @Date:   2016-12-27 13:12:55
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:38:25
*/
.m-inner-footer {
  background: url(/static/frontshow/images/index/bg-footer.png) no-repeat;
  padding: 30px 0 8px 0;
  position: relative; }

.nobg_footer {
  background: transparent; }

.y_fotcont {
  padding: 0 5%;
  text-align: center;
  margin-bottom:30px;
 }

.m-inner-footer dl {
  width: 19%;
  float: none;
  *float: left;
  padding: 0 .5%;
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.m-inner-footer dt {
  float: left; }

.m-inner-footer dt.w_footer_ewm {
  margin-top: 20px; }

.m-inner-footer dd {
  margin-left: 45px;
  line-height: 24px; }

.m-inner-footer dd.w_footerh {
  font: bold 12px/1.5 'microsoft YaHei';
  color: #333;
  text-transform: uppercase;
  margin-bottom: 13px; }
  .m-inner-footer dd a{
    color:#666;
  }
.m-inner-footer dd.y_fotpic {
  padding-top: 10px; }

/*
* @Author: wenyu
* @Date:   2016-12-27 13:45:57
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:52:27
*/
.m-footer-bottom {
  padding: 15px 0 25px;
  border-top: 1px solid #fff;
  line-height: 38px;
  text-align: center; }

.m-footer-bottom a {
  color: #333;
  margin: 0 10px; }

.m-footer-bottom a:hover {
  color: #eb5e58; }

.m-footer-bottom .y_kfrx {
  margin-left: 10px;
  color: #666; }

.m-footer-bottom p {
  margin-bottom: 5px; }

.m-footer-bottom p span {
  margin: 0 5px;
  color: #333; }

/*
* @Author: wenyu
* @Date:   2016-12-29 14:08:29
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 14:52:26
*/
.m-reghead {
  height: 146px;
  background-color: #F5F5F5; }
  .m-reghead .m-ul-logo {
    width: 161px;
    height: 54px;
    margin-top: 43px; }
    .m-reghead .m-ul-logo img {
      width: 161px;
      height: 54px; }
  .m-reghead .m-ul-notice {
    float: right;
    margin-top: 88px;
    font-size: 16px; }

/*
* @Author: wenyu
* @Date:   2016-12-29 14:37:26
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 15:02:37
*/
.m-regform {
  margin: 80px 0;
  overflow: hidden; }
  .m-regform .m-regform-l {
    width: 680px;
    padding: 0 140px;
    border-right: 1px solid #ccc; }
  .m-regform .m-regform-r {
    width: 518px;
    padding-left: 40px; }
  .m-regform .reg-form-group {
    height: 54px;
    line-height: 52px;
    border: 1px solid #D8D8D8;
    background-color: transparent;
    padding: 0 0 0 20px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 400px; }
    .m-regform .reg-form-group span {
      width: 100px;
      height: 52px;
      font-size: 14px;
      color: #333;
      margin-bottom: 0;
      vertical-align: middle; }
    .m-regform .reg-form-group input {
      width: 270px;
      border: none;
      height: 100%;
      font-size: 14px;
      padding-left: 20px; }
      .m-regform .reg-form-group input:focus {
        outline: none; }
  .m-regform .reg-form-group-mobile select {
    display: inline-block;
    border: none;
    font-size: 14px;
    outline: none; }
  .m-regform .reg-form-group-code input {
    width: 170px; }
  .m-regform .reg-form-group-code img {
    width: 110px;
    height: 46px;
    position: relative;
    right: 4px; }
  .m-regform .reg-form-group-phonecode input {
    width: 170px; }
  .m-regform .reg-form-group-phonecode a {
    display: block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    background-color: #EDEDED;
    text-align: center;
    margin-top: 3px;
    position: relative;
    right: 4px; }
  .m-regform .reg-link {
    text-align: right;
    margin: 10px 0; }
    .m-regform .reg-link a {
      color: #017AFF; }
  .m-regform .reg-btn a {
    display: block;
    background-color: #FF4349;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center; }
    .m-regform .reg-btn a:hover {
      text-decoration: none;
      background-color: #ff5d62;
      transition: all .5s ease; }

.m-resiget input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px; }

.m-resiget .btn-reg {
  width: 100%;
  color: #ffffff;
  background-color: #01a1e3;
  border-color: #01a1e3;
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0.55em 1.8em;
  text-align: center;
  text-decoration: none; }
  .m-resiget .btn-reg:hover {
    background-color: #0196d4; }

.m-resiget input:-moz-placeholder {
  color: #ccc;
  font-size: 13px; }

.m-resiget input::-moz-placeholder {
  color: #ccc;
  font-size: 13px; }

.m-resiget input:-ms-input-placeholder {
  color: #ccc;
  font-size: 13px; }

/*
* @Author: wenyu
* @Date:   2016-12-29 15:45:56
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 16:08:01
*/
.m-uclogin_header {
  height: 146px;
  background: #fff; }
  .m-uclogin_header .m-ul-logo {
    width: 161px;
    height: 54px;
    margin-top: 43px; }
    .m-uclogin_header .m-ul-logo img {
      width: 161px;
      height: 54px; }
  .m-uclogin_header .m-ul-notice {
    background-color: #FFEFF0;
    border: 1px solid #FCCAB4;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    padding: 0 22px;
    margin-left: 102px;
    margin-top: 58px; }

/*
* @Author: wenyu
* @Date:   2016-12-29 15:51:50
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 15:55:10
*/
.m-loginbd {
  background-image: url(/static/frontshow/images/login/bg.jpg);
  background-position: center top;
  width: 100%;
  height: 655px; }
  .m-loginbd .g-box {
    position: relative; }
  .m-loginbd .bd {
    width: 400px;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100px;
    right: 110px; }
  .m-loginbd .bd-bg {
    background-color: #fff; }
  .m-loginbd .tab-content {
    overflow: hidden; }
  .m-loginbd .nav-tabs {
    border: none;
    padding: 0 26px; }
    .m-loginbd .nav-tabs li {
      width: 174px;
      float: left;
      border: none;
      background-color: #fff;
      margin-bottom: 0;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-size: 16px;
      margin-left: -1px; }
      .m-loginbd .nav-tabs li a {
        border: none;
        display: block;
        width: 120px;
        margin: 0 auto;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
        color: #333;
        font-weight: 600; }
  .m-loginbd .nav-tabs > li.active > a, .m-loginbd .nav-tabs > li.active > a:hover, .m-loginbd .nav-tabs > li.active > a:focus {
    border: none;
    box-shadow: none;
    background: none;
    color: #FF4349;
    cursor: pointer;
    border-bottom: 2px solid #FF4349; }
  .m-loginbd .nav > li > a:hover, .m-loginbd .nav > li > a:focus {
    background: none; }
  .m-loginbd .tab-content {
    padding: 30px 43px; }
  .m-loginbd .login-form-group {
    height: 54px;
    line-height: 52px;
    border: 1px solid #D8D8D8;
    background-color: transparent;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 20px; }
    .m-loginbd .login-form-group span {
      width: 60px;
      height: 52px;
      font-size: 14px;
      color: #333;
      margin-bottom: 0;
      vertical-align: middle; }
    .m-loginbd .login-form-group input {
      width: 200px;
      border: none;
      height: 100%;
      font-size: 14px; }
      .m-loginbd .login-form-group input:focus {
        outline: none; }
  .m-loginbd .login-link {
    text-align: right;
    margin: 10px 0; }
    .m-loginbd .login-link a {
      color: #017AFF; }
  .m-loginbd .login-btn a {
    display: block;
    background-color: #FF4349;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center; }
    .m-loginbd .login-btn a:hover {
      text-decoration: none;
      background-color: #ff5d62;
      transition: all .5s ease; }
  .m-loginbd .login-social {
    text-align: right;
    margin-top: 44px;
    font-size: 16px; }
  .m-loginbd .login-scan-txt {
    padding: 0 63px; }
    .m-loginbd .login-scan-txt .icon-scan {
      width: 20px;
      margin-left: 10px;
      position: relative;
      top: 4px; }
    .m-loginbd .login-scan-txt .lct-txt a {
      color: #FF4349; }
    .m-loginbd .login-scan-txt .lct-qrcode {
      margin-top: 14px; }
    .m-loginbd .login-scan-txt .lct-links {
      text-align: center;
      width: 100%; }
      .m-loginbd .login-scan-txt .lct-links a {
        color: #017AFF;
        font-size: 14px;
        margin-top: 23px; }
  .m-loginbd .iconfont {
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    background-repeat: no-repeat; }
  .m-loginbd .icon-wechat {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: -53px 0px;
    width: 43px;
    height: 43px; }
  .m-loginbd .icon-qq {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: 0px 0px;
    width: 43px;
    height: 43px; }
  .m-loginbd .icon-scan {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: 0px -53px;
    width: 14px;
    height: 13px; }

/*
* @Author: wenyu
* @Date:   2016-12-29 15:45:56
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 16:08:01
*/
.m-uclogin_footer {
  height:80px;
  background: #fff;
  border-top: 1px solid #E0E0E0;
}
  .m-uclogin_footer .m-ul-userlink {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 22px;
    }
    .m-uclogin_footer .m-ul-userlink li {
      display: inline-block;
      border-right: 1px solid #ccc;
      padding: 0 10px;
      margin-left: -4px;
      font-size: 12px; }
      .m-uclogin_footer .m-ul-userlink li a{
        color:#333;
      }
       .m-uclogin_footer .m-ul-userlink li:LAST-CHILD {
     	 border-right: none;
       }

/*
* @Author: wenyu
* @Date:   2016-12-29 16:24:30
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 16:37:00
*/
.w_page-title {
  float: left;
  text-align: left;
  white-space: nowrap;
  margin: 30px 0;
  font-size: 24px; }

.y_resetcont {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #eb5e58;
  margin-bottom: 20px;
  min-height: 400px;
  clear: both;
  overflow: hidden; }

.y_reseth2 {
  font: 18px/1.6 "Microsoft YaHei";
  padding: 25px 0 25px 40px; }

.y_resetstep {
  width: 806px;
  height: 50px;
  margin: 30px auto 0px;
  background: url(http://shop.qwang.com.cn/static/frontpage/img/reset_step.png) no-repeat; }

.y_restep1 {
  background-position: 0 0; }

.y_restep2 {
  background-position: 0 -50px; }

.y_restep3 {
  background-position: 0 -100px; }

.y_restep4 {
  background-position: 0 -150px; }

.y_resetbx {
  padding: 0 50px 0 50px; }

.y_resetbx .form-group {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 50px;
  overflow: hidden;
  width: auto;
  line-height: 34px;
  zoom: 1;
  *padding-bottom: 5px; }

.y_resetbx .control-label {
  font-weight: normal;
  float: left;
  width: 255px;
  text-align: right; }

.y_resetbx .form-control {
  width: 245px;
  float: left;
  height: 35px;
  line-height: 35px; }

.y_resetbx input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px; }

.y_resetbx input:-moz-placeholder {
  color: #ccc;
  font-size: 13px; }

.y_resetbx input::-moz-placeholder {
  color: #ccc;
  font-size: 13px; }

.y_resetbx input:-ms-input-placeholder {
  color: #ccc;
  font-size: 13px; }

.y_resetbx .form-group .has-tip {
  clear: both;
  padding-left: 257px; }

.y_resetbx .w_60 {
  width: 60px; }

.y_resetbx .y_resetbtnbx {
  padding: 20px 0 20px 305px; }

.y_resetbx .y_dxbtn {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 10px; }

.y_resetbx .y_resetphone {
  font-weight: bold;
  float: left;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif; }

.y_resetbx .fa-check-circle-o {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 3px 0 5px; }

.y_yzfsset {
  padding-bottom: 20px;
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 30px; }

.y_resettext {
  margin: 30px 50px 30px;
  border-top: 1px dotted #e5e5e5;
  padding: 15px 35px 0; }

.y_resettext .y_resetp {
  margin-bottom: 10px;
  line-height: 2; }

.y_resettext .y_resetp strong {
  display: block;
  color: #333; }

.y_yzsuccess {
  font: 18px/1.2 "Microsoft YaHei";
  color: #333;
  padding-left: 35px; }

.y_resetsucce {
  overflow: hidden;
  zoom: 1; }

.y_resetsucce .y_succpic {
  float: left;
  font-size: 60px;
  margin: 30px 0 0 290px; }

.y_resetsucce .y_succms {
  float: left;
  padding: 50px 0 0 20px; }

.y_resetsucce .y_succms h2 {
  margin-bottom: 15px; }

/*密码强度*/
.paddword_leve {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 6px 0 0 10px;
  overflow: hidden; }

.paddword_leve span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #f1f1f1;
  width: 50px;
  text-align: center; }

/*
* @Author: wenyu
* @Date:   2016-12-29 18:53:30
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 19:06:25
*/
.m-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  list-style: none;
  border-radius: 4px; }
  .m-breadcrumb .breadcrumb li {
    display: inline-block;
    font-size: 16px; }
    .m-breadcrumb .breadcrumb li a {
      color: #333; }

.m-breadcrumb .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

/*
* @Author: wenyu
* @Date:   2016-12-29 15:51:50
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 15:55:10
*/
.registermodel .modal-content {
  border-radius: 0; }

.registermodel .modal-dialog {
  width: 780px; }

.registermodel .modal-footer {
  border: none;
  text-align: center;
  padding: 4px 0 26px 0; }
  .registermodel .modal-footer .btn {
    width: 200px;
    height: 54px;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    background: #ededed;
    border: none;
    border-radius: 0;
    margin: 0 15px; }
  .registermodel .modal-footer .btn-default {
    background: #FF4349;
    color: #fff; }

.registermodel .modal-header {
  background: #F5F5F5;
  padding: 7px 20px; }
  .registermodel .modal-header h4 {
    font-size: 14px;
    font-weight: normal; }

.registermodel .modal-body {
  padding: 23px 40px 26px 40px; }
  .registermodel .modal-body p {
    line-height: 30px;
    font-size: 14px; }
    .registermodel .modal-body p em {
      text-decoration: underline;
      font-weight: normal; }

.m-listrecommend {
  background-color: #FAFAFA;
  height: 172px;
  padding: 20px 0; }
  .m-listrecommend .lr-l {
    width: 950px; }
    .m-listrecommend .lr-l .hd {
      width: 32px;
      height: 132px;
      text-align: center;
      background-color: #999;
      font-size: 16px;
      color: #fff;
      margin-right: 22px;
      padding: 18px 6px 0 6px; }
    .m-listrecommend .lr-l .bd li {
      width: 296px;
      height: 132px;
      display: inline-block;
      border: 1px solid #EDEDED;
      background-color: #fff; }
    .m-listrecommend .lr-l .pic {
      float: left;
      width: 130px;
      height: 130px; }
      .m-listrecommend .lr-l .pic img {
        width: 130px;
        height: 130px; }
    .m-listrecommend .lr-l .info {
      float: left;
      width: 164px;
      padding: 10px 6px; }
      .m-listrecommend .lr-l .info .txt {
        display: block;
        height: 36px;
        overflow: hidden; }
        .m-listrecommend .lr-l .info .txt a {
          color: #000; }
          .m-listrecommend .lr-l .info .txt a:hover {
            color: #FF4349; }
      .m-listrecommend .lr-l .info .price {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        color: #FF4349;
        font-weight: bold; }
      .m-listrecommend .lr-l .info .buybtn {
        width: 96px;
        height: 32px;
        line-height: 32px;
        background-color: #ededed;
        text-align: center;
        font-size: 14px;
        color: #000;
        margin-top: 5px; }
        .m-listrecommend .lr-l .info .buybtn:hover {
          background-color: #e0e0e0; }
  .m-listrecommend .lr-r {
    width: 244px;
    height: 132px; }
    .m-listrecommend .lr-r .hd {
      width: 32px;
      height: 132px;
      text-align: center;
      background-color: #999;
      font-size: 16px;
      color: #fff;
      padding: 18px 6px 0 6px; }
    .m-listrecommend .lr-r .bd {
      width: 212px;
      height: 132px;
      background-color: #fff;
      padding: 14px 24px; }
      .m-listrecommend .lr-r .bd li {
        margin-bottom: 6px; }
      .m-listrecommend .lr-r .bd a {
        color: #666; }
        .m-listrecommend .lr-r .bd a:hover {
          color: #FF4349; }

/*
* @Author: wenyu
* @Date:   2016-12-29 19:48:31
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-11 12:45:43
*/
.g-listbox-l {
  float: left;
  width: 940px; }

.g-listbox-r {
  float: left;
  width: 260px;
  padding-left: 10px; }

.m-pdlist .pd-category {
  padding: 0 12px 10px 12px;
  border: 1px solid #d8d8d8;
  overflow: hidden; }

.m-pdlist .cate-list {
  float: left;
  border-bottom: 1px dashed #D8D8D8; }
  .m-pdlist .cate-list:last-child {
    border: none; }

.m-pdlist .cl-label {
  float: left;
  width: 120px;
  min-height: 36px;
  line-height: 36px; }

.m-pdlist .cl-item {
  float: left;
  width: 740px;
  min-height: 36px;
  line-height: 36px; }
  .m-pdlist .cl-item li {
    display: inline-block;
    color: #000;
    margin-right: 6px;
    cursor: pointer; }
    .m-pdlist .cl-item li:hover, .m-pdlist .cl-item li.active {
      color: #FF4349; }

.m-pdlist .cl-op {
  float: left;
  width: 48px;
  min-height: 36px;
  line-height: 36px;
  padding-top: 7px; }
  .m-pdlist .cl-op a {
    display: block;
    border: 1px solid #ccc;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 6px; }

.m-pdlist .cate-list-pic .cl-label {
  padding-top: 40px; }

.m-pdlist .cate-list-pic .cl-item {
  padding: 14px 0 0 0; }
  .m-pdlist .cate-list-pic .cl-item li {
    margin-bottom: 14px; }

.m-pdlist .cate-list-pic .cl-op {
  padding-top: 14px; }

.m-pdlist .pd-order {
  margin-top: 17px;
  height: 44px;
  line-height: 42px;
  background-color: #F3F5F8;
  border: 1px solid #D8D8D8;
  color: #333; }
  .m-pdlist .pd-order .po-order li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-left: -1px; }
    .m-pdlist .pd-order .po-order li:hover {
      color: #FF4349;
      background-color: #fff;
      border-left: 1px solid #D8D8D8;
      border-right: 1px solid #D8D8D8;
      cursor: pointer; }
  .m-pdlist .pd-order .po-order .area-p {
    border: none; }
    .m-pdlist .pd-order .po-order .area-p:hover {
      color: #333;
      background-color: transparent;
      border: none;
      cursor: pointer; }
  .m-pdlist .pd-order .area-p div {
    background-color: #fff;
    width: 80px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #D8D8D8; }
  .m-pdlist .pd-order .area-p input {
    width: 60px;
    height: 30px;
    border: none;
    outline: none; }
  .m-pdlist .pd-order .po-search {
    padding-right: 50px; }
    .m-pdlist .pd-order .po-search input {
      width: 120px;
      height: 32px;
      border: 1px solid #d8d8d8;
      margin-left: 10px;
      outline: none;
      padding: 0 10px; }
    .m-pdlist .pd-order .po-search a.s-btn {
      width: 80px;
      display: inline-block;
      height: 32px;
      line-height: 30px;
      margin-left: -4px;
      font-size: 14px;
      text-align: center;
      color: #333;
      background-color: #D8D8D8;
      border: 1px solid #d8d8d8;
      position: relative;
       }
      .m-pdlist .pd-order .po-search a.s-btn.s-btn-white {
        background-color: #fff; }

.m-pdlist .pd-list {
  margin-left: -20px; }
  .m-pdlist .pd-list .list-item {
    float: left;
    width: 220px;
    min-height: 348px;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    position: relative; }
    .m-pdlist .pd-list .list-item:hover {
      border: 1px solid #FF4349; }
      .m-pdlist .pd-list .list-item:hover .add-cart {
        display: block; }
  .m-pdlist .pd-list .pic {
    width: 218px;
    height: 218px; }
    .m-pdlist .pd-list .pic img {
      width: 218px;
      height: 218px; }
  .m-pdlist .pd-list .price {
    font-size: 18px;
    color: #FF4349;
    font-weight: 600;
    padding: 12px 10px 0 10px; }
  .m-pdlist .pd-list .name {
    padding: 4px 10px 0 10px; }
    .m-pdlist .pd-list .name a {
      color: #333; 
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    }
      .m-pdlist .pd-list .name a:hover {
        color: #FF4349; }
  .m-pdlist .pd-list .evaluate {
    padding: 14px 10px 0 10px; }
    .m-pdlist .pd-list .evaluate .u-star {
      float: left;
      margin-top: 10px; }
    .m-pdlist .pd-list .evaluate .icon-cart {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      background-image: url("/static/frontshow/images/list/tab-ico-cart.png");
      background-repeat: no-repeat; }
    .m-pdlist .pd-list .evaluate .add-cart {
      position: absolute;
      right: 10px;
      bottom: 10px;
      display: none;
      float: right;
      width: 100px;
      height: 32px;
      line-height: 32px;
      background-color: #FF4349;
      color: #fff;
      text-align: center;
      font-size: 12px;
      transition: all ease .5s; }
      .m-pdlist .pd-list .evaluate .add-cart:hover {
        background-color: #ff5d62; }
  .m-pdlist .pd-list nav {
    text-align: center; }

.pd-list:after {
  content: "";
  clear: both;
  display: table; }

/*
* @Author: wenyu
* @Date:   2016-12-29 19:48:31
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-11 12:46:25
*/
.m-pdblock {
  padding-left: 10px; }
  .m-pdblock .m-pdorder .sort {
    width: 99%;
    padding: 0px 0px 0px 1%;
    overflow: hidden;
    height: 34px;
    line-height: 34px; }
  .m-pdblock .m-pdorder .sort-left {
    float: left;
    width: 450px; }
  .m-pdblock .m-pdorder .sort-left .sort-text {
    float: left;
    padding: 0px 3%;
    border-right: 1px solid #ddd;
    color: #444645; }
  .m-pdblock .m-pdorder .sort-left a {
    float: left;
    padding: 0px 3%;
    border-right: 1px solid #ddd;
    transition: all .5s ease-in-out; }
  .m-pdblock .m-pdorder .sort-left a:hover,
  .m-pdblock .m-pdorder .sort-left a:active,
  .m-pdblock .m-pdorder .sort-left a:focus,
  .m-pdblock .m-pdorder .sort-left a.active {
    color: #fff;
    background: #FF4349; }
  .m-pdblock .m-pdorder .sort-seacher {
    float: left; }
  .m-pdblock .m-pdorder .sort-seacher input {
    height: 19px;
    line-height: 19px;
    border: 1px solid #ddd;
    padding: 2px 4px;
    background: #fff;
    width: 120px;
    color: #939292;
    vertical-align: middle;
    text-align: left; }
  .m-pdblock .m-pdorder .sort-seacher .btn {
    padding: 3px 8px;
    border-radius: 1px;
    font-size: 12px;
    vertical-align: middle; }
  .m-pdblock .m-pdorder .sort-right {
    float: right;
    padding-right: 1%; }
  .m-pdblock .m-pdorder .sort-right .text {
    float: left;
    padding: 2px 5px 0px 0px; }
  .m-pdblock .m-pdorder .sort-right .text i {
    color: #FF4349;
    font-style: normal;
    font-weight: bold; }
  .m-pdblock .m-pdorder .sort-right a {
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
    display: inline-block;
    padding: 0 10px;
    color: #333;
    border: 1px solid #ccc;
    transition: background-color 0.4s ease;
    text-decoration: none; }
  .m-pdblock .m-pdorder .sort-right .fa {
    line-height: 14px;
    text-align: center;
    font-size: 14px; }
  .m-pdblock .m-pdorder .sort-right a:hover,
  .m-pdblock .m-pdorder .sort-right a:active,
  .m-pdblock .m-pdorder .sort-right a:focus,
  .m-pdblock .m-pdorder .sort-right a.active {
    background: #FF4349;
    border: 1px solid #FF4349;
    color: #fff; }
  .m-pdblock .m-pdorder .sort-right a:hover .fa,
  .m-pdblock .m-pdorder .sort-right a:active .fa,
  .m-pdblock .m-pdorder .sort-right a:focus .fa,
  .m-pdblock .m-pdorder .sort-right a.active .fa {
    color: #fff; }
  .m-pdblock .m-product {
    /*åº•éƒ¨é¡µç æ˜¾ç¤º*/ }
    .m-pdblock .m-product .y_iprolist {
      width: 101.5%;
      overflow: hidden; }
    .m-pdblock .m-product .y_iprolist .col-xs-3,
    .m-pdblock .m-product .y_iprolist .col-md-p2 {
      padding-left: 0px;
      padding-right: 1.5%;
      width: 100%; }
    .m-pdblock .m-product .y_iprolist .item {
      float: left;
      position: relative;
      padding: 16px 10px;
      border: 2px solid transparent;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 16px; }
    .m-pdblock .m-product .y_iprolist .item-image-wrapper {
      position: relative; }
    .m-pdblock .m-product .y_iprolist .item-image-container {
      position: relative;
      width: 100%; }
    .m-pdblock .m-product .y_iprolist .item-image-container a {
      display: block; }
    .m-pdblock .m-product .y_iprolist .item-image-container img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .m-pdblock .m-product .y_iprolist .item-image-container .y_inprsee {
      position: absolute;
      top: 0;
      left: center;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .m-pdblock .m-product .y_iprolist .item-image-container .y_inprsee .fa {
      color: #fff;
      font-size: 18px;
      margin-top: 40%;
      cursor: pointer;
      padding: 10px;
      -webkit-transform: scale(0.01);
      transform: scale(0.01);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .m-pdblock .m-product .y_iprolist .item-image-container:hover .y_inprsee {
      position: absolute; }
    .m-pdblock .m-product .y_iprolist .item-image-container .y_inprsee .fa:hover {
      background: #FF4349; }
    .m-pdblock .m-product .y_iprolist .item-image-container:hover .y_inprsee {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .y_iprolist .item-image-container:hover .fa {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .m-pdblock .m-product .y_iprolist .item-image-container .item-image {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .y_iprolist .item-image-container .item-image-hover {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 0; }
    .m-pdblock .m-product .y_iprolist .item-image-container .y_inprsee .fa:hover {
      background: #FF4349; }
    .m-pdblock .m-product .y_iprolist .item-meta-inner-container {
      margin-bottom: 7px;
      margin-top: -2px; }
    .m-pdblock .m-product .y_iprolist .item:hover .item-image-container .item-image-hover {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .y_iprolist .item-price-container {
      font: 700 16px/20px "Gudea", Arial, sans-serif;
      color: #FF4349;
      height: 22px;
      float: left; }
    .m-pdblock .m-product .y_iprolist .item-price-container.top-left {
      bottom: auto;
      top: -10px;
      right: auto;
      left: -10px; }
    .m-pdblock .m-product .y_iprolist .item-price-container.top-right {
      bottom: auto;
      top: -10px;
      right: -10px;
      left: auto; }
    .m-pdblock .m-product .y_iprolist .item-price-container.bottom-left {
      bottom: -10px;
      top: auto;
      right: auto;
      left: -10px; }
    .m-pdblock .m-product .y_iprolist .item-price-container.bottom-right {
      bottom: -10px;
      top: auto;
      right: -10px;
      left: auto; }
    .m-pdblock .m-product .y_iprolist .item-price-special {
      font: 700 16px/20px "Gudea", Arial, sans-serif;
      color: #dd0000; }
    .m-pdblock .m-product .y_iprolist .item-price-container .old-price {
      color: #fff;
      text-decoration: line-through;
      display: block;
      margin-top: 20.5px; }
    .m-pdblock .m-product .y_iprolist .item-price-container .item-price {
      margin-top: 0px;
      display: block; }
    .m-pdblock .m-product .y_iprolist .sub-price {
      font-size: 75%;
      position: relative;
      bottom: 0; }
    .m-pdblock .m-product .y_iprolist .item-price-container .old-price + .item-price {
      margin-top: 0 !important; }
    .m-pdblock .m-product .y_iprolist .item-price-container.inline {
      display: inline-block;
      font: 700 20px/1 "Gudea", Arial, sans-serif;
      color: #adadad;
      width: auto;
      height: auto;
      position: static;
      bottom: auto;
      right: auto;
      background: transparent;
      border-radius: 0; }
    .m-pdblock .m-product .y_iprolist .item-price-container.inline .old-price {
      text-decoration: line-through;
      margin: 0 8px 0 0;
      display: inline;
      color: #adadad; }
    .m-pdblock .m-product .y_iprolist .item-price-container.inline .item-price {
      color: #dd0000;
      margin: 0;
      display: inline; }
    .m-pdblock .m-product .y_iprolist .new-rect,
    .m-pdblock .m-product .y_iprolist .discount-rect {
      display: block;
      font: 600 14px "MicroSoft YaHei";
      color: #fff;
      top: 0;
      left: 0;
      padding: 4px 8px;
      position: absolute;
      text-transform: uppercase;
      z-index: 800;
      text-align: center;
      background: #FF4349; }
    .m-pdblock .m-product .y_iprolist .new-circle,
    .m-pdblock .m-product .y_iprolist .discount-circle {
      display: block;
      font: 700 16px/20px "Gudea", sans-serif;
      color: #fff;
      padding: 22.5px 0;
      position: absolute;
      text-transform: uppercase;
      z-index: 800;
      width: 65px;
      height: 65px;
      text-align: center;
      border-radius: 500px; }
    .m-pdblock .m-product .y_iprolist .item-name {
      line-height: 18px;
      height: 36px;
      overflow: hidden;
      font-size: 14px; }
    .m-pdblock .m-product .y_iprolist .item-name a {
      color: #666; }
    .m-pdblock .m-product .y_iprolist .item-name a:hover {
      color: #FF4349;
      text-decoration: underline; }
    .m-pdblock .m-product .y_iprolist .item-action {
      line-height: 15px;
      font-size: 0;
      white-space: nowrap; }
    .m-pdblock .m-product .y_iprolist .item-action * {
      vertical-align: middle;
      white-space: nowrap; }
    .m-pdblock .m-product .y_iprolist .item-add-btn {
      display: inline-block;
      height: 30px;
      min-width: 30px;
      color: #e8e8e8;
      background-color: #FF4349;
      border: 1px solid #FF4349;
      text-transform: uppercase;
      transition: background-color 0.4s;
      -webkit-transition: background-color 0.4s;
      -moz-transition: background-color 0.4s;
      vertical-align: top; }
    .m-pdblock .m-product .y_iprolist .item-add-btn:hover,
    .m-pdblock .m-product .y_iprolist .item-add-btn:focus,
    .m-pdblock .m-product .y_iprolist .item-add-btn:active,
    .m-pdblock .m-product .y_iprolist .item-add-btn.active {
      color: #fff;
      background: #FF4349;
      border-color: #FF4349; }
    .m-pdblock .m-product .y_iprolist .item-add-btn.icon-cart {
      background-image: url(/static/frontshow/img/cart.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .m-pdblock .m-product .y_iprolist .item-add-btn:hover {
      background-color: #FF9999;
      border: 1px solid #FF4349; }
    .m-pdblock .m-product .y_iprolist .icon-cart-text {
      display: inline-block;
      padding: 8px 16px 7px;
      font-weight: bold;
      font-size: 13px; }
    .m-pdblock .m-product .y_iprolist .item .item-action .item-action-inner {
      display: inline-block;
      padding-left: 20px; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .item-action .item-action-inner {
      padding-left: 0;
      width: 0;
      visibility: hidden;
      text-align: right; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .item-action .item-action-inner .icon-button {
      text-indent: 9999px; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .item-store {
      padding-top: 10px;
      line-height: 22px;
      width: 100%; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .item-store .item-store-name {
      float: left; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .item-store .item-store-sendout {
      float: right; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .ratings-amount {
      display: none; }
    .m-pdblock .m-product .y_iprolist .item.item-hover .ratings-amount a {
      font-size: 12px;
      text-decoration: underline;
      color: #428bca; }
    .m-pdblock .m-product .y_iprolist .icon-button {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      background: #FF4349;
      border: 1px solid #FF4349;
      font-size: 16px;
      border-radius: 2px;
      background-image: url(/static/frontshow/img/item-icons.png);
      background-repeat: no-repeat;
      background-position: -2px -3px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
    .m-pdblock .m-product .y_iprolist .icon-button:hover,
    .m-pdblock .m-product .y_iprolist .icon-button:focus,
    .m-pdblock .m-product .y_iprolist .icon-button:active,
    .m-pdblock .m-product .y_iprolist .icon-button.active {
      background-color: #FF9999;
      border: 1px solid #FF4349; }
    .m-pdblock .m-product .icon-button.icon-compare {
      background-position: -37px -3px;
      margin-left: 5px; }
    .m-pdblock .m-product .store_logo img {
      width: 40px;
      height: 40px; }
    .m-pdblock .m-product .item.item-hover .item-meta-container {
      text-align: left;
      width: 80%;
      float: left;
      padding: 0 20px; }
    .m-pdblock .m-product .recommend-items-slider {
      width: 100%;
      overflow: hidden; }
    .m-pdblock .m-product .recommend-items-slider .col-xs-3,
    .m-pdblock .m-product .recommend-items-slider .col-md-p2 {
      padding: 0;
      width: 100%; }
    .m-pdblock .m-product .recommend-items-slider .item {
      width: 100%;
      float: left;
      position: relative;
      padding: 16px 10px;
      box-sizing: border-box;
      border: 1px solid #eee;
      border-left: 0px;
      border-right: 0px;
      margin-bottom: 0px;
      text-align: center;
      transition: all ease-in .3s;
      margin-top: -1px; }
    .m-pdblock .m-product .recommend-items-slider .item-image-wrapper {
      position: relative;
      width: 20%;
      float: left; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container {
      position: relative;
      width: 100%; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container a {
      display: block;
      width: 100%;
      overflow: hidden; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .y_inprsee {
      position: absolute;
      top: 0;
      left: center;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .y_inprsee .fa {
      color: #fff;
      font-size: 18px;
      margin-top: 40%;
      cursor: pointer;
      padding: 10px;
      transform: scale(0.01);
      -webkit-transform: scale(0.01);
      -ms-transform: scale(0.01);
      -o-transform: scale(0.01);
      -moz-transform: scale(0.01);
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container:hover .y_inprsee {
      position: absolute; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container:hover .y_inprsee .fa:hover {
      background: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container:hover .y_inprsee {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container:hover .fa {
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .item-image {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .item-image-hover {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0px;
      top: 0px; }
    .m-pdblock .m-product .recommend-items-slider .item:hover .item-image-container .item-image-hover {
      visibility: visible;
      opacity: 1; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .new-rect,
    .m-pdblock .m-product .item.item-hover.discount-rect {
      display: block;
      font: 600 14px "MicroSoft YaHei";
      color: #fff;
      top: 0;
      left: 0;
      padding: 4px 8px;
      position: absolute;
      text-transform: uppercase;
      z-index: 800;
      text-align: center;
      background: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item-price-container {
      font: 700 16px/47px "Gudea", Arial, sans-serif;
      color: #FF4349;
      height: 47px;
      float: left; }
    .m-pdblock .m-product .recommend-items-slider .item-price-container .item-price {
      margin-top: 0px;
      display: block; }
    .m-pdblock .m-product .recommend-items-slider .item-price-container .sub-price {
      font-size: 75%;
      position: relative;
      bottom: 0; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings-container {
      line-height: 22px;
      padding: 4px 0;
      margin-bottom: 4px;
      text-align: left; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings-container * {
      vertical-align: middle; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings {
      width: 94px;
      height: 16px;
      display: inline-block;
      background: url(http://shop.qwang.com.cn/static/frontpage/img/ratings.png) no-repeat;
      background-position: 0 0; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings .ratings-result {
      height: 16px;
      background: url(http://shop.qwang.com.cn/static/frontpage/img/ratings.png) no-repeat;
      background-position: 0 -16px; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings-amount {
      color: #999;
      font-size: 14px;
      line-height: 16px;
      white-space: nowrap;
      display: none; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .ratings-amount a {
      font-size: 12px;
      text-decoration: underline;
      color: #428bca; }
    .m-pdblock .m-product .recommend-items-slider .item-name {
      line-height: 36px;
      height: 36px;
      overflow: hidden;
      font-size: 14px;
      text-align: left; }
    .m-pdblock .m-product .recommend-items-slider .item-name a {
      color: #666; }
    .m-pdblock .m-product .recommend-items-slider .item-name a:hover {
      color: #FF4349;
      text-decoration: underline; }
    .m-pdblock .m-product .recommend-items-slider .item-action {
      line-height: 15px;
      font-size: 0;
      white-space: nowrap; }
    .m-pdblock .m-product .recommend-items-slider .item-action * {
      vertical-align: middle;
      white-space: nowrap; }
    .m-pdblock .m-product .recommend-items-slider .item-add-btn {
      display: inline-block;
      height: 30px;
      min-width: 30px;
      color: #fff;
      background-color: #FF4349;
      border: 1px solid #FF4349;
      text-transform: uppercase;
      transition: background-color 0.4s;
      -webkit-transition: background-color 0.4s;
      -moz-transition: background-color 0.4s;
      vertical-align: top; }
    .m-pdblock .m-product .recommend-items-slider .item-add-btn:hover,
    .m-pdblock .m-product .recommend-items-slider .item-add-btn:focus,
    .m-pdblock .m-product .recommend-items-slider .item-add-btn:active,
    .m-pdblock .m-product .recommend-items-slider .item-add-btn.active {
      color: #fff;
      background: #FF4349;
      border-color: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item-add-btn:hover {
      background-color: #e62023;
      border: 1px solid #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .icon-cart-text {
      display: inline-block;
      padding: 8px 16px 7px;
      font-weight: bold;
      font-size: 13px; }
    .m-pdblock .m-product .recommend-items-slider .item-add-btn.icon-cart {
      background-image: url(/static/frontshow/img/cart.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .m-pdblock .m-product .recommend-items-slider .item .item-action .item-action-inner {
      display: inline-block;
      padding-left: 20px; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .item-action .item-action-inner {
      padding-left: 0;
      width: 0;
      visibility: hidden;
      text-align: right; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .item-action .item-action-inner .icon-button {
      text-indent: 9999px; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .item-store {
      padding-top: 10px;
      line-height: 22px;
      width: 100%;
      overflow: hidden;
      text-align: center; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .item-store .item-store-name {
      float: none;
      display: inline-block; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .item-store .item-store-sendout {
      float: right; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      background: #FF4349;
      border: 1px solid #FF4349;
      font-size: 16px;
      border-radius: 2px;
      background-image: url(/static/frontshow/img/item-icons.png);
      background-repeat: no-repeat;
      background-position: -2px -3px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button:hover,
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button:focus,
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button:active,
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button.active {
      background-color: #e62023;
      border: 1px solid #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover .icon-button.icon-compare {
      background-position: -37px -3px;
      margin-left: 5px; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px #eaeaea;
      -moz-box-shadow: 0 0 15px #eaeaea;
      box-shadow: 0 0 15px #eaeaea; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px #eaeaea;
      -moz-box-shadow: 0 0 15px #eaeaea;
      box-shadow: 0 0 15px #eaeaea; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px #eaeaea;
      -moz-box-shadow: 0 0 15px #eaeaea;
      box-shadow: 0 0 15px #eaeaea; }
    .m-pdblock .m-product .recommend-items-slider .item.item-hover:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 0 15px #eaeaea;
      -moz-box-shadow: 0 0 15px #eaeaea;
      box-shadow: 0 0 15px #eaeaea; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container a.add-coin {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      position: absolute;
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
      -o-transform: translateX(20px);
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .add-coin .fa {
      color: #fff; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .cart-coin {
      left: -40px;
      top: 0px; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .heart-coin {
      right: 0px;
      top: 0px; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .tooltip-inner {
      background-color: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .tooltip.left .tooltip-arrow {
      border-left-color: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .item-image-container .tooltip.right .tooltip-arrow {
      border-right-color: #FF4349; }
    .m-pdblock .m-product .recommend-items-slider .noresult {
      display: block;
      font-family: "Microsoft Yahei";
      font-size: 14px;
      font-weight: 700;
      margin: 20px;
      padding: 10px 0;
      text-align: center; }
    .m-pdblock .m-product .item-image-wrapper:hover .item-image-container .add-coin {
      background: #FF4349;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
    .m-pdblock .m-product .item-image-wrapper:hover .item-image-container .cart-coin {
      left: -20px;
      bottom: 0px; }
    .m-pdblock .m-product .item-image-wrapper:hover .item-image-container .heart-coin {
      right: 20px;
      top: 0; }
    .m-pdblock .m-product .item-image-wrapper:hover .item-image-container .add-coin:hover {
      background: #FF4349; }
    .m-pdblock .m-product .pagination-container {
      background: #fff;
      padding: 20px 0px; }
    .m-pdblock .m-product .pagination-container .page-in {
      text-align: center; }
    .m-pdblock .m-product .page-in em {
      font-style: normal; }
    .m-pdblock .m-product .page-in a {
      font-size: 13px;
      border: 1px solid #ddd;
      padding: 8px 12px;
      margin: 0px 2px;
      background: #fff; }
    .m-pdblock .m-product .page-in a:hover,
    .m-pdblock .m-product .page-in a:active,
    .m-pdblock .m-product .page-in a:focus,
    .m-pdblock .m-product .page-in a.active {
      background: #fff;
      border: 1px solid #FF4349;
      color: #FF4349;
      text-decoration: none; }
    .m-pdblock .m-product .page-in a.prev .fa,
    .m-pdblock .m-product .page-in a.next .fa {
      color: red;
      font-size: 13px;
      margin-top: -3px; }
    .m-pdblock .m-product .page-in a.prev .fa {
      margin-right: 4px; }
    .m-pdblock .m-product .page-in a.next .fa {
      margin-left: 4px; }
    .m-pdblock .m-product .page-in a:hover .fa,
    .m-pdblock .m-product .page-in a:active .fa,
    .m-pdblock .m-product .page-in a:focus .fa,
    .m-pdblock .m-product .page-in a.active .fa {
      color: #fff; }
    .m-pdblock .m-product .page-in .jumpto {
      width: 24px;
      text-align: center;
      padding: 3px 2px;
      border: 1px solid #ddd; }
    .m-pdblock .m-product .page-in .btn {
      padding: 5px 10px;
      border-radius: 0px;
      background: #FF4349;
      border: 1px solid #FF4349;
      font-size: 14px; }
    .m-pdblock .m-product .page-in .btn:hover,
    .m-pdblock .m-product .page-in .btn:active,
    .m-pdblock .m-product .page-in .btn.active {
      background: #e62023;
      border: 1px solid #FF4349;
      color: #fff;
      text-decoration: none; }

/*
* @Author: wenyu
* @Date:   2016-12-30 10:03:52
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-02 13:23:41
*/
.m-productinfo {
  margin-top: 20px;
  margin-bottom:40px
  /*内容信息*/ }
  .m-productinfo .showinfo {
    width: 400px;
    float: left; }
    .m-productinfo .showinfo .pro-img-show {
      position: relative;
      width: 400px;
      height: 495px;
      border: 2px solid #ededed;
      padding: 20px; }
      .m-productinfo .showinfo .pro-img-show .small-box {
        position: relative;
        width: 360px;
        height: 360px; }
        .m-productinfo .showinfo .pro-img-show .small-box > img {
          width:100%;
          height:100%;
          display: block; }
        .m-productinfo .showinfo .pro-img-show .small-box .hover {
          display: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 200px;
          height: 200px;
          border: 1px solid #aaa;
          background: #0099ff;
          opacity: .5;
          cursor: move; }
      .m-productinfo .showinfo .pro-img-show .thumbnail-box {
        position: relative;
        width: 100%; }
        .m-productinfo .showinfo .pro-img-show .thumbnail-box .btn {
          position: absolute;
          top: 50%;
          width: 22px;
          height: 32px;
          margin-top: -16px; }
        .m-productinfo .showinfo .pro-img-show .thumbnail-box .btn-prev {
          left: 0;
          background: url(images/btn_prev.png) no-repeat; }
        .m-productinfo .showinfo .pro-img-show .thumbnail-box .btn-next {
          right: 0;
          background: url(images/btn_next.png) no-repeat; }
        .m-productinfo .showinfo .pro-img-show .thumbnail-box .list {
          overflow: hidden;
          width: 360px;
          margin: 20px auto 0; }
          .m-productinfo .showinfo .pro-img-show .thumbnail-box .list .wrapper {
            width: 100000px;
            margin-left: -5px; }
            .m-productinfo .showinfo .pro-img-show .thumbnail-box .list .wrapper .item {
              float: left;
              margin: 0 5px; }
              .m-productinfo .showinfo .pro-img-show .thumbnail-box .list .wrapper .item img {
                border: 2px solid #fff;
                width: 64px;
                height: 64px; }
            .m-productinfo .showinfo .pro-img-show .thumbnail-box .list .wrapper .item-cur img {
              border: 2px solid #e53e41; }
      .m-productinfo .showinfo .pro-img-show .big-box {
        display: none;
        overflow: hidden;
        position: absolute;
        background: #fff;
        left: 396px;
        top: -2px;
        width: 495px;
        height: 495px;
        z-index: 999;
        border: 1px solid #e4e4e4; }
        .m-productinfo .showinfo .pro-img-show .big-box > img {
          display: block; }
    .m-productinfo .showinfo .coll-box {
      margin-top: 18px;
      overflow: hidden; }
      .m-productinfo .showinfo .coll-box a {
        color: #666;
        font-size: 12px;
        float: left;
        margin-left: 20px; }
        .m-productinfo .showinfo .coll-box a .icon {
          float: left;
          margin-right: 10px; }
      .m-productinfo .showinfo .coll-box .line {
        float: left;
        width: 2px;
        margin-left: 20px;
        color: #d8d8d8; }
      .m-productinfo .showinfo .coll-box .coll-a .icon {
        width: 16px;
        height: 15px; }
      .m-productinfo .showinfo .coll-box .share-a .icon {
        width: 17px;
        height: 17px; }
      .m-productinfo .showinfo .coll-box .decellt {
        /* background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -60px -26px; */
        background:url(/static/frontshow/images/list/staree.png);
        width: 16px;
        height: 15px;display:inline-block;vertical-align: -3px;
        margin-right: 3px; }
        .m-productinfo .showinfo .coll-box .decellt.nodecellt{
          background:url(/static/frontshow/images/list/staree.png);
        }
      .m-productinfo .showinfo .coll-box .icon-share {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: 0px -30px;
        width: 17px;
        height: 17px; }
  .m-productinfo .product_name {
    padding-top: 5px; }
  .m-productinfo .product_name h2 {
    font: 16px/22px 'microsoft YaHei';
    margin-bottom: 4px;
    color: #333;
    padding-left: 10px; }
  .m-productinfo .productrt_content {
    float: left;
    margin-left: 20px;
    width: 520px;
    overflow: hidden; }
  .m-productinfo .f_color2 {
    font: 12px/1.2 'microsoft YaHei';
    margin-bottom: 3px;
    color: #FF4349;
    padding-left: 10px;
    max-height: 3m;
    overflow: hidden;
    word-wrap: break-word; }
  .m-productinfo .product_ms {
    position: relative;
    padding-top: 10px; }
    .m-productinfo .product_ms .flash-sale {
      background: #FF4349;
      height: 40px;
      line-height: 39px;
      color: #fff;
      padding: 0 10px; }
      .m-productinfo .product_ms .flash-sale .title {
        font-size: 20px; }
      .m-productinfo .product_ms .flash-sale .lasttime {
        font-size: 12px; }
        .m-productinfo .product_ms .flash-sale .lasttime span {
          font-size: 20px;
          vertical-align: -2px;
          margin: 0 2px; }
    .m-productinfo .product_ms .num-info {
      padding: 14px 20px;
      background: #ededed; }
      .m-productinfo .product_ms .num-info > ul > li {
        line-height: 22px;
        font-size: 12px; }
        .m-productinfo .product_ms .num-info > ul > li .cont-text {
          font-size: 14px;
          margin-left: 18px; }
          .m-productinfo .product_ms .num-info > ul > li .cont-text b {
            font-weight: 400; }
      .m-productinfo .product_ms .num-info .market-price .cont-text {
        text-decoration: line-through; }
      .m-productinfo .product_ms .num-info .shop-price .cont-text {
        color: #FF4349;
        font-size: 20px; }
      .m-productinfo .product_ms .num-info .leij-num {
        line-height: 30px;
        text-align: center; }
        .m-productinfo .product_ms .num-info .leij-num p {
          display: inline-block;
          float: left;
          margin: 0 5px;
          font-size: 12px; }
          .m-productinfo .product_ms .num-info .leij-num p span {
            display: block;
            color: #333;
            font-size: 14px;
            margin-top: 5px; }
        .m-productinfo .product_ms .num-info .leij-num .line {
          border-left: 1px solid #d8d8d8;
          height: 47px;
          width: 0px; }
    .m-productinfo .product_ms .hui-info {
      padding: 14px 20px;
      background: #fffaf9; }
      .m-productinfo .product_ms .hui-info dl {
        position: relative;
        line-height: 20px; }
        .m-productinfo .product_ms .hui-info dl dt {
          position: absolute;
          font-weight: normal; }
        .m-productinfo .product_ms .hui-info dl dd {
          margin-left: 40px;
          color: #333; }
          .m-productinfo .product_ms .hui-info dl dd .icon {
            float: left;
            width: 14px;
            height: 14px;
            margin: 2px 3px 0 0; }
          .m-productinfo .product_ms .hui-info dl dd .icon-zeng {
            background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: -86px 0px;
            width: 14px;
            height: 14px; }
          .m-productinfo .product_ms .hui-info dl dd .icon-quan {
            background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: -24px -57px;
            width: 14px;
            height: 14px; }
          .m-productinfo .product_ms .hui-info dl dd a {
            color: #FF4349;
            margin-left: 12px;
            border-bottom: 1px dashed #FF4349; }
          .m-productinfo .product_ms .hui-info dl dd a:hover, .m-productinfo .product_ms .hui-info dl dd a:focus {
            text-decoration: none; }
    .m-productinfo .product_ms .select-address {
      padding: 20px;
      border-bottom: 1px solid #d8d8d8;
      line-height: 30px; }
      .m-productinfo .product_ms .select-address select{
        display: inline-block;
    border: 1px solid #d8d8d8;
    height: 30px;
    position: relative;
    margin-left: 29px;
      }
      .m-productinfo .product_ms .select-address > span {
        float: left; }
      .m-productinfo .product_ms .select-address .select-box {
        display: inline-block;
        border: 1px solid #d8d8d8;
        height: 30px;
        position: relative;
        margin-left: 29px; }
        .m-productinfo .product_ms .select-address .select-box .addr-choos {
          line-height: 29px;
          padding: 0 18px 0 10px;
          display: block; }
        .m-productinfo .product_ms .select-address .select-box s {
          -webkit-backface-visibility: hidden;
          position: absolute;
          z-index: 4;
          right: 4px;
          top: 12px;
          width: 0;
          height: 0;
          border-width: 5px;
          border-style: solid dashed dashed;
          border-color: #333 transparent transparent;
          font-size: 0;
          line-height: 0; }
        .m-productinfo .product_ms .select-address .select-box .addrss-box {
          position: absolute;
          left: -1px;
          top: 29px;
          width: 334px;
          padding: 10px 15px 15px;
          border: 1px solid #d8d8d8;
          background: #fff;
          z-index: 1;
          display: none; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .tle {
            margin-bottom: 7px;
            color: #333; }
            .m-productinfo .product_ms .select-address .select-box .addrss-box .tle .icon {
              float: right;
              width: 12px;
              height: 12px;
              cursor: pointer; }
            .m-productinfo .product_ms .select-address .select-box .addrss-box .tle .icon-close {
              background-image: url(/static/frontshow/images/sprite/details.png);
              background-position: -86px -48px;
              width: 12px;
              height: 12px; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs {
            border-bottom: 2px solid #FF4349;
            height: 25px; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li > a {
            margin-right: 0;
            padding: 3px 12px 2px;
            border: 1px solid #d8d8d8;
            border-bottom: 0;
            border-radius: 0;
            margin-right: -1px;
            background: #fff; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li > a:hover {
            background: none; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav > li > a:hover, .m-productinfo .product_ms .select-address .select-box .addrss-box .nav > li > a:focus {
            background: none; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li.active {
            z-index: 3;
            border-bottom: 2px solid #fff; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li.active > a, .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li.active > a:hover, .m-productinfo .product_ms .select-address .select-box .addrss-box .nav-tabs > li.active > a:focus {
            border: 2px solid #FF4349;
            padding: 2px 11px;
            border-bottom: 0; }
          .m-productinfo .product_ms .select-address .select-box .addrss-box .tab-pane {
            padding-top: 10px; }
            .m-productinfo .product_ms .select-address .select-box .addrss-box .tab-pane .area-item {
              width: 70px;
              float: left;
              height: 22px;
              margin-left: 2px;
              line-height: 22px; }
              .m-productinfo .product_ms .select-address .select-box .addrss-box .tab-pane .area-item .area-a {
                padding: 0 3px; }
                .m-productinfo .product_ms .select-address .select-box .addrss-box .tab-pane .area-item .area-a:hover {
                  background: #FF4349;
                  color: #fff; }
      .m-productinfo .product_ms .select-address .curr .addr-choos {
        background: #fff;
        position: relative;
        z-index: 3;
        border-bottom: 1px solid #fff; }
      .m-productinfo .product_ms .select-address .curr .addrss-box {
        display: block; }
      .m-productinfo .product_ms .select-address .curr s {
        -webkit-backface-visibility: hidden;
        border-color: #ff4349 transparent transparent;
        -webkit-transition: -webkit-transform .2s ease-in;
        -moz-transition: -moz-transform .2s ease-in;
        -o-transition: -o-transform .2s ease-in;
        transition: transform .2s ease-in;
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 50% 30%;
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 50% 30%;
        -o-transform: rotate(180deg);
        -o-transform-origin: 50% 30%;
        transform: rotate(180deg);
        transform-origin: 50% 30%; }
    .m-productinfo .product_ms .select-attr, .m-productinfo .product_ms .select-attr1 {
      padding: 0 20px;
      margin-top: 10px;
      position: relative; 

    }
      .m-productinfo .product_ms .select-attr dt, .m-productinfo .product_ms .select-attr1 dt  {
        position: absolute;
        top: 14px;
        left: 20px;
        font-weight: normal; }
      .m-productinfo .product_ms .select-attr dd , .m-productinfo .product_ms .select-attr1 dd{
        margin-left: 66px; }
        .m-productinfo .product_ms .select-attr dd a ,.m-productinfo .product_ms .select-attr1 dd a {
          border: 1px solid #dcdcdc;
          background: #fff;
          padding: 1px 10px;
          height: 32px;
          float: left;
          line-height: 30px;
          margin-top: 6px;
          margin-right: 6px;
          position: relative; }
          .m-productinfo .product_ms .select-attr dd a img, .m-productinfo .product_ms .select-attr1 dd a img {
            display: block; }
          .m-productinfo .product_ms .select-attr dd a s,  .m-productinfo .product_ms .select-attr1 dd a s {
            display: none;
            width: 8px;
            height: 8px;
            position: absolute;
            right: -2px;
            bottom: -2px;
            background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: 0px -81px;
            width: 8px;
            height: 8px; }
        .m-productinfo .product_ms .select-attr dd a:hover, .m-productinfo .product_ms .select-attr dd a:focus, .m-productinfo .product_ms .select-attr1 dd a:hover, .m-productinfo .product_ms .select-attr1 dd a:focus {
          text-decoration: none; }
        .m-productinfo .product_ms .select-attr dd .curr, .m-productinfo .product_ms .select-attr1 dd .curr {
          position: relative;
          border: 2px solid #FF4349;
          padding: 0 9px; }
          .m-productinfo .product_ms .select-attr dd .curr s,.m-productinfo .product_ms .select-attr1 dd .curr s {
            display: block; }
    .m-productinfo .product_ms .select-img dt {
      top: 16px; }
    .m-productinfo .product_ms .select-img dd a {
      width:auto;
      padding: 1px;
      height: 35px; }
      .m-productinfo .product_ms .select-img dd a img{
        width: 35px;
        height: 100%;
        float: left;
      }
      .m-productinfo .product_ms .select-img dd a span{
        float:left;
        margin-left:2px;
      }
    .m-productinfo .product_ms .select-img dd .curr {
      padding: 0; }
    .m-productinfo .product_ms .select-num dt {
      top: 12px; }
    .m-productinfo .product_ms .select-num .select-box {
      margin-top: 6px; }
      .m-productinfo .product_ms .select-num .select-box a, .m-productinfo .product_ms .select-num .select-box input {
        float: left; }
      .m-productinfo .product_ms .select-num .select-box a {
        height: 27px;
        width: 27px;
        line-height: 22px;
        font-size: 22px;
        margin-top: 0;
        padding: 0;
        text-align: center;
        border: 1px solid #dcdcdc;
        background: #f4f4f4;
        color: #333;
        margin-right: 0; }
      .m-productinfo .product_ms .select-num .select-box .disabled {
        color: #ccc;
        cursor: default; }
      .m-productinfo .product_ms .select-num .select-box input {
        width: 46px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        border: 1px solid #dcdcdc;
        border-width: 1px 0; }
    .m-productinfo .product_ms .select-num label {
      line-height: 27px;
      font-weight: normal;
      margin-left: 4px;
      margin-top: 6px; }
  .m-productinfo .y_gobuybtn {
    padding: 10px 0 20px; }
    .m-productinfo .y_gobuybtn .btn {
      margin-right: 3px;
      font-size: 16px; }
      .m-productinfo .y_gobuybtn .btn .icon {
        float: left;
        width: 17px;
        height: 17px;
        margin: 2px 10px 0 0; }
      .m-productinfo .y_gobuybtn .btn .icon-cart {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -27px -30px;
        width: 17px;
        height: 17px; }
    .m-productinfo .y_gobuybtn .btn-lg {
      padding: 10px 32px;
      border-radius: 2px; }
      .m-productinfo .y_gobuybtn .btn-lg.u-btn-yellow {
        margin-right:5px;
      }

/*
* @Author: wenyu
* @Date:   2016-12-30 10:58:08
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 11:06:20
*/
.m-storeinfo {
  background: #e8e8e8;
  width: 150px;
  height: 210px;
  float: right;
  position: relative;
  margin-top: 20px; }

.m-storeinfo .y_storelog a {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  background: #fff;
  display: block;
  text-align: center;
  margin: 20px auto; }

.m-storeinfo .y_storelog a.current {
  background: #FF4349;
  text-align: center;
  font: 500 16px "microsoft yahei";
  color: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 20px;
  text-decoration: none; }

.m-storeinfo .y_storelog a.current span {
  display: inline-block;
  margin: 35px 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px; }

.m-storeinfo .y_storelog img {
  border-radius: 100%;
  width: 110px;
  height: 110px; }

.m-storeinfo .y_storelog:hover a.current {
  display: inline-block; }

.m-storeinfo .y_storelog .collect_btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  background: url(http://shop.qwang.com.cn/static/frontpage/img/collect_ico.png) no-repeat;
  width: 62px;
  height: 40px; }

.m-storeinfo .y_storename p {
  color: #333;
  margin: 0 0 0 10px;
  font: 500 14px "microsoft yahei"; }

.m-storeinfo .y_storename .y_grade {
  background: url(http://shop.qwang.com.cn/static/frontpage/img/grade.png) no-repeat 0 -18px;
  display: inline-block;
  width: 119px;
  height: 18px;
  margin: 10px 0 0 0; }

.m-storeinfo .y_storename .y_grade .y_grade_result {
  background: url(http://shop.qwang.com.cn/static/frontpage/img/grade.png) no-repeat 0 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.y_storeline {
  padding-top: 10px;
  clear: both;
  width: 100%;
  text-align: center;
  float: right; }

.y_storeline img {
  vertical-align: middle; }

/*
* @Author: wenyu
* @Date:   2016-12-30 11:07:58
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 11:08:38
*/
.m-storeline {
  padding-top: 10px;
  clear: both;
  width: 100%;
  text-align: center;
  float: right; }

.m-storeline img {
  vertical-align: middle; }

/*
* @Author: wenyu
* @Date:   2016-12-30 11:51:43
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 12:15:01
*/
.m-share {
  float: left; }

/*
* @Author: wenyu
* @Date:   2016-12-30 12:05:23
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 12:15:08
*/
.m-collecpd {
  float: left; }
  .m-collecpd img, .m-collecpd span {
    vertical-align: middle; }

/*
* @Author: wenyu
* @Date:   2016-12-30 13:31:48
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 16:54:08
*/
.m-pdgroup {
  margin-bottom: 20px; }
  .m-pdgroup .y_mb20 {
    margin-bottom: 20px; }
  .m-pdgroup .tabtit {
    border: 1px solid #ddd;
    border-top: 2px solid #FF4349;
    background: #f9f9f9;
    height: 40px; }
  .m-pdgroup .tabtit .tab_style2 {
    float: left;
    margin-left: -1px; }
  .m-pdgroup .tab_style2 li.active {
    margin-top: -6px; }
  .m-pdgroup .tab_style2 li {
    float: left;
    position: relative; }
  .m-pdgroup .tab_style2 li.active a {
    border-top: 2px solid #ff2a30;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 9px 29px 8px; }
  .m-pdgroup .tab_style2 li a:hover,
  .m-pdgroup .tab_style2 li.active a {
    color: #ff2a30;
    text-decoration: none; }
  .m-pdgroup .tab_style2 li a {
    padding: 5px 30px 7px;
    border-radius: 0;
    display: inline-block;
    font: 400 15px/28px "microsoft YaHei";
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .m-pdgroup .y_recodepd2 {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding-bottom: 10px;
    padding-top: 10px; }
  .m-pdgroup .tab-content > .active {
    display: block; }
  .m-pdgroup .y_rocdtotle {
    float: right;
    width: 185px;
    position: relative;
    padding-left: 55px;
    margin-top: 10px; }
  .m-pdgroup .y_normprd {
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    margin: 14px 0 0 29px;
    _display: inline; }
  .m-pdgroup .y_normprd .y_norpic:hover {
    border-color: #ddd; }
  .m-pdgroup .y_normprd .y_norpic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .m-pdgroup .y_normprd img {
    width: 150px;
    height: 150px; }
  .m-pdgroup .y_normprd span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
  .m-pdgroup .tab-content > .active {
    display: block; }
  .m-pdgroup .y_recodprd {
    margin: 0 260px 0 230px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    padding-top: 10px;
    height: 250px;
    zoom: 1; }
  .m-pdgroup .y_recodprd ul {
    overflow: hidden;
    zoom: 1;
    height: 230px; }
  .m-pdgroup .y_recodprd li {
    float: left;
    position: relative;
    width: 157px;
    overflow: hidden;
    color: #FF4349;
    padding: 5px 10px 0 33px; }
  .m-pdgroup .y_recodprd li {
    float: left;
    position: relative;
    width: 157px;
    overflow: hidden;
    color: #FF4349;
    padding: 10px 10px 0 33px; }
  .m-pdgroup .y_recodprd li .y_recdpic img {
    width: 130px;
    height: 130px; }
  .m-pdgroup .y_recodprd li {
    float: left;
    position: relative;
    width: 157px;
    overflow: hidden;
    color: #FF4349;
    padding: 5px 10px 0 33px; }
  .m-pdgroup .y_recodprd li .y_recdpic {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 5px; }
  .m-pdgroup .y_recodprd li .y_recdname {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px; }
  .m-pdgroup .y_recodprd li strong {
    font-size: 14px;
    float: left;
    line-height: 26px; }
  .m-pdgroup .y_recodprd li .chosebtn {
    float: right;
    border: 1px solid #dedede;
    color: #666;
    padding: 5px 4px;
    cursor: pointer;
    height: 24px;
    line-height: 14px;
    background: #f6f6f6;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -moz-linear-gradient(center top, #fefefe, #f5f5f5);
    background-image: -webkit-linear-gradient(center top, #fefefe, #f5f5f5);
    background-image: linear-gradient(center top, #fefefe, #f5f5f5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .m-pdgroup .y_recodprd li .chosebtn i {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 3px 0 0;
    background: url(http://shop.qwang.com.cn//static/frontpage/img/y_checkbox.gif) -17px 0 no-repeat; }
  .m-pdgroup .y_recodprd li.y_checked .chosebtn i {
    background-position: 0 0; }
  .m-pdgroup .y_recodprd li s {
    position: absolute;
    left: 0;
    top: 55px;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: url(http://shop.qwang.com.cn//static/frontpage/img/y_recordbg.gif) no-repeat;
    margin-left: 6px; }
  .m-pdgroup .y_recodprd li.y_checked s {
    background-position: -25px 0; }
  .m-pdgroup .y_rocdtotle {
    float: right;
    width: 240px;
    position: relative;
    padding-left: 55px;
    margin-top: 10px; }
  .m-pdgroup .y_rocdtotle s {
    position: absolute;
    left: 0;
    top: 55px;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: url(/static/frontshow/img/y_recordbg.gif) -54px 0 no-repeat; }
  .m-pdgroup .y_rocdtotle ul {
    padding-bottom: 10px; }
  .m-pdgroup .y_rocdtotle ul li {
    line-height: 24px; }
  .m-pdgroup .y_rocdtotle ul li strong {
    font-size: 18px; }

/*
* @Author: wenyu
* @Date:   2016-12-30 14:30:03
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 16:28:40
*/
.m-shopinfo2 .mt {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  height: 42px; }
  .m-shopinfo2 .mt h3 {
    float: left;
    max-width: 160px;
    overflow: hidden;
    font-size: 16px; }

.m-shopinfo2 .mc {
  border-top: none;
  padding-top: 10px;
  background-color: #FFF;
  border: 1px solid #eee;
  overflow: hidden; }
  .m-shopinfo2 .mc .score-infor {
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #eee; }
  .m-shopinfo2 .mc .score-sum {
    float: left;
    width: 78px;
    display: inline;
    margin-top: 15px;
    color: #999; }
    .m-shopinfo2 .mc .score-sum .up {
      text-align: center;
      font-size: 24px;
      line-height: 45px;
      color: #FF4349;
      display: block; }
  .m-shopinfo2 .mc .score-parts {
    float: left;
    width: 110px; }
    .m-shopinfo2 .mc .score-parts .score-part {
      overflow: hidden;
      display: inline-block;
      margin-bottom: 5px; }
    .m-shopinfo2 .mc .score-parts .score-desc {
      display: inline-block;
      width: 52px;
      color: #999;
      font-size: 12px; }
    .m-shopinfo2 .mc .score-parts .score-detail {
      color: #999; }
    .m-shopinfo2 .mc .score-parts .score-trend .sprite-up {
      display: inline-block;
      width: 9px;
      height: 9px;
      background-image: url(http://static.360buyimg.com/item/default/1.0.20/components/popbox/i/__sprite.png);
      background-position: -19px -34px; }
  .m-shopinfo2 .mc .btns {
    padding: 10px 0;
    font-size: 0;
    text-align: center; }
    .m-shopinfo2 .mc .btns .btn-def {
      width: 84px;
      height: 34px;
      line-height: 34px;
      padding: 0;
      margin: 0 4px;
      font-size: 12px;
      border: 1px solid #ddd;
      background-color: #f8f8f8;
      color: #666;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      text-decoration: none; }
      .m-shopinfo2 .mc .btns .btn-def .sprite-enter {
        width: 16px;
        height: 16px;
        background-image: url(http://static.360buyimg.com/item/default/1.0.20/components/popbox/i/__sprite.png);
        background-position: -34px 0;
        display: inline-block;
        vertical-align: -2px; }
      .m-shopinfo2 .mc .btns .btn-def .sprite-follow {
        width: 16px;
        height: 16px;
        background-image: url(http://static.360buyimg.com/item/default/1.0.20/components/popbox/i/__sprite.png);
        background-position: -34px -16px;
        display: inline-block;
        vertical-align: -2px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.m-storebanner {
  overflow: hidden; }
  .m-storebanner .storebanner {
    position: relative;
    margin-left: -960px;
    left: 50%;
    width: 1920px; }
    .m-storebanner .storebanner img {
      display: block;
      margin: 0 auto; }

.storebanner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 485px; }
.storebanner .banner-box img{
width:100%;

}
.banner-box {
  width: 1440px;
  /*图片宽度*/
  position: absolute;
  left: 50%;
  margin-left: -720px;
  /*图片宽度的一半*/ }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.guessyoulike_wrap {
  overflow: hidden; }
  .guessyoulike_wrap img {
    width: 100%; }
  .guessyoulike_wrap li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 20px; }
  .guessyoulike_wrap .guessyoulike_box {
    background: #fff;
    padding: 0 8px; }
    .guessyoulike_wrap .guessyoulike_box p {
      font-size: 14px;
      color: #333333;
      padding-top: 13px;
      margin-bottom: 20px;
      height:60px;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      /** 对象作为伸缩盒子模型显示 **/
      -webkit-box-orient: vertical;
      /** 设置或检索伸缩盒对象的子元素的排列方式 **/
      -webkit-line-clamp: 2;
      /** 显示的行数 **/
      overflow: hidden;
      /** 隐藏超出的内容 **/ }
    .guessyoulike_wrap .guessyoulike_box .goods_info {
      font-size: 12px;
      font-family: STHeitiTC-Medium;
      color: #FF4349;
      line-height: 12px;
      padding-bottom: 10px; }
      .guessyoulike_wrap .guessyoulike_box .goods_info .f-fr {
        color: #666; }

/*
* @Author: wenyu
* @Date:   2016-12-20 15:18:52
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-27 13:14:56
*/
.guessyoulike_wrap .coupons {
  margin-top: 20px;
  padding: 10px 15px;
  background: #FF785F;
  width: 24.25%; }
  .guessyoulike_wrap .coupons .coupons_box {
    color: #ffffff; }
    .guessyoulike_wrap .coupons .coupons_box:after {
      content: "";
      clear: both;
      display: table; }
    .guessyoulike_wrap .coupons .coupons_box .yuan {
      width: 39px;
      height: 54px;
      font-size: 39px;
      font-family: Arial-BoldMT;
      color: white; }
    .guessyoulike_wrap .coupons .coupons_box .price {
      width: 88px;
      height: 120px;
      font-size: 80px;
      font-family: Arial-BoldMT;
      color: white;
      line-height: 120px; }
    .guessyoulike_wrap .coupons .coupons_box .coupons_tex {
      padding-top: 10px;
      text-align: right;
      font-size: 14px;
      font-family: SIL-Hei-Med-Jian;
      color: white;
      line-height: 14px;
      padding-right: 20px; }
      .guessyoulike_wrap .coupons .coupons_box .coupons_tex p {
        margin-bottom: 5px; }
      .guessyoulike_wrap .coupons .coupons_box .coupons_tex .txt_top {
        margin-bottom: 15px;
        padding: 0 8px;
        height: 22px;
        background: rgba(245, 245, 245, 0.16); }
  .guessyoulike_wrap .coupons .coupons_receive {
    margin: 0 auto;
    width: 246px;
    height: 30px;
    line-height: 30px;
    border-radius: 17px;
    background: #ffffff;
    text-align: center; }
    .guessyoulike_wrap .coupons .coupons_receive a {
      color: #333333; }

.ico-next {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: 0px -126px;
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px; }

/*
* @Author: wenyu
* @Date:   2016-12-22 11:05:02
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 15:46:42
*/
.guessyoulike_wrap {
  overflow: hidden; }
  .guessyoulike_wrap img {
    width: 100%; }
  .guessyoulike_wrap li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 20px; }
    .guessyoulike_wrap li a{
    	display:block;
    }
  .guessyoulike_wrap .guessyoulike_box {
    background: #fff;
    padding: 0 8px; }
    .guessyoulike_wrap .guessyoulike_box p {
      font-size: 14px;
      color: #333333;
      padding-top: 13px;
      margin-bottom: 20px;
      height:55px;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      /** 对象作为伸缩盒子模型显示 **/
      -webkit-box-orient: vertical;
      /** 设置或检索伸缩盒对象的子元素的排列方式 **/
      -webkit-line-clamp: 2;
      /** 显示的行数 **/
      overflow: hidden;
      /** 隐藏超出的内容 **/ }
    .guessyoulike_wrap .guessyoulike_box .goods_info {
      font-size: 12px;
      font-family: STHeitiTC-Medium;
      color: #FF4349;
      line-height: 12px;
      height: 25px;
      padding-bottom: 10px; }
      .guessyoulike_wrap .guessyoulike_box .goods_info .f-fr {
        color: #666; }

.m-productdet {
  padding-left: 10px; }
  .m-productdet .pdfix-tabbox {
    height: 45px; }
    .m-productdet .pdfix-tabbox .tab-box {
      border: 1px solid #d8d8d8;
      background: #f3f5f8;
      height: 45px;
      border-right: none; }
      .m-productdet .pdfix-tabbox .tab-box .nav-tabs {
        border: none; }
        .m-productdet .pdfix-tabbox .tab-box .nav-tabs li {
          border-right: 1px solid #d8d8d8;
          margin-bottom: 0;
          border-bottom: 1px solid #d8d8d8; }
          .m-productdet .pdfix-tabbox .tab-box .nav-tabs li a {
            line-height: 43px;
            border: none;
            padding: 0 30px;
            margin-right: 0;
            border-radius: 0; }
            .m-productdet .pdfix-tabbox .tab-box .nav-tabs li a em {
              font-weight: normal;
              color: #FF4349;
              margin-left: 10px; }
        .m-productdet .pdfix-tabbox .tab-box .nav-tabs .active {
          position: relative;
          margin-top: -1px;
          border-bottom: 1px solid #fff; }
          .m-productdet .pdfix-tabbox .tab-box .nav-tabs .active a {
            border-top: 2px solid #FF4349;
            line-height: 41px;
            padding-bottom: 1px;
            color: #ff5f05; }
    .m-productdet .pdfix-tabbox .fix-tab {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100; }
      .m-productdet .pdfix-tabbox .fix-tab .tabpop {
        max-width: 1200px;
        margin: 0 auto; }
        .m-productdet .pdfix-tabbox .fix-tab .tabpop .czbox {
          width: 260px;
          height: 45px; }
        .m-productdet .pdfix-tabbox .fix-tab .tabpop .nav-tabs {
          border-left: 1px solid #d8d8d8; }
        .m-productdet .pdfix-tabbox .fix-tab .tabpop .telorder-code {
          border-right: 1px solid #d8d8d8; }
  .m-productdet .gooddetail {
    position: relative; }
    .m-productdet .gooddetail .detail-info {
      width: 720px; }
      .m-productdet .gooddetail .detail-info .param-box {
        border-left: 1px solid #d8d8d8;
        padding: 20px;
        overflow: hidden; }
      .m-productdet .gooddetail .detail-info table {
        width: 100%;
        line-height: 22px; }

.evaluate_left {
  padding: 18px 20px 12px 0;
  float: left;
  border-right: 1px solid #D8D8D8; }
  .evaluate_left span {
    height: 45px;
    font-size: 32px;
    color: #ff4349;
    line-height: 45px;
    float: left;
    margin-right: 10px; }
  .evaluate_left .e-score {
    float: left; }

.evaluate_right {
  float: left;
  padding-left: 20px;
  width: 76%;
  padding-top: 5px; }
  .evaluate_right span {
    line-height: 24px;
    border: 1px solid #FFD9DA;
    font-size: 12px;
    color: #ff4349;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    margin-right: 10px; }
  .evaluate_right span.e_grad {
    border: 1px solid  #D8D8D8;
    color: #666; }

.e-tabtit {
  background: #F3F5F8;
  padding: 7px 0 7px 30px; }
  .e-tabtit li {
    float: left;
    padding-right: 36px; }
  .e-tabtit li.active a {
    color: #FF4349; }

.y_apprelist .item {
  padding: 20px 0 13px 0;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  margin: 0 20px;
  color: #333; }
  .y_apprelist .item .user {
    float: left;
    margin-right: 32px; }
    .y_apprelist .item .user .e-img img {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      margin-bottom: 8px; }
    .y_apprelist .item .user p {
      text-align: center; }
  .y_apprelist .item .info {
    float: left;
    width: 90%; }
    .y_apprelist .item .info p {
      line-height: 20px; }
    .y_apprelist .item .info .e-timebox {
      color: #666;
      margin-top: 3px; }
      .y_apprelist .item .info .e-timebox span em {
        font-weight: normal;
        margin-left: 5px; }

.y-star {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 15px;
  overflow: hidden;
  background: url(/static/frontshow/images/details/ratings.png) no-repeat;
  margin: -3px 5px 0 0;
  text-align: left; }

.y-star b {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/static/frontshow/images/details/ratingsno.png) no-repeat; }

.text-nothing {
  color: #333;
  text-align: center;
  margin: 15px; }

.sun-container {
  margin: 6px 0; }
  .sun-container img {
    width: 50px;
    height: 50px;
    margin-right: 5px; }

#tooltip {
  position: absolute;
  border: 1px solid #ccc;
  display: none;
  color: #fff; }

/*
* @Author: wenyu
* @Date:   2016-12-30 16:59:13
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-11 14:08:05
*/
.m-recommandprod {
  margin-top: 20px; }
  .m-recommandprod .shop_box_hd {
    height: 30px;
    width: 100%;
    position: relative;
    line-height: 30px;
    background: #f1f1f1;
    font-size: 16px;
    padding: 0 10px; }
  .m-recommandprod .shop_box_bd {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 0;
    overflow: hidden; }
    .m-recommandprod .shop_box_bd .item {
      float: left;
      width: 190px;
      padding: 0 10px;
      margin-top: 10px;
      cursor: pointer; }
      .m-recommandprod .shop_box_bd .item:hover .recommendproduct_title {
        color: #FF4349; }
      .m-recommandprod .shop_box_bd .item:hover img {
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
    .m-recommandprod .shop_box_bd img {
      width: 170px;
      height: 170px;
      margin: 0 auto;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .m-recommandprod .shop_box_bd .recommendproduct_title {
      font-size: 14px;
      padding: 0 10px; }
    .m-recommandprod .shop_box_bd .recommendproduct_price {
      font-size: 16px;
      color: #FF4349;
      padding: 0 10px; }

/*
* @Author: wenyu
* @Date:   2016-12-30 17:57:17
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 18:04:23
*/
.m-customservice {
  margin-top: 20px; }
  .m-customservice .shop_box_hd {
    height: 30px;
    width: 100%;
    position: relative;
    line-height: 30px;
    background: #f1f1f1;
    font-size: 16px;
    padding: 0 10px; }
  .m-customservice .shop_box_bd {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px;
    overflow: hidden; }
    .m-customservice .shop_box_bd img {
      vertical-align: middle; }

/*
* @Author: wenyu
* @Date:   2016-12-29 15:51:50
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 15:55:10
*/
.mc-loginbd {
  height: 400px; }
  .mc-loginbd .bd {
    width: 400px;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.9); }
  .mc-loginbd .bd-bg {
    background-color: #fff; }
  .mc-loginbd .tab-content {
    overflow: hidden; }
  .mc-loginbd .nav-tabs {
    border: none;
    padding: 0 26px; }
    .mc-loginbd .nav-tabs li {
      width: 174px;
      float: left;
      border: none;
      background-color: #fff;
      margin-bottom: 0;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-size: 16px;
      margin-left: -1px; }
      .mc-loginbd .nav-tabs li a {
        border: none;
        display: block;
        width: 120px;
        margin: 0 auto;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
        color: #333;
        font-weight: 600; }
  .mc-loginbd .nav-tabs > li.active > a, .mc-loginbd .nav-tabs > li.active > a:hover, .mc-loginbd .nav-tabs > li.active > a:focus {
    border: none;
    box-shadow: none;
    background: none;
    color: #FF4349;
    cursor: pointer;
    border-bottom: 2px solid #FF4349; }
  .mc-loginbd .nav > li > a:hover, .mc-loginbd .nav > li > a:focus {
    background: none; }
  .mc-loginbd .tab-content {
    padding: 30px 43px; }
  .mc-loginbd .login-form-group {
    height: 54px;
    line-height: 52px;
    border: 1px solid #D8D8D8;
    background-color: transparent;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 20px; }
    .mc-loginbd .login-form-group span {
      width: 60px;
      height: 52px;
      font-size: 14px;
      color: #333;
      margin-bottom: 0;
      vertical-align: middle; }
    .mc-loginbd .login-form-group input {
      width: 200px;
      border: none;
      height: 100%;
      font-size: 14px; }
      .mc-loginbd .login-form-group input:focus {
        outline: none; }
  .mc-loginbd .login-link {
    text-align: right;
    margin: 10px 0; }
    .mc-loginbd .login-link a {
      color: #017AFF; }
  .mc-loginbd .login-btn a {
    display: block;
    background-color: #FF4349;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center; }
    .mc-loginbd .login-btn a:hover {
      text-decoration: none;
      background-color: #ff5d62;
      transition: all .5s ease; }
  .mc-loginbd .login-social {
    text-align: right;
    margin-top: 44px;
    font-size: 16px; }
  .mc-loginbd .login-scan-txt {
    padding: 0 63px; }
    .mc-loginbd .login-scan-txt .icon-scan {
      width: 20px;
      margin-left: 10px;
      position: relative;
      top: 4px; }
    .mc-loginbd .login-scan-txt .lct-txt a {
      color: #FF4349; }
    .mc-loginbd .login-scan-txt .lct-qrcode {
      margin-top: 14px; }
    .mc-loginbd .login-scan-txt .lct-links {
      text-align: center;
      width: 100%; }
      .mc-loginbd .login-scan-txt .lct-links a {
        color: #017AFF;
        font-size: 14px;
        margin-top: 23px; }
  .mc-loginbd .iconfont {
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    background-repeat: no-repeat; }
  .mc-loginbd .icon-wechat {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: -53px 0px;
    width: 43px;
    height: 43px; }
  .mc-loginbd .icon-qq {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: 0px 0px;
    width: 43px;
    height: 43px; }
  .mc-loginbd .icon-scan {
    background-image: url(/static/frontshow/images/sprite/login.png);
    background-position: 0px -53px;
    width: 14px;
    height: 13px; }

.login_model .modal-dialog {
  width: 430px;
  margin: 0 auto; }
  .login_model .modal-dialog .modal-header {
    border: none; }

/*
* @Author: wenyu
* @Date:   2016-12-30 18:20:50
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-02 15:37:12
*/
.m-viewrecord {
  margin-top: 20px; }
  .m-viewrecord .container-box {
    border: 1px solid #e5e5e5;
    padding: 10px 20px 20px 20px; }
  .m-viewrecord .shop_box_hd {
    height: 30px;
    width: 100%;
    position: relative;
    line-height: 30px;
    font-size: 16px; }
    .m-viewrecord .shop_box_hd h3 {
      height: 30px;
      line-height: 30px; }
  .m-viewrecord .shop_box_bd {
    background: #fff;
    overflow: hidden;
    margin-left: -20px; }
    .m-viewrecord .shop_box_bd .item {
      float: left;
      width: 150px;
      margin-top: 10px;
      position: relative;
      margin-left: 18px; }
    .m-viewrecord .shop_box_bd img {
      width: 150px;
      height: 150px;
      margin: 0 auto; }
    .m-viewrecord .shop_box_bd .txt {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 20px;
      line-height: 20px;
      padding-left: 10px;
      color: #333;
      font-weight: 600;
      background-color: rgba(255, 255, 255, 0.6); }

.m-helpcenter #help-center .help-container {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.m-helpcenter .help-center-tit {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  margin: 10px 0; }

.m-helpcenter .help-center-tit h1 {
  float: left;
  color: #333;
  font: 500 21px/30px "microsoft yahei";
  border-bottom: 1px solid #fba39f;
  margin-right: 10px;
  padding-left: 20px; }

.m-helpcenter .help-center-tit span {
  color: #fba39f;
  font: 500 14px/30px "microsoft yahei"; }

.m-helpcenter #help-breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  height: 36px; }

.m-helpcenter #help-breadcrumb .breadcrumb {
  margin: 0px auto;
  padding: 10px 0 0 25px;
  border-radius: 0px;
  background-color: #fff; }

.m-helpcenter #help-breadcrumb .container {
  width: 100%; }

.m-helpcenter .help-nav {
  border: 1px solid #ededed;
  border-radius: 4px 0 0 4px; }

.m-helpcenter .help-nav .help-tit {
  background: #fba39f;
  position: relative;
  margin-left: -10px;
  margin-bottom: 20px; }

.m-helpcenter .help-nav .help-tit:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  display: inline-block;
  top: 53px;
  left: 0;
  border-top: 9px solid #c9c9c9;
  border-left: 9px solid transparent; }

.m-helpcenter .help-nav .help-tit h1 {
  font: 500 24px/53px "microsoft yahei";
  text-align: center;
  color: #fff;
  margin-top: 10px; }

.m-helpcenter .help-nav .panel {
  border: 0px;
  border-radius: 0px;
  box-shadow: none; }

.m-helpcenter .help-nav .panel .panel-heading {
  padding: 0px 10px;
  heigth: 32px;
  border-radius: 0px;
  position: relative;
  transition: all ease-in-out .3s; }

.m-helpcenter .help-nav .panel .panel-heading h4 {
  font-size: 16px;
  line-height: 32px;
  padding-left: 30px; }

.m-helpcenter .help-nav .panel .panel-heading:hover .fa-icon {
  color: #e62023; }

.m-helpcenter .help-nav .panel .panel-heading .fa-icon {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 20px;
  text-align: center;
  border: 1px solid #ccc;
  transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  -o-transition: all ease-in .3s; }

.m-helpcenter .help-nav .panel .panel-heading .fa-icon:hover,
.m-helpcenter .panel .panel-heading .fa-icon:active,
.m-helpcenter .panel .panel-heading .fa-icon.active {
  background-color: #e62023;
  color: #fff; }

.m-helpcenter .help-nav .panel-body {
  padding: 10px;
  padding-right: 12px;
  border-top: 0px; }

.m-helpcenter .help-nav .panel-body ul li {
  line-height: 26px;
  padding-left: 5px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s; }

.m-helpcenter .help-nav .panel-body ul li:hover,
.m-helpcenter .panel-body ul li:active,
.m-helpcenter .panel-body ul li.active {
  border-left: 2px solid #db3833;
  padding-left: 15px; }

.m-helpcenter .help-nav .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px; }

.m-helpcenter .help-right {
  border: 1px solid #ededed; }

.m-helpcenter .help-right p {
  padding-left: 15px;
  padding-right: 15px;
  text-indent: 2em; }

.m-helpcenter .nopadding-right {
  padding-right: 0; }

.m-helpcenter .help-container .alert {
  border-radius: 0px;
  padding: 10px;
  font-family: "microsoft yahei"; }

.m-helpcenter .help-container .class-ret {
  height: 20px;
  line-height: 20px; }

.m-helpcenter .class-ret .ah4-left {
  float: left;
  font-size: 18px; }

.m-helpcenter .class-ret .ah4-rig {
  float: left;
  margin-left: 10px; }

.m-helpcenter .class-ret .ah4-rig a {
  display: inline-block;
  position: relative;
  padding: 0px 8px;
  cursor: pointer;
  font-size: 14px;
  animation: fontscale 2s infinite;
  -webkit-animation: fontscale 2s infinite;
  -moz-animation: fontscale 2s infinite;
  -o-animation: fontscale 2s infinite;
  transition: a; }

@keyframes fontscale {
  0% {
    font-size: 14px; }
  50% {
    font-size: 15px;
    color: #9db032; }
  100% {
    font-size: 14px; } }

@-webkit-keyframes fontscale {
  0% {
    font-size: 14px; }
  50% {
    font-size: 15px;
    color: #9db032; }
  100% {
    font-size: 14px; } }

@-moz-keyframes fontscale {
  0% {
    font-size: 14px; }
  50% {
    font-size: 15px;
    color: #9db032; }
  100% {
    font-size: 14px; } }

@-o-keyframes fontscale {
  0% {
    font-size: 14px; }
  50% {
    font-size: 15px;
    color: #9db032; }
  100% {
    font-size: 14px; } }

/*
* @Author: wenyu
* @Date:   2017-01-03 08:59:23
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 14:01:28
*/
/*页面右侧边栏 购物车、返回顶部、收藏*/
.y_rtfixbx {
  position: fixed;
  right: 0;
  bottom: 0;
  _position: absolute;
  height: 100%;
  z-index: 1000;
  width: 35px;
  /*width:270px;width:315px;*/ }

.y_ifixed {
  width: 35px;
  height: 100%;
  position: relative; }

.y_ifixbox {
  width: 35px;
  height: 100%;
  position: relative;
  right: 0;
  background: #000;
  font-family: 'microsoft YaHei';
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.y_ifixed .y_rtbtn {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -89px -91px;
  width: 14px;
  height: 14px;
  display: block;
  height: 14px;
  width: 14px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 10px;
  margin-top: 60px; }

.y_ifixed .y_totop {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: 0px -46px;
  width: 35px;
  height: 35px;
  width: 35px;
  height: 35px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0; }

.y_ifixed .y_sugges {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -161px -91px;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: 45px;
  width: 12px;
  height: 10px;
  left: 50%;
  margin-left: -6px; }

.y_ifixed .y_rtmessage {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -137px -91px;
  width: 14px;
  height: 12px;
  position: absolute;
  width: 14px;
  height: 12px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  bottom: 110px; }

.y_ifixed .y_rtlove {
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -113px -91px;
  width: 14px;
  height: 13px;
  position: absolute;
  width: 14px;
  height: 13px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  bottom: 75px; }

.y_ifixed .y_rtcart {
  margin: 115px 0 15px;
  height: 135px;
  width: 35px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0; }

.y_ifixed .y_rtcart:hover,
.y_ifixed .y_xzcur {
  background-color: #FF4349; }

.y_ifixed .y_rtcart:hover .y_rtline {
  display: none; }

.y_ifixed .y_rtcart b {
  position: absolute;
  top: 19px;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  background-image: url(/static/frontshow/images/sprite/index.png);
  background-position: -151px -46px;
  width: 16px;
  height: 16px; }

.y_ifixed .y_rcatnm {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 20px;
  top: 40px;
  height: 50px;
  left: 7px;
  line-height: 16px;
  overflow: hidden; }

.y_ifixed .y_rcatsize {
  position: absolute;
  right: 8px;
  top: 95px;
  text-align: center;
  background: #FF4349;
  color: #fff;
  height: 20px;
  line-height: 20px;
  min-width: 14px;
  padding: 0 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.y_ifixed .y_rtline {
  position: absolute;
  left: 5px;
  top: 0;
  width: 25px;
  height: 133px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: none; }

.y_ifixed .y_userbox {
  width: 35px;
  height: 35px;
  padding: 35px 0 30px;
  position: relative; }

.y_ifixed .y_userbtn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px; }

.y_ifixed .y_userbtn .fa {
  *margin-top: 9px; }

.y_ifixed.y_haslogoin .y_userbtn .y_pic {
  width: 26px;
  height: 26px;
  overflow: hidden;
  display: block;
  margin: 4px auto 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.y_ifixed.y_haslogoin .y_userbtn .y_pic img {
  width: 26px;
  height: 26px; }

.y_rtcthide .y_ifixbox {
  right: -35px; }

.y_ifixed .tooltip-inner {
  padding: 0 18px;
  color: #fff;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  font-family: "microsoft YaHei"; }

/*---右侧边栏登录框---*/
.y_rtdlbox {
  position: absolute;
  right: 35px;
  top: 34px;
  left: auto;
  background: #fafafa;
  width: 260px;
  border: 1px solid #e5e5e5;
  padding: 30px 20px 20px;
  display: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  z-index: 1080; }

.y_rtdlbox:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff; }

.y_rtdlbox .form-control {
  width: 240px;
  margin-bottom: 8px; }

.y_rtdlbox .y_rdltit {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: bold; }

.y_rtdlbox .y_remeve {
  font-weight: normal;
  margin-bottom: 10px; }

.y_rtdlbox .y_remeve input {
  vertical-align: middle;
  margin: -2px 3px 0 0; }

.y_rtdlbox .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 10px; }

.y_rtdlbox a {
  color: #FF4349; }

.y_rtdlbox .y_closedlbx {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  padding: 2px 5px; }

.y_botshow:after {
  top: auto;
  bottom: 8px; }

.y_rtdlbox .y_yzgrup {
  width: 100%;
  overflow: hidden; }

.y_rtdlbox .y_yzgrup .form-control {
  float: left;
  width: 35px; }

.y_rtdlbox .y_yzgrup img {
  float: left;
  height: 36px;
  margin-left: 10px; }

.y_rtdlbox .y_yzgrup span {
  float: left;
  line-height: 36px;
  color: #999;
  margin-left: 10px; }

.y_rtdlbox .alert {
  padding: 7px;
  margin-bottom: 10px; }

/*---右侧边栏购物车信息---*/
.y_rtmsbx {
  width: 280px;
  height: 100%;
  background: #393939;
  position: absolute;
  top: 0;
  left: 35px;
  font-family: "microsoft YaHei"; }

.y_closertms {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  background: url(http://shop.qwang.com.cn/static/frontpage/img/y_rtclo1.png) no-repeat;
  cursor: pointer;
  display: none; }

.y_closertms:hover {
  background-image: url(http://shop.qwang.com.cn/static/frontpage/img/y_rtclo2.png); }

.y_showrt .y_closertms {
  display: block; }

.y_ctlistbox {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.y_rtctbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.y_rtcttit {
  background: #e6e6e6;
  height: 28px;
  line-height: 28px;
  padding: 0 20px 0 13px;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 250px; }

.y_rtcttit label {
  float: left;
  font-weight: normal;
  margin: 0; }

.y_rtcttit label input {
  vertical-align: middle;
  margin: -2px 6px 0 0; }

.y_rtcttit a {
  float: right; }

.y_h28 {
  height: 28px;
  width: 100%;
  overflow: hidden; }

.y_rtpbox {
  margin-bottom: 16px;
  padding-left: 13px;
  padding-top: 5px;
  background: #fff; }

.y_rtptit {
  height: 29px;
  line-height: 28px;
  overflow: hidden;
  width: 100%;
  margin-bottom:10px;}

.y_rtptit input {
  float: left;
  margin: 8px 8px 0 0; }

.y_rtptit span {
  float: left;
  width: 232px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6; }

.y_rtptit b {
  float: left;
  width: 61px;
  text-align: right;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  color: #999; }

.y_rtctlist li {
  width:98%;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative; }

.y_rtctlist .y_rtliipt {
  float: left;
  margin: 20px 8px 0 0; }

.y_rtctlist .y_rtlipic {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding-right: 5px;
  margin: 5px 0; }

.y_rtctlist .y_rtlipic img {
  width: 50px;
  height: 50px; }

.y_rtctlist .y_rtlsxb {
  float: left;
    width: 54px;
    color: #999;
    padding: 20px 2px 0 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 4px;
    cursor: pointer;}

.y_rtctlist .y_rtpsize {
  float: left;
  width: 60px;
  text-align: center;
  margin-top: 21px;
  color: #999; }

.y_rtctlist .y_rtpsize a {
  font-size: 16px;
  opacity: 0;
  visibility: hidden; }

.y_rtctlist li:hover .y_rtpsize a {
  opacity: 1;
  visibility: visible; }

.y_rtctlist .y_rtpsize input {
  width: 20px;
  text-align: center;
  border: none;
  background: none; }

.y_rtctlist .y_rtpprce {
  float: left;
  width: 58px;
  text-align: right;
  padding-top: 21px; }

.y_rtctlist .y_rtpprcetop {
  float: left;
  width: 58px;
  text-align: right;
  padding-top: 25px; }

.y_rtctlist .y_delct {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 16px;
  color: #999;
  display: none; }

.y_rtctlist li:hover .y_delct {
  display: block; }

.y_rtfkbx {
  text-align: right;
  padding: 0 15px 95px;
  margin-top: -5px; }

.y_rtjsbx {
  padding: 8px 15px 15px;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  width:100%;
  background: #e6e6e6;
  z-index: 2; }

.y_rtjsbx strong {
  float: left;
  font-weight: normal; }

.y_rtjsbx .y_jsprce {
  float: right;
  color: #FF4349; }

.y_rtjsbx .btn {
  display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 0;
    padding: 8px 0;
    background: #FF4349;
    border: none;}

.y_stock {
  float: left;
  margin-left: -30px; }

.y_h95 {
  width: 100%;
  height: 74px;
  overflow: hidden; }

/*---右侧边栏收藏信息---*/
.y_rtlovebx {
  position: absolute;
  top: 0;
  left: 0;
  background: #393939;
  height: 100%;
  width: 235px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.y_rtlovebx h4 {
  font-size: 14px;
  line-height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #393939; }

.y_lovescroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.y_lvlist {
  width: 100%;
  overflow: hidden;
  margin-top: 35px; }

.y_lvlist li {
  float: left;
  width: 100px;
  height: 120px;
  margin: 10px 0 0 9px;
  line-height: 20px;
  text-align: center;
  color: #fff; }

.y_lvlist li .y_lovpic {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden; }

.y_lvlist li .y_lovpic img {
  width: 100px;
  height: 100px; }

.y_lvlist li .y_lovpic span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 22px;
  line-height: 22px;
  width: 94%;
  padding: 0 3%;
  text-align: center;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.y_lvlist li .y_lovpic a:hover span {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.y_rtlvbtn {
  padding: 10px 11px 30px; }

.y_rtlvbtn .btn {
  display: block;
  padding: 5px 0;
  text-align: center;
  border-radius: 0;
  background: #494949;
  color: #fff; }

.y_rtlvbtn .btn:hover {
  background: #FF4349; }

.y_rtmsshow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*--购物车无商品时展示--*/
.y_slidecartno {
  text-align: center;
  padding: 15px;
  margin: 35px 0 90px; }

.y_slidecartno .y_carticon {
  display: block;
  font-size: 20px;
  color: #bbb; }

.y_slidecartno .y_cartnoms {
  text-align: left;
  display: block;
  line-height: 26px;
  padding-top: 15px; }

.y_slideloveno,
.y_slideloveno .y_carticon {
  color: #fff; }

/*右侧边栏结束*/
/*
* @Author: wenyu
* @Date:   2017-01-03 09:38:14
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 10:07:57
*/
.m-fixfloor .y_florfix {
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -110px;
  width: 57px;
  overflow: hidden;
  z-index: 999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.m-fixfloor .y_florfix span {
  width: 55px;
  height: 32px;
  padding-left: 25px;
  display: block;
  cursor: pointer;
  font: 12px/22px 'microsoft YaHei';
  background: url(http://shop.qwang.com.cn/static/frontpage/img/y_fixflobg.gif) 0 0 no-repeat; }

.m-fixfloor .y_florfix .y_fixfl2 {
  background-position: 0 -32px; }

.m-fixfloor .y_florfix .y_fixfl3 {
  background-position: 0 -64px; }

.m-fixfloor .y_florfix .y_fixfl4 {
  background-position: 0 -96px; }

.m-fixfloor .y_florfix .y_fixfl5 {
  background-position: 0 -128px; }

.m-fixfloor .y_florfix .y_fixfl6 {
  background-position: 0 -160px; }

.m-fixfloor .y_florfix span:hover {
  color: #fff;
  background-position: -164px 0; }

.m-fixfloor .y_florfix .y_fixfl2:hover {
  background-position: -164px -32px; }

.m-fixfloor .y_florfix .y_fixfl3:hover {
  background-position: -164px -64px; }

.m-fixfloor .y_florfix .y_fixfl4:hover {
  background-position: -164px -96px; }

.m-fixfloor .y_florfix .y_fixfl5:hover {
  background-position: -164px -128px; }

.m-fixfloor .y_florfix .y_fixfl6:hover {
  background-position: -164px -160px; }

.m-fixfloor .y_florfix span.y_active {
  color: #FF4349;
  background-position: -79px 0; }

.m-fixfloor .y_florfix .y_fixfl2.y_active {
  background-position: -79px -32px; }

.m-fixfloor .y_florfix .y_fixfl3.y_active {
  background-position: -79px -64px; }

.m-fixfloor .y_florfix .y_fixfl4.y_active {
  background-position: -79px -96px; }

.m-fixfloor .y_florfix .y_fixfl5.y_active {
  background-position: -79px -128px; }

.m-fixfloor .y_florfix .y_fixfl6.y_active {
  background-position: -79px -160px; }

.m-fixfloor .y_fixshow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible; }

/*
* @Author: wenyu
* @Date:   2017-01-03 13:51:46
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 13:55:44
*/
.filtrate-containner .condition.conditioned {
  display: none; }

.clr:before,
.clr:after {
  display: table;
  content: " "; }

.clr:after {
  clear: both; }

.conditioned .condition-cont li {
  float: left;
  border: 1px solid #ddd;
  padding-left: 1%;
  padding-right: 1%;
  margin-right: 1%; }

.conditioned .condition-cont a {
  color: #999;
  text-decoration: none;
  white-space: nowrap; }

.conditioned .condition-cont a:hover,
.conditioned .condition-cont li a:active,
.conditioned .condition-cont li a.active {
  color: #999;
  text-decoration: none; }

.condition-name .hiide {
  background: #e62023;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.condition-name:hover .hiide {
  cursor: pointer;
  height: 82px;
  line-height: 82px;
  width: 138px; }

.conditioned .condition-cont .condition-name strong {
  color: #eb5e58; }

.conditioned .condition-cont .condition-name .fa {
  font-size: 14px;
  cursor: pointer;
  color: #eb5e58;
  margin-left: 5px; }

.filtrate-containner .block {
  display: black; }

.conditioned-cont li {
  float: left;
  margin-right: 8px; }

.conditioned-cont li a {
  font-weight: bold;
  text-decoration: none;
  color: #999; }

.conditioned-cont li strong {
  margin: 0px 3px;
  color: #eb5e58; }

.conditioned-cont li i {
  margin: 0px 3px;
  color: #eb5e58;
  cursor: pointer; }

.clear-condition {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 12%; }

.condition {
  width: 98%;
  padding: 6px 0px;
  border-bottom: 1px dashed #f1f1f1;
  overflow: hidden;
  position: relative; }

.condition-title {
  float: left;
  width: 100px;
  line-height: 22px;
  margin-left: 10px;
  font-weight: 600;
  color: #555; }

.condition-cont {
  float: left;
  text-align: left;
  width: 76%;
  line-height: 22px;
  margin-left: 10px; }

.condition-more {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 10%; }

.condition-title-brand {
  line-height: 62px;
  float: left;
  text-align: right;
  width: 10%;
  padding-right: 1%;
  font-weight: 600;
  color: #555; }

.condition-cont-brand {
  float: left;
  text-align: left;
  line-height: 62px;
  width: 81%;
  max-height: 118px;
  overflow: hidden;
  padding: 1px 0 0 1px; }

.condition-cont-brand a {
  display: block;
  float: left;
  color: #268acc;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.condition-cont-brand a:hover,
.condition-cont-brand a:active {
  color: #eb5e58; }

.condition-cont a {
  display: block;
  float: left;
  color: #268acc;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.condition-cont a:hover,
.condition-cont a:active {
  color: #eb5e58; }

.condition .condition-name {
  float: left;
  color: #268acc;
  line-height: 22px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -mos-transition: all 0.5s ease-in-out 0s;
  position: relative;
  padding-right: 1%; }

.condition .condition-name:hover,
.condition .condition-name:active {
  color: #eb5e58; }

.condition-more .more-select {
  float: left;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  padding: 0px 6px;
  margin-left: 6%;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.condition .condition-img {
  float: left;
  color: #268acc;
  line-height: 22px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -mos-transition: all 0.5s ease-in-out 0s;
  position: relative;
  border-right: 2px solid #ececec; }

.condition-img img {
  float: left; }

.condition-img .hiide {
  background: #eb5e58;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.condition-img:hover .hiide {
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  width: 118px; }

#content .condition .condition-img img {
  width: 118px;
  height: 58px; }

.condition-more .more-select .fa {
  margin-right: 3px; }

.condition-more .more-select:hover {
  background: #eb5e58;
  border: 1px solid #eb5e58;
  color: #fff;
  text-decoration: none; }

.condition-more .more-select:hover a {
  color: #fff; }

.condition-more .more {
  float: left;
  line-height: 22px;
  height: 22px;
  cursor: pointer; }

.condition-more .more span {
  color: #555;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease; }

.condition-more .more span:hover,
.condition-more .more span:focus,
.condition-more .more span:active,
.condition-more .more span.active {
  color: #eb5e58; }

.condition-more .more .fa {
  margin: 0px 3px; }

.condition-more .more .up {
  display: none; }

.more-select-container,
.more-container {
  width: 76%;
  padding-left: -1%;
  margin-bottom: 6px;
  display: none;
  float: left; }

.thirdBg {
  width: 170px;
  height: 23px;
  line-height: 24px;
  padding-left: 10px;
  color: #999;
  border: 1px solid #ddd; }

.thirdBg:hover,
.thirdBg:focus,
.thirdBg.active {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.condition .nomt {
  margin-bottom: 0px; }

.more-select-container .nav-tabs {
  border-bottom: none; }

.more-select-title {
  margin-top: 5px;
  border-bottom: 0px; }

.more-select-title.nav-tabs {
  border-bottom: 0px; }

.more-select-title li {
  float: left;
  margin: 4px 0.4% 4px 0px;
  padding: 1px 6px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.more-select-title li.all {
  text-align: center; }

.more-select-title li.active {
  background: #eb5e58;
  color: #fff;
  border: 1px solid #e62023; }

.more-select-title li.letter {
  text-align: center; }

.more-select-title li.letter:hover,
.more-select-title li.letter:active {
  color: #fff;
  background: #eb5e58;
  border: 1px solid #e62023; }

.show-more {
  width: 100%;
  overflow: auto;
  margin-top: 5px;
  padding: 1px 0 0 1px;
  max-height: 236px; }

.condition-name-in {
  line-height: 22px;
  color: #268acc;
  font-weight: normal;
  margin-bottom: 0px;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  float: left; }

.condition-name-in img {
  float: left;
  width: 118px;
  height: 58px; }

.condition-name-in .hiide {
  background: #e62023;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.condition-name-in:hover .hiide {
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  width: 118px; }

.condition-name-in input[type="checkbox"] {
  margin: -2px 4px 0px 0px;
  vertical-align: middle; }

.condition-name-in:hover,
.condition-name-in:focus,
.condition-name-in:active {
  color: #eb5e58; }

.tab-pane .active {
  color: #eb5e58; }

.condition-submit {
  width: 90%;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-top: 6px; }

.condition-submit .btn {
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 1px; }

.condition-submit .btn-confirm {
  color: #fff;
  background: #e62023;
  border: 1px solid #eb5e58;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.condition-submit .btn-confirm:hover,
.condition-submit .btn-confirm:active,
.condition-submit .btn-confirm:focus,
.condition-submit .btn-confirm.active {
  background: #eb5e58;
  border: 1px solid #e62023; }

.condition-submit .btn.primary {
  border: 1px solid #357ebd; }

.m-screenselector{
    overflow: hidden;
	}

.m-screenselector .s-title {
  border-bottom: 1px solid #DDD;
  background: #F1F1F1;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  zoom: 1; }

.m-screenselector .s-title h3 {
  float: left;
  padding-left: 10px; }

.m-screenselector .s-title h3 b {
  color: #e4393c;
  margin-right: 5px; }

.m-screenselector .s-title .st-ext {
  float: left;
  padding-left: 20px; }

.m-screenselector .s-brand, .m-screenselector .s-line {
  width: auto;
  height: auto; }

.m-screenselector .sl-wrap {
  position: relative;
  _zoom: 1;
  line-height: 34px;
  border-bottom: 1px dashed #D8D8D8;
 	 }

.m-screenselector .s-line:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.m-screenselector .sl-key {
  float: left;
  width: 100px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden; }

.m-screenselector .sl-key .i-cate1, .m-screenselector .sl-key .i-cate2 {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px -3px 0;
  _margin: 10px 5px -5px 0;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.icons.png) no-repeat 0 -268px; }

.m-screenselector .sl-key .i-cate2 {
  background-position: 0 -289px; }

.m-screenselector .sl-value {
  margin-left: 110px;
  padding-right: 130px;
  padding-left: 10px;
  overflow: hidden;
  zoom: 1;
  background: #fff; }

.m-screenselector .sl-ext {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 110px;
  height: auto;
  line-height: 22px;
  overflow: hidden;
  zoom: 1; }

.m-screenselector .sl-ext .sl-e-more i, .m-screenselector .sl-ext .sl-e-multiple i {
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat 9999px 9999px;
  -webkit-transition: background-position .15s ease-in-out;
  -moz-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out; }

.m-screenselector .sl-ext .sl-e-more {
  float: left;
  margin-right: 3px;
  position: relative;
  width: 55px;
  height: 23px;
  line-height: 23px;
  padding: 0 7px 0 4px;
  background: #fff;
  visibility: hidden;
  color: #333;
  border: 1px solid #ddd; }

.m-screenselector .sl-ext .sl-e-more i {
  position: absolute;
  top: 1px;
  right: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background-position: 4px 7px; }

.m-screenselector .sl-ext .sl-e-more:hover {
  text-decoration: none;
  color: #e4393c; }

.m-screenselector .sl-ext .sl-e-more:hover i {
  border-color: #e4393c;
  background-position: 4px -11px; }

.m-screenselector .sl-ext .sl-e-more.opened i {
  background-position: 4px -27px; }

.m-screenselector .sl-ext .sl-e-more.opened:hover i {
  background-position: 4px -45px; }

.m-screenselector .sl-ext .sl-e-multiple {
  float: left;
  height: 23px;
  line-height: 23px;
  border: 1px solid #DDD;
  padding: 0 3px 0 18px;
  position: relative;
  background: #fff;
  color: #333; }

.m-screenselector .sl-ext .sl-e-multiple i {
  position: absolute;
  display: block;
  font-style: normal;
  left: 3px;
  top: 1px;
  width: 13px;
  height: 20px;
  background-position: 0 -63px; }

.m-screenselector .sl-ext .sl-e-multiple:hover {
  text-decoration: none;
  color: #e4393c;
  border-color: #e4393c; }

.m-screenselector .sl-ext .sl-e-multiple:hover i {
  background-position: 0 -84px; }

.m-screenselector .sl-btns {
  display: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }

.m-screenselector .sl-btns .btn-primary {
  margin-right: 8px; }

.m-screenselector .sl-v-list {
  overflow: hidden;
  zoom: 1;
  padding-top: 4px; }

.m-screenselector .sl-v-list ul {
  float: left;
  overflow: hidden;
  zoom: 1;
  position: relative;
  height: 30px; }

.m-screenselector .sl-v-list li {
  float: left;
  _display: inline;
  margin-right: 50px;
  margin-bottom: 4px;
  height: 26px;
  line-height: 26px; }

.m-screenselector .sl-v-list li a {
  float: left;
  white-space: nowrap;
  zoom: 1;
  color: #005aa0; }

.m-screenselector .sl-v-list li a:hover {
  text-decoration: none;
  color: #e4393c; }

.m-screenselector .sl-v-list .sl-price {
  float: left;
  margin-bottom: 4px;
  margin-top: 2px; }

.m-screenselector .sl-v-list .sl-price .btn, .m-screenselector .sl-v-list .sl-price .input-txt, .m-screenselector .sl-v-list .sl-price em {
  float: left; }

.m-screenselector .sl-v-list .sl-price .input-txt {
  width: 38px;
  padding: 1px; }

.m-screenselector .sl-v-list .sl-price em {
  line-height: 21px;
  padding: 0 3px;
  color: #CCC; }

.m-screenselector .sl-v-list .sl-price .btn {
  margin-left: 5px;
  *display: inline;
  padding: 2px 10px 3px; }

.m-screenselector .sl-v-logos ul {
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
  height: 50px; }

.m-screenselector .sl-v-logos li {
  float: left;
  _display: inline;
  width: 116px;
  height: 48px;
  padding: 0;
  border: 1px solid #DDD;
  margin: -1px -1px 0 0;
  background: #FFF;
  text-align: center; }

.m-screenselector .sl-v-logos li a {
  display: block;
  border: 1px solid #FFF;
  height: 46px;
  width: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  zoom: 1;
  color: #005aa0;
  line-height: 48px; }

.m-screenselector .sl-v-logos li a img {
  margin: 5px 6px;
  vertical-align: top; }

.m-screenselector .sl-v-logos li a:hover {
  text-decoration: none;
  color: #e4393c; }

.m-screenselector .sl-v-logos li a:hover img {
  display: none;
  _display: block;
  _margin: 0;
  _padding: 5px 6px; }

.m-screenselector .sl-v-logos li.selected, .m-screenselector .sl-v-logos li:hover {
  position: relative;
  z-index: 5;
  border-color: #e4393c;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12); }

.m-screenselector .sl-v-logos li.selected a, .m-screenselector .sl-v-logos li:hover a {
  border-color: #e4393c; }

.m-screenselector .sl-v-logos li.selected i {
  display: block;
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat -2px -183px; }

.m-screenselector .sl-v-logos .v-fixed {
  height: 99px; }

.m-screenselector .sl-v-color {
  overflow: hidden;
  zoom: 1;
  height: 34px; }

.m-screenselector .sl-v-color ul {
  zoom: 1; }

.m-screenselector .sl-v-color li {
  float: left;
  _display: inline;
  margin-right: 10px;
  height: 28px;
  padding-top: 7px; }

.m-screenselector .sl-v-color li a {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.m-screenselector .sl-v-color li a b {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd; }

.m-screenselector .sl-v-color li a i {
  display: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat -2px -183px; }

.m-screenselector .sl-v-color li a.black b {
  border-color: #333;
  background-color: #333; }

.m-screenselector .sl-v-color li a.light-gray b {
  border-color: #bbb;
  background-color: #bbb; }

.m-screenselector .sl-v-color li a.white b {
  border-color: #ddd;
  background-color: #fff; }

.m-screenselector .sl-v-color li a.pink b {
  border-color: #FFD8D8;
  background-color: #FFD8D8; }

.m-screenselector .sl-v-color li a.red b {
  border-color: red;
  background-color: red; }

.m-screenselector .sl-v-color li a.rose-red b {
  border-color: #FF028B;
  background-color: #FF028B; }

.m-screenselector .sl-v-color li a.purple b {
  border-color: #B237F1;
  background-color: #B237F1; }

.m-screenselector .sl-v-color li a.blue b {
  border-color: #2A8CFA;
  background-color: #2A8CFA; }

.m-screenselector .sl-v-color li a.green b {
  border-color: #17BC32;
  background-color: #17BC32; }

.m-screenselector .sl-v-color li a.orange b {
  border-color: #FF8A00;
  background-color: #FF8A00; }

.m-screenselector .sl-v-color li a.yellow b {
  border-color: #fc0;
  background-color: #fc0; }

.m-screenselector .sl-v-color li a.brown b {
  border-color: #814312;
  background-color: #814312; }

.m-screenselector .sl-v-color li a.light-tan b {
  border-color: #C69C81;
  background-color: #C69C81; }

.m-screenselector .sl-v-color li a.flesh-color b {
  border-color: #F3DCC9;
  background-color: #F3DCC9; }

.m-screenselector .sl-v-color li a.multi-color b {
  width: 20px;
  height: 20px;
  border: 0 none;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.icons.png) no-repeat 0 -146px; }

.m-screenselector .sl-v-color li.selected a b {
  border: 2px solid #e4393c;
  width: 16px;
  height: 16px; }

.m-screenselector .sl-v-color li.selected a i {
  display: block; }

.m-screenselector .sl-v-color li.selected a.multi-color b {
  background-position: -2px -148px; }

.m-screenselector .sl-b-letter {
  display: none;
  float: left;
  overflow: hidden;
  zoom: 1;
  padding-top: 6px;
  margin-bottom: 10px; }

.m-screenselector .sl-b-letter li {
  float: left;
  height: 20px;
  line-height: 20px;
  border: 1px solid #FFF;
  padding: 0 3px;
  cursor: default;
  text-align: center;
  color: #005aa0; }

.m-screenselector .sl-b-letter li.curr, .m-screenselector .sl-b-letter li:hover {
  border-color: #e4393c;
  color: #e4393c; }

.m-screenselector .sl-b-selected {
  overflow: hidden;
  zoom: 1;
  display: none; }

.m-screenselector .sl-b-selected .sl-b-key, .m-screenselector .sl-b-selected .sl-v-list {
  float: left; }

.m-screenselector .sl-b-search {
  display: none;
  float: left;
  width: 188px;
  height: 23px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-left: 5px; }

.m-screenselector .sl-b-search i {
  float: left;
  width: 22px;
  height: 23px;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.icons.png) no-repeat 3px -117px; }

.m-screenselector .sl-b-search .input-txt {
  float: left;
  border: 0 none;
  width: 158px; }

.m-screenselector .sl-b-search .placehoder {
  color: #999; }

.m-screenselector .extend .sl-v-color ul, .m-screenselector .extend .sl-v-list ul, .m-screenselector .extend .sl-v-logos ul, .m-screenselector .multiple .sl-v-color ul, .m-screenselector .multiple .sl-v-list ul, .m-screenselector .multiple .sl-v-logos ul {
  height: auto; }

.m-screenselector .multiple {
  margin-top: -1px;
  border: 2px solid #edd28b;
  background: #fffdee; }

.m-screenselector .multiple .sl-key {
  padding-left: 8px; }

.m-screenselector .multiple .sl-value {
  margin-left: 108px;
  background: #fff; }

.m-screenselector .multiple .sl-ext {
  right: 8px; }

.m-screenselector .multiple .sl-e-more {
  visibility: hidden; }

.m-screenselector .multiple .sl-btns {
  display: block; }

.m-screenselector .multiple .sl-v-list li {
  margin-right: 32px; }

.m-screenselector .multiple .sl-v-list li a {
  position: relative;
  padding-left: 18px; }

.m-screenselector .multiple .sl-v-list li a i {
  position: absolute;
  left: 0;
  top: 6px;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat 9999px 9999px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0; }

.m-screenselector .multiple .sl-v-list li a:hover i {
  border-color: #e4393c; }

.m-screenselector .multiple .sl-v-list li.selected a i {
  border-color: #e4393c;
  background-position: -1px -107px; }

.m-screenselector .s-brand {
  _position: relative; }

.m-screenselector .s-brand .sl-v-list li {
  width: 130px;
  margin-right: 5px; }

.m-screenselector .s-brand .sl-v-list li a {
  width: 130px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-screenselector .s-brand .sl-v-list .v-fixed {
  height: 60px; }

.m-screenselector .s-brand .extend, .m-screenselector .s-brand .multiple {
  margin-top: -1px;
  border: 1px solid #AAA;
  background: #f9f9f9; }

.m-screenselector .s-brand .extend .sl-b-letter, .m-screenselector .s-brand .multiple .sl-b-letter {
  display: block; }

.m-screenselector .s-brand .extend .sl-b-search, .m-screenselector .s-brand .multiple .sl-b-search {
  display: block;
  *display: inline; }

.m-screenselector .s-brand .extend .sl-key, .m-screenselector .s-brand .multiple .sl-key {
  padding-left: 8px; }

.m-screenselector .s-brand .extend .sl-value, .m-screenselector .s-brand .multiple .sl-value {
  margin-left: 108px;
  background: #fff; }

.m-screenselector .s-brand .extend .sl-ext, .m-screenselector .s-brand .multiple .sl-ext {
  right: 8px; }

.m-screenselector .s-brand .extend .sl-v-list, .m-screenselector .s-brand .multiple .sl-v-list {
  margin-bottom: 10px; }

.m-screenselector .s-brand .extend .sl-v-list .v-fixed, .m-screenselector .s-brand .multiple .sl-v-list .v-fixed {
  *width: 100%;
  height: 150px;
  overflow-x: hidden;
  overflow-y: auto; }

.m-screenselector .s-brand .extend .sl-v-logos .v-fixed, .m-screenselector .s-brand .multiple .sl-v-logos .v-fixed {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 1px;
  height: 196px; }

.m-screenselector .s-brand .extend .sl-v-list.brand-selected, .m-screenselector .s-brand .multiple .sl-v-list.brand-selected {
  height: 34px; }

.m-screenselector .s-brand .extend .sl-v-list.brand-selected li, .m-screenselector .s-brand .multiple .sl-v-list.brand-selected li {
  width: auto;
  margin-right: 10px; }

.m-screenselector .s-brand .extend .sl-v-list.brand-selected li a, .m-screenselector .s-brand .multiple .sl-v-list.brand-selected li a {
  width: auto; }

.m-screenselector .s-brand .multiple {
  border: 2px solid #edd28b;
  background: #fffdee; }

.m-screenselector .s-brand .multiple .sl-v-list li a {
  width: 112px;
  padding-left: 18px; }

.m-screenselector .s-category .sl-v-list {
  *position: relative; }

.m-screenselector .s-category .sl-v-list li {
  width: 130px;
  margin-right: 5px; }

.m-screenselector .s-category .sl-v-list li a {
  width: 130px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-screenselector .s-category .sl-v-list li a .num {
  margin-left: 5px;
  color: silver; }

.m-screenselector .s-category .sl-v-list .v-fixed {
  height: 30px;
  *width: 100%; }

.m-screenselector .s-category .no-relate-cat {
  display: none; }

.m-screenselector .s-category .extend {
  margin-top: -1px;
  border: 1px solid #AAA;
  background: #f9f9f9; }

.m-screenselector .s-category .extend .sl-key {
  padding-left: 8px; }

.m-screenselector .s-category .extend .sl-value {
  margin-left: 108px;
  background: #fff; }

.m-screenselector .s-category .extend .sl-ext {
  right: 8px; }

.m-screenselector .s-category .extend .sl-v-list .v-fixed {
  overflow-x: hidden;
  overflow-y: auto;
  height: 150px; }

.m-screenselector .s-category .extend .no-relate-cat {
  display: block; }

.m-screenselector .s-more {
  text-align: center;
  position: relative;
  top: -1px;
  border-top: 1px solid #ddd;
  -webkit-transition: border-color .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out; }

.m-screenselector .s-more .sm-wrap {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  height: 28px;
  line-height: 28px;
  padding: 0 40px 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #DDD #DDD;
  background: #fff;
  cursor: pointer;
  color: #333;
  -webkit-transition: border-color .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out; }

.m-screenselector .s-more .sm-wrap i {
  position: absolute;
  right: 16px;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat 4px 7px; }

.m-screenselector .s-more .sm-wrap.opened i {
  background-position: 4px -27px; }

.m-screenselector .s-more:hover {
  border-color: #e4393c; }

.m-screenselector .s-more:hover .sm-wrap {
  color: #e4393c;
  border-color: #FFF #e4393c #e4393c; }

.m-screenselector .s-more:hover .sm-wrap i {
  background-position: 4px -10px; }

.m-screenselector .s-more:hover .sm-wrap.opened i {
  background-position: 4px -44px; }

.m-screenselector .s-baby {
  border-bottom: 1px solid #ddd; }

.m-screenselector .sl-v-tab {
  height: 35px; }

.m-screenselector .sl-tab-trigger {
  height: 25px;
  padding-top: 5px;
  overflow: hidden; }

.m-screenselector .sl-tab-trigger .trig-item {
  float: left;
  height: 23px;
  line-height: 23px;
  padding: 0 3px 0 6px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 15px; }

.m-screenselector .sl-tab-trigger .trig-item .text {
  color: #005aa0;
  display: inline-block;
  vertical-align: top; }

.m-screenselector .sl-tab-trigger .trig-item .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url(http://misc.360buyimg.com/product/search/1.0.2/css/i/search.ele.png) no-repeat 4px 7px; }

.m-screenselector .sl-tab-trigger .trig-item.trig-curr {
  height: 24px;
  border-color: #999;
  border-bottom: medium none;
  text-decoration: none;
  position: relative;
  z-index: 2; }

.m-screenselector .sl-tab-trigger .trig-item.trig-curr .arrow {
  background-position: 4px -27px; }

.m-screenselector .sl-tab-trigger .trig-item.multiple {
  border: 2px solid #edd28b;
  border-bottom: none; }

.m-screenselector .sl-tab-trigger .trig-item:hover {
  text-decoration: none; }

.m-screenselector .senior-menu-list li {
  float: left;
  width: 100px;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-screenselector .senior-menu-list li .i-check {
  display: none; }

.m-screenselector .senior-menu-list li .label {
  color: #005aa0;
  cursor: pointer; }

.m-screenselector .senior-menu-list li.curr a {
  color: #e4393c;
  text-decoration: underline; }

.m-screenselector .sl-tab-cont-item {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  width: 968px;
  border: 1px solid #999;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(153, 153, 153, 0.3);
  box-shadow: 1px 1px 1px rgba(153, 153, 153, 0.3); }

.m-screenselector .sl-tab-cont-item .btn-multiple {
  position: absolute;
  top: 10px;
  right: 10px; }

.m-screenselector .sl-tab-cont-item .btnbox {
  display: none;
  height: 25px;
  line-height: 25px;
  padding-top: 10px;
  text-align: center; }

.m-screenselector .sl-tab-cont-item .btnbox .btn-primary {
  margin-right: 10px; }

.m-screenselector .sl-tab-cont-item.z-senior-menu-multiple .senior-menu-list .i-check {
  display: inline-block; }

.m-screenselector .sl-tab-cont-item.z-senior-menu-multiple .btn-multiple {
  display: none; }

.m-screenselector .sl-tab-cont-item.z-senior-menu-multiple .btnbox {
  display: block; }

.m-screenselector .sl-tab-cont-item.multiple {
  border: 2px solid #edd28b; }

.m-screenselector .s-senior .sl-wrap {
  height: 35px;
  line-height: 35px;
  z-index: 5; }

.m-screenselector .s-senior .sl-value {
  overflow: visible;
  padding-right: 10px; }

.m-screenselector .s-senior .multiple {
  margin-top: 0; }

.m-screenselector .s-senior .multiple .sl-key {
  padding-left: 10px; }

.m-screenselector .s-senior .multiple .sl-value {
  margin-left: 110px; }

.m-screenselector .s-senior .sl-v-list ul {
  height: auto; }

.m-screenselector .s-category2 .sl-v-list li.selected a {
  font-weight: 700;
  color: #e4393c; }

.m-screenselector .j_brandName {
  line-height: 46px; }

/*
* @Author: wenyu
* @Date:   2017-01-03 16:33:23
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-03 16:41:55
*/
.m-userlinks {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .m-userlinks {
      width: auto; } }
  .m-userlinks .userlink-cnt {
    display: inline-block; }
  .m-userlinks a {
    margin: 0 10px; }

/*
* @Author: wenyu
* @Date:   2017-01-04 08:36:46
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-04 08:48:14
*/
.m-noticelist {
  margin-top: 20px; }
  .m-noticelist .shop_box_hd {
    height: 30px;
    width: 100%;
    position: relative;
    line-height: 30px;
    background: #f1f1f1;
    font-size: 16px;
    padding: 0 10px; }
    .m-noticelist .shop_box_hd a {
      font-size: 12px; }
  .m-noticelist .shop_box_bd {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 0;
    overflow: hidden; }
    .m-noticelist .shop_box_bd a {
      width: 100%; }
    .m-noticelist .shop_box_bd .item {
      padding: 0 6px; }

/*
* @Author: wenyu
* @Date:   2017-01-06 15:04:33
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-06 15:07:14
*/
.y_suslogin .modal-dialog {
  width: 400px; }

.y_suslogin .modal-header {
  padding-top: 10px;
  padding-bottom: 10px; }

.y_suslogin .modal-body {
  padding-top: 20px;
  padding-bottom: 20px; }

.y_suslogin .y_sustab {
  border-bottom: 1px solid #e5e5e5;
  height: 36px;
  padding-left: 20px;
  margin-bottom: 15px; }

.y_suslogin .y_sustab li {
  float: left;
  margin-top: 5px;
  width: 25%;
  font: 14px/30px "microsoft YaHei";
  text-align: center;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #f5f5f5; }

.y_suslogin .y_sustab li a {
  display: block; }

.y_suslogin .y_sustab li.active {
  margin: 0 5px 0 0;
  color: #eb5e58;
  border-bottom: 1px solid #fff;
  border-top: 3px solid #eb5e58;
  background: #fff;
  font-weight: bold;
  line-height: 33px; }

.y_suslogin .y_suslgbx {
  width: 300px;
  margin: 0 auto; }

.y_suslogin .alert {
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 278px; }

.y_suslogin .form-group {
  margin-bottom: 0;
  padding-top: 5px; }

.y_suslogin .control-label {
  font-weight: normal; }

.y_suslogin .form-control {
  width: 278px; }

.y_suslogin .y_yzmgrop .form-control {
  float: left;
  width: 60px; }

.y_suslogin .y_yzmgrop img {
  float: left;
  height: 36px;
  margin-left: 10px; }

.y_suslogin .y_yzmgrop span {
  float: left;
  margin-left: 10px;
  color: #999;
  line-height: 36px; }

.y_suslogin .y_suskjbx {
  padding-bottom: 15px;
  padding-top: 10px; }

.y_suslogin .y_suskjbx label {
  font-weight: normal;
  margin-right: 10px; }

.y_suslogin .y_suskjbx label input {
  vertical-align: middle;
  margin: -2px 4px 0 1px; }

.y_suslogin .y_copeweb {
  text-align: left;
  width: 300px;
  margin: 0 auto;
  padding: 15px 15px 20px;
  color: #999; }

.y_suslogin .y_copeweb p {
  padding-top: 6px;
  color: #dbdbdb;
  margin-left: -5px; }

.y_suslogin .y_copeweb a {
  margin: 0 5px; }

/*
* @Author: wghui
* @Date:   2018-02-02 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-03 18:23:41
*/
.m-storesearch .m-bbox {
  border: 1px solid #d8d8d8; }
  .m-storesearch .m-bbox .bbox-title {
    height: 44px;
    background: #f3f5f8; }
    .m-storesearch .m-bbox .bbox-title .shopname {
      display: block;
      line-height: 44px;
      padding: 0 10px;
      text-align: center;
      font-size: 16px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .m-storesearch .m-bbox .bbox-title .shop-search {
      width: 220px;
      height: 32px;
      margin: 0 auto;
      border: 1px solid #d8d8d8;
      background: #fff;
      position: relative; }
      .m-storesearch .m-bbox .bbox-title .shop-search .input-text {
        border: none;
        padding: 0 48px 0 10px;
        line-height: 30px;
        display: block;
        width: 100%; }
      .m-storesearch .m-bbox .bbox-title .shop-search .searchbtn {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 30px;
        float: right;
        background: #FF4349; }
        .m-storesearch .m-bbox .bbox-title .shop-search .searchbtn .icon {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 5px  0 0 9px; }
        .m-storesearch .m-bbox .bbox-title .shop-search .searchbtn .icon-search {
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: -30px 0px;
          width: 20px;
          height: 20px; }
        .m-storesearch .m-bbox .bbox-title .shop-search .searchbtn:hover, .m-storesearch .m-bbox .bbox-title .shop-search .searchbtn:focus {
          background-color: #fb3138; }
  .m-storesearch .m-bbox .shop-s-tle {
    padding-top: 6px; }
  .m-storesearch .m-bbox .bbox-cont {
    padding-top: 10px; }
    .m-storesearch .m-bbox .bbox-cont .input-dl {
      margin-top: 10px; }
      .m-storesearch .m-bbox .bbox-cont .input-dl dt {
        width: 60px;
        text-align: right;
        line-height: 32px;
        font-weight: normal;
        float: left; }
      .m-storesearch .m-bbox .bbox-cont .input-dl dd {
        padding: 0 15px 0 60px; }
        .m-storesearch .m-bbox .bbox-cont .input-dl dd .input-text {
          width: 100%;
          height: 32px;
          line-height: 30px;
          padding: 0 6px;
          border: 1px solid #d8d8d8; }
      .m-storesearch .m-bbox .bbox-cont .input-dl .twoinput .input-text {
        width: 47%;
        float: left; }
      .m-storesearch .m-bbox .bbox-cont .input-dl .twoinput .line {
        width: 6%;
        text-align: center;
        float: left;
        line-height: 32px; }
    .m-storesearch .m-bbox .bbox-cont .shop-btn {
      padding-top: 20px;
      font-size: 0;
      text-align: right;
      padding: 20px 15px 0; }
      .m-storesearch .m-bbox .bbox-cont .shop-btn .btnlink {
        border: 1px solid #e4e4e4;
        background: #f1f1f1;
        width: 94px;
        height: 32px;
        line-height: 32px;
        color: #333;
        font-size: 14px;
        text-align: center;
        display: inline-block; }
        .m-storesearch .m-bbox .bbox-cont .shop-btn .btnlink:hover {
          background: #d8d8d8; }

/*
* @Author: wghui
* @Date:   2018-02-01 10:26:24
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-01 10:26:24
*/
.m-dz-show {
  height: 150px;
  background-position: center; }

/*
* @Author: wghui
* @Date:   2018-02-01 10:26:24
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-01 10:26:24
*/
.m-productnavbar-bg {
  height: 30px;
  background: #f3f5f8; }

.m-productnavbar {
  background: #f3f5f8; }
  .m-productnavbar .m-productnavbar-menu > li {
    float: left;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    margin: 0 10px; }
    .m-productnavbar .m-productnavbar-menu > li > a {
      display: inline-block;
      color: #333;
      padding: 0 35px;
      line-height: 26px;
      transition: border 0.2s;
      text-decoration: none;
      border-bottom: 2px solid #f3f5f8; }
    .m-productnavbar .m-productnavbar-menu > li > a:hover {
      color: #ff4349;
      border-bottom: 2px solid #ff4349;
      background: none; }
  .m-productnavbar .m-productnavbar-menu .category .dropdown-menu {
    min-width:100%;
    background: #111111; }
    .m-productnavbar .m-productnavbar-menu .category .dropdown-menu > li > a {
      color: #999;
      height: 26px;
      line-height: 26px;
      padding: 0 9px;
      border: 1px solid #111111; }
      .m-productnavbar .m-productnavbar-menu .category .dropdown-menu > li > a .icon {
        float: left;
        width: 12px;
        height: 14px;
        margin: 5px 6px 0 0; }
      .m-productnavbar .m-productnavbar-menu .category .dropdown-menu > li > a .icon-flr {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -86px -24px;
        width: 12px;
        height: 14px; }
    .m-productnavbar .m-productnavbar-menu .category .dropdown-menu > li > a:hover {
      color: #333; }

/*
* @Author: wghui
* @Date:   2018-02-02 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-03 18:23:41
*/
.m-shopinfo .m-bbox {
  border: 1px solid #d8d8d8; }
  .m-shopinfo .m-bbox .bbox-title {
    height: 44px;
    background: #f3f5f8; }
    .m-shopinfo .m-bbox .bbox-title .shopname {
      display: block;
      line-height: 44px;
      padding: 0 10px;
      text-align: center;
      font-size: 16px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .m-shopinfo .m-bbox .bbox-cont .shop-logo {
    width: 94px;
    height: 40px;
    border: 1px solid #ededed;
    margin: 50px auto 40px; }
    .m-shopinfo .m-bbox .bbox-cont .shop-logo img {
      display: block;
      width: 100%;
      height: 100%; }
  .m-shopinfo .m-bbox .bbox-cont .shop-hping {
    width: 136px;
    margin: 0 auto; }
    .m-shopinfo .m-bbox .bbox-cont .shop-hping span, .m-shopinfo .m-bbox .bbox-cont .shop-hping .icon {
      display: inline-block; }
    .m-shopinfo .m-bbox .bbox-cont .shop-hping .icon {
      width: 96px;
      height: 13px;
      background: url(/static/frontshow//static/frontshow/images/details/level.png) no-repeat; }
  .m-shopinfo .m-bbox .bbox-cont .shop-score {
    overflow: hidden;
    margin-top: 20px; }
    .m-shopinfo .m-bbox .bbox-cont .shop-score ul {
      margin-left: -1px; }
      .m-shopinfo .m-bbox .bbox-cont .shop-score ul li {
        width: 82px;
        padding: 0 15px;
        float: left;
        border-left: 1px solid #ececec; }
        .m-shopinfo .m-bbox .bbox-cont .shop-score ul li span {
          display: block;
          margin-bottom: 5px; }
        .m-shopinfo .m-bbox .bbox-cont .shop-score ul li b {
          font-weight: normal;
          color: #FF4349; }
        .m-shopinfo .m-bbox .bbox-cont .shop-score ul li .icon {
          display: inline-block;
          width: 6px;
          height: 7px;
          margin-left: 10px; }
        .m-shopinfo .m-bbox .bbox-cont .shop-score ul li .icon-sheng {
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: -52px -81px;
          width: 6px;
          height: 7px; }
        .m-shopinfo .m-bbox .bbox-cont .shop-score ul li .icon-jiang {
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: -68px -81px;
          width: 6px;
          height: 7px; }
  .m-shopinfo .m-bbox .bbox-cont .shop-btn {
    padding-top: 20px;
    font-size: 0;
    text-align: center; }
    .m-shopinfo .m-bbox .bbox-cont .shop-btn .btnlink {
      border: 1px solid #e4e4e4;
      background: #f1f1f1;
      width: 94px;
      height: 32px;
      line-height: 32px;
      color: #333;
      font-size: 14px;
      margin: 0 7px;
      text-align: center;
      display: inline-block; }
      .m-shopinfo .m-bbox .bbox-cont .shop-btn .btnlink:hover {
        background: #d8d8d8; }

/*
* @Author: wenyu
* @Date:   2016-12-20 09:30:10
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:53:59
*/
.mt-search {
  float: left;
  border: none;
  margin: 11px 10px 0 0;
  position: absolute;
  left: 460px;
  *display: inline;
  height: 37px; }
  .mt-search-tabs li {
    float: left;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer; }
    .mt-search-tabs li:hover {
      background-color: #ffa9ac;
      color: #fff; }
  .mt-search-tabs span {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #FF4349;
    cursor: pointer;
    background-color: #fff;
    background-image: url(/static/frontshow/images/btn-searchdown.png);
    background-repeat: no-repeat;
    background-position: center right; }
  .mt-search-tabs span:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    display: block;
    border-top: none; }
  .mt-search-tabs .dropdown-menu {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    z-index: 900;
    transform: translatey(-10px);
    transition: all 0.3s; }
  .mt-search-input {
    width: 356px;
    font-size: 12px;
    height: 33px;
    float: left;
    border-radius: 0;
    padding: 7px 10px;
    border: none;
    border-right: none; }
    .mt-search-input:focus {
      border-color: #FF4349;
      outline: none; }
  .mt-search-tabs {
    position: relative;
    float: left;
    width: 60px;
    z-index: 10;
    text-align: center; }
  .mt-search-box {
    float: left; }
  .mt-search-btn {
    float: left;
    width: 92px;
    height: 36px;
    border: none;
    background: url(/static/frontshow/images/sprite/index.png);
    border-radius: 0;
    padding: 0;
    transition: background 0.2s;
    text-align: center;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none; }
    .mt-search-btn:hover, .mt-search-btn:focus, .mt-search-btn:active {
      background-color: #ff5d62;
      color: #fff;
      text-decoration: none; }
  .mt-search-hot {
    clear: both;
    line-height: 18px;
    padding-top: 7px; }
    .mt-search-hot a {
      color: #9F9F9F;
      margin-right: 15px; }
      .mt-search-hot a:hover {
        color: #FF4349; }
  .mt-search .search_suggest {
    top: 61px;
    background: white;
    border-color: #bebebe;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    margin: 0px;
    outline: 0px;
    position: absolute;
    z-index: 99999;
    padding: 0px 10px;
    width: 448px;
    display: none; }
    .mt-search .search_suggest li {
      color: #333;
      list-style: none;
      margin: 0;
      font-size: 12px;
      line-height: 24px;
      white-space: nowrap;
      min-height: 26px;
      _height: 26px;
      left: -9999px;
      top: -9999px;
      cursor: pointer; }

.mt-search-box input {
  border: 1px solid #FF4349;
  height: 36px; }

/*
* @Author: wenyu
* @Date:   2016-12-30 14:30:03
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-30 16:28:40
*/
.m-shopinfo3 {
  margin-left: 10px; }
  .m-shopinfo3 .mt {
    text-align: center;
    padding: 20px 0 0 0;
    height: 42px; }
    .m-shopinfo3 .mt .arrow {
      width: 56px;
      height: 16px;
      background: #FF4349;
      line-height: 16px;
      font-size: 12px;
      float: left;
      color: white;
      margin-left: 8px; }
    .m-shopinfo3 .mt h3 {
      float: left;
      overflow: hidden;
      font-size: 14px;
      font-weight: normal;
      float: left; }
      .m-shopinfo3 .mt h3 a {
        color: #333; }
  .m-shopinfo3 .mc {
    border-top: none;
    padding-top: 10px;
    background-color: #FFF;
    overflow: hidden; }
    .m-shopinfo3 .mc .score-infor {
      padding-top: 10px;
      display: block;
      border-bottom: 1px solid #eee; }
    .m-shopinfo3 .mc .j_pop_summary {
      overflow: hidden; }
    .m-shopinfo3 .mc .score-sum {
      float: left;
      width: 78px;
      display: inline;
      margin-top: 15px;
      color: #999; }
      .m-shopinfo3 .mc .score-sum .up {
        text-align: center;
        font-size: 24px;
        line-height: 45px;
        color: #FF4349;
        display: block; }
    .m-shopinfo3 .mc .score-parts {
      float: left; }
      .m-shopinfo3 .mc .score-parts .score-part {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        border-right: 1px solid #666;
        padding-right: 6px;
        padding-left: 6px;
        height: 14px;
        line-height: 14px; }
      .m-shopinfo3 .mc .score-parts .score-desc {
        display: inline-block;
        width: 30px;
        color: #999;
        font-size: 12px; }
      .m-shopinfo3 .mc .score-parts .score-detail {
        color: #FF4349; }
        .m-shopinfo3 .mc .score-parts .score-detail em {
          font-weight: normal; }
      .m-shopinfo3 .mc .score-parts .score-trend .sprite-up {
        display: inline-block;
        width: 9px;
        height: 9px;
        background-image: url(http://static.360buyimg.com/item/default/1.0.20/components/popbox/i/__sprite.png);
        background-position: -19px -34px; }
    .m-shopinfo3 .mc .btns {
      padding: 10px 0;
      font-size: 0; }
      .m-shopinfo3 .mc .btns .btn-def {
        line-height: 16px;
        padding: 2px 10px;
        margin: 0 4px;
        font-size: 12px;
        border: 1px solid #ddd;
        background-color: #f8f8f8;
        color: #666;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none; }
        .m-shopinfo3 .mc .btns .btn-def .sprite-enter {
          width: 16px;
          height: 16px;
          background-image: url(http://static.360buyimg.com/item/default/1.0.20/components/popbox/i/__sprite.png);
          background-position: -34px 0;
          display: inline-block;
          vertical-align: -2px; }
        .m-shopinfo3 .mc .btns .btn-def .sprite-follow {
          display: inline-block;
          vertical-align: 0; }

/*
* @Author: wghui
* @Date:   2018-02-02 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-03 18:23:41
*/
.m-shopclassify .m-bbox {
  border: 1px solid #d8d8d8; }
  .m-shopclassify .m-bbox .bbox-title {
    height: 44px;
    background: #f3f5f8; }
    .m-shopclassify .m-bbox .bbox-title .shopname {
      display: block;
      line-height: 44px;
      padding: 0 10px;
      text-align: center;
      font-size: 16px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .m-shopclassify .m-bbox .bbox-cont .shop-class {
    overflow: hidden; }
    .m-shopclassify .m-bbox .bbox-cont .shop-class ul {
      margin-top: -1px; }
      .m-shopclassify .m-bbox .bbox-cont .shop-class ul li {
        border-top: 1px solid #ededed; }
        .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-name {
          height: 44px;
          line-height: 44px;
          padding-left: 38px;
          position: relative;
          display: block;
          cursor: pointer; }
          .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-name .icon {
            display: block;
            position: absolute;
            top: 19px;
            left: 23px;
            width: 7px;
            height: 7px; }
          .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-name .icon-jtshouqi {
            background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: -18px -81px;
            width: 7px;
            height: 7px; }
          .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-name .icon-jtzhankai {
            background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: -35px -81px;
            width: 7px;
            height: 7px; }
        .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-cont {
          display: none;
          border-top: 1px solid #ededed;
          padding: 6px 0 6px 50px; }
          .m-shopclassify .m-bbox .bbox-cont .shop-class ul li .class-cont a {
            display: block;
            line-height: 24px; }
      .m-shopclassify .m-bbox .bbox-cont .shop-class ul .curr .class-cont {
        display: block; }

.m-similargoods .simgoods-tle {
  height: 30px;
  margin: 50px 0 8px;
  background: url(/static/frontshow//static/frontshow/images/details/tle-line.png) repeat-x 0 9px; }
  .m-similargoods .simgoods-tle span {
    display: inline-block;
    line-height: 26px;
    background: #fff;
    padding: 0 20px;
    color: #FF4349;
    font-size: 28px; }

.m-similargoods .simgoods-box {
  overflow: hidden; }
  .m-similargoods .simgoods-box ul {
    mrgin-left: -6px; }
    .m-similargoods .simgoods-box ul li {
      float: left;
      width: 232px;
      margin: 20px 0 0 5px;
      border: 1px solid #ededed; }
      .m-similargoods .simgoods-box ul li .pro-img {
        width: 230px;
        height: 230px; }
        .m-similargoods .simgoods-box ul li .pro-img img {
          width: 100%;
          height: 100%;
          display: block; }
      .m-similargoods .simgoods-box ul li .pro-name {
        height: 44px;
        line-height: 22px;
        margin: 8px 10px 0;
        overflow: hidden; }
        .m-similargoods .simgoods-box ul li .pro-name a {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .m-similargoods .simgoods-box ul li .pro-num {
        border-top: 1px dotted #ededed;
        height: 36px;
        line-height: 36px;
        margin: 10px 0 0;
        padding: 0 10px; }
        .m-similargoods .simgoods-box ul li .pro-num em {
          font-weight: normal; }
        .m-similargoods .simgoods-box ul li .pro-num .price {
          color: #FF4349;
          font-size: 12px; }
          .m-similargoods .simgoods-box ul li .pro-num .price em {
            font-size: 16px; }
        .m-similargoods .simgoods-box ul li .pro-num .coll {
          font-size: 14px; }
          .m-similargoods .simgoods-box ul li .pro-num .coll .icon {
            float: left;
            width: 16px;
            height: 16px;
            margin: 10px 5px 0 0; }
          .m-similargoods .simgoods-box ul li .pro-num .coll .decollect {
            /* background-image: url(/static/frontshow/images/sprite/details.png);
            background-position: -60px 0px; */
            display:inline-block;
            background:url(/static/frontshow/images/list/ico-star.png);
            width: 16px;
            height: 16px; margin-top:10px;}
            .m-similargoods .simgoods-box ul li .pro-num .coll .decollect.nodecollect{
              background:url(/static/frontshow/images/list/ico-star.png);
              }
.m-packagegoods {
  border: 1px solid #d8d8d8;
  margin-right: 10px; }
  .m-packagegoods .pkg-tab {
    border-bottom: none; }
    .m-packagegoods .pkg-tab li a {
      margin: 0;
      border: none;
      border-top: 1px solid #fff;
      border-radius: 0;
      font-size: 16px;
      padding: 12px 30px; }
      .m-packagegoods .pkg-tab li a:hover, .m-packagegoods .pkg-tab li a:focus {
        border-top: 1px solid #fff;
        background: none;
        color: #FF4349; }
    .m-packagegoods .pkg-tab .active a {
      border-top: 2px solid #FF4349;
      margin-top: -1px;
      color: #FF4349; }
      .m-packagegoods .pkg-tab .active a:hover, .m-packagegoods .pkg-tab .active a:focus {
        border: none;
        border-top: 2px solid #FF4349;
        background: none; }
  .m-packagegoods .btn {
    margin-right: 3px;
    font-size: 16px; }
    .m-packagegoods .btn .icon {
      float: left;
      width: 17px;
      height: 17px;
      margin: 2px 10px 0 0; }
    .m-packagegoods .btn .icon-cart {
      background-image: url(/static/frontshow/images/sprite/details.png);
      background-position: -27px -30px;
      width: 17px;
      height: 17px; }
  .m-packagegoods .btn-lg {
    padding: 10px 32px;
    border-radius: 0px; }
  .m-packagegoods .pkg-box {
    margin: 10px 0 0 20px;
    padding-bottom: 20px; }
    .m-packagegoods .pkg-box .pkg-item {
      float: left;
      width: 150px; }
      .m-packagegoods .pkg-box .pkg-item .pkg-img {
        width: 150px;
        height: 150px; }
        .m-packagegoods .pkg-box .pkg-item .pkg-img img {
          display: block;
          width: 100%;
          height: 100%; }
      .m-packagegoods .pkg-box .pkg-item .pkg-choose {
        margin-top: 10px;
        text-align: left; }
        .m-packagegoods .pkg-box .pkg-item .pkg-choose .icon {
          float: left;
          width: 14px;
          height: 14px;
          margin: 2px 4px 0 0; }
        .m-packagegoods .pkg-box .pkg-item .pkg-choose .icon-checkbox {
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: 0px -57px;
          width: 14px;
          height: 14px; }
      .m-packagegoods .pkg-box .pkg-item .pkg-checked .icon-checkbox {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -48px -57px;
        width: 14px;
        height: 14px; }
      .m-packagegoods .pkg-box .pkg-item .pkg-attr {
        border: 1px solid #d8d8d8;
        margin-top: 8px;
        height: 30px;
        position: relative; }
        .m-packagegoods .pkg-box .pkg-item .pkg-attr .attr-txt {
          display: block;
          padding: 0 16px;
          line-height: 28px;
          cursor: pointer; }
        .m-packagegoods .pkg-box .pkg-item .pkg-attr > s {
          position: absolute;
          display: block;
          top: 12px;
          right: 6px;
          width: 7px;
          height: 5px;
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: -17px -99px;
          width: 7px;
          height: 5px; }
      .m-packagegoods .pkg-box .pkg-item .pkg-attr-curr {
        border: 1px solid #FF4349; }
        .m-packagegoods .pkg-box .pkg-item .pkg-attr-curr .attr-select {
          display: block; }
    .m-packagegoods .pkg-box .pkg-fuhao {
      float: left;
      padding: 0 20px;
      line-height: 130px;
      font-size: 30px;
      color: #333; }
    .m-packagegoods .pkg-box .pkg-gobuy {
      font-size: 14px;
      padding-top: 15px; }
      .m-packagegoods .pkg-box .pkg-gobuy .price {
        color: #FF4349;
        margin-bottom: 10px; }
        .m-packagegoods .pkg-box .pkg-gobuy .price span {
          font-size: 22px; }
          .m-packagegoods .pkg-box .pkg-gobuy .price span em {
            font-weight: normal; }
      .m-packagegoods .pkg-box .pkg-gobuy .price-sub {
        margin-bottom: 10px; }
      .m-packagegoods .pkg-box .pkg-gobuy .btn {
        margin-top: 20px; }
    .m-packagegoods .pkg-box .picScroll-left {
      width: 428px;
      overflow: hidden;
      position: relative;
      float: left; }
      .m-packagegoods .pkg-box .picScroll-left .hd {
        position: relative;
        z-index: 10; }
        .m-packagegoods .pkg-box .picScroll-left .hd .prev, .m-packagegoods .pkg-box .picScroll-left .hd .next {
          position: absolute;
          display: block;
          width: 25px;
          height: 48px;
          float: right;
          top: 42px;
          overflow: hidden;
          cursor: pointer; }
        .m-packagegoods .pkg-box .picScroll-left .hd .prev {
          left: 0;
          background: url(/static/frontshow/images/details/icon/pkg-l.png) no-repeat; }
        .m-packagegoods .pkg-box .picScroll-left .hd .next {
          right: 0;
          background: url(/static/frontshow/images/details/icon/pkg-r.png) no-repeat; }
        .m-packagegoods .pkg-box .picScroll-left .hd .prevStop {
          background-position: -60px 0; }
        .m-packagegoods .pkg-box .picScroll-left .hd .nextStop {
          background-position: -60px -50px; }
        .m-packagegoods .pkg-box .picScroll-left .hd ul li.on {
          background-position: 0 0; }
      .m-packagegoods .pkg-box .picScroll-left .bd {
        padding: 0 30px; }
        .m-packagegoods .pkg-box .picScroll-left .bd ul {
          overflow: hidden;
          zoom: 1; }
          .m-packagegoods .pkg-box .picScroll-left .bd ul li {
            margin: 0 18px;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center; }
            .m-packagegoods .pkg-box .picScroll-left .bd ul li .pic {
              text-align: center; }
              .m-packagegoods .pkg-box .picScroll-left .bd ul li .pic img {
                width: 120px;
                height: 90px;
                display: block;
                padding: 2px;
                border: 1px solid #ccc; }
              .m-packagegoods .pkg-box .picScroll-left .bd ul li .pic a:hover img {
                border-color: #999; }
            .m-packagegoods .pkg-box .picScroll-left .bd ul li .title {
              line-height: 24px; }

.attr-select-box {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 20;
  background: #fff;
  border: 1px solid #FF4349;
  width: 558px; }
  .attr-select-box .tle {
    height: 28px;
    line-height: 28px;
    background: #f3f5f8;
    padding: 0 10px;
    font-size: 14px;
    color: #FF4349; }
    .attr-select-box .tle .icon {
      float: right;
      width: 12px;
      height: 12px;
      margin: 8px 0 0;
      cursor: pointer; }
    .attr-select-box .tle .icon-close {
      background-image: url(/static/frontshow/images/sprite/details.png);
      background-position: -86px -48px;
      width: 12px;
      height: 12px; }
  .attr-select-box .select-attr,.attr-select-box .select-attr1 {
    padding: 0 20px;
    margin-top: 10px;
    position: relative; }
    .attr-select-box .select-attr dt , .attr-select-box .select-attr1 dt{
      position: absolute;
      top: 14px;
      left: 20px;
      font-weight: normal; }
    .attr-select-box .select-attr dd,.attr-select-box .select-attr1 dd {
      margin-left: 66px; }
      .attr-select-box .select-attr dd a,.attr-select-box .select-attr1 dd a {
        border: 1px solid #dcdcdc;
        background: #fff;
        padding: 1px 10px;
        height: 32px;
        float: left;
        line-height: 30px;
        margin-top: 6px;
        margin-right: 6px;
        position: relative; }
        .attr-select-box .select-attr dd a img,.attr-select-box .select-attr1 dd a img {
          display: block; }
        .attr-select-box .select-attr dd a s,.attr-select-box .select-attr1 dd a s {
          display: none;
          width: 8px;
          height: 8px;
          position: absolute;
          right: -2px;
          bottom: -2px;
          background-image: url(/static/frontshow/images/sprite/details.png);
          background-position: 0px -81px;
          width: 8px;
          height: 8px; }
      .attr-select-box .select-attr dd a:hover, .attr-select-box .select-attr dd a:focus,.attr-select-box .select-attr1 dd a:hover, .attr-select-box .select-attr1 dd a:focus {
        text-decoration: none; }
      .attr-select-box .select-attr dd .curr,.attr-select-box .select-attr1 dd .curr {
        position: relative;
        border: 2px solid #FF4349;
        padding: 0 9px; }
        .attr-select-box .select-attr dd .curr s,.attr-select-box .select-attr1 dd .curr s {
          display: block; }
  .attr-select-box .select-img dt {
    top: 16px; }
  .attr-select-box .select-img dd a {
    width: 35px;
    padding: 1px;
    height: 35px; }
  .attr-select-box .select-img dd .curr {
    padding: 0; }
  .attr-select-box .select-num dt {
    top: 12px; }
  .attr-select-box .select-num .select-box {
    margin-top: 6px; }
    .attr-select-box .select-num .select-box a, .attr-select-box .select-num .select-box input {
      float: left; }
    .attr-select-box .select-num .select-box a {
      height: 27px;
      width: 27px;
      line-height: 22px;
      font-size: 22px;
      margin-top: 0;
      padding: 0;
      text-align: center;
      border: 1px solid #dcdcdc;
      background: #f4f4f4;
      color: #333;
      margin-right: 0; }
    .attr-select-box .select-num .select-box .disabled {
      color: #ccc;
      cursor: default; }
    .attr-select-box .select-num .select-box input {
      width: 46px;
      height: 27px;
      line-height: 27px;
      text-align: center;
      border: 1px solid #dcdcdc;
      border-width: 1px 0; }
  .attr-select-box .select-num label {
    line-height: 27px;
    font-weight: normal;
    margin-left: 4px;
    margin-top: 6px; }
  .attr-select-box .y_gobuybtn {
    padding: 10px 10px 20px;
    text-align: right; }
    .attr-select-box .y_gobuybtn .btn-lg {
      padding: 10px 40px; }

/*
* @Author: wghui
* @Date:   2018-02-05 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-04 18:23:41
*/
.m-searchresultinfo .result-info {
  background: #ededed;
  height: 40px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 40px;
  color: #333; }
  .m-searchresultinfo .result-info span {
    color: #FF4349; }

/*
* @Author: wghui
* @Date:   2018-02-05 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-04 18:23:41
*/
.m-shopresultlist {
  margin-right: 10px; }
  .m-shopresultlist .shop-list .list-dl {
    padding: 15px 0;
    margin-top: 1px;
    background: #fff; }
    .m-shopresultlist .shop-list .list-dl dt {
      width: 230px;
      height: 198px;
      border-right: 1px solid #ededed;
      float: left;
      font-weight: normal; }
      .m-shopresultlist .shop-list .list-dl dt .st-logo {
        width: 60px;
        height: 60px;
        border: 1px solid #ededed;
        margin: 15px auto; }
        .m-shopresultlist .shop-list .list-dl dt .st-logo img {
          width: 100%;
          height: 100%;
          display: block; }
      .m-shopresultlist .shop-list .list-dl dt .st-name {
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 16px;
        height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .m-shopresultlist .shop-list .list-dl dt .st-name a {
          color: #333; }
      .m-shopresultlist .shop-list .list-dl dt .st-txt {
        color: #999;
        font-size: 14px;
        margin-left: 72px; }
        .m-shopresultlist .shop-list .list-dl dt .st-txt span {
          color: #333; }
        .m-shopresultlist .shop-list .list-dl dt .st-txt em {
          font-weight: normal;
          color: #FF4349; }
    .m-shopresultlist .shop-list .list-dl dd {
      padding-left: 240px; }
      .m-shopresultlist .shop-list .list-dl dd .pro-item {
        position: relative;
        float: left;
        width: 150px;
        height: 150px;
        margin-left: 20px;
        margin-top: 25px; }
        .m-shopresultlist .shop-list .list-dl dd .pro-item img {
          width: 100%;
          height: 100%; }
        .m-shopresultlist .shop-list .list-dl dd .pro-item span {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          color: #333;
          background: rgba(255, 255, 255, 0.7);
          height: 20px;
          padding: 0 10px;
          line-height: 20px; }

.telorder-code {
  position: relative;
  width: 218px;
  background: #f3f5f8;
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none; }
  .telorder-code > span {
    display: block;
    line-height: 43px;
    padding-left: 20px;
    float: left; }
  .telorder-code .icon {
    width: 20px;
    height: 20px;
    margin: 12px 0 0 14px;
    float: left;
    display: inline-block; }
  .telorder-code .icon-ewm {
    background-image: url(/static/frontshow/images/sprite/details.png);
    background-position: 0px 0px;
    width: 20px;
    height: 20px; }
  .telorder-code s {
    -webkit-backface-visibility: hidden;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #999 transparent transparent;
    font-size: 0;
    line-height: 0; }
  .telorder-code:hover s {
    -webkit-backface-visibility: hidden;
    border-color: #ff4349 transparent transparent;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%; }
  .telorder-code .ewm-box {
    display: none;
    width: 219px;
    border: 1px solid #d8d8d8;
    border-right: none;
    position: absolute;
    top: 43px;
    left: -1px;
    z-index: 100;
    padding: 10px 0;
    background: #fff; }
    .telorder-code .ewm-box img {
      width: 200px;
      height: 200px;
      display: block;
      margin: 0 auto; }

.detail-floor {
  border-top: none;
  padding-top: 44px; }
  .detail-floor .d-flo-ul {
    width: 189px;
    padding-top: 38px;
    margin: 0 auto; }
    .detail-floor .d-flo-ul li {
      height: 30px;
      line-height: 30px;
      margin-bottom: 5px; }
      .detail-floor .d-flo-ul li a {
        display: block; }
      .detail-floor .d-flo-ul li .icon {
        float: left;
        width: 5px;
        height: 7px;
        margin: 12px 20px 0 54px; }
      .detail-floor .d-flo-ul li .icon-listjt {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -110px 0px;
        width: 5px;
        height: 7px; }
    .detail-floor .d-flo-ul .curr {
      background: url(/static/frontshow/images/details/listbg.png) no-repeat; }
      .detail-floor .d-flo-ul .curr .icon-listjs {
        background-image: url(/static/frontshow/images/sprite/details.png);
        background-position: -84px -81px;
        width: 5px;
        height: 7px; }

.telorder-code.fix-tab {
  position: fixed;
  top: 0;
  z-index: 100; }

/*
* @Author: wghui
* @Date:   2018-02-05 10:03:52
* @Email:  wangguanghui@qwang.com.cn
* @Last Modified by:   wghui
* @Last Modified time: 2018-02-04 18:23:41
*/
.m-pagination .pagebox {
  padding: 50px 0;
  text-align: center;
  line-height: 42px;
  font-size: 0; }
  .m-pagination .pagebox span, .m-pagination .pagebox a, .m-pagination .pagebox input {
    display: inline-block;
    font-size: 14px; }
  .m-pagination .pagebox a {
    border: 1px solid #d8d8d8;
    background: #fff;
    height: 44px;
    width: 44px;
    text-align: center;
    margin-left: -1px; }
  .m-pagination .pagebox .prev, .m-pagination .pagebox .next {
    width: 86px; }
  .m-pagination .pagebox .prev {
    margin-right: 6px; }
  .m-pagination .pagebox .next {
    margin-right: 5px; }
  .m-pagination .pagebox em {
    font-weight: normal; }
  .m-pagination .pagebox .disabled {
    background: #f5f5f5;
    color: #999; }
  .m-pagination .pagebox .omit {
    padding: 0 10px; }
  .m-pagination .pagebox .curr {
    background: #FF4349;
    border: 1px solid #FF4349;
    color: #fff;
    cursor: default; }
  .m-pagination .pagebox .input-txt, .m-pagination .pagebox .btn {
    display: inline-block;
    width: 46px;
    height: 28px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 26px;
    padding: 0; }
  .m-pagination .pagebox .input-txt {
    margin: 0 6px; }
  .m-pagination .pagebox .btn {
    vertical-align: initial;
    border-radius: 0;
    color: #333;
    margin-left: 20px; }

/*# sourceMappingURL=qwui_components.css.map */
