
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {

    max-width: 100%;

    height: auto;

}

body {
    background-color: #F3F3F3;
}

.content {
    margin-top: 80px;
    padding: 16px 16px 40px;
    background-color: #F3F3F3;
}

.content .top_1 {
    display: flex;
    align-items: center;
}

.content .top_1 .top_1_l {
    width: 76px;
    height: 76px;
    margin-right: 12px;
}

.content .top_2 {
    margin-top: 24px;


}

.content .top_2 .top_2_top {
    background-color: #E70012;
    border-radius: 8px 8px 0 0;
    line-height: 44px;
    text-align: center;
    color: #fff;
}

.content .top_2 .top_2_content {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: flex;
    padding: 6px 16px;
    justify-content: space-between;
    align-items: center;


}

.content .top_2 .top_2_content .top_2_l {
    padding: 0 20px;
    text-align: center;
}

.content .top_2 .top_2_content .top_2_l .top_2_title {
    font-size: 24px;
}

.content .top_2 .top_2_content .top_2_l .top_2_row {
    margin-top: 12px;
}

.content .top_2 .top_2_content .top_2_r a {
    color: #fff;
}

.content .top_2 .top_2_content .top_2_r div {
    background-color: #E70012;
    color: #fff;
    border-radius: 8px;
    line-height: 32px;
    width: 72px;
    text-align: center;
    margin: 6px 0;
}

.content .top_3_title {
    margin: 20px 0 16px;
}

.content .top_3 {
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
    text-align: center;
}

.content .top_3 img {
    width: 44px;
    height: 44px;
}

.content .top_4 {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.content .top_4 .top_4_item {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 18px 0;
    width: calc((100% - 13px) / 2);
    text-align: center;
}

.content .top_5 {
    margin-top: 16px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 54px;
    padding: 0 16px;
}

.content .top_5 .top_5_bj {
    position: absolute;
    right: 12px;
}

.content .top_5 img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}