.prod-title{text-align: center;padding: 20px 0 20px;}

.prod-title h2{font-size: 36px; color: #ef7f35; margin-bottom: 0px;font-weight: bold;}

.prod-tabs {
  width: 100%;
  margin: 30px auto 30px;
}
.prod-tabs .wz1200 {
  display: flex;
  justify-content: center;
}
.prod-tabs .prod-tab {
  width: auto;
  max-width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.prod-tabs .prod-tab::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
.prod-tabs .prod-tab::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #F5F5F5;
}
.prod-tabs .prod-tab::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}
.prod-tabs .prod-tab .list {
  width: auto;
  height: 50px;
  background-color: #f5f5f5;
  display: inline-flex;
  align-items: center;
}
.prod-tabs .prod-tab .list a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  transition: all 0.3s;
  padding: 0 28px;
  white-space: nowrap;
}
.prod-tabs .prod-tab .list a:hover, .prod-tabs .prod-tab .list a.active {
  background-color: #ef7f35;
  color: #fff;
}
.prod-tabs .prod-tab .list i {
  display: inline-block;
  width: 1px;
  min-width: 1px;
  height: 16px;
  background-color: #666;
}
.prod-items {
  width: 100%;
  margin-top: 20px;
}
.prod-items .item {
  width: 100%;
  height: auto;
  padding: 45px 90px;
  position: relative;
  margin-bottom: 50px;
}
.prod-items .item .texts {
  width: 380px;
  display: inline-block;
  float: left;
  position: absolute;
  z-index: 3;
  transition: all 0.3s;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.prod-items .item .texts .title {
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.6s;
}
.prod-items .item .texts .desc {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  margin-top: 30px;
  transition: all 0.6s;
}
.prod-items .item .texts .more {
  display: inline-block;
  height: 60px;
  margin-top: 60px;
  position: relative;
  transition: all 0.6s;
}
.prod-items .item .texts .more .cir {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3878e4;
  line-height: 60px;
  text-align: center;
  background-image: url("../images/86.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prod-items .item .texts .more .text {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #ef7f35;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 0.6s;
  overflow: hidden;
}
.prod-items .item .texts .more:hover .text {
  width: 187px;
  padding-left: 10px;
}
.prod-items .item .img {
  width: 50%;
  float: right;
  position: relative;
  z-index: 3;
}
.prod-items .item .img img {
  width: 100%;
  height: auto;
}
.prod-items .item .bg {
  width: 100%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #e5e5e5;
  transition: all 0.6s;
}
.prod-items .item .bg img {
  width: 275px;
  height: auto;
  position: inherit;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.prod-items .item:hover .texts, .prod-items .item.active .texts {
  color: #fff;
}
.prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
  margin-top: 45px;
}
.prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
  margin-top: 120px;
}
.prod-items .item:hover .bg, .prod-items .item.active .bg {
  height: 100%;
  background-color: #ef7f35;
}
.prod-sub-tab {
  width: 100%;
  margin-top: -20px;
}
.prod-sub-tab .wz1200 {
  display: block;
  height: 54px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.prod-sub-tab .wz1200 .left {
  width: auto;
  height: 54px;
  display: inline-flex;
  line-height: 54px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.prod-sub-tab .wz1200 .left .big {
  font-size: 20px;
  display: inline-block;
  white-space: nowrap;
}
.prod-sub-tab .wz1200 .left .items {
  display: inline-flex;
  margin-left: 20px;
}
.prod-sub-tab .wz1200 .left .items a {
  display: inline-block;
  width: auto;
  height: 53px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  padding: 0 10px;
  margin-left: 20px;
  transition: all 0.3s;
  white-space: nowrap;
}
.prod-sub-tab .wz1200 .left .items a:hover, .prod-sub-tab .wz1200 .left .items a.active {
  border-color: #ff0000;
}
.prod-sub-tab .wz1200 .right {
  width: auto;
  height: 54px;
  line-height: 54px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  float: right;
}
.prod-sub-tab .wz1200 .right p, .prod-sub-tab .wz1200 .right a {
  display: inline-block;
}
.prod-sub-tab .wz1200 .right p img, .prod-sub-tab .wz1200 .right a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.prod-sub-tab .wz1200 .right .more {
  margin-left: 10px;
  transition: color 0.3s;
}
.prod-sub-tab .wz1200 .right .more:hover {
  color: #ef7f35;
}
.prod-list {
  width: 100%;
  margin-bottom:20px;
}
.prod-list .wz1200 {
  display: flex;
  flex-wrap: wrap;
}
.prod-list .wz1200 .item {
  width: 24%;
  margin-left: 1.07%;
  margin-top: 30px;
}
.prod-list .wz1200 .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #ccc;
}
.prod-list .wz1200 .item .img img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.prod-list .wz1200 .item .bot {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0 10px;
  transition: all 0.3s;
}
.prod-list .wz1200 .item .bot .title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #4c4c4c;
  overflow:hidden;
}
.prod-list .wz1200 .item .bot .more {
  width: 100%;
  height: 38px;
  margin-top: 6px;
  border-top: 1px solid #d9d9d9;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-list .wz1200 .item .bot .more span {
  font-size: 14px;
  color: #999;
}
.prod-list .wz1200 .item .bot .more i {
  width: 43px;
  height: 8px;
  display: inline-block;
  background-image: url("../images/89.png");
  background-size: 100% 100%;
  transition: all 0.3s;
}
.prod-list .wz1200 .item:nth-of-type(4n+1) {
  margin-left: 0;
}
.prod-list .wz1200 .item:hover .img img {
  transform: scale(1.1);
}
.prod-list .wz1200 .item:hover .bot {
  background-color: #ef7f35;
}
.prod-list .wz1200 .item:hover .bot .title {
  color: #fff;
}
.prod-list .wz1200 .item:hover .bot .more span {
  color: #fff;
}
.prod-list .wz1200 .item:hover .bot .more i {
  background-image: url("../images/90.png");
}
.prod-list .wz1200 .item.bg {
  background-size: cover;
  background-position: center center;
}
.prod-list .pages {
  margin: 75px 0 80px;
  justify-content: flex-end;
}
.prod-detail-tops {
  width: 100%;
  margin: 30px 0;
}
.prod-detail-tops .wz1200 {
  display: flex;
  justify-content: space-between;
}
.prod-detail-tops .wz1200 .prod-thumb {
  width: 810px;
  display: inline-flex;
  justify-content: space-between;
}
.prod-detail-tops .wz1200 .prod-thumb .big {
  width: 656px;
  display: inline-block;
  height: 423px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.prod-detail-tops .wz1200 .prod-thumb .big img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.prod-detail-tops .wz1200 .prod-thumb .big:hover img {
  transform: scale(1.1);
}
.prod-detail-tops .wz1200 .prod-thumb .small {
  width: 136px;
  height: 423px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-detail-tops .wz1200 .prod-thumb .small .small-item {
  width: 136px;
  height: 88px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.prod-detail-tops .wz1200 .prod-thumb .small .small-item img {
  width: 100%;
  height: 100%;
}
.prod-detail-tops .wz1200 .prod-thumb .small .small-item:last-child {
  margin-bottom: 0;
}
.prod-detail-tops .wz1200 .content {
  width: calc(100% - 850px);
  height: 423px;
  display: inline-block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.prod-detail-tops .wz1200 .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
.prod-detail-tops .wz1200 .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #F5F5F5;
}
.prod-detail-tops .wz1200 .content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}
.prod-detail-tops .wz1200 .content .title {
  font-size: 24px;
  line-height: 24px;
}
.prod-detail-tops .wz1200 .content p {
  font-size: 16px;
  line-height: 36px;
}
.prod-detail-tops .wz1200 .content p.justify {
  text-align: justify;
}
.prod-tab-content {
  width: 100%;
  margin-top: 50px;
}
.prod-tab-content .tabs {
  width: 100%;
  height: 45px;
}
.prod-tab-content .tabs a {
  display: inline-block;
  width: auto;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
  margin-right: 10px;
}
.prod-tab-content .tabs a.active, .prod-tab-content .tabs a:hover {
  background-color: #ef7f35;
  color: #fff;
}
.prod-tab-content .contents {
  width: 100%;
}
.prod-tab-content .contents .content {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 45px;
  display: none;
}
.prod-tab-content .contents .content img {
  max-width: 100%;
}
.prod-tab-content .contents .content table {
  max-width: 100%;
  width: 100% !important;
}
.prod-tab-content .contents .content table td {
  word-break: break-all;
}
.prod-tab-content .contents .content p {
  font-size: 16px;
  line-height: 36px;
}
.prod-recommend.prod-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.prod-recommend.prod-list .wz1200 {
  display: block;
}
.prod-recommend.prod-list .wz1200 > .title {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
}
.prod-recommend.prod-list .wz1200 .item {
  margin-left: 0;
}
.prod-recommend.prod-list .wz1200 .item:nth-of-type(4n+1) {
  margin-left: 0;
}
.prod-recommend.prod-list .wz1200 .item:nth-of-type(3n+1) {
  margin-left: 0;
}
.prod-recommend.prod-list .wz1200 .item:nth-of-type(2n+1) {
  margin-left: 0;
}

 

@media screen and (max-width: 1440px) {
  
  .prod-items {
    margin-top: 20px;
  }
  .prod-items .item {
    padding: 45px 60px;
    margin-bottom: 50px;
  }
  .prod-items .item .texts {
    width: 380px;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-items .item .texts .title {
    font-size: 30px;
    line-height: 30px;
  }
  .prod-items .item .texts .desc {
    font-size: 14px;
    line-height: 36px;
    margin-top: 30px;
  }
  .prod-items .item .texts .more {
    height: 60px;
    margin-top: 60px;
  }
  .prod-items .item .texts .more .cir {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .prod-items .item .texts .more .text {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 14px;
  }
  .prod-items .item .texts .more:hover .text {
    width: 187px;
    padding-left: 10px;
  }
  .prod-items .item .img {
    width: 50%;
  }
  .prod-items .item .bg {
    width: 100%;
    height: 65%;
  }
  .prod-items .item .bg img {
    width: 275px;
  }
  .prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
    margin-top: 45px;
  }
  .prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
    margin-top: 120px;
  }
  .prod-detail-tops {
    margin: 30px 0;
  }
  .prod-detail-tops .wz1200 .prod-thumb {
    width: 600px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .big {
    width: 500px;
    height: 320px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small {
    width: 90px;
    height: 320px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small .small-item {
    width: 100%;
    height: 58px;
  }
  .prod-detail-tops .wz1200 .content {
    width: calc(100% - 640px);
    height: 320px;
  }
  .prod-detail-tops .wz1200 .content .title {
    font-size: 24px;
    line-height: 24px;
  }
  .prod-detail-tops .wz1200 .content p {
    font-size: 16px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1200px) {
   
  .prod-items {
    margin-top: 20px;
  }
  .prod-items .item {
    padding: 45px 60px;
    margin-bottom: 50px;
  }
  .prod-items .item .texts {
    width: 380px;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-items .item .texts .title {
    font-size: 30px;
    line-height: 30px;
  }
  .prod-items .item .texts .desc {
    font-size: 14px;
    line-height: 36px;
    margin-top: 30px;
  }
  .prod-items .item .texts .more {
    height: 60px;
    margin-top: 60px;
  }
  .prod-items .item .texts .more .cir {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .prod-items .item .texts .more .text {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 14px;
  }
  .prod-items .item .texts .more:hover .text {
    width: 187px;
    padding-left: 10px;
  }
  .prod-items .item .img {
    width: 50%;
  }
  .prod-items .item .bg {
    width: 100%;
    height: 75%;
  }
  .prod-items .item .bg img {
    width: 275px;
  }
  .prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
    margin-top: 45px;
  }
  .prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
 
  .prod-items {
    margin-top: 20px;
  }
  .prod-items .item {
    padding: 45px 60px;
    margin-bottom: 50px;
  }
  .prod-items .item .texts {
    width: 40%;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-items .item .texts .title {
    font-size: 24px;
    line-height: 24px;
  }
  .prod-items .item .texts .desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 18px;
  }
  .prod-items .item .texts .more {
    height: 40px;
    margin-top: 40px;
  }
  .prod-items .item .texts .more .cir {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .prod-items .item .texts .more .text {
    width: 80px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  .prod-items .item .texts .more:hover .text {
    width: 150px;
    padding-left: 10px;
  }
  .prod-items .item .img {
    width: 50%;
  }
  .prod-items .item .bg {
    width: 100%;
    height: 75%;
  }
  .prod-items .item .bg img {
    width: 275px;
  }
  .prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
    margin-top: 30px;
  }
  .prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
    margin-top: 60px;
  }
  .prod-detail-tops {
    margin: 30px 0;
  }
  .prod-detail-tops .wz1200 .prod-thumb {
    width: 370px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .big {
    width: 300px;
    height: 193px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small {
    width: 60px;
    height: 193px;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small .small-item {
    width: 100%;
    height: 39px;
  }
  .prod-detail-tops .wz1200 .content {
    width: calc(100% - 400px);
    height: 193px;
  }
  .prod-detail-tops .wz1200 .content .title {
    font-size: 18px;
    line-height: 18px;
  }
  .prod-detail-tops .wz1200 .content p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  
  .prod-tabs {
    margin: 40px 0 40px;
  }
  .prod-tabs .prod-tab .list {
    height: 40px;
  }
  .prod-tabs .prod-tab .list a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .prod-tabs .prod-tab .list i {
    height: 14px;
  }
  .prod-items {
    margin-top: 20px;
  }
  .prod-items .item {
    padding: 30px 30px;
    margin-bottom: 50px;
  }
  .prod-items .item .texts {
    width: 40%;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-items .item .texts .title {
    font-size: 16px;
    line-height: 16px;
  }
  .prod-items .item .texts .desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }
  .prod-items .item .texts .more {
    height: 30px;
    margin-top: 15px;
  }
  .prod-items .item .texts .more .cir {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: 7px 11px;
  }
  .prod-items .item .texts .more .text {
    width: 80px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 14px;
  }
  .prod-items .item .texts .more:hover .text {
    width: 150px;
    padding-left: 10px;
  }
  .prod-items .item .img {
    width: 50%;
  }
  .prod-items .item .bg {
    width: 100%;
    height: 75%;
  }
  .prod-items .item .bg img {
    width: 20%;
  }
  .prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
    margin-top: 20px;
  }
  .prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
    margin-top: 30px;
  }
  .prod-sub-tab {
    margin-top: -20px;
  }
  .prod-sub-tab .wz1200 {
    height: 40px;
  }
  .prod-sub-tab .wz1200 .left {
    height: 40px;
    line-height: 40px;
  }
  .prod-sub-tab .wz1200 .left .big {
    font-size: 16px;
  }
  .prod-sub-tab .wz1200 .left .items {
    margin-left: 16px;
  }
  .prod-sub-tab .wz1200 .left .items a {
    height: 39px;
    font-size: 14px;
    padding: 0 6px;
    margin-left: 16px;
  }
  .prod-sub-tab .wz1200 .right {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .prod-list .wz1200 .item {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .prod-list .wz1200 .item .bot {
    padding: 0 6px;
  }
  .prod-list .wz1200 .item .bot .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .prod-list .wz1200 .item .bot .more {
    height: 30px;
    margin-top: 0;
    line-height: 30px;
  }
  .prod-list .wz1200 .item .bot .more span {
    font-size: 12px;
  }
  .prod-list .wz1200 .item .bot .more i {
    width: 30px;
    height: 6px;
  }
  .prod-list .wz1200 .item:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .prod-list .wz1200 .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .prod-list .pages {
    margin: 40px 0 40px;
  }
  .prod-detail-tops {
    margin: 30px 0;
  }
  .prod-detail-tops .wz1200 {
    display: block;
  }
  .prod-detail-tops .wz1200 .prod-thumb {
    width: 100%;
  }
  .prod-detail-tops .wz1200 .prod-thumb .big {
    width: 80%;
    height: auto;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small {
    width: 14%;
    height: 100%;
    flex: 1;
  }
  .prod-detail-tops .wz1200 .prod-thumb .small .small-item {
    width: 100%;
    height: auto;
  }
  .prod-detail-tops .wz1200 .content {
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow-y: visible;
  }
  .prod-detail-tops .wz1200 .content .title {
    font-size: 16px;
    line-height: 16px;
  }
  .prod-detail-tops .wz1200 .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-tab-content {
    margin-top: 40px;
  }
  .prod-tab-content .tabs {
    height: 30px;
  }
  .prod-tab-content .tabs a {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
  }
  .prod-tab-content .contents .content {
    padding: 15px;
  }
  .prod-tab-content .contents .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .prod-recommend.prod-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .prod-recommend.prod-list .wz1200 > .title {
    font-size: 18px;
    line-height: 18px;
  }
  
}
@media screen and (max-width: 480px) {
  
  .prod-tabs {
    margin: 30px 0 30px;
  }
  .prod-tabs .prod-tab .list {
    height: 40px;
  }
  .prod-tabs .prod-tab .list a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .prod-tabs .prod-tab .list i {
    height: 14px;
  }
  .prod-items {
    margin-top: 20px;
  }
  .prod-items .item {
    padding: 30px 10px;
    margin-bottom: 10px;
  }
  .prod-items .item .texts {
    width: 40%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-items .item .texts .title {
    font-size: 14px;
    line-height: 14px;
  }
  .prod-items .item .texts .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .prod-items .item .texts .more {
    height: 30px;
    margin-top: 10px;
  }
  .prod-items .item .texts .more .cir {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: 7px 11px;
  }
  .prod-items .item .texts .more .text {
    width: 80px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 12px;
    width: 120px;
    padding-left: 10px;
  }
  .prod-items .item .texts .more:hover .text {
    width: 120px;
    padding-left: 10px;
  }
  .prod-items .item .img {
    width: 50%;
  }
  .prod-items .item .bg {
    width: 100%;
    height: 85%;
  }
  .prod-items .item .bg img {
    width: 20%;
  }
  .prod-items .item:hover .texts .desc, .prod-items .item.active .texts .desc {
    margin-top: 20px;
  }
  .prod-items .item:hover .texts .more, .prod-items .item.active .texts .more {
    margin-top: 30px;
  }
  .prod-sub-tab {
    margin-top: -10px;
  }
  .prod-sub-tab .wz1200 {
    height: 40px;
  }
  .prod-sub-tab .wz1200 .left {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .prod-sub-tab .wz1200 .left .big {
    font-size: 16px;
  }
  .prod-sub-tab .wz1200 .left .items {
    margin-left: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .prod-sub-tab .wz1200 .left .items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
  }
  .prod-sub-tab .wz1200 .left .items::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
  }
  .prod-sub-tab .wz1200 .left .items::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
  }
  .prod-sub-tab .wz1200 .left .items a {
    height: 39px;
    font-size: 14px;
    padding: 0 6px;
    margin-left: 16px;
  }
  .prod-sub-tab .wz1200 .right {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .prod-list .wz1200 .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .prod-list .wz1200 .item .bot {
    padding: 0 6px;
  }
  .prod-list .wz1200 .item .bot .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .prod-list .wz1200 .item .bot .more {
    height: 30px;
    margin-top: 0;
    line-height: 30px;
  }
  .prod-list .wz1200 .item .bot .more span {
    font-size: 12px;
  }
  .prod-list .wz1200 .item .bot .more i {
    width: 30px;
    height: 6px;
  }
  .prod-list .wz1200 .item:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .prod-list .wz1200 .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .prod-list .pages {
    margin: 30px 0 30px;
  }
  .prod-list.hascover .wz1200 .item:nth-of-type(1) {
    display: none;
  }
  .prod-list.hascover .wz1200 .item:nth-of-type(2) {
    margin-left: 0;
  }
  .prod-list.hascover .wz1200 .item:nth-of-type(3) {
    margin-left: 2%;
  }
  .prod-list.hascover .wz1200 .item:nth-of-type(4) {
    margin-left: 0;
  }
  .prod-list.hascover .wz1200 .item:nth-of-type(5) {
    margin-left: 2%;
  }
  .prod-recommend.prod-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .prod-recommend.prod-list .wz1200 > .title {
    font-size: 16px;
    line-height: 16px;
  }
   
}