#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;
}

.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, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    z-index: 998;

}

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

}

.logo {
    display: block;
    width: 117px;
    height: 23px;
    margin-top: 12px;
    background-image: url(/images/preview/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.book_back_btn {
    width: 11px;
    height: 22px;
    position: absolute;
    left: 17px;
    top: 13px;
    cursor: pointer;

}

.monthly_btn {
    display: block;
    width: 68px;
    height: 21px;
    position: absolute;
    top: 2px;
    left: 114px;
    background: url(/images/preview/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, .05);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
}

.book_show_title,
.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(/images/preview/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;
}

.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, .05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(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, .05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(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, .05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px rgba(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(/images/preview/book_subscription_shoppingcar_icon.png);
    background-size: 32px 22px;
    background-repeat: no-repeat;
    background-position: center 10px;
}






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

@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;
    }



}


@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;
    }




}