﻿.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-box {
    border: 1px solid #e5e5e5;
    /* margin-top: 10px;*/
    max-width:956px;
    float:left;
}
.agreement-content {
    padding: 20px 30px;
}
.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;
    font-size: 14px;
}
.agreement-content strong {
    font-size: 16px;
}
.agreement-content p {
    padding-left:2em;
    text-indent: 0;
}
/* 服务协议 */
 .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(../images/agr_banner.jpg) no-repeat 0 0;
}
.agreement-container {
    padding-top:10px;
    overflow: auto;
}
.agreement-content p.spec {
    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(../images/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;
}
/* 服务协议 end*/