
.home_bg {
    width: 100%;
    height: 100%;
    background: url(/static/img/home_bg_mobile.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5rem;
    position:relative
}

.home_bg .slogan, .home_bg .sub_title, .home_bg .title_eng, .home_bg .title_main {
    color: #fff;
    line-height: 1;
    font-weight:400
}

.home_bg .title_main {
    font-family: CD;
    font-size: 4rem;
    margin-top:2rem
}

.home_bg .title_eng {
    font-family: R45;
    font-size:2.4rem
}

.home_bg .sub_title {
    font-family: R45;
    font-size: 2.4rem;
    margin-top: 2rem;
    letter-spacing:-3px
}
.home_bg .sub_title b{
    margin-left: 2px;
    margin-right: 2px;
}
.home_bg .sub_title + .sub_title {
    margin-top:1rem
}

.home_bg .sub_title span {
    color:#c850c0
}

.home_bg .sex_select_wrapper {
    font-family: R45;
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 4rem;
    margin-bottom: 4rem;
    position:relative
}

.home_bg .sex_select_wrapper .sex_select {
    cursor: pointer;
    position:relative
}

.home_bg .sex_select_wrapper .sex_select img {
    display: block;
    width: 10rem;
    opacity:0.45
}

.home_bg .sex_select_wrapper .sex_select p {
    color: #fff;
    font-size:1.8rem
}

.home_bg .sex_select_wrapper .sex_select.selected img {
    opacity:1
}

.home_bg .sex_select_wrapper .link {
    position: absolute;
    top: 7.6rem;
    width: 4rem;
    height: 2rem;
    background: url(/static/img/link.png) no-repeat;
    background-size:100%
}

.home_bg .start {
    width: 19rem;
    height: 4rem;
    border-radius: 3rem;
    line-height: 3rem;
    border: none;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4d92f7), to(#a262fb));
    background-image: linear-gradient(135deg, #c850c0, #4158d0);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .8);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .8);
    cursor: pointer;
    outline: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,  Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size:1.8rem
}

.home_bg .start:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d92f7), to(#a262fb));
    background-image:linear-gradient(180deg, #c850c0, #4158d0)
}


.home_bg .start {
    font-family:R45
}



.stop,.hangup {
    width: 19rem;
    height: 4rem;
    border-radius: 3rem;
    border: none;
    line-height: 3rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0066), to(#ff6666));
    background-image: linear-gradient(0deg, #ff0066, #ff6666);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .8);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .8);
    cursor: pointer;
    outline: none;
    font-family:R45;
    font-size:1.8rem
}

.stop:active,.hangup:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0066), to(#ff6666));
    background-image:linear-gradient(180deg, #ff0066, #ff6666)
}




.home_bg .info {
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,  Cantarell, Open Sans, Helvetica Neue, sans-serif
}

#coin a {
    color:rgb(250,20,220);
    cursor: pointer;
    text-decoration: none;
}


.home_bg .bottom_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto 5px;
     /* margin: 0 auto 10px; */
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,  Cantarell, Open Sans, Helvetica Neue, sans-serif;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform:translateX(-50%)
}


.home_bg .bottom_link > * {
    margin:0 0rem
    /* margin:0 1em*/
}

.home_bg .bottom_link > * a {
    color:#e6e6e6
}

.home_bg .bottom_link > * a:hover {
    text-decoration:underline
}

.home_bg .bottom_link dt {
    font-weight: 700;
    color:#fff
}

@media screen and (max-width: 320px) {
    .home_bg {
        padding-top:2rem
    }

    .home_bg .sex_select_wrapper {
        margin-top:3.5rem
    }
}

@media screen and (min-width: 415px) {
    .home_bg {
        background-image:url(/static/img/home_bg_mobile.jpg)
    }

    .home_bg .home_inner {
        max-width: 414px;
        max-height: 720px;
        margin:0 auto
    }

    .home_bg .bottom_link {
        margin-bottom: 0
    }
}


@media only screen and (max-height: 820px) {
    .home_bg {
        padding-top: 2rem;
/*        background-image:url(/static/img/home_bg.jpg)*/
    }

    .home_bg .bottom_link {
        bottom: 5rem;
    }
    .home_bg .sex_select_wrapper {
        margin-top:3rem
    }
    .home_bg .title_eng
    {
        height: 1.4rem;
    }
}



html {
    -webkit-tap-highlight-color:transparent
}

body {
    margin: 0;
    font-family:-apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif
}

a {
    text-decoration:none
}

button, input, textarea {
    color: inherit;
    font:inherit
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style:none
}


#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color:#2c3e50
}

#app.full-width {
    width:100% !important
}

@media screen and (min-width: 768px) {
    #app {
        width: 600px !important;
        margin:0 auto
    }
}



* {
    margin: 0;
    padding:0
}



html {
    /*background-color: #2b2d50;*/
    background-color: #000000;
    font-size: 62.5%;
    font-family:-apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

#app, body, html {
    width: 100%;
    height:100%
}

@media screen and (max-width: 320px) {
    html {
        font-size:40%
    }
}

@media screen and (min-width: 415px) {
    html {
        font-size:75%
    }
}

@media screen and (min-width: 600px) and(min-height: 500px) {
    html {
        min-height:800px
    }
}

@media screen and (max-width: 320px) and(min-height: 500px) {
    html {
        min-height:568px
    }
}

@media screen and (max-width: 599px) and(min-width: 321px) and(min-height: 500px) {
    html {
        min-height:800px
    }
}

.start,.stop,.hangup,.sex_select{
    z-index: 1;
    position: relative
}
body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */
}

.ripple,.ripple2,.ripple3 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rippleExpand 12s infinite;
  border: 1px solid grey;
  opacity: 0;
  animation-play-state: paused;
}
.ripple2 {
  animation-delay: 4s;
}
.ripple3 {
  animation-delay: 8s;
}
@keyframes rippleExpand {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

@font-face {
    font-family: CD;
    src:url('/static/fonts/CD.woff')
}

@font-face {
    font-family: R45;
    src:url('/static/fonts/Farro-Medium.ttf')
}


#from_uid a,.info b
{
    color:red;
}


.speed-up-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speed-up {
    display: none;
    --btn-color: #2af598;
    position: relative;
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: var(--btn-color);
    font-size:1.2rem;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 1px var(--btn-color);
    transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
}

.speed-up1:hover {
    background-color: var(--btn-color);
    color: #fff;
    box-shadow: 0 0 5px var(--btn-color), 0 0 25px var(--btn-color), 0 0 50px var(--btn-color), 0 0 100px var(--btn-color);
}

.speed-up1:active {
    background-color: var(--btn-color);
    color: #fff;
    box-shadow: 0 0 15px var(--btn-color), 0 0 30px var(--btn-color), 0 0 60px var(--btn-color), 0 0 120px var(--btn-color);
    transform: scale(0.95);
}

.border-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.line {
    position: absolute;
    display: block;
    background: linear-gradient(90deg, transparent, var(--btn-color));
}

.top {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    animation: topAnim 4s linear infinite;
    animation-play-state: paused;
}

@keyframes topAnim {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.right {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    animation: rightAnim 4s linear infinite 1s;
    animation-play-state: paused;
    background: linear-gradient(180deg, transparent, var(--btn-color));
}

@keyframes rightAnim {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.bottom {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    animation: bottomAnim 4s linear infinite 2s;
    animation-play-state: paused;
    background: linear-gradient(270deg, transparent, var(--btn-color));
}

@keyframes bottomAnim {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.left {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    animation: leftAnim 4s linear infinite 3s;
    animation-play-state: paused;
    background: linear-gradient(360deg, transparent, var(--btn-color));
}

@keyframes leftAnim {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}
.mute-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        padding-bottom: 1rem;
}
.mute-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: none;
        background: #4CAF50; /* 绿色 */
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        outline: none;
        transition: background 0.2s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.mute-btn.muted {
        background: #ff0066; /* 红色渐变，与 hang up 一致 */
        background: linear-gradient(135deg, #ff0066, #ff6666);
}
.mute-btn svg {
        width: 24px;
        height: 24px;
        fill: white;
}
.mute-btn .mic-off {
        display: none;
}
.mute-btn.muted .mic-on {
        display: none;
}
.mute-btn.muted .mic-off {
        display: block;
}

.apk-download-wrapper {
        text-align: center;
        margin: 25px auto 15px;
}
.apk-download-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(135deg, #2b5876, #4e4376);
        border-radius: 50px;
        color: white;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        border: none;
        cursor: pointer;
        letter-spacing: 0.5px;
        box-sizing: border-box;
}
.apk-download-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        background: linear-gradient(135deg, #3b6f94, #6b5a96);
}
.apk-download-btn:active {
        transform: translateY(1px);
}
.apk-icon {
        font-size: 1.3rem;
}
@media (max-width: 768px) {
        .apk-download-btn {
                font-size: 0.9rem;
        }
}

        .lightbox-overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          backdrop-filter: blur(4px);
          display: none;
          z-index: 9999;
        }

        .lightbox-card {
          position: fixed;
          bottom: 100px;
          left: 50%;
          transform: translateX(-50%);
          width: 90%;
          max-width: 350px;
          background: linear-gradient(135deg, rgba(40, 44, 70, 0.95), rgba(30, 33, 55, 0.95));
          backdrop-filter: blur(10px);
          border-radius: 20px;
          padding: 24px;
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
          border: 1px solid rgba(255, 255, 255, 0.1);
          color: #fff;
        }

        .lightbox-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px;
          border-bottom: 1px solid rgba(255,255,255,0.1);
          padding-bottom: 12px;
        }

        .lightbox-title {
          font-family: 'R45', sans-serif;
          font-size: 20px;
          color: #fff;
          letter-spacing: 1px;
        }

        .lightbox-close {
          font-size: 28px;
          cursor: pointer;
          color: #aaa;
          transition: color 0.2s;
        }
        .lightbox-close:hover {
          color: #fff;
        }

        .charge-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 14px 10px;
          margin-bottom: 10px;
          background: rgba(255,255,255,0.05);
          border-radius: 12px;
          border: 1px solid rgba(255,255,255,0.08);
          transition: background 0.2s;
        }
        .charge-item:hover {
          background: rgba(255,255,255,0.1);
        }

        .charge-info {
          display: flex;
          flex-direction: column;
        }

        .charge-coin {
          font-family: 'R45', sans-serif;
          font-size: 18px;
          color: #fff;
        }

        .charge-price {
          font-size: 14px;
          color: #aaa;
          margin-top: 2px;
        }

        .charge-select-btn {
          background: linear-gradient(135deg, #c850c0, #4158d0);
          border: none;
          padding: 8px 20px;
          border-radius: 30px;
          color: #fff;
          font-family: 'R45', sans-serif;
          font-size: 14px;
          cursor: pointer;
          transition: transform 0.2s, box-shadow 0.2s;
          box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }
        .charge-select-btn:hover {
          transform: scale(1.05);
          box-shadow: 0 6px 25px rgba(0,0,0,0.5);
        }
        .charge-select-btn:active {
          transform: scale(0.95);
        }

        .lightbox-footer {
          text-align: center;
          margin-top: 16px;
          padding-top: 12px;
          border-top: 1px solid rgba(255,255,255,0.08);
        }

        .lightbox-note {
          font-size: 12px;
          color: #888;
        }

.bottom_legal_links {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  line-height: 1.6;
}

.legal_links a {
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: color 0.2s;
}
.legal_links a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.legal_links .sep {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 4px;
  user-select: none;
}

.legal_badge {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 2px;
}
.legal_badge span {
  margin: 0 4px;
}

.bottom_copyright {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 2px;
  letter-spacing: 0.3px;
}
#tipContainer{
    position: absolute; bottom: 3.5rem; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; padding: 0 16px; box-sizing: border-box; font-size: 11px; color: rgba(255,255,255,0.4); display: flex; justify-content: center; align-items: center; gap: 6px; z-index: 1; pointer-events: none;
} 
#tipText{
    pointer-events: auto; user-select: none;
}




.age-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 30, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.age-card {
    background: rgba(30, 30, 60, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 40px 35px 35px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(120, 80, 255, 0.2);
    animation: slideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideUp {
    0% { transform: translateY(40px) scale(0.96); opacity: 0; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

.age-card .age-icon {
    font-size: 56px;
    display: block;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 20px rgba(255, 70, 70, 0.4));
}
.age-card h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-shadow: 0 0 20px rgba(120, 80, 255, 0.3);
}
.age-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 8px 0;
    font-weight: 400;
}
.age-card .legal-note {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    margin: 18px 0 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
}
.age-card .legal-note a {
    color: #a78bfa;
    text-decoration: none;
    transition: color 0.2s;
}
.age-card .legal-note a:hover {
    color: #c4b5fd;
    text-decoration: underline;
}


.age-btn-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.age-btn {
    padding: 14px 36px;
    border: none;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
    min-width: 130px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.age-btn-primary {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
}
.age-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.5);
}
.age-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}
.age-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.02);
}

@media (max-width: 480px) {
    .age-card { padding: 30px 20px; }
    .age-btn { min-width: 110px; padding: 12px 20px; font-size: 14px; }
}
#coin{display:none;padding-left: 1rem}
#reportBtn{display:none; background:transparent; color:rgba(255,255,255,0.3); border:1px solid rgba(255,255,255,0.1); border-radius:20px; padding:4px 14px; font-size:11px; cursor:pointer;}
