.rate-wrapper .rate-head{
    position: relative;
}
.rate-wrapper .rate-head .button{
    width: 1.36rem;
    height: 0.58rem;
    font-size: 0.28rem;
    line-height: 0.58rem;
    text-align: center;
    border-radius: 5px;
    background-color:#ffcc00 ;
    box-shadow:0px 2px #ed8b00;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.28rem;
    cursor: pointer;
}
.rete-items .imgbox ul{
    padding-top:0.33rem;
    width: 100%;
    height: 1.48rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.rete-items .imgbox ul li{
    display: inline-block;
    height: 100%;
    width: 2rem;
    margin-right: 0.16rem;
}
.rete-items .imgbox ul li img{
    height: 100%;
    width: 2rem;
}
.morebutton{width: 4.3rem;
    height: 0.94rem;
    border: 1px solid #969696;
    color: #969696;
    text-align: center;
    line-height:0.94rem;
    margin: 0.58rem auto;
    margin-bottom: 1.3rem;
    font-size: 14px;
}
.ratelist .rete-items:last-child{
    border:0;
    cursor: pointer;
}
.rate-wrapper .ratelist .rete-items .items-content{
    display: block;
    color: #424141;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: justify;
}
.rate-wrapper .ratelist .rete-items .items-t .name {
    width: 3.3rem;
    height: 17px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 17px;
}
.rate-wrapper .ratelist .rete-items .items-t .headimg{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.listload{
    font-size: 16px;
    background:#f5f5f5;
    color: #424141;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listload img{
    width: 30px;
    height: 30px;
}