/* 首页内容 */
.indexContent {
    width: 70%;
    max-width: 1100px;
    margin: auto;
}

@media (max-width:1000px) {
    .indexContent {
        width: 90%;
    }
}

@media (max-width:767px) {
    .indexContent {
        display: none;
    }
}

.overFlowHidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexContentTop {
    display: flex;
}

/* 首页左侧导航 */
.leftNav {
    /* width: 210px; */
    width: 30%;
}

.clssifytitle {
    height: 60px;
    line-height: 60px;
    background-color: #875422;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.leftNav ul {
    display: flex;
    flex-flow: wrap;
    width: 330px;
    justify-content: center;
}

    .leftNav ul :last-child {
        width: 100%;
    }


    .leftNav ul li {
        background: #faf5f0;
        border-bottom: 1px solid #dbdbdb;
        padding: 6px 20px;
        width: 50%;
    }

.leftNav > ul > li > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clssify-name a {
    font-size: 16px;
    color: #875422;
    text-decoration: none;
}

.clssify-number {
    font-size: 12px;
    color: #875422;
    margin-top: 2px;
}

@media (max-width:1230px) and (min-width:1150px) {
    .leftNav ul li {
        padding: 5px 20px;
    }

    .clssify-name a {
        font-size: 14px;
    }

    .clssify-number {
        font-size: 12px;
        margin-top: 2px;
    }
}

@media (max-width:1149px) and (min-width:1090px) {
    .leftNav ul li {
        padding: 5px 20px;
    }

    .clssify-name a {
        font-size: 14px;
    }

    .clssify-number {
        font-size: 12px;
        margin-top: 0px;
    }
}

@media (max-width:1089px) and (min-width:1001px) {
    .leftNav ul li {
        padding: 4px 20px;
    }

    .clssify-name a {
        font-size: 14px;
    }

    .clssify-number {
        font-size: 12px;
        margin-top: 0px;
    }
}

@media (max-width:953px) and (min-width:840px) {
    .leftNav ul li {
        padding: 6px 20px;
    }

    .clssify-name a {
        font-size: 14px;
    }

    .clssify-number {
        font-size: 12px;
        margin-top: 1px;
    }
}

@media (max-width:839px) and (min-width:768px) {
    .leftNav ul li {
        padding: 4px 20px;
    }

    .clssify-name a {
        font-size: 14px;
    }

    .clssify-number {
        font-size: 12px;
        margin-top: 0px;
    }
}

/* 首页右侧内容 */
.rightCont {
    margin-left: 15px;
    width: 70%;
}

.indexBanner img {
    width: 100%;
}

.ancientBookBox {
    display: flex;
    justify-content: space-between;
}

.ancientBookTitBox {
    display: flex;
    margin-top: 30px;
}

.ancientBookTitBoxName {
    font-size: 18px;
}

@media (max-width:1150px) {
    .ancientBookOne:last-child {
        display: none;
    }
}

@media (min-width:961px) {
    .ancientBookTitBoxName {
        width: 120px;
    }
}

@media (max-width:960px) and (min-width:767px) {
    .ancientBookTitBoxName {
        width: 160px;
    }
}

.ancientBookTitBoxMore {
    border-bottom: 1px solid #faf5f0;
    width: 100%;
    float: right;
    text-align: right;
}

    .ancientBookTitBoxMore a {
        color: #875422;
        font-size: 14px;
        text-decoration: none;
    }

/* 古籍图书 */

.ancientBookOne {
    margin-top: 30px;
    margin-right: 20px;
}

@media (min-width:1360px) {
    .ancientBookOne {
        margin-right: 15px;
    }
}

/*@media (max-width:1360px) and (min-width:992px) {
    .ancientBookOne {
        margin-right: 15px;
    }
}*/

.ancientBookOne a {
    text-decoration: none;
    color: #000000;
}

.ancientBookOneImg img {
    width: 120%;
    box-shadow: 0px 0px 8px #c9c9c9;
    max-width: 134px;
}

.ancientBookOne .ancientBookOneName {
    font-size: 16px;
    width: 110px;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ancientBookOne .ancientBookOneRead {
    width: 70px;
    font-size: 14px;
    color: #fff;
    padding: 6px;
    background: #875422;
    border: #ab7e51;
    border-radius: 2px;
}

@media (max-width:1224px) and (min-width:1090px) {
    .ancientBookOne .ancientBookOneName {
        font-size: 15px;
    }

    .ancientBookOne .ancientBookOneRead {
        width: 60px;
        font-size: 12px;
    }

    .ancientBookOne {
        margin-right: 15px;
    }

    .ancientBookOneImg img {
        /*width: 110%;*/
        box-shadow: 0px 0px 8px #c9c9c9;
    }
}

@media (max-width:1089px) and (min-width:1001px) {
    .ancientBookOne .ancientBookOneName {
        font-size: 14px;
    }

    .ancientBookOne .ancientBookOneRead {
        width: 60px;
        font-size: 12px;
    }

    .ancientBookOne {
        /*margin-right: 15px;*/
    }

    .ancientBookOneImg img {
        /*width: 160%;*/
        box-shadow: 0px 0px 8px #c9c9c9;
    }
}

@media (max-width:1000px) and (min-width:954px) {
    .ancientBookOne {
        /*margin-right: 15px;*/
    }
}

@media (max-width:953px) and (min-width:768px) {
    .ancientBookOne {
        /*margin-right: 15px;*/
    }

    .ancientBookOneImg img {
        /*width: 150%;*/
        box-shadow: 0px 0px 8px #c9c9c9;
    }
}

/* 中文图书 */
.indexContentBootom a {
    text-decoration: none;
}

.chineseBookTitBox {
    display: flex;
    margin-top: 10px;
}


.chineseBookTitBoxName {
    font-size: 18px;
    width: 100px;
}

@media (max-width:1220px) {
    .chineseBookTitBoxName {
        width: 120px;
    }
}

.chineseBookTitBoxMore {
    border-bottom: 1px solid #faf5f0;
    width: 100%;
    float: right;
    text-align: right;
}

    .chineseBookTitBoxMore a {
        color: #875422;
        font-size: 14px;
        text-decoration: none;
    }

.chineseBookBox {
    margin-top: 20px;
    min-height: 500px;
}

@media (max-width:1300px) and (min-width:1150px) {
    .chineseBookBox {
        min-height: 420px;
    }
}

@media (max-width:1149px) and (min-width:1100px) {
    .chineseBookBox {
        min-height: 400px;
    }
}

@media (max-width:1099px) and (min-width:1001px) {
    .chineseBookBox {
        min-height: 370px;
    }
}

@media (max-width:1000px) and (min-width:950px) {
    .chineseBookBox {
        min-height: 420px;
    }
}

@media (max-width:949px) and (min-width:900px) {
    .chineseBookBox {
        min-height: 400px;
    }
}

@media (max-width:899px) and (min-width:850px) {
    .chineseBookBox {
        min-height: 380px;
    }
}

@media (max-width:849px) and (min-width:800px) {
    .chineseBookBox {
        min-height: 360px;
    }
}

@media (max-width:799px) and (min-width:768px) {
    .chineseBookBox {
        min-height: 340px;
    }
}

.chineseBookOne {
    margin-bottom: 20px;
}

@media (min-width:530px) {
    .bookOne-530dis {
        display: none;
    }
}

.chineseBookOne a {
    color: #000;
}

.chineseBookOneImg img {
    /* width: 126px;
	height: 166px; */
    width: 100%;
    box-shadow: 0px 0px 8px #c9c9c9;
}

.chineseBookOneName {
    font-size: 16px;
    width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

@media (max-width:1350px) and (min-width:1230px) {
    .chineseBookOneName {
        width: 118px;
    }
}

@media (max-width:1229px) and (min-width:1100px) {
    .chineseBookOneName {
        width: 108px;
    }
}

@media (max-width:1099px) and (min-width:1030px) {
    .chineseBookOneName {
        font-size: 15px;
        width: 100px;
    }
}

@media (max-width:1029px) and (min-width:1001px) {
    .chineseBookOneName {
        font-size: 14px;
        width: 90px;
    }
}

@media (max-width:1000px) and (min-width:953px) {
    .chineseBookOneName {
        font-size: 16px;
        width: 120px;
    }
}

@media (max-width:952px) and (min-width:850px) {
    .chineseBookOneName {
        font-size: 16px;
        width: 110px;
    }
}

@media (max-width:849px) and (min-width:810px) {
    .chineseBookOneName {
        font-size: 15px;
        width: 100px;
    }

    .chineseBookOneRead {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width:809px) and (min-width:768px) {
    .chineseBookOneName {
        font-size: 14px;
        width: 90px;
    }

    .chineseBookOneRead {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.chineseBookOneRead {
    color: #4a4a4a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 首页移动端767px以下样式 */
@media (min-width:768px) {
    .indexContent-sm {
        display: none;
    }
}

.indexContent-sm {
    width: 95%;
    margin: auto;
}

.indexContent-sm-clssify {
    display: flex;
    height: 110px;
}

.sm-clssify-box {
    margin-top: 30px;
}

.sm-clssify-one {
    width: 33%;
    margin: 10px;
}

    .sm-clssify-one a {
        text-decoration: none;
        color: #000000;
    }

.sm-clssifyName {
    background-color: #F7F7F7;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    width: 180px;
    position: absolute;
    min-height: 85px;
    padding-top: 20px;
}

.circleBg {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #875422;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    top: -15px;
    left: 75px;
}

@media (max-width:629px) and (min-width:570px) {
    .sm-clssifyName {
        font-size: 16px;
        width: 160px;
    }

    .circleBg {
        left: 63px;
    }
}

@media (max-width:569px) and (min-width:500px) {
    .sm-clssifyName {
        font-size: 16px;
        width: 140px;
    }

    .circleBg {
        left: 55px;
    }
}

@media (max-width:499px) and (min-width:420px) {
    .sm-clssifyName {
        font-size: 16px;
        width: 120px;
    }

    .circleBg {
        left: 45px;
    }
}

@media (max-width:419px) and (min-width:360px) {
    .sm-clssifyName {
        font-size: 14px;
        width: 100px;
        min-height: 75px;
        padding-top: 15px;
    }

    .circleBg {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        left: 35px;
    }

    .indexContent-sm-clssify {
        display: flex;
        height: 100px;
    }
}

@media (max-width:359px) {
    .sm-clssifyName {
        font-size: 13px;
        width: 80px;
        min-height: 70px;
        padding-top: 15px;
    }

    .circleBg {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        left: 25px;
    }

    .indexContent-sm-clssify {
        display: flex;
        height: 100px;
    }
}

.row1 {
    line-height: 50px;
}

.row2 {
    line-height: 25px;
}

.yellowBg {
    background: linear-gradient(#ffb557, #ffa236);
}

.pinkBg {
    background: linear-gradient(#f68e81, #f37066);
}

.blueBg {
    background: linear-gradient(#d5d8e1, #6b8acd);
}

.greenBg {
    background: linear-gradient(#87da8c, #4cc35d);
}

.indexContent-sm .chineseBookTitBoxName {
    width: 120px;
}

@media (max-width:767px) and (min-width:580px) {
    .indexContent-sm .chineseBookTitBoxName {
        width: 140px;
    }
}

@media (max-width:579px) and (min-width:490px) {
    .indexContent-sm .chineseBookTitBoxName {
        width: 170px;
    }
}

@media (max-width:489px) and (min-width:370px) {
    .indexContent-sm .chineseBookTitBoxName {
        width: 210px;
    }
}

@media (max-width:369px) and (min-width:300px) {
    .indexContent-sm .chineseBookTitBoxName {
        width: 270px;
    }
}

@media (max-width:299px) {
    .indexContent-sm .chineseBookTitBoxName {
        width: 350px;
    }
}

@media (max-width:419px) {
    .indexContent-sm .chineseBookTitBoxName {
        font-size: 16px;
    }
}

.indexContent-sm .chineseBookBox {
    min-height: 500px;
}

@media (max-width:719px) and (min-width:680px) {
    .indexContent-sm .chineseBookBox {
        min-height: 480px;
    }
}

@media (max-width:679px) and (min-width:640px) {
    .indexContent-sm .chineseBookBox {
        min-height: 450px;
    }
}

@media (max-width:639px) and (min-width:600px) {
    .indexContent-sm .chineseBookBox {
        min-height: 420px;
    }
}

@media (max-width:599px) and (min-width:580px) {
    .indexContent-sm .chineseBookBox {
        min-height: 410px;
    }
}

@media (max-width:579px) and (min-width:530px) {
    .indexContent-sm .chineseBookBox {
        min-height: 380px;
    }
}

@media (max-width:529px) and (min-width:500px) {
    .indexContent-sm .chineseBookBox {
        min-height: 680px;
    }
}

@media (max-width:499px) and (min-width:460px) {
    .indexContent-sm .chineseBookBox {
        min-height: 650px;
    }
}

@media (max-width:459px) and (min-width:420px) {
    .indexContent-sm .chineseBookBox {
        min-height: 610px;
    }
}

@media (max-width:419px) and (min-width:400px) {
    .indexContent-sm .chineseBookBox {
        min-height: 570px;
    }
}

@media (max-width:399px) and (min-width:370px) {
    .indexContent-sm .chineseBookBox {
        min-height: 520px;
    }
}

@media (max-width:330px) and (min-width:300px) {
    .indexContent-sm .chineseBookBox {
        min-height: 480px;
    }
}

@media (max-width:299px) and (min-width:260px) {
    .indexContent-sm .chineseBookBox {
        min-height: 440px;
    }
}

@media (max-width:259px) {
    .indexContent-sm .chineseBookBox {
        min-height: 390px;
    }
}

.indexContent-sm .chineseBookOneName {
    width: 140px;
    font-size: 16px;
}

.indexContent-sm .chineseBookOneRead {
    font-size: 14px;
}

@media (max-width:660px) and (min-width:600px) {
    .indexContent-sm .chineseBookOneName {
        width: 120px;
    }
}

@media (max-width:599px) and (min-width:530px) {
    .indexContent-sm .chineseBookOneName {
        width: 100px;
    }
}

@media (max-width:529px) and (min-width:450px) {
    .indexContent-sm .chineseBookOneName {
        width: 120px;
    }
}

@media (max-width:449px) and (min-width:400px) {
    .indexContent-sm .chineseBookOneName {
        width: 100px;
    }
}

@media (max-width:399px) and (min-width:360px) {
    .indexContent-sm .chineseBookOneName {
        width: 90px;
        font-size: 14px;
    }

    .indexContent-sm .chineseBookOneRead {
        font-size: 12px;
    }
}

@media (max-width:359px) and (min-width:330px) {
    .indexContent-sm .chineseBookOneName {
        width: 90px;
        font-size: 14px;
    }

    .indexContent-sm .chineseBookOneRead {
        font-size: 12px;
    }

    .indexContent-sm .chineseBookOneImg img {
        width: 110%;
    }
}

@media (max-width:329px) and (min-width:280px) {
    .indexContent-sm .chineseBookOneName {
        width: 70px;
        font-size: 14px;
    }

    .indexContent-sm .chineseBookOneRead {
        font-size: 12px;
    }

    .indexContent-sm .chineseBookOneImg img {
        width: 115%;
    }
}

@media (max-width:279px) {
    .indexContent-sm .chineseBookOneName {
        width: 70px;
        font-size: 14px;
    }

    .indexContent-sm .chineseBookOneRead {
        font-size: 12px;
    }

    .indexContent-sm .chineseBookOneImg img {
        width: 115%;
    }
}

@media (max-width:529px) {
    .indexContent-sm .col-xs-3 {
        width: 33%
    }
}

@media (max-width:287px) {
    .indexContent-sm .chineseBookOneRead {
        height: 20px;
    }
}

/* 首页结束 */

/* 登录注册页面 */
.loginPageBg {
    background: #faf5f0;
    margin-bottom: -20px;
    height: 720px;
    padding-top: 150px;
}

@media (max-width:400px) {
    .loginPageBg {
        height: 600px;
    }
}

.loginForm {
    background-color: rgb(255, 255, 255, 0.6);
    box-shadow: 0px 0px 10px #bf9c7a47;
    width: 50%;
    margin: 0px auto;
    padding: 20px 50px 40px;
    border: 2px solid #875422;
    border-radius: 10px;
}

@media (max-width:1300px) and (min-width:1160px) {
    .loginForm {
        width: 55%;
    }
}

@media (max-width:1159px) and (min-width:1060px) {
    .loginForm {
        width: 60%;
    }
}

@media (max-width:1059px) and (min-width:980px) {
    .loginForm {
        width: 65%;
    }
}

@media (max-width:979px) and (min-width:910px) {
    .loginForm {
        width: 70%;
    }
}

@media (max-width:909px) and (min-width:850px) {
    .loginForm {
        width: 75%;
    }
}

@media (max-width:849px) and (min-width:800px) {
    .loginForm {
        width: 80%;
    }
}

@media (max-width:799px) and (min-width:768px) {
    .loginForm {
        width: 85%;
    }
}

@media (max-width:767px) {
    .loginForm {
        width: 85%;
    }

    .loginPageBg {
        margin-top: -20px;
        padding-top: 100px;
    }
}

.loginTit {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

    .loginTit ul {
        padding: 0;
        margin: 0;
    }

        .loginTit ul li {
            list-style: none;
            float: left;
            text-decoration: none;
            display: block;
            width: 50px;
            padding: 5px;
            margin: 0px 10px 0px 0px;
            position: relative;
            text-align: center;
        }

            .loginTit ul li span {
                text-decoration: none;
                color: #000000;
                font-size: 20px;
                padding-bottom: 5px;
                cursor: pointer;
            }

.loginTitBg {
    border-bottom: 2px solid #875422;
}

#d2 {
    display: none;
}

.loginForm form div {
    line-height: 50px;
}

.loginForm form span {
    font-size: 16px;
}

#d1 .number input,
#d1 .pass input {
    height: 30px;
    width: 80%;
    font-size: 14px;
}


#d1 .number span,
#d1 .captcha span {
    letter-spacing: 5px;
}

#d1 .captcha {
    margin-bottom: 30px;
}

    #d1 .captcha input {
        height: 30px;
        width: 65%;
        margin-right: 10px;
        font-size: 14px;
    }


#d2 .captcha input {
    height: 30px;
    width: 65%;
    margin-right: 10px;
}

#d2 input {
    height: 30px;
    width: 83%;
    font-size: 14px;
}

#d1 .pass span {
    letter-spacing: 8px;
}

#d2 .name span {
    letter-spacing: 16px;
}

#d2 .phone span {
    letter-spacing: 5px;
}

#d2 .captcha span {
    letter-spacing: 5px;
}

#d2 .pass span {
    letter-spacing: 16px;
}

@media (max-width:767px) and (min-width:610px) {
    #d1 .number input {
        width: 70%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 70%;
    }

    #d1 .captcha input {
        width: 55%;
    }

    #d2 .captcha input {
        width: 55%;
    }
}

@media (max-width:609px) and (min-width:520px) {
    #d1 .number input {
        width: 60%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 60%;
    }

    #d1 .captcha input {
        width: 45%;
    }

    #d2 .captcha input {
        width: 45%;
    }
}

@media (max-width:519px) and (min-width:465px) {
    #d1 .number input {
        width: 60%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 60%;
    }

    #d1 .captcha input {
        width: 45%;
    }

    #d2 .captcha input {
        width: 45%;
    }
}

@media (max-width:464px) and (min-width:430px) {
    #d1 .number input {
        width: 50%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 50%;
    }

    #d1 .captcha input {
        width: 40%;
    }

    #d2 .captcha input {
        width: 40%;
    }
}

@media (max-width:429px) and (min-width:380px) {
    #d1 .number input {
        width: 50%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 50%;
    }

    #d1 .captcha input {
        width: 40%;
    }

    #d2 .captcha input {
        width: 40%;
    }

    .loginTit ul li a {
        font-size: 18px;
    }

    .loginForm form div {
        line-height: 40px;
    }

    .loginTit {
        margin-bottom: 0px;
    }

    #d2 .trueBtn {
        margin-top: 20px;
    }

    #d1 .captcha {
        margin-bottom: 20px;
    }
}

@media (max-width:379px) and (min-width:321px) {
    #d1 .number input {
        width: 50%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 50%;
    }

    #d1 .captcha input {
        width: 30%;
    }

    #d2 .captcha input {
        width: 30%;
    }

    .loginTit ul li a {
        font-size: 17px;
    }

    #d1 span,
    #d2 span {
        font-size: 14px;
    }
}

@media (max-width:320px) and (min-width:265px) {
    #d1 .number input {
        width: 60%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 60%;
    }

    #d1 .captcha input {
        width: 30%;
    }

    #d2 .captcha input {
        width: 30%;
    }

    .loginTit ul li a {
        font-size: 17px;
    }

    #d1 span,
    #d2 span {
        font-size: 14px;
    }
}

@media (max-width:264px) {
    #d1 .number input {
        width: 60%;
    }

    #d2 .name input,
    #d2 .phone input,
    #d2 .captcha input {
        width: 60%;
    }

    #d1 .captcha input {
        width: 25%;
    }

    #d2 .captcha input {
        width: 25%;
    }

    .loginTit ul li a {
        font-size: 17px;
    }

    #d1 span,
    #d2 span {
        font-size: 14px;
    }
}

@media (max-width:320px) {

    #d1 .number span,
    #d1 .captcha span {
        letter-spacing: 0px;
    }

    #d2 .captcha span {
        letter-spacing: 0px;
    }

    #d2 .phone span {
        letter-spacing: 0px;
    }

    #d2 .name span {
        letter-spacing: 7px;
    }
}

.loginForm form .trueBtn {
    text-align: center;
}

    .loginForm form .trueBtn button {
        width: 200px;
        line-height: 40px;
        background-color: #faf5f0;
        border: 0px;
        font-size: 18px;
        color: #875422FFF;
    }

@media (max-width:519px) and (min-width:321px) {
    .loginForm {
        padding: 8px 25px 15px;
    }
}

@media (max-width:320px) {
    .loginForm {
        padding: 5px 10px 5px;
    }
}

@media (max-width:379px) {
    .loginForm form .trueBtn button {
        width: 100px;
        line-height: 30px;
        background-color: #faf5f0;
        border: 0px;
        font-size: 16px;
        color: #875422FFF;
    }
}

.otherWay {
    width: 100%;
    text-align: right;
}

    .otherWay a {
        color: #000;
    }

        .otherWay a:hover {
            color: #faf5f0;
        }

.getback {
    margin-left: 20px;
}

#d1 .number,
#d1 .pass,
#d1 .captcha,
#d2 .name,
#d2 .phone,
#d2 .captcha,
#d2 .pass,
#d2 .confirmPas {
    border-top: 1px solid #D3D3D3;
}

#d1 .pass,
#d1 .captcha,
#d2 .captcha {
    border-bottom: 1px solid #D3D3D3;
}

    /* 验证码样式 */
    #d1 .captcha button,
    #d2 .captcha button {
        outline: none;
        border-radius: 0;
        background-color: #875422fff;
        border: 1px solid #faf5f0;
        height: 30px;
        padding: 0px 15px;
        border-radius: 5px;
    }

        #d1 .captcha button:active,
        #d2 .captcha button:active {
            border: 2px solid #faf5f0;
        }

form input {
    border: 0px;
    background-color: transparent;
    outline: none
}

#d2 .trueBtn {
    margin-top: 30px;
}

    #d2 .trueBtn button,
    #d1 .trueBtn button {
        border-radius: 5px;
    }

        #d2 .trueBtn button:active,
        #d1 .trueBtn button:active {
            border: 1px solid #875422;
            background-color: #875422;
        }

@media (max-width:429px) {
    .loginForm form div {
        line-height: 40px;
    }

    .loginTit {
        margin-bottom: 0px;
    }

    #d2 .trueBtn {
        margin-top: 20px;
    }

    #d1 .captcha {
        margin-bottom: 20px;
    }

        #d1 .captcha button,
        #d2 .captcha button {
            height: 30pxpx;
            padding: 0px 5px;
            font-size: 12px;
        }
}

/* 现代图书 */
.modernBooksList {
    width: 70%;
    margin: auto;
}

@media (max-width:1000px) {
    .modernBooksList {
        width: 90%;
    }
}

@media (min-width:768px) {
    .modernBooksList {
        display: flex;
    }
}
/* 左侧分类菜单 */
.modernTypeBox {
    width: 300px;
}

.modern-typeTit {
    line-height: 40px;
    border-bottom: 1px solid #faf5f0;
    margin: 0px;
    font-size: 18px;
    padding: 0px 15px;
}

    .modern-typeTit a {
        color: #875422;
        text-decoration: none;
    }

@media (max-width:1200px) and (min-width:1001px) {
    .modern-typeTit {
        font-size: 16px;
    }
}

@media (max-width:940px) and (min-width:678px) {
    .modern-typeTit {
        font-size: 16px;
    }
}

.modern-typeTit:hover {
    cursor: pointer;
}

.modern-liBg {
    background-color: #875422;
}

    .modern-liBg > a {
        color: #fff !important;
    }

.modern-typeTit i {
    font-size: 14px;
    float: right;
    line-height: 40px;
}

.modern-ul-ul {
    display: none;
}

    .modern-ul-ul a {
        text-decoration: none;
        display: block;
        margin-right: -30px;
    }

    .modern-ul-ul li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #faf5f0;
        cursor: pointer;
        padding: 0px 30px;
        color: #875422;
        font-size: 18px;
    }

        .modern-ul-ul li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #875422;
        }

.selected {
    background: #faf5f0;
    border-radius: 4px;
}

@media (max-width:1200px) and (min-width:1001px) {
    .modern-ul-ul li {
        font-size: 16px;
    }
}

@media (max-width:940px) and (min-width:678px) {
    .modern-ul-ul li {
        font-size: 16px;
    }
}

/* 现代右侧图书内容 */
.modernBookBox {
    width: 80%;
    margin-left: 30px;
}

@media (max-width:767px) {
    .modernBookBox {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
}

.bookTotal {
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #C9C9C9;
}

.bookTotalName {
    margin-right: 5px;
}

.bookTotal-number {
    color: #875422;
    margin: 0px 5px;
}

.modernBookListOne {
    border-bottom: 1px solid #C9C9C9;
    padding: 10px 0px;
    display: flex;
}

.BookListImg img {
    width: 100%;
    max-width: 112px;
    box-shadow: 0px 0px 8px #c9c9c9;
}

.BookListInf {
    margin-left: 20px;
    width: 80%;
}

.BookListInfTop {
    width: 95%;
}

.modernBookListOne a {
    text-decoration: none;
    color: #875422;
}

.book-name {
    font-size: 18px;
}

.book-collect {
    float: right;
    cursor: pointer;
    color: #875422;
}

.BookListInfBootom {
    margin-top: 20px;
}


.introduceTit {
    margin-right: 10px;
}

.introduceText {
    margin-right: 30px;
}


@media (max-width:1090px) and (min-width:1001px) {
    .introduce-block {
        display: block;
    }

    .BookListInfBootom {
        margin-top: 10px;
    }
}

@media (max-width:900px) {
    .introduce-block {
        display: block;
    }

    .BookListInfBootom {
        margin-top: 10px;
    }
}

/* 分页 */
.BookList-paginate {
    margin-top: 1.875rem;
    text-align: center;
}

.first {
    color: #666;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

#number {
    display: inline-block;
    vertical-align: top;
}

.num {
    color: #666;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    padding: 5px 9px;
    font-size: 12px;
    margin-right: 6px;
}

/* 现代图书767px以下页面 */
@media (max-width:767px) {
    .modernTypeBox {
        display: none;
    }
}

@media (min-width:768px) {
    .xs-modernBox {
        display: none;
    }
}


.xs-modernBox {
    height: 100%;
}

.xs-modernType {
    height: 130px;
    padding-top: 10px;
    border-bottom: 2px solid #C0C0C0;
}

@media (max-width:636px) and (min-width:631px) {
    .xs-modernType {
        height: 150px;
    }
}

@media (max-width:630px) and (min-width:424px) {
    .xs-modernType {
        height: 170px;
    }
}

@media (max-width:423px) and (min-width:404px) {
    .xs-modernType {
        height: 160px;
    }
}

@media (max-width:403px) and (min-width:400px) {
    .xs-modernType {
        height: 170px;
    }

        .xs-modernType div {
            height: 40px;
        }
}

@media (max-width:399px) {
    .xs-modernType {
        height: 190px;
    }

        .xs-modernType div {
            width: 50%;
        }
}


.xs-modernType div {
    margin-bottom: 10px;
}

    .xs-modernType div a {
        color: #875422;
        text-decoration: none;
        font-size: 16px;
    }

@media (max-width:423px) {
    .xs-modernType div a {
        font-size: 15px;
    }
}

/* 767px以下图书部分响应式 */
@media (max-width:500px) and (min-width:420px) {
    .book-name {
        font-size: 16px;
    }

    .BookListImg img {
        width: 90%;
    }

    .BookListInf {
        margin-left: 0px;
        width: 87%;
    }

    .bookTotal {
        font-size: 14px;
    }

    .BookListInfBootom {
        font-size: 13px;
    }
}

@media (max-width:419px) and (min-width:380px) {
    .book-name {
        font-size: 15px;
    }

    .book-collect {
        float: left;
    }

    .BookListInfBootom {
        margin-top: 20px;
    }
}

@media (max-width:379px) and (min-width:300px) {
    .book-name {
        font-size: 14px;
    }

    .book-collect {
        float: left;
    }

    .BookListInfBootom {
        margin-top: 20px;
    }
}

/* 古籍图书 */
.ancientBookRightBox {
    width: 80%;
    margin-left: 30px;
}

@media (max-width:767px) {
    .ancientBookRightBox {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
}

.ancientBookList {
    padding: 10px 0px;
    overflow: hidden;
}

    .ancientBookList .BookListImg img {
        width: 90%;
        box-shadow: 0px 0px 8px #c9c9c9;
        margin-bottom: 5px;
    }

    .ancientBookList .BookListInf {
        display: flex;
        margin: 0px;
        height: 90px;
    }

        .ancientBookList .BookListInf a {
            text-decoration: none;
            /*color: #875422;*/
        }

.ancientName a {
    font-size: 16px;
}

.ancientCollect i {
    font-size: 16px;
    margin-top: 3px;
    color: #737373;
    cursor: pointer;
}

.modernBooksList .ancientBookListOne {
    padding-right: 0px;
}

.ancientCollectBox {
    width: 30px;
}

@media (max-width:1200px) and (min-width:1001px) {
    .ancientBookList .ancientBookListOne {
        width: 33.33%;
    }
}

@media (max-width:600px) and (min-width:200px) {
    .ancientBookList .ancientBookListOne {
        width: 33.33%;
    }
    /*  */
}

@media (max-width:500px) {
    .ancientName a {
        font-size: 14px;
    }
}

@media (max-width:400px) {
    .ancientBookList .BookListImg img {
        width: 100%;
    }

    .ancientBookList .BookListInf {
        height: 100px;
    }

    .bookTotal {
        font-size: 12px;
        line-height: 20px;
    }
}

.gone {
    display: none;
}
