html,body {
    position: relative;
    width: 100%;
}
.page-container {
    position: relative;
    width: 100%;
    min-width: 1280px;
}

/* homepage */

/* head */

.page-head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.page-nav {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    font-size: 0;
    line-height: 100px;
    transition-duration: 300ms;
}
.page-nav .brown-tips {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1f1;
    font-size: 14px;
}
.page-nav .brown-tips .link {
    margin: 0 5px;
    color: #2bb6ff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}
.page-nav .logo {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    height: 48px;
    background: url(../img/img-home-logo.png) no-repeat center center/cover;
}
.page-nav .page-nav-row {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 100px;
    font-size: 0;
    transition-duration: 300ms;
}
.page-nav .page-nav-row .nav-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #552303;
    margin-left: 40px;
    transform: scale(1,1);
    transition-duration: 300ms;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    line-height: 30px;
}
.page-nav .page-nav-row .nav-item.checked {
    transform: scale(1.2,1.2);
    transition-duration: 300ms;
    border-bottom: 1px solid #552303;
}
.page-nav .page-nav-row .nav-item:hover {
    transform: scale(1.2,1.2);
    transition-duration: 300ms;
    border-bottom: 1px solid #552303;
}
.page-head.browse .page-nav {
    line-height: 80px;
    transition-duration: 300ms;
}
.page-head.browse .page-nav .page-nav-row {
    line-height: 80px;
    transition-duration: 300ms;
}

/* bg */

.page-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 844px; */
    height: 720px;
    background: url(../img/img-home-bg.jpg) no-repeat center bottom/1920px 844px;
    z-index: 1;
}

.page-container.parent-page .page-bg {
    height: 689px;
    background: url(../img/img-parent-bg.jpg) no-repeat center bottom/1920px 844px;
}

.page-container.master-page .page-bg {
    height: 689px;
    background: url(../img/img-parent-bg.jpg) no-repeat center bottom/1920px 844px;
}

/* wrap */

.page-wrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    z-index: 2;
}

/* login */

.login {
    position: relative;
    width: 100%;
    height: 495px;
}
.login .home-words-bg {
    position: absolute;
    right: 280px;
    bottom: 20px;
    width: 400px;
    height: 456px;
    background: url(../img/img-home-word-bg-2.png) no-repeat center center/contain;
}
/* .login .home-words-bg {
    position: absolute;
    right: 350px;
    bottom: 95px;
    width: 350px;
    height: 251px;
    background: url(../img/img-home-word-bg.png) no-repeat center center/contain;
} */
/* .login .home-words {
    position: relative;
    padding: 50px 0 0 0;
} */
/* .login .home-words .w1 {
    position: relative;
    font-size: 60px;
    color: #552303;
    line-height: 60px;
    margin-bottom: 80px;
}
.login .home-words .w2 {
    position: relative;
    font-size: 24px;
    color: #552303;
    line-height: 24px;
    margin-bottom: 40px;
} */
.login .home-words {
    position: relative;
    padding: 20px 0 0 0;
}
.login .home-words .w1 {
    position: relative;
    font-size: 48px;
    color: #552303;
    line-height: 50px;
    margin-bottom: 60px;
}
.page-container.parent-page .login .home-words .w1 {
    margin-bottom: 30px;
}
.login .home-words .p1 {
    position: relative;
    font-size: 30px;
    color: #552303;
    line-height: 50px;
    margin-bottom: 40px;
}
.login .home-words .w2 {
    position: relative;
    font-size: 20px;
    color: #552303;
    line-height: 20px;
    margin-bottom: 30px;
}
.login .home-words .w3 {
    position: relative;
    font-size: 26px;
    color: #552303;
    line-height: 20px;
    margin-bottom: 30px;
}
.login .home-words .p2 {
    position: relative;
    font-size: 18px;
    color: #552303;
    line-height: 40px;
    margin-bottom: 24px;
}

.login .home-words .p2 .light {
    color: #ff683f;
    font-size: 18px;
}
/* .login .login-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    height: 495px;
    background: rgba(255,239,172,0.5);
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
} */
.login .login-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    height: 380px;
    background: rgba(255,239,172,0.5);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.page-container.parent-page .login-wrap {
    position: absolute;
    right: 0px;
    top: -70px;
    width: 600px;
    height: 593px;
    background: url(../img/img-parent-word-bg.png) no-repeat center center/contain;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.page-container.master-page .login-wrap {
    position: absolute;
    right: 0px;
    top: -70px;
    width: 700px;
    height: 559px;
    background: url(../img/img-master-word-bg.png) no-repeat center center/contain;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.login .login-wrap .login-nav {
    position: relative;
    text-align: center;
    line-height: 24px;
}
.login .login-wrap .login-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #552303;
    font-weight: bold;
    cursor: pointer;
}
.login .login-wrap .login-nav .nav-item.checked {
    color: #ff683f;
}
.login .login-wrap .login-nav .nav-item::after {
    display: inline-block;
    vertical-align: middle;
    content: "·";
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin: 0 10px;
}
.login .login-wrap .login-nav .nav-item:last-child::after {
    display: none;
}
.login .login-wrap .login-container {
    position: relative;
}
.login .login-wrap .login-container .container-item {
    display: none;
}
.login .login-wrap .login-container .container-item.checked {
    display: block;
}
.login .login-wrap .login-container .container-code {
    position: relative;
    width: 225px;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 20px;
}
.login .login-wrap .login-container .container-code-timeout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    line-height: 225px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.login .login-wrap .login-container .container-code-timeout .timeout-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
}
.login .login-wrap .login-container .container-tips {
    font-size: 12px;
    color: #552303;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.login .login-wrap .login-container .container-tips .download-link {
    text-decoration: underline;
    color: #2440b3;
    margin: 0 3px;
}
.login .login-wrap .login-container .container-words {
    font-size: 14px;
    color: #552303;
    text-align: center;
    font-weight: bold;
}
.login .login-wrap .login-container .get-qywx-code {
    position: relative;
    margin: 120px auto 0;
    width: 250px;
    line-height: 40px;
    background: #fff2b9;
    border: 3px solid #000000;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    cursor: pointer;
}
.login .login-wrap .login-container .phone-login {
    position: relative;
    width: 260px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.login .login-wrap .login-container .phone-login .login-title {
    font-size: 16px;
    font-weight: bold;
}
.login .login-wrap .login-container .phone-login .login-input {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 20px 0;
}
.login .login-wrap .login-container .phone-login .login-input .input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 0;
    border-radius: 15px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #552303;
}
.login .login-wrap .login-container .phone-login .login-input.code-input {
    padding-right: 100px;
}
.login .login-wrap .login-container .phone-login .login-input .btn-code {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    border-radius: 15px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: #552303;
    text-align: center;
    width: 80px;
    cursor: pointer;
    border: 0;
}
.login .login-wrap .login-container .phone-login .login-btn {
    position: relative;
    margin: 40px auto 0;
    width: 200px;
    line-height: 50px;
    border-radius: 10px;
    color: #ffffff;
    background: #552303;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

/* info */

.page-info {
    position: relative;
    margin-top: 180px;
}
.page-info .info-title {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.page-info .info-title .title-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    z-index: 2;
}
.page-info .info-title::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #ffdf59;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: 0 0 0 -110px;
    z-index: 1;
}
.page-info .info-title::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #ffdf59;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin: 12px 0 0 105px;
    z-index: 1;
}
.page-info .info-part {
    position: relative;
    margin-bottom: 100px;
    text-align: center;
}
.page-info .info-part .info-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.page-info .info-part .info-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 50px;
}
.page-info .info-part .info-desc .sub-title {
    position: relative;
    padding-left: 40px;
    line-height: 80px;
    margin-bottom: 20px;
}
.page-info .info-part .info-desc .sub-title::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff5cd;
    z-index: 1;
}
.page-info .info-part .info-desc .sub-title .title-text {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    z-index: 2;
}
.page-info .info-part .info-desc .text {
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    padding-left: 50px;
    font-weight: 400;
}
.page-info .info-part.p1 .info-desc {
    width: 600px;
    margin-top: 100px;
}
.page-info .info-part.p1 .info-img {
    width: 500px;
    height: 433px;
    margin-right: 100px;
}
.page-info .info-part.p2 .info-img {
    width: 700px;
    height: 553px;
    margin-left: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-info .info-part.p2 .info-img .i1 {
    position: absolute;
    left: 50px;
    bottom: 70px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p2 .info-img .i2 {
    position: absolute;
    left: 258px;
    top: 58px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p2 .info-img .i3 {
    position: absolute;
    right: 25px;
    top: -15px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p3 .info-img {
    width: 750px;
    height: 563px;
    margin: 40px 50px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-info .info-part.p3 .info-img .i1 {
    position: absolute;
    left: 25px;
    bottom: 24px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p3 .info-img .i2 {
    position: absolute;
    left: 245px;
    top: 52px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p3 .info-img .i3 {
    position: absolute;
    right: 60px;
    top: -20px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p4 .info-img {
    width: 750px;
    height: 563px;
    margin: 20px 0 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-info .info-part.p4 .info-img .i1 {
    position: absolute;
    left: 28px;
    bottom: 60px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p4 .info-img .i2 {
    position: absolute;
    left: 245px;
    top: 75px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.page-info .info-part.p4 .info-img .i3 {
    position: absolute;
    right: 70px;
    top: -20px;
    width: 225px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}

/* parent */

.page-container.parent-page .page-info .info-part.p1 .info-desc {
    width: auto;
}

.page-container.parent-page .page-info .info-part.p1 .info-img {
    width: 600px;
    height: 576px;
    margin: 0 100px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.page-container.parent-page .page-info .info-part.p2 .info-img {
    width: 650px;
    height: 488px;
    margin: 0 0 0 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.page-container.parent-page .page-info .info-part.p2 .info-desc .info-code {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px #999999;
    border-radius: 20px;
    margin: 0 0 10px 50px;
}
.page-container.parent-page .page-info .info-part.p2 .info-desc .text {
    padding-left: 45px;
}
.page-container.parent-page .page-info .info-part.p3 .info-img {
    width: 1000px;
    height: 543px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.page-container.parent-page .page-info .info-part.p4 .info-img {
    margin: 0;
    width: 900px;
    height: auto;
}

/* master */

.page-container.master-page .page-info .info-part.p1 .info-desc {
    margin-top: 0;
    padding-top: 50px;
}

.page-container.master-page .page-info .info-part.p1 .info-img {
    width: 600px;
    height: 347px;
    margin: 0 70px 0 0;
}

.page-container.master-page .page-info .info-part.p2 .info-desc {
    margin-top: 60px;
}

.page-container.master-page .page-info .info-part.p2 .info-img {
    width: 450px;
    height: 450px;
    margin: 0 0 0 150px;
}

.page-container.master-page .page-info .info-part.p3 .info-desc {
    margin-top: 0px;
}

.page-container.master-page .page-info .info-part.p3 .info-img {
    width: 450px;
    height: 450px;
    margin: 50px 150px 0 0;
}

.page-container.master-page .page-info .partner {
    position: relative;
    text-align: center;
    padding-bottom: 150px;
}

.page-container.master-page .page-info .partner .item {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 0 10px;
}

.page-container.master-page .page-info .partner .item .logo {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
}

.page-container.master-page .page-info .partner .item .name {
    display: block;
    color: #552303;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

/* bottom */
.page-bottom {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-color: #39373e;
    background-image: url(../img/img-page-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 659px;
    background-position: top center;
}
.page-bottom .bottom-info {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 60px 50px 0 50px;
    box-sizing: border-box;
}
.page-bottom .bottom-info .p1 {
    font-size: 24px;
    color: #ffffff;
}
.page-bottom .bottom-info .contact {
    position: relative;
    padding: 60px 0 0 0;
    text-align: center;
}
.page-bottom .bottom-info .contact .item {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    margin: 0 40px;
}
.page-bottom .bottom-info .contact .code {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 10px;
}
.page-bottom .bottom-info .contact .phone {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 30px;
    box-sizing: border-box;
}
.page-bottom .bottom-info .contact .tool {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
}
.page-bottom .bottom-info .contact .phone .icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 72px;
    background: url(../img/icon-home-phone.png) no-repeat center center/contain;
}
.page-bottom .bottom-info .contact .phone .text {
    color: #5c5c65;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.page-bottom .bottom-info .contact .item .name {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
}
.page-bottom .bottom-info .contact .item.last {
    margin-right: 0;
}
.page-bottom .bottom-info .p2 {
    padding: 150px 0 60px 0;
    text-align: center;
}
.page-bottom .bottom-info .p2 .text {
    font-display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
.page-bottom .bottom-info .p2 .text::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 8px;
    background: #666666;
    margin: 0 10px;
}
.page-bottom .bottom-info .p2 .link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.page-bottom .bottom-info .p2 .link.wangan::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(https://staticcdn.qiuqiuhuiben.com/onlinebook/icon/icon-offical-wangan.png) no-repeat center center/contain;
}

/* qywx */
.qywx-code {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.qywx-code .filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

.qywx-code .code-page {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 450px;
    margin: -225px 0 0 -225px;
    background: #ffffff;
    border: 1px solid #000000;
    z-index: 102;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

/* search */
.page-container.search-page {
    background: #ffdf59;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 100px;
    overflow: hidden;
}
.page-container .page-search-bar {
    position: relative;
    width: 800px;
    height: 60px;
    line-height: 40px;
    border-radius: 60px;
    margin: 0 auto;
    background-color: #fac156;
    box-shadow: #000000 0px 0px 5px 1px inset;
    padding: 10px 100px 10px 30px;
    box-sizing: border-box;
}
.page-container .page-search-bar .search-input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    font-weight: bold;
    color: #552303;
    font-size: 16px;
    z-index: 1;
}
.page-container .page-search-bar .search-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 60px;
    height: 40px;
    border-radius: 40px;
    background-image: url(../img/icon-home-search-btn.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    cursor: pointer;
    z-index: 2;
}
.page-container .page-search-container {
    position: absolute;
    left: 50%;
    top: 180px;
    bottom: 30px;
    width: 1280px;
    margin-left: -640px;
    box-sizing: border-box;
    padding-left: 240px;
    overflow: hidden;
}

/* search-menu */

.page-container .page-search-container .search-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    user-select: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.page-container .page-search-container .search-menu::-webkit-scrollbar {
    width: 8px;
}
.page-container .page-search-container .search-menu::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: rgba(85, 35, 3, 0.8);
    border-radius: 10px;
    cursor: pointer;
}
.page-container .page-search-container .search-menu .tag-list {
    position: relative;
    width: 100%;
}
.page-container .page-search-container .search-menu .tag-list .tag-item {
    position: relative;
    width: 100%;
    background: #fac156;
    box-sizing: border-box;
    border: 2px solid #552303;
    border-bottom: 0;
    overflow: hidden;
}
.page-container .page-search-container .search-menu .tag-list .tag-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 0;
}
.page-container .page-search-container .search-menu .tag-list .tag-item:last-child {
    border-bottom: 2px solid #552303;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .tag-name {
    position: relative;
    width: 100%;
    color: #552303;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    transition-duration: 300ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .tag-name:hover {
    color: #ffffff;
    background: #552303;
    transition-duration: 300ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item.tag-show .tag-name {
    color: #ffffff;
    background: #552303;
    transition-duration: 300ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .sub-tag-list {
    max-height: 0;
    transition-duration: 500ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item.tag-show .sub-tag-list {
    max-height: 1000px;
    transition-duration: 500ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .sub-tag-list .sub-tag-name {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .sub-tag-list .sub-tag-name:hover {
    color: #ffffff;
    background: #552303;
    transition-duration: 300ms;
}
.page-container .page-search-container .search-menu .tag-list .tag-item .sub-tag-list .sub-tag-name.sub-tag-show {
    color: #ffffff;
    background: #552303;
    transition-duration: 300ms;
}

/* book-detail */

.page-container .page-search-container .book-detail {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.page-container .page-search-container .book-detail::-webkit-scrollbar {
    width: 8px;
}
.page-container .page-search-container .book-detail::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: rgba(85, 35, 3, 0.8);
    border-radius: 10px;
    cursor: pointer;
}
.page-container .page-search-container .book-detail .book-list {
    position: relative;
}
.page-container .page-search-container .book-detail .book-list .book-item {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 10px 20px;
    cursor: pointer;
    transform: translate(0,0) scale(1,1);
    transition-duration: 300ms;
}
.page-container .page-search-container .book-detail .book-list .book-item .cover {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-color: #552303;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-container .page-search-container .book-detail .book-list .book-item .name {
    font-size: 14px;
    color: #552303;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 36px;
}
.page-container .page-search-container .book-detail .book-list .book-item:hover {
    transform: scale(1.1,1.1);
    transition-duration: 300ms;
}

.page-container .page-search-container .book-detail .book-none {
    position: relative;
    padding-top: 100px;
}
.page-container .page-search-container .book-detail .book-none .bubble {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 103px;
    line-height: 103px;
    font-size: 20px;
    color: #552303;
    font-weight: bold;
    text-align: center;
    background: url(https://staticcdn.qiuqiuhuiben.com/onlinebook/img/img-defalult-bubble.png) no-repeat center center/contain;
}
.page-container .page-search-container .book-detail .book-none .monster {
    position: relative;
    margin: 15px auto;
    width: 250px;
    height: 191px;
    background: url(https://staticcdn.qiuqiuhuiben.com/onlinebook/img/img-defalult-monster.png) no-repeat center center/contain;
}


.page-container .page-search-container .book-info {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.page-container .page-search-container .book-info .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.page-container .page-search-container .book-info-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 450px;
    margin: -225px 0 0 -400px;
    border-radius: 20px;
    background: #ffffff;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0 0 10px #552303;
}
.page-container .page-search-container .book-info-container .book-cover {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-container .page-search-container .book-info-container .book-intro {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 450px;
    padding: 30px;
    box-sizing: border-box;
}
.page-container .page-search-container .book-info-container .book-intro .name {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 40px;
}
.page-container .page-search-container .book-info-container .book-intro .author {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 20px;
}
.page-container .page-search-container .book-info-container .book-intro .read {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 40px;
}
.page-container .page-search-container .book-info-container .book-intro .desc {
    position: relative;
    font-size: 16px;
    color: #552303;
    
}

/* bookdetail */

.page-container.bookdetail-page {
    position: relative;
    background: #ffdf59;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 100px 0 50px 0;
}

.page-container.bookdetail-page .page-book-detail {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.page-container.bookdetail-page .page-book-detail .book-detail-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
}
.page-container.bookdetail-page .page-book-detail .book-detail-bg .filter {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container {
    position: relative;
    z-index: 2;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-cover {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 338px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 600px;
    min-height: 338px;
    padding: 30px;
    box-sizing: border-box;
    padding-left: 50px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .name {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 40px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .author {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 20px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .from {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 20px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .tag {
    position: relative;
    margin-bottom: 20px;
    text-indent: -5em;
    padding-left: 5em;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .tag span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    line-height: 30px;
    text-indent: 0;
    padding-left: 0;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .tag span.item {
    color: #ff683f;
    margin: 0 10px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-intro .read {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin-bottom: 40px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-code {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 200px;
    height: 200px;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-code .code {
    display: block;
    width: 100%;
    height: 100%;
}
.page-container.bookdetail-page .page-book-detail .book-detail-container .book-code .code-tip {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #552303;
    font-weight: bold;
}
.page-container.bookdetail-page .page-book-detail .page-book-desc {
    position: relative;
    font-size: 16px;
    color: #552303;
    margin-top: 50px;
}
.page-container.bookdetail-page .page-book-detail .page-book-preview-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #552303;
    margin: 50px 0;
}
.page-container.bookdetail-page .page-book-detail .page-book-preview {
    position: relative;
    width: 100%;
    height: 500px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.page-container.bookdetail-page .page-book-detail .page-book-preview .book-words {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}
.page-container.bookdetail-page .page-book-detail .page-book-preview .book-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 2;
}

/* toast */
.page-toast {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.page-toast .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}
.page-toast .toast-body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 40px;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #552303;
}

/* loading */
.page-loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.page-loading .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.page-loading .loading-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    animation: loadingActive 1000ms linear 0s infinite;
    background: url(https://staticcdn.qiuqiuhuiben.com/regh5/icon-global-loading.png) no-repeat center center/contain;
}
@keyframes loadingActive {
    0% { transform: rotate(0deg) }
    100% { transform:  rotate(360deg) }
}

/*dialog*/
.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;   
}
.dialog .dialog-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.dialog .dialog-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    border-radius: 20px;
    transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    padding: 50px;
    box-sizing: border-box;
    
}
.dialog .dialog-container {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}
.dialog .dialog-container::-webkit-scrollbar {
    width: 8px;
}
.dialog .dialog-container::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: rgba(85, 35, 3, 0.8);
    border-radius: 10px;
    cursor: pointer;
}
.dialog .dialog-wrap .dialog-close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/icon-dialog-close.png) no-repeat center center/contain;
    cursor: pointer;
    z-index: 1000;
}
.dialog .dialog-wrap .dialog-title {
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 45px 0;
    font-weight: bold;
}
.dialog .dialog-wrap .dialog-sub-title {
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
}
.dialog .dialog-wrap .dialog-p1 {
    position: relative;
    font-size: 16px;
    color: #222;
    margin: 15px 10px;
    line-height: 24px;
    text-indent: 2em;
}
.dialog .dialog-wrap .dialog-p1-title {
    position: relative;
    color: #222;
    margin: 15px 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.dialog .dialog-wrap .dialog-p1.end {
    text-indent: 0;
    text-align: right;
    margin-top: 20px;
}
.dialog .dialog-wrap .dialog-p1 img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.dialog .dialog-wrap .dialog-checkbox {
    position: relative;
    font-size: 16px;
    color: #222;
    margin: 40px 10px 15px;
    line-height: 24px;
    cursor: pointer;
}
.dialog .dialog-wrap .dialog-checkbox input {
    display: inline-block;
    vertical-align: middle;
}
.dialog .dialog-wrap .dialog-checkbox span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.dialog-action {
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.dialog-action .dialog-button {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 60px;
    text-align: center;
    border-radius: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 40px;
    background: #12b7f5;
}
.dialog-action .dialog-button:disabled {
    color: #cccccc;
    background: #eeeeee;
}
