.product-container {
  padding-bottom: 4rem /* 40/16 */;
  width: 100%;
  background-color: #F5F5F5;

}
.device-class{
  width: calc(100% - 8.854167vw);
  height: 3.541667vw;
  padding-left: 8.854167vw;
  overflow-y: auto;
  width: 100%;
  overflow-y: auto;
  display: flex;
}
.device-class .class-name{
width: 12.083333vw;
    height: 3.541667vw;
    font-size: 1.041667vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-class .active{
  border-top: 0.208333vw solid #33cf73;
  font-weight: bold;
  color: #33cf73;
  background: linear-gradient(180deg, rgba(30, 238, 30, 0.4) 0%, rgba(238, 139, 30, 0) 100%);
  
}
.device-class .DC-class{}
.device-class .DC-class{}


.product-container .title {
  height: 4rem;
}
.product-container .content-box {
  max-width: 1440px; /* 1200/16 */;
  margin: 0 auto;
  padding: 0 2rem /* 20/16 */;
}
.product-container .content-box .item {
  width: 80.729167vw;
  height: 40rem;
  background: #FFFFFF;
  box-shadow: 0px 0.364583vw 2.083333vw 0px rgba(0, 0, 0, 0.08);
  /* padding-top: 4.166667vw; */
  padding-left: 7.8125vw;
  margin-bottom: 4rem;
  position: relative;
}
.product-container .content-box .device-title{
  width: 45.208333vw;
  height: 2.1875vw;
  font-size: 1.5625vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 2.1875vw;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
.product-container .content-box .line{
  width: 27.34375vw;
    height: 0.208333vw;
    background: #F5F5F5;
    margin-top: 0.625vw;
    margin-bottom: 1.041667vw;
}
.product-container .content-box .prosess{
  width: 3.125vw;
  height: 0.208333vw;
  background: #33cf73;
  transition: all 0.5s;
}
.product-container .content-box .labels{
  width: 45.208333vw;
  height: 1.302083vw;
  cursor: pointer;
}
.product-container .content-box .label{
  height: 1.5625vw;
  background: #F5F5F5;
  border-radius: 0.208333vw;
  font-size: 0.78125vw;
  padding: 0.104167vw 0.520833vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.5625vw;
  margin-right: 0.729167vw;
  float: left;
  text-align: center;
  cursor: pointer;
}
.product-container .content-box .desc{
  width: 45.208333vw;
  font-size: 0.729167vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 1.041667vw;
  margin-top: 1.614583vw;
  margin-bottom: 2.083333vw;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  cursor: pointer !important;
}

.product-container .content-box .btn-1{
  width: 6.875vw;
  height: 2.1875vw;
  background: #33cf73;
  border-radius: 0.208333vw;
  float: left;
  font-size: 0.9375vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.1875vw;
  margin-right: 1.25vw;
  text-align: center;
  cursor: pointer;
}
.product-container .content-box .btn-2{
  width: 6.875vw;
  height: 2.1875vw;
    border-radius: 0.208333vw;
    border: 0.104167vw solid #33cf73;
    font-size: 0.9375vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #33cf73;
    line-height: 2.083333vw;
    text-align: center;
    float: left;
    cursor: pointer;
}

.product-container .content-box .item .product {
  border-radius: 0.4rem /* 4/16 */;
  display: block;
  box-shadow: 0.4rem /* 4/16 */ 0.4rem /* 4/16 */ 1.1rem /* 11/16 */ 0rem /* 0/16 */ rgba(143, 143, 143, 0.24);
  border: solid 0.1rem /* 1/16 */ #e3e3e3;
  overflow: hidden;
  cursor: pointer;
}
.product-container .content-box .item .img {
  width: 24rem;
  height: 32rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  right: 10.46875vw;
  top: 1.614583vw;
  cursor: pointer;
  transition: all 0.5s;
}
.product-container .content-box .item .img:hover {
  width: 26.4rem;
  height: 35.2rem;
  /* transform: translate(-50%, -50%); */
}
.product-container .content-box .item .product .name {
  background-color: #e3e3e3;
  font-size: 1.4rem /* 14/16 */;
  text-align: center;
  line-height: 4rem /* 40/16 */;
  color: #505050;
}
