#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    padding-top: 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book_page_top {
    width: 100%;
    min-width: 300px;
    height: 47px;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0;
    border-top: solid 2px #629540;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 998;
}

.book_page_logo_box {
    width: 117px;
    height: 23px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.book_page_logo {
    display: block;
    width: 117px;
    height: 24px;
    margin-top: 12px;
    background-image: url(https://bookstore.emome.net/css/preview/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.book_back_btn {
    width: 120px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 17px;
    cursor: pointer;
    display: flex;
}

.book_back_btn img {
    width: 8px;
    height: 16px;
    margin: 0 6px 0 0;
}

.book_back_btn_text {
    line-height: 16px;
    display: inline;
    font-size: 15px;
    color: #000;
    position: relative;
    top: -3px;
}

.monthly_btn {
    display: block;
    width: 68px;
    height: 21px;
    position: absolute;
    top: 2px;
    left: 114px;
    background: url(../preview/images/monthly_btn.png) no-repeat;
    background-size: 100% auto;
}

.book_show {
    width: 100%;
    height: auto;
    min-height: 360px;
    overflow: hidden;
    padding: 0 0 65px 0;

    position: relative;
    clear: both;
}

.book_show_cover {
    width: 47%;
    max-width: 266px;
    height: auto;
    display: block;
    margin: 18px auto 12px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ededed;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.page_book_show_title,
.page_book_show_title a {
    width: 75%;
    min-width: 180px;
    height: auto;
    color: #333;
    font-size: 19.5px;
    line-height: 24px;
    margin: 0 auto 28px auto;
    text-align: center;
}

.book_info_title01 {
    display: block;
    width: 100%;
    height: 16px;
    margin-bottom: 20px;
    background-image: url(https://bookstore.emome.net/images/index_title_bk.png);
    background-repeat: repeat-x;
}

.new_arrivals_title_text {
    width: 85px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #484848;
    text-align: center;
    background-color: #fff;
}

.book_show_content {
    width: 88%;
    height: auto;
    color: #333;
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 auto 36px auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.bookpage.book_buy_block {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 65px;
    background-color: #f8f8f8;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
}

/*開啟App免費閱讀*/
.book_buy_btn {
    flex: 1;
    max-width: 300px;
    min-width: 135px;
    height: 44px;
    border: 1px solid #629540;
    background-color: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 3% 0 0;
    display: block;
}

.book_buy_btn a {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: block;
    background-color: #629540;
}

.ph_book_buy_btn {
    flex: 1;
    max-width: 300px;
    min-width: 135px;
    height: 44px;
    border: 1px solid #629540;
    background-color: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 3% 0 0;
    display: none;
}

.ph_book_buy_btn a {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: none;
    background-color: #629540;
}

/*訂閱月讀包*/
.book_subscription_btn {
    flex: 1;
    max-width: 300px;
    min-width: 135px;
    height: 44px;
    border: 1px solid #474747;
    background-color: #fff;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 0 0 0;
}

.book_subscription_btn a {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: block;
    background-color: #474747;
    display: flex;
    justify-content: center;
}

.book_subscription_btn a::after {
    content: "";
    width: 32px;
    height: 44px;
    margin: 0 0 0 8px;

    background-image: url("../preview/images/book_subscription_shoppingcar_icon.png");
    background-size: 32px 22px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

/*創客坊*/
/*前往書櫃*/
.ebooknew_go_bookcase {
    flex: 1;
    max-width: 300px;
    min-width: 90px;
    height: 44px;
    margin: 0 10px;
    border: 1px solid #474747;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 10px 0 10px;
}

.ebooknew_go_bookcase a {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: block;
    background-color: #474747;
    display: flex;
    justify-content: center;
}

/*立即閱讀*/
.ebooknew_go_read {
    flex: 1;
    max-width: 300px;
    min-width: 90px;
    height: 44px;
    border: 1px solid #629540;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 10px 0 10px;
    display: block;
}

.ebooknew_go_read a {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    display: block;
    background-color: #629540;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width: 640px) {
    .book_buy_btn {
        display: none;
    }

    .book_buy_btn a {
        display: none;
    }

    .ph_book_buy_btn {
        display: block;
    }

    .ph_book_buy_btn a {
        display: block;
    }

    /*創客坊*/
    /*前往書櫃*/
    .ebooknew_go_bookcase {
        margin: 10px 5px 0 5px;
    }

    /*立即閱讀*/
    .ebooknew_go_read {
        margin: 10px 5px 0 5px;
    }
}

@media screen and (max-width: 390px) {
    .book_buy_btn a {
        font-size: 16px;
    }

    .ph_book_buy_btn a {
        font-size: 16px;
    }

    .book_subscription_btn a {
        font-size: 16px;
    }

    /*創客坊*/
    .book_back_btn_text {
        font-size: 14px;
    }

    /*前往書櫃*/
    .ebooknew_go_bookcase a {
        font-size: 16px;
    }

    /*立即閱讀*/
    .ebooknew_go_read a {
        font-size: 16px;
    }

    .book_back_btn img {
        margin: 0 4px 0 0;
    }
}

@media screen and (max-width: 320px) {
    /*創客坊*/
    .book_back_btn_text {
        font-size: 13px;
    }
}

.cursor_pointer {
    cursor: pointer;
}
