#letter img {
    width: 0.14rem;
    height: 0.16rem;
    display: block;
    margin-left: 0.15rem;
}

.search-input {
    margin: 0 .1rem;
    border: .01rem solid #aaa;
    height: .46rem;
    border-radius: .04rem;
    width: 3.48rem;
    overflow: hidden;
}

.search-input input {
    border: none;
    height: .44rem;
    width: 3.46rem;
    border-radius: .04rem;
    text-align: center;
    outline: none;
    font-size: .22rem;
}

#submit {
    width: .85rem;
    height: .44rem;
    background: linear-gradient(0deg, rgba(242, 206, 149, 1) 0%, rgba(199, 157, 101, 1) 100%);
    box-shadow: .01rem .02rem .04rem 0px rgba(162, 146, 133, 0.54);
    border-radius: .04rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .22rem;
}



/* 回收案例 */
section.ratings {
    background: #f3f3f3;
}

/* 会麦优势 */
section.advantage {
    background: #fff;
}

/* 鉴定评估 */

/* 鉴定评估 */
section.appraisal {
    padding-top: .4rem;
    padding-bottom: .4rem;
}
section.appraisal .appraisal-container {
    /* margin-top: .35rem; */
    
    margin: .35rem .6rem .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.appraisal-container .appraisal-item {
    width: 2.9rem;
    height: 3.6rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-bottom: 0.3rem;
    background: url(https://qiniu.huimaihuishou.com/sem/m/recycle%20enter%2001@2x.png) no-repeat center;
    background-size: cover;
    border-radius: .14rem;
    overflow: hidden;
    box-shadow: 0px 0px 0.06rem 0px rgba(99, 98, 100, 0.36);
}
.appraisal-container .appraisal-item:nth-of-type(2) {
    background: url(https://qiniu.huimaihuishou.com/sem/m/recycle%20enter%2002@2x.png) no-repeat center;
    background-size: cover;
}
.appraisal-container .appraisal-item:nth-of-type(3) {
    background: url(https://qiniu.huimaihuishou.com/sem/m/recycle%20enter%2003@2x.png) no-repeat center;
    background-size: cover;
}
.appraisal-container .appraisal-item:nth-of-type(4) {
    background: url(https://qiniu.huimaihuishou.com/sem/m/recycle%20enter%2004@2x.png) no-repeat center;
    background-size: cover;
}
.appraisal-container .appraisal-item .appraisal-item-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .6rem;
    opacity: 0.42;
    background: #000;
    border-radius: 0 0 .05rem .05rem;
    z-index: 2;
}
.appraisal-container .appraisal-item .appraisal-item-name {
    font-size: .3rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 估价方式 */
section.method {
    background: #f3f3f3;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
section.method .method-container {
    display: flex;
    padding: 0 .35rem;
    justify-content: space-between;
}
.method-container .method-item {
    width: 1.57rem;
    height: auto;
    margin-top: .25rem;
}
.method-item .method-item-name {
    font-size: .22rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: .1rem;
}
.method-container .method-item img {
    width: 1.57rem;
    display: block;
}