body {
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #666;
}

.singleImg {
    position: absolute;
    float: left;
    background: white;
}

.imgText {
    width: 90%;
    margin: 20px auto;
    line-height: 22px;
    font-size: 14px;
    color: #898989;
}

.imgname {
    width: 90%;
    margin: 30px auto;
    font-weight: bold;
    font-size: 14px;
}

.imgNumber {
    width: 94%;
    padding-top: 5px;
    text-align: center;
}

.content {
    position: relative;
    max-width: 1340px;
    width: 95%;
    margin: 40px auto;
}

img.thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#tijiao {
    font-size: 16px;
    width: 180px;
    text-align: center;
    margin: 40px auto;
    padding: 6px;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

#tijiao:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.subrev {
    font-size: 15px;
    width: 74%;
    text-align: center;
    margin-top: 13px;
    margin-left: 13%;
    padding: 8px;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.subrev:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.sk-three-bounce {
    margin: 300px auto;
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bx-loading {
    background: url(/static/images/bx_loader.gif) center center no-repeat #f1f1f1 !important;
}

#qsliderdiv .bx-prev {
    background-size: 30px;
    left: -20px;
    display: none;
}

#qsliderdiv .bx-next {
    background-size: 30px;
    right: -40px;
    display: none;
}

#qslider .slide {
    background: #f1f1f1;
}

#qslider .slide img {
    margin: 0 auto;
    width: 95%;
}

#qsliderdiv1 .bx-prev {
    display: none;
}

#qsliderdiv1 .bx-next {
    display: none;
}

#qsliderdiv1 .bx-wrapper .bx-viewport {
    background: #f1f1f1;
}

#qslider1 .slide {
    background: #f1f1f1;
}

.goodpl1 {
    font-size: 26px;
    font-weight: bold;
    background: #f1f1f1;
}

.goodpl2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    padding-left: 50px;
    background: #f1f1f1;
}
