.total-main {
    padding: 20px 0 0;
}

.part5-title {
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}

.part5-title span {
    display: block;
    padding: 0 0 0 30px;
    font-size: 24px;
    line-height: 36px;
    color: #c80708;
    background: url(../images/total_icon1.png) no-repeat 0 center;
}

.part5-kind {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    background: url(../images/part5_line.png) no-repeat center center/cover;
}

.part5-kind-li {
    display: flex;
    width: 33.3%;
    padding: 0 20px;
}

.part5-kind-li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 18px;
    color: #b31617;
    background: #fff;
    border-radius: 50%;
}

.part5-box {
    display: flex;
    justify-content: space-between;
}

.part5-month {
    width: 295px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-year {
    width: 295px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-total {
    width: 295px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-essay-tab {
    display: flex;
    margin: 0 0 10px;
}

.part5-essay-li {
    position: relative;
    width: 50%;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    text-align: center;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.part5-essay-li.active {
    background: #ebebeb;
}

.part5-essay-li.active::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background: url(../images/three2.png) no-repeat center 0;
}

.part5-essay-con {
    display: block;
}

.part5-ul {
    display: none;
}

.part5-ul:nth-child(1) {
    display: block;
}

.part5-li {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
}

.part5-li:nth-child(1) {
    padding-left: 5px;
}

.part5-li:nth-child(2n) {
    background: #ebebeb;
}

.part5-li-right {
    text-align: center;
}