.index_book_cover img {
    height: 100%;
}

.pkgMenu {
    display: block;
    width: 190px;
    height: auto;
    font-size: 16px;
    overflow: hidden;
    padding: 9px 0 9px 20px;
    border: 1px solid #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    background-color: #fff;
    position: absolute;
    z-index: 50;
}

.active {
    width: 190px;
    height: 48px;
    line-height: 48px;
    color: #629540;
    background-image: url(../images/tick.png);
    background-position: 132px 16px;
    background-repeat: no-repeat;
    background-size: 19px 13px;
}

.smMenu {
    width: 190px;
    height: 48px;
    line-height: 48px;
    color: #333333;
    cursor: pointer;
}

.mybookcase_index_menu_link {
    position: absolute;
    top: 12px;
    right: 400px;
    line-height: 18px;
    height: 18px;
    color: #cbcbcb;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    padding: 7px 10px;
}

.mybookcase_index_menu_link > a {
    color: #656565;
    font-size: 15px;
}

.mybookcase_index_menu_link:hover {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.bookcase_menu_btn {
    width: auto;
    height: 60px;
    line-height: 60px;
    color: #484848;
    font-size: 16px;
    position: absolute;
    top: 0;
}

.bookcase_back_button {
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    color: #555555;

    background-size: 16px;
    cursor: pointer;
    height: 16px;
    border: none;
    float: left;
    margin-top: 20px;
}

.bookcase_back_button .bookcase_back_text {
    line-height: 18px;
    padding-left: 20px;
}

.bookcase_back_button .bookcase_back_text:hover {
    font-weight: bold;
    text-shadow: 2px 2px 3px #9e9e9e;
}

.index_menu_bk {
    position: static;
    top: 0;
    left: 0;
}

.menu_logout {
    position: absolute;
    top: 12px;
    right: 5px;
    padding: 6px 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    color: #61953f;
    cursor: pointer;
    font-size: 15px;
}

.menu_logout:hover {
    background-color: #61953f;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    color: #f5f5f5;
}

.menu_logout > svg {
    position: relative;
    top: 3px;
    left: 0px;
    padding-right: 2px;
    fill: #61953f;
}

.menu_logout:hover > svg {
    fill: #f5f5f5;
}

.authorize:hover {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.index_menu_btn01_close {
    cursor: pointer;
}

.index_menu_btn01_text:hover {
    font-weight: bold;
    text-shadow: 2px 2px 3px #9e9e9e;
}

.index_menu_btn02 {
    color: #9e9e9e;
}

.history_page_btn {
    color: #333333;
}

#index_search {
    width: 50%;
    max-width: 273px;
    height: 34px;
    border: 1px solid #61953f;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 120px;
}

.lbs_tainan_bk {
    width: 100%;
    background-color: #ba5829;
    position: static;
}

.phone_authorize a {
    width: 100px;
    font-size: 16px;
    float: right;
}

.hami_notice {
    position: absolute;
    top: 22px;
    right: 240px;
}

.hami_notice a:link,
.hami_notice a:visited {
    font-size: 16px;
    color: #f00;
}

.category_options > .one_classification_left_menu_item_choose {
    background-color: #5297c7;
}

.category_options
    > .one_classification_left_menu_item_choose
    > a
    > .one_classification_left_menu_item_text {
    color: #fff;
}

.one_classification_left_menu_options_last {
    border-bottom-width: 1px;
    border-bottom-color: #566573;
    border-bottom-style: solid;
}

/* 日常學 */
.index_book_omia .index_book_cover {
    background-color: #353a3f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index_book_omia .index_book_cover img {
    width: 100%;
    height: auto;
}

.index_book_omia .index_book_cover .omia_tag {
    width: 4rem;
    font-size: 14px;
    color: #599641;
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    border-radius: 14px;
    padding: 3px 4px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.screen_mask {
    background-color: #424242;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

@media screen and (max-width: 640px) {
    .hami_notice {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0px;
    }

    .hami_notice a {
        font-size: 15px;
        color: #f00;
    }
}
