@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:.3rem;
}
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:.5rem;
}
.feature-content p.index_monney>span{
    display:inline-flex;
    align-items:center;
    font-size:1rem;
    opacity:.5;
}
.feature-content p.index_monney>s{
    opacity:.5;
}
.index_back_out{
    display:flex;
    position:relative;
    justify-content:center;
    margin:2rem;
}
.index_back{
    display:flex;
    width:6rem;
    padding:6px 14px;
    align-items:center;
    justify-content:center;
    background:var(--coral);
    color:var(--white);
    border-radius:1rem;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(255,155,155,.4);
    letter-spacing:.15rem;
    cursor:pointer;
    line-height:1.5rem;
}
.index_hot{
    position:absolute;
    inset:0 0 auto auto;
    margin:1rem;
    padding:.15rem .3rem;
    background:#ff9b9b;
    color:#fff;
    border-radius:.5rem;
    font-size:.7rem;
    line-height:1rem;
}
.index_mengban{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    z-index:1;
    background:rgb(0 0 0 / 40%);
    color:#fff;
    font-size:1.5rem;
    opacity:0;
    transition:opacity .3s ease;
}
.index_mengban svg{
    width:3rem;
    fill:#fff;
}
.index_mengban:hover{
    opacity:1;
}
[class*="indexpart_"] .features-grid .feature-image-inner{
    background:unset;
}
.index_tip{
    color:#ff9b9b;
    cursor:pointer;
}
.steps .step span{
    display:block;
    margin:1rem 0;
    padding:1rem;
    border:1px solid #eee;
    border-radius:1rem;
}
.steps .step span h4{
    margin-bottom:.5rem;
    font-size:1.1rem;
}
.steps .step span h4 svg{
    vertical-align:middle;
}
.steps .step span h4 sup{
    margin-left:.2rem;
    padding:.1rem .2rem;
    background:#ff0000a3;
    color:#fff;
    border-radius:.3rem;
    font-size:.75rem;
}
.steps .step:first-child span h4 sup{
    background:#0035ffa3;
}
#lightbox{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.85);
}
#lightbox img{
    position:absolute;
    top:50%;
    left:50%;
    max-width:90%;
    max-height:90%;
    transform:translate(-50%,-50%);
    background:#fff;
    border-radius:12px;
}
.feature-image-inner img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.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{
    display:-webkit-box;
    min-height:4rem;
    overflow:hidden;
    font-size:1rem;
    line-height:2rem;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
*[cat_title]{
    position:relative;
    overflow:hidden;
}
*[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 - 11px);
    left:50%;
    padding:3px 6px;
    box-sizing:content-box;
    background-color:rgba(0,0,0,.8);
    color:#fff;
    border-radius:4px;
    font-size:1rem;
    line-height:1.5;
    white-space:nowrap;
}
*[cat_title]:after{
    content:"";
    top:-5px;
    left:50%;
    border:5px solid transparent;
    border-top-color:rgba(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;
    align-items:center;
    justify-content:center;
    gap:2rem;
}
.cat_das img{
    display:none;
    width:15rem;
    aspect-ratio:1;
    border-radius:3rem;
}
.phone-card{
    display:none;
}
.phone-card.active{
    display:block;
}
.phone-card-title_twice{
    display:flex;
    justify-content:space-between;
}
.p_comment{
    height:300px;
    overflow-y:scroll;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.p_comment::-webkit-scrollbar{
    display:none;
}
.p_loaduser{
    display:flex;
    align-items:center;
    gap:.5rem;
    font-weight:bold;
    line-height:1rem;
}
.p_avatar{
    width:1.5rem;
    height:1.5rem;
    border-radius:.5rem;
}
.phone-comment-text{
    margin:.3rem 0 .7rem;
    padding:.25rem .5rem;
    border:1px solid #ff9b9b33;
    background:#ff9b9b33;
    border-radius:.75rem;
    line-height:1.5rem;
}
.phone-card h3{
    text-align:center;
}
.phone-card h3 a{
    color:var(--coral);
}
.phone-card .news-time{
    margin:.2rem 0 .8rem;
    opacity:.5;
    font-size:.9rem;
    text-align:center;
}
.phone-card .news-article{
    font-size:1rem;
    text-indent:2em;
}
.index_hand_write,
.index_hand_write_back{
    cursor:pointer;
}
.index_hand_write svg,
.index_hand_write_back svg,
.phone-nav-item svg{
    width:1.2em;
    margin-right:0;
}
.rewards{
    column-count:4;
    column-gap:20px;
}
.reward-card{
    display:inline-block;
    position:relative;
    width:100%;
    margin-bottom:20px;
    padding:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #eceff3;
    border-radius:18px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:.3s;
    break-inside:avoid;
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;
}
.reward-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}
.reward-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 24px;
    background:#ff9b9b;
    border-bottom:1px solid #eef2f6;
}
.reward-name{
    color:#fff;
    font-size:18px;
    font-weight:700;
}
.reward-total{
    padding:7px 14px;
    background:#fef7f2;
    color:#ff9b9b;
    border:1px solid #ffe1d3;
    border-radius:999px;
    font-size:16px;
    font-weight:700;
}
.reward-list{
    padding:10px 24px;
}
.reward-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    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:1400px){
    .rewards{
        column-count:3;
    }
}
@media (max-width:992px){
    .rewards{
        column-count:2;
    }
}
@media (max-width:768px){
    .p_incard{
        padding:.5rem .75rem;
    }
    .p_incard p{
        line-height:1.5rem;
    }
    .phone-comment-text{
        font-size:.9rem;
    }
    .p_comment{
        height:230px;
    }
    .reward-header{
        padding:18px 20px;
    }
    .reward-list{
        padding:8px 20px;
    }
}
@media (max-width:576px){
    .rewards{
        column-count:1;
        column-gap:16px;
    }
    .reward-card{
        margin-bottom:16px;
    }
}