       .phone_agreement_link_wrapper.svelte-1fnx96h {
            font-size: 0.32rem;
            font-family: PingFangSC-Regular;
            line-height: 0.48rem;
            color: #999
        }

        .icon.svelte-1fnx96h {
            display: inline-block;
            content: '';
            width: 0.42666667rem;
            height: 0.42666667rem;
            margin-top: -1px;
            margin-right: 0.21333333rem;
            line-height: inherit;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='24.5' y='932.5' width='15' height='15' rx='2' transform='translate(-24 -932)' fill='%23FFF' stroke='%23D7D7D7' fill-rule='evenodd'/%3E%3C/svg%3E")
        }

        :checked+.icon.svelte-1fnx96h {
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%233B9AFF' width='16' height='16' rx='2'/%3E%3Cpath d='M7.024 10.67l5.297-5.297a.51.51 0 0 1 .714-.007.501.501 0 0 1-.007.714l-5.643 5.643-.007.007a.5.5 0 0 1-.7.006L3.128 8.188a.5.5 0 0 1 .707-.707l3.188 3.188z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")
        }

        .phone_agreement_checker.svelte-1fnx96h {
            margin-right: 0.21333333rem
        }

        .phone_agreement_link.svelte-1fnx96h {
            color: #3B9AFF;
            text-decoration: none
        }

        .body.svelte-1fnx96h {
            padding: 0 0.8rem;
            max-height: 23.66666667rem;
            overflow-x: hidden;
            overflow-y: auto;
            overflow: hidden auto;
            font-family: PingFangSC-Regular;
            font-size: 0.32rem;
            color: #333333;
            line-height: 1.24rem
        }

        .body.svelte-1fnx96h .head.svelte-1fnx96h {
            font-family: PingFangSC-Semibold;
            font-size: 1rem;
            text-align: center
        }

        .body.svelte-1fnx96h .content.svelte-1fnx96h {
            margin-top: 0.48rem;
            font-family: PingFangSC-Regular;
            font-size: 0.8rem;
            color: #333333;
            line-height: 1.2rem;
            white-space: pre-wrap
        }
                .danmu {
            overflow: hidden;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            -ms-user-select: none
        }

        .danmu>* {
            position: absolute;
            white-space: nowrap
        }

        .danmu-switch {
            width: 32px;
            height: 20px;
            border-radius: 100px;
            background-color: #ccc;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            cursor: pointer;
            position: relative;
            text-align: center;
            margin: 10px auto
        }

        .danmu-switch.danmu-switch-active {
            padding-left: 12px;
            background-color: #f85959
        }

        .danmu-switch span.txt {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            display: block;
            border-radius: 100px;
            background-color: #ffffff;
            -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, .04);
            box-shadow: -2px 0 0 0 rgba(0, 0, 0, .04);
            font-family: PingFangSC;
            font-size: 10px;
            font-weight: 500;
            color: #f44336
        }
         .modal-wrapper.svelte-m30x8 {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: transparent;
            z-index: 300
        }

        .modal-wrapper.hide.svelte-m30x8 {
            display: none
        }

        .mask.svelte-m30x8 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.5)
        }

        .window.svelte-m30x8 {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 21rem;
            padding-top: 0.64rem;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #FFFFFF;
            border-radius: 1rem;
            font-family: PingFangSC-Regular;
            font-weight: bold;
            z-index: 100;
           
        }

        .close.svelte-m30x8 {
            position: absolute;
            top: 0;
            right: 0;
            padding:0.3rem;
            width: 1rem;
            height:1rem;
            box-sizing: content-box;
            cursor: pointer
        }

        .close.svelte-m30x8::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.93 6l4.885-4.888a.64.64 0 0 0 0-.9l-.027-.027a.64.64 0 0 0-.899 0L6.002 5.08 1.117.186a.64.64 0 0 0-.9 0L.19.21a.628.628 0 0 0 0 .9L5.077 6 .19 10.888a.64.64 0 0 0 0 .9l.027.027a.64.64 0 0 0 .9 0l4.886-4.889 4.886 4.889a.64.64 0 0 0 .9 0l.026-.027a.64.64 0 0 0 0-.9L6.93 5.999v.002V6z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain
        }