.fill-bg {
  background: #FFFAF2 !important;
}
.fill-bg:hover {
  box-shadow: 0px 0px 8px 2px rgba(234, 230, 222, 0.62) !important;
}
.fill-scale {
  width: 100%;
  height: 100%;
  transition: width 2s ease, height 2s ease;
  -webkit-transition: width 2s ease, height 2s ease;
}
.fill-scale:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms--webkit-transform: scale(1.01);
}
.fill-scale:hover .products-id > span {
  font-size: 1.3rem;
  padding: 0 2px;
}
.fdxg {
  position: absolute;
}
.changes-tabs {
  position: relative;
  height: 352px;
  width: 235px;
  display: inline-block;
}
.changes-tabs .changes-cont {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.products-tab {
  position: relative;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 4px ;
}
.products-tab:hover {
  box-shadow: 0px 0px 8px 2px rgba(231, 233, 233, 0.83);
}
.products-tab a {
  color: #3E3A39;
  text-decoration: none;
}
.products-tab a:hover {
  color: #E99122;
}
.products-tab .img-height a img {
  max-height: 210px !important;
}
.products-tab .img-after::after {
  content: "";
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(165, 213, 252, 0.1) !important;
}
.products-tab .products-thumb {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.products-tab .products-thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
}
.products-tab .products-thumb a:hover::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(165, 213, 252, 0.05);
}
.products-tab .products-thumb a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 193px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.products-tab .products-thumb.products-thumb-tlc {
  background-color: #FFF;
}
.products-tab .products-thumb.products-thumb-tlc::after {
  display: none;
}
.products-tab .products-thumb.products-thumb-integral-index {
  background-color: #FFF;
}
.products-tab .products-thumb.products-thumb-integral-index a img {
  padding: 0;
}
.products-tab .products-thumb.products-thumb-integral-index a::after {
  display: none;
}
.products-tab .products-thumb.products-thumb-integral-regular {
  background-color: #F9FAFD;
}
.products-tab .products-thumb.products-thumb-integral-regular a::after {
  display: none;
}
.products-tab .products-id {
  overflow: hidden;
  line-height: 16px;
  margin-top: 11px;
}
.products-tab .products-id > a {
  display: inline-block;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  float: left;
}
.products-tab .products-id > span {
  font-size: 12px;
  float: right;
  color: #fff;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F55858;
  padding: 0 2px;
  border-radius: 2px;
  text-align: center;
  height: 15px;
  display: inline-block;
}
.products-tab h3.products-name {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.products-tab h3.products-name > div {
  display: inline-block;
}
.products-tab h3.products-name > div > a {
  font-weight: bold;
}
.products-tab .name-color {
  margin-bottom: 13px !important;
}
.products-tab .name-color a:hover {
  color: #3E3A39 !important;
}
.products-tab .products-price {
  min-height: 1.6em;
  line-height: 20px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  font-size: 16px!important;
}
.products-tab .products-price span {
  color: #E99122;
}
.products-tab .products-price .fill-black {
  color: #3E3A39 !important;
}
.products-tab .products-price .fill-symbol {
  color: #E99122;
}
.products-tab .products-price .fill-yellow {
  font-size: 16px!important;
  font-weight: bold;
  color: #E99122;
}
.products-tab .price-spacing {
  margin-bottom: 11px;
}
.products-tab .products-btns {
  overflow: hidden;
  padding-right: 71px;
  padding-left: 20px;
}
.products-tab .products-btns a {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f6c157;
  color: #ECA245;
}
.products-tab .products-btns a:first-child {
  background: #f6c157;
  color: #FFFFFF;
}
.products-tab .products-btns a:hover {
  background-color: #FE9F28;
  color: #FFF;
  border: 1px solid #FE9F28;
}
.products-tab .products-btns a:active {
  background-color: #ffb559;
  color: #FFF;
}
.products-tab .products-btns a.btn-left {
  width: 100%;
}
.products-tab .products-btns a.btn-right {
  width: 42px;
  margin-right: -57px;
  position: relative;
  right: -9px;
}
.products-tab .products-btns a span {
  font-size: 18px;
}
.products-tab .products-btns a.btn-qq-inquiry {
  width: 100%;
}
.products-tab .products-btns a.btn-exchange {
  width: 100%;
}
.products-tab .products-btns a.btn-full {
  width: 100%;
  margin-right: -57px;
}
.products-tab .products-btns.products-btns-full {
  padding-right: 20px;
}
.products-tab .products-sign {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  width: 36px;
  height: 20px;
  font-size: 12px;
  color: #FFF;
  border-radius: 4px;
}
.products-tab .products-sign:before {
  display: block;
  line-height: 20px;
  text-align: center;
}
.products-tab .products-sign.i-discount {
  background-color: #F5C057;
}
.products-tab .products-sign.i-discount:before {
  content: "折扣";
}
.scale-btn a {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.scale-btn a:hover {
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.qt-service {
  padding-bottom: 49px;
  position: relative;
  top: -6px;
}
.qt-service .q-img {
  height: 82px;
  margin-bottom: 97px;
}
.qt-service .q-img img {
  margin: 0 auto;
  display: block;
}
.qt-service .leyan-service .row .s-five {
  width: 20%;
  text-align: center;
}
.qt-service .leyan-service .row .s-five:first-child {
  text-align: left !important;
}
.qt-service .leyan-service .row .s-five:nth-child(2) {
  padding-right: 39px;
  position: relative;
  left: -8px;
}
.qt-service .leyan-service .row .s-five:nth-child(3) {
  padding-right: 22px;
  position: relative;
  left: -10px;
}
.qt-service .leyan-service .row .s-five:nth-child(4) {
  padding-right: 8px;
  position: relative;
  left: -9px;
}
.qt-service .leyan-service .row .s-five:nth-child(5) {
  padding-left: 24px;
}
.qt-service .leyan-service .row .s-five .p-1 {
  margin-bottom: 17px;
  padding-right: 15px;
  display: inline-block;
}
.qt-service .leyan-service .row .s-five .p-1 span {
  font-size: 24px;
}
.qt-service .leyan-service .row .s-five .p-2 {
  margin-bottom: 0;
  font-size: 14px;
  color: #3E3A39;
  display: inline-block;
  vertical-align: middle;
}
.qt-service .leyan-service .row .s-five .p-2 span {
  font-weight: bold;
  padding-bottom: 7px;
  display: block;
  font-size: 18px;
}
.qt-service .leyan-service .row .s-five .p-2 p {
  text-align: left;
}
.changes {
  animation: mymove 0.5s linear both;
  -webkit-animation: mymove 0.5s linear both;
}
@keyframes mymove {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes mymove {
  /* Firefox */
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mymove {
  /* Safari 和 Chrome */
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes mymove {
  /* Opera */
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
