.markdown-section h1 {
    font-size: 1.5em !important;
}
.markdown-section h2 {
    font-size: 1.25em !important;
}
.markdown-section h3 {
    font-size: 1.0em !important;
}
.footer-modification{
    display: none !important;
}
ul.summary>li:nth-child(3){
    display: none !important;
}
ul.summary .gitbook-link{
    display: none !important;
}
.book-header > h1{
    display: none !important;
}
a, div{
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.book-summary img.icoImg{
    margin-bottom: -10px;
    padding-right: 10px;
}
.navigation.navigation-prev {
    display: none;
}
.navigation.navigation-next {
    display: none;
}
.contractDiv{
    font-size: 16px;
}
.contractIco{
    height: 50px;
    margin-bottom: -15px;
    padding-right: 15px;
    padding-top: 10px;
}
.contractDetail{
    font-size: 1.25em;
}
.contractTitle{
    font-size: 1.25em;
    color: rgb(64, 136, 194);
}
.contractContent{

}
.mainHead {
    height: 50px;
    background-color: #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.07);
}

.mainHead img {
    height: 50px;
    margin-top: 0;
}

.headRight {
    margin-top: 10px;
    float: right;
}

.headRight a {
    display: inline-block;
    width: 68px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #3372fd;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px;
    text-align: center;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.headRight a:hover {
    background-color: #3372fd;
    opacity: .9;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.headRight a:active {
    background-color: #3372fd;
    opacity: .75;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    border-radius: 3px;
}

.headRight a.registerBtn {
    background-color: #3372fd;
    color: #fff;
}
.headRight a.registerBtn:hover{
    opacity: .9;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.headRight a.registerBtn:active{
    opacity: .75;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    border-radius: 3px;
}

.modulFooter {
    height: auto;
    background-color: #f7f7f7;
    text-align: center;
}

.modulFooter .Copyright {
    color: #a8a8a8;
    margin: 0px;
    padding: 10px;
}
