.agreement-main {
    width: 100%;
    margin-bottom: 30px;
}

.title {
    height: 96px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    width: 95%;
    margin: 0 auto;
}

.title h2 {
    line-height: 96px;
    text-indent: 25px;
    font-size: 30px;
    color: #00AADA;
    font-weight: inherit;
    display: inline-block;
}

.agreement-content {
    padding: 0 20px;
}

.agreement-content h2 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.agreement-content strong,
.agreement-content p {
    margin: 14px auto;
    word-break: break-all;
    word-wrap: break-word;
    color: rgb(50, 50, 50);
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.agreement-content strong {
    font-size: 16px;
}

.agreement-content p {
    padding-left: 2em;
    text-indent: 0;
}

.agreement-content > p > strong {
    font-weight: bold;
    font-size: 14px;
}

/* 服务协议 */
.protocol-content {
    padding: 30px 50px;
}

.protocol-content p {
    text-indent: 0;
}

.second-party-name {
    margin-left: 40%;
}

p.indent-spacing {
    text-indent: 2em;
}

.text-emphasis {
    color: red;
}

.protocol-table {
    margin-top: 40px;
}

.print-btn {
    display: inline-block;
    color: #fff;
    background-color: #ff8a00;
    text-decoration: none;
    line-height: 36px;
    padding: 0 20px;
    margin-left: 30px;
}

.agreement-banner {
    height: 370px;
    background-color: #0071b8;
}

.agreement-banner-main {
    margin: 0 auto;
    width: 1200px;
    height: 370px;
    background: url(img/agr_banner.jpg) no-repeat 0 0;
}

.agreement-container {
    padding-top: 58px;
    overflow: auto;
}

.agreement-content p.spec {
    margin: 30px 0 45px 0;
    text-indent: 0;
    padding: 0;
}

.agreement-content p.pad-l-2em {
    padding-left: 4em;
}

.agreement-content p.pad-l-4em {
    padding-left: 6em;
}

.agreement-content p.indent-2em {
    text-indent: 2em;
}

.side-anchor {
    position: absolute;
    left: 50%;
    margin-left: 360px;
    *margin-left: 365px;
    padding: 10px 0;
    width: 244px;
    *width: 242px;
    float: left;
    z-index: 999;
    background: #fff;
}

.side-anchor-box {
    padding: 5px 0 0 10px;
}

.anchor-menu ul li {
    padding-left: 30px;
    height: 50px;
    background: url(img/v_line.gif) repeat-y 10px 5px;
    display: block;
    position: relative;
}

.anchor-menu ul li a {
    color: #0071b8;
    font-size: 14px;
}

i.dot {
    padding: 5px;
    *padding: 0;
    border: #fff solid 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #009fd9;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50%;
}

.anchor-menu ul li.cur a {
    font-weight: bold;
}

.anchor-menu ul li.cur .dot {
    border: #cce0f1 solid 5px
}

.anchor-menu ul li.end {
    background-image: none;
}

.nav {
    background: #fff;
}

.font-strong-underline {
    font-weight: bold;
    text-decoration: underline;
}

.font-strong {
    font-weight: bold;
}

.font-underline {
    text-decoration: underline;
}

.top-spec {
    margin: 30px 0 0 0;
    text-indent: 0;
    padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.agreement-content p {
		padding-left: 0;
	}
	.agreement-content p.pad-l-2em{
		padding-left: 0;
	}
	.agreement-container {
		padding: 20px 0;
	}
	.agreement-main {
		margin-bottom: 0;
	}
}

