.series_top {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.series_top .img_wrap {
    height: 300px;
    position: relative;
    z-index: 90;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.series_top .inner {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 20px;
}

.series_top .tx {}

.series_top .nft_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    justify-content: left;
}

.series_top .creater {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
}

.series_top .img_wrap img {
    /* height: 100%; */
    /* width: 100%; */
    /* height: 300px; */
    min-height: 300px;
    width: 100%;
}

.series_top .tx img {
    height: 64px;
    width: 64px;
    border-radius: 15px;
}

.series_top .nft_name span {
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.series_top .nft_name img {
    width: 20px;
    margin-left: 10px;
}

.series_top .creater span {
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.series_top .creater img {
    width: 16px;
    margin-left: 10px;
}

.s_item02 {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    justify-content: left;
    /* height: 20px; */
    /* overflow: hidden; */
}

.s_item02 .inner {height: 20px;overflow: hidden;max-width: 40%;flex: 1;}

.s_item02 .show_this {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.s_item02 .inner span {}

.s_item02 .show_this span {
    color: rgb(84, 84, 84);
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.s_item03 {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s_item03 .dd {}

.s_item03 .dd .s01 {
    color: rgb(84,84,84);
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
}

.s_item03 .dd .s02 {
    color: rgb(84, 84, 84);
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
}

.nft_items {
    padding: 0 15px;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 50px;
}

.nft_items .inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    padding: 30px 0;
    padding-top: 20px;
}

.nft_items .item {
    /* width: 33%; */
    /* max-width: calc(50% - 5px); */
    /* margin: 0 5px; */
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px; */
    /* transition: box-shadow 0.25s ease-in-out; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* border: solid 1px rgb(18, 18, 18, 0.08); */
    /* margin-bottom: 15px; */
    padding: 0 8px;
    margin-bottom: 15px;
}
.nft_items .item .nft_inner{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
    transition: box-shadow 0.25s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 15px;
    border: solid 1px rgb(18, 18, 18, 0.08);
}


.nft_items .item .img_wrap {
    width: 100%;
}

.nft_items .item .nft_name {
    margin-top: 15px;
    color: rgb(18,18,18);
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
}

.nft_items .item .price {
    margin-top: 15px;
    color: rgb(18, 18, 18);
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
}

.nft_items .item .buy_now {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(32 129 226);
    height: 36px;
    display: none;
    opacity: 0;
}

.nft_items .item .img_wrap a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.nft_items .item .img_wrap a img {
    width: 100%;
}

.nft_items .item .nft_name span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nft_items .item .price span {}

.nft_items .item .buy_now a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

.nft_items .item .buy_now a img {}

.nft_items .item:hover .buy_now {
    display: block;
    opacity: 1;
}

.all_body.jp .nft_items .item .nft_name span.jp {
    display: block;
}

.all_body.en .nft_items .item .nft_name span.en {
    display: block;
}

.s_item03 .dd::after {
    content: "·";
    color: rgb(84, 84, 84);
    margin: 0 5px;
}

.s_item03 .dd.link::after {
    content: "";
}

.s_item02 .show_this span:hover {
    color: rgb(18,18,18);
}
.all_body.jp .series_top .nft_name span.jp {
    display: block;
    opacity: 1;
}
.all_body.en .series_top .nft_name span.en {
    display: block;
    opacity: 1;
}

.s_item02 .inner .s01 {
    display: inline;
    opacity: 0.6;
    line-height: 20px;
    color: rgb(18, 18, 18);
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.s_item02 .show_this::before {
    content: "...";
    margin: 0 5px;
}

.s_item02 .inner::after {
    /* content: "..."; */
}

.s_item02 .show_this .s02 {
    display: none;
}
.series_top .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 98;
    opacity: 0.3;
}

.s_item02.show_all {display: block;}

.s_item02.show_all .inner {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.s_item02.show_all .show_this .s02 {
    display: inline;
}

.s_item02.show_all .show_this .s01 {
    display: none;
}

.s_item02.show_all .inner .s01 {overflow: hidden;white-space: break-spaces;text-overflow: ellipsis;}

.s_item02.show_all .show_this::before {
    content: "";
    margin: 0;
}

.s_item02.show_all .show_this {
    margin-top: 10px;
}
.nft_items .title {
    border-top: solid 1px rgb(18, 18, 18, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-top: 15px;
}

.nft_items .title .s01 {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 12px;
    background: rgb(52, 199, 123);
    animation: 3s ease 0s infinite normal none running livePulse;
}

.nft_items .title .s02 {

    color: rgb(84, 84, 84);
    font-size: 16px;
    line-height: 24px;
}

.nft_items .title .s03 {

color: rgb(84, 84, 84);

font-size: 16px;

line-height: 24px;

flex: 1;
}

.nft_items.w460 .item {
    max-width: 50%;
}
.nft_items.w780 .item {
    max-width: 33%;
}
.nft_items.w960 .item {
    max-width: 25%;
}
.nft_items.w1080 .item {
    max-width: 20%;
}

.nft_items .title a {
    text-decoration: none;
    color: rgb(18,18,18,0.5);
    padding: 6px 11px;
    text-decoration: none;
    border: solid 1px #d5dae0;
    font-size: 14px;
    color: #121212;
    border-radius: 8px;
}

.nft_items .title a:hover {
    color: rgb(18,18,18,0.8);
}



/*
网页端
*/

.all_body.web_size {}

.all_body.web_size .nft_items {
    padding: 0 20%;
}

.all_body.web_size .s_item02 {
    padding: 0 20%;
}

.all_body.web_size .s_item03 {
    padding: 0 20%;
}
.all_body.web_size .series_top .img_wrap{
    height: 400px;
}
.all_body.web_size .series_top .img_wrap img{
    height: 100%;
}
.all_body.web_size .series_top{
        height: 400px;
}


.all_body.jp.web_size .series_top .inner{
    left: 20%;
}
