body{
    background: #f2f2f2;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
    margin-bottom: 0;
}
.agreement{
    width: 1200px;
}
.agreement_nav{
    padding-right: 30px;
}
.agreement_nav ul{
    background: #fff;
}
.agreement_nav ul li{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #ccc;
    border-left: 4px solid #ccc;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
.agreement_nav ul li.active{
    background: #f95454;
    border: 1px solid #cf1132;
    border-left: 4px solid #cf1132;
    color: #fff;
}
.agreement_con{
    background: #fff;
}
.agreement_con h1{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
}
.agreement_item{
    padding: 20px 30px;
}
.agreement_con h2{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    border-top: 1px solid #f2f2f2;
    line-height: 40px;
    padding-top: 10px;
    margin-top: 10px;
}
.agreement_con p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.agreement_con p a{
    color: #337ab7;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .agreement{
        width: 100%;
        padding: 0 15px;
    }
    .agreement_nav{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .agreement_con h1{
        height: 55px;
        line-height: 55px;
        padding-left: 15px;
    }
    .agreement_item{
        padding: 10px 15px;
    }
    .agreement_con p{
        line-height: 28px;
    }
}
