#mainBody {
  margin: 30px 0 50px;
}
#mainBody .product-detail .product-detail-bottom {
  margin-top: 40px;
}
.function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.function-list > div {
  color: #c1c1c1;
  font-size: 12px;
  padding: 15px 0;
  margin-right: 30px;
  cursor: pointer;
}
.function-list > div > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.function-list > div:hover {
  color: #4098db;
}
.function-list .collection > span {
  background: url('../images/collection_unst.svg') no-repeat;
}
.function-list .collection:hover > span {
  background: url('../images/collection_st.svg') no-repeat;
}
.function-list .share > span {
  background: url('../images/share_unst.svg') no-repeat;
}
.function-list .share:hover > span {
  background: url('../images/share_st.svg') no-repeat;
}
.function-list .samples > span {
  background: url('../images/samples_unst.svg') no-repeat;
}
.function-list .samples:hover > span {
  background: url('../images/samples_st.svg') no-repeat;
}
.function-list .online > span {
  background: url('../images/online_unst.svg') no-repeat;
}
.function-list .online:hover > span {
  background: url('../images/online_st.svg') no-repeat;
}
.product-detail-up .product-img {
  padding-right: 20px;
}
.product-detail-up .product-name {
  color: #333333;
  font-size: 20px;
  line-height: 36px;
}
.product-detail-up .product-price {
  color: #fd4a4a;
  font-size: 24px;
  line-height: 36px;
}
.product-detail-up .design-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  border-top: 1px dashed #eeeeee;
}
.design-select-sp {
  padding-top: 20px;
}
.price-list {
  margin: 20px 0 0 20px;
}
.name-sp {
  font-size: 12px;
  color: #999999;
  width: 130px;
  height: 26px;
  line-height: 26px;
}
.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  border-top: 1px dashed #eeeeee;
  padding: 20px 0 0 10px;
}
.quantity .quantity-select {
  position: relative;
  width: 112px;
  font-size: 0;
}
.quantity .quantity-select > input {
  width: 92px;
  height: 26px;
  outline: none;
  border: 1px solid #dddddd;
  border-right: none;
  font-size: 12px;
  padding: 0 10px;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.quantity .quantity-select > input:focus {
  border: 1px solid #dddddd;
  border-right: none;
}
.quantity .quantity-select > span {
  display: inline-block;
  width: 20px;
  height: 13px;
  border: 1px solid #dddddd;
  position: absolute;
  cursor: pointer;
}
.quantity .quantity-select > span:hover {
  background-color: #f9f9f9;
}
.quantity .quantity-select .quantity-add {
  right: 0;
  top: 0;
  border-bottom: none;
  -webkit-border-radius: 0 2px 0 0;
          border-radius: 0 2px 0 0;
  background: url('../images/quantity_add.png') no-repeat;
  background-position: 50% 50%;
}
.quantity .quantity-select .quantity-reduce {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 0 0 2px 0;
          border-radius: 0 0 2px 0;
  background: url('../images/quantity_reduce.png') no-repeat;
  background-position: 50% 50%;
}
.quantity .inventory {
  font-size: 12px;
  color: #999999;
  padding-left: 30px;
  line-height: 26px;
}
.start-design {
  margin: 10px 0 30px 140px;
}
.start-design .design-title {
  border-width: 0;
  outline: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 200px;
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  background-color: #4098db;
}
.start-design .design-title:hover {
  background-color: #61aee9;
}
.start-design a {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #4098db;
  width: 200px;
  height: 36px;
  font-size: 14px;
  color: #ffffff;
}
.start-design a:hover {
  background-color: #61aee9;
}
.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  height: 26px;
  padding-left: 10px;
}
.support .support-option {
  font-size: 12px;
  color: #999999;
  width: 130px;
}
.support .support-opt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
}
.support .support-opt > div a {
  font-size: 12px;
  color: #999999;
}
.support .support-opt > div a:hover {
  color: #4098db;
}
.support .support-opt > div span {
  margin: 0 10px;
}
.product-sfs-its {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #c1c1c1;
  font-weight: 400;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
}
.product-sfs-its > div {
  padding: 0 10px;
  line-height: 32px;
  margin-right: 20px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  cursor: pointer;
  bottom: -2px;
}
.product-sfs-its > div:hover {
  border-bottom: 2px solid #4098db;
  color: #4098db;
}
.product-sfs-its .pitch {
  border-bottom: 2px solid #4098db;
  color: #4098db;
}
.specifications {
  padding: 8px 8px 8px 15px;
}
.specifications ul > li {
  font-size: 12px;
  color: #333333;
  list-style: disc;
  line-height: 32px;
}
.recommendation .title-img {
  width: 800px;
  height: 40px;
}
.recommendation .recommendation-product {
  margin: 20px 0 50px;
}
.recommendation .recommendation-product .recommendation-left {
  padding-right: 20px;
}
.recommendation .recommendation-product .recommendation-center {
  padding: 0 10px;
}
.recommendation .recommendation-product .recommendation-right {
  padding-left: 20px;
}
.recommendation .recommendation-left,
.recommendation .recommendation-right {
  position: relative;
  cursor: pointer;
}
.recommendation .recommendation-left:hover .layer,
.recommendation .recommendation-right:hover .layer {
  display: block;
}
.recommendation .recommendation-left > img,
.recommendation .recommendation-right > img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.recommendation .recommendation-center-sp1 {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.recommendation .recommendation-center-sp1:hover .layer {
  display: block;
}
.recommendation .recommendation-center-sp1 > img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.recommendation .recommendation-center-sp2 {
  position: relative;
  cursor: pointer;
}
.recommendation .recommendation-center-sp2:hover .layer {
  display: block;
}
.recommendation .recommendation-center-sp2 > img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.recommendation .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
.product-box {
  margin: 5px 0 0;
}
.product-box > div {
  margin: 15px 0 0;
}
.product-box > div:nth-child(4n+1) {
  padding-right: 22.5px;
}
.product-box > div:nth-child(4n+2) {
  padding: 0 15px 0 7.5px;
}
.product-box > div:nth-child(4n+3) {
  padding: 0 7.5px 0 15px;
}
.product-box > div:nth-child(4n) {
  padding-left: 22.5px;
}
.product-box .product-sp {
  position: relative;
  text-align: center;
}
.product-box .product-sp .product-sp-top {
  position: relative;
}
.product-box .product-sp .product-sp-top > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-box .product-sp .product-sp-top:hover .layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-box .product-sp .product-sp-top .product-picture {
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.product-box .product-sp .product-sp-top .productLabel {
  position: absolute;
  top: -5px;
  right: 10px;
}
.product-box .product-sp .product-sp-top .productLabel > img {
  margin-left: 5px;
}
.product-box .product-sp .product-sp-top .layer {
  display: none;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  background: url('../images/layer_img.svg') no-repeat;
}
.product-box .product-sp .product-sp-top .layer > img {
  width: 60px;
  height: 9px;
  position: absolute;
  bottom: 18px;
  left: 10px;
}
.product-box .product-sp .product-sp-top .layer-collect {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon_collect.svg') no-repeat;
}
.product-box .product-sp .product-sp-top .layer-collect:hover {
  background: url('../images/icon_collect_select.svg') no-repeat;
}
.product-box .product-sp .product-sp-top .layer-cart {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon_cart.svg') no-repeat;
}
.product-box .product-sp .product-sp-top .layer-cart:hover {
  background: url('../images/icon_cart_select.svg') no-repeat;
}
.product-box .product-sp .layer-right {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .product-sp .layer-right .layer-collect {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 5px;
  background: url('../images/icon_collect.png') no-repeat;
}
.product-box .product-sp .layer-right .layer-collect:hover {
  background: url('../images/icon_collect_select.png') no-repeat;
}
.product-box .product-sp .layer-right .layer-cart {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon_cart.png') no-repeat;
}
.product-box .product-sp .layer-right .layer-cart:hover {
  background: url('../images/icon_cart_select.png') no-repeat;
}
.product-box .product-sp .product-name {
  width: 100%;
  font-weight: 400;
  margin: 10px 0 5px;
  padding: 0 5px;
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.product-box .product-sp .product-name:hover {
  color: #4098db;
}
.product-box .product-sp .product-price {
  padding-bottom: 10px;
}
.product-box .product-sp .product-price .price-gray {
  color: #c1c1c1;
  font-size: 14px;
  margin-right: 10px;
}
.product-box .product-sp .product-price .price-now {
  color: #fd4a4a;
  font-size: 18px;
  font-weight: 700;
}
.more-btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  color: #999999;
  font-size: 14px;
  background-color: #f9f9f9;
  text-align: center;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}
.more-btn:hover {
  background-color: #4098db;
  border: 1px solid #4098db;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .recommendation .recommendation-center-sp1 {
    margin-bottom: 25px;
  }
  .quantity {
    width: 380px;
  }
  .function-list > div {
    margin-right: 20px;
  }
}
/****qp-input组件样式覆盖****/
.qp-input > input {
  outline: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #dddddd;
}
.qp-input > input:hover {
  border: 1px solid #dddddd;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/****** 属性控件 property-model-editer 样式覆盖 *******/
/*  bootstrap的uib-tabset组件样式覆盖 */
.multi-profile .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c1c1c1;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs > li > a {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  margin: 0;
}
.nav-tabs > li > a:hover {
  border-color: rgba(255, 255, 255, 0);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0);
}
/****qp-input组件样式覆盖****/
.qp-input > input {
  outline: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  height: 26px;
  border: 1px solid #dddddd;
  padding-left: 10px;
  padding-right: 10px;
}
.qp-input > input:hover {
  border: 1px solid #61aee9;
}
.qp-input .qpinput-unlegal {
  border: 1px solid #ff0000;
}
/* qp-attr-group组件样式覆盖 */
.attr-group__title {
  height: 30px;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  line-height: 30px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.attr-group__content {
  padding: 0 0 0 10px;
}
.attr-group__content > div {
  margin-bottom: 20px;
}
.attr-container.select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.attr-container.select-container select {
  outline: none;
}
.attr-title {
  font-weight: normal;
  min-width: 130px;
  width: 130px;
  line-height: 26px;
  color: #999999;
  font-size: 12px;
}
.attr-container select {
  outline: none;
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
  height: 26px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.attr-container select:hover {
  border: 1px solid #61aee9;
}
.qp-select__multi-select {
  padding: 1px;
  height: 26px;
  font-size: 0;
  color: #333333;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
}
/* 属性选项鼠标经过状态 */
.qp-select__multi-select:hover {
  background-color: #f5f5f5;
}
.qp-select__multi-select input[type="checkbox"] {
  width: 0px;
  height: 0px;
  margin: 0;
}
.qp-select__option_selected {
  padding: 0;
  border: 2px solid #61aee9;
}
/* 选项文本展示样式 */
.qp-select__multi-select > span {
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  top: -2px;
}
/****** 属性控件 property-model-editer 样式覆盖 ** --end*****/
