#section .box .box-nav {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    background: #F7F7F7;
}

#section {
    background-color: #ECECEC;
}

#section .bao {
    width: 1200px;
    margin: 30px auto;
    padding: 30px;
    background: #fff;
}

#section .box .box-nav span {
    width: 25%;
    line-height: 54px;
    font-size: 18px;
    color: #333;
}

#section .box .box-content {
    width: 100%;
    padding-bottom: 50px;
}

#section .box .box-content .box-toggle {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#section .box .box-content .box-toggle .toggle-title {
    width: 100%;
    line-height: 54px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    background-color: #FFFFFF;
}

#section .box .box-content .box-toggle .toggle-title span {
    width: 25%;
}

#section .box .box-content .box-toggle .toggle-title span img {
    width: 23px;
    margin: 10px;
    float: right;
}

#section .box .box-content .box-toggle .toggles {
    display: none;
    background: #F7F7F7;
    padding: 20px;
}

#section .box .box-content .box-toggle .toggles h4 {
    font-size: 18px;
    color: #333;
    line-height: 50px;
}

#section .box .box-content .box-toggle .toggles p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#section .box .box-content .box-toggle .toggles .apply {
    display: block;
    width: 154px;
    text-align: center;
    line-height: 44px;
    border-radius: 10px;
    background: #e60012;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

#section .box .box-content .box-toggle .toggles p i {
    font-size: 15px;
    color: #666;
    line-height: 44px;
    font-style: normal;
}

#section .box .box-content .box-toggle .toggles hr {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    border: none;
    margin: 30px auto;
}

@media(max-width:1200px) {
    #section .bao {
        width: 100%;
        padding: 0;
    }
    #section .box {
        width: 95%;
        margin: 0 auto;
    }
}