.top_prefab_wrap{
  width: 100%;
  height: 60rem;
  box-shadow: 0rem 2rem 3rem rgba(0, 0, 0, 0.05);
}
.top_prefab{
  height:100%;
  width: 1440rem;
  margin: 0 auto;
  font-size: 14rem;
  color: #333;
  padding-left: 118rem;
  display: flex;
  align-items: center;
}
.top_prefab img{
  width: 16rem;
  height: 16rem;
  margin-right: 5rem;
}
.pre_line{
  width: 1rem;
  height: 13rem;
  background-color: #333;
  display: inline-block;
  transform: rotate(20deg);
  margin: 0 7rem;
}
.us-tea{
  width: 100%;
  padding-bottom: 80rem;
}
.tea-auto{
  width: 1200rem;
  margin: auto;
  display: flex;
}
.tea-auto-left{
  width: 600rem;
  height: 360rem;
  flex-shrink: 0;
}
.tea-auto-left img{
  width: 100%;
  height: 100%;
}
/* .tea-auto-left{} */
.tea-auto-right{
  flex-shrink: 0;
  padding: 39rem 52rem;
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 8rem rgba(51, 51, 51, 0.06);
}
.tea-null{
  width: 48rem;
  height: 3rem;
  margin-bottom: 10rem;
  background-color: #D9D9D9;
}
.tea-h2{
  font-weight: 600;
  font-size: 24rem;
  color: #EA4049;
}

.tea-ex-title{
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #999999;
  line-height: 30rem;
}
.tea-content{
  margin-top: 32rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #333333;
}
.spec-ex-tit{
  margin-top: 75rem;
}
.tea-list{
  display: flex;
  flex-wrap: wrap;
  width: 1200rem;
  margin: auto;
}

.tea-item{
  width: 590rem;
  margin-right: 18rem;
  height: 290rem;
  background: #FFFFFF;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
border-radius: 10px;
cursor: pointer;
display: flex;
margin-bottom: 12rem;
}

.tea-item:nth-child(2n){
  margin-right: 0;
  
}
.item-left{
  width: 288rem;
  height: 290rem;
}
.item-right{
  padding: 13rem 18rem;
  font-weight: 400;
font-size: 12px;
line-height: 17px;
color: #999999;
}
.tea-item:hover .item-right span{
  color: #EA4049;
}
.item-right span{
  font-weight: 600;
font-size: 18px;
line-height: 25px;

color: #000000;
}
.item-right p{
  margin-top: 12rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  
  color: #999;
  
}
.tea-item:hover .item-right p{
  color: #666;
}
.tea-item img{
  width: 288rem;
  height: 290rem;
  border-radius: 10px 0 0 10px;
}
