/*协议弹窗START*/
.agreement .modal-header i{
    float: right;
    line-height: 28px;
}
.agreement .modal-header .modal-title{
    text-align: center;
    font-size: 20px;
    color: #333;
}
.agreement .modal-body{
    padding: 30px;
    height: 450px;
    overflow-y: scroll;
}
.agreement .modal-body div{
    margin-bottom: 15px;
    font-size: 12px;
}
.agreement .modal-body p{
    display: inline-block;
    width: 95%;
    font-family:Microsoft YaHei;
    font-size: 12px;
    color: #333;
    line-height: 22px;
}
.agreement .modal-body p.list_order{
    width: 5%;
    font-weight: bold;
    float: left;
}
.agreement .modal-body p.agreement_title{
    width: 100%;
    font-weight: bold;
}
/*协议弹窗END*/