*{
    padding: 0;
    margin: 0;
}
.swiper{
    overflow: visible !important;
}
.page{
  position: relative;
  height: 100%;
  margin: 0 auto;     /* 居中 */
}
.all_page_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.div_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}

@font-face {
    font-family: FZTeHei;
    src: url("./../font/fzth.ttf");
}


.img_back {
    width: 33px;
    margin-left: 12px;
}

.img_test {
    width: 33px;
    margin-left: 20px;
}

.img_audio {
    width: 33px;
    margin-right: 8px;
}

.div_index {
    width: 100%;
    height: 100vh;
}

.img_bg_index {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
}

.img_star {
    min-width: 302px;
    width: 60%;
    /* height: 641px; */
    --from-bottom: 100vh;
    --to-bottom: -100vh;
    position: absolute;
    bottom: 100vh;
    left: 50%;
    transform: translate(-50%);
}

#img_star1 {
    animation: ani_to_bottom 10s linear 0s infinite;

}

#img_star2 {
    animation: ani_to_bottom 10s linear 5s infinite;
}

.div_moon_svg {
    width: 90%;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translate(-50%);
}

.div_title_svg {
    width: 90%;
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translate(-50%);
}

.img_index_logo {
    width: 24%;
    /* padding-top: 56px; */
    /* height: 18px; */

}

.div_person_svg {
    width: 90%;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bg_index1 {
    position: absolute;
    width: 47%;
    /* height: 119px; */
    max-width: 350px;
}

#p_nickName {
    margin: 5.3% 6% 0;
    position: relative;
    font-family: FZCuYuan;
}

.p_index {
    margin: 1.2% 6% 4.3%;
    position: relative;
    width: 37.3%;
    font-family: FZCuYuan;
}


.main_book_box {
    position: absolute;
    width: 88%;
    left: 50%;
    top: 43%;
    transform: translate(-51%,-50%);
}
.main_book{
    width: 100%;
}
.pencle{
    width: 51px;
    position: absolute;
    left: 15%;
    top: -4%;
    transform-origin: center center;
  animation: swingLR 1.5s steps(1) infinite;
}
.book_tag{
    width: 54%;
    position: absolute;
    right: 8%;
    top: -10%;
    transform-origin: center center;
  animation: swingLR 1.5s steps(1) infinite;
  animation-delay: -0.5s;
}
.star_1{
    width: 70px;
    position: absolute;
    left: 20%;
    bottom: -6%;
    animation: swingLR 1.5s steps(1) infinite;
  animation-delay: -0.5s;
}
.star_2{
    width: 15%;
    position: absolute;
    right: 19%;
    bottom: -9%;
    animation: swingLR 1.5s steps(1) infinite;
  animation-delay: -0.5s;
}
.div_start {
    width: 64%;
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translate(-50%);
    animation: breatheLoop 3s linear infinite;
}
.user_name_box{
    width: 43%;
    position: absolute;
    left: 22%;
    bottom: 27%;
    display: flex;
    align-items: center;
    justify-content: left;
    transform: rotate(-3deg);        /* 左高右低 */
    transform-origin: top left;
}
.user_avatar{
    width: 28px;
    border-radius: 50%;
    margin-right: 6px;
    border: 1px solid #d2d2d2;
}
.user_name{
    font-size: 1.4375rem;
    color: #ff6b00;
    font-family: FZTeHei;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div_check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.75rem;
    position: absolute;
    bottom: 55px;
    color: #231815;
}

.img_share {
    width: 32px;
    height: 32px;
    margin-right: 17px;
}

.div_check_img {
    margin-right: 2px;
    width: 13px;
    height: 13px;
}

.img_check {
    width: 13px;
    height: 13px;
    display: none;
}

.div_chekc_img_parent {
    font-size: 0;
    margin-right: 2px;
    width: 14px;
    height: 14px;
}

.div_share {
    display: none;
    width: 100%;

}

.p_share {
    font-size: 0.65rem;
    text-align: center;
    margin-top: 8px;
    line-height: 1.14;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #706a6a;
}

.div_tips_bg {
    background-color: #000;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    opacity: 0.8;
    z-index: 9999;
}

.share_content {
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -25vh;
    right: 0;
    width: 100vw;
    z-index: 9999;
    padding: 0 0 50px;
    border-radius: 14px 14px 0 0;
    --from-bottom: -25vh;
    --to-bottom: 0;
}

.share_content_1 {
    display: flex;
    justify-content: center;
    gap: 85px;
    margin: 0 87px;
}

.img_wx {
    width: 56px;
    height: 56px;
}

.div_share_content2 {
    height: 56px;
    line-height: 56px;
    margin-bottom: 10px;

}

.p_share_title {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #231815;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.div_pop_agree {
    display: none;
}

.div_agree_content {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -25vh;
    right: 0;
    z-index: 9999;
    padding: 40px 0 40px;
    border-radius: 14px 14px 0 0;
    --from-bottom: -25vh;
    --to-bottom: 0;
    font-size: 1rem;
    line-height: 1.63;
    text-align: center;
    color: #222;
}

.div_agree_content p {
    width: 50%;
    margin: 0 auto;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.flex_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 40px;
    
}
.btn_reject{
    width: 40%;
    line-height: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background-color: #f5f5f5;
    font-size: 0.875rem;
    font-weight: 500;
    color: #231815;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.btn_agree {
    width: 40%;
    line-height: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background-color: #fa5b30;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.div_loading_pre {
    display: none;
    position: relative;
    top: 20%;
}
.div_loading_svg{
    width: 55%;
    margin: 0 auto;
    padding-top: 15%;
    padding-bottom: 30px;
}
.div_process {
    margin: auto;
    width: fit-content;
    position: relative;
    width: 252px;
    height: 10px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.p_index_agree{
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
}
.div_process_bar {
    /* mask-image: url('./../img/process.png');
    mask-repeat: no-repeat;
    background-size: cover;
    width: 252px; */
    width: 0;
    height: 10px;
    background-color: #ff702c;
    /* position: absolute;
    top: 0; */
}

.div_pro_text {
    font-size: 0.875rem;
    text-align: center;
    color: #740a08;
    position: relative;
    margin-top: 20px;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.div_letter_svg {
    width: 76%;
    margin: 0 auto 20px;
}

.btnShare {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.end_star_1{
    width: 20%;
    position: absolute;
    left: 20%;
    top: 20%;
}
.end_main_bg{
    width: 100%;
}
.sticker_bg{
    width: 100%;
}
.sticker_box1{
        width: 30%;
    position: absolute;
    left: 22%;
    top: 26%;
}
.sticker_box2{
        width: 35%;
    position: absolute;
    left: 55%;
    top: 27%;
}
.sticker_box3{
        width: 30%;
    position: absolute;
    left: 22%;
    top: 38%;
}
.sticker_box4{
       width: 30%;
    position: absolute;
    left: 55%;
    top: 39%;
}
.sticker_box5{
        width: 30%;
    position: absolute;
    left: 58%;
    top: 51%;
}
.sticker_box6{
       width: 28%;
    position: absolute;
    left: 55%;
    top: 52%;
    
}
.sticker_p6{
    margin-top: 13%;
}
.end_message_box{
    width: 90%;
    margin: 0% auto 0;
    position: relative;
}
.sticker_bg5_icon{
    width: 32%;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    transform: translate(-50%,0);
    top: 2%;
}
.end_message_bg{
    width: 100%;
}
.message_wrapper{
    width: 70%;
    position: absolute;
    left: 53%;
    top: 42%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.message_content{
display: inline-block;       /* 宽度随内容自适应 */
    word-break: break-word;      /* 长词或中文换行 */
    line-height: 1.5rem;
    font-size: 0.8125rem;
    color: #740b0b;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
}
.message_user{
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.message_word{
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.message_content_nodata{
    width: 80%;
    position: absolute;
    left: 15%;
    top: 20%;
    
    font-size: 0.9375rem;
    line-height: 1.75rem;
    color: #740b0b;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.end_user_box{
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 22%;
    left: 0;
    
}
.end_user_name{
    color: #fff;
    font-size: 0.875rem;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.end_user_span{
    margin-right: 5px;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.sticker_p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sticker_p2{
    transform: translate(-50%,-70%) rotate(-12deg);
}
.sticker_p3{
    top: 60%;
}
.sticker_p5{
    top: 70%;
}
.sticker_span5{
    font-size: 0.625rem !important;
}
.sticker_p{
    font-size: 0.5625rem;
    color: #740a08;
    width: 100%;
    text-align: center;
}
.sticker_span4{
    display: block;
}
.sticker_span{
    font-size: 1.375rem;
    margin-right: 3px;
}
.sticker_span4{
    margin: 0 !important;
}
.div_tips {
    display: none;
    margin: auto;
    width: 100%;
}

.img_tips {
    width: 50%;
    right: 20px;
    position: absolute;
    top: 10px;
    z-index: 9999;
}
.no_data_box{
    display: none;
}
.user_nodata{
    font-size: 1.375rem;
}
@keyframes swingLR {
  0%   { transform: rotate(-6deg); }
  50%  { transform: rotate(6deg); }
  100% { transform: rotate(-6deg); }
}
@keyframes breatheLoop {
  0%   { transform: translateX(-50%) scale(1); }
  15%  { transform: translateX(-50%) scale(1.08); }
  30%  { transform: translateX(-50%) scale(1); }
  45%  { transform: translateX(-50%) scale(1.08); }
  60%  { transform: translateX(-50%) scale(1); }
  100% { transform: translateX(-50%) scale(1); }
}

