.tab_container{
    border-bottom: solid 3px #990099;
}
ul.age_list_tab{
    margin:0;
    padding:0;
    list-style: none;
    display: table;
}
ul.age_list_tab li{
    display:table-cell;
}
ul.age_list_tab li>a{
    padding: 8px 24px;
    display: block;
    font-size: 17px;
    width: 5em;
    text-align: center;
    text-decoration: none;
    background: #d86cd8;
    color: #ffffff;
}
ul.age_list_tab li>a:hover{
    background: #f8a8f8;
}
ul.age_list_tab .age_list_tab_active{
    padding: 8px 24px;
    display: block;
    font-size: 17px;
    width: 5em;
    text-align: center;
    background: #990099;
    color: #FFF;
    cursor: initial;
}
/*header*/
.books_header_wrap{
    padding: 2px 10px 5px;
    border-bottom: solid 1px #990099;
    margin-bottom: 5px;
}
.books_header_table{
    display:table;
    width:100%;
}
.books_header_wrap h1{
    display:table-cell;
    vertical-align: bottom;
}
.books_header_otherlink{
    display:table-cell;
    text-align: right;
    vertical-align: top;
}
.books_header_otherlink a.adultlink{
    color: #ff88ff;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 17px;
    display: inline-block;
}

/* sub header */
.books_headersub_wrap{
    margin: 20px 0 10px 0;
    padding: 0 5px;
}
.books_headersub_table{
    display: table;
    width: 100%;
    border-bottom: solid 2px #990099;
    padding-bottom: 5px;
}
.books_headersub_header{
    font-size: 18px;
    display: table-cell;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    vertical-align: middle;
    padding-left: 10px;
}
.books_headersub_morelink{
    font-size: 15px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    vertical-align: middle;
    padding-right: 10px;
}

/*half_banner*/
.banner_wrap{
    text-align: center;
}

/* item_list */
.item_list_wrap{
    margin-bottom: 40px;
}
.item_list{
    list-style: none;
    list-style-image: none;
    margin: 0 0 0 1rem;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item_list li{
    width: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
    -ms-flex-preferred-size: calc(20% - 1rem);
    flex-basis: calc(20% - 1rem);
    list-style: none;
    list-style-image: none;
    margin: 0 1rem 0 0;
    padding: 0;
}
.item_list .item_wrap{
    padding:1rem 0 0 0;
}
.item_list .item_thumb{
    position: relative;
    width: 100%;
    background-color: #FFF;
}
.item_list .item_thumb > a{
    position: relative;
    display: block;
    width: calc(20% - 1rem);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.item_list .item_thumb > a:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.item_list .item_summary{
    font-size: 0.875rem;
    text-align: left;
}

.item_list .item_summary_base{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    height: 2.5em;
    word-break: break-all;
    line-height: 1.33333333;
    letter-spacing: 0.5px;
}
.item_list .item_name{
    margin: 5px 0 3px 0;
    font-size: 1em;
    font-weight: bold;
}
.item_list .item_name > a{
    color:#454545;
}
.item_list .item_brand{
    font-size: 0.85em;
    white-space: nowrap;
    height: 1.2em;
}
.item_list .item_brand > a{
    color:#2a7dbe;
}
.item_list .item_price{
    font-size: 0.8em;
    /*float: left;*/
    margin-top: 3px;
    margin-right:5px;
    text-align: left;
    line-height: 1;
    /*display: inline-block;*/
    margin-bottom: 3px;
}
.item_list .item_price_type{

}
.item_list .item_price_num{
    color: #CC0000;
    font-weight: bold;
}

/*item_list_horizontal*/
ul.item_list_horizontal{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
ul.item_list_horizontal li{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.875em;
}
ul.item_list_horizontal li .item_wrap{
    display: table;
    width: 100%;
    padding: 0 5px 20px 0;
}
ul.item_list_horizontal .item_thumb{
    display: table-cell;
    width: 40% !important;
    vertical-align: top;
}
ul.item_list_horizontal .item_thumb > a{
    position: relative;
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.item_list_horizontal .item_thumb > a:after {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.item_list_horizontal .item_summary{
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding-left: 5px;
}
ul.item_list_horizontal .item_summary_base{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5em;
    word-break: break-all;
    line-height: 1.33333333;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-left: 0.5em;
}
ul.item_list_horizontal .item_name{
    font-size: 15px;
    font-weight: bold;
}
ul.item_list_horizontal .item_name > a{
    color:#454545;
}
ul.item_list_horizontal .item_brand{
    font-size: 13px;
    height: 1.2em;
    overflow: hidden;
    position: absolute;
    bottom: 22px;
    background: #FFF;
}
ul.item_list_horizontal .item_brand > a{
    color:#2a7dbe;
}
div.noimage_wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #e3e3e3;
    text-align: center;
    overflow: hidden;
}
.noimage_head{
    padding: 5px;
    color: #ffffff;
    background: gray;
}
.noimage_senario{
    margin-top: 10px;
    color: #007bd6;
    font-size: 15px;
}
.noimage_title{
    margin: 10px;
    color: #454545;
    font-size: 15px;
}
/* release_list */
.release_list_wrap{
    padding:10px;
}
table.release_list{
    width:100%;
    border-collapse: collapse;
}
table.release_list th , table.release_list td{
    border:solid 1px #cfcfcf;
    padding: 3px;
}
table.release_list thead, table.release_list tbody {
    display: block;
}
table.release_list tbody {
    overflow-y: scroll;
    max-height: 60em;
}
.release_list_cell1{
    width:10%;
}
.release_list_cell2{
    width:60%;
}
.release_list_cell3{
    width:30%;
}
.slide_wrap{
    margin:0 1rem 0 1rem;
}