@charset "UTF-8";
.w3 {
  width: 1080px;
  margin: 0 auto; }


@media (min-width:768px){.preview {
  width: 681px;
  float: left;
  margin-top: 9px; }
  
  .goods_info {
  font-family: "Microsoft YaHei","微软雅黑";
  text-align: center;
  width: 335px;
  float: right; }
  
  .goods_info .colors {
    padding-bottom: 20px;
    width: 72%;
    margin: 0 auto;
    text-align: center; }
	
	}
  
@media (max-width:768px){.preview {
  width: 100%;
  float: left;
  margin-top: 9px; }
  
  .goods_info {
  font-family: "Microsoft YaHei","微软雅黑";
  text-align: left; margin-left:14px;
  width: 100%;
  float: left; }
  
  .goods_info .colors {
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: left; }
	}


  
  .preview .center_goods_pic {
    float: left; }
  .preview .left_main {
    float: left;
    margin-right: 57px; }
    .preview .left_main .slider_up, .preview .left_main .slider_down {
      position: relative;
      text-align: center;
      margin-bottom: 16px;
      cursor: pointer; }
      .preview .left_main .slider_up:hover::before, .preview .left_main .slider_down:hover::before {
        background-image: url("../images/arrow_up_j.svg"); }
      .preview .left_main .slider_up::before, .preview .left_main .slider_down::before {
        background: url("../images/arrow_up_h.svg") no-repeat scroll 0 0/19px 7px;
        content: "";
        display: inline-block;
        width: 19px;
        height: 7px; }
    .preview .left_main .slider_down {
      margin-top: 10px; }
      .preview .left_main .slider_down:hover::before {
        background-image: url("../images/arrow_down_j.svg"); }
      .preview .left_main .slider_down::before {
        background-image: url("../images/arrow_down_h.svg"); }
  .preview .pic {
    height: 420px;
    overflow: hidden; }
    .preview .pic li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 70px;
      height: 84px;
      border: 1px solid #fff;
      padding: 5px; }
      .preview .pic li.active {
        border: 1px solid #999; }
      .preview .pic li img {
        width: 100%; }
  .preview #picture-frame {
    width: 554px;
    height: 680px;
    margin: 0 auto; }

.sort_type {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333333;
  width: 113px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left; }
  .sort_type:after {
    background: url("../images/sliderdown.svg") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    float: right;
    margin-top: 5px;
    height: 8px;
    margin-right: 8px;
    margin-top: 15px;
    vertical-align: middle;
    width: 14px; }
  .sort_type > a {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px; }
  .sort_type .sort_list {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #E3E3E1;
    border-top: none;
    width: 113px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 9;
    margin-left: -1px;
    margin-right: -1px; 
    }
    .sort_type .sort_list li.disable a {
      color: #cccccc;
      cursor: no-drop;
      opacity: 0.56; }
    .sort_type .sort_list li.lose a {
      color: #999; }
      .sort_type .sort_list li.lose a:after {
        content: "缺货";
        margin-left: 10px; }
    .sort_type .sort_list li a {
      line-height: 30px;
      padding: 0 15px;
      display: block; }
    .sort_type .sort_list li:hover {
      background: #E3E3E1;
      cursor: pointer; }

.num_box {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  width: 87px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .num_box .num_ipt {
    display: inline-block;
    float: left;
    height: 36px;
    text-align: center;
    width: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .num_box .subtract, .num_box .puls {
    display: inline-block;
    float: left;
    height: 36px;
    position: relative;
    width: 23px;
    background-color: #eee; }
    .num_box .subtract:hover, .num_box .puls:hover {
      background: #ee1e24; }
      .num_box .subtract:hover::before, .num_box .puls:hover::before {
        background-image: url("../images/plus-w.svg"); }
    .num_box .subtract::before, .num_box .puls::before {
      background: url("../images/plus.svg") no-repeat scroll 0 0;
      content: "";
      display: inline-block;
      height: 12px;
      vertical-align: middle;
      width: 12px;
      float: left;
      margin-left: 6px;
      margin-top: 14px; }
  .num_box .subtract:hover {
    background-color: #ee1e24; }
    .num_box .subtract:hover::before {
      background-image: url("../images/subtract-w.svg"); }
  .num_box .subtract::before {
    background-image: url("../images/subtract.svg");
    margin-top: 20px; }

.btn_line {
  margin-top: 21px;
  margin-bottom: 21px; }
  .btn_line .btn_addcart, .btn_line .btn_buy {
    cursor: pointer;
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto; }
  .btn_line .btn_addcart {
    background: #ee1e24;
    color: #fff;
    margin-bottom: 10px; }
    .btn_line .btn_addcart.btn_advance {
      background-color: #FF754D;
      color: #fff; }
  .btn_line .btn_buy {
    border: 1px solid #D8D8D8; }


  .goods_info .goods_unable {
    margin-bottom: 32px;
    color: #999; }
  .goods_info .msg {
    width: 275px;
    margin: 0 auto;
    font-size: 12px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 22px; }
  .goods_info .hline {
    margin-bottom: 9px; }
  .goods_info .share_link {
    margin-bottom: 30px;
    position: relative; }
    .goods_info .share_link .email_box {
      background: #ffffff none repeat scroll 0 0;
      position: absolute;
      right: 0;
      top: 47px;
      display: none; }
      .goods_info .share_link .email_box input {
        border: 1px solid #cccccc;
        line-height: 24px; }
      .goods_info .share_link .email_box button {
        background-color: #ee1e24;
        border: medium none;
        color: #ffffff;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        margin-left: 5px;
        vertical-align: middle; }
    .goods_info .share_link .collection_tip {
      opacity: 0;
      border: 1px solid #888888;
      display: inline-block;
      left: 66px;
      position: absolute;
      top: 0; }
      .goods_info .share_link .collection_tip.show {
        opacity: 1; }
    .goods_info .share_link .icon_save {
      position: relative;
      display: inline-block;
      margin-right: 20px;
      cursor: pointer; }
      .goods_info .share_link .icon_save:hover::before, .goods_info .share_link .icon_save.active::before {
        background-image: url("../images/loveit.svg"); }
      .goods_info .share_link .icon_save::before {
        background: url("../images/nolove.svg") no-repeat scroll 0 0;
        content: "";
        display: inline-block;
        display: inline-block;
        height: 18px;
        width: 18px; }
    .goods_info .share_link .icon_share {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      .goods_info .share_link .icon_share.active::before, .goods_info .share_link .icon_share:hover::before {
        background-image: url("../images/share_hover.svg"); }
      .goods_info .share_link .icon_share::before {
        background: url("../images/share.svg") no-repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 18px;
        width: 18px; }
  .goods_info .chim {
    display: block;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    text-decoration: underline;
    width: 210px;
    font-size: 12px;
    color: #333333; }
  
    .goods_info .colors div {
      display: inline-block;
      width: 36px;
      height: 36px;
      border: 1px solid #fff;
      padding: 2px;
      box-sizing: border-box;
      cursor: pointer;
      position: relative;
      text-indent: -10000px;
      overflow: hidden;
      background-color: #f8f8f8;
      margin-right: 3px; }
      .goods_info .colors div:last-child {
        margin-right: 0; }
      .goods_info .colors div span {
        margin: auto;
        line-height: 36px; }
      .goods_info .colors div.noImg {
        text-indent: 0; }
      .goods_info .colors div.active {
        border: 1px solid #333; }
      .goods_info .colors div img {
        width: 100%; }
      .goods_info .colors div.disable {
        border: 1px dashed #777777;
        cursor: no-drop;
        opacity: 0.37;
        position: relative; }
  .goods_info .scan {
    margin-bottom: 34px; }
    .goods_info .scan span {
      display: inline-block;
      vertical-align: middle; }
    .goods_info .scan .icon_arrow {
      position: relative;
      cursor: pointer; }
      .goods_info .scan .icon_arrow::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #333333;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        margin-left: 5px; }
      .goods_info .scan .icon_arrow img {
        width: 30px;
        height: 30px;
        vertical-align: middle; }
      .goods_info .scan .icon_arrow .scan_big {
        background-color: #ffffff;
        border: 1px solid #e9e9e9;
        height: 188px;
        left: 10px;
        margin-left: -10px;
        padding: 12px 12px 9px;
        position: absolute;
        top: 0;
        width: 168px;
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
        text-align: center;
        letter-spacing: 0; }
        .goods_info .scan .icon_arrow .scan_big img {
          width: 140px;
          height: 140px;
          margin-bottom: 5px; }
  .goods_info .goods_price {
    margin-top: 25px;
    font-family: "Microsoft YaHei","微软雅黑";
    margin-bottom: 22px; }
    .goods_info .goods_price.advance {
      color: #FF754D;
      font-size: 24px; }
      .goods_info .goods_price.advance sub {
        background: #FF754D;
        display: inline-block;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 20px;
        padding: 0 3px; }
      .goods_info .goods_price.advance span {
        color: #FF754D; }
    .goods_info .goods_price span {
      font-size: 24px;
      color: #333333;
      letter-spacing: 0;
      line-height: 24px;
      position: relative;
      margin-right: 10px; }
      .goods_info .goods_price span sub {
        font-family: 微软雅黑; 
        position: relative;
        bottom: 5px;}
      
    .goods_info .goods_price del {
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      line-height: 18px;
      position: relative; }
      .goods_info .goods_price del sub {
        font-family: 微软雅黑; 
        position: relative;
        bottom: 3px;}
  .goods_info .sale_tip.guize {
    margin-bottom: 10px; }
  .goods_info .sale_tip.advance span {
    background: #FF754D;
    border: 1px solid #FF754D;
    color: #fff;
    width: 91px; }
  .goods_info .sale_tip span {
    border: 1px solid #333333;
    padding: 0 10px;
    color: #333;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    min-width: 91px;
    text-align: center; }
  .goods_info .goods_name, .goods_info .goods_subtitle {
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px; }
    .goods_info .goods_name .name {
      max-height: 40px;
      overflow: hidden; }
    .goods_info .goods_name h1 {
      font-size: 24px;
      color: #333333;
      letter-spacing: 0;
      line-height: 30px;
      margin-top: 19px;
      margin-bottom: 5px; }
  .goods_info .sort_list li {
    position: relative; }
   .sub {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      background: #FFFFFF;
      border: 1px solid #CCCCCC;
      z-index: 222;
      width: 160px;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px;
      margin-left: 5px; }
   .sub:before {
        content: "";
        background: url("../images/l_arrow.svg") no-repeat scroll 0 0/6px 12px;
        display: inline-block;
        width: 6px;
        height: 12px;
        position: absolute;
        left: -6px;
        top: 8px; }
.sub p {
        margin-top: 10px; }
.sub p.title {
          margin-top: 0; }

.share_pop {
  display: none;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50%;
  padding-bottom: 16px;
  position: absolute;
  top: 32px;
  width: 100%; }
  .share_pop .scan_big {
    display: none;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    height: 168px;
    left: 28%;
    letter-spacing: 0;
    margin-left: -10px;
    padding: 12px 12px 9px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 168px;
    z-index: 100; }
    .share_pop .scan_big img {
      width: 100%;
      height: 100%; }
  .share_pop span {
    display: inline-block;
    vertical-align: middle; }
    .share_pop span:before {
      display: inline-block;
      content: ""; }
  .share_pop .icon_weichat:before {
    content: "";
    height: 20px;
    width: 48px;
    background: url("../images/icon_weichat.svg") no-repeat scroll 0 0; }
  .share_pop .icon_sina:before {
    content: "";
    height: 20px;
    width: 24px;
    background: url("../images/icon_sina.svg") no-repeat scroll 0 0; }
  .share_pop .icon_tencent:before {
    content: "";
    height: 20px;
    width: 22px;
    background: url("../images/icon_tencent.svg") no-repeat scroll 0 0; }
  .share_pop .icon_email:before {
    content: "";
    height: 18px;
    width: 25px;
    background: url("../images/icon_email.svg") no-repeat scroll 0 0; }
  .share_pop h1 {
    margin: 10px 0 20px; }
  .share_pop a {
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px; }
    .share_pop a:hover .icon_weichat:before {
      background-image: url("../images/icon_weichat_hover.svg"); }
    .share_pop a:hover .icon_sina:before {
      background-image: url("../images/icon_sina_hover.svg"); }
    .share_pop a:hover .icon_tencent:before {
      background-image: url("../images/icon_tencent_hover.svg"); }
    .share_pop a:hover .icon_email:before {
      background-image: url("../images/icon_email_hover.svg"); }

.pd20 {
  padding: 20px; }

.rollPop .guide {
  overflow: hidden;
  height: 380px; }

.com_list {
  font-family: "Microsoft YaHei","微软雅黑";
  margin-bottom: 50px; }
  .com_list ul li {
    border-top: 1px solid #e9e9e9;
    padding: 10px 0; }
    .com_list ul li p {
      width: 60%;
      margin-bottom: 21px; }
  .com_list .tab_list {
    text-align: center;
    margin-top: 40px; }
    .com_list .tab_list li {
      display: inline-block;
      font-size: 16px;
      color: #333333;
      letter-spacing: 1px;
      line-height: 30px;
      text-align: center;
      width: 216px;
      border: none; }
      .com_list .tab_list li.active {
        border-bottom: 3px solid #ee1e24; }
  .com_list .con_box {
    text-align: center;
    margin-bottom: 10px; }
  .com_list h1,.com_list h3 {
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 20px auto;
    text-align: center; }
  .com_list .item {
    width: 166px;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle; }
    .com_list .item .tiptxt {
      margin-top: 10px;
      position: absolute;
      bottom: -38px;
      left: 0; }
    .com_list .item .pics {
      height: 208px;
      overflow: hidden; }
      .com_list .item .pics img {
        width: 100%; }
    .com_list .item .love {
      position: absolute;
      right: 20px;
      bottom: 20px;
      display: block;
      width: 16px;
      height: 14px;
      background: url("../images/nolove.svg") no-repeat scroll 0 0/cover;
      cursor: pointer; }
      .com_list .item .love.active {
        background-image: url("../images/loveit.svg"); }
    .com_list .item .choosecon {
      color: #333;
      text-align: left;
      font-family: "Microsoft YaHei","微软雅黑";
      width: 100%; }
      .com_list .item .choosecon .goods_logo {
        margin: 5px auto; }
      .com_list .item .choosecon .goods_name {
        color: #333333;
        font-size: 12px;
        height: 32px;
        letter-spacing: 1px;
        line-height: 16px;
        overflow: hidden; }
      .com_list .item .choosecon .goods_price {
        line-height: 38px; }
        .com_list .item .choosecon .goods_price del {
          opacity: 0.5;
          margin-left: 20px; }
      .com_list .item .choosecon .colors {
        padding-bottom: 20px;
        margin: 0 auto;
        height: 44px;
        overflow: hidden; }
        .com_list .item .choosecon .colors div {
          display: inline-block;
          width: 20px;
          height: 20px;
          border: 1px solid #fff;
          padding: 1px;
          box-sizing: border-box;
          cursor: pointer;
          text-indent: -10000px;
          overflow: hidden;
          background-color: #f8f8f8; }
          .com_list .item .choosecon .colors div span {
            margin: auto;
            line-height: 20px; }
          .com_list .item .choosecon .colors div.noImg {
            text-indent: 0; }
          .com_list .item .choosecon .colors div.active {
            border: 1px solid #333; }
          .com_list .item .choosecon .colors div.disable {
            border: 1px dashed #777777;
            cursor: no-drop;
            opacity: 0.37;
            position: relative; }
          .com_list .item .choosecon .colors div img {
            width: 100%; }
    .com_list .item.price_total {
      text-align: right;
      font-family: "Microsoft YaHei","微软雅黑";
      width: 210px; }
      .com_list .item.price_total .num_box {
        width: 210px; }
        .com_list .item.price_total .num_box .subtract, .com_list .item.price_total .num_box .puls {
          width: 58px; }
          .com_list .item.price_total .num_box .subtract::before, .com_list .item.price_total .num_box .puls::before {
            margin-left: 22px; }
        .com_list .item.price_total .num_box .num_ipt {
          width: 92px; }
      .com_list .item.price_total h1 {
        text-align: right;
        font-size: 24px;
        color: #333333;
        letter-spacing: 0;
        line-height: 28px; }
      .com_list .item.price_total .goods_price {
        font-size: 24px;
        color: #333333;
        letter-spacing: 0;
        line-height: 28px; }
        .com_list .item.price_total .goods_price del {
          font-size: 14px;
          color: #999999;
          letter-spacing: 0;
          line-height: 18px;
          margin-left: 20px; }
      .com_list .item.price_total .price_sub {
        margin-top: 10px;
        font-size: 14px;
        color: #ee1e24;
        letter-spacing: 0;
        line-height: 18px; }
    .com_list .item .sort_type {
      width: 166px;
      height: 30px;
      line-height: 30px;
      margin-top: 10px;
      margin-right: 0px; }
      .com_list .item .sort_type::after {
        margin-top: 11px; }
      .com_list .item .sort_type .sort_list {
        width: 166px; }
        .com_list .item .sort_type .sort_list li {
          border: none;
          padding: 0; }
  .com_list.p_detail, .com_list.appraise, .com_list.questions {
    font-family: "Microsoft YaHei","微软雅黑"; }
    .com_list.p_detail .con_box, .com_list.appraise .con_box, .com_list.questions .con_box {
      text-align: left; }
      .com_list.p_detail .con_box .item, .com_list.appraise .con_box .item, .com_list.questions .con_box .item {
        margin: 20px 0;
        text-align: left;
        vertical-align: top;
        width: 30%;
        font-size: 12px;
        color: #333333;
        letter-spacing: 1px;
        line-height: 18px; }
        .com_list.p_detail .con_box .item .star, .com_list.appraise .con_box .item .star, .com_list.questions .con_box .item .star {
          margin-left: 15px; }
          .com_list.p_detail .con_box .item .star img, .com_list.appraise .con_box .item .star img, .com_list.questions .con_box .item .star img {
            margin-right: 3px;
            vertical-align: middle; }
  .com_list.p_detail .item {
    width: 25% !important; }
    .com_list.p_detail .item:last-child {
      margin-left: 0 !important; }
  .com_list.appraise .item {
    width: 24% !important; }
    .com_list.appraise .item:last-child {
      margin-left: 0 !important; }
  .com_list.appraise .page-con {
    height: 40px; }
  .com_list.appraise .paging {
    bottom: 8px;
    height: 30px;
    left: 0;
    position: absolute;
    font-family: "Microsoft YaHei","微软雅黑"; }
  .com_list.appraise .paging {
    left: auto;
    right: 0; }
    .com_list.appraise .paging .M-box1 .prev, .com_list.appraise .paging .M-box1 .next {
      position: relative; }
      .com_list.appraise .paging .M-box1 .prev:hover:before, .com_list.appraise .paging .M-box1 .next:hover:before {
        background-image: url("../images/left-j.svg"); }
      .com_list.appraise .paging .M-box1 .prev:before, .com_list.appraise .paging .M-box1 .next:before {
        background: url("../images/left-h.svg") no-repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 11px;
        vertical-align: middle;
        width: 8px;
        margin-top: -3px; }
    .com_list.appraise .paging .M-box1 .next:hover:before {
      background-image: url("../images/right-j.svg"); }
    .com_list.appraise .paging .M-box1 .next:before {
      background: url("../images/right-j.svg") no-repeat scroll 0 0; }
  .com_list.appraise ul li p {
    width: 60%;
    margin-bottom: 21px; }
  .com_list.appraise ul li .small_pic span {
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E9E9E9;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .com_list.appraise ul li .small_pic span img {
      width: 100%; }
    .com_list.appraise ul li .small_pic span .big_img {
      left: 100%;
      margin-left: 10px;
      position: absolute;
      top: -2px;
      width: 300px;
      z-index: 99; }
  .com_list.appraise ul li .s_pic ul {
    margin-bottom: 10px; }
  .com_list.appraise ul li .s_pic li {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 52px;
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .com_list.appraise ul li .s_pic li.active {
      border: 2px solid #ee1e24; }
    .com_list.appraise ul li .s_pic li a {
      display: block;
      vertical-align: middle; }
      .com_list.appraise ul li .s_pic li a img {
        vertical-align: middle; }
  .com_list.appraise ul li .appr_info {
    margin-top: 10px; }
    .com_list.appraise ul li .appr_info span {
      margin: 6px 10px 0;
      display: inline-block; }
  .com_list.questions .ask_sort {
    margin-bottom: 10px; }
    .com_list.questions .ask_sort span {
      background-color: #f8f8f8;
      border-radius: 3px;
      display: inline-block;
      line-height: 25px;
      padding: 0 10px;
      cursor: pointer; }
      .com_list.questions .ask_sort span.active {
        background-color: #ee1e24;
        color: #fff; }
  .com_list.questions textarea {
    width: 100%; }
  .com_list.questions .item {
    border-top: 1px solid #e9e9e9;
    padding: 10px 0;
    width: 100%; }
    .com_list.questions .item p {
      width: 60%;
      margin-bottom: 21px; }
  .com_list.questions .appr_info {
    margin-top: 10px; }
    .com_list.questions .appr_info span {
      margin: 0 10px; }
  .com_list.questions .empty_line {
    border-top: none; }
  .com_list.questions .ask_quiz {
    background: #ee1e24;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    text-align: center; }
  .com_list.questions .ask_quiz_con, .com_list.questions .reply_quiz_con {
    position: relative;
    padding-left: 30px; }
    .com_list.questions .ask_quiz_con input, .com_list.questions .reply_quiz_con input {
      border: none; }
    .com_list.questions .ask_quiz_con textarea, .com_list.questions .reply_quiz_con textarea {
      width: 100%; }
    .com_list.questions .ask_quiz_con::before, .com_list.questions .reply_quiz_con::before {
      content: "问";
      background: #ee1e24;
      color: #fff;
      float: left;
      margin-right: 10px;
      padding: 2px;
      position: absolute;
      left: 0;
      top: 0; }
  .com_list.questions .btn_reply, .com_list.questions .btn_appraise {
    position: relative;
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    color: #ccc;
    height: 18px;
    padding: 2px 10px;
    cursor: pointer; }
    .com_list.questions .btn_reply.active, .com_list.questions .btn_appraise.active {
      color: #ee1e24; }
      .com_list.questions .btn_reply.active::before, .com_list.questions .btn_appraise.active::before {
        background-image: url("../images/replay-j.svg"); }
    .com_list.questions .btn_reply::before, .com_list.questions .btn_appraise::before {
      content: "";
      background: url("../images/replay-h.svg") no-repeat scroll 0 0;
      width: 13px;
      height: 12px;
      display: inline-block;
      margin-right: 10px; }
  .com_list.questions .btn_appraise {
    position: relative; }
    .com_list.questions .btn_appraise.active {
      color: #ee1e24; }
      .com_list.questions .btn_appraise.active::before {
        background-image: url("../images/appr-j.svg"); }
    .com_list.questions .btn_appraise::before {
      background-image: url("../images/appr-h.svg"); }
  .com_list.questions .reply_quiz_con::before {
    content: "答";
    background: #999;
    color: #fff;
    float: left;
    margin-right: 10px;
    padding: 2px; }
  .com_list.questions .btn_box {
    padding: 10px 0;
    margin-top: 10px; }
  .com_list .guide h3 {
    margin: 5px 0; }
  .com_list .guide .rule::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .com_list .guide .rule span:first-child {
    width: 14%; }
  .com_list .guide .rule span {
    float: left;
    width: 10%;
    margin: 5px 0; }
  .com_list .guide .guide-titile {
    margin: 5px 0; }
    .com_list .guide .guide-titile span {
      background: #333333;
      color: #fff; }
  .com_list.ruler_con {
    font-size: 14px;
    color: #333;
    max-height: 380px; }
    .com_list.ruler_con h3 {
      text-align: center;
      font-size: 16px;
      margin-bottom: 1em; }
    .com_list.ruler_con p {
      line-height: 24px;
      margin-bottom: 1em; }

.star0 {
  display: inline-block;
  background: url("../images/star0.svg") no-repeat scroll 0 0;
  height: 17px;
  width: 63px;
  overflow: hidden;
  vertical-align: middle;
  position: relative; }

.star5 {
  display: inline-block;
  background: url("../images/star5.svg") no-repeat scroll 0 0;
  height: 17px;
  width: 63px;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }
  .star5.a0 {
    width: 0; }
  .star5.a1 {
    width: 20%; }
  .star5.a2 {
    width: 40%; }
  .star5.a3 {
    width: 60%; }
  .star5.a4 {
    width: 80%; }
  .star5.a5 {
    width: 100%; }

.aimer_img {
  margin-bottom: 20px; }

/*
添加样式
**/
/****************
s- 预售样式
*****************/
.advance_step {
  text-align: center;
  padding: 20px 0 30px;
  font-family: 黑体; }
  .advance_step h1.title {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px; }
  .advance_step .item {
    display: inline-block;
    position: relative;
    margin-left: 28px;
    border-left: 2px solid #333333;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px; }
    .advance_step .item i {
      font-style: normal;
      position: absolute;
      font-size: 24px;
      color: #333333;
      letter-spacing: 0;
      line-height: 28px;
      left: -24px;
      top: 0; }
    .advance_step .item h2 {
      font-size: 18px;
      color: #333333;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 10px; }
    .advance_step .item p {
      font-size: 12px;
      color: #333333;
      letter-spacing: 0;
      line-height: 16px; }

/****************
end -预售样式
*****************/
/*//秒杀样式8*/
.goods_info .sale_tip.sale_killing span {
  background: #E72E46;
  border: none;
  color: #fff; }
.goods_info .sale_tip.sale_killing_over span {
  background: #ccc;
  border: none;
  color: #fff; }

.goods_info .goods_price.sale_kill_price span {
  color: #E72E46; }

.sale_tip_msg {
  margin-bottom: 20px; }

.btn_killing, .btn_killing_star {
  cursor: pointer;
  display: block;
  width: 210px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto; }
  .btn_killing.disable, .btn_killing_star.disable {
    background-color: #ccc;
    cursor: no-drop; }

.btn_killing {
  background: #E72E46; }

.btn_killing_star {
  background: #FFEB3B;
  border-radius: 100px;
  font-size: 14px;
  color: #E72E46; }

.killing_time {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px; }
  .killing_time .killing_time_start {
    font-size: 20px;
    color: #151515;
    letter-spacing: 0;
    line-height: 28px;
    padding: 10px;
    color: #E72E46; }
    .killing_time .killing_time_start span {
      color: #E72E46; }
  .killing_time .remaining_time .clock:before {
    content: "";
    background: url("../images/icon_clock.svg") no-repeat scroll 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px; }

.msgpop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
  display: none;
  z-index: 5; }
  .msgpop .close {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 9999999;
    opacity: 1; }
    .msgpop .close:before {
      content: "";
      display: inline-block;
      background: url("../images/close.svg") no-repeat scroll 0 0;
      width: 20px;
      height: 20px;
      background-size: 20px 20px; }

.msgpop .markbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.msgpop .msg_con {
  font-family: "Microsoft YaHei", "微软雅黑", SimHei, 黑体;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff; }

.remind {
  padding: 30px;
  text-align: center; }
  .remind .password_success {
    background: url(images/password_success.svg) scroll no-repeat 0 0;
    background-size: 56px 56px;
    display: inline-block;
    height: 56px;
    margin-right: 20px;
    margin-top: -20px;
    width: 56px;
    vertical-align: middle; }
  .remind h1.title {
    margin-bottom: 20px; }
  .remind .info {
    margin-bottom: 20px; }
  .remind .ipt_txt {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 230px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px; }

/*//end 秒杀样式*/
.paging {
  left: auto;
  right: 0; }
  .paging .M-box1 .prev, .paging .M-box1 .next {
    position: relative; }
    .paging .M-box1 .prev:hover:before, .paging .M-box1 .next:hover:before {
      background-image: url("../images/left-j.svg"); }
    .paging .M-box1 .prev:before, .paging .M-box1 .next:before {
      background: url("../images/left-j.svg") no-repeat scroll 0 0;
      content: "";
      display: inline-block;
      height: 11px;
      vertical-align: middle;
      width: 8px;
      margin-top: -3px; }
  .paging .M-box1 .next:hover:before {
    background-image: url("../images/right-j.svg"); }
  .paging .M-box1 .next:before {
    background: url("../images/right-j.svg") no-repeat scroll 0 0; }

/*套装样式*/
.goods_price.suit_price {
  font-size: 24px;
  color: #E72E46;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: -10px; }
  .goods_price.suit_price span, .goods_price.suit_price sub {
    color: #E72E46; }
  .goods_price.suit_price .suit_tip {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    background: #ee1e24;
    vertical-align: middle;
    margin-left: -10px;
    display: inline-block;
    padding: 0 3px; }

.suit_list .item {
  zoom: 1;
  margin-bottom: 20px; }
  .suit_list .item:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .suit_list .item .pics {
    float: left;
    width: 100px;
    height: 123px;
    overflow: hidden; }
    .suit_list .item .pics img {
      width: 100%; }
  .suit_list .item .choosecon {
    margin-left: 133px;
    text-align: left; }
  .suit_list .item .see_rule {
    text-decoration: underline; }
  .suit_list .item .tiptxt {
    width: 100%; }

.goods_info .suit_list .sort_type {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333333;
  width: 113px;
  height: 25px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left; }
  .goods_info .suit_list .sort_type:after {
    background: url("../images/sliderdown.svg") no-repeat scroll 0 0;
    background-size: 13px 7px;
    content: "";
    display: inline-block;
    float: right;
    height: 7px;
    margin-right: 8px;
    margin-top: 10px;
    vertical-align: middle;
    width: 13px; }
  .goods_info .suit_list .sort_type > a {
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 15px; }
  .goods_info .suit_list .sort_type .sort_list {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #E3E3E1;
    border-top: none;
    width: 113px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 9;
    margin-left: -1px;
    margin-right: -1px; }
    .goods_info .suit_list .sort_type .sort_list li.disable a {
      color: #cccccc;
      cursor: no-drop;
      opacity: 0.56; }
    .goods_info .suit_list .sort_type .sort_list li.lose a {
      color: #999; }
      .goods_info .suit_list .sort_type .sort_list li.lose a:after {
        content: "缺货";
        margin-left: 10px; }
    .goods_info .suit_list .sort_type .sort_list li a {
      line-height: 30px;
      padding: 0 15px;
      display: block; }
    .goods_info .suit_list .sort_type .sort_list li:hover {
      background: #E3E3E1;
      cursor: pointer; }
.goods_info .suit_list .goods_name {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px; }
.goods_info .suit_list .colors {
  padding-bottom: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  height: auto;
  overflow: hidden; }
  .goods_info .suit_list .colors div {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    padding: 2px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-indent: -10000px;
    overflow: hidden;
    background-color: #f8f8f8;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .goods_info .suit_list .colors div:last-child {
      margin-right: 0; }
    .goods_info .suit_list .colors div span {
      margin: auto;
      line-height: 16px; }
    .goods_info .suit_list .colors div.noImg {
      text-indent: 0; }
    .goods_info .suit_list .colors div.active {
      border: 1px solid #333; }
    .goods_info .suit_list .colors div img {
      width: 100%; }
    .goods_info .suit_list .colors div.disable {
      border: 1px dashed #777777;
      cursor: no-drop;
      opacity: 0.37;
      position: relative; }

.suit_btn .btn_addcart {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px; }

/* 风格推荐 css */
.dpw{ width: 1240px; margin: 0 auto; overflow: hidden }
.indexshoptitle{ padding-top: 10px; line-height: 100%; }
.left{ float: left; }
.seriesGoodsName{ font-family: "微软雅黑"; font-size: 18px; letter-spacing: 5px; }
.seriesGoodsNameEn{ color: #8b8b8b; font-size: 12px; letter-spacing: 1px; font-style: normal; font-weight: normal; padding-top: 4px; }
.bsiboder{ border-bottom: 1px solid #7B7B7B; color: #000; padding-top: 5px; }

/*end 套装样式*/
.icon-m:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon-m.png") no-repeat scroll 0 0;
  background-size: cover;
  vertical-align: middle; }

/*商品视频css*/
.goods_video{width:70px; padding: 5px; box-sizing: border-box; border: 1px solid #999; line-height: 0px; position: relative;}
.goods_video_con{ width: 554px; height: 680px; display: none; align-items:center; justify-content:center; overflow: hidden}
.goods_play_btn{ width: 35px; height: 35px; position: absolute; top: 50%; left: 50%; margin: -17.5px 0 0 -17.5px; background:url(images/icon_play.png); display: block; }

/*选购指南新版*/
.guide_con{ width:970px; margin:0 auto; font-family:"微软雅黑"; color:#333; font-size:14px; letter-spacing:1px; overflow:hidden }
.guide_con h3{font-size:24px; color:#bda47b; margin:0; padding:20px 0px; text-align:center; letter-spacing:2px; font-weight:normal }
.guide_con h5{font-size:14px; line-height:30px; margin:15px 0 0; padding:0; font-weight:700; display:block; clear:both}
.guide_con table{ font-size:14px;border-collapse:inherit;border-spacing:1px; background: #767676 }
.guide_con table td{ background-color: #fff!important; }
.guide_con .table_size,.guide_con .table_size table{ font-size:12px;}
.guide_con .table_size table{ border-spacing: 0 }
.guide_con p{ line-height:24px; margin:0; padding:0 }
.guide_con .guide_measure{ width:365px; float:left; margin:20px 0px; overflow:hidden }
.guide_con .guide_measure img{ float:left; display:inline-block }
.guide_con .guide_measure span{ width:125px; float:left; display:inline-flex; alignt; margin-top:61px; }
.guide_con .margin10{ margin:10px 0 }
.guide_con .guide_intr{ width:125px; margin:auto; display:inline-block; overflow:hidden }
.guide_con .guide_advise{ width:100%; padding:0px 20px; box-sizing:border-box; display:block}
.guide_bra_info{ width:100%; overflow:hidden }
.guide_bra_info a{ width:20%; display:inline-block; float:left; color:#333; text-decoration:none; text-align:center }
.guide_bra_info a h5{ display:block; text-align:center; font-weight:normal;}
.guide_bra_info a p{ height:90px; font-size:12px; text-align:left; width:65%; margin:0 auto; display:block }
.guide_bra_info a span{ color:#bda47b; font-size:12px; display:block; text-decoration:underline }
.guide_wear{ width:85%; margin:0 auto; overflow:hidden }
.guide_wear a{ width:25%; margin:10px 4%; float:left; overflow:hidden }
.guide_wear a h5{ font-size:12px; font-weight:700; margin:0; padding:0; text-align:center; display:block }
.guide_wear a p{ font-size:12px; width:75%; display:block; margin:0 auto; }
.guide_info{ width:100%; overflow:hidden }
.guide_info p{ margin-bottom:6px;}
.guide_info .guide_info_left{ width:55%; float:left }
.guide_info .guide_info_right{ width:45%; float:left }
.guide_wash_icon{ width:60%; margin:0 auto; overflow:hidden }
.guide_wash_icon a{ margin:0px 2%; width:16%; float:left; text-align:center }
.guide_wash_icon a p{ width:100%; text-align:center; font-size:12px; font-weight:700 }

/*评论*/
.warp_evaluate {width:110px;}
.warp_evaluate_list {display: none}
.warp_evaluate_list li {width:110px;height:34px;padding:0 6px!important;line-height:34px;cursor:pointer;white-space:nowrap;border:1px solid #d4d7d7;border-top:none!important;border-bottom:1px solid #E9EAEB;box-sizing:border-box;}
.item_last{border-bottom:1px solid #d4d7d7!important;}
.evaluate-button {width:110px;height:34px;line-height:34px;cursor:pointer;-webkit-appearance:none;border:1px solid #d4d7d7;padding-left:6px;box-sizing:border-box;background:url(images/evaluate_icon.jpg) no-repeat 90px center;}
.add_class{display: block;}

/*包年商品订购按钮样式*/
.btn_dz{ width: 210px; margin:0 auto; }
.btn_dz a{ width: 105px!important; float: left;}
.btn_dz:after{ content: ""; clear: both; display: block }
.dz_buy_btn{ width:210px; height:40px; font-size: 14px; margin: 0 auto; line-height: 40px; border: 1px solid #D8D8D8; cursor: pointer; color: #ee1e24; text-align:center; text-indent: -15px; display: block;  position: relative }
.dz_buy_btn:after{ content: ""; width: 15px; height: 10px; background: url(images/icon_dz.png); display: block; position: absolute;top: 15px; right: 50px; }

/*# sourceMappingURL=goods_detail.css.map */