.productlist {
    margin-top: 15px;
}

.productlist ul li {
    background: #f2f2f2;
    height: 33vh;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.productlist ul li .number{
    position: absolute;
    bottom: 2vh;
    width: 90%;
    display: none;
}
.productlist ul li:nth-child(4n) {
    margin-right: 0;
}

.productlist ul li a img {
    width: 100%;
    /*margin-left: 50%;*/
    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    margin-top: 50%;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.productlist ul li p:nth-child(2) {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 1vh;
}

.productlist ul li .number p.fl {
    color: #e9980b;
    font-size: 18px;
    font-weight: 700;
    width: 33%;
    line-height: 4vh;
}

.productlist ul li .number div {
    width: 37%;
    height: 3.5vh;
    border: 1px solid #ccc;
    margin-left: 8%;
}

.productlist ul li .number p.fr {
   width: 3.4vh;
    height: 3.4vh;
    text-align: center;
    line-height: 3.4vh;
    background: #e9980b;
    cursor: pointer;
}

.productlist ul li .number p.fr img {
    margin-top: 4px;
    width: 2.5vh;
}

.productlist ul li .number div span {
    height: 3.3vh;
    width: 30%;
    text-align: center;
    line-height: 3.3vh;
    font-size: 22px;
    border-right: 1px solid #ccc;
}

.productlist ul li .number div input {
    width: 40%;
    border: none;
    height: 3.3vh;
    text-align: center;
    background: none;
}

.productlist ul li .number div span.fr {
    border-left: 1px solid #ccc;
    border-right: none;
}

#exzoom {
    width: 32%;
    margin-top: 20px;
    margin-left: 7%;
    position: relative;
}

.exzoom_img_box .exzoom_zoom_outer {
  /*   border: 3px solid #ccc; */
}

.details .details_info {
    width: 55%;
    margin-left: 3%;
    margin-top: 20px;
}

.details .details_info h3:nth-child(1) {
    margin-bottom: 20px;
}

.details .details_info p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 18px;
}

.details .details_info h3:nth-child(3) {
    color: #e9980b;
    margin-bottom: 40px;
}

.details .details_info .num {
    border: 1px solid #ccc;
    height: 4vh;
}

.details .details_info .num span {
   display: block;
    font-size: 22px;
    height: 100%;
    width: 4vh;
    text-align: center;
    line-height: 3.8vh;
    background: #eee;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.details .details_info .num span:nth-child(3) {
    border-right: none;
}

.details .details_info .num span:nth-child(1) {
    border-left: none;
}

.details .details_info .num input {
    width: 46px;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 18px;
}

.details .details_info .btn {
    width: 25%;
    margin-left: 5%;
    height: 4vh;
    line-height: 4vh;
    text-align: center;
    background: #e9980b;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.details .details_main {
    margin-top: 40px;
}

.details .details_main .d_m_title {
    height: 6vh;
    line-height: 6vh;
    border-bottom: 2px solid #ccc;
}

.details .details_main .d_m_title ul li {
    width: 20%;
    text-align: center;
    height: 5.8vh;
    cursor: pointer;
}

.details .details_main .d_m_title ul .bgcolor1 {
    background: #eeeeee;
}

.details .details_main .d_m_content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.details .details_main .d_m_content p {
    font-size: 16px;
    line-height: 4vh;
}

.details .details_main .d_m_content ul {
    margin-top: 3vh;
}

.details .details_main .d_m_content ul li {
    margin-bottom: 10px;
}

.details .details_main .d_m_content ul li p:nth-child(1) {
    height: 5vh;
    line-height: 5vh;
    width: 30%;
    border: 1px solid #d2c6ba;
    background: #eee;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.details .details_main .d_m_content ul li p:nth-child(2) {
    width: 69%;
    margin-left: 1%;
    height: 5vh;
    line-height: 5vh;
    border: 1px solid #d2c6ba;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.details .details_main .d_m_content ul li p img {
    height: 2.5vh;
    margin-bottom: -5px;
    margin-right: 10px;
}


@media screen and (max-width: 1280px) {
  .productlist ul li {
     height: 33vh;
  }
  .productlist ul li p:nth-child(2){
      margin-bottom: 0vh;
  }
  .productlist ul li .number div{
      height: 4.5vh;
      margin-left: 16%;
  }
  .productlist ul li .number div span{
      height: 4.3vh;
      line-height: 4vh;
  }
  .productlist ul li .number div input{
      height: 4.3vh;
  }
  .productlist ul li .number p.fr{
      height: 4.4vh;
      width: 4.4vh;
      line-height: 4.4vh;
  }
  .productlist ul li .number p.fr img{
      width: 3.5vh;
      margin-top: 2px;
  }
}