body {
    background-repeat: no-repeat;
}

.header-info {
    margin-top: 24px;
}

.header-info .header-info-btn div a {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #B80006;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 16px;
    float: right;
}

.banner {
    margin-top: 85px;
    margin-bottom: 70px;
}

.banner img {
    width: 100%;
}

.content {
    padding: 70px 35px 43px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content li a {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    color: #B71616;
    font-weight: 700;
    font-size: 18px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 992px) {
    .banner {
        margin-top: 56px;
        margin-bottom: 30px;
    }
}

@media (max-width: 770px) {
    .header-info .header-info-btn div {
        float: none;
    }

    .header-info .header-info-btn {
        text-align: center;
    }

    .header-info .header-info-btn div {
        margin-bottom: 10px;
    }

    .header-info .header-info-btn div a {
        width: 150px;
        height: 35px;
        line-height: 35px;
        float: none;
    }
}