html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    margin: 0px;
    padding: 0px;
}

body,
html {
    height: 100%;
    width: 100%;
    color: #1D1D1F;
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 13px;
}

a,
a:visited {
    transition: all 0.2s ease-out 0s;
    color: #1D1D1F;
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--color);
}

img {
    font-size: 0px;
    border: none;
}

ul {
    list-style: none;
}

.hidden {
    overflow-y: hidden;
}

.mb30{ margin-bottom: 30px;}

.default-bh {
    background: var(--color) !important;
    color: #fff !important;
    border-radius: 5px;
}

.default-bh:hover {
    background: #2453ff;
    color: #fff;
}

.tip-box {
    position: relative;
}

.tip-box:hover span {
    display: block;
    white-space: nowrap;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 25px;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.tip-box span {
    display: none;
}

.btn-3d-print {
    display: flex;
    -moz-column-gap: .75rem;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid rgb(var(--colour-neutral-3, 223, 223, 223));
    border-radius: 10px;
    margin: 20px 0;
    align-items: baseline;
}

.btn-3d-print h4 {
    font-size: 16px;
}

.btn-3d-print h4 i {
    font-size: 20px;
    font-weight: normal;
    margin-right: 8px;
}

.btn-3d-print span i {
    font-size: 18px;
}


.base-download .gray-bh {
    border: 1px solid var(--color);
    color: var(--color);
}

.gray-bh:hover {
}

.base-download .btn-ar {
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    color: var(--text-primary-color);
    border: none;
}

.btn-ar:hover {
    background: #f3f3f3;
}

.base-download .btn-ar .qr-code-box {
    right: -160px;
    top: 50%;
    transform: translateY(-50%) scale(0);
}

.base-download .qr-code-box {
    transform: translateY(-50%) scale(1);
}

.qr-code-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    transform-origin: 0 50%;
    transition: all 0.3s ease;
}

.qr-code-box::before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-right-color: #fff;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}


.qr-code-box .qr-code-img {
    width: 125px;
    height: 125px;
    margin: 12px 12px 2px;
}

.qr-code-box .qr-code-text {
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 30px;
    text-align: center;
}

.qr-code-box .qr-code-text span {
    color: var(--color);
}

.btn-share {
    position: relative;
}

.btn-share:hover .share-box {
    transform: translateX(-50%) scale(1);
}

.btn-share .share-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    transform-origin: 50% 0;
    padding: 2px 10px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    top: calc(100% + 0px);
    display: flex;
    border-radius: 8px;
}

.btn-share .share-box:before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
}

.btn-share .share-box-li {
    width: 60px;
    text-align: center;
    padding: 4px 0;
    position: relative;
}

.btn-share .share-box-li:hover {
    background-color: #f8f8f8;
}

.btn-share .share-box-li img {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}

.btn-share .share-box-text {
    font-size: 12px;
    color: #333;
}

.btn-share .share-box-li .qr-code-ele {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.btn-share .share-box-li .qr-code-ele img {
    width: 80px;
    height: 80px;
    margin: 0;
}

.model-tips {
    color: #999999;
    font-size: 12px;
}

.content {
    display: flex;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    overflow-x: hidden;
}

.index-bg {
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: -1;
}

.left-column {
    min-width: 234px;
    background-color: #fff;
    overflow: auto;
}

.menu {
    padding: 20px;
    min-width: 160px;
    position: fixed;
    background-color: #fff;
    z-index: 10;
}

.menu .menu-item {
    font-size: 15px;
    padding-bottom: 10px;
}

.menu .menu-item .submenu {
    font-size: 14px;
    text-indent: 33px;;
}

.menu a {
    padding: 8px;
}

.menu .menu-item .submenu a {
    display: block;
    text-decoration: none;
}

.menu .menu-item i {
    margin-right: 10px;
    font-size: 16px;
}

.menu .menu-item a {
    display: block;
    border-radius: 6px;
}

.menu .menu-item a:hover,
.menu .hover {
    background: rgba(58, 100, 255, .10);
    color: var(--color);
}

.index_bg {
    background: url("../image/bg.jpg") 0 0 no-repeat;
}

.right-column {
    flex-grow: 1;
    padding: 0 0;
    padding-top: 100px;
    min-width: 960px;
}


.ad-area {

    display: flex;
    flex-grow: 1;
    overflow: hidden;
    margin-left: -1%;
    padding: 50px 0 30px 0;

}


.ad-area a {
    width: 9%;
    margin-left: 1%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    height: 70px;
    line-height: 70px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    background-size: cover;
}

.ad-area a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
}

.search-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;

}

.search-area h2 {
    margin: 30px
}

.search-bar select,
.search-bar input,
.search-bar button {
    border: none;
    background: none;
    outline: 0px;
    transition: all 0.2s ease-out 0s;
}

.search-bar input {
    width: 400px;
}

.search-bar button {
    background: var(--color);
    border-radius: 4px;
    color: #fff;
    padding: 5px 26px;
    cursor: pointer;
}

.search-bar button:hover {
    background: #2453ff;
}

.search-bar {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 2px solid #ddd;
    font-size: 15px;
}

.search-bar:hover {
    border: 2px solid #000;
}

.search-bar i {
    line-height: 30px;
    color: #D6D6D6;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px;
}

.sub-search {
    border: 1px solid #ddd;
    background: #F8F8F9;
    padding: 4px;
    font-size: 14px !important;
}

.sub-search input {
    width: 200px;
}

.sub-search:hover {
    border: 1px solid #ddd;
    background: #fff;
}


.products-box {
    flex-grow: 1;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
}
.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.question {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.answer {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}
.answer ul {
    list-style-type: disc;
    margin-left: 20px;
    padding: 0;
    margin-top: 10px;
}
.answer ul li {
    margin-bottom: 8px;
}
.answer strong {
    color: #333;
}

.seach-tip {
    color: #d1d1d1;
    font-size: 13px;
    line-height: 30px;
    padding-right: 10px;
}


.product-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 20px;
}

.product-header h2 {
    font-size: 18px;
}

.more {
    position: absolute;
    right: 0;
    top: 0;

    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #313438;
    cursor: pointer;
    background: rgba(96, 101, 108, .12);
    border-radius: 6px;
}

.more:hover {
    background: #1D1D1F;
    color: #fff;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -20px;
    width: -webkit-fill-available;
}

.product-card {
    /* 其他样式保持不变 */
    position: relative;
    width: 14.28571428571429%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 20px;
}

.product-img {
    /* 其他样式保持不变 */
    position: relative;
}

.product-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.product-card .coin {
    position: absolute;
    right: 12px;
    bottom: 15px;
    font-size: 13px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgb(96 101 108 / 12%) 4px 4px 12px 0px;
    color: rgb(49, 52, 56);
    border-radius: 6px;
    display: none;
}


.product-img:hover {
    background: #eee;
    border-radius: 8px;
    transition: all 0.2s ease-out 0s;
}


.product-card:hover .product-title a {
    color: var(--color);
}

.product-title {
    font-size: 13px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: 1px;
}

.product-card .icon-coin {
    color: #FAB915;
    font-size: 12px;
}

.formats-table table {
    width: 100%;
    border-collapse: collapse;
}

.formats-table table, .formats-table th, .formats-table td {
    border: 1px solid #ddd;
}

.formats-table th, .formats-table td {
    padding: 10px;
    text-align: left;
}

.formats-table th {
    background-color: #f2f2f2;
}

.formats-table tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.formats-table tr:nth-child(even) {
    background-color: #fff;
}

.icons {
    position: absolute;
    top: 10px;
    right: 4px;
    display: none;
}

.icons a {
    margin-right: 8px;
    font-size: 20px;
}

.icons i {
    padding: 6px;
    background: rgba(255, 255, 255, .80);
    box-shadow: rgb(96 101 108 / 12%) 4px 4px 12px 0px;
    border-radius: 8px;
}

.icons a:hover i {
    color: var(--text-primary-color);
    background: #fff;
}

.product-card:hover .icons,
.product-card:hover span {
    display: block;
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: 14px;
}

.breadcrumb i {
    color: #92989f;
    font-size: 10px;
}

.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb h3,
.breadcrumb h2 {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}


.breadcrumb li a {
    text-decoration: none;
    color: #92989f;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.category {
    padding: 20px 0;
}

.category-items dl {
    margin: 10px 0;
}

.category-items dt {
    float: left;
    font-size: 14px;
    line-height: 36px;
    min-width: 3em;
    margin-right: 20px;
}

.category-items dd a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 8px;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-top: 3px;
    border-radius: 5px;
}

.category-items dd a:hover,
.category-items dd .hover {
    background: #ECEDEE;
}

.sorting-bar {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
    font-size: 14px;
}

.sorting-bar a {
    margin-right: 20px;
}

.page-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    font-size: 14px;
}

.page-bar a {
    padding: 5px 11px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    background: #eee;
}

.page-bar a:hover,
.page-bar a.active {
    background-color: var(--color);
    color: #fff;
}


.base-container {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}

.base-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.marker-box {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    z-index: 999;
}

.base-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    /* background: #eee; */
}

.base-left {
    flex: 1;
    max-width: 700px;
    position: relative;
}

.base-right {
    flex: 1;
    padding-left: 80px;
    max-width: 700px;
}

.base-title {
    font-size: 24px;
    margin: 0;
}

.base-descriptive {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    padding: 10px 0;
}

.base-info {
    color: #999;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    margin-top: 14px;
    margin-bottom: 10px;
}

.base-info span {
    margin-right: 38px;
    display: flex;
    align-items: center;
}

.base-info span i {
    margin-right: 6px;
}

.meta-author {
    display: contents;
    cursor: pointer;
}

.meta-avatar {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 12px;
}

.meta-name {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

.tag-box {
}

.tag-box a {
    border-radius: 5px;
    padding: 8px 13px;
    margin-right: 6px;
    font-size: 13px;
    background-color: #f3f3f3;
    white-space: nowrap;
    line-height: 42px;
    color: #777;
}

.tag-box a h2 {
    display: inline;
    font-weight: normal;
    font-size: 13px;
}

.tag-box a:hover {
    /* background: var(--color); */
    color: var(--color);
    border-color: var(--color);
}

.coin-box {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.coin-box b {
    font-size: 40px;
    font-family: "serif";
    line-height: 42px;
    color: #EA4F3D;
}

.coin-box font {
    font-size: 14px;
    color: #666;
}

.coin-box .icon-coin {
    color: #FAB915;
}

.coin-box .icon-tip {
    color: #666;
}

.tip-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tip-box .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black !important;
    opacity: 0.7 !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0 !important;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    font-size: 13px;

}

.tip-box .tooltiptext::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent !important;
}

.tip-box:hover .tooltiptext {
    visibility: visible;
}

.viptip {
    margin-left: 15px;
    display: flex;
    gap: 5px;
    cursor: pointer;
    align-items: center;
    font-size: 13px;
    color: #795020;
}

.viptip img {
    height: 15px;
}

.vip-remain-down-num-div {
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #795020;
    display: none !important;
}

.vip-remain-down-num {
    color: #EA4F3D;
}

.viptip .icon-arrow-right {
    color: #999;
    font-size: 12px;
}

.base-points {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color);
    font-weight: bold;
}


.base-points font {
    color: #999;
    font-size: 14px;
}

.model-box {
    border-radius: 10px;
    margin-top: 10px;
}

.base-download {
    padding: 20px 0;
    display: flex;
}

.base-parameters ul {
    margin: 0;
    padding: 0;
}

.base-parameters li {
    width: 30%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
}

.base-parameters li span {
    color: #f00;
    margin-left: 10px;
}

.base-download button {
    margin-right: 16px;
    width: 231px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3a64ff;
    background: #fff;
}


.base-download i {
    font-size: 24px;
}

.base-tool {
    font-size: 14px;
    display: flex;
    /* padding: 0 20px; */
    /* width: 300px; */
    margin-top: 20px;
}

.base-tool .btn-share {
    margin-right: 15px;
    color: #767676;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
}

.base-tool .btn-share:hover {
    background: #f3f3f3;
    color: var(--text-primary-color);
}

.base-tool .btn-share i {
    font-size: 18px;
}

.base-tool a {
    margin-right: 15px;
    color: #767676;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    gap: 5px;
}

.base-tool a:hover {
    background: #f3f3f3;
    color: var(--text-primary-color);
}

.base-tool a i {
    font-size: 18px;
}

.base-tool a.mini-check {
    margin-left: auto;
    position: relative;
}


.base-tool a.mini-check .qr-code-box {
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%) scale(0);
    transform-origin: 50% 0;

}

.base-tool a.mini-check .qr-code-box::before {
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.base-tool a.mini-check:hover .qr-code-box {
    transform: translateX(-50%) scale(1);
}

.base-tool a.mini-check i {
    color: #00B240;
}

.base-description {
    margin-top: 23px;
    padding: 14px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #767676;

}

.thumbnail-images {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}

.thumbnail-images img {
    border-radius: 8px;
    margin: 5px;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    display: block;
}

.thumbnail-images img.hover,
.thumbnail-images img:hover {
    background: #F0F0F0;
    border: 1px solid #ddd;
}


.base-agreement {
    color: #555;
    font-size: 14px;
    padding: 15px 20px;
    background: #f3f3f3;
    border-radius: 10px;
    margin-top: 25px;
    line-height: 22px;
}

.base-parameters {
    padding: 20px;
}

.base-parameters li {
    width: 100px;
    color: #999;
}

.base-parameters li b {
    display: block;
    color: #333;
}

.author-box {
    padding: 15px;
    background: #F7F8FA;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}

.author-box .img {
    margin-right: 20px;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 30px;
}

.author-box h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
}

.author-box em {
    position: absolute;
    top: -5px;
}

.author-box .but {
    position: absolute;
    right: 30px;
    top: 28px;
}

.author-box .but a {
    padding: 5px 10px;
}

.author-box .icon-add {
    font-size: 12px;
}

.btn-3d-preview:hover {
    background-color: var(--color);
    color: #fff;
}

.btn-3d-editor:hover {
    background-color: var(--color);
    color: #fff;
}


/* 弹框样式 */

.mask-3d-preview {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 60px;
}

.mask-3d-preview .mask-close {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}

.mask-3d-preview .mask-close .icon-close {
    font-size: 24px;
}


.mask-3d-preview .mask-content {
    background: #fff;
    width: 100%;
    height: calc(100% - 60px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.mask-3d-preview .mask-content .action-btn-3d {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.mask-3d-preview .mask-content .action-btn-3d .btn-ar {
    width: 120px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    /* border: 1px solid #D8D8D8; */
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 37px;
    cursor: pointer;
    position: relative;
}


.mask-3d-preview .mask-content .action-btn-3d .btn-menu {
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    width: 238px;
    justify-content: space-around;
    border-radius: 10px 10px 10px 10px;
}

.mask-3d-preview .mask-content .action-btn-3d .btn-menu .btn-li {
    height: 46px;
    width: 45px;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    line-height: 46px;
}

.mask-3d-preview .mask-content .action-btn-3d .btn-menu .btn-li i {
    font-size: 24px;
}

.mask-3d-preview .mask-content .action-btn-3d .btn-menu .btn-li:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.modal-view .loading-mask {
    position: fixed;
    width: calc(100vw - 232px);
    height: 100vh;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 100;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.modal-view .loading-mask .loading-text {
    font-size: 13px;
    color: #333;
}

.modal-view .loading-mask .loading-process {
    width: 185px;
    height: 8px;
    background: #d4d4d4;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
}

.modal-view .loading-mask .loading-process .loading-process-val {
    height: 8px;
    border-radius: 4px;
    background: #5c5c5c;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

.modal-view .loading-mask .loading-value {
    color: #333;
    font-size: 13px;
    margin-top: 10px;
}

.download-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.7);
}

.download-mask .mask-content {
    width: 600px;
    /* height: 408px; */
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 20px 30px;
}

.download-mask .mask-content .mask-title {
    color: #3D3D3D;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.download-mask .mask-content .mask-title .mask-close {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    color: #333333;
}

.download-mask .mask-content .download-info {
    width: 542px;
    /* height: 320px; */
    background: #F7F9FA;
    border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    padding: 25px 25px 5px;
}

.download-mask .mask-content .download-info .info-li {
    display: flex;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 18px;
}

.download-mask .mask-content .download-info .info-li .info-li-label {
    color: #666;
    margin-right: 20px;
    width: 75px;
}

.download-mask .mask-content .download-info .info-li .info-li-value {
    color: #333333;
    display: flex;
}

.download-mask .mask-content .download-info .info-li .info-li-value .value-tag {
    margin-right: 20px;
}

.download-mask .mask-content .download-info .info-li .info-li-value .value-tag i {
    font-size: 14px;
    color: #3a64ffcf;
    font-weight: bold;

}

.download-mask .mask-content .download-info .info-li .info-li-value .price {
    color: #FA6700;
    font-size: 20px;
    margin-right: 4px;
}

.download-mask .mask-content .download-info .info-li .info-li-value .to-purse {
    color: var(--color);
    margin-left: 8px;
    font-size: 12px;
    display: none;
}

.download-mask .mask-content .pay-btn {
    width: -webkit-fill-available;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
    background: #3A64FF;
    border-radius: 8px;
    font-size: 16px;
    padding: 0px 20px;
}

.download-mask .mask-content .premium-btn{
    width: -webkit-fill-available;
    height: 46px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    padding: 0px 20px;
    background: #FEE7C5;
    color: #7A330D;
    font-weight: bold;
}

.download-mask .mask-content .pay-confirm{
    display: flex;
    gap: 15px;
    padding: 20px 0;
}

.download-mask .mask-content .recharge-btn {
    background: #FA6700;
}

.download-mask .mask-content .pay-account {
    text-align: center; 
}

.download-mask .mask-content .pay-account span {
    color: #FA6700;
    margin: 0 2px;
}

.download-mask .mask-content .pay-account a {
    color: var(--color);
    margin-left: 8px;
}

.download-mask .mask-content .ext-type {
    /* display: inline-block; */
    margin-right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.download-mask .mask-content .ext-type .type-radio {
    width: 14px;
    height: 14px;
    border: 1px solid #777777;
    border-radius: 50%;
    margin-right: 8px;
}

.download-mask .mask-content .ext-type .type-radio.check {
    border-color: var(--color);
    position: relative;
}

.download-mask .mask-content .ext-type .type-radio.check::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--color);
}

.download-mask .mask-content .ext-type .type-label {
}

.mark-vip {
    background-image: linear-gradient(-90deg, #E7B977 0%, #EECC9A 100%);
    padding: 3px 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
    color: #5E3700;
}

.tag-content .right-column {
    /* padding-right: 30px;*/
}

.tag-content .main-list {
    flex: 1;
}

.tag-content .category {
    position: relative;
}

.tag-content .category-name {
    color: #333333;
    font-size: 36px;
    line-height: 50px;
}

.tag-content .category-desc {
    color: #777777;
    font-size: 14px;
    line-height: 36px;
}

.tag-content .search-text {
    position: absolute;
    right: 30px;
    bottom: 20px;
    line-height: 36px;
    cursor: pointer;
    color: #3A64FF;
    font-size: 14px;
}

.tag-content .search-text a {
    display: flex;
    align-items: center;
    color: #3A64FF;

}

.tag-content .search-text a i {
    margin-right: 4px;
}

.tag-content .list-content {
    display: flex;
}

.tag-content .list-content .type-list {
    width: 260px;
    margin-left: 80px;
}

.tag-content .list-content .product-card {
    /*  width: 200px;
    height: 200px; */
    width: 16.6666%;
}

.tag-content .list-content .product-img img {
    /* width: 200px;
    height: 200px; */
}

.tag-content .list-content .product-card-desc a {
    color: #999;
    font-size: 11px;
}

.tag-content .list-content .product-card-desc  {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tag-content .type-list {
}

.tag-content .list-block {
    margin-bottom: 33px;
}

.tag-content .list-block-title {
    color: #333333;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 20px;
}

.tag-content .type-list-li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tag-content .type-li-cover {
    width: 80px;
    height: 80px;
    background: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    margin-right: 17px;
    position: relative;
}

.tag-content .type-li-cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;

}

.tag-content .type-li-info {
    flex: 1;
}

.tag-content .type-li-title {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.tag-content .type-li-num {
    display: flex;
    margin-top: 10px;
    line-height: 26px;
}

.tag-content .type-li-coin {
    display: flex;

}

.tag-content .type-li-coin .icon-coin {
    color: #FAB915;
    margin-right: 8px;
    font-size: 12px;
}

.tag-content .type-li-view {
    display: flex;
    margin-left: 20px;
    color: #777777;
}


.tag-content .type-li-view i {
    margin-right: 8px;
    color: #999;
}

.tag-content .tag-list {
    display: flex;
    flex-wrap: wrap;
}

.tag-content .tag-list .tag-li {
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 28px;
    background: #ECECED;
    border-radius: 5px;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
}

.tag-content .product-img {
    /* 其他样式保持不变 */
    position: relative;
}

.tag-content .product-img img {
    width: 100%;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px;
}

.empty .empty-img {
    width: 140px;
    height: 140px;
}

.empty .empty-text {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}

/* 关注css */

.btn-favorite.favorite,
.btn-favorite.favorite .iconfont.icon-favorite::before,
.btn-favorite.favorite:hover {
    content: "\e652";
    color: var(--color);
}

.btn-favorite .favorite-text {
    transition: color .18s ease;
}

.btn-favorite.favorite .favorite-text,
.btn-favorite.favorite .num {
    color: var(--color);
}

.btn-like.like,
.btn-like.like .iconfont.icon-like::before,
.btn-like.like:hover {
    content: "\e61c";
    color: var(--red-color);
}


.czj-sidebar {
    width: 234px;
    background-color: #F7F7F7;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;

}

.czj-sidebar .czj-logo {
    padding: 30px;
    margin-left: 10px;
}
.czj-sidebar .czj-logo a {
    display: block;
    width: 130px;
    height: 44px;
    overflow: hidden;
}
.czj-sidebar .czj-logo img {
    display: block;
    width: 130px;
    height: 44px;
}
.czj-sidebar .fc-logo {
    padding: 26px;
}

.czj-sidebar .czj-menu {
    overflow-y: auto;
    max-height: 70vh;
}

.czj-sidebar .czj-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.czj-sidebar .czj-menu li {

    cursor: pointer;
    font-size: 14px;
    margin: 0 25px;
    position: relative;

}

.czj-sidebar .czj-menu a {
    padding: 10px 30px;
    display: block;
    border-radius: 8px;
}

.czj-sidebar .czj-menu a:hover {
    color: #3A64FF;
    background-color: #F1F1F1;
}

.czj-sidebar .czj-menu li.hover a {
    background-color: #EAEAEA;
}


.czj-sidebar .czj-menu li.czj-menu-column:hover {
    background-color: #F7F7F7;
}

.czj-sidebar .czj-menu li.czj-menu-column i {
    font-size: 14px;
    margin-left: 10px;
}

.czj-sidebar .czj-menu hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 10px 0;
}

.czj-sidebar .czj-menu-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.badge-new{
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: #3a64ff;
    color: white;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 8px;
    line-height: 1;
}

.czj-sidebar .czj-menu-column span {
    flex-grow: 1;
}

.czj-sidebar .czj-menu-box {
    padding: 10px 30px;
    display: block;
}

.czj-sidebar .czj-menu i {
    vertical-align: middle;
    font-size: 21px;
    margin-right: 18px;
}

.czj-menu ul li ul.czj-submenu {
    display: none;
}

.czj-menu ul li.active > ul.czj-submenu {
    display: block;
}

.czj-menu li.active .icon-arrow-down::before {
    content: "\e60e";
}

.czj-menu .arrow {
    position: absolute;
    font-size: 14px !important;
    right: 0;
    padding-top: 4px;
    color: #777;
}

.czj-menu .czj-submenu li {
    margin: 0;
}

.czj-menu .czj-submenu li a {
    text-indent: 38px;
}

.czj-sidebar .czj-submenu li.hover a {
    background: none;
    color: var(--color);
}

.czj-part {
    position: relative;
}

.footer {
    margin: 56px 0 28px;
    padding: 0;
    text-align: left;
    border-top: 0;
}

.footer .footer-glass {
    display: grid;
    grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(130px, 1fr));
    gap: 30px;
    align-items: start;
    padding: 28px 34px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(247, 250, 255, .58));
    box-shadow: 0 20px 60px rgba(45, 74, 132, .12), inset 0 1px 0 rgba(255, 255, 255, .86);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.footer .footer-section {
    display: block;
    width: auto;
    margin: 0;
    vertical-align: top;
    text-align: left;
    color: #5f6b7d;
    line-height: 1.8;
}

.footer .footer-brand {
    max-width: 420px;
}

.footer .footer-brand-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #101828;
}

.footer .footer-brand-head h4 {
    margin-bottom: 2px;
}

.footer p {
    margin-bottom: 8px;
    font-size: 13px;
    color: #607086;
}

.footer .footer-slogan {
    margin: 0;
    color: #8a94a6;
    font-size: 12px;
    line-height: 1.2;
}

.footer .copy {
    color: #8a94a6;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer li {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer a {
    color: #607086;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.footer a:hover {
    color: #3a64ff;
}

.footer .logo {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    margin-right: 0;
}

@media (max-width: 1280px) {
    .footer .footer-glass {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
    }

    .footer .footer-brand {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .footer {
        margin: 36px 16px 20px;
    }

    .footer .footer-glass {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 22px;
        border-radius: 20px;
    }

    .footer .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .footer .footer-glass {
        grid-template-columns: 1fr;
    }
}


.czj-app {
    position: fixed;
    left: 30px; 
    bottom: 30px; 
    display: flex;
    flex-direction: column;
    border-radius: 8px; 
    width:130px;
    background-color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05),0px 0px 1px 0px rgba(0,0,0,.15);
  }
  
  .czj-app .download-button {  
    color: #333 !important; 
    font-weight: bold;
    font-size: 14px;
    position: relative;
    align-items: center;
    display: flex;
  }
  
  .czj-app .download-button i{ margin-right: 5px; font-size: 20px; font-weight: normal;}
  
  .czj-app .qrcode {
    display: none; 
    position: absolute;
    bottom: 130%; 
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    left: 0;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05),0px 0px 1px 0px rgba(0,0,0,.15);
  }
  
  .czj-app:hover .qrcode {
    display: block !important; 
  }
  
  .czj-app .qrcode img {
    width: 150px; 
    height: 150px;
  }
  


@media screen and (max-width: 1024px) {
    .product-card {
        width: 20% !important;
    }

    .right-column {
        min-width: inherit;
    }

    .base-right {
        padding-left: inherit;
        max-width: none;
        margin-top: 20px;
    }

    .base-left {
        max-width: 686px;
    }

    .base-container {
        display: inherit;
    }

}


/* 支付弹框 */


.static-recharge-mask {
    position: absolute;
    width: 660px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.static-recharge-mask.visible {
    opacity: 0;
}

.static-recharge-mask .modal-body {
    background: #fff;
}

.static-recharge-mask .modal__header {
    height: 100px;
    background: linear-gradient(-90deg, #f7d9b0 0%, #f3bf76 100%);
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    position: relative;
}

.static-recharge-mask .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 13px;
}

.static-recharge-mask .user-info {
    color: #754e19;
}

.static-recharge-mask .user-name {
    font-size: 15px;
    font-weight: bold;
}

.static-recharge-mask .user-point {
    font-size: 13px;
}


.static-recharge-mask .mask-close {
    position: absolute;
    font-size: 16px;
    top: 18px;
    right: 18px;
    cursor: pointer;
    color: #fff;
}


.static-recharge-mask .modal-content {
    padding: 23px 0 30px 26px;
    position: relative;
}

.static-recharge-mask .recharge-tips {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.static-recharge-mask .recharge-ul {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
}

.static-recharge-mask .recharge-li {
    width: 130px;
    height: 88px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 22px;
    cursor: pointer;
}

.static-recharge-mask .recharge-li.active {
    border-color: #f3bb6c;
    background: #fef8f0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.static-recharge-mask .recharge-li.active .corner-icon {
    display: block;
}


.static-recharge-mask .point-value {
    font-size: 15px;
    color: #333333;
    line-height: 22px;
}

.static-recharge-mask .pay-value {
    margin-top: 9px;
    font-size: 28px;
    display: flex;
    align-items: flex-end;
    color: #fa6700;
    line-height: 22px;
}

.static-recharge-mask .pay-value .unit {
    font-size: 18px;
    line-height: 1;
}

.static-recharge-mask .corner-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    bottom: 0;
    display: none;
}

.static-recharge-mask .pay-type-title {
    padding-top: 5px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.static-recharge-mask .pay-type-ul {
    margin-top: 16px;
    display: flex;
}

.static-recharge-mask .pay-type-li {
    width: 130px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    background: #fff;
    transition: all 0.3s linear;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.static-recharge-mask .pay-type-li.active {
    border: 1px solid #f3bb6c;
    background: #fef8f0;
}

.static-recharge-mask .pay-type-li.active .corner-icon {
    display: block;
}

.static-recharge-mask .pay-icon {
    width: 24px;
    /* height: 24px; */
    margin-right: 5px;
}

.static-recharge-mask .pay-name {
    color: #666;
    font-size: 14px;
}

.static-recharge-mask .corner-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    display: none;
}


.static-recharge-mask .pay-rule {
    margin-top: 22px;
    font-size: 12px;
    line-height: 24px;
    display: flex;
}

.static-recharge-mask .protocol-label {
    color: #999;
}

.static-recharge-mask .protocol-li {
    cursor: pointer;
    color: #4172b0;
}


.static-recharge-mask .recharge-submit {
    margin-top: 30px;
    background-color: rgb(58, 100, 255);
    border-radius: 8px;
    width: 200px;
    height: 46px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}

.static-recharge-mask .recharge-submit:hover {
    background-color: rgba(58, 100, 255, 0.7);
}


/* // 支付二维码弹框 */
.qrcode-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
}

.qrcode-body {
    background: #fff;
    position: absolute;
    width: 660px;
    height: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.qrcode-body .pay-title {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 70px;
}

.qrcode-body .title-label {
    color: #777;
}

.qrcode-body .pay-title .iconfont {
    margin-left: auto;
    cursor: pointer;
}

.qrcode-body .qrcode-wrap {
    padding: 45px 0 75px;
    display: flex;
    justify-content: center;
}

.qrcode-body .qrcode-box {
    margin-right: 30px;
    position: relative;
}

.qrcode-body .is-invalid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 128px;
    font-size: 12px;
    color: #333;
}


.qrcode-body .qrcode-info {
}

.qrcode-body .pay-info-val {
}

.qrcode-body .pay-info-val .col {
    color: #fa6700;
    font-size: 20px;
}

.qrcode-body .pay-info-val .unit {
    font-size: 14px;
}


.qrcode-body .pay-way {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.qrcode-body .pay-icon {
    width: 40px;
    /* height: 40px; */
    margin-right: 10px;
}

.qrcode-body .pay-icon.zfb {
    width: 60px;
}

.qrcode-body .pay-way-text {
    font-size: 16px;
}


.qrcode-body .pay {
    flex-direction: column;
    display: none;
}

.qrcode-body .pay-success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-body .icon-success {
    font-size: 2.6em;
    color: #00bf33;
    fill: #00bf33;
    margin-right: 10px;
}

.qrcode-body .success-text {
    font-size: 18px;
    color: #333;
}

.qrcode-body .account-val {
    margin-top: 23px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.qrcode-body .account-val .col {
    color: #fa6700;
}







/* 空间创作卡片 */

.promo-card {
    display: flex;
    flex-direction: column;             
    border-radius: 16px;  
    height: 210px;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 20px;

}
    



.text-content {           
    display: flex;
    flex-direction: column;          
    gap: 18px;
    margin-left: 40px;

}


.text-content h2 {
    font-size: 32px;          
    color: #333;
    line-height: 1.25;
    margin-top: 30px;
}


.text-content p {
    font-size: 14px; /* text-lg */
    color: #666;
}



.promo-button {
    background-color: #fff;
border: 1px solid #ddd;
color: #333;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
padding: 5px 12px;
width: 128px;
text-align: center;
font-size: 14px;
text-decoration: unset;
font-size: 13px;
border-radius: 12px;
margin-top: 20px;
}

.promo-button:hover {
    background-color: #f8f8f8;           
}

.image-area {
    background-color: var(--color-gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
}


.image-wrapper {
    position: relative;
    width: 600px;            
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    display: block;
}

@media (min-width: 768px) {
    .promo-card {
        flex-direction: row; 
    }

    .text-content {
           width: 50%; 
    }

    .text-content h2 {
        font-size: 32px; 
    }


    .image-area {               
        width: 50%;
    }

    .image-wrapper {
     
        height: 250px;
    }

    .image-wrapper img {
        object-fit: contain; 
  
    }
}

/* 空间创作卡片 end */

/* 功能卡片 */

:root {
    --toolkit-gray-50: #fff;
    --toolkit-gray-800: #1f2937;
    --toolkit-gray-500: #777;
    --toolkit-blue-light: #EFF6FF;
    --toolkit-blue-hover: #DBEAFE;
    --toolkit-blue-icon: #3B82F6;
}  

.toolkit-box {
    width: 100%;
    margin-top: 30px;            
}

.toolkit-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .toolkit-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .toolkit-cards-grid { grid-template-columns: repeat(2, 1fr); }
}


.toolkit-card {
    background-color: white;
    border-radius: 1rem;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none; 
    color: inherit;        
    position: relative;
}

.toolkit-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px); 
}

.toolkit-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: 1rem;
    flex: 1;
}

.toolkit-card-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.toolkit-card-title {
    font-size: 17px;           
    font-weight: normal;
    color: var(--toolkit-gray-800);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.toolkit-arrow-icon {
    width: 16px;
    height: 16px;
    color: var(--toolkit-gray-400);
    transition: transform 0.2s ease, color 0.2s ease;
}

.toolkit-card:hover .toolkit-arrow-icon {
    transform: translateX(4px); 
    color: var(--toolkit-blue-icon);
}

.toolkit-card-subtitle {
    font-size: 14px;
    color: var(--toolkit-gray-500);
    margin: 0;
    line-height: 1.6;
}

.toolkit-feature-entry-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 76px;
    background-color: var(--toolkit-blue-light);
    border-radius: 16px;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.toolkit-card:hover .toolkit-feature-entry-card {
    background-color: var(--toolkit-blue-hover);
}

.toolkit-feature-icon {
    width: 36px;
    height: 36px;
    color: var(--toolkit-blue-icon);
}

/* 功能卡片 end */







.czj-tab {
    overflow: hidden;
    padding: 30px 0 10px 0px;
    background: #fff;
    top: 68px;
    z-index: 2;
    left: 234px;
    width: -webkit-fill-available;   
}

.czj-tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px 20px;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-top: 3px;
    border-radius: 8px;
    margin-right: 8px;
    background-color: #f3f3f3;
}

.czj-tab button:hover {
    background-color: #eee;
}

.czj-tab button.active {
    background-color: #333;
    color: #fff;

}

.tabbox {
    display: none;
    margin-top: 70px;

}

.czj-mask.layui-layer {
    border-radius: 10px;
}

.czj-mask .layui-layer-title {
    border: none;
    color: #0F0F0F;
    font-size: 16px;
}

.czj-mask .layui-layer-setwin .layui-layer-close {
    font-size: 20px;
}

.czj-mask .layui-layer-btn {
    display: flex;
    flex-direction: row-reverse;
}


.czj-mask .layui-layer-btn a {
    width: 88px;
    height: 32px;
    line-height: 32px;
    color: #3C4043;
    border-radius: 5px;
    text-align: center;
}

.czj-mask .layui-layer-btn .layui-layer-btn0 {
    border-color: var(--color);
    background-color: var(--color);
    color: #fff;
}

.czj-mask .layui-layer-btn .layui-layer-btn1 {
}

.czj-mask .agree-direct {
    font-size: 15px;
    line-height: 40px;
}

.czj-mask .protocol-text {
    color: var(--color);
    cursor: pointer;
}

/* 下载弹框样式 download-model-info */

.download-model-info {
}

.download-model-info .info-title {
    display: flex;
    background: #EEEEEE;
    line-height: 36px;
    width: 100%;
    margin-bottom: 18px;
}

.download-model-info .info-title .info-title-text {
    width: 25%;
    text-align: center;
}

.download-model-info .info-li {
    display: flex;
    line-height: 52px;
    align-items: center;
}

.download-model-info .info-li .info-li-text {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-model-info .info-li .info-li-text .info-li-btn {
    width: 70px;
    height: 28px;
    background: #3A64FF;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.download-model-info .info-li .btn-vip-item {
    width: 70px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background-image: linear-gradient(-90deg, #E7B977 0%, #EECC9A 100%);
    font-weight: bold;
    color: #5E3700;
}


/* 3D预览弹框 */


.modal-view {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-view-content {
    background-color: #fff;
    position: relative;
    margin-left: 232px;
    height: 100vh;
    animation: viewShow 0.5s ease forwards;
    box-shadow: 0 8px 32px 2px #00000014, 0 0 1px #0003;
}

.modal-view-content.close {
    animation: viewHide 0.5s ease forwards;
}

@keyframes viewHide {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes viewShow {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.modal-view .close-btn {
    color: #fff;
    font-size: 36px;
    position: absolute;
    left: -100px;
    top: 100px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 90px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.modal-view .download-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.modal-view .download-btn:hover {
    background: #EEEEEE;
}

.modal-view .close-btn:hover,
.modal-view .close-btn:focus {
    color: #fff;
    background: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-view-nav {
    text-align: center;
    position: absolute;
    backdrop-filter: blur(10px);
    bottom: 70px;
    right: 44%;
    border-radius: 15px;
    color: #999;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 8px 32px 2px #00000014, 0 0 1px #0003;
}


.modal-view-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modal-view-nav li {
    display: inline-block;
    position: relative;
}

.modal-view-nav li i {
    font-size: 28px;
}

.modal-view-nav a {
    text-decoration: none;
    padding: 10px;
    color: #999;
    display: block;
}

.modal-view-nav a:hover {
    color: #3A64FF;
}

.modal-view-nav .choose,
.modal-view-nav .choose:hover {
    color: #3A64FF;
}


.modal-view-nav ul ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    bottom: 48px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    left: -10px;
    display: none;
}

.modal-view-nav ul li:hover > ul {
    display: block;
}

.modal-view-nav ul ul li {
    display: block;
    margin: 0;
    line-height: 32px;
}

.modal-view-nav ul ul li a {
    display: block;
    border-radius: 0px;
    padding: 0 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 72px;
}

.modal-view-nav ul ul li .tick {
    color: #3A64FF;
    font-weight: bold;
}

/* 用户详情样式 */
.home-box {
    margin-left: 234px;
    padding-top: 68px;
}

.home-header {
    height: 168px;
    background-image: url('/static/image/bj.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.home-profile {
    padding: 0 30px;
    margin-top: -50px;
}

.home-profile-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 5px solid #fff;
}

.home-profile-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.home-data {
    display: flex;
    padding: 20px 30px;
    font-size: 13px;
    color: #999;
}

.home-data b {
    font-size: 18px;
    color: #1D1D1F;
    margin-right: 5px;
}

.home-data div {
    padding-right: 50px;
}

.home-count {
    padding: 0 40px;
    color: #666;
    display: none;
}

.p40 {
    padding: 40px;
}


/* 充值详情弹框 */
.pay-model-info {
    padding: 0 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pay-model-info .pay-info-li {
    display: flex;
    justify-content: space-between;
    width: 280px;
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
    margin-bottom: 7px;
}

.pay-model-info .pay-li-col {
    color: #3C4043;
    display: flex;
    align-items: center;
}

.pay-model-info .icon-zfb {
    width: 31px;
    height: 24px;
}

.pay-model-info .pay-check-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pay-model-info .check-btn-li:nth-child(1) {
    width: 96px;
    height: 32px;
    background: #3A64FF;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    cursor: pointer;
}

.pay-model-info .check-btn-li:nth-child(2) {
    width: 138px;
    height: 32px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #DDDDDD;
    line-height: 30px;
    text-align: center;
    color: #3C4043;
    cursor: pointer;
}

.pay-model-info .pay-attention {
    margin-top: 27px;
    color: #666666;
    line-height: 23px;
}

.pay-model-info .pay-attention-title {
    font-size: 13px;

}

.pay-model-info .pay-attention-li {
    font-size: 12px;
    list-style: disc;
}

.pay-model-info .pay-attention-li a {
    color: var(--color);
}

.model-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.7);
}

.model-mask .mask-content {
    /* width: 600px; */
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    /* padding: 20px 30px; */
}


.model-mask .mask-content .mask-title {
    color: #3D3D3D;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.model-mask .mask-content .mask-title .mask-close {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    color: #333333;
}

/* VIP 弹框样式 */
.plan-container {
    width: 940px;
    border-radius: 16px;
    box-shadow: 0 0 30px rgb(34 34 34 / 5%);
}

.plan-container .plan-box {
    padding: 20px 30px 30px;
    display: flex;
    gap: 30px;
}

.plan-container .plan-box h3 {
    font-size: 15px;
    margin-bottom: 15px;
}

.plan-container .plan-section {

    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

.plan-container .plan-section .alipay {
    text-indent: 26px;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-image: url(/static/image/recharge/icon-alipay.png) !important;
    background-size: 30% !important;
}

.plan-container .plan-section .wechat {
    text-indent: 26px;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-image: url(/static/image/recharge/icon-wechat.png) !important;
    background-size: 20% !important;
}

.plan-container .plan-section .stripe {
    text-indent: 46px;
    width: 120px;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-image: url(/static/image/recharge/icon-stripe.png) !important;
    background-size: 40% !important;
}

.plan-container .plan-section .paypal {
    text-indent: 26px;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-image: url(/static/image/recharge/icon-paypal.png) !important;
    background-size: 20% !important;
}

.plan-container .plan-card {
    padding: 20px;
    flex: 1;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px #0000000d;
    color: #333;
    cursor: pointer;
    position: relative;

}

.plan-container .plan-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.plan-container .plan-card.active {
    border-color: #f3bb6c !important;
    background: #fef8f0;
    box-shadow: 0 0 10px #0000;
}

.plan-container .plan-card.active .plan-price {
    color: #fa6700 !important;
}

.plan-container .plan-card.active .daily-price {
    background-color: #FFECD3 !important;
    color: #fa6700 !important;
}

.plan-container .plan-name {
    font-size: 16px;
    margin-bottom: 10px;
}

.plan-container .plan-name font {
    color: #fa6700;
    font-size: 13px;
    margin-left: 10px;
}

.plan-container .plan-price {
    font-size: 1.5rem;
}

.plan-container .plan-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0.9rem;
    color: #555;
}

.plan-container .plan-features li {
    margin-bottom: 8px;
}

.plan-container .duration-section {
    margin-bottom: 30px;
}

.plan-container .duration-btn {
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px #0000000d;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
}

.plan-container .duration-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.plan-container .duration-btn.active {
    border-color: #f3bb6c;
    background: #fef8f0;
    box-shadow: 0 0 10px #0000;

}

.plan-container .discount-tag {
    background-color: #ffe082;
    color: #333;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.plan-container .plan-description {
    font-size: 0.8rem;
    color: #999;
    padding: 20px 0;
}

.plan-container .upgrade-btn {
    display: block;
    width: 200px;
    padding: 15px;
    background-color: #3a64ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
}

.plan-container .cur-num {
    height: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    color: #fa6700;
}

.plan-container .num {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1f212680;
}

.plan-container .plan-detail {
    width: 30%;

    border-radius: 12px;
    padding: 20px 20px 16px;
    background: #f9fafb;
    box-sizing: border-box;
    border: 1px solid #e4e4e5;
    position: relative;
}

.plan-container .plan-info {
    width: 70%;
}

.plan-container .corner-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    bottom: 0;
    display: none;
}

.plan-container .active .corner-icon {
    display: block !important;
}

.plan-container .plan-vip {
    display: flex;
    gap: 5px;
}

.plan-container .plan-detail ul {
    list-style: none;
}

.plan-container .plan-detail p {
    font-size: 13px;
    color: #666;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}

.plan-container .plan-detail li {
    line-height: 32px;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.plan-container .plan-tab {
    position: relative;
    display: flex;
    height: 60px;
    top: -7px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/static/image/vip/img-tab-2.png');
}

.plan-container .plan-tab.recharge {
    background-image: url('/static/image/vip/img-tab-1.png');
}
.plan-container .plan-tab .plan-tab-btn{
    width: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.plan-container .plan-tab .plan-tab-btn .icon-diamond{
    width: 20px;
    margin-right: 5px;
}

.static-recharge-mask.plan-box{
    position: relative;
    transform: none;
    display: block;
    left: 0;
    top: 0;
    box-shadow: none;
}

.plan-container .plan-top {
    background: linear-gradient(94deg, #eedcca 0%, #c39981 100%);
    position: relative;
    padding: 20px;
    border-radius: 16px 16px 0px 0px;
    color: #543317;
    display: flex;
    gap: 15px;
}

.plan-container .plan-top .thumb img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    float: left;
}

.plan-container .plan-top .plan-user {
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.plan-container .plan-top .plan-user span {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}


.plan-container .plan-top .button {
    position: absolute;
    padding: 8px 16px;
    border-radius: 30px;
    right: 20px;
    top: 20px;
    color: #dfb349;
    background-color: #fff;
    font-size: 14px;
    display: none;
}
.senior-vip .plan-container{
    width: 675px;
}
.senior-vip .plan-container .plan-info{
    width: 100%;
}
.senior-vip .plan-container .plan-section{
    justify-content: flex-start;
}
.senior-vip .plan-container .plan-top {
    background: linear-gradient( 270deg, #FFDB9A 0%, #FFF0D3 100%);
}
.senior-vip  .plan-container .plan-top .plan-user {
    color: #754E19;
}
.senior-vip .plan-container .plan-top .plan-user span {
    color: #666;
}
.senior-vip .plan-container .plan-info-title-tips {
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
.senior-vip .plan-container .plan-card {
    border-color: #e2e2e2;
    padding-bottom: 26px;
    max-width: 145px;
    box-sizing: border-box;
}
.senior-vip .plan-container .plan-card .daily-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.senior-vip .plan-container .plan-card .plan-price{
    color: #333333;
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    padding-bottom: 26px;
}
.senior-vip .plan-container .plan-card .plan-price-unit{
    font-size: 18px;
    font-weight: normal;
    margin-left: 8px;
}
.senior-vip .plan-container .plan-rights{
    display: flex;
}
.senior-vip .plan-container .plan-rights .plan-right-li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 77px;
    position: relative;
}

.senior-vip .plan-container .plan-rights .plan-right-li .plan-right-tag{
    position: absolute;
    right: -4px;
    top: -10px;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 4px;
}

.senior-vip .plan-container .plan-rights .plan-right-li .right-icon{
    width: 50px;
    height: 50px;
}
.senior-vip .plan-container .plan-rights .plan-right-li .right-li-name{
    color: #333333;
    font-size: 14px;
    margin-top: 6px;
}
.senior-vip .plan-container .plan-rights .plan-right-li .right-li-tips{
    color: #888;
    font-size: 12px;
}
.senior-vip .pay-type{
    margin-top: 20px;
}
.senior-vip .plan-container .plan-description{
    padding-top: 0;
}
.model-box {

}

.model-box .input-li {
    position: relative;
    margin-bottom: 16px;
    display: flex;
}

.model-box .input-li .input-bar {
    width: 310px;
    height: 46px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    padding: 0 13px;
}

.model-box .input-li .send-btn {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--color);
}

.model-box .input-li .send-btn.is-send {
    color: #aaa;
}


.printable {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.print-item {
    position: relative;
}

.img-container {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.img-container i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    font-size: 16px;
}

.img-container .preview {
    width: 100%;
    height: auto;

    border-radius: 5px;
    transition: transform 0.3s ease;
}

.img-container:hover .preview {
    transform: scale(1.1);
}


.print-item .caption {
    text-align: left;
}

.print-item .caption h3 {
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print-item .author {
    display: flex;
    align-items: center;
    display: none;
}

.print-item .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}


.collection-container {
    display: flex;           
    margin: 30px auto;
    gap: 100px;
}

.collection-left {
    flex: 2; 
}

.collection-right {
    flex: 1; 
    max-width: 300px;
}

.collection-right .collection-item{
  margin-bottom: 20px;
}
.collection-right-title {
color: #333333;
line-height: 18px;
font-size: 18px;
margin-bottom: 20px;
}

.collection-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.collection-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.model-count {
    color: #666;
    font-size: 14px;          
    margin-bottom: 20px;
}

.collection-desitem {
padding: 30px 0;
background-color: #fff;
border-top: 1px solid #eee; 
display: flex; 
align-items: flex-start; 
gap: 20px; 
}



.collection-desitem:hover{
    background-color: #f8f8f8;
}
.collection-desitem:hover h2 a{
    color: var(--color);
}

.collection-desitem:hover p a{
    color:#666;
}

.desitem-image {
width: 200px; 
height: auto;
border-radius: 3px;
display: block;
flex-shrink: 0; 
}

.desitem-content {
flex-grow: 1; 
margin-top: 20px;
}

.desitem-content h2{
font-size: 20px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}

.desitem-content p{ color: #666; line-height: 24px; font-size: 14px;}

.desitem-content span {
color: #777;
font-size: 14px;
margin-top: 15px;
display: block;
}


.collection-item {
background-color: #fff;
padding: 20px;
border: 1px solid #eee;
border-radius: 8px;
}

.collection-item:hover{
background-color: #f8f8f8;      
}

.collection-item h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}

.collection-item .thumbnail-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1px;
}

.collection-item .thumbnail {
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
color: #999;
}

.collection-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.collection-right .thumbnail img{ height: 130px;}
.collection-list .thumbnail img{ height: 150px;}


@media (max-width: 768px) {
    .collection-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .collection-list {
        grid-template-columns: 1fr;
    }
}
