@import url("https://fontsapi.zeoseven.com/914/main/result.css");
@import url("https://fontsapi.zeoseven.com/3/main/result.css");


body {
    font-family: "寒蝉全圆体",PingFang SC,sans-serif;
    font-weight: normal;
}

.hero h1 {
    font-family: "Planschrift";
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

svg {
	width: 1em;
    margin-right: 0.3rem;
}
svg[t='1782623383201']{
	
}



a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.feature-content p.index_monney{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3rem;
}
.indexpart_4 .feature-content p.index_monney{
    margin-top: 0.5rem;
}
.feature-content p.index_monney>span{
	font-size: 1rem;
    opacity: 0.5;    
	display: inline-flex;
    align-items: center;
}
.feature-content p.index_monney>s{
    opacity: 0.5;
}
.index_back_out{
    display: flex;
    position: relative;
    justify-content: center;
    margin: 2rem;
}
.index_back{
    display: flex;
    width: 6rem;
    background: var(--coral);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 155, 155, 0.4);
    align-items: center;
    justify-content: center;
    letter-spacing: 0.15rem;
    cursor: pointer;
    line-height: 1.5rem;
}
.index_hot{
    position: absolute;
    inset: 0 0 auto auto;
    border-radius: 0.5rem;
    background: #ff9b9b;
    margin: 1rem;
    padding: 0.15rem 0.3rem;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1rem;
}
.index_mengban {
    z-index: 1;
    color: #fff;
    font-size: 1.5rem;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
    transition: opacity 0.3s ease;
}
.index_mengban svg{
	fill: #fff;
    width: 3rem;
}
.index_mengban:hover {
	opacity: 1;
}
[class*="indexpart_"] .features-grid .feature-image-inner {
	background: unset;
}

.index_tip {
	color: #ff9b9b;
	cursor: pointer;
}


.steps .step span {
    margin: 1rem 0;
    display: block;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 1rem;
}
.steps .step span h4{
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.steps .step span h4 svg {
    vertical-align: middle;
}
.steps .step span h4 sup{
    background: #ff0000a3;
    font-size: 0.75rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.3rem;
    margin-left: 0.2rem;
    color: #fff;
}
.steps .step:first-child span h4 sup{
    background: #0035ffa3;
}


#lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    z-index:9999;
}

#lightbox img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width:90%;
    max-height:90%;
    border-radius:12px;
    background:#fff;
}


.feature-image-inner img{
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    pointer-events: none;
}

.index_stop {
	cursor: no-drop;
}

[class*="indexpart_"] {
	display: none;
}
.indexpart_0{
	display: grid;
}

.indexpart_6 .features-grid .feature-card .feature-content p{
    line-height: 2rem;
    min-height: 4rem;
    word-break: break-all;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}







*[cat_title] {
    overflow: hidden;
    position: relative;
}
*[cat_title]:before, *[cat_title]:after {
    position: absolute;
    z-index: 10;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 300ms ease;
}
*[cat_title]:before {
    content: attr(cat_title);
    top: calc(-1.5em - 6px - 5px);
    left: 50%;
    padding: 3px 6px;
    line-height: 1.5;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    box-sizing: content-box;
}
*[cat_title]:after {
    content: "\20";
    top: -5px;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
}
*[cat_title]:hover {
    overflow: visible;
}
*[cat_title]:hover:before, *[cat_title]:hover:after {
    opacity: 1;
    transform: translate3d(-50%, -3px, 0);
}













.cat_das{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.cat_das img{
	display: none;
    border-radius: 3rem;
    width: 15rem;
    aspect-ratio: 1;
}


/* 主页手机 */
.phone-card{
    display:none;
}

.phone-card.active{
    display:block;
}
.p_incards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}
.p_incard {
    box-shadow: 0 10px 30px rgba(93, 84, 117, 0.1);
    padding: 1rem 1rem 0.75rem 1rem;
    border-radius: 0.5rem;
}
.p_incard p {
    font-size: 0.8rem;
    margin: auto;
    line-height: 2.5rem;
}
@media (max-width: 768px) {
    .p_incard {
        padding: 0.5rem 0.75rem;
    }
}
.p_comment {
    overflow-y: scroll;
    height: 300px;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.p_comment::-webkit-scrollbar {
    display: none; 
}
@media (max-width: 768px) {
    .p_comment {
		height: 230px;
    }
}




#phone-comment-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}
#phone-comment-form input{
	height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    width: 100%;
}
#phone-comment-form textarea{
	height: 5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    width: 100%;
}
#phone-comment-submit {
    height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    background: #ff9b9b;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    line-height: 2.5rem;
}
.p_loaduser {
	font-weight: bold;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    line-height: 1rem;
}
.p_avatar{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.5rem;
}
#comment_tip{
    text-align: center;
    font-size: 0.9rem;
	color: red;
}
.phone-comment-text {
	border: 1px solid #ff9b9b33;
    padding: 0.25rem 0.5rem;
    margin: 0.3rem 0 0.7rem;
    border-radius: 0.75rem;
    background: #ff9b9b33;
    line-height: 1.5rem;
}



.sent_link_form{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}
.sent_link_form input{
    flex: 1;
    height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    width: 100%;
}
.yanzheng_anniu {
	height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    background: #ff9b9b;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}





.isshouquan_yes{
	display: none;
}
html[sq=xx] .isshouquan {
	filter: grayscale(1);
	opacity: 0.5;
}

html[sq=y] .isshouquan_no {
	display: none;
}
html[sq=y] .isshouquan_yes {
	display: inline-block;
}




.cat_refresh_domain_ul div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}
.cat_refresh_domain_ul input{
    width: calc(100% - 7rem);
    height: 2rem;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid var(--coral);
}



.zhuce_form{
	display: flex;
    flex-direction: column;
    align-items: center;
}
h3.cat_lll{
    justify-content: center;
    gap: 1rem;
    margin: 2rem;
}
h3.cat_lll a{
	color:#ff9b9b!important;
}

.link_sq_category_choose input[type="radio"]{
	display: none;
}
.link_sq_category_choose input[type="radio"] + span{
	position: relative;
}
.link_sq_category_choose input[type="radio"]:checked + span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.5rem;
	background: #f006;
	border-radius: 0.5rem;
	left: 0;
	bottom: 0.25rem;
}
.link_sq_part,
.link_sq_category_choose{
	display: flex;
	gap: 1rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    margin: 2rem;
}
.link_sq_part .item {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	flex: 1;
}
.link_sq_part .item label{
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.link_sq_part input {
    height: 2rem;
    padding: 1rem;
    width: 100%;
    flex: 1;
    border-radius: 5px;
    border: 1px solid #f006;
}
















.rewards{
    column-count:4;
    column-gap:20px;
}
.reward-card{
    display:inline-block;
    width:100%;
    margin-bottom:20px;

    break-inside:avoid;
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;

    position:relative;
    background:#fff;
    border:1px solid #eceff3;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:.3s;
}
/* 普通电脑 */
@media (max-width:1400px){
    .rewards{
        column-count:3;
    }
}

/* 平板 */
@media (max-width:992px){
    .rewards{
        column-count:2;
    }
}

/* 手机 */
@media (max-width:576px){
    .rewards{
        column-count:1;
        column-gap:16px;
    }

    .reward-card{
        margin-bottom:16px;
    }
}

.reward-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.reward-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 24px;
    background:#ff9b9b;
    border-bottom:1px solid #eef2f6;
}

.reward-name{
    font-size:18px;
    font-weight:700;
    color: #fff;
}

.reward-total{
    padding:7px 14px;
    border-radius:999px;
    background:#fef7f2;
    color:#ff9b9b;
    border:1px solid #ffe1d3;
    font-size:16px;
    font-weight:700;
}

.reward-list{
    padding:10px 24px;
}

.reward-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    border-bottom:1px dashed #ececec;
    transition:.2s;
}

.reward-item:last-child{
    border-bottom:none;
}

.reward-item:hover{
    padding-left:6px;
}

.reward-item span{
    color:#888;
    font-size:14px;
}

.reward-item strong{
    color:#333;
    font-size:15px;
    font-weight:600;
}

@media (max-width:768px){
    .rewards{
        gap:16px;
    }

    .reward-card{
        flex:1 1 100%;
        min-width:0;
    }

    .reward-header{
        padding:18px 20px;
    }

    .reward-list{
        padding:8px 20px;
    }
}

#changeNickname {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}

#changeNickname input[name="screenName"] {
    height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    width: 10rem;
}
#changeNickname button[type="submit"] {
    height: 2.5rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #ff9b9b;
    background: #ff9b9b;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}