.top_logo {}

.top_logo .inner {}

.top_logo .inner img {
    width: 100%;
}



.total_ljsy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 40px; */
    /* margin: 3% 5%; */
    margin-top: 15px;
    overflow: hidden;
}

.total_ljsy .inner {
    background: #FD7002;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 55px;
    border-radius: 8px;
    padding: 0 10px;
}

.total_ljsy .inner .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 40%;
}

.total_ljsy .inner .right img {
    height: 24px;
    width: 24px;
}

.total_ljsy .inner .right span {}

.total_ljsy .inner .s01 {
    color: #fffc;
    font-size: 14px;
    font-weight: 500;
}

.total_ljsy .inner .right .s02 {
    margin: 2px 7px 0;
    font-size: 18px;
    font-weight: 600;
}

.total_ljsy .inner .right .s03 {
    font-size: 12px;
    font-weight: 400;
}




.ads {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.ads .wrap {
    width: 90%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.ads .item {
    width: 100%;
}

.ads .item img {
    width: 100%;
}

.ads .bx-controls-direction {
    display: none;
    opacity: 0;
}

.ads .bx-pager {
    position: absolute;
    bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    /* background: red; */
    width: 100%;
}

.ads .bx-pager a {
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background: #fff;
    color: #fff;
    opacity: 0.5;
    margin: 0 3px;
    overflow: hidden;
}

.ads .bx-pager a.active {
    opacity: 1;
    width: 25px;
}



.lunbo {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lunbo .inner {
    background: #E6E6E6;
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    padding: 0 20px;
}

.lunbo .img_wrap {}

.lunbo .img_wrap img {
    height: 18px;
    width: 18px;
}

.lunbo .inner .item_wrap {
    flex: 1;
    padding-left: 20px;
    color: #333333;
}

.lunbo .inner .item {
    height: 36px;
    line-height: 36px;
}

.lunbo .inner .item .s01 {}





.three_item {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.three_item .inner {
    width: 90%;
}

.three_item .ttitle {}

.three_item .inner .ttitle span {
    display: block;
    height: 40px;
    font-size: 24px;
    margin: 5px 0;
    font-weight: 600;
}

.three_item .inner .t_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.three_item .left {
    width: 50%;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.three_item .service {}

.three_item .left .about {
    width: 100%;
    height: 83px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.three_item .left .help {
    width: 100%;
    height: 83px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
}

.three_item .t_wrap .service {
    margin-left: 10px;
    width: 50%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.three_item .t_wrap .service .s01 {

}

.three_item .t_wrap img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}

.three_item .inner .t_wrap span {
    position: absolute;
    padding: 0 5px;
    margin: 10px 0 0 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 20;
    top: 0;
    left: 0;
}



.partner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 100px;
}

.partner .inner {
    width: 90%;
}

.partner .ttitle {}

.partner .ttitle span {
    display: block;
    height: 40px;
    font-size: 24px;
    margin: 5px 0;
    font-weight: 600;
}

.partner .inner .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.partner .inner .item {
    width: 16.6%;
    overflow: hidden;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
}

.partner .inner .item img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}


.top_brand {

}


.top_brand .b_inner {
    overflow-x: scroll;
    margin: 0;
    padding: 10px;
    position: relative;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .35));
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 0.5px 0 hsla(0, 0%, 100%, .3) inset, 0 -0.5px 0 rgba(0, 0, 0, .1);

    border-radius: 15px;
    display: flex;
    align-items: center;
}

.top_brand .item {
    width: 30%;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 10px;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .35));
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 0.5px solid hsla(0, 0%, 100%, .3);
    border-radius: 12px;
    color: #666;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    position: relative;
    overflow: hidden;
    -webkit-animation: buttonGlow-data-v-29487cfe 2s ease-in-out infinite;
    animation: buttonGlow-data-v-29487cfe 2s ease-in-out infinite;
    -webkit-animation-delay: inherit;
    animation-delay: inherit;
    text-align: center;
}

.top_brand .item span {
    display: none;
}

.top_brand .item::before {

    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 150%;
    height: 300%;
    background: linear-gradient(90deg, transparent, rgba(255, 100, 100, .3) 25%, rgba(255, 200, 100, .3) 30%, rgba(255, 255, 100, .3) 35%, rgba(100, 255, 100, .3) 40%, rgba(100, 200, 255, .3) 45%, rgba(150, 100, 255, .3) 50%, rgba(255, 100, 200, .3) 55%, transparent 75%);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    pointer-events: none;
    mix-blend-mode: soft-light;
    opacity: 0;

    -webkit-animation: rainbowSweep-data-v-29487cfe 2s ease-in-out infinite;
    animation: rainbowSweep-data-v-29487cfe 2s ease-in-out infinite;
    -webkit-animation-delay: inherit;
    animation-delay: inherit;
}

@keyframes rainbowSweep-data-v-29487cfe{0%{left:-150%;opacity:0}50%{left:-150%;opacity:0}60%{opacity:1}90%{opacity:1}100%{left:150%;opacity:0}}
.top_brand .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    transition: left .4s ease;
    z-index: -1;
}

.top_media {
    padding: 0 16px;
    margin-top: -10px;
}

.top_media .m_inner {width: 100%;height: 100%;border-radius: 15px;overflow: hidden;
    display: flex;flex-direction: row;align-items: center;justify-content: center;
height: 380px;
    overflow: hidden;}

.top_media .m_inner .item {
    height: 380px;
}
.top_media .m_inner .item{
     width: 100%;
}
.top_media .m_inner .item .img_bg {
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
        background-position: center center;
        /* background-size: 100% auto;*/
        background-size: cover;
}
.top_media .m_inner .item .img_bg img {
        width: 100%;
    height: 100%;
    opacity: 0;
}
.top_media,.carousel {
    width: 100%;
}
.three_tab {
    padding: 0 10px;
    margin-top: 15px;
}

.three_tab .t_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow-x: scroll;
    margin: 0;
    padding: 10px;
    position: relative;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .35));
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 0.5px 0 hsla(0, 0%, 100%, .3) inset, 0 -0.5px 0 rgba(0, 0, 0, .1);
    border-bottom: 0.5px solid hsla(0, 0%, 100%, .2);
    border-radius: 15px;

}

.three_tab .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32%;
    margin-top: 5px;
    padding: 10px 8px;
    border-radius: 12px;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .7));
    box-shadow: 0 4px 13px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.three_tab .item img {
    height: 24px;
    width: 24px;
}

.three_tab .item .s01 {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center;
    transition: all .3s ease;
}

.three_tab .item .img_wrap {
    background: linear-gradient(131deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .7));
    /* box-shadow: 0 4px 8px 0px rgba(0, 0, 0, .1); */
    box-shadow: 0 4px 13px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    height: 26px;
    width: 26px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: solid 1px rgba(0,0,0,0.09);
}

.yongjin {}

.yongjin .y_inner {
    padding: 0 10px;
}

.yongjin .ttitle {
    margin-bottom: 10px;
}

.yongjin .ttitle img {
    height: 28px;
    width: 28px;
}

.yongjin .ttitle span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.yongjin .items {
    background: hsla(0, 0%, 100%, .95);
    border-radius: 15px;
    padding: 12px;
    margin: 6px 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.yongjin .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    background: #000;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 10px;
    height: 35px;
    overflow: hidden;
}

.yongjin .item img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.yongjin .item span {
    color: #fff;
}

.yongjin .item .s02 {
    margin-right: 10px;
}

.two_ad {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.two_ad img {
    width: 100%;
}


.shop_now {
    padding: 0 10px;
    color: #333;
}

.shop_now .s01 {
    display: block;
    font-size: 22px;
    font-family: Linotype Didot, serif;
}

.shop_now .s02 {
    display: block;
    font-size: 12px;
    margin: 15px 0;
}

.shop_now .s03 {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: #fff !important;
    border-radius: 13px;
    padding: 0px 20px;
    font-weight: 600;
    box-shadow: 0 4px 13px rgba(102, 126, 234, .3);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}












.lunbo_sp {
    padding: 0 10px;
        margin-top: 10px;
}

.lunbo_sp .l_inner {
    width: 100%;
    overflow: hidden;
}

.lunbo_sp .items {
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
    /* justify-content: left; */
    /* margin-bottom: 15px; */
    /* width: 100%; */
}

.lunbo_sp .item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-width: 150px;
    margin: 10px;
}

.lunbo_sp .item img {
    height: 150px;
    width: 150px;
}

.lunbo_sp .item span {
    display: block;
    text-align: left;
    width: 100%;
    color: #333;
    font-size: 12px;
}

.lunbo_sp .item .s02 {
    color: #f00020;
}

.lunbo_sp .item .s01 {
    height: 36px;
    overflow: hidden;
}

.bottom_ad {
    padding: 0 10px;
    /* padding-bottom: 300px; */
}

.bottom_ad .b_inner {
    background: #e7e6e3;
    padding: 15px;
    padding-bottom: 100px;
}

.bottom_ad .b_inner img {
    width: 100%;
    margin-bottom: 15px;
}

.bottom_ad .b_inner p {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin: 0;
    padding: 0 30px;
}


.nft_item_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.nft_item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    position: relative;
    /* padding: 0 8px; */
    margin-bottom: 15px;
    width: 150px;
    min-width: 150px;
    /* padding-top: 10px; */
    /* padding-top: 18px; */
    margin-right: 10px;
    overflow: hidden;
}

.nft_item .img_wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.nft_item .info {
    padding: 16px 5px;
    position: relative;
}

.nft_item .img_wrap .imgg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
        width: 100%;
    height: 100%;
}
.nft_item .info .price .right {
    text-align: right;
}
.nft_item .img_wrap img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.nft_item .img_wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, .8), rgba(118, 75, 162, .8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.nft_item .img_wrap .bg .s01 {
    font-size: 24px;
    -webkit-animation: overlay-bounce-data-v-619ab116 .6s ease-out;
    animation: overlay-bounce-data-v-619ab116 .6s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nft_item .info .name {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
    transition: color .3s ease;
    display: none;
    max-height: 2.4rem;
    overflow: hidden;
}

.nft_item .info .price {
    display: flex;
    align-items: baseline;
}

.nft_item .price {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nft_item .price .s01 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    color: rgb(84, 84, 84);
}

.nft_item .price .s02 {
    line-height: 20px;
    font-weight: 600;
    color: #121212;
    font-size: 14px;
}
.nft_item::before {
        content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(45deg, transparent, rgba(102, 126, 234, .3), transparent);
    border-radius: 13px;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: -1;
}

.nft_item .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31px;
    height: 2px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 1px;
}

.nft_item .img_wrap .imgg_wrap {
    width: 100%;
    height: 100%;
    transition: all .6s cubic-bezier(.25,.46,.45,.94);
    -webkit-filter: brightness(1) saturate(1);
    filter: brightness(1) saturate(1);
}




.nft_item:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
.nft_item:hover .img_wrap .bg{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nft_item:hover .img_wrap .bg .s01{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nft_item:hover .info .name{
    color: #667eea;
}
.nft_item:hover::before{
    opacity: 1;
    -webkit-animation: border-shine-data-v-619ab116 2s ease-in-out infinite;
    animation: border-shine-data-v-619ab116 2s ease-in-out infinite;
}
@-webkit-keyframes overlay-bounce-data-v-619ab116{0%{-webkit-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg)}50%{-webkit-transform:scale(1.2) rotate(10deg);transform:scale(1.2) rotate(10deg)}100%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}
@keyframes overlay-bounce-data-v-619ab116{0%{-webkit-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg)}50%{-webkit-transform:scale(1.2) rotate(10deg);transform:scale(1.2) rotate(10deg)}100%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}

@-webkit-keyframes pageCurl-data-v-2a7745fc{0%{-webkit-transform:rotateY(0deg) rotateX(0deg) scale(1);transform:rotateY(0deg) rotateX(0deg) scale(1);border-radius:13px}25%{-webkit-transform:rotateY(-20deg) rotateX(5deg) scale(.95);transform:rotateY(-20deg) rotateX(5deg) scale(.95);border-radius:11px 13px 13px 11px}50%{-webkit-transform:rotateY(-60deg) rotateX(10deg) scale(.85);transform:rotateY(-60deg) rotateX(10deg) scale(.85);border-radius:8px 13px 13px 8px}75%{-webkit-transform:rotateY(-120deg) rotateX(15deg) scale(.7);transform:rotateY(-120deg) rotateX(15deg) scale(.7);border-radius:6px 13px 13px 6px}100%{-webkit-transform:rotateY(-180deg) rotateX(20deg) scale(.1);transform:rotateY(-180deg) rotateX(20deg) scale(.1);border-radius:4px 13px 13px 4px;opacity:0}}
@keyframes pageCurl-data-v-2a7745fc{0%{-webkit-transform:rotateY(0deg) rotateX(0deg) scale(1);transform:rotateY(0deg) rotateX(0deg) scale(1);border-radius:13px}25%{-webkit-transform:rotateY(-20deg) rotateX(5deg) scale(.95);transform:rotateY(-20deg) rotateX(5deg) scale(.95);border-radius:11px 13px 13px 11px}50%{-webkit-transform:rotateY(-60deg) rotateX(10deg) scale(.85);transform:rotateY(-60deg) rotateX(10deg) scale(.85);border-radius:8px 13px 13px 8px}75%{-webkit-transform:rotateY(-120deg) rotateX(15deg) scale(.7);transform:rotateY(-120deg) rotateX(15deg) scale(.7);border-radius:6px 13px 13px 6px}100%{-webkit-transform:rotateY(-180deg) rotateX(20deg) scale(.1);transform:rotateY(-180deg) rotateX(20deg) scale(.1);border-radius:4px 13px 13px 4px;opacity:0}}

.nft_item .img_wrap .bg .s01 {
    font-size: 24px;
    -webkit-animation: overlay-bounce-data-v-619ab116 .6s ease-out;
    animation: overlay-bounce-data-v-619ab116 .6s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nft_item .img_wrap .bg .s02 {
    display: block;
    color: #fff;
    padding: 10px;
}


.top_sell {
    margin-top: 30px;
    margin: 0 15px;
    overflow: hidden;
    margin-top: 0;
        padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
}

.top_sell .tab_wrap {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-radius: .75rem;
    padding: 2px;
    height: 48px;
    background: #F6F6F6;
    margin-bottom: 20px;
}

.top_sell .tab_wrap .tab_item {
    padding: 10px 24px;
    cursor: pointer;
}

.top_sell .tab_wrap .tab_item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(84,84,84);
    /* padding: 10px 24px; */
}

.top_sell .content_wrap {}

.top_sell .content_wrap .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;
}

.top_sell .content_wrap .content_item.selected {
    display: block;
    opacity: 1;
}

.top_sell .tab_wrap .tab_item.selected {
    border-radius: .75rem;
    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;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.top_sell .content_wrap .content_title .dd {}

.top_sell .content_wrap .content_title .dd span {
    font-size: 14px;
    line-height: 20px;
    color: rgb(84,84,84);
}

.top_sell .content_wrap .content_item {
    cursor: pointer;
        display: none;
    opacity: 0;
}

.top_sell .content_wrap .content_item .sell_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 12px 8px;
    border-radius: 15px;
        text-decoration: none;
    color: rgb(18, 18, 18);
}

.top_sell .content_wrap .content_item .sort_index {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 5px;
}

.top_sell .content_wrap .content_item .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.top_sell .content_wrap .content_item .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;
}

.top_sell .content_wrap .content_item .name_wrap {
    flex: 1;
}

.top_sell .content_wrap .content_item .vol {
    /* flex: 1; */
}

.top_sell .content_wrap .content_item .vol span {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
}

.top_sell .content_wrap .content_item .content .name_top {}

.top_sell .content_wrap .content_item .content .name_bottom {}

.top_sell .content_wrap .content_item .content .name_top .name {

    overflow: hidden;
}

.top_sell .content_wrap .content_item .content .name_top .name span {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
        display: none;
    opacity: 0;
        overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
}

.top_sell .content_wrap .content_item .content .name_bottom span {
    font-size: 12px;
    color: rgb(84,84,84);
}

.top_sell .tab_wrap .tab_item.selected span {
    color: #121212;
}

.tab_item.selected {}

.top_sell .content_wrap .content_title .d01 .s01::before {
    content: "#";
    margin-right: 25px;
}

.top_sell .content_wrap .content_item .img_wrap img {
    width: 54px;
    height: 54px;
}

.top_sell .content_wrap .content_item .sell_item:hover {
    background: rgb(18,18,18,0.05);
}
.top_sell .tab_wrap .tab_item:hover span {
        color: #121212;
}
.top_sell .content_wrap .content_item .vol span.s02 {
    display: none;

}

.top_sell .tab_wrap02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_sell .tab_wrap02 .see_all {
    margin-bottom: 20px;
}

.top_sell .tab_wrap02 .see_all a {
    text-decoration: none;
    background: #F6F6F6;
    border-radius: .75rem;
    padding: 10px 24px;
}

.top_sell .tab_wrap02 .see_all a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(84, 84, 84);
}

.top_sell .tab_wrap02 .see_all a:hover span {
    color: #121212;
}

.big_nft_items {
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    margin: 16px;
    /* margin-top: 16px; */
        padding-bottom: 0;
}

.big_nft_items .big_title .s01 {
    display: none;
    font-size: 1.2rem;
    font-weight: 600;
}
.nft_wrap {
    /* margin-top: 16px; */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: left;
    overflow: auto;

    /* padding-left: 16px; */
    /* padding-right: 16px; */
    padding-top: 18px;
}
.all_body .all_inner{
    height: auto !important;
}
.blank_white {
    height: 150px;
}
.top_media .m_inner .item .img_bg {
    position: relative;
}

.top_media .m_inner .item .img_bg .s_content {
    /* background: red; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: space-evenly; */
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    /* height: 200px; */
    /* width: 100px; */
}

.s_content {}

.s_content .img_wrap02 {
    height: 48px;
    width: 48px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255, 0.5);
    background-color: black;
    margin-bottom: 15px;
}

.s_content .img_wrap02 img {
    height: 48px !important;
    width: 48px !important;
    opacity: 1 !important;
}

.s_content .text {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s_content .text .s01 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: none;
}

.gif_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
.s_content .text img {
    width: 16px !important;
    height: 16px !important;
    margin-left: 10px;
    opacity: 1 !important;
}

.s_content .text.text01 .s01 {
    font-size: 24px;
}

.s_content .text.text01  img {
    width: 20px !important;
    height: 20px !important;
}