* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul, li, dl, dt, dd {
    list-style: none;
}

a {
    color: #777777;
}

    a:hover {
        color: #0c6ea8;
    }

    a, a:hover {
        text-decoration: none;
    }


html, body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 30px;*/
    font-size: 15px;
    font-family: microsoft yahei;
    line-height: 1.8;
}

p {
    font-size: 15px;
    margin-bottom: 2em;
    text-indent: 2em;
}



.body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.readWrap {
    width: 800px;
    height: 100%;
    position: fixed;
    left: 50%;
    margin-left: -400px;
    top: 0;
    background: #fff;
}

.popbox {
    width: 800px;
    top: 50px;
    bottom: 0;
    position: fixed;
    left: 50%;
    display: none;
    margin-left: -400px;
    background: #FCFBF5;
    z-index: 100;
}


.btn-close {
    display: inline-block;
    padding: 5px;
    float: right;
}

    .btn-close i {
        font-size: 18px;
    }


.popbox-hd {
    padding-top: 40px;
    height: 57px;
    padding-left: 50px;
}

    .popbox-hd .form {
        text-align: center;
    }

    .popbox-hd input {
        background: #fff;
        border: 1px solid #F2F1ED;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
        box-shadow: 0 0 3px rgba(0,0,0,.15);
        padding: 5px 10px;
        width: 220px;
        outline: none;
    }

    .popbox-hd .button {
        background: #0c6ea8;
        color: #fff;
        padding: 5px 20px;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    .popbox-hd span {
        display: inline-block;
        font-size: 18px;
        color: #0c6ea8;
        letter-spacing: 3px;
        border-bottom: 1px solid #0c6ea8;
    }

.popbox-bd {
    position: absolute;
    left: 0;
    top: 97px;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
    padding-left: 50px;
    overflow: auto;
}

    .popbox-bd p {
        text-indent: 2em;
        padding-right: 50px;
        line-height: 32px;
        color: #666666;
    }

    .popbox-bd dt, .popbox-bd dd {
        border-bottom: 1px solid #F6F5EF;
        line-height: 30px;
        font-size: 13px;
    }

    .popbox-bd b {
        color: red;
        font-weight: normal;
    }


    .popbox-bd dt {
        color: #333;
    }

.so-list {
    padding-right: 50px;
}

    .so-list li {
        padding-bottom: 1.2em;
    }




.read-nav {
    position: fixed;
    left: 50%;
    margin-left: -490px;
    top: 34px;
}

    .read-nav a {
        position: relative;
        margin-bottom: 27px;
    }

        .read-nav a span {
            width: 87px;
            height: 58px;
            display: block;
            background: #fff;
            border-left: 3px solid #0c6ea8;
            position: absolute;
            left: 0;
            text-align: center;
            line-height: 58px;
            top: 0;
            color: #333;
            display: none;
        }

        .read-nav a.on span {
            display: block;
            font-size: 18px;
        }

        .read-nav a em {
            display: block;
            text-align: center;
            line-height: 58px;
            font-style: normal;
            font-size: 18px;
            color: #666;
        }

            .read-nav a em:hover {
                background: #0c6ea8;
                color: #fff;
            }

.btn-title {
    display: block;
    background: #FFFFFF;
    width: 58px;
    height: 58px;
    color: #666;
    position: relative;
}

.btn-menu {
    display: block;
    background: #fff;
    width: 58px;
    height: 58px;
    position: relative;
}

.btn-about {
    display: block;
    width: 58px;
    height: 58px;
    background: #fff;
}

.btn-txt {
    display: block;
    width: 58px;
    height: 58px;
    background: #fff;
}

.btn-so {
    display: block;
    width: 58px;
    height: 58px;
    background: url(btn-so.png);
}

.btn-volume {
    display: block;
    width: 58px;
    height: 58px;
    background: #fff;
}

    .btn-volume i {
        font-size: 24px;
    }

    .btn-volume.on .fa:before {
        content: "\f028";
    }

.pageBtns {
    position: fixed;
    left: 50%;
    margin-left: 430px;
    bottom: 114px;
}

    .pageBtns a {
        display: block;
        width: 33px;
        height: 88px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        line-height: 24px;
        font-size: 18px;
        padding-top: 20px;
        background: #fff;
        color: #A5A5A5;
        border: 1px solid #BCC7D5;
    }

        .pageBtns a.swiper-button-disabled, .pageBtns a.swiper-button-disabled:hover {
            background: #999;
            color: #fff;
            border-color: #999;
            cursor: no-drop;
        }

        .pageBtns a:hover {
            background: #0c6ea8;
            color: #fff;
            border-color: #0c6ea8;
        }


.read-head {
    height: 50px;
    position: relative;
    display: table;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #E8E7E7;
}

.col-left, .col-right {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

    .col-left h1 {
        font-size: 21px;
        color: #333;
        font-weight: bold;
        padding: 0 20px;
    }

.read-so {
    width: 250px;
    font-size: 14px;
}

    .read-so a {
        color: #0c6ea8;
    }

.btn-page-to {
    display: inline-block;
    background: #0c6ea8;
    color: #fff !important;
    padding: 2px 5px;
    outline: none;
    font-size: 13px;
    cursor: pointer;
}

.read-so input {
    width: 50px;
    text-align: center;
    border: 0;
    outline: none;
    font-size: 14px;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.read-so span {
    padding: 0 3px;
}

.read-so a i {
    font-size: 18px;
}

.read-so a {
    display: inline-block;
    padding: 0 5px;
}

    .read-so a.swiper-button-disabled i {
        color: #777777 !important;
    }

    .read-so a.swiper-button-disabled {
        cursor: no-drop;
    }

.readWrap.closeTitle .read-head {
    display: none;
}

.readWrap.closeTitle .read-screen {
    top: 5px;
}

.closeTitle ~ .popbox {
    top: 0;
}

.read-screen {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #E8E7E7;
}

.page-total2 {
    position: absolute;
    right: 5px;
    float: right;
    background: #fff;
    padding: 2px 5px;
    bottom: 5px;
    z-index: 100;
}

.read-screen h2 {
    font-size: 16px;
    text-align: center;
    padding: 5px 0 35px;
}

.swiper-pagination {
    display: none;
}