.main .wrap {
  padding: 0 10px;
  box-sizing: border-box;
}

.titleBox {
  padding-top: 100px;
}

.titleBox .title {
  font-family: Lato;
  font-size: 44px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}

.titleBox .text {
  font-family: Lato;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  margin-top: 30px;
}

.productListBox {
  padding-top: 20px;
}

.productListBox .tab {
  display: flex;
  justify-content: center;
  align-items: center;

}


.productListBox .tab .icon-diandiandian {
  margin-top: 2px;
  margin-left: 20px;
}

.productListBox .tab .iconfont {
  font-size: 20px;
  cursor: pointer;
}

.productListBox .tab .iconfont.active {
  color: var(--themeColor);
}

.productListBox .picList {
  margin-top: 35px;
}

.productListBox .picList .contentOne {
  display: none;
}

.productListBox .picList .contentOne.active {
  display: block;
}

.productListBox .picList .contentOne li {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;

}

.productListBox .picList .contentOne li .mainL {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.productListBox .picList .contentOne li .mainL img {
  width: 100%;
}

.productListBox .picList .contentOne li .mainR {
  padding-left: 3%;
}

.productListBox .picList .contentOne li .mainR .title {
  font-family: Lat;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
}

.productListBox .picList .contentOne li .mainR .parameter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.productListBox .picList .contentOne li .mainR .parameter .box {
  display: flex;
  margin-right: 30px;
  width: 30%;
}

.productListBox .picList .contentOne li .mainR .parameter .name {
  font-family: ArialMT;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
}

.productListBox .picList .contentOne li .mainR .parameter .price {
  font-family: ArialMT;
  font-size: 16px;
  color: #999999;
}

.productListBox .picList .contentOne li .mainR .text {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-top: 15px;
}

.productListBox .picList .contentOne li .mainR .now {
  margin-top: 20px;
}

.productListBox .picList .contentOne li .mainR .now a {
  display: block;
}

.productListBox .picList .contentOne li .mainR .now {
  display: flex;

}

.productListBox .picList .contentOne li .mainR .now a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  height: 40px;
  background-color: var(--themeColor);
  display: block;
  justify-content: center;
  align-items: center;
  font-family: Lato;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}


.productListBox .picList .contentTwo {
  display: none;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 20px;
}

.productListBox .picList .contentTwo.active {
  display: flex;
}

.productListBox .picList .contentTwo li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 20px;
}

.productListBox .picList .contentTwo li:nth-child(4n){
  margin-right: 0;
}

.productListBox .picList .contentTwo li .imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.productListBox .picList .contentTwo li .imgbox .contact {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  background-color: var(--themeColor);
  line-height: 40px;
  text-align: center;
  font-family: Lato-Regular;
  font-size: 20px;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}


.productListBox .picList .contentTwo li .imgbox .contact a {
  color: #ffffff;
}

.productListBox .picList .contentTwo li:hover .imgbox .contact {
  bottom: 10%;
  opacity: 1;
  z-index: 9;
  transition: all .3s;
}


.productListBox .picList .contentTwo li .imgbox img {
  width: 100%;
  display: block;
}

.productListBox .picList .contentTwo li .text {
  font-family: Lato;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  background-color: #f1f1f1;
  transition: all .3s;
  padding: 10px 5%;
}

.productListBox .picList .contentTwo li:hover .text {
  color: #fff;
  background-color: var(--themeColor);
  transition: all .3s;
}



.productListBox .bottomBox {
  margin-top: 20px;
}

.productListBox .bottomBox div {
  line-height: 2;
  font-size: 16px;
  font-family: 'Arial';
}

.productListBox .auto_keyword_desc .auto_keyword_desc_item {
  margin-left: 10px;
  color: #666666;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
}

.productListBox .submit {
  margin-top: 100px;
}


.productListBox .submit .title {
  font-family: Lato;
  font-size: 44px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.productListBox .submit .text {
  width: 80%;
  margin: 0 auto;
  font-family: Lato-Regular;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  margin-top: 30px;
}

.productListBox .inputBigBox .box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.productListBox .inputBigBox .box input {
  width: 30%;
  height: 50px;
  background-color: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
}


.productListBox .inputBigBox textarea {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 150px;
  background-color: #f2f2f2;
  margin-top: 25px;
}

.productListBox .submit .send {
  width: 320px;
  height: 55px;
  background-color: var(--themeColor);
  margin: 30px auto 0;
}

.productListBox .submit .send{
  font-family: Lato;
  font-weight: bold;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  border: 0;
}

.contentTwo .text .grid_title{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

@media only screen and (max-width: 1300px) {
  .productListBox .picList .contentOne li .mainL {
    width: 25%;
  }

  .productListBox .picList .contentOne li .mainR {
    width: 75%;
  }
}

@media only screen and (max-width: 1040px) {
  .productListBox .picList .contentOne li .mainR .text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .productListBox .picList .contentTwo li {
    width: 49%;
    margin-right: 2%;
  }

  .productListBox .picList .contentTwo li:nth-child(2n){
    margin-right: 0;
  }

  
}

@media only screen and (max-width: 767px) {
  .titleBox {
    padding-top: 30px;
  }

  .titleBox .title {
    font-size: 22px;
  }

  .productListBox .picList .contentTwo li .text {
    font-size: 14px;
  }

  .titleBox .text {
    margin-top: 15px;
  }

  .productListBox .picList {
    margin-top: 0px;
  }

  .productListBox .picList .contentOne li .mainL {
    width: 40%;
  }

  .productListBox .picList .contentOne li .mainR {
    width: 60%;
  }

  .productListBox .picList .contentOne li .mainR .title {
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }

  .productListBox .picList .contentOne li .mainR .parameter {
    display: none;
    margin-top: 0;

  }

  .productListBox .picList .contentOne li .mainR .parameter .box {
    margin-top: 10px;
  }

  .productListBox .picList .contentOne li .mainR .now {
    display: flex;
    flex-wrap: wrap;
  }

  .productListBox .picList .contentOne li .mainR .now a {
    font-size: 14px;
    line-height: 25px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .productListBox .picList .contentOne li .mainR .parameter .name {
    font-size: 14px;
  }

  .productListBox .picList .contentOne li .mainR .parameter .price {
    font-size: 14px;
  }

  .productListBox .submit {
    margin-top: 30px;
  }

  .productListBox .submit .title {
    font-size: 22px;
  }

  .productListBox .submit .text {
    width: 100%;
    margin-top: 10px;
  }

  .productListBox .inputBigBox .box {
    margin-top: 0px;
    flex-wrap: wrap;
  }

  .productListBox .inputBigBox .box input {
    width: 100%;
    margin-top: 15px;
  }


  .productListBox .submit .send {
    width: 100%;
    height: 40px;
    margin: 30px auto 0;
  }

  .productListBox .submit .send a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
  }

  .productListBox .picList .contentOne li .mainR .now a.buy_now{
    display: none;
  }

  .contentTwo .text .grid_title{
    -webkit-line-clamp: 3;
  }
  
}