﻿@charset "UTF-8";
/* CSS Document */
body, div, address, blockquote, iframe, em, i, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    font-size: 100%;
    color: #222;
    background: #fff;
    font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
}

html {
    _background: url(about:black) no-repeat fixed;
}

body, html {
    height: 100%;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #BA2636;
        text-decoration: none;
    }

* {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    overflow: hidden;
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
    zoom: 1;
}

* + html .clearfix {
    min-height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* html5兼容IE浏览器 */
header, section, footer, aside, nav, main, article, figure {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.none {
    display: none;
}

.col1 {
    color: #844d20;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
}

.bodybg, .header .searchbox input, .header .searchbox .searchbtn {
    background-position: center;
    background-size: 100% 100%;
}

.Mainbox {
    position: relative;
    min-height: 100%;
}

.bodybg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/bookshelf/bg1.png);
    background-repeat: repeat-y;
    z-index: -1;
}

/*头部*/
.header {
    position: relative;
    padding: 8px 26px 0;
    margin-bottom: 10px;
}

    .header .searchbox {
        width: 100%;
        position: relative;
    }

        .header .searchbox input {
            border: none;
            outline: none;
            width: 100%;
            height: 43px;
            outline: none;
            background-color: transparent;
            background-image: url(/images/bookshelf/searchbg.png);
            background-repeat: no-repeat;
            padding-left: 17px;
            font-size: 20px;
        }

        .header .searchbox .searchbtn {
            position: absolute;
            right: 3px;
            top: 2px;
            width: 46px;
            height: 37px;
            background-image: url(/images/bookshelf/a1.png);
            background-repeat: no-repeat;
        }

/*主要内容*/
.list-item {
    position: relative;
    margin: 0 20px;
    padding: 0 20px;
    background-image: url(/images/bookshelf/mubanbg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 280px;
}

    .list-item .list-name {
        position: absolute;
        left: 5px;
        top: 20px;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr;
        font-size: 17px;
    }

    .list-item .swiper-container {
        padding-top: 30px;
        width: 100%;
        height: 280px;
        margin: 0 auto;
    }

    .list-item .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .list-item .swiper-slide a {
            width: 100%;
            height: 100%;
            position: relative;
        }

            .list-item .swiper-slide a .imgbox {
                background-image: url(/images/bookshelf/yinyingbg.png);
                background-repeat: no-repeat;
                background-position: center bottom;
                background-size: 100% 206px;
                height: 206px;
            }

                .list-item .swiper-slide a .imgbox img {
                    width: 130px;
                    height: 192px;
                }

            .list-item .swiper-slide a p {
                font-size: 20px;
                color: #fff;
                line-height: 1.1;
            }

.swiper-button-prev, .swiper-button-next {
    top: 50%;
    width: 33px;
    height: 32px;
    background-size: 100% 100%;
}

.swiper-button-prev {
    background-image: url(/images/bookshelf/lastbtn.png);
    left: 5px;
}

.swiper-button-next {
    background-image: url(/images/bookshelf/nextbtn.png);
    right: 5px;
}

/*详细页面*/
.img-show-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .img-show-page .swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .img-show-page .swiper-container .swiper-slide {
            position: relative;
            text-align: center;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .img-show-page .swiper-container .swiper-slide img {
                width: 100%;
            }

        .img-show-page .swiper-container a {
            position: absolute;
            padding: 5px 12px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            right: 10px;
            font-size: 14px;
        }

            .img-show-page .swiper-container a.back {
                z-index: 100;
                top: 50px;
            }

            .img-show-page .swiper-container a.yuantu {
                bottom: 90px;
            }

    .img-show-page .swiper-button-prev {
        left: 20px;
    }

    .img-show-page .swiper-button-next {
        right: 20px;
    }

    .img-show-page .footer-txt, .img-show-page .Home-Share {
        position: fixed;
        font-size: 20px;
        color: #fff;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .img-show-page .footer-txt {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .img-show-page .footer-txt {
        padding-left: 30px;
        bottom: 0;
        height: 80px;
        line-height: 80px;
    }

        .img-show-page .footer-txt > span {
            display: inline-block;
            padding-right: 10px;
        }

    .img-show-page .Home-Share {
        height: 44px;
        line-height: 44px;
    }

        .img-show-page .Home-Share span {
            font-size: 17px;
            padding-top: 2px;
        }

        .img-show-page .Home-Share .fr {
            font-size: 0;
            line-height: 0;
        }

.allicon {
    background-image: url(/images/bookshelf/galleyicon.png);
    background-repeat: no-repeat;
    background-size: 320px 320px;
}

    .allicon.homebtn, .allicon.sharebtn, .allicon.phonebtn, .allicon.weibobtn {
        display: inline-block;
        width: 45px;
        height: 44px;
    }

    .allicon.homebtn {
        background-position: 0 -50px;
    }

    .allicon.sharebtn {
        background-position: -50px -50px;
    }

    .allicon.phonebtn {
        background-position: -100px -50px;
    }

    .allicon.weibobtn {
        background-position: 0 -100px;
    }

@media (max-width: 599px) {
    /*头部*/
    .header {
        padding: 5px 16.25px 0;
        margin-bottom: 6.25px;
    }

        .header .searchbox input {
            height: 26.875px;
            padding-left: 10.625px;
            font-size: 12.5px;
        }

        .header .searchbox .searchbtn {
            right: 1.875px;
            top: 1.25px;
            width: 28.75px;
            height: 23.125px;
        }

    /*主要内容*/
    .list-item {
        margin: 0 12.5px;
        padding: 0 12.5px;
        background-size: 100% 175px;
    }

        .list-item .list-name {
            top: 12.5px;
            left: 3.125px;
            font-size: 10.625px;
        }

        .list-item .swiper-container {
            padding-top: 18.75px;
            height: 175px;
        }

        .list-item .swiper-slide a .imgbox {
            background-size: 100% 128.75px;
            height: 128.75px;
        }

            .list-item .swiper-slide a .imgbox img {
                width: 81.25px;
                height: 120px;
            }

        .list-item .swiper-slide a p {
            font-size: 12.5px;
        }

    .swiper-button-prev, .swiper-button-next {
        width: 20.625px;
        height: 20px;
    }

    .swiper-button-prev {
        left: 3.125px;
    }

    .swiper-button-next {
        right: 3.125px;
    }

    .img-show-page .swiper-container .swiper-slide {
        font-size: 11.25px;
    }

    .img-show-page .swiper-container a {
        position: absolute;
        padding: 3.125px 7.5px;
        right: 6.25px;
    }

        .img-show-page .swiper-container a.yuantu {
            bottom: 56.25px;
        }

    .img-show-page .swiper-button-prev {
        left: 12.5px;
    }

    .img-show-page .swiper-button-next {
        right: 12.5px;
    }

    .img-show-page .footer-txt, .img-show-page .Home-Share {
        font-size: 12.5px;
    }

    .img-show-page .footer-txt {
        padding-left: 18.75px;
        height: 50px;
        line-height: 50px;
    }

        .img-show-page .footer-txt > span {
            padding-right: 6.25px;
        }

    .img-show-page .Home-Share span {
        font-size: 10.625px;
        padding-top: 1.25px;
    }
}

@media (max-width: 399px) {
    /*头部*/
    .header {
        padding: 4px 13px 0;
        margin-bottom: 5px;
    }

        .header .searchbox input {
            height: 21.5px;
            padding-left: 8.5px;
            font-size: 10px;
        }

        .header .searchbox .searchbtn {
            right: 1.5px;
            top: 1px;
            width: 23px;
            height: 18.5px;
        }

    /*主要内容*/
    .list-item {
        margin: 0 10px;
        padding: 0 10px;
        background-size: 100% 140px;
    }

        .list-item .list-name {
            top: 10px;
            left: 2.5px;
            font-size: 8.5px;
        }

        .list-item .swiper-container {
            padding-top: 15px;
            height: 140px;
        }

        .list-item .swiper-slide a .imgbox {
            background-size: 100% 103px;
            height: 103px;
        }

            .list-item .swiper-slide a .imgbox img {
                width: 65px;
                height: 96px;
            }

        .list-item .swiper-slide a p {
            font-size: 10px;
        }

    .swiper-button-prev, .swiper-button-next {
        width: 16.5px;
        height: 16px;
    }

    .swiper-button-prev {
        left: 2.5px;
    }

    .swiper-button-next {
        right: 2.5px;
    }

    .img-show-page .swiper-container .swiper-slide {
        font-size: 9px;
    }

    .img-show-page .swiper-container a {
        padding: 2.5px 6px;
        right: 5px;
    }

        .img-show-page .swiper-container a.yuantu {
            bottom: 45px;
        }

    .img-show-page .swiper-button-prev {
        left: 10px;
    }

    .img-show-page .swiper-button-next {
        right: 10px;
    }

    .img-show-page .footer-txt, .img-show-page .Home-Share {
        font-size: 10px;
    }

    .img-show-page .footer-txt {
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
    }

        .img-show-page .footer-txt > span {
            padding-right: 5px;
        }
}
