.page[data-v-5421a5fd] {
    background: #f5f8f9;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.scroll-content[data-v-5421a5fd] {
    max-width: 1290px;
    margin: 0 auto;
    padding-bottom: 90px
}

.banner-container[data-v-5421a5fd] {
    background: #01853a;
    padding-bottom: 20px;
    text-align: center
}

.banner-title[data-v-5421a5fd] {
    color: #fff;
    font-size: 16px;
    padding: 24px 0
}

.banner-swiper[data-v-5421a5fd] {
    padding: 0 10px;
    position: relative
}

.banner-swiper[data-v-5421a5fd]:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%
}

.banner-img[data-v-5421a5fd] {
    width: 100%;
    border-radius: 8px
}

.tab-bar[data-v-5421a5fd] {
    background: #fff;
    display: flex;
    margin: 20px auto;
    width: 90%;
    border-radius: 8px
}

.tab-item[data-v-5421a5fd] {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 18px
}

.tab-item.active[data-v-5421a5fd] {
    background: #e7f4ec;
    color: #01853a
}

.func-grid[data-v-5421a5fd] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto 20px
}

.func-item[data-v-5421a5fd] {
    text-align: center;
    margin-top: 20px
}

.func-item[data-v-5421a5fd]:nth-child(5) {
    grid-column: 1
}

.func-item[data-v-5421a5fd]:nth-child(6) {
    grid-column: 2
}

.func-icon[data-v-5421a5fd] {
    width: 48px;
    height: 48px;
    margin-bottom: 8px
}

.func-text[data-v-5421a5fd] {
    font-size: 14px
}

.section-title[data-v-5421a5fd] {
    font-size: 18px;
    margin: 20px 10px 10px
}

.video-grid[data-v-5421a5fd] {
    padding: 0 10px 40px
}

.video-item[data-v-5421a5fd] {
    background: #fff;
    border-radius: 8px;
    text-align: center
}

.video-img[data-v-5421a5fd] {
    width: 100%
}

.video-text[data-v-5421a5fd] {
    padding: 15px 0
}

.scan-container[data-v-5421a5fd] {
    position: fixed;
    bottom: 0;
    width: 100%;
     background: #f5f8f9; 
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.scan-btn[data-v-5421a5fd] {
    height: 50px;
    background: #01853a;
    color: #fff;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96%;
    margin-left: 2%;
}

.scan-icon[data-v-5421a5fd] {
    width: 24px;
    margin-right: 10px
}

.toast[data-v-5421a5fd] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #000000bf;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 1;
    transition: opacity .25s;
    z-index: 9999
}

.toast.show[data-v-5421a5fd] {
    opacity: 1
}

.modal-mask[data-v-5421a5fd] {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-container[data-v-5421a5fd] {
    width: 80%;
    max-width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    z-index: 9999
}

.modal-header[data-v-5421a5fd] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-title[data-v-5421a5fd] {
    font-size: 16px;
    color: #333;
    flex: 1;
    text-align: center
}

.modal-close[data-v-5421a5fd] {
    width: 18px;
    height: 18px
}

.modal-qrcode[data-v-5421a5fd] {
    width: 180px;
    margin: 20px auto 10px
}

.modal-desc[data-v-5421a5fd] {
    color: #666;
    display: block;
    font-size: .3rem;
    margin-top: 0rem;
    text-align: center
}

.modal-actions[data-v-5421a5fd] {
    display: flex;
    margin-top: 20px
}

.modal-action[data-v-5421a5fd] {
    flex: 1;
    padding: 12px 0;
    font-size: 15px
}

.modal-action.cancel[data-v-5421a5fd] {
    color: #999
}

.modal-action.allow[data-v-5421a5fd] {
    color: #01853a;
    font-weight: 700
}

[data-v-fa0a58ab] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFang SC,Helvetica Neue,Arial,sans-serif
}

.qr-scanner[data-v-fa0a58ab] {
    background: #000;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px
}

.topbar[data-v-fa0a58ab] {
    height: 44px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 12px
}

.topbar-left[data-v-fa0a58ab],.topbar-right[data-v-fa0a58ab] {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.topbar-left[data-v-fa0a58ab] {
    left: 12px
}

.topbar-right[data-v-fa0a58ab] {
    right: 12px;
    gap: 16px
}

.topbar-title[data-v-fa0a58ab] {
    font-size: 16px;
    text-align: center
}

.back-arrow[data-v-fa0a58ab] {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 10px
}

.icon-btn[data-v-fa0a58ab] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.icon-btn img[data-v-fa0a58ab] {
    width: 22px;
    height: 22px
}

.container[data-v-fa0a58ab] {
    background: #000;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    min-height: 100vh
}

.scanner-container[data-v-fa0a58ab] {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #4caf504d,0 0 20px #0003,0 0 0 12px #4caf5033;
    background: #000;
    flex-shrink: 0
}

#video[data-v-fa0a58ab] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.scan-area[data-v-fa0a58ab] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 50%;
    border: 2px solid #4CAF50;
    border-radius: 12px;
    box-shadow: 0 0 0 2000px #0006;
    overflow: hidden
}

.scan-line[data-v-fa0a58ab] {
    position: absolute;
    height: 6px;
    width: 100%;
    background: linear-gradient(to right,transparent,#4CAF50,transparent);
    top: 0;
    animation: scan-fa0a58ab 2s infinite linear;
    border-radius: 4px
}

@keyframes scan-fa0a58ab {
    0% {
        top: 0
    }

    to {
        top: 100%
    }
}

.corner[data-v-fa0a58ab] {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #4caf50;
    border-style: solid
}

.corner-tl[data-v-fa0a58ab] {
    top: -2px;
    left: -2px;
    border-width: 3px 0 0 3px;
    border-radius: 12px 0 0
}

.corner-tr[data-v-fa0a58ab] {
    top: -2px;
    right: -2px;
    border-width: 3px 3px 0 0;
    border-radius: 0 12px 0 0
}

.corner-bl[data-v-fa0a58ab] {
    bottom: -2px;
    left: -2px;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 12px
}

.corner-br[data-v-fa0a58ab] {
    bottom: -2px;
    right: -2px;
    border-width: 0 3px 3px 0;
    border-radius: 0 0 12px
}

.status[data-v-fa0a58ab] {
    text-align: center;
    margin: 15px 0;
    font-size: .3rem;
    color: #fff;
    font-weight: 500;
    color: #f44336
}

#result[data-v-fa0a58ab] {
    margin-top: 15px;
    padding: 12px;
    background: #ffffff1a;
    border-radius: 8px;
    word-break: break-all;
    font-size: 1.1rem;
    color: #ffeb3b;
    text-align: center;
    cursor: pointer
}

.uc-wrap.uc-index[data-v-9d28f99e] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-9d28f99e] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-1ec4e884] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-1ec4e884] {
    padding-left: 0!important;
    padding-right: 0!important
}

[data-v-b0ab6926] {
    margin: 0;
    padding: 0
}

.container[data-v-b0ab6926] {
    padding-top: 40px
}

.bg[data-v-b0ab6926] {
    width: 100%
}

[data-v-b7295136] {
    margin: 0;
    padding: 0
}

.container[data-v-b7295136] {
    padding-top: 40px
}

.bg[data-v-b7295136] {
    width: 100%
}

.uc-wrap.uc-index[data-v-19368a5a] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-19368a5a] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-737e8018] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-737e8018] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-99da2ec5] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-99da2ec5] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-4d9baa09] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-4d9baa09] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-65318d39] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-65318d39] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-a663ef9d] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-a663ef9d] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-74bb6192] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-74bb6192] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-9104b1f8] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-9104b1f8] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-da93ac57] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-da93ac57] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-3e8b63d6] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-3e8b63d6] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-610ae444] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-610ae444] {
    padding-left: 0!important;
    padding-right: 0!important
}

.uc-wrap.uc-index[data-v-53ad2fae] {
    margin-top: 50px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0
}

.box[data-v-53ad2fae] {
    padding-left: 0!important;
    padding-right: 0!important
}

.result-root[data-v-a6815f8b],.result-root.no-pad[data-v-a6815f8b] {
    padding: 0
}

.header[data-v-a6815f8b] {
    display: flex;
    align-items: center;
    gap: 12px
}

.card[data-v-a6815f8b] {
    background: #fff;
    padding: 12px;
    border-radius: 8px
}

.error[data-v-a6815f8b] {
    color: #f44336
}
