html, body {
    height:100%;
	width:100%;
	margin:0 auto;
    background-color:#ffffff;
    overflow:hidden;
}
body {
    max-width:520px;
	margin:0 auto;
	transform: translate3d(0,0,0);/*body必须加transform属性，这样后代子元素才会fixed以其为参照*/
}
* {
	margin: 0;
	padding: 0;
	font-family: -apple-system-font, Helvetica Neue, sans-serif;
}
a img {
	border: 0
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.cmh5-dialog-mask .cmh5-dialog {
    background-color: #ffffff;
}
.hide {
    display:none;
}
.r-wrapper {
	position:relative;
	width:100%;
	height:100%;
}
.a-el {
	position:absolute;
	z-index: 0;
}
.f-el {
	position:fixed;
	z-index:0;
}
/* 旋转动画 */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    overflow:hidden;
    background-color:#ffffff;
    /* transition: left 0.3s; */
    display: none;
}
.page.active {
    display: block;
    left: 0;
}
.page.covered {
    left: -100%;
}
.page .back-button {
    position: absolute;
    /* top: 2.5rem;
    left: 2rem;
    width: 2rem;
    height: 2rem; */
    top: 1.5rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
    background-size: 2rem 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 1000;
    -webkit-tap-highlight-color: transparent; /* 取消点击高亮效果 */
    outline: none; /* 取消可能的边框高亮 */
    touch-action: manipulation; /* 优化触控体验，防止误触 */
}
.page .container {
	display: flex;
    flex-direction: column;
    height: 100vh;
    position:relative;
}
.page .container .page-header {
	width:100%;
	padding: 2rem 1.5rem 1rem 1.5rem;
    box-sizing: border-box;
}
.page .container .page-header .title {
	height: 2.8rem;
    line-height: 2.8rem;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #000000;
}
.page .container .page-content {
    flex: 1; /* This will make the content take the remaining space */
    overflow: auto; /* Optional: if content overflows, add scroll */
    padding-bottom: 10rem;
    position:relative;
}
.page .page-header-menu {
    width: 100%;
    background-color: #ffffff;
    font-size: 1.7rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.page .menu-header {
    padding: 2rem 1.5rem 1rem 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page .menu-header span {
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
}
.page .menu-header .icon {
    position: absolute;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    object-fit:contain;
    object-position:center center;
}
.page .menu-list {
    display: none;
    padding-bottom: 1rem;
    margin: 0;
    list-style: none;
    box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.2);
}
.page .menu-list li {
    padding: 0.5rem 1rem;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}
.page .menu-list li.selected {
    color: black;
}
.page .menu-list li:not(.selected) {
    color: #ccc;
}
.masonry-layout {
    position: relative;
    transition: height 0.3s;
}
.masonry-layout .masonry-item {
    position: absolute;
    transition: all 0.3s ease;
}
@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 顺时针旋转动画 */
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* 逆时针旋转动画 */
@keyframes rotateCounterClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
#loading {
    background-color:#ffffff;
    overflow:hidden;
    background-size: 100% auto; /* 背景图宽度100%，高度自动 */
    background-repeat: no-repeat;
    background-position: bottom; /* 背景图底部对齐 */
    width:100%;
	height:100%;
	position:absolute;
	z-index:100;
}
#loading .circle {
	top: -6rem;
    left: -2.5rem;
    width: 15rem;
    z-index: 0;
}
#loading .ray {
	top: -6rem;
    right: -7rem;
    width: 18rem;
    z-index: 0;
}
#loading .rope {
	top: -3.5rem;
    right: -6rem;
    width: 16rem;
    z-index: 10;
}
#loading .starline {
    top: 7rem;
    left: -19rem;
    width: 40rem;
    z-index: 0;
}
#loading .welcome-text-english {
    top: 10rem;
    left: 2rem;
    width: 16.5rem;
    z-index: 10;
}
#loading .welcome-text-coming {
	top: 28rem;
    left: 2rem;
    width: 12rem;
    z-index: 10;
}
#loading.finish .welcome-text-coming {
	left:4rem;
	opacity:0;
	transition:all 1s;
}
#loading .welcome-text-visit {
	top: 28rem;
    left: -4rem;
    width: 12rem;
    z-index: 10;
    opacity:0;
}
#loading.finish .welcome-text-visit {
    left: 2rem;
    opacity:1;
    transition:all 1.2s;
}
#loading .welcome-text-studio, #loading .welcome-text-studio-live {
    top: 32rem;
    left: 2rem;
    width: 18rem;
    height:3.86rem;
    z-index: 10;
    overflow:hidden;
    mask-size: cover;
    mask-repeat: no-repeat;
}
#loading .welcome-text-studio-live .background-image {
    width: 20rem;
    height: 20rem;
    top: 50%;
    left: 50%;
    margin-top: -10rem; /* Half of the height */
    margin-left: -10rem; /* Half of the width */
    transform: rotate(0deg);
    object-fit: cover;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateCounterClockwise 3s linear infinite;
}
#loading .welcome-text-decoration {
    top: 30rem;
    left: 19.5rem;
    width: 2.5rem;
    z-index: 10;
    opacity:0;
}
#loading.finish .welcome-text-decoration {
    opacity:1;
    transition:all 3s;
}
#loading .node {
    top: 38rem;
    right: -1rem;
    width: 6rem;
    z-index: 10;
}
#loading .slider-container {
    position: absolute;
    width: 28rem;
    height: 6rem;
    bottom: -10rem;
    left:2rem;
    /* border: 0.5rem solid transparent; */
    padding:0.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: linear-gradient(to bottom, #2D2D2D, #161616);
    box-sizing:border-box;
    user-select: none;
    touch-action: none; /* 禁用默认触摸事件 */
}
#loading.finish .slider-container {
	bottom: 3rem;
    transition:all 1s;
}
#loading .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
#loading .slider-handle {
    position: absolute;
    left: 0;
    width: 5rem;
    height: 5rem;
    touch-action: none; /* 禁用默认触摸事件 */
}
#loading .slider-text {
    z-index: 1;
    position: absolute;
    top: 1.5rem;
    left: 60%;
    transform: translateX(-50%);
    height: 2.2rem;
    pointer-events: none;
}

#viewport {
	width:100%;
	height:100%;
	overflow:auto;
	position:absolute;
	z-index:0;
}

#tabbar {
    height: 6rem;
    display: flex;
    left: 2rem;
    right: 2rem;
    bottom: 3rem;
    background: linear-gradient(to bottom, #2D2D2D, #161616);
    padding: 0.7rem;
    box-sizing: border-box;
    border-radius: 1.8rem;
    overflow: hidden;
    position: fixed;
    z-index: 50;
}
#tabbar .button {
    flex: 0 0 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 1rem;
    cursor: pointer;
    border-radius: 1rem;
    transition: flex 0.3s ease;
}
#tabbar .button.selected {
    flex: 1;
    background-color: #333;
}
#tabbar .button img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: contain;
}
#tabbar .button span {
	font-size: 1.2rem;
    margin-left: 1rem;
    display:none;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
#tabbar .button.selected span {
    display:inline-block;
    transition: flex 0.3s ease;
}

#home .products-carousel {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
#home .products-carousel .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home .products-carousel .swiper-slide img {
   	object-fit: cover;
    width: 100%;
    height: 100%;
}
#home .products-carousel .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 1rem; /* 调整分页器位置 */
    width: 100%;
}

#home .products-carousel .swiper-pagination-bullet {
    width: 1rem;
    height: 0.3rem;
    display: inline-block;
    border-radius: 0.1rem;
    background: white;
    margin: 0 0.08rem;
    transition: all 0.3s;
    opacity:0.8;
}

#home .products-carousel .swiper-pagination-bullet-active {
    width: 2.2rem;
    background: gray;
}

#home .home-title {
	width:28rem;
	margin:0.5rem 2rem;
}


#home .home-title-container {
    width: 100%;
    height: 7rem;
    padding: 1rem 2rem;
    box-sizing: border-box;
    position: relative;
}

#home .home-title-container .text,
#home .home-title-container .star {
    transition: left 1s cubic-bezier(0.25, 0.1, 0.25, 1.0); /* 缓动效果 */
    position: absolute;
    left: -100%; /* 初始位置在屏幕左侧外 */
}

#home .home-title-container .text {
	opacity:0;
    /* width:14rem;
    top:1rem; */
    width:12rem;
    top:1.5rem;
}

#home .home-title-container .star {
    /* width: 4rem;
    top:0.5rem; */
    width: 3rem;
    top:1rem;
    opacity:0;
}

#home .home-title-container.activate .text {
	opacity:1;
    left: 0rem;
}

#home .home-title-container.activate .star {
	opacity:1;
}

#home .home-title-container.activate .star:nth-of-type(1) {
    left: 25rem;
    transition-delay: 0s; /* 不延迟 */
    z-index:10;
}

#home .home-title-container.activate .star:nth-of-type(2) {
    left: 23rem;
    transition-delay: 0.15s; /* 延迟0.15秒 */
    z-index:9;
}

#home .home-title-container.activate .star:nth-of-type(3) {
    left: 21rem;
    transition-delay: 0.3s; /* 延迟0.3秒 */
    z-index:8;
}

#home .home-title-container.activate .star:nth-of-type(4) {
    left: 19rem;
    transition-delay: 0.45s; /* 延迟0.45秒 */
    z-index:7;
}
/* 定义旋转和移动动画 */
@keyframes rotateAndMove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        left:25rem;
    }
}

#home .home-title-container.activate.final .star:nth-of-type(2),
#home .home-title-container.activate.final .star:nth-of-type(3),
#home .home-title-container.activate.final .star:nth-of-type(4) {
    animation: rotateAndMove 1s forwards;
    transition-delay: 0.5s; /* 延迟0.5秒后开始旋转 */
}

#home .home-title-container.activate.final .star:nth-of-type(2) {
	transition-delay: 0.5s; /* 延迟0.5秒后开始旋转 */
}
#home .home-title-container.activate.final .star:nth-of-type(3) {
	transition-delay: 1s; /* 延迟0.5秒后开始旋转 */
}
#home .home-title-container.activate.final .star:nth-of-type(4) {
    transition-delay: 1.5s; /* 延迟0.5秒后开始旋转 */
}


#home .category-container-wrapper {
	padding: 0rem 2rem;
    box-sizing:border-box;
}
#home .category-container {
    width:100%;
}

#home .category-item {
    width: 13.5rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    overflow: hidden;
    break-inside: avoid;
    border-radius:1rem;
    background-color:#eeeeee;
    opacity: 0;
    transform: translateY(10rem);
    animation: slideIn 1s forwards;
}
#home .category-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#category .desc {
	padding: 1rem 0rem 1.5rem 0rem;
	font-size:1rem;
	color:#6b6b6b;
}
#category .product-container-wrapper {
	margin-top:6rem;
	padding: 0rem 2rem;
    box-sizing:border-box;
}
#category .product-container {
	width:100%;
}

#category .product-item {
    width: 13.5rem;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10rem);
    animation: slideIn 1s forwards;
}
#category .product-item img {
    width: 100%;
    height: 100%;
    border-radius:1rem;
    display: block;
    object-fit: cover;
}
#category .product-item .info {
	display: flex;
	align-items: center;
	width: 100%; 
	padding: 0.3rem 0;
}
#category .product-item .info .circle {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #d1d1d1;
    border-radius: 50%;
    margin-right: 0.8rem;
}
#category .product-item .info .text {
	font-size:1.2rem;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#category .product-item .fav {
    width: 3rem;
    height: 3rem;
    bottom: 3.5rem;
    right: 1rem;
}
#category .product-item .fav .selected-star {
	display:none;
	width:100%;
}
#category .product-item .fav .unselected-star {
	display:block;
	height:100%;
}
#category .product-item .fav.selected .selected-star {
	display:block;
}
#category .product-item .fav.selected .unselected-star {
	display:none;
}
#category .fav-cart {
	bottom: 10rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
}
#category .fav-cart .star-logo {
	width:100%;
	height:100%;
	object-fit:contain;
}
#category .fav-cart .notification {
	top: -0.7rem;
	right: -0.7rem;
	width: 2.4rem;
	height: 2.4rem;
	background-color: black;
	color: #ffffff;;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
}

#product .albums-carousel {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
#product .albums-carousel .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .albums-carousel .swiper-slide img {
   	object-fit: cover;
    width: 100%;
    height: 100%;
}
#product .albums-carousel .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 1rem; /* 调整分页器位置 */
    width: 100%;
}

#product .albums-carousel .swiper-pagination-bullet {
    width: 1rem;
    height: 0.3rem;
    display: inline-block;
    border-radius: 0.1rem;
    background: white;
    margin: 0 0.08rem;
    transition: all 0.3s;
    opacity:0.8;
}

#product .albums-carousel .swiper-pagination-bullet-active {
    width: 2.2rem;
    background: gray;
}
#product .thumbnails-carousel {
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 1rem 2rem;
}

#product .thumbnails-carousel .thumb {
    width: 5rem;
    height: 5rem;
    border-radius:1.2rem;
    margin-right: 0.8rem;
    cursor: pointer;
    overflow:hidden;
    padding: 0.1rem;
    box-sizing: border-box;
    display: inline-block;
   vertical-align: middle;
}
#product .thumbnails-carousel .thumb .pic {
    width: 100%;
    height: 100%;
    border-radius: 1.1rem;
    background-size: cover;
    user-select: none;
    touch-action: none; /* 禁用默认触摸事件 */
}
#product .thumbnails-carousel .thumb.active {
    border: 0.13rem solid #515151;
    transition: all 0.3s;
}
#product .share-btn {
	top: 2.5rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    object-fit:contain;
    object-position:center center;
}
#product .product-fav {
	width:3rem;
	height:3rem;
	right:2rem;
	top:25rem;
	z-index:10;
}
#product .product-fav .selected-star {
	display:none;
	width:100%;
}
#product .product-fav .unselected-star {
	display:block;
	height:100%;
}
#product .product-fav.selected .selected-star {
	display:block;
}
#product .product-fav.selected .unselected-star {
	display:none;
}
#product .detail {
	width:100%;
	padding:1rem 2rem;
	box-sizing:border-box;
}
#product .detail hr {
	margin:0.5rem 0;
    background-color: #e1e1e1;
}
#product .detail .name {
	font-size:2.6rem;
}
#product .detail .desc {
	font-size:1.6rem;
}
#product .detail .tags {
	width:100%;
}
#product .detail .tags .tag {
	display: inline-block;
    height: 1.35rem;
    margin-right: 0.5rem;
}
#product .detail .detail-items {
	width:100%;
	padding:1rem 0;
	box-sizing:border-box;
}
#product .detail .detail-items .item {
	padding:0.5rem 0;
	box-sizing:border-box;
	width:100%;
}
#product .detail .detail-items .item .name {
   	width: 6rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
}	
#product .detail .detail-items .item .text {
	font-size:1.2rem;
	color:#999999;
	margin-left:1rem;
	display:inline-block;
}

#product.video-mode {
	background:#f3f3f3;
}
#product.video-mode .page-content {
	background:#f3f3f3;
}
#product.video-mode .page-content::after {
	content:"";
	display:block;
	height:calc(12rem + env(safe-area-inset-bottom, 0px));
}
#product.video-mode .video-stage {
	position:relative;
	width:100%;
	height:auto;
	aspect-ratio:4 / 3;
	overflow:hidden;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:#090909;
	box-shadow:0 1.2rem 2.5rem rgba(0, 0, 0, 0.16);
}
#product .video-player {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	background:#090909;
}
#product .video-state {
	position:absolute;
	z-index:4;
	left:50%;
	bottom:1.4rem;
	max-width:80%;
	padding:0.55rem 1.1rem;
	border-radius:99rem;
	color:rgba(255, 255, 255, 0.9);
	background:rgba(0, 0, 0, 0.58);
	font-size:1rem;
	opacity:0.85;
	transform:translateX(-50%);
	transition:opacity 0.2s ease;
	pointer-events:none;
}
#product .video-state:not(.visible) {
	opacity:0;
}
#product.video-mode .video-stage .product-fav {
	top:auto;
	right:2rem;
	bottom:2rem;
}
#product.video-mode .detail {
	width:calc(100% - 2rem);
	margin:1.4rem 1rem 0;
	padding:1.8rem 1.4rem 2.4rem;
	border-radius:2rem;
	background:#fff;
	box-shadow:0 0.8rem 2.4rem rgba(0, 0, 0, 0.07);
}
#product .video-detail-header .video-eyebrow {
	display:inline-flex;
	align-items:center;
	min-height:2rem;
	padding:0 1.1rem;
	border-radius:99rem;
	color:#fff;
	background:#000;
	font-size:0.95rem;
	font-weight:800;
	letter-spacing:0.14rem;
}
#product .video-detail-header h1 {
	margin:1rem 0 0.7rem;
	font-size:2.6rem;
	line-height:1.12;
	letter-spacing:-0.08rem;
}
#product .video-summary {
	color:#555;
	font-size:1.3rem;
	line-height:1.75;
	white-space:pre-wrap;
}
#product .video-chip-list {
	display:flex;
	flex-wrap:wrap;
	gap:0.55rem;
	margin-top:1.3rem;
}
#product .video-chip {
	display:inline-flex;
	align-items:center;
	min-height:2.2rem;
	padding:0 1rem;
	border:0.1rem solid #111;
	border-radius:99rem;
	color:#111;
	background:#fff;
	font-size:1rem;
	font-weight:700;
}
#product .video-spec-grid {
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:0.8rem;
	margin-top:1.5rem;
}
#product .video-spec {
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:6.2rem;
	padding:1rem 1.1rem;
	border-radius:1.2rem;
	background:#f2f2f2;
}
#product .video-spec span {
	color:#8a8a8a;
	font-size:0.95rem;
}
#product .video-spec strong {
	margin-top:0.35rem;
	color:#111;
	font-size:1.35rem;
	line-height:1.25;
	word-break:break-word;
}
#product .video-info-sections {
	margin-top:1.6rem;
	border-top:0.1rem solid #e5e5e5;
}
#product .video-info-section {
	padding:1.4rem 0;
	border-bottom:0.1rem solid #e5e5e5;
}
#product .video-info-section h2 {
	margin-bottom:0.8rem;
	font-size:1.2rem;
}
#product .video-info-values {
	display:flex;
	flex-wrap:wrap;
	gap:0.6rem;
}
#product .video-info-values span {
	padding:0.55rem 0.9rem;
	border-radius:0.8rem;
	color:#444;
	background:#f4f4f4;
	font-size:1.05rem;
}
#product .video-contact-card {
	display:grid;
	grid-template-columns:1fr auto;
	align-items:center;
	gap:0.2rem 1rem;
	margin-top:1.5rem;
	padding:1.2rem 1.4rem;
	border-radius:1.2rem;
	color:#fff;
	background:#111;
}
#product .video-contact-card .contact-label {
	grid-column:1;
	color:#aaa;
	font-size:0.9rem;
}
#product .video-contact-card strong {
	grid-column:1;
	font-size:1.25rem;
}
#product .video-contact-card a {
	grid-column:2;
	grid-row:1 / span 2;
	padding:0.7rem 1rem;
	border-radius:99rem;
	color:#111;
	background:#fff;
	font-size:1rem;
	font-weight:700;
}
#product .product-load-error {
	padding:5rem 1rem;
	color:#777;
	text-align:center;
	font-size:1.2rem;
}

@media (prefers-reduced-motion: reduce) {
	#product .video-state,
	#product.video-mode .detail {
		transition:none !important;
		animation:none !important;
	}
}
	
#gallery {
	background-color:#3a3a3a;
}
#gallery .images-carousel {
    position: relative;
    width: 100%;
    height: 35rem;
    margin-top: 7.5rem;
    background-color: #d1d1d1;
    overflow:hidden;
}
#gallery .images-carousel .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery .images-carousel .swiper-slide img {
   	object-fit: cover;
    width: 100%;
    height: 100%;
}
#gallery .swiper-pagination {
	position:relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    margin-top: 2rem; /* 调整分页器位置 */
    width: 100%;
}

#gallery .swiper-pagination-bullet {
    width: 1rem;
    height: 0.3rem;
    display: inline-block;
    border-radius: 0.1rem;
    background: white;
    margin: 0 0.08rem;
    transition: all 0.3s;
    opacity:0.8;
}

#gallery .swiper-pagination-bullet-active {
    width: 2.2rem;
    background: gray;
}

.favorite-list-component {
    width: 100%;
    overflow-x: hidden;
}
.favorite-list-component .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 1rem 0rem 1rem 2rem;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.favorite-list-component .list-item img.album {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
    margin-right: 1rem;
}
.favorite-list-component .list-item .content {
    flex: 1;
}
.favorite-list-component .list-item .delete-btn {
    position: absolute;
    right: -8rem;
    top: 0;
    height: 100%;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    transition: right 0.3s ease;
}
.favorite-list-component .list-item.swiped {
    transform: translateX(-8rem);
}
.favorite-list-component .tags {
    margin-top: 0.5rem;
}
.favorite-list-component .tags .tag {
    display: inline-block;
    height: 1.2rem;
    margin-right: 0.5rem;
}

#favorite-my .share-btn, #favorite-share .share-btn {
	top: 2.5rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    object-fit:contain;
    object-position:center center;
}

#thematic .card-container {
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
}
#thematic .card-container .card {
    position: absolute;
    width: 28rem;
    height: calc(100vh - 6.5rem);
    display: flex;
    flex-direction: column;
    background-color: #ccc;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin: 1rem 0;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}
#thematic .card-container .card .card-header {
	flex: 0 1 auto; /* 不伸缩，占据其内容所需的空间 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
#thematic .card-container .card .card-header h3 {
    margin: 0;
    font-size: 1.5rem;
}
#thematic .card-container .card .card-header button {
    background-color: #fff;
    color:#000000;
    border: none;
    border-radius: 0.5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#thematic .card-container .card.active {
    top: 0 !important;
    /* z-index: 100; */
}
#thematic .card-container .card.active .card-header button {
	background-color: #000000;
    color:#ffffff;
}
#thematic .card-container .card .card-content {
	flex: 1; /* 伸缩，占据剩余空间 */
	width:100%;
	padding:0 1rem;
	box-sizing:border-box;
	overflow-y:auto;
}
#thematic .card-container .card .card-content .image-item {
	width:100%;
	margin:0;
	padding:0;
	display:block;
}
#thematic .card-container .card .default-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-size: 1rem;
    color: #fff;
}
#thematic .card-container .card .default-content i {
    font-size: 2rem; /* 设置图标大小 */
    margin-bottom: 0.5rem;
    animation: spin 1s linear infinite; /* 添加旋转动画 */
}
#aboutus .panel {
	top:2rem;
	left:2rem;
	right:2rem;
	bottom:10.5rem;
	border-radius:4rem;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	flex-direction: column;
	justify-content: space-around; 
	align-items: center;
	padding: 2rem 2rem 5rem 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size:1.8rem;
	color:#ffffff;
}

#aboutus .panel .cmlogo {
	width:20rem;
}
#aboutus .panel .star {
	width:1.7rem;
}
#aboutus .panel .item {
	height:5rem;
}
#aboutus .panel .wechat {
	width:2.5rem;
}
#aboutus .panel .phone {
	width:2.5rem;
}
#aboutus .panel .email {
	width:2.5rem;
}
#aboutus .panel .item a {
	color:#ffffff;
	text-decoration:underline;
}
