.wraper{
    background: #FFD737;
}
.wapermain{
      width: 100%;
      min-height: 100vh;
    
}
.header{
      height: 11.30rem;
      width: 7.5rem;
      z-index: 1;
      position: relative;
} 

 .header img{
 
      width: 7.5rem;
      height: 11.30rem;
}
.tabimg{
    width: 5.29rem;
    height: 0.66rem;
}
.tabimg2{
    width: 4.32rem;
    height: 0.72rem;
}
.content{
      z-index: 2;
      position: relative;
}


.panel-box {
      border-radius: .08rem;
      background: #fff;
      height: 2.69rem;
      display: flex;
      flex-direction: row;
      margin: 0.2rem 0.3rem;
      box-shadow: 0 0.02rem 0.12rem 0.04rem rgba(178,178,178,0.17);
      position: relative;

  }
  .panel-box-left{
      padding: .3rem 0.2rem 0.35rem 0.3rem;
      display: flex;
      flex-direction: column;
      border-right:0.01rem solid #f0f0f0;
  }
  .panel-box-left img
  {
      width:1.6rem;
      height: 1.6rem;
      border-radius: .04rem;
  }
  .yxtj{
      width: 1.6rem;
      display: inline-flex;
      margin-top: .16rem;
  }
  .panel-box-left span{
      font-size: 0.20rem;
      color: #B2B2B2;
      letter-spacing: 0;
      margin-top: 0.16rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      /* width: 1.36rem; */
  
  }
  .yxtj span:first-of-type{
      width: 1.2rem;
      height: .33rem;
      color:#fff;
      background: #ffacac;
      font-size: .18rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-top-left-radius: .04rem;
      border-bottom-left-radius: .04rem;
  }
  .yxtj span:last-of-type{
      width: .4rem;
      height: .33rem;
      color:#fff;
      background: #ff6666;
      font-size: .18rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-top-right-radius: .04rem;
      border-bottom-right-radius: .04rem;
  }
  
  
  .panel-box-right{
      padding: .3rem 0.3rem 0.3rem 0.2rem;
      display: flex;
      flex-direction: column;
      position: relative;
  }
  .panel-box-right-pro-name{
      color:#000;
      font-size: .32rem;
      overflow:hidden; 
      text-overflow:ellipsis;
      display:-webkit-box; 
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2; 
      /* height: .9rem; */
      font-weight: 700;
  }
  .panel-box-right-pro-name span{
      background: #F92BFF;
      color: #FFFFFF;
      height: .34rem;
      font-size: .24rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: .04rem;
      margin-right: .1rem;
      padding: 0 0.1rem;
  }
  .panel-box-right-hos-name{
      color: #B2B2B2;
      font-size: .2rem;
      margin-top: .1rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 4.4rem;
  }
  .panel-box-right-price-name{
    font-size: 0.4rem;
    color: #FF2B2B; 
    margin-top: .3rem; 
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: absolute;
    bottom: 0.29rem;
}

.panel-box-right-price-name div:nth-child(1) {
      font-size: .26rem;
      line-height: .5rem;
      font-family: "Akrobat-ExtraBold";
  }
  .panel-box-right-price-name div:nth-child(2) {
      font-size: .4rem;
      font-family: "Akrobat-ExtraBold";
  }
  .panel-box-right-yynumber{
      color:#b2b2b2;
      font-size: .2rem;
      margin-top: .05rem; 
  }

.topnum {
      position: absolute;
      bottom: 0;
      right: 0;
}
.topnum img{
      width: 0.83rem;
      margin-right: -.01rem;
      margin-bottom: -.02rem;
      border-radius: 0 0 0.08rem 0;
}

.top-line{
      margin-top: 0.5rem;
}

.top-line-30{
      margin-top: 0.3rem;
}
.bottom-50{
      margin-bottom: 0.5rem;
}
.bottom-30{
    margin-bottom: 0.3rem !important;
}



.bigimg{
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 0.16rem;
}
.bigimg img{
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 0.10rem;
}
.panl-waper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}


.panl-waper .panel-box-right-hos-name{
    margin-top: 0;
}
.panl-waper .intion{
    margin-top: 0;
}
.panel-box-big{
    border-radius: .08rem;
    background: #fff;
    height: 9.07rem;
    display: flex;
    flex-direction: column;
    margin: 0.2rem 0.3rem;
    box-shadow: 0 0.02rem 0.12rem 0.04rem rgba(178,178,178,0.17);
    position: relative;   
    padding: 0.3rem;
}
.intion{
    font-size: 0.20rem;
    color: #B2B2B2;
    letter-spacing: 0;
    margin-top: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.big-top{
    margin-top: 0.2rem;
}

.nodata{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
    flex-direction: column;
}

.nodata img{
    width: 3rem;
}
.nodata-title{
    color: #fff;
    margin-top: 0.3rem;
}