body {
    background: rgba(240, 245, 250, 1);
}
#listSection1 {
    height: 7.8125rem;
    background-image: url("https://cdn2.picooc.com/web/res/www/abroad/bloods/list-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: -6.25rem;
    padding-left: 1.25rem;
}
#listSection1 .title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
#listSection1 .desc {
    margin-top: .25rem;
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.list-section {
    margin-top: .625rem;
    padding: 1.5625rem 1.25rem;
    background-color: #fff;
}
#listSection2 {
    margin-top: 0;
}
.list-section .title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
.list-section .desc {
    margin-bottom: .625rem;
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.list-section .features {
    margin-bottom: 1.5625rem;
}
.list-section .feature {
    margin-bottom: .625rem;
}
.list-section .feature:last-child {
    margin-bottom: 0;
}
.list-section .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .625rem;
}
.list-section .text {
    font-size: .875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    vertical-align: middle;
}
.list-section .more {
    margin-bottom: 1.5625rem;
    font-size: .875rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(0, 175, 240, 1);
}
.list-section .img-box {
    text-align: center;
}
.list-section .blood-img {
    width: 12.5rem;
    vertical-align: middle;
}
.list-section .blood-name {
    margin-bottom: 1.5625rem;
    font-size: 1.875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
#listSection3 .tag {
    width: 5.375rem;
    margin-bottom: .625rem;
    padding: 0.125rem 0;
    font-size: .625rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    border-radius: .25rem;
    background:rgba(228,199,89,1);
    text-align: center;
}
#entry {
    margin-top: 0;
    padding-bottom: 50px;
    background-color: #fff;
}
#footer {
    margin-top: 0;
}
