/*public*/
body {
	width: 7.5rem;
	padding: 0;
	margin: 0 auto;
	background-color: #717afd;
}
.img-full {
	width: 100%;
	height: 100%;
	display: block;
}
/*main*/
#main {
	position: relative;
	width: 7.5rem; 
	margin: 0 auto;
	padding: 0;
}
.toStory {
	position: absolute;
    width: 100%;
    height: 1.2rem;
    left: 0;
    bottom: 3rem;
}
.consent-checkbox {
    position: absolute;
    left: 1.4rem;
    bottom: 2rem;
    margin: 0.2rem auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.consent-checkbox input[type="checkbox"] {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}

.consent-checkbox label {
  cursor: pointer;
  color: #333;
  font-size: 0.2rem;
  line-height: 1.5;
}

/* 可选：添加选中状态的样式效果 */
.consent-checkbox input[type="checkbox"]:checked + label {
  color: #fff;
}
/*sign*/
#sign {
	position: relative;
	width: 7.5rem;
	margin: 0 auto;
	padding: 0;
}
.wline {
	font-size: 0.28rem;
    margin: 0 0 0.14rem 0;
	color: #c64700;
}
.wline-inner {
    display: inline-block;
    font-style: italic;
    background-image: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left:0.2rem;
}
.medal {
	width: 1.15rem;
    height: 1.15rem;
    padding: 0.01rem;
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.state-1 {
	z-index: 99;
	position: absolute;
	width: 4.9rem;
	height: 2.6rem;
	top: 8.73rem;
	left: 2.41rem;

}
.state-2 {
    z-index: 99;
    position: absolute;
    width: 6rem;
    height: 2.2rem;
    top: 14.94rem;
    left: 0.72rem;

}
.state-3 {
    z-index: 99;
    position: absolute;
    width: 6rem;
    height: 3.2rem;
    top: 17.7rem;
    left: 0.72rem;
}
.state-4 {
    z-index: 99;
    position: absolute;
    width: 5.5rem;
    height: 3rem;
    top: 21.65rem;
    left: 1.89rem;
}
.state-5 {
    z-index: 99;
    position: absolute;
    width: 6rem;
    height: 2.11rem;
    top: 26.7rem;
    left: 1.16rem;
}
.state-6 {
	display: none;
    z-index: 99;
    position: absolute;
    width: 6.25rem;
    height: 3.8rem;
    top: 29rem;
    left: 0.07rem;
    padding: 0.5rem 0.55rem;
    text-align: center;
    background: url(../img/medal-bg.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.lightword {
	font-size: 0.35rem!important;
	font-weight: bloder!important;
}
.state-1, .state-2, .state-3, .state-4, .state-5, .state-6, .state-7{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    overflow: hidden;
}

.state-1.visible, .state-2.visible, .state-3.visible, .state-4.visible, .state-5.visible, .state-6.visible ,.state-7.visible{
    opacity: 1;
    transform: translateY(0);
}
.wline {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition-delay: 0s;
}

.state-visible .wline {
    opacity: 1;
    transform: translateY(0);
}

.toComment {
	color: #fff;
    background-color: #1e9ff0;
    border-radius: 0.2rem;
    padding: 0 0.15rem;
    cursor: pointer;
}
.toComment-tip {
	font-size: 0.18rem;
}
.date {
	font-weight: bloder;
}

/* 评论详情弹窗样式 */
.comment-tip {
	display: none; /* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* 全屏蒙层 */
	z-index: 9999;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.comment-tip.show {
	display: flex;
	opacity: 1;
}

.comment-content {
	width: 80%;
	max-width: 5rem;
	background-color: #fff;
	border-radius: 0.3rem;
	padding: 0.4rem;
	position: relative;
	transform: translateY(20px);
	transition: transform 0.3s ease-out;
}

.comment-tip.show .comment-content {
	transform: translateY(0);
}

.close-comment {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.3rem;
	cursor: pointer;
	color: #999;
}

.comment-title {
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
	color: #333;
}

.comment-text {
	font-size: 0.26rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 0.3rem;
}

.comment-link {
	display: none;
	font-size: 0.2rem;
	margin-bottom: 0.3rem;
}

.comment-meta {
	font-size: 0.22rem;
	color: #999;
	text-align: right;
}
.unoRead,.uRead,.unoCollection,.uCollection,.unoShare,.uShare,.unoComment,.uComment,.uGolds,.unoGolds,.uMedal,.unoMedal {
	display: none;
}


.qrcode {
	position: absolute;
    width: 2.11rem;
    height: 2.12rem;
    background:url("../img/qrcode.png")no-repeat;
    background-size: 100% 100%;
    top: 40rem;
    left: 2.7rem;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.2rem);
    }
    100% {
        transform: translateY(0);
    }
}

#showmore {
    position: fixed;
    background: url("../img/down-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 0.65rem;
    height: 0.65rem;
    bottom:0.7rem;
    right: 0.45rem;
    animation: float 2s ease-in-out infinite;
}

/* 滚动提示样式 */
        #scrollPrompt {
            font-size: 0.21rem;
		    position: fixed;
		    bottom: 0.65rem;
		    left: 50%;
		    transform: translateX(-50%);
		    color: #a10000;
			background: linear-gradient(to bottom, rgba(255,231,164,0.8), rgba(255,166,90,0.9));
		    padding: 0.2rem .355555rem;
		    border-radius: 99px;
		    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
		    display: flex;
		    align-items: center;
		    gap: 0.05rem;
		    transition: all 0.5s ease;
		    z-index: 100;
        }
        .scroll-prompt-hidden {
            opacity: 0;
            transform: translate(-50%, 2rem);
        }
        .scroll-prompt-visible {
            opacity: 1;
            transform: translate(-50%, 0);
        }
