@charset "utf-8";
/*壹会网协议页面样式--wukai-2017-7-24*/
.agreement__container {
    width: 1260px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 90px;
}
.agreement__container P {
    text-indent: 28px;
    line-height: 22px;
}
.agreement--subtitle {
    font-weight: bold;
}
.agreement--title {
    text-align: center;
    margin-bottom: 30px;
}

.agreement__bg {
    background-color: #e6e7e7;
}

.agreement--emphasize {
    color: red;
}