@charset "UTF-8";
/***************************产品中心*************************/
.productDetail {
  margin-top: 50px;
}

/*******************************内容主体*******************************/
.productDetail .box {
  padding: 0 85px;
}

@media (max-width: 1199px) {
  .productDetail {
    margin-top: 0;
  }
  .productDetail .box {
    padding: 0;
  }
}

.product_carousel li {
  padding: 0 3px;
}

.product_carousel li:hover img {
  border-right: 1px solid #e53e41;
}

.product_show img {
  max-width: 100%;
  cursor: pointer;
}

.product_show .pic {
  text-align: center;
}

.product_show .info a,
.product_show .info span {
  font-size: 14px;
  color: #131313;
  text-decoration: none;
}

@media (max-width: 991px) {
  .product_show .info .col-xs-4 {
    text-align: right;
  }
  .product_show {
    margin-bottom: 40px;
  }
}

.product_carousel {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product_info h1 {
  font-size: 18px;
  color: #545352;
  margin: 0;
}

.product_info h2 {
  margin: 10px 0;
  font-size: 14px;
  color: #838281;
}

.product_info .price_info {
  padding: 14px 10px;
  background: #f3f3f3;
}

.product_info .price_info * {
  color: #989695;
  font-size: 14px;
}

.product_info .price_info span {
  margin-right: 9px;
}

.product_info .price_info .price {
  /*margin-bottom: 16px;*/
}

.product_info .price_info .evaluate {
  float: right;
  font-size: 12px;
}

.product_info .price_info .evaluate a {
  color: #005aa5;
  font-size: 12px;
}

.product_info .promotion .reduce {
  background: #f0999b;
  color: #fff;
}

.product_info .promotion .text {
  font-size: 12px;
}

.product_info .express {
  padding: 14px 10px;
  border-bottom: 1px solid #9b9b9b;
  overflow: hidden;
}

.product_info .express .title {
  line-height: 34px;
  color: #888585;
  font-size: 14px;
}

.product_info .express > * {
  float: left;
  margin-right: 9px;
}

.product_info .address * {
  font-size: 12px;
  color: #676464;
}

.product_info .address p {
  font-size: 14px;
  margin: 10px 0;
}

.product_info .address span {
  margin-right: 14px;
}

.product_info .specification {
  margin-top: 16px;
  overflow: hidden;
}

.specification .active {
  border: 1px solid #f41e1e !important;
}

.product_info .specification > div {
  font-size: 14px;
  color: #676464;
  float: left;
}

.product_info .specification > div:first-child {
  width: 70px;
  padding-left: 9px;
  height: 33px;
  line-height: 33px;
}

.product_info .specification .size span {
  font-size: 18px;
}

.product_info .specification .size input {
  visibility: hidden;
  position: absolute;
}

.product_info .specification .size div {
  width: 37px;
  height: 33px;
  border: 1px solid #b3b3b3;
  line-height: 33px;
  float: left;
  margin-right: 6px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.product_info .whiteBar {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}

.product_info .whiteBar > div:first-child {
  width: 70px;
  padding-left: 9px;
  height: 66px;
  line-height: 33px;
  float: left;
}

@media (max-width: 420px) {
  .product_info .whiteBar > div:first-child {
    height: 33px;
  }
}

.product_info .whiteBar * {
  font-size: 14px;
  color: #676464;
}

.product_info .whiteBar span {
  color: #353434;
}

.product_info .whiteBar .item > div {
  margin-right: 7px;
  border: 1px solid #b3b3b3;
  height: 33px;
  line-height: 33px;
  padding: 0 8px;
  float: left;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}

.product_info .whiteBar .item .active {
  border: 1px solid #f41e1e;
}

.product_info .whiteBar .item input {
  position: absolute;
  visibility: hidden;
  top: 0;
}

.product_info .whiteBar .pic {
  border: none !important;
}

.product_info .buy {
  padding-left: 8px;
}

@media (max-width: 768px) {
  .product_info .buy .buy_box {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
  }
  .product_info .buy .buy_box > div {
    float: right;
    width: 251px;
  }
  .product_info .buy .buy_box .form-group {
    margin-bottom: 0;
  }
}

.product_info .num_control {
  width: 50px;
  float: left;
  margin-right: 9px;
}

.product_info .num_control .num {
  width: 35px;
  height: 46px;
  float: left;
}

.product_info .num_control .num input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.product_info .num_control div + div {
  height: 23px;
  border: 1px solid #a6a4a4;
  float: left;
  width: 15px;
  text-align: center;
  cursor: pointer;
}

.product_info .buy button {
  padding: 0 40px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
}

.product_info .buy p {
  color: #999999;
  font-size: 14px;
}

.model h1,
.productInformation h1 {
  color: #131313;
  font-size: 30px;
  text-align: center;
  margin: 46px 0;
}

.productInformation .product_detail {
  padding: 16px 52px;
  border: 1px solid #cccccc;
}

@media (max-width: 768px) {
  .productInformation .product_detail {
    padding: 16px 0 16px 10px;
  }
}

.productInformation .product_detail span {
  color: #131313;
  font-size: 24px;
}

.productInformation .product_detail li {
  margin: 6px 0;
}

.productInformation .product_detail span:last-child {
  margin-left: 28px;
}

.productInformation .product_detail .tip {
  font-size: 24px;
}

.productInformation .sizeFilter,
.productInformation .desigher {
  border: 1px solid #cccccc;
  margin-top: 26px;
}

.productInformation .info_title {
  color: #666674;
  padding-left: 34px;
  height: 93px;
  line-height: 93px;
  border-bottom: 1px solid #ccc;
}

.productInformation .info_title span {
  font-size: 30px;
  margin-right: 8px;
}

.productInformation .info_title span + span {
  font-size: 18px;
}

.productInformation .author {
  width: 193px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-right: 1px solid #ccc;
  float: left;
}

.productInformation .info {
  height: 100px;
  margin-left: 193px;
}

@media (max-width: 768px) {
  .productInformation .author {
    float: none;
    width: 100%;
    border-right: none;
  }
  .productInformation .author img {
    max-width: 100%;
  }
  .productInformation .info {
    margin-left: 0;
    height: auto;
    border-top: 1px solid #ccc;
  }
  .product_show .info > .row .row {
    margin: 0;
  }
  .product_info h1,
  .product_info h2 {
    line-height: 1.4em;
  }
}

.productInformation .info p {
  font-size: 20px;
  color: #666674;
}

.productInformation .info div {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding-left: 8px;
  padding-right: 8px;
}

.sizeFilter .info_table {
  text-align: center;
}

.sizeFilter .info_table .list {
  margin-bottom: 0;
}

.sizeFilter .info_table .list * {
  font-size: 22px;
  color: #484848;
  border-bottom: 1px solid #ccc;
  height: 49px;
  line-height: 49px;
}

.sizeFilter .info_table .list li:first-child {
  color: #fff;
  background: #484848;
  height: 33px;
  line-height: 33px;
  border-bottom: none;
}

.sizeFilter .info_table {
  overflow: hidden;
}

.sizeFilter .info_table > div {
  float: left;
  border-right: 1px solid #ccc;
}

.sizeFilter .info_table > div:last-child {
  border-right: none;
}

.sizeFilter .info_table .size,
.sizeFilter .info_table .waist,
.sizeFilter .info_table .hip,
.sizeFilter .info_table .outsideLength {
  width: 10%;
}

.sizeFilter .info_table .sweep,
.sizeFilter .info_table .coatLength,
.sizeFilter .info_table .ablabys {
  width: 20%;
}

@media (max-width: 991px) {
  .sizeFilter .info_table .size,
  .sizeFilter .info_table .waist,
  .sizeFilter .info_table .hip,
  .sizeFilter .info_table .outsideLength {
    width: 20%;
  }
  .sizeFilter .info_table .sweep,
  .sizeFilter .info_table .coatLength,
  .sizeFilter .info_table .ablabys {
    width: 40%;
  }
}

.model .model_detail {
  text-align: center;
}

.model .model_detail img {
  max-width: 100%;
}
