@font-face {
  font-family: 'UniNeue Black';
  src: url('/fonts/gate_web2.0/Uni_Neue/UniNeue-Black.ttf');
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
  /* 禁止锚点行为 */
  overflow-anchor: none;
  --scollbar-width: 8px;
}
#nroot{background: var(--color-bg-1);}

body.classic-dark {color: var(--color-text-1);}
#nroot{background: var(--color-bg-1);}
.home-container {overflow-x: hidden;}

/* common */
.func-red {color: var(--color-funct-3);}
.home-hover-card {position: absolute;top: -8px;right: -8px;bottom: -8px;left: -8px;z-index: 0;background: linear-gradient(180deg, rgba(51, 102, 255, 0.1) 0%, rgba(26, 83, 255, 0.15) 100%), #FFFFFF;width: auto;height: auto;opacity: 0;transition: opacity 0.3s;-webkit-transition: opacity 0.3s;}
.classic-dark .home-hover-card {background: linear-gradient(180deg, rgba(26, 64, 255, 0.2) 0%, rgba(26, 83, 255, 0.4) 100%);}
i.user-identity-1 {width: 14px;height: 14px;background: url(/images/nft/user_identity_1.svg);background-repeat: no-repeat;background-size: contain;display: inline-block;flex-shrink: 0;}
i.user-identity-2 {width: 14px;height: 14px;background: url(/images/nft/user_identity_2.svg);background-repeat: no-repeat;background-size: contain;display: inline-block;flex-shrink: 0;}
.swiper-outer-8px {width: calc(100% + 16px);position: relative;left: -8px;}
.swiper-outer-12px {width: calc(100% + 24px);position: relative;left: -12px;}
/* end */

/* swiper */
.swiper-pagination-bullet:focus-visible {outline: none;}
.swiper-pagination-bullet {background: #E6E9F2;}
.classic-dark .swiper-pagination-bullet {background: #2A2F40;}
.swiper-pagination-bullets .swiper-pagination-bullet-active {background: var(--color-brand-1);} 
.common-grid-swiper .swiper-pagination-bullets {display: none;}
.swiper-pagination-bullet {width: 4px;height: 4px;border-radius: 0;}
.swiper-pagination-btn {margin-top: 24px;}
.swiper-button-prev, .swiper-button-next {box-shadow: 0px 4px 16px rgba(23, 56, 153, 0.06);}
.classic-dark .swiper-button-prev, .classic-dark .swiper-button-next {box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.13);}
.common-grid-swiper .swiper-button-prev, .common-grid-swiper .swiper-button-next {width: 40rem;height: 40rem;background: var(--color-neutral-2);color: var(--color-text-1);}
.common-grid-swiper .swiper-button-prev {left: -60rem;margin-left: 8px;}
.common-grid-swiper .swiper-button-next {right: -60rem;margin-right: 8px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 1;color: var(--nftColorGray1);}
.common-grid-swiper .card-box-shadow {left: 16px;right: 8px;}
.classic-dark .common-grid-swiper .card-box-shadow {opacity: 0;}
.common-grid-swiper .swiper-button-prev > span {transform: rotate(90deg);}
.common-grid-swiper .swiper-button-next > span {transform: rotate(-90deg);}

.popular-nft-swiper, .recommended-creator-swiper, .free-list {padding: 40rem 12px 120rem;}
/* end */

/* header slogan */
.slogan-gradient {
  color: transparent;
  background-image: linear-gradient(92.99deg, #00B2FF 0%, #26FFFF 16.53%, #4070FF 33.06%, #5967FF 49.59%, #E29EFF 65.08%, #4D6AFF 82.64%, #00B2FF 99.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: auto;
  animation: gradientText 300s infinite linear;
  -webkit-animation: gradientText 300s infinite linear;
}
.classic-dark .slogan-gradient {
  background-image: linear-gradient(92.99deg, #00B2FF 0%, #4DFFFF 16.53%, #4D69FF 33.06%, #8A80FF 49.59%, #EFBFFF 66.11%, #4D70FF 82.64%, #00B2FF 99.17%);
}

@keyframes gradientText {
  0% {
      background-position: 0;
  }
  100% {
      background-position: 28000px;
  }
}
.slow .slogan-gradient {animation-duration: 600s;}
.nft-header-slogan {padding: 16rem;margin-bottom: 32rem;}
.nft-header-slogan h1 {font-size: 48rem;line-height: 1.5;font-weight: 600;width: fit-content;position: relative;}
.nft-header-slogan h4 {font-size: 14rem;line-height: 1.3;width: fit-content;}
.nft-header-slogan h1::after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: linear-gradient(92.99deg, #00B2FF 0%, #4DFFFF 16.53%, #4D69FF 33.06%, #8A80FF 49.59%, #EFBFFF 66.11%, #4D70FF 82.64%, #00B2FF 99.17%);opacity: 0.15;filter: blur(16px);}
/* end */

/* GridSwiper */
.swiper-button-prev, .swiper-button-next{position: absolute;width: 40rem;height: 40rem;box-shadow: 0px 0px 16px rgba(35, 84, 230, 0.1);color: var(--color-text-1);background: var(--color-neutral-2);z-index: 1;}
.swiper-button-prev:not(.swiper-button-disabled):hover, .swiper-button-next:not(.swiper-button-disabled):hover{color: var(--color-brand-1);}
.swiper-button-prev{left: -60rem;}
.swiper-button-next{right: -60rem;}
.swiper-button-prev > span, .swiper-button-next > span{font-size: 20rem;}
.home-common-wrapper .swiper-button-next.swiper-button-disabled, .home-common-wrapper .swiper-button-prev.swiper-button-disabled{opacity: 1;box-shadow: none;color: var(--nftColorGray1);pointer-events: none;}
@media screen and (max-width: 1200px){
  .swiper-button-prev{left: -36rem;}
  .swiper-button-next{right: -36rem;}
  .user-wrapper .swiper-button-next{right: 0 !important;}
  .user-wrapper .swiper-button-prev{left: 0 !important;}
}
@media screen and (max-width: 768px){
  .swiper-button-prev{left: -20rem;}
  .swiper-button-next{right: -20rem;}
}
.unveil-banner-mobile, .swiper-pagination-btn{display: none;}
/* end */

/* banner */
.nft-home-banner {position: relative;z-index: 0;margin-bottom: 64rem;padding-top: 48rem;}
.nft-home-banner > img {position: absolute;top: -72px;left: 0;width: 100%;height: 260rem;object-fit: cover;z-index: -1;}
.banners-swiper {width: 100%;overflow: hidden;position: relative;}
.banners-swiper .swiper-slide {height: 28.125vw;}
.banners-swiper .swiper-slide:not(.swiper-slide-active) .header-banner-item-bg {clip-path: none!important;border-radius: 24px!important;}
.banners-swiper  .swiper-slide .swiper-slide-container {width: 100%;height: 100%;-webkit-transition: width .5s;transition: width .5s;position: relative;}
.header-banner-item-bg {position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: auto;height: auto;background: #f0f7fc;}
.banners-swiper .swiper-slide-active .header-banner-item-bg::before {content: '';position: absolute;top: 0;left: 0;width: 50%;height: 100%;background: linear-gradient(57.72deg, rgba(4, 6, 13, 0.5) 1.49%, rgba(4, 6, 13, 0.35) 34.15%, rgba(4, 6, 13, 0) 64.09%);pointer-events: none;opacity: 0.7;}
.banners-swiper  .swiper-slide .swiper-slide-container .slide-img, .banner-swiper-left .slide-img, .banner-swiper-right .slide-img {width: 100%;height: 100%;object-fit: cover;}
.banner-swiper-left .slide-img, .banner-swiper-right .slide-img {border-radius: 24px;}
.banner-swiper-left {width: 200px;height: 29.17vw;position: absolute;left: -32px;top: -0.5vw;background: #f0f7fc;transform: scale(0.8, 0.8) perspective(1000px) rotateY(105deg);border-radius: 24px;-webkit-user-drag: none;opacity: 0.4;}
.banners-swiper .swiper-slide-prev .swiper-slide-container::after, .banner-swiper-left::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--color-bg-1) 100%);pointer-events: none;}
.banner-swiper-right {width: 200px;height: 29.17vw;position: absolute;right: -32px;top: -0.5vw;background: #f0f7fc;transform: scale(0.8, 0.8) perspective(1000px) rotateY(-105deg);border-radius: 24px;-webkit-user-drag: none;z-index: 2;opacity: 0.4;}
.banners-swiper .swiper-slide-next .swiper-slide-container::after, .banner-swiper-right::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, var(--color-bg-1) 100%);pointer-events: none;-webkit-transition: width .7s;transition: width .7s;}
.banner-slide-info {position: absolute;left: 0;bottom: 0;width: 100%;padding: 40rem;}
.banners-swiper .swiper-slide:not(.swiper-slide-active) .banner-slide-info {display: none;}
.banner-card-name {font-size: 24rem;font-weight: 600;}
.banners-swiper .swiper-slide-active[position-index="-1"] .swiper-slide-container {animation: activeOpacityLeft .6s;}
.banners-swiper .swiper-slide-active[position-index="1"] .swiper-slide-container {animation: activeOpacityRight .6s;}
.banners-swiper .swiper-slide-prev .swiper-slide-container {width: 20%;}
.banners-swiper .swiper-slide-next .swiper-slide-container {width: 20%;left: 80%;}
.swiper-slide-only {width: 75%;margin: 0 auto;}
@keyframes leftMove {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 0.4;
    left: -32px;
  }
}
@keyframes rightMove {
  0% {
    opacity: 0;
    right: 40px;
  }
  100% {
    opacity: 0.4;
    right: -32px;
  }
}
@keyframes activeOpacityRight {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes activeOpacityLeft {
  0% {
    opacity: 0;
    width: 0%;
    left: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}
.banner-swiper-pagination {display: flex;justify-content: center;align-items: center;margin-top: 24rem;}
.classic-dark .banner-swiper-pagination .swiper-pagination-bullet-active {background-color: var(--color-brand-1);}
.banner-swiper-pagination .swiper-pagination-bullet {width: 8px;height: 8px;border-radius: 0;}
.banner-card-user {max-width: 177rem;height: 24px;background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(30px);border-radius: 40px;padding: 1px 8px 1px 1px;width: fit-content;}
.banner-card-user > img {width: 22px;height: 22px;border-radius: 50%;flex-shrink: 0;margin-right: 4px;}
.banner-card-user > span {opacity: 0.6;}
.banner-card-user > i {width: 12px;height: 12px;}
.banner-card-info {color: #fff;width: 50%;}
.banner-card-info .mystery-box-type {margin-right: 16rem;}
.banner-card-info-name {height: 24rem;}
.banner-card-living {background: rgba(0, 0, 0, 0.3);padding: 0 6px 0 8px;height: 24px;color: #fff;border-radius: 20px;line-height: 1;backdrop-filter: blur(10px);}
.banner-card-living > .live-point{width: 8px;height: 8px;display: inline-block;background: #17E6A1;margin-right: 4px;border-radius: 50%}
.banners-swiper .swiper-slide:not(.swiper-slide-visible) {opacity: 0!important;pointer-events: none;}
.banner-overlying-icon {width: 100rem;height: 100rem;z-index: 1;}
.banner-slide-info .overlying-icon-image {width: 100rem;height: 100rem;}
.banner-slide-info .overlying-position1 {top: 22rem;left: 7rem;right: 7rem;bottom: -6rem;}
.banner-slide-info .overlying-position2{top: 40rem;left: 13rem;right: 15rem;bottom: -12rem;}
.banner-slide-buttons {margin-left: 120rem;}
.banner-slide-buttons .card-bg-outer {background: rgba(255, 255, 255, 0.2);font-size: 20rem;line-height: 1;cursor: pointer;font-weight: 600;color: #FFFFFF;height: 52rem;}
.banner-slide-buttons .card-bg-outer a {color: #FFFFFF;padding: 16rem 32rem;}
.banners-swiper .swiper-slide-active .banner-slide-buttons .card-bg-outer {backdrop-filter: blur(20px);}
.banners-swiper .swiper-slide-active .banner-slide-buttons .card-bg-outer:hover {background: #FFFFFF;backdrop-filter: none;color: var(--color-brand-1);}
.banner-slide-buttons .card-bg-outer:hover a {color: var(--color-brand-1);}
.banner-slide-buttons .calendar-list {bottom: 56rem;top: auto;}
.banners-swiper .swiper-slide:not(.swiper-slide-active) .banner-slide-buttons {display: none;}
.banner-card-time-value {height: 30rem;}
.banner-card-time-value .time-value {padding: 8rem 12rem;border-radius: 8rem;background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(30px);}
.banner-card-time-value span:not(.time-value) {opacity: 0.4;font-size: 20rem;line-height: 20rem;margin: 0 4px;}
.nft-banner-h5 {display: none;}
.banner-card-soon-time > span, .banner-card-soon-time > div:not(.banner-card-time-value) {opacity: 0.6;}
.banner-calendar-list {width: 186px;border-radius: 8px;}
.nft-fix-h5 ul.banner-calendar-list li:nth-child(2n-1) {display: none;}
/* end */

/* faq */
.nft-faq-box {display: flex;justify-content: space-between;align-items: center;}
.nft-faq-item {width: 17%;height: 420px;-webkit-transition: all .5s;transition: all .5s;}
.nft-faq-item.active {width: 32%;}
.nft-faq-item .card-bg-outer {width: 100%;height: 100%;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);}
.classic-dark .nft-faq-item .card-bg-outer {background: linear-gradient(270deg, #1F2433 -40.16%, rgba(31, 36, 51, 0) 100%);}
.nft-faq-item-container {padding: 0 48rem;position: relative;}
.nft-faq-item-title {padding: 32rem 0;border-bottom: 1px solid var(--color-divider-2);-webkit-transition: opacity .6s;transition: opacity .6s;font-size: 20px;font-weight: 600;line-height: 1;}
.nft-faq-item-title-expend {width: calc(32vw - 0.64 * (var(--layout-padding) + var(--scollbar-width) / 2) - 96rem);}
.nft-faq-item-title-hide {position: absolute;top: 0;left: 0;width: 100%;}
.nft-faq-item-desc {line-height: 150%;color: var(--color-text-2);margin-top: 32rem;color: var(--color-text-2);-webkit-transition: opacity .6s;transition: opacity .6s;
  width: calc(32vw - 0.64 * (var(--layout-padding) + var(--scollbar-width) / 2) - 96rem);}
.nft-faq-item-more {position: absolute;bottom: 40rem;cursor: pointer;font-size: 14px;line-height: 1;color: var(--color-text-2);}
.nft-faq-item-more:hover {color: var(--color-brand-1);}
.nft-faq-item-desc p {margin-bottom: 12rem;}
.nft-faq-item-logo {position: absolute;width: 164rem;height: 164rem;right: 40rem;bottom: 40rem;z-index: -1;-webkit-transition: all .5s;transition: all .5s;}
.nft-faq-item-logo img {width: 100%;height: 100%;object-fit: contain;}
.nft-faq-item.active .nft-faq-item-logo {opacity: 0.1;}
.nft-faq-item-desc-hide {position: absolute;top: 0;left: 0;-webkit-transition: all .6s;transition: all .6s;color: var(--color-text-4);line-height: 150%;width: 148rem;}
.nft-faq-item.active .nft-faq-item-desc-hide {opacity: 0;}
.nft-faq-item.active .nft-faq-item-title-hide {opacity: 0;}
.nft-faq-item:not(.active) .nft-faq-item-title-expend {opacity: 0;}
.nft-faq-item:not(.active) .nft-faq-item-desc {opacity: 0;}
.nft-faq-item:not(.active) .nft-faq-item-more {display: none;}
.nft-faq-item:not(.active) .nft-faq-item-title {color: var(--color-text-3);}
.nft-faq-item:not(.active) .nft-faq-item-desc {color: var(--color-text-4);}
/* end */

/* creator */
.creator-card-item {height: 292rem;}
.creator-card-item-container {width: 100%;height: 100%;background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.74%, #FFFFFF 110.96%);padding: 20rem;-webkit-transition: all 0.3s;transition: all 0.3s;}
.classic-dark .creator-card-item-container {background: linear-gradient(180deg, rgba(31, 36, 51, 0) -2.74%, #1F2433 110.96%);}

.home-creator-avatar {width: 140rem;height: 140rem;border-radius: 50%;margin-top: 12rem;margin-bottom: 32rem;}

.creator-card-item-container .home-creator-works {line-height: 1.2;color: var(--color-text-3);text-align: center;max-width: 100%;margin-top: 12rem;}
.creator-card-item-container .creator-name {max-width: 100%;height: 20rem;font-size: 20rem;}
.creator-card-item-content {padding: 0 1px;}
.creator-list-container {height: 64rem;margin-top: 20rem;position: absolute;bottom: 12rem;width: auto;left: 12rem;right: 12rem;display: none;}
ul.creator-list {height: 100%;}
ul.creator-list li {width: 64rem;height: 100%;margin-right: 4px;}
.recommended-creator-swiper-button {margin-top: -76rem;}
.creator-name a {color: var(--color-text-1)!important;}
/* end */

/* popular nfts */
.creation-card-container {padding: 8px;-webkit-transition: transform 0.3s;transition: transform 0.3s;}
.creation-card-bg {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 101.62%);width: auto;height: auto;z-index: -1;}
.creation-card-container .creation-card-header {width: 100%;}
.classic-dark .creation-card-bg {background: linear-gradient(180deg, rgba(31, 36, 51, 0.4) 0%, #1F2433 101.62%);}
.popular-nft-swiper .swiper-slide {height: 100%;}
.creation-card-info {overflow: hidden;margin-top: 22rem;}
.creation-card-info > h3, .creation-card-info > h4 {height: 16px;font-size: 16rem;line-height: 1.2;}
.creation-card-info > h3 > a {color: var(--color-text-1);max-width: 100%;}
.creation-card-info > h4 > a {color: var(--color-text-2);font-weight: 400;}
.creation-card-status {margin: 16rem 0 14rem;}
.creation-card-status > div:first-child {height: 48rem;}
.nft-status-button {position: absolute;width: 100%;height: 40rem;font-size: 16rem;line-height: 40rem;color: #FFFFFF;background: var(--color-brand-1);display: none;margin-bottom: 12rem;font-weight: 600;}
.nft-status-button a {color: #FFFFFF!important;width: 100%;padding: 0 8px;text-align: center;}
.creation-card-item .left-bottom-rarity-level {padding: 6px 8px;background: rgba(0, 0, 0, 0.6);backdrop-filter: blur(10px);border-radius: 6px;position: absolute;left: 12px;bottom: 12px;font-size: 12px;color: #fff;line-height: 12px;}
.popular-nft-swiper-button {margin-top: -76rem;}
.creation-card-item .right-top-icon{position: absolute;top: 12px;right: 12px;}
.creation-card-item .creation-card-image img.show-image-item {min-height: calc(25vw - var(--layout-padding) / 2 - 40px);}
.creation-card-like {color: #989FB3;}
/* end */

/* about gate nft */
.magic-box-item > img{width: 100%;height: 160rem;object-fit: contain;}
.magic-box-item h3 {line-height: 150%;}
.magic-box-item .box-item-describe {font-size: 16rem;line-height: 150%;color: var(--color-text-3);}
.start-to-explore {font-size: 28rem;line-height: 150%;font-weight: 600;color: #fff;}
.start-to-explore a {color: #fff!important;padding: 15rem 64rem;width: 100%;text-align: center;}
/* end */

/* CertifiedArtist */
.certified-artist-container {z-index: 0;}
.certified-artist-item {width: 32.4%;min-height: 284rem;padding: 36rem 0 36rem 48rem;}
.certified-artist-container ul li:first-child {margin-right: 30px;padding: 36rem 48rem 36rem 0;}
.certified-artist-item img {width: 80rem;height: 80rem;object-fit: contain;}
.artist-item-describe {line-height: 1.5;color: var(--color-text-3);margin-top: 12rem;}
.certified-artist-center {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.certified-artist-center::before {content: '';position: absolute;top: -48rem;right: 0;bottom: -48rem;left: 0; background-image: url(/images/nft/nft_certified.png);background-repeat: no-repeat;background-size: contain;background-position: center;z-index: -1;}
.classic-dark .certified-artist-center::before {background-image: url(/images/nft/nft_certified_dark.png);}
.certified-artist-center > img {width: 322rem;height: 360rem;object-fit: contain;margin-top: 51rem;}
.certified-artist-center .apply-to-join {margin-top: 45rem;font-size: 24rem;line-height: 1;font-weight: 600;color: #fff;}
.certified-artist-center .apply-to-join a {color: #FFFFFF;padding: 18rem 32rem;width: 100%;text-align: center;}
/* end */

/* nft home2.0 */

.common-headline {display: flex;justify-content: space-between;margin-bottom: 40rem;align-items: flex-end;}
.common-headline-more {font-size: 16px;line-height: 1;}
.common-headline-tabs {height: 40px;line-height: 36px;margin-left: 22rem;display: flex;align-items: center;border-radius: 20px;background-color: var(--color-card-2);color: var(--color-text-3);padding: 2px;}
.common-headline-tabs li {padding: 0 16px;border-radius: 20px;cursor: pointer;font-weight: 600;white-space: nowrap;}
.common-headline-tabs li:not(:last-child) {margin-right: 8px;}
/* .common-headline-tabs li svg {margin-right: 4px;} */
.common-headline-tabs li.active {background-color: var(--color-brand-1);color: #fff;}
.home-free-wrapper .common-headline, .home-popular-nfts .common-headline, .home-creator-wrapper .common-headline{ margin-bottom: 0;}
/* free mint */
.home-calendar-list {left: 0;bottom: 44px;top: auto;width: 186px;border-radius: 8px;}
.popular-info-time .home-calendar-list {right: 0;left: auto;bottom: 34px;}
.popular-info-time .iconfont {font-size: 14px;}
.home-calendar-list li span{color: var(--color-text-1) !important;}
.calendar-list li {font-size: 14rem;line-height: 40rem;}
.calendar-list li img, .calendar-list li svg {margin: 0 8px 0 18px;}
.classic-dark .calendar-list li svg {filter: invert(100%);}
.free-list-item {transition: transform .5s;height: auto;}
.free-list-item .free-item-img {width: 100% !important;}
.free-list-item>.card-bg-outer {width: 100%;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
.classic-dark .free-list-item>.card-bg-outer {background: linear-gradient(180deg, rgba(31, 36, 51, 0) 0%, #1F2433 100%);}
.free-bg-img {position: absolute;top: 0;left: 0;right: 0;bottom: 40%;opacity: 0.4;filter: blur(30px);}
.free-item-img {position: relative;width: 100%;padding-top: 100%;}
/* .free-mint-calendar {} */
.free-img-bg, .free-img-avatar {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.free-img-bg {background-size: 100% 100%;opacity: 0.4;filter: blur(30px);}
.free-list-item .card-bg-inner {flex-direction: column;}
.free-img-status {position: absolute;top: 12px;right: 12px;z-index: 11;height: 24px;/* backdrop-filter: blur(10px); */padding: 0 6px 0 20px;font-weight: 600;color: #fff;font-size: 12px;line-height: 24px;border-radius: 20px;background: rgba(0, 0, 0, 0.3);}
.free-img-status::before {content: '';width: 8px;height: 8px;border-radius: 8px;background-color: #17E6A1;position: absolute;left: 8px;top: 8px;}
.free-img-timer {width: 210px;position: absolute;bottom: 16px;font-weight: 500;}
.free-img-timer .mm, .free-img-timer .iconfont {font-weight: 900;color: #989FB3;}
.free-img-timer li, .free-img-timer::before {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.free-img-timer li {z-index: 11; width: 100%;height: 36px;margin: 0 auto;position: relative;font-size: 16px;color: #fff;/* backdrop-filter: blur(20px); */ background: rgba(0, 0, 0, 0.5);border-radius: 20px;padding: 0 12px;display: flex;align-items: center; justify-content: space-between;}
.free-img-timer::before {content: '';backdrop-filter: blur(20px);border-radius: 20px;}
.free-item-info {width: 100%;padding: 16px 20px 60px;position: relative;}
.free-item-info h3 {font-weight: 600;height: 20px;}
.free-item-info h3 a {max-width: 100%;display: inline-block;color: var(--color-text-1);line-height: 1.2;}
.free-info-plan {height: 74px;box-sizing: border-box;position: relative;background: var(--color-bg-1);border-radius: 8px;padding: 16px;margin-top: 20rem;font-weight: 500;}
.free-info-plan::before, .free-info-plan i {content: '';position: absolute;bottom: 16px;left: 16px;width: calc(100% - 32px);height: 8px;border-radius: 6px;background-color: var(--color-divider-2);} 
.classic-dark .free-info-plan::before {background-color: #2A2F40;}
.free-info-plan i {background-color: var(--color-brand-1);}
.free-info-plan > span {display: flex;justify-content: space-between;color: var(--color-text-3);line-height: 1;}
.free-info-time {color: var(--color-text-4);position: absolute;left: 20px;right: 20px;bottom: 24px;line-height: 1.2;display: flex;font-size: 16px;}
.free-info-time > i {position: relative;top: 1px;}
.free-info-btn {width: calc(100% - 40px);font-weight: 500;display: none;position: absolute;left: 20px;bottom: 20px;}
.free-info-btn .card-bg-outer {flex: 1;height: 40px;cursor: pointer;background-color: var(--color-brand-1);color: #fff;font-size: 16rem;font-weight: 600;line-height: 40px;word-break: break-word;}
.free-info-btn .card-bg-outer a {color: #FFFFFF!important;padding: 0 8px;width: 100%;text-align: center;}
.classic-dark .calendar-list {background-color: #292F40;}
.free-list-button {margin-top: -76rem;}
/* end */

/* 热门首发 */
.popular-item {width: 100%;height: 220rem;display: flex;padding: 12rem;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);justify-content: flex-end;}
.classic-dark .popular-item {background: linear-gradient(270deg, #1F2433 0%, rgba(31, 36, 51, 0) 100%);}
.popular-item-left {width: 196rem;height: 196rem;position: relative;flex-shrink: 0;}
.popular-item-left-filter {position: absolute;top: -12rem;right: 0;bottom: -12rem;left: -12rem;opacity: 0.4;filter: blur(40px);z-index: -1;}
.popular-item-left .free-img-timer {width: 147px;}
.popular-item-left .free-img-timer span:nth-child(1),
.popular-item-left .free-img-timer span:nth-child(2) {margin-left: 4px;}
.popular-item-left .free-img-timer li {height: 28px;font-size: 14px;padding: 0 12rem 0 8rem;font-weight: 500;}
.popular-item-left ul {width: 100%;display: grid;grid-column: span 3;grid-gap: 2px;grid-template-columns: repeat(3, 1fr);}
.popular-item-right {flex: 1;padding: 4rem 12rem 12rem 20rem;display: flex;justify-content: space-between;flex-direction: column;height: 196rem;width: 100%;}
.popular-right-info {flex: 1;min-height: 96rem;max-height: 96rem;height: 96rem;display: flex;padding: 24rem;border-radius: 12rem;background-color: var(--color-bg-1);justify-content: space-between;}
.classic-dark .popular-right-info {background-color: rgba(21, 25, 38, 1);}
.popular-right-info li:not(:first-child) {flex: 1;}
.popular-right-info li:first-child {min-width: 128px;}
.popular-right-info  li .h24 {height: 24px;line-height: 24px;}
.popular-right-info li {margin-right: 36rem;display: flex;flex-direction: column;justify-content: space-between;}
.popular-right-info .mystery-box-type {justify-content: start;width: fit-content;}
.popular-right-info li:last-child {margin-right: 0;}
.popular-right-info .mystery-box-type span {white-space: nowrap;}
.popular-right-info li>span {white-space: nowrap;line-height: 1;}
.popular-right-info li > div > div.over-ell {line-height: 1.2;margin-top: -1px;}
.popular-info-creator {height: 24px;padding: 1px 12px 1px 1px;font-size: 12px;font-weight: 600;color: #fff;display: flex;align-items: center;white-space: nowrap;border-radius: 40px;background: linear-gradient(92.49deg, #32EEFF 0.04%, #6699FF 50.93%, #6759FF 100%);}
.popular-info-creator.mystery {background: linear-gradient(91.67deg, #3CF0B4 0%, #9DAEE0 55.73%, #E770FF 100%);}
.popular-info-creator span {width: 22px;height: 22px;margin-right: 8px;border-radius: 50%;background: linear-gradient(135.69deg, rgba(78, 78, 78, 0.95) 7.28%, rgba(0, 0, 0, 0.95) 93.75%);}
.free-info-price {display: flex;margin-top: 20rem;}
.free-info-price li {flex: 1;padding: 16px;height: 74px;display: flex;flex-direction: column;justify-content: space-between;background-color: var(--color-bg-1);border-radius: 8px;line-height: 1;}
.popular-info-plan {display: flex;align-items: center;line-height: 1;}
.popular-info-plan span {flex: 1;margin-left: 8px;height: 6px;position: relative;background-color: var(--color-divider-2);border-radius: 6px;overflow: hidden;}
/* .classic-dark .popular-info-plan span {background-color: rgba(255, 255, 255, 0.1);} */
.popular-info-plan i {height: 6px;background-color: var(--color-brand-1);position: absolute;left: 0;}
.popular-info-plan > div {overflow: hidden;}
.popular-info-time {display: flex;font-size: 16px; justify-content: space-between;align-items: center;color: var(--color-text-4);height: 16rem;position: relative;}
.popular-info-time > span {font-size: 16rem;line-height: 1.2;}
.popular-info-time .iconfont {color: var(--color-text-4);}
.classic-dark .free-img-timer .iconfont {color: #989FB3;}
.popular-info-buttons {position: absolute;right: 0;padding-left: 52px;}
.popular-info-buttons::before {content: '';position: absolute;left: 0;width: 52px;height: 32px;background: linear-gradient(270deg, #E2E9FF 34.62%, rgba(226, 233, 255, 0) 100%);opacity: 0;}
.classic-dark .popular-info-buttons::before {background: linear-gradient(270deg, #18286C 34.62%, rgba(24, 40, 108, 0) 100%);}
.popular-info-buttons-bg {position: absolute;left: 52px;right: 0;height: 32px;overflow: hidden;}
.popular-info-buttons-bg::before {content: '';position: absolute;width: calc(50vw - var(--layout-padding) - 12px - var(--scollbar-width) / 2);height: 32px;right: -24rem;}
.popular-info-time-btn {font-weight: 600;display: none; font-size: 16px;white-space: nowrap;background-color: var(--color-brand-1);color: #fff;line-height: 32px;height: 32px;}
.popular-info-time-btn a {color: #FFFFFF!important;padding: 0 16px;width: 100%;}
.popular-item-hover, .collection-list-item {transition: transform .5s;}
.popular-nodatas {width: 100%;height: 708rem;flex-direction: column;}
.popular-nodatas .popular-nodatas-img {width: 180rem;height: 180rem;background-image: url('/images/no-trade-new.png');background-size: 100% 100%;}
.classic-dark .popular-nodatas .popular-nodatas-img {background-image: url('/images/no-trade-new-dark.png');background-size: 100% 100%;}
.popular-nodatas > span {margin: 24rem auto;}
.popular-nodatas-btn {padding: 0 32rem;height: 52rem;line-height: 52rem;color: #fff;background-color: var(--color-brand-1);font-size: 20rem;font-weight: 600;}
.popular-item-name {height: 20px;max-width: 100%;line-height: 1.2;}
.popular-item-name > a {display: block;}
i.popular-item-sold-more {position: relative;top: 2rem;}
i.mystery-box-icon {display: inline-block;background-repeat: no-repeat;background-size: 100%;background-position: center;width: 14px;height: 14px;background-image: url(/images/nft/unseal_box.svg);display: none;}
i.crowdfunding-icon {display: inline-block;background-repeat: no-repeat;background-size: 100%;background-position: center;width: 14px;height: 14px;background-image: url(/images/nft/fractional_nft.svg);display: none;}
.common-headline-tabs .drops-tabs.active svg {display: none;}
.common-headline-tabs .drops-tabs.active  i {display: block;}
.popular-item-grid-item {aspect-ratio: 1;min-height: 46px;}
/* end */

/* popular collection */
.collection-list-slide {height: auto;}
.collection-list-wrapper {padding: 0 12px;}
.collection-item-wrapper {width: 100%;height: 100%;padding: 12rem 24rem 12rem 28rem;background: linear-gradient(270deg, #FFFFFF 1.98%, rgba(255, 255, 255, 0) 100%);}
.classic-dark .collection-item-wrapper {background: linear-gradient(270deg, #1F2433 1.98%, rgba(31, 36, 51, 0) 100%);}
.collection-list-wrapper ul li {width: 100%;display: flex;justify-content: space-between;align-items: center;}
.collection-list-wrapper ul li:first-child {padding: 0 24rem 0 28rem;color: var(--color-text-4)}
.collection-list-item {height: 86px;margin-top: 16rem;}
.main-container:not(.nft-fix-h5) .collection-list-item:hover .collection-item-wrapper{background: linear-gradient(90deg, rgba(51, 102, 255, 0.1) 0%, rgba(26, 83, 255, 0.15) 100%), #FFFFFF;}
/* .collection-list-item:hover .home-card-bg {opacity: 1;box-shadow: 0px 4.0452px 24.2712px rgba(23, 56, 153, 0.08);} */
.classic-dark .main-container:not(.nft-fix-h5) .collection-list-item:hover .collection-item-wrapper {background: linear-gradient(90deg, rgba(26, 83, 255, 0.2) 0%, rgba(26, 64, 255, 0.4) 100%);}
.collection-list-item-name {font-size: 16px;font-weight: 600;color: var(--color-text-1);}
.hot-rank-gradient1{background: linear-gradient(349.17deg, #6C38FF 13.99%, #4462FF 26.81%, #00A3FF 56.77%, #00E0FF 73.08%);}
.hot-rank-gradient2{background: linear-gradient(180deg, #B9CAFF 0%, rgba(185, 202, 255, 0.8) 45.32%, rgba(185, 202, 255, 0.1) 100%);}
.hot-collection-rank-index{-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;transform: matrix(0.96, 0, -0.29, 1, 0, 0);font-size: 16px;position: absolute;top: 8px;left: 15px;height: 18px;text-align: right;font-family: 'UniNeue Black';font-weight: 900;}
.collection-item-value {font-weight: 600;line-height: 1;}
.collection-item-value span {position: absolute;margin-left: 8px;font-weight: 400;top: 3px;}
.collection-item-floor {color: var(--color-text-2);font-weight: 600;}
i.red-value-up{display: inline-block;width: 8px;height: 8px;background: url(/images/nft/red_value_up.svg);background-size: contain;background-repeat: no-repeat;}
i.green-value-down{display: inline-block;width: 8px;height: 8px;background: url(/images/nft/green_value_down.svg);background-size: contain;background-repeat: no-repeat;}
.collection-item-project {flex: 1;margin-right: 80rem;}
.collection-item-project > div.aspect-ratio {height: 56px;top: -3px;}
.collection-item-project .collection-item-floor {display: none;}
.collection-list-wrapper-button {display: none;}
.collection-list-wrapper .collection-list-wrapper-pagination {display: none!important;}
.collection-item-between {flex: 1;margin-right: 40rem;}
/* end */

/* seo */
body > .nft-home-hot-collection,
body > .home-popular-nfts,
body > .home-creator-wrapper,
body > .certified-artist,
body > .nft-home-faq,
body > .about-nft-magic-box,
body > .nft-footer-wrapper, 
body > .popular-item-right,
body > .popular-item-hover {display: none;}
/* end */

/* h5 */
.nft-fix-h5 .banners-swiper {padding: 0 27px;}
.nft-fix-h5 .banners-swiper .swiper-slide-active[position-index="-1"] .swiper-slide-container, 
.nft-fix-h5 .banners-swiper .swiper-slide-active[position-index="1"] .swiper-slide-container {animation: none;}

/* .nft-fix-h5 .collection-list-item:hover {transform: none;} */

.nft-fix-h5 .popular-item-hover.swiper-slide {width: 160px;height: 374px;}
.nft-fix-h5 .home-drops-swiper {padding: 0 12px;}
.nft-fix-h5 .home-drops-swiper .popular-item-left {width: 144px;height: 144px;}
.nft-fix-h5 .home-drops-swiper .popular-item-left-filter {top: -8px;right: -8px;bottom: -8px;left: -8px;}
.nft-fix-h5 .home-drops-swiper  .popular-item {height: 374px;padding: 8px;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
.classic-dark .home-drops-swiper .popular-item {background: linear-gradient(180deg, rgba(31, 36, 51, 0) -2.74%, #1F2433 110.96%);}
.nft-fix-h5 .home-drops-swiper .popular-item-right {margin-top: 12px;padding: 0;}
.nft-fix-h5 .home-drops-swiper .popular-item-name {margin-bottom: 8px;}
.nft-fix-h5 .home-drops-swiper .popular-right-info:not(.solded) li:not(:last-child) > span.fz12 {display: none;}
.nft-fix-h5 .home-drops-swiper .popular-info-time {margin-top: 8px;}
/* end */

/* hover, 不兼容IE */
@media (any-hover: hover) {
  .creator-card-item:hover .home-hover-card {opacity: 1;}
  .creator-card-item:hover .creator-card-item-container {background: none;}
  .creator-card-item:hover .creator-card-item-container {padding: calc(24rem - 8px) 12rem calc(20rem - 8px);}
  .creator-card-item:hover .home-creator-avatar {width: 120rem;height: 120rem;margin-top: 0;margin-bottom: 20rem;object-fit: contain;flex-shrink: 0;}
  .creator-card-item:hover .home-creator-works {margin-top: 12rem;}
  .creator-card-item:hover .creator-list-container {display: block;}
  body:not(.classic-dark) .creator-card-item:hover .card-box-shadow, 
  body:not(.classic-dark) .creation-card-item:hover .card-box-shadow{opacity: 1;}

  .free-list-item:hover {transform: scale(1.05);}
  .free-list-item:hover>.card-bg-outer>.card-bg-inner {background: linear-gradient(90deg, rgba(51, 102, 255, 0.1) 0%, rgba(26, 83, 255, 0.15) 100%), #FFFFFF;}
  .classic-dark .free-list-item:hover>.card-bg-outer>.card-bg-inner {background: linear-gradient(180deg, rgba(26, 83, 255, 0.2) 0%, rgba(26, 83, 255, 0.4) 100%);}
  .free-list-item:hover .free-info-btn {display: flex;}
  .free-list-item:hover .free-info-time {display: none;}
  .free-list-item:hover .free-info-plan, .free-list-item:hover .free-info-price li {background: linear-gradient(180deg,  rgba(248, 249, 251, 0.5) 66.91%, rgba(31, 36, 51, 0) 100%);}
  .classic-dark .free-list-item:hover .free-info-plan, .classic-dark .free-list-item:hover .free-info-price li {background: linear-gradient(180deg,  rgba(21, 25, 38, 0.5) 66.91%, rgba(31, 36, 51, 0) 100%);}
  .free-list-item:hover .free-info-plan::before {background-color: rgba(4, 9, 26, 0.1);}
  .classic-dark .free-list-item:hover .free-info-plan::before {background-color: rgba(255, 255, 255, 0.1);}

  .popular-item-hover:hover .popular-item, .popular-item-hover:hover .popular-info-buttons-bg::before {box-shadow: 0px 4px 24px rgba(23, 56, 153, 0.08);background: linear-gradient(90deg, #EBF0FF 0%, #DDE5FF 100%), #FFFFFF;}
  .classic-dark .popular-item-hover:hover .popular-item, .classic-dark .popular-item-hover:hover .popular-info-buttons-bg::before {background: linear-gradient(90deg, #172552 0%, #18297D 100%);}
  .popular-item-hover:hover .popular-info-time {color: var(--color-text-3);}
  .popular-item-hover:hover .popular-info-time-btn {display: block;}
  .popular-item-hover:hover .popular-right-info {background: rgba(248, 249, 251, 0.5);}
  .classic-dark .popular-item-hover:hover .popular-right-info {background: rgba(21, 25, 38, 0.5);}
  .popular-item-hover:hover, .collection-list-item:hover {transform: scale(1.02);}
  .popular-item-hover:hover .popular-info-plan span {background-color: rgba(4, 9, 26, .1);}
  .classic-dark .popular-item-hover:hover .popular-info-plan span {background-color: rgba(255, 255, 255, .1);}
  .popular-item-hover:hover .popular-info-buttons::before {opacity: 1;}

  .creation-card-item:hover .creation-card-container {transform: scale(1.05);}
  .creation-card-item:hover .creation-card-bg {bottom: -52rem;background: linear-gradient(180deg, rgba(51, 102, 255, 0.1) 0%, rgba(26, 83, 255, 0.15) 100%), #FFFFFF;}
  .classic-dark .creation-card-item:hover .creation-card-bg {background: linear-gradient(180deg, rgba(26, 64, 255, 0.2) 0%, rgba(26, 83, 255, 0.4) 100%);}
  .creation-card-item:hover .nft-status-button {display: block;}
}

/* 响应式 */
@media screen and (max-width: 1919.9px) {
  .popular-right-info li {margin-right: 16rem;}
  .free-item-info {padding-bottom: 76px;}
}
@media screen and (max-width: 1679.9px) {
  .banners-swiper .swiper-slide-prev .swiper-slide-container {width: 40%;}
  .banners-swiper .swiper-slide-next .swiper-slide-container {width: 40%;left: 60%;}

  .popular-right-info li {margin-right: 12rem;}
  .popular-item-right {padding: 4rem 12rem 12rem 12rem;}

  .collection-item-value span {top: auto;right: 0;bottom: -20px;font-size: 14rem;}
  .collection-item-project {margin-left: 4px;}
}
@media screen and (max-width: 1440.1px) {
  .popular-right-info {padding: 20rem;}
}
@media screen and (max-width: 1280.9px) {
  .banner-swiper-left {display: none;}
  .banner-swiper-right {display: none;}

  .popular-right-info li {margin-right: 4px;}
}
@media screen and (max-width: 1199.9px) {
  .common-grid-swiper .swiper-button-prev {left: -20rem;}
  .common-grid-swiper .swiper-button-next {right: -20rem;}
  .banner-swiper-left-mask {display: none;}
  .banner-swiper-right-mask {display: none;}
  
  .popular-item-left .free-img-timer {width: 120px;}
}
@media screen and (max-width: 991.9px) { 
  .certified-artist-item {flex-grow: 1;width: 100%;padding: 20px 0!important;}
  .certified-artist-center {position: relative;}
  .certified-artist-center .apply-to-join {width: 100%;}
  .start-to-explore {width: 100%;}

  .popular-item {flex-direction: column;height: 440px;align-items: flex-start;}
  .popular-right-info {flex-direction: column;padding: 8px 12px 8px 8px;height: 144px;max-height: 144px;}
  .popular-right-info li {justify-content: center;}
  .popular-right-info li:first-child {justify-content: flex-start;flex: 1;}
  .popular-right-info li:last-child {justify-content: flex-end;}
  .nft-fix-h5 .banners-swiper .swiper-slide {height: 272px;}
  .popular-right-info li > span:first-child {margin-bottom: 4px;}
  .popular-item-left {width: 196px;height: 196px;}

  .about-nft-magic-box {
    --layout-itemMargin: 56px 16px
  }
}
@media screen and (max-width: 768.9px) {
  .fs20-rem {font-size: 16px;}
  .fs16-rem {font-size: 14px;}
  .fs14-rem {font-size: 12px;}

  .nft-faq-box {flex-direction: column;}
  .nft-faq-item {width: 100%;height: 84px;}
  .nft-faq-item.active {width: 100%;height: 396px;}
  .nft-faq-item-container {padding: 0 32px;}
  .nft-faq-item-title {padding: 32px 0 24px;}
  .nft-faq-item-desc {width: 100%;font-size: 14px;}
  .nft-faq-item-desc-hide {width: 100%;display: none;}
  .nft-faq-item-title-expend {width: 100%;}
  .nft-faq-item:not(.active) .nft-faq-item-desc {display: none;}
  .nft-faq-item:not(.active) .nft-faq-item-title {border-bottom: none;}
  .nft-faq-item .card-bg-outer {background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);}
  .classic-dark .nft-faq-item .card-bg-outer {background: linear-gradient(180deg, #1F2433 0%, rgba(31, 36, 51, 0) 103.75%);}
  .nft-faq-item-logo {width: 84px;height: 84px;top: 0;bottom: auto;right: 12px;}
  .nft-faq-item.active .nft-faq-item-logo {width: 164px;height: 164px;bottom: 40rem;top: auto;}

  .nft-banner-h5 {display: flex;margin-bottom: 24rem;}
  .nft-banner-h5 .banner-card-info {width: 100%;padding: 0 var(--layout-padding);display: flex;flex-direction: column;align-items: center;height: 88px;color: var(--color-text-1);margin-top: 16px;}
  .banner-slide-info:not(.nft-banner-h5) .banner-card-info {display: none;}
  .banner-slide-buttons {position: absolute;right: 40rem;z-index: 1;}
  .banner-card-user {max-width: 177px;}
  body:not(.classic-dark) .banner-card-user {background: rgba(0, 0, 0, 0.1);color: var(--color-text-1);}
  body:not(.classic-dark) .banner-card-time-value .time-value {background: rgba(0, 0, 0, 0.1);color: var(--color-text-1);}
  .banner-card-info > .mt20-rem {margin-top: 16px;}
  .banner-swiper-pagination {margin-top: 24px;}

  .common-headline {position: relative;}
  .common-headline h2 {line-height: 1.5;}
  .common-headline > div.flex{flex-direction: column;align-items: flex-start;width: 100%;}
  :root .common-headline .common-headline-tabs {margin: 16px 0 0;}
  :root .common-headline .common-headline-tablist .common-headline-tabs:not(:first-child) {margin-left: 12px;}
  .common-headline-more {position: absolute;top: 16rem;right: 0;}
  .common-headline-tablist {overflow: auto;width: 100%;padding: 0 var(--layout-padding);}
  .common-headline-tablist::-webkit-scrollbar {display: none;}
  .swiper-outer-padding-h5 {width: 100vw;position: relative;right: var(--layout-padding);}

  .collection-list-wrapper {margin-top: -16rem;}
  .collection-list-wrapper ul li:first-child {display: none;}
  .collection-list-slide {width: 81vw;}
  .collection-item-floor {display: none;}
  .collection-item-project .collection-item-floor {display: block;font-size: 12px;line-height: 1;font-weight: 400;white-space: nowrap;}
  .collection-item-left > div > a {height: 16px;}
  .collection-item-project {margin-left: 8px;}
  .hot-collection-rank-index {top: 6px;}
  .collection-item-value {height: 40px;text-align: right;}
  .collection-item-value span {bottom: 0;}
  .collection-item-between {margin-right: 0;}
  .collection-item-project {margin-right: 16px;}

  .certified-artist-item > .mt24-rem {margin-top: 20px;}
  .certified-artist-container ul li:first-child {margin-right: 16px;}
  .certified-artist-center > img {width: 322px;height: 360px;margin-left: 36px;margin-top: 40px;}
  .certified-artist-center::before {left: calc(0px - var(--layout-padding));right: calc(0px - var(--layout-padding));background-size: cover;}
  .certified-artist-center .apply-to-join a {height: 44px;line-height: 44px;padding: 0 32px;}
  .certified-artist-center .apply-to-join {margin-top: 40px;}

  .creator-card-item-container .creator-name, 
  .certified-artist-center .apply-to-join {font-size: 16px;}
  .magic-box-item .box-item-describe, 
  .popular-info-time > span,
  .popular-info-time .iconfont,
  .common-headline-tabs li,
  .creator-card-item-container .home-creator-works {font-size: 12px;}
  .nft-fix-h5 .creation-card-status > div {height: 48px;}
  .creation-card-status .fs20-rem {font-size: 20px;}
  .creation-card-status .fs16-rem, .creation-card-info > h3, .creation-card-info > h4 {font-size: 16px;}
  .creation-card-info > h4 {margin-top: 16px;}

  .calendar-list li {font-size: 12px;}

  .nft-footer-wrapper {margin-top: 72px;padding: 0;}
}
@media screen and (max-width: 460px) {
  .nft-home-banner {padding-top: 8px;}
  .nft-header-slogan h4 {font-size: 12px;}

  .common-headline-tabs {height: 36px;line-height: 32px;}
  .common-headline-tabs li {padding: 0 12px;}

  .creator-card-item {width: 160px;height: 212px;}
  .home-creator-avatar {width: 120px;height: 120px;}
  .swiper-button-prev, .swiper-button-next {display: none;}
  .swiper-pagination-bullets, .common-grid-swiper .swiper-pagination-bullets {display: flex;}
  .banner-swiper-pagination .swiper-pagination-bullet {width: 4px;height: 4px;}
  .certified-artist-item img {width: 80px;height: 80px;}
  .certified-artist-bottom {margin-top: 16px;}
  .free-list-item, .creation-card-item {width: 336px;}
  .creation-card-item .creation-card-image {height: 320px;}

  .nft-fix-h5 .banner-swiper-left, .nft-fix-h5 .banner-swiper-right {display: block;}
  .nft-fix-h5 .banners-swiper .swiper-slide {height: 136px;}
  .banner-swiper-left {width: 80px;height: 147px;left: -23px;top: -5px;transform: scale(0.8, 0.8) perspective(1000px) rotateY(85deg);border-radius: 12px;}
  .banner-swiper-right {width: 80px;height: 147px;right: -23px;top: -5px;transform: scale(0.8, 0.8) perspective(1000px) rotateY(-85deg);border-radius: 12px;}
  .banner-swiper-left .slide-img, .banner-swiper-right .slide-img {border-radius: 12px;}
  .banner-slide-info {padding: 12px;}
  .banner-slide-buttons .card-bg-outer {height: 24px;}
  .banner-card-soon-time > span:first-child {margin-right: 4px;}
  .banner-card-info .mystery-box-type {margin-right: 8px;}
  .nft-home-banner {margin-bottom: 48px;}

  .common-headline {margin-bottom: 24px;}
  .popular-nft-swiper, .recommended-creator-swiper, .free-list {padding: 24px 12px 72px;}
  .mb120-rem {margin-bottom: 72px;}

  .free-item-info {padding-top: 8px;padding-bottom: 60px;}
  .free-info-time {bottom: 20px;font-size: 14px;}
  .free-info-time > i {top: 0;}
  .popular-item-left .free-img-timer {width: 124px;bottom: 8px;}
  .popular-item-left .free-img-timer li {font-size: 12px;height: 24px;}
  .free-list-item .free-img-timer {bottom: 12px;}
  .free-list-item .free-img-timer li {height: 40px;}
  .popular-item-left .free-img-timer span:nth-child(1), 
  .popular-item-left .free-img-timer span:nth-child(2) {margin-left: 2px;}
  .swiper-pagination-bullet {margin: 0 2px!important;}
  .popular-item-name {height: 16px;}
  .popular-right-info {height: 130px;max-height: 130px;}
  .popular-nodatas-btn {height: 40px;line-height: 40px;font-size: 16px;}
  .popular-info-time {height: 32px;}
  .popular-info-time > span {align-items: flex-start;}

  .collection-item-wrapper {padding: 12px 16px 12px 16px;}
  .magic-box-item h3 {line-height: 1;}
  .start-to-explore {margin-top: 40px;}
}
/* end */