.series_title {
    margin-top: 75px;
    padding: 0 16px;
    padding-top: 64px;
    padding-bottom: 24px;
}

.series_title .s01 {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: rgb(18,18,18);
}

.btn_item {
    /* padding: 16px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px rgb(18, 18, 18, 0.12);
    margin: 0 16px;
    padding: 16px 0;
    position: relative;
}

.btn_item .item {
    margin-right: 20px;
    cursor: pointer;
    overflow: unset;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
}

.btn_item .item span {
    /* color: rgb(84, 84, 84); */
    white-space: nowrap;
    transition: color 0.25s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(18, 18, 18,0.5);
    /* display: none; */
    /* opacity: 0; */
}

.series_wrap {
    padding: 0 16px;
        padding-bottom: 50px;
}

.series_wrap .inner {}

.series_wrap .inner .content_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    padding-top: 4px;
    /* border-bottom: solid 1px rgb(18, 18, 18, 0.12); */
    /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 4px 16px 0px; */
    /* margin-bottom: 20px; */
    margin-top: 15px;
    padding-bottom: 5px;
}

.series_wrap .inner .content_title .dd {}

.series_wrap .inner .content_title .dd span {
    font-size: 14px;
    line-height: 20px;
    color: rgb(84, 84, 84);
}

.series_wrap .inner .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 12px 8px;
    border-radius: 5px;
    display: none;
    opacity: 0;
}

.series_wrap .inner .item .sort_index {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 5px;
    color: rgb(18,18,18,0.5);
}

.series_wrap .inner .item .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.series_wrap .inner .item .content .img_wrap {
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 12px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.series_wrap .inner .item .content .name_wrap {
    flex: 1;
}

.series_wrap .inner .item .content .vol {}

.series_wrap .inner .item .content .img_wrap img {
    width: 46px;
    height: 46px;
}

.series_wrap .inner .item .content .name_wrap .name_top {}

.series_wrap .inner .item .content .name_wrap .name_bottom {}

.series_wrap .inner .item .content .name_wrap .name_top .name {
    overflow: hidden;
}

.series_wrap .inner .item .content .name_wrap .name_top .name span {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    display: none;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.series_wrap .inner .item .content .name_wrap .name_bottom span {
    font-size: 12px;
    color: rgb(84, 84, 84);
    font-weight: 600;
}

.series_wrap .inner .item .content .vol span {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
}

.btn_item .item.selected {
    background-color: rgba(18, 18, 18, 0.04);
}

.btn_item .item.selected span {
    color: rgb(18, 18, 18);
}

.btn_item .item:hover span {
    color: rgb(18, 18, 18);
}

.series_wrap .inner .content_title .dd.d01 span::before {
    content: "#";
    margin-right: 25px;
}

span.s01 {}

.series_wrap .inner .item .content .name_wrap .name_bottom span.s01::after {
    content: ":";
}

.series_wrap .inner .item .content .name_wrap .name_bottom .s01 {
    font-weight: normal;
}

.series_wrap .inner .item:hover {
    background: rgb(18,18,18,0.05);
}

.all_body.jp .series_wrap .name_top .s01.jp {
    display: inline-block !important;
    opacity: 1 !important;
}
.all_body.en .series_wrap .name_top .s01.en {
    display: inline-block !important;
    opacity: 1 !important;
}

.btn_item .left {
    /* padding: 16px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.btn_item .series_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(18, 18, 18, 0.04);
}

.btn_item .series_name span {
    color: rgb(18,18,18);
    font-weight: 600;
    font-size: 16px;
    margin-right: 15px;
    opacity: 1;
}

.btn_item .series_name img {
    height: 20px;
    width: 20px;
}

.btn_item .series_name:hover {
    background: rgba(18, 18, 18, 0.1);
}



#pop_series {
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    border: solid 1px rgb(18, 18, 18, 0.08);
    border-radius: 5px;
    padding: 20px 0;
        display: none;
}

#pop_series .inner {}

#pop_series .inner .item:hover {
    background: rgb(18, 18, 18, 0.05);
}

#pop_series .inner .item span {
    opacity: 1;
    padding: 0 20px;
}

#pop_series .inner .item {
    margin: 0;
    border-radius: 0;
}



.btn_item .series_name.selected img{
    content: url('/static/images/h5_icons/arrow_up.png');
}

.series_wrap .inner .item.show_item {
    display: flex;
    opacity: 1;
}
.series_wrap .inner .item .content .vol span.s02 {
    display: none;
    opacity: 0;
}



body {


        overflow: hidden;
}
.all_body {
    height: 100%;
    overflow: auto;
}





/*
网页端
*/

.all_body.jp.web_size .series_title{
    padding: 0 20%;
}
.all_body.jp.web_size .btn_item{
    margin: 0 20%;
}

.all_body.jp.web_size .series_wrap{
    padding: 0 20%;
}







