
.all_body .all_inner {
    padding-top: 0 !important;
}
.index_top {
    display: none !important;
}

.my_nft {
    background-color: rgb(245, 247, 250);
        min-height: 100vh;
}

.my_nft .o_inner {
    padding: 16px;
    overflow: hidden;
}

.my_nft .top_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
    /* padding-top: 16px; */
}
.my_nft .zhye {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(102, 126, 234, .3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.my_nft .zhye .s01 {
    font-size: 16px;
    margin-right: 6px;
}

.my_nft .zhye .s02 {
    font-size: 14px;
    color: rgb(255 255 255 / 90%);
    font-weight: 500;
}

.my_nft .zhye .s03 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-animation: balancePulse-data-v-75b26860 2s ease-in-out infinite;
    animation: balancePulse-data-v-75b26860 2s ease-in-out infinite;
    flex: 1;
    text-align: right;
}
.my_nft .zhye .s03::before {
    content: "$";
    margin-right: 2px;
}

@-webkit-keyframes balancePulse-data-v-75b26860{0%, 100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:.9}}
@keyframes balancePulse-data-v-75b26860{0%, 100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:.9}}



.my_nft .tab_items {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.my_nft .content {
    margin-top: 20px;
        padding-bottom: 100px;
        display: none;
    opacity: 0;
}
.my_nft .content.selected {
    display: block;
    opacity: 1;
}


.my_nft .tab_item {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    transition: color .3s ease;
    cursor: pointer;
}

.my_nft .tab_item  {
    padding: 10px 8px;
    border-radius: 8px;
    text-align: center;
    transition: all .3s ease;
    background: #f8f9fa;
    border: 1px solid transparent;
    line-height: 24px;
}

.my_nft .tab_item.selected   {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: rgba(102, 126, 234, .3);
    box-shadow: 0 2px 8px rgba(102, 126, 234, .3);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    color: #fff;
    font-weight: 600;
}


.no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 67px 33px;
}

.no_data_inner {}

.no_data .s01 {
    font-size: 67px;
    margin-bottom: 16px;
    opacity: .6;
    display: block;
    text-align: center;
}

.no_data .s02 {
    font-size: 15px;
    color: #999;
    text-align: center;
    line-height: 24px;
    display: block;
    text-align: center;
}


.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;
}

.nft_item .img_wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.nft_item .info {
    padding: 16px 12px;
    position: relative;
}

.nft_item .img_wrap .imgg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
        width: 100%;
    height: 100%;
}

.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;
}

.nft_item .info .price {
    display: flex;
    align-items: baseline;
}

.nft_item .info .price .s01 {
    font-size: 12px;
    color: #e74c3c;
    font-weight: 500;
    margin-right: 2px;
}
.nft_item .info .price .s03 {
    flex: 1;
    font-size: 0.8rem;
    opacity: 0.8;
}

.nft_item .info .price .s03::after {
    content: ":";
}

.nft_item .info .price .s02 {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
    text-shadow: 0 1px 2px rgba(231, 76, 60, .2);
}

.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;
}





.nfts_content02 .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 15px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
}






.my_nft .his_item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: all .3s ease;
}

.my_nft .his_item:hover{

    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}



.my_nft .his_item .o_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.my_nft .his_item .o_center {}

.my_nft .his_item .o_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.my_nft .his_item .o_top .left {}

.my_nft .his_item .o_top .right {
}

.my_nft .his_item .o_top .right .s05 {
    font-size: 11px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.my_nft .his_item .o_top .right .s04 {
    font-size: 11px;
    color: #999;
    margin-right: 4px;
}

.my_nft .his_item .o_top .left .s01 {
    font-size: 12px;
    margin-right: 4px;
}

.my_nft .his_item .o_top .left .s02 {
    font-size: 11px;
    color: #999;
}

.my_nft .his_item .o_top .left .s03 {
    font-size: 11px;
    color: #999;
}

.my_nft .his_item .o_top .left .s02::after {
    content: ":";
}

.my_nft .his_item .o_center .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.my_nft .his_item .o_center .img_wrap img {
    display: block;
    max-width: 62px;
    max-height: 62px;
    overflow: hidden;
    border-radius: 5px;
}

.my_nft .his_item .o_center .img_wrap .p01 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1;
    margin-left: 5px;
        padding-left: 10px;
}

.my_nft .his_item .o_center .zonge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.my_nft .his_item .o_center .yongjin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.my_nft .his_item .o_center .zonge .s05 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px rgba(102, 126, 234, .2);
}

.my_nft .his_item .o_center .yongjin .s05 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px rgba(102, 126, 234, .2);
}

.my_nft .his_item .o_center .zonge .s05::before {
    content: " ";
}

span.s05 {}

.my_nft .his_item .o_center .yongjin .s05::before {
    content: "$";
}

.my_nft .his_item .o_bottom .s05 {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: pulse-glow-64c094b8 2s
ease-in-out infinite;
    text-shadow: 0 0 15px rgba(102, 126, 234, .3);
}

.my_nft .his_item .o_bottom .s05::before {
    content: "$";
}


.my_nft .his_item .o_bottom02 {
    text-align: center;
}

.my_nft .his_item .o_bottom02 .s04 {
    background: linear-gradient(135deg, #667eea, #764ba2);
    box-shadow: 0 2px 8px rgba(102, 126, 234, .3);
    padding: 0 22px;
    border-radius: 13px;
    transition: all .3s ease;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}



.search .input_wrap {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all .3s ease;
    overflow: hidden;
    width: 100%;
    height: 47px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    /* background: transparent; */
    /* border: none; */
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nfts_content01 {}

.nfts_content01 .inner {
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
}

.search .input_wrap input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    /* font: inherit; */
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    flex: 1;
    z-index: 2;
}

.search .input_wrap .hide_text {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 45px;
    color: #999;
    z-index: 1;
}

.nfts_content01 .inner .search {
    font-size: 1.2rem;
}


.nfts_content01 .inner .search .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 10px;
}

.nfts_content01 .inner .search .img_wrap img {
    height: 30px;
    width: 30px;
}


.tags {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-radius: .75rem;
    padding: 2px;
    height: 48px;
    background: #F6F6F6;
    margin-bottom: 20px;
    margin-top: 16px;
}

.tags .item {
    padding: 10px 24px;
    cursor: pointer;
}

.tags .item .s01 {}

.tags .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);
}

.hot_best {}

.hot_best .hot_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
        display: none;
    opacity: 0;
}
.hot_best .hot_content.selected {
    display: grid;
    opacity: 1;
}

.cat_models {
    margin-top: 20px;
}

.cat_models .title {}

.cat_models .title .s01 {
    font-size: 1.2rem;
    font-weight: 600;
    display: none;
}

.cat_models .inner02 {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.nfts_content01 .inner {
    padding-bottom: 50px;
}

.search_result .inner03{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    /* padding: 15px 10px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .08); */
    /* background: #fff; */
    /* border-radius: 10px; */
    margin-top: 16px;
}