@charset "UTF-8";

.progress-circle[data-v-2e45ad33] {
    position: relative;
    display: inline-block
}

.progress-circle-bar[data-v-2e45ad33] {
    transform: rotate(-90deg);
    transform-origin: center
}

.progress-text[data-v-2e45ad33] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #02875e;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif
}

.model[data-v-4bf8c963] {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.model-con[data-v-4bf8c963] {
    margin: 0 auto;
    width: 340px;
    height: 230px;
    background-color: #fff;
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box
}

.model-top[data-v-4bf8c963] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px
}

.gg-img[data-v-4bf8c963] {
    width: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%)
}

.mode-title[data-v-4bf8c963] {
    font-size: 20px;
    color: #202124;
    margin-left: 14px
}

.time-tip[data-v-4bf8c963] {
    background-color: #f3f3f3;
    border-radius: 4px;
    font-size: 16px;
    color: #202124;
    margin: 20px auto 0;
    padding: 5px 17px;
    display: inline-block;
    line-height: 20px
}

.download-container[data-v-4bf8c963] {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px
}

.check-mark[data-v-4bf8c963] {
    width: 100%;
    margin-top: 30px
}

.pwaIn[data-v-4bf8c963] {
    width: 266px;
    height: 48px;
    background-color: #00a173;
    border-radius: 10px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none
}

.model[data-v-4a303a15] {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.install-box[data-v-4a303a15] {
    width: 370px;
    padding-bottom: 34px;
    border-radius: 24px;
    padding-left: 25px;
    padding-top: 22px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.install-box .title[data-v-4a303a15] {
    font-size: 22px;
    color: #242424;
    font-family: Source Han Sans Regular, sans-serif
}

.install-box .app-info[data-v-4a303a15] {
    margin-top: 36px;
    display: flex
}

.install-box .app-info .app-icon[data-v-4a303a15] {
    width: 36px;
    height: 36px;
    border-radius: 10px
}

.install-box .app-info .info[data-v-4a303a15] {
    margin-left: 15px
}

.install-box .app-info .info .name[data-v-4a303a15] {
    font-size: 18px;
    color: #242424;
    margin-top: -5px;
    font-family: Source Han Sans Regular, sans-serif
}

.install-box .app-info .info .address[data-v-4a303a15] {
    font-size: 14px;
    color: #514e4b;
    margin-top: 5px
}

.install-box .footer-btn[data-v-4a303a15] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 44px;
    padding-right: 44px
}

.install-box .footer-btn .btn[data-v-4a303a15] {
    font-weight: 600;
    font-size: 14px;
    color: #7f662e;
    font-family: Source Han Sans Regular, sans-serif
}

.install-box .footer-btn .btn[data-v-4a303a15]:first-child {
    margin-right: 68px
}

.complaint[data-v-73322fb7] {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 750px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #1b1b1b;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    box-sizing: border-box
}

.complaint-con[data-v-73322fb7] {
    height: 100%;
    overflow-y: scroll
}

.label[data-v-73322fb7] {
    margin-top: 30px
}

.red[data-v-73322fb7] {
    color: #dc4551
}

.reason-item[data-v-73322fb7] {
    margin-top: 19px
}

.item-left[data-v-73322fb7] {
    margin-right: 11px
}

.no-select[data-v-73322fb7] {
    width: 18px;
    height: 18px;
    border: 1px solid #DCDCDC;
    border-radius: 50%
}

.yes-select[data-v-73322fb7] {
    width: 18px;
    height: 18px;
    border: 1px solid #0D73ED;
    position: relative;
    border-radius: 50%
}

.yes-select-inner[data-v-73322fb7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #0d73ed;
    border-radius: 50%
}

.footer-btn[data-v-73322fb7] {
    display: flex;
    justify-content: flex-end;
    color: #0d73ed;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid #ECECEC;
    cursor: pointer
}

.textarea-container[data-v-73322fb7] {
    position: relative;
    width: 100%;
    margin-top: 15px
}

.custom-textarea[data-v-73322fb7] {
    width: 100%;
    height: 90px;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    resize: none;
    box-sizing: border-box;
    outline: none;
    transition: border-color .3s
}

.custom-textarea[data-v-73322fb7]:focus {
    border-color: #2c6cb0
}

.char-counter[data-v-73322fb7] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #e2e2e2;
    background-color: #fffc;
    padding: 2px 5px;
    border-radius: 3px
}

.email-input[data-v-73322fb7] {
    margin-top: 15px
}

.emailTips[data-v-73322fb7] {
    font-size: 12px;
    color: #919191;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 44px
}

.custom-input[data-v-73322fb7] {
    width: 100%;
    padding: 0 10px;
    height: 38px;
    font-size: 14px;
    outline: none;
    transition: border-color .3s;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 8px
}

.custom-input[data-v-73322fb7]:focus {
    border-color: #2c6cb0
}

.app-info[data-v-73322fb7] {
    padding: 18px 0;
    border-bottom: 1px solid #E2E2E2
}

.top[data-v-73322fb7] {
    display: flex;
    align-items: flex-start
}

.avatar[data-v-73322fb7] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 20px
}

.app-name[data-v-73322fb7] {
    margin-top: 5px;
    font-size: 24px;
    font-family: Source Han Sans Regular, sans-serif
}

.app-des[data-v-73322fb7] {
    font-size: 12px;
    color: #0d73ed;
    margin-top: 13px
}

.dialog-tips[data-v-73322fb7] {
    color: #fff;
    background-color: #333;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    max-width: 192px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model[data-v-19c5e19a] {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.model-con[data-v-19c5e19a] {
    position: absolute;
    bottom: 59px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 42px 22px 0;
    box-sizing: border-box
}

.app-logo[data-v-19c5e19a] {
    width: 76px;
    height: 76px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 16px
}

.model-title[data-v-19c5e19a] {
    font-size: 20px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 700;
    color: #0b0b0b;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px
}

.step-item[data-v-19c5e19a] {
    border: 1px solid #E1E1E1;
    padding: 16px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    border-radius: 16px;
    margin-bottom: 20px
}

.step-item .step-icon[data-v-19c5e19a] {
    width: 36px;
    height: 36px;
    background: #0b0b0b;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0
}

.step-item .share-img-box[data-v-19c5e19a] {
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 1px 6px #00000024;
    border-radius: 4px;
    margin: 0 8px
}

.step-item .share-img-box img[data-v-19c5e19a] {
    width: 18px;
    height: 24px
}

.step-item .step-con[data-v-19c5e19a] {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: SourceHanSansSC, SourceHanSansSC;
    line-height: 26px
}

.step-item .con-text[data-v-19c5e19a] {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.step-item .step-tip[data-v-19c5e19a] {
    font-weight: 700;
    margin: 0
}

.step-item .add-img-box[data-v-19c5e19a] {
    height: 32px;
    padding: 0 9px;
    font-size: 10px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    background: #fff;
    box-shadow: 0 1px 6px #00000024;
    border-radius: 4px;
    margin-left: 6px
}

.step-item .add-img-box img[data-v-19c5e19a] {
    width: 13px;
    height: 13px;
    margin-left: 23px;
    vertical-align: middle
}

.share-icon-img[data-v-19c5e19a] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0 6px
}

.step-item2[data-v-19c5e19a] {
    display: flex
}

.mode-arrow[data-v-19c5e19a] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.mode-arrow img[data-v-19c5e19a] {
    width: 26px;
    height: 27px;
    padding: 16px;
    animation: trans-19c5e19a .5s linear infinite
}

@keyframes trans-19c5e19a {
    0% {
        transform: translateY(-16px)
    }

    to {
        transform: translateY(16px)
    }
}

.model[data-v-c7fb77f4] {
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.model-con[data-v-c7fb77f4] {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 42px 22px 0;
    box-sizing: border-box
}

.app-logo[data-v-c7fb77f4] {
    width: 76px;
    height: 76px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 16px
}

.model-title[data-v-c7fb77f4] {
    font-size: 20px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 700;
    color: #0b0b0b;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px
}

.step-item[data-v-c7fb77f4] {
    border: 1px solid #E1E1E1;
    padding: 16px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    border-radius: 16px;
    margin-bottom: 20px
}

.step-item .step-icon[data-v-c7fb77f4] {
    width: 36px;
    height: 36px;
    background: #0b0b0b;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0
}

.step-item .share-img-box[data-v-c7fb77f4] {
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 1px 6px #00000024;
    border-radius: 4px;
    margin: 0 8px;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    flex-wrap: nowrap
}

.step-item .step-con[data-v-c7fb77f4] {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: SourceHanSansSC, SourceHanSansSC;
    line-height: 26px
}

.step-item .con-text[data-v-c7fb77f4] {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.step-item .step-tip[data-v-c7fb77f4] {
    font-weight: 700;
    margin: 0
}

.step-item .add-img-box[data-v-c7fb77f4] {
    height: 32px;
    padding: 0 9px;
    font-size: 10px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    background: #fff;
    box-shadow: 0 1px 6px #00000024;
    border-radius: 4px;
    margin-left: 6px
}

.step-item .add-img-box img[data-v-c7fb77f4] {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    vertical-align: middle
}

.share-icon-img[data-v-c7fb77f4] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0 6px
}

.step-item2[data-v-c7fb77f4] {
    display: flex
}

.mode-arrow[data-v-c7fb77f4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    transform: rotateX(180deg)
}

.mode-arrow img[data-v-c7fb77f4] {
    width: 26px;
    height: 27px;
    padding: 16px;
    animation: trans-c7fb77f4 .5s linear infinite
}

@keyframes trans-c7fb77f4 {
    0% {
        transform: translateY(-16px)
    }

    to {
        transform: translateY(16px)
    }
}

.image-wrapper[data-v-5e8ce451] {
    position: relative;
    width: 74px;
    height: 74px
}

.image[data-v-5e8ce451] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    border-radius: 20%
}

.image.shrink[data-v-5e8ce451] {
    transform: scale(.5);
    will-change: transform
}

.spinner-ring[data-v-5e8ce451] {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    animation: spin-5e8ce451 1s linear infinite;
    transform-origin: center;
    pointer-events: none
}

.spinner-half[data-v-5e8ce451] {
    stroke-dasharray: 140;
    stroke-dashoffset: 75
}

@keyframes spin-5e8ce451 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.full-load[data-v-8adefd8b] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 0 30px;
    box-sizing: border-box
}

.card-top-img img[data-v-8adefd8b] {
    width: 171px
}

.card-con[data-v-8adefd8b] {
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px
}

.card-title[data-v-8adefd8b] {
    padding: 0 16px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 14px;
    color: #0b0b0b;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-top: 12px
}

.appInfo[data-v-8adefd8b] {
    box-shadow: 0 1px 10px #0000003d;
    border-radius: 16px;
    width: 100%;
    padding: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex
}

.app-img[data-v-8adefd8b] {
    width: 80px;
    height: 80px;
    border-radius: 40px
}

.info-name-img[data-v-8adefd8b] {
    display: flex
}

.info-bottom[data-v-8adefd8b] {
    margin-left: 14px
}

.appName[data-v-8adefd8b] {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 21px;
    color: #0b0b0b;
    line-height: 30px;
    text-align: left;
    font-style: normal
}

.app-mac[data-v-8adefd8b] {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 14px;
    color: #159e76;
    line-height: 24px;
    text-align: left;
    font-style: normal
}

.header-info-play[data-v-8adefd8b] {
    display: flex;
    align-items: center;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 10px;
    color: #333;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    margin-top: 5px
}

.card-text[data-v-8adefd8b] {
    display: flex;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.protect-icon[data-v-8adefd8b] {
    margin-right: 4px
}

.card-img[data-v-8adefd8b] {
    width: 78px;
    height: 116px;
    margin-right: 12px
}

.intall-btn[data-v-8adefd8b] {
    width: 100%;
    height: 48px;
    background-color: var(--kk-color);
    color: #fff;
    line-height: 48px;
    margin-top: 40px;
    text-align: center;
    border-radius: 6px
}

.container[data-v-425cff03] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 44px 22px 68px;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative
}

.container[data-v-425cff03] ::-webkit-scrollbar {
    display: none
}

.clamp-3[data-v-425cff03] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden
}

.otherColor[data-v-425cff03] {
    fill: #f1f3f4;
    stop-color: #f1f3f4;
    color: #f1f3f4
}

.google-header[data-v-425cff03] {
    width: 100%;
    max-width: 750px;
    height: 64px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    display: flex
}

.google-header .google-header-con[data-v-425cff03] {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 20px
}

.google-header .google-header-text[data-v-425cff03] {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 28px;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 8px;
    white-space: nowrap;
    z-index: 1
}

.gg-header-r[data-v-425cff03] {
    align-items: center;
    display: flex;
    margin: 0 10px 0 auto
}

.gg-header-r .div_img[data-v-425cff03] {
    width: 160px;
    padding: 3px
}

.gg-header-r .div_img img[data-v-425cff03] {
    width: 100%;
    height: auto
}

.complaint-enter[data-v-425cff03] {
    background-color: #f0f4f8;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding: 15px 30px 15px 0;
    color: #1d2022;
    font-size: 14px;
    z-index: 9999;
    margin-bottom: 15px;
    -webkit-user-select: none;
    user-select: none
}

.complaint-enter .complaint-icon[data-v-425cff03] {
    width: 18px;
    height: 20px;
    margin-right: 10px
}

.complaint-enter .complaint-text[data-v-425cff03] {
    display: block;
    max-width: 80%;
    word-break: break-all;
    line-break: anywhere
}

.header[data-v-425cff03] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px
}

.ggShow[data-v-425cff03] {
    margin-top: 30px
}

.header-icon[data-v-425cff03] {
    width: 74px;
    height: 74px;
    margin-right: 24px;
    margin-top: 7px;
    border-radius: 20%;
    overflow: hidden;
    flex-shrink: 0
}

.header-icon img[data-v-425cff03] {
    width: 100%;
    height: 100%
}

.header-info[data-v-425cff03] {
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    font-weight: 500;
    flex: 1
}

.header-info .header-info-title[data-v-425cff03] {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    overflow-wrap: anywhere;
    word-break: keep-all
}

.header-info .title-description[data-v-425cff03] {
    color: var(--kk-color);
    letter-spacing: .1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word
}

.header-info .header-info-play[data-v-425cff03] {
    color: #5f6368;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center
}

.header-info .header-info-play .protect-icon[data-v-425cff03] {
    width: 10px;
    margin-right: 4px
}

.app-mark[data-v-425cff03] {
    display: flex
}

.app-mark .mark-top[data-v-425cff03] {
    color: #202124;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    display: flex;
    justify-content: center;
    white-space: normal;
    stop-color: #202124;
    font-weight: 500
}

.app-mark .mark-bottom[data-v-425cff03] {
    height: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    letter-spacing: .26px;
    font-size: 10.4px;
    line-height: 16px;
    color: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif
}

.app-mark .mark-bottom span[data-v-425cff03] {
    padding-left: 1px
}

.google-material-icons[data-v-425cff03] {
    font-family: Google Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-size: 12px
}

.mark-item[data-v-425cff03] {
    padding: 0 16px;
    position: relative
}

.mark-item[data-v-425cff03]:nth-child(1) {
    padding-left: 0
}

.item-r[data-v-425cff03] {
    height: 20px
}

.item-r-img[data-v-425cff03] {
    width: 18px
}

.mark-item[data-v-425cff03]:not(:first-child):before {
    content: "";
    background-color: #e8eaed;
    position: absolute;
    display: block;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
    width: 1px
}

.install-btn[data-v-425cff03] {
    height: 54px;
    background-color: var(--kk-color);
    position: relative;
    color: #ffe336;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    line-height: 20px;
    margin-top: 38px;
    -webkit-user-select: none;
    user-select: none
}

.install-btn .rabit[data-v-425cff03] {
    width: 15px;
    height: 15px;
    padding-right: 5px
}

.install-btn .play-text[data-v-425cff03] {
    color: #fff
}

.install-time[data-v-425cff03] {
    color: #fff;
    font-size: 12px
}

.timeCount[data-v-425cff03] {
    padding: 0 3px
}

.animation[data-v-425cff03] {
    position: absolute;
    height: 100%;
    background: #fff;
    display: inline-block;
    left: 0;
    top: -180px;
    width: 30px;
    animation: pig-425cff03 4s ease-in-out infinite
}

.svg-icon[data-v-425cff03] {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.tip-icon[data-v-425cff03] {
    margin-left: 8px;
    margin-right: 0;
    font-size: 16px;
    color: #5f6368
}

.share-icon[data-v-425cff03] {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 24px;
    width: 24px
}

.icon-color[data-v-425cff03] {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.arrow-icon[data-v-425cff03] {
    margin-left: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-size: 20px;
    padding: 2px
}

.share-svg[data-v-425cff03] {
    color: var(--kk-color);
    fill: var(--kk-color);
    stop-color: var(--kk-color)
}

.more-icon[data-v-425cff03] {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.share-text[data-v-425cff03] {
    position: relative
}

.share-row[data-v-425cff03] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    color: var(--kk-color)
}

.share-item[data-v-425cff03] {
    margin: 12px;
    max-width: 220px;
    min-width: 120px;
    display: flex;
    align-items: center;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .15px
}

.img-scroll[data-v-425cff03] {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.img-scroll[data-v-425cff03] ::-webkit-scrollbar {
    display: none
}

.img-scroll__list[data-v-425cff03] {
    display: flex;
    flex-wrap: nowrap;
    height: 224px;
    width: max-content
}

.img-scroll__view[data-v-425cff03] {
    margin-right: 11px;
    border-radius: 8px;
    height: 224px;
    overflow: hidden
}

.img-scroll__view img[data-v-425cff03] {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%
}

.app-des .des-top[data-v-425cff03] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.app-des .des-top .top-label[data-v-425cff03] {
    color: #202124;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.app-des .des-con[data-v-425cff03] {
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Myanmar Sangam MN, Kohinoor Bangla, Arial Unicode MS, Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-wrap: anywhere;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #5f6368;
    white-space: pre-wrap
}

.update-time[data-v-425cff03] {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px
}

.update-time .update-label[data-v-425cff03] {
    color: #202124;
    fill: #202124;
    stop-color: #202124;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 500
}

.update-time .time[data-v-425cff03] {
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    margin-top: 4px;
    color: #5f6368
}

.app-tag[data-v-425cff03] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 20px
}

.app-tag .tag-item[data-v-425cff03] {
    color: #5f6368;
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dadce0;
    letter-spacing: .2px;
    margin: 0 11px 12px 0;
    min-width: 64px;
    text-align: center
}

.description__data-safety[data-v-425cff03] {
    border: 1px solid rgb(218, 220, 224);
    border-radius: 8px;
    margin-top: 30px;
    padding: 20px 20px 0;
    color: #5f6368;
    font-size: 14px
}

.des_item[data-v-425cff03] {
    align-items: flex-start;
    display: flex
}

.des_item[data-v-425cff03]:not(:first-child) {
    margin-top: 20px
}

.des_img[data-v-425cff03] {
    height: 20px;
    margin-right: 20px;
    width: 20px;
    background: contain
}

.see-detail[data-v-425cff03] {
    letter-spacing: .2px;
    color: var(--kk-color);
    font-size: 14px;
    font-size: 500;
    text-transform: none;
    height: 56px;
    line-height: 56px
}

.rate[data-v-425cff03] {
    margin-top: 20px
}

.rate .tip-text[data-v-425cff03] {
    color: #5f6368;
    font-size: 12px;
    letter-spacing: .12px
}

.rate .rate-top[data-v-425cff03] {
    margin-bottom: 0
}

.rate-tip[data-v-425cff03] {
    height: 52px
}

.score[data-v-425cff03] {
    margin-top: 20px
}

.platform-item[data-v-425cff03] {
    padding: 0 12px;
    border: 1px solid rgb(218, 220, 224);
    margin-right: 12px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #5f6368
}

.platform-item .plat-icon[data-v-425cff03] {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0 4px 0 0;
    color: #5f6368
}

.platform-item .plat-icon .plat-i[data-v-425cff03] {
    font-size: 16px
}

.platform-item .plat-text[data-v-425cff03] {
    display: inline-block;
    margin: 6px 4px
}

.active[data-v-425cff03] {
    color: #056449;
    background: #e6f3ef;
    border: 1px solid rgb(230, 243, 239)
}

.active .plat-i[data-v-425cff03] {
    color: #056449
}

.score-progress[data-v-425cff03] {
    display: flex;
    gap: 16px;
    margin-top: 38px;
    padding-bottom: 16px
}

.score-progress .rate-text[data-v-425cff03] {
    color: #202124
}

.score-progress .score-right[data-v-425cff03] {
    flex: 1
}

.star-box[data-v-425cff03] {
    display: inline-block
}

.rate-text[data-v-425cff03] {
    color: #202124;
    font-family: Google Sans Display, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 64px;
    font-size: 56px;
    letter-spacing: 0;
    font-weight: 400
}

.star-item[data-v-425cff03] {
    display: inline-block;
    text-align: left;
    width: 16px;
    height: 16px
}

.star-svg[data-v-425cff03] {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

[dir=rtl] .last-svg[data-v-425cff03] {
    transform: scaleX(-1);
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.commont-num[data-v-425cff03] {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 400;
    margin-top: 8px
}

.progress-item[data-v-425cff03] {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center
}

.progress-item .item-text[data-v-425cff03] {
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: 400;
    padding-right: 16px
}

.progress-box[data-v-425cff03] {
    border-radius: 9999px;
    background-color: #e8eaed;
    height: 10px;
    overflow: hidden
}

.box-line[data-v-425cff03] {
    height: 100%;
    border-radius: inherit;
    background-color: #01875f
}

.commomt-con .commont-item[data-v-425cff03] {
    padding: 16px 0
}

.commomt-con .item-user[data-v-425cff03] {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.commomt-con .avatar[data-v-425cff03] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    margin-right: 16px
}

.commomt-con .username[data-v-425cff03] {
    color: #202124;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 192px
}

.material-icons-extended[data-v-425cff03] {
    font-family: Material Icons Extended;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.more-box[data-v-425cff03] {
    padding: 12px
}

.more-icon[data-v-425cff03] {
    color: #5f6368
}

.commont-star[data-v-425cff03] {
    margin-top: 16px
}

.commont-star .star-item[data-v-425cff03] {
    width: 12px;
    height: 12px
}

.commont-star .commont-time[data-v-425cff03] {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    margin-left: 7px
}

.commont-text[data-v-425cff03] {
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    height: auto;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    color: #5f6368;
    margin-top: 24px
}

.help-box[data-v-425cff03] {
    margin-top: 12px
}

.help-tip[data-v-425cff03] {
    font-family: Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    margin-right: 24px;
    color: #5f6368;
    fill: #5f6368
}

.help-btn[data-v-425cff03] {
    height: 24px;
    line-height: 24px;
    color: #5f6368;
    fill: #5f6368;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 12px;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    min-width: auto;
    outline: none;
    padding: 0 16px;
    margin-right: 12px
}

.see-all[data-v-425cff03] {
    height: 52px;
    line-height: 52px;
    color: var(--kk-color);
    font-size: 14px;
    letter-spacing: .15px;
    font-weight: 500;
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    padding: 0 8px
}

.line[data-v-425cff03] {
    border-bottom: 1px solid rgb(232, 234, 237);
    margin: 36px 0;
    width: 100%
}

.footer .footer-section .section-item[data-v-425cff03] {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 300;
    width: max-content;
    font-family: "Google Sans", "Noto Sans Thai", "Noto Sans Myanmar", "Thonburi", "Tahoma" Helvetica, Arial, sans-serif
}

.footer .footer-section .section-label[data-v-425cff03] {
    font-weight: 500;
    letter-spacing: .25;
    font-family: Google Sans, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Helvetica, Arial, sans-serif
}

.footer .footer-section[data-v-425cff03]:first-child {
    margin-bottom: 24px
}

.footer-agreement[data-v-425cff03] {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap
}

.footer-agreement .footer-item[data-v-425cff03] {
    width: max-content;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    margin-right: 28px
}

@keyframes pig-425cff03 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg)
    }
}

.nav-item[data-v-425cff03] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368
}

.nav[data-v-425cff03] {
    background-color: #fff;
    border-top: 1px solid rgb(218, 220, 224);
    bottom: 0;
    display: flex;
    height: 56px;
    justify-content: center;
    left: 50%;
    transform: translate(-50%);
    position: fixed;
    width: 100%;
    max-width: 750px;
    padding: 0 auto;
    z-index: 999
}

.nav-text[data-v-425cff03] {
    font-family: Google Sans, Roboto, Noto Sans Thai, Noto Sans Myanmar, Thonburi, Tahoma, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.nav-no-active[data-v-425cff03] {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368
}

.nav-active[data-v-425cff03] {
    color: #01875f !important;
    fill: #01875f !important;
    stop-color: #01875f !important
}

.scan-con[data-v-425cff03] {
    display: flex;
    align-items: center;
    margin-top: 28px
}

.san-phone[data-v-425cff03] {
    position: relative
}

.san-phone .scan-phone-img[data-v-425cff03] {
    width: 253px
}

.san-phone .scan-area[data-v-425cff03] {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px
}

.san-phone .scan-line[data-v-425cff03] {
    width: 98px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 72px;
    animation: scanAnimate-425cff03 2s ease-in-out infinite
}

@keyframes scanAnimate-425cff03 {

    0%,
    to {
        transform: translateY(-80px)
    }

    50% {
        transform: translateY(-10px)
    }
}

.scan-arrow[data-v-425cff03] {
    width: 60px;
    height: 52px;
    margin-left: 11px;
    margin-right: 5px
}

.scan-arrow img[data-v-425cff03] {
    width: 100%;
    height: 100%
}

.scan-code[data-v-425cff03] {
    position: relative;
    width: 208px;
    height: 208px
}

.scan-code .scan-angle[data-v-425cff03] {
    width: 35px;
    height: 35px;
    position: absolute
}

.scan-code .scan-angle[data-v-425cff03]:nth-child(1) {
    top: 0;
    left: 0
}

.scan-code .scan-angle[data-v-425cff03]:nth-child(2) {
    top: 0;
    right: 0;
    transform: scaleX(-1);
    transform: rotateY(180deg)
}

.scan-code .scan-angle[data-v-425cff03]:nth-child(3) {
    bottom: 0;
    left: 0;
    transform: scaleX(-1);
    transform: rotateX(180deg)
}

.scan-code .scan-angle[data-v-425cff03]:nth-child(4) {
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    transform: rotate(180deg)
}

.scan-code .er-code[data-v-425cff03] {
    width: 208px;
    height: 208px;
    z-index: 99
}

.scan-code .scan-tip[data-v-425cff03] {
    text-align: center;
    font-size: 16px
}

.san-result[data-v-425cff03] {
    width: 127px;
    height: 253px;
    background-color: #dff4fd45;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.san-result img[data-v-425cff03] {
    width: 127px;
    height: 253px
}

.san-result .scan-app-img[data-v-425cff03] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 80px;
    width: 34px;
    height: 34px;
    border-radius: 8px
}

.san-result .scan-app-name[data-v-425cff03] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 120px;
    font-size: 10px
}

.san-result .scan-intall-btn[data-v-425cff03] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 80px;
    width: 60px;
    padding: 5px 0;
    height: fit-content;
    font-size: 6px;
    color: #ffe336;
    background-color: var(--kk-color);
    text-align: center;
    border-radius: 4px
}

@media screen and (max-width: 700px) {
    .div_img[data-v-425cff03] {
        width: 154px !important
    }

    .google-header-text[data-v-425cff03] {
        margin-left: 16 !important
    }
}

@font-face {
    font-family: Google Material Icons;
    font-style: normal;
    font-weight: 400;
   src: url(static/font/WendyOne-Regular.ttf) format("truetype");
}


@font-face {
    font-family: Noto Sans Thai;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC
}

@font-face {
    font-family: Noto Sans Thai;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Noto Sans Thai;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 400;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}



@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(static/font/WendyOne-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.disabled[data-v-425cff03] {
    filter: grayscale(30%) brightness(110%) contrast(90%);
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed
}

.verifyed-icon[data-v-425cff03] {
    width: 20px;
    margin-left: 3px;
    vertical-align: -.1em
}

.customAPPImg[data-v-425cff03] {
    width: 100%;
    display: block
}

.customAppBtn[data-v-425cff03] {
    width: 80%;
    position: fixed;
    height: 40px;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--kk-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.cus-img-box[data-v-425cff03] {
    position: relative;
    overflow-y: scroll
}

.btn-top[data-v-425cff03] {
    top: 10px
}

.btn-center[data-v-425cff03] {
    top: 50%;
    transform: translate(-50%, -50%)
}

.btn-bottom[data-v-425cff03] {
    bottom: 10px
}