.root {
    padding-bottom: 13.83rem;
    background: #f6f6f6;
    min-height: calc(100vh - 13.83rem);

}

.header {
    padding: 2.67rem 2.67rem 1.67rem;
    background-color: #fff;
}

.banner {
    width: 100%;
    margin: 1.67rem 0 0;
}

.banner img {
    width: 100%;
    height: 20rem;
}

section {
    padding: 0 2.67rem;
}

.notice {
    background-color: #fff;
    border-radius: 1.33rem;
    padding: 2.67rem 2.67rem;
    margin-top: 1.67rem;
}

.search {
    width: 51.83rem;
    height: 5.67rem;
    background: #f8f8f8;
    border-radius: 1.33rem;
    padding: 0 0 0 2.33rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.search input {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #bbb;
    font-size: 2.17rem;
    border: 0;
    background-color: #f8f8f8;
}
.btn {
    width: 14rem;
    height: 5.67rem;
    line-height: 5.67rem;
    text-align: center;
    background: #fd4c5c;
    border-radius: 1.33rem;
    font-size: 2.17rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
}
.score-main {
    margin-top: 2.67rem;
    border-top: 0.17rem solid #eeeeee;
    padding: 2.67rem 0 0;
}
.score-main .item {
    display: flex;
    font-size: 2.17rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight:bold;
    color: #333333;
    line-height: 3rem;
    margin-bottom: 2.67rem;
}
.score-main .item:last-of-type {
    margin-bottom: 0;
}
.score-main .item .title {
    min-width: 13rem;
}
.score-main .item .desc {
    color: #999999;
    font-weight: 400;
    flex: 1;
}
