body {
    background: rgba(240, 245, 250, 1);
}
#listSection1 {
    height: 320px;
    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;
    padding-left: 70px;
}
#listSection1 .title {
    height: 61px;
    margin-top: 111px;
    font-size: 45px;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 61px;
}
#listSection1 .desc {
    height: 27px;
    margin-top: 10px;
    font-size: 20px;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    line-height: 27px;
}
.list-section {
    margin-top: 20px;
    padding: 40px 50px;
    background-color: #fff;
}
#listSection2 {
    margin-top: 0;
}
.list-section .title {
    margin-bottom: 10px;
    font-size: 45px;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 1.4;
}
.list-section .desc {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    line-height: 1.5;
}
.list-section .features {
    margin-bottom: 50px;
}
.list-section .feature {
    float: left;
    margin-right: 40px;
}
.list-section .feature:last-child {
    margin-right: 0;
}
.list-section .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.list-section .text {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    vertical-align: middle;
}
.list-section .more {
    height: 27px;
    font-size: 20px;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(0, 175, 240, 1);
    line-height: 27px;
}
.list-section .right {
    text-align: center;
}
.list-section .blood-img {
    max-width: 350px;
    vertical-align: middle;
}
.list-section .blood-name {
    height: 61px;
    font-size: 45px;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 61px;
}
#listSection3 .tag {
    width: 120px;
    height: 30px;
    margin-bottom: 16px;
    font-size: 15px;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    border-radius: 8px;
    background:rgba(228,199,89,1);
    text-align: center;
}
#entry {
    margin-top: 0;
    padding-bottom: 50px;
    background-color: #fff;
}
#footer {
    margin-top: 0;
}
