.production-page {
  padding: 20px;
}
.filter-bar {
  display: none;
}
.products-list-wrap > .header {
  margin: 2vw 0 6vw;
  font-size: 7vw;
}
.products-list-wrap .types-bar-wrap {
  margin-right: -20px;
  overflow: auto;
}
.products-list-wrap .types-bar {
  padding-bottom: 10px;
  font-size: 4vw;
  display: flex;
}
.products-list-wrap .types-bar > li {
  margin-right: 2vw;
  padding: 2vw 5vw;
  box-sizing: border-box;
  border-radius: 5vw;
  border: 0.5px solid rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
.products-list-wrap .types-bar > li a {
  color: #001729;
}
.products-list-wrap .types-bar > li.active {
  background: #001729;
}
.products-list-wrap .types-bar > li.active a {
  color: #fff;
}
.products-list-wrap .productions-list {
  display: flex;
  flex-wrap: wrap;
}
.products-list-wrap .productions-list > li {
  margin-top: 4vw;
  width: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.products-list-wrap .productions-list > li:nth-of-type(odd) {
  padding-right: 1vw;
}
.products-list-wrap .productions-list > li:nth-of-type(even) {
  padding-left: 1vw;
}
.products-list-wrap .productions-list > li a {
  padding: 2vw;
  display: block;
  color: #001729;
}
.products-list-wrap .productions-list > li figure {
  margin-bottom: 2vw;
  border-radius: 5vw;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
.products-list-wrap .productions-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-list-wrap .productions-list > li .title {
  font-size: 4.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-list-wrap .productions-list > li .code {
  margin: 2vw 0 4vw;
  font-size: 3.5vw;
  color: rgba(0, 23, 41, 0.7);
}
.scores-list {
  font-size: 3.5vw;
}
.scores-list > li {
  margin: 2vw 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.scores-list > li .label {
  font-size: 3vw;
  font-weight: 300;
  flex: 1;
}
.scores-list > li .progress {
  margin-top: 2vw;
  width: 100%;
  height: 1vw;
  border-radius: 20px;
  background: #F0F0F0;
}
.scores-list > li .progress > div {
  height: 100%;
  border-radius: 20px;
  background-color: #DDDAC7;
}
.scores-list > li .value {
  width: 10vw;
  font-size: 4vw;
  font-weight: 500;
  flex-shrink: 0;
  text-align: right;
}
.production-detail .sidebar {
  display: none;
}
.production-detail .production-intro .focus {
  position: relative;
  margin-bottom: 3vw;
  overflow: hidden;
}
.production-detail .production-intro .focus .prev,
.production-detail .production-intro .focus .next {
  position: absolute;
}
.production-detail .production-intro .focus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.production-detail .production-intro .focus .swiper-wrapper {
  width: 1000%;
  display: flex;
  flex-wrap: wrap;
}
.production-detail .production-intro .focus .swiper-wrapper > li {
  width: 10%;
  flex-shrink: 0;
}
.production-detail .production-intro .focus .swiper-wrapper > li figure {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  border-radius: 6vw;
}
.production-detail .production-intro .thumbnail-wrap {
  position: relative;
  padding-bottom: 10px;
  margin-right: -20px;
  overflow: auto;
}
.production-detail .production-intro .thumbnail-wrap .prev,
.production-detail .production-intro .thumbnail-wrap .next {
  position: absolute;
}
.production-detail .production-intro .thumbnail-wrap .thumbnail-list {
  display: flex;
  flex-wrap: nowrap;
}
.production-detail .production-intro .thumbnail-wrap .thumbnail-list > li {
  margin-right: 1vw;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 2vw;
}
.production-detail .production-intro .thumbnail-wrap .thumbnail-list > li figure {
  width: 18vw;
  height: 12vw;
  border-radius: 2vw;
  overflow: hidden;
}
.production-detail .production-intro .thumbnail-wrap .thumbnail-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.production-detail .production-intro .thumbnail-wrap .thumbnail-list > li.active {
  border-color: #001729;
}
.production-detail .production-intro .info {
  padding: 5vw 0;
  font-size: 4.5vw;
  font-weight: 300;
}
.production-detail .production-intro .info .title {
  font-size: 6vw;
  font-weight: 400;
}
.production-detail .production-intro .info .title h1 {
  font-size: 8vw;
}
.production-detail .production-intro .info .cate {
  margin: 4vw 0 10vw;
}
.production-detail .production-intro .info .scores-list {
  padding-right: 20%;
}
.production-detail .production-intro .info .desc {
  margin: 8vw 0 5vw;
  text-align: justify;
  color: rgba(0, 23, 41, 0.5);
}
.production-detail .regarding-products > .title,
.production-detail .detail > .title {
  margin: 5vw 0;
  font-size: 6vw;
}
.production-detail .sizes {
  display: flex;
  flex-wrap: wrap;
}
.production-detail .sizes > span {
  margin: 3vw 3vw 0 0;
  padding: 1vw 3vw;
  font-size: 3.5vw;
  border-radius: 1vw;
  background: #F8F8F8;
}
.production-detail .tips {
  position: relative;
  margin: 5vw 0 10vw;
  padding: 4vw 5vw 4vw 15vw;
  border-radius: 4vw;
  border: 1px solid rgba(0, 23, 41, 0.5);
}
.production-detail .tips .title {
  font-size: 4.5vw;
}
.production-detail .tips .desc {
  margin-top: 1vw;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 1.3;
}
.production-detail .tips:before {
  position: absolute;
  left: 5vw;
  top: 6vw;
  text-align: center;
  content: "\e636";
  font-size: 5vw;
  font-family: "iconfont";
  color: #001729;
}
.production-detail .detail-list {
  padding-bottom: 10vw;
}
.production-detail .detail-list > li {
  padding: 5vw 0;
  display: flex;
  justify-content: space-between;
  font-size: 4.5vw;
  font-weight: 300;
}
.production-detail .detail-list > li:nth-of-type(n+2) {
  border-top: 1px solid rgba(141, 145, 154, 0.16);
}
.production-detail .detail-list > li .label {
  width: 35%;
  flex-shrink: 0;
  color: rgba(0, 23, 41, 0.5);
}
.production-detail .detail-list > li .value {
  width: 60%;
  flex-shrink: 0;
}
.production-detail .detail-list > li .sizes {
  margin-top: -3vw;
}
.production-detail .detail-content > header h2 {
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.2;
}
.production-detail .specifications {
  counter-reset: index;
}
.production-detail .specifications > li {
  counter-increment: index;
  margin-top: 10vw;
  display: flex;
  font-weight: 300;
  font-size: 4.5vw;
  line-height: 1.6;
}
.production-detail .specifications > li:before {
  width: 5vw;
  content: counter(index) ".";
  flex-shrink: 0;
}
.production-detail .compare-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.production-detail .compare-list > li {
  margin-top: 10vw;
  width: 43vw;
}
.production-detail .compare-list > li figure {
  margin-bottom: 4vw;
  width: 100%;
  height: 40vw;
  border-radius: 4vw;
  overflow: hidden;
}
.production-detail .compare-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production-detail .compare-list > li .title {
  font-size: 3.5vw;
}
.production-detail .compare-list > li .desc {
  margin: 3vw 0 5vw;
  font-size: 3vw;
  line-height: 1.6;
  color: rgba(0, 23, 41, 0.5);
}
.production-detail .rich-text {
  font-size: 4.5vw;
  line-height: 1.6;
}
.production-detail .rich-text > *,
.production-detail .rich-text li {
  margin-top: 10vw;
}
.production-detail .rich-text ol {
  list-style: decimal;
  padding-left: 15px;
}
.production-detail .rich-text ul {
  list-style: circle;
  padding-left: 15px;
}
.production-detail .free-service-wrap > .title {
  margin: 10vw 0;
  font-size: 6vw;
  color: rgba(0, 23, 41, 0.7);
}
.production-detail .free-service-wrap .free-service-list > li {
  margin-top: 5vw;
  padding: 10vw 5vw;
  border-radius: 4vw;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.production-detail .free-service-wrap .free-service-list > li .icon {
  font-size: 6vw;
  height: 10vw;
  width: 10vw;
  line-height: 10vw;
  font-family: "iconfont";
  border-radius: 50%;
  color: #fff;
  background: #001729;
}
.production-detail .free-service-wrap .free-service-list > li .title {
  margin: 5vw 0 2vw;
  font-size: 5vw;
}
.production-detail .free-service-wrap .free-service-list > li .desc {
  font-size: 4vw;
  line-height: 1.2;
  color: rgba(0, 23, 41, 0.5);
}
