@charset "utf-8";
/*-- html5 reset --*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav, section, audio, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

header, footer, nav, section, menu, article, aside {
    display: block;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Overlock SC', sans-serif;
    color: #151515;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto !important;
    cursor: default;
    white-space: normal;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #151515;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #777;
    text-decoration: none;
    opacity: .8;
}

img, input, select, textarea {
    font-size: 100%;
    font-family: 'Overlock SC', sans-serif;
}

img {
    vertical-align: top;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

i, em, cite {
    font-style: normal;
}

:focus {
    outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button, select {
    -webkit-appearance: none;
}

.clearfix:after {
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
}

.clearfix {
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #aaa;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
}

/*---- 公共设置 ---*/
.f-f-s {
    font-family: "宋体";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bor1 {
    border: 1px solid #ddd;
}

.bor2 {
    border: 1px solid #e1e1e1;
}

.bor3 {
    border: 1px dotted #ddd;
}

.bor-b {
    border-bottom: 1px solid #e1e1e1;
}

.bor-b-d {
    border-bottom: 1px dotted #e1e1e1;
}

.bor-l {
    border-left: 1px solid #e1e1e1;
}

.born {
    border: none !important;
}

.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

.v-t {
    vertical-align: top;
}

.v-m {
    vertical-align: middle;
}

.bg-f {
    background: #fff;
}

.bg-f6 {
    background: #f6f6f6;
}

.bg-c3 {
    background: #c3c3c3;
}

.bg-f60 {
    background: #f60;
}

.bg-f00 {
    background: #f00;
}

.bg-e {
    background: #eee;
}

.cf {
    color: #fff;
}

.c1 {
    color: #111;
}

.c3 {
    color: #333;
}

.c4 {
    color: #444;
}

.c8 {
    color: #888;
}

.c9 {
    color: #999;
}

.red {
    color: #f00;
}

.red-y {
    color: #f60;
}

.d-webkit {
    display: -moz-box;
    display: -webkit-box;
}

.box-flex {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 1px;
}

.box-justify {
    -webkit-box-pack: justify;
    box-pack: justify;
}

.d-table {
    display: table;
}

.d-b {
    display: block;
}

.d-i-b {
    display: inline-block;
}

.d-t-cell {
    display: table-cell;
}

.p-a {
    position: absolute;
}

.p-r {
    position: relative;
}

.p-f {
    position: fixed;
}

.over {
    overflow: hidden;
}

.t-over {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-ovr {
    white-space: nowrap;
}

.borr50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.oveh {
    overflow: hidden;
}

.bg-h {
    background-color: #f2f2f2 !important;
}

.bg-ls {
    background-color: #3290ed !important;
}

.bg-js {
    background-color: #fa5d2f !important;
}

.borr50 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loginBg {
    width: 100%;
    height: 100vh;
    max-width: 750px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.loginBg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.loginBg::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(255, 255, 255, 0.05) 60deg, transparent 120deg),
        conic-gradient(from 180deg at 50% 50%, transparent 0deg, rgba(120, 119, 198, 0.1) 60deg, transparent 120deg);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

.bgColor {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.top {
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 12px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 99;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    box-shadow: 
        0 4px 20px rgba(102, 126, 234, 0.25),
        0 2px 10px rgba(118, 75, 162, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.top .topTit {
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.topLeft {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.topLeft:hover {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.topLeft i {
    font-size: 22px;
    color: #ffffff;
    pointer-events: none;
    z-index: 11;
    position: relative;
}


.top .message {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 12.5px;
    right: 12px;
    z-index: 1;
}

.top .message img {
    width: auto;
    height: 25px;
}

.top .message i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff6b6b;
    box-shadow: 0 0 4px rgba(255, 107, 107, 0.5);
}


.blank {
    width: 100%;
    height: 55px;
}

.hide {
    display: none !important;
}

@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

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

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

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


.dropload-down {
    text-align: center;
    color: #CCCCCC;
    width: 100%;
    margin: 16px 0;
}

.foot {
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
    bottom: 0;
    max-width: 750px;
}

.foot ul {
    width: 100%;
    height: 55px;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    box-shadow: 
        0 -4px 20px rgba(102, 126, 234, 0.25),
        0 -2px 10px rgba(118, 75, 162, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.foot ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.foot li {
    width: 25%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.foot li a {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding: 2px 0;
    font-size: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-radius: 8px;
    margin: 0 4px;
}

.foot li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.foot li.cur a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.foot li img {
    width: 24px;
    height: auto;
}

.foot li:nth-child(3) img {
    width: 36px;
}

.foot li p {
    height: 14px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.z-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.mask-main {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.mask-tit {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    color: #2249b9;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    position: relative;
}

.mask-txt {
    width: 100%;
    height: auto;
    padding: 12px;
    min-height: 16vh;
    max-height: 60vh;
    overflow-y: auto;
}

.mask-txt p {
    width: 100%;
    overflow: hidden;
    text-wrap: initial !important;
}

.mask-txt p span {
    text-wrap: initial !important;
}

.mask-txt img {
    width: 100%;
}

.mask-btn {
    width: 100%;
    height: auto;
    padding: 12px;
    display: block;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 100000;
}

.mask-btn button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 8px 24px rgba(102, 126, 234, 0.25),
        0 4px 12px rgba(118, 75, 162, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
    z-index: 100001;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: manipulation;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

.mask-btn button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mask-btn button:hover::before {
    opacity: 1;
}

.mask-btn button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 32px rgba(102, 126, 234, 0.35),
        0 8px 20px rgba(118, 75, 162, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 50%, #9333ea 100%);
}

.mask-btn button:active {
    transform: translateY(-1px);
    box-shadow: 
        0 6px 16px rgba(102, 126, 234, 0.3),
        0 4px 8px rgba(118, 75, 162, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.record-tab {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 3px;
    margin-bottom: 12px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #2249b9;
    justify-content: space-between;
}

.record-tab a {
    width: 100%;
    height: auto;
    color: #2249b9;
    display: block;
    padding: 12px 0;
    text-align: center;
}

.record-tab a.active {
    color: #ffffff;
    font-weight: 600;
    background: #2249b9;
    border: 1px solid #2249b9;
}

.z-check {
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    padding: 12px;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
}

.checkCon {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
}

.checkTit {
    width: 100%;
    height: 50px;
    display: flex;
    color: #4C9C44;
    flex-wrap: wrap;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #4C9C44;
}

.checkTit img {
    width: 20px;
    height: auto;
    position: absolute;
    right: 12px;
}

.checkList {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12px;
    margin-top: 12px;
    overflow: hidden;
}

.checkList table {
    width: 100%;
    height: auto;
    display: block;
}

.checkList thead, .checkList tbody {
    width: 100%;
    height: auto;
    display: block;
}

.checkList thead {
    color: #4C9C44;
    font-size: 13px;
    font-weight: 600;
}

.checkList tbody {
    color: #4C9C44;
    font-size: 13px;
    font-weight: 500;
}

.checkList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.checkList td {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
    line-height: 32px;
    text-align: center;
}


.checkList td img {
    width: 16px;
    height: auto;
}

.checkList td i {
    color: #4C9C44;
    font-size: 18px;
    font-weight: 600;
}

.checkList td i.disabled {
    color: #dbdbdb;
}

.checkBtn {
    width: 100%;
    height: auto;
    padding: 12px 12px;
}

.checkBtn button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 8px 24px rgba(102, 126, 234, 0.25),
        0 4px 12px rgba(118, 75, 162, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.checkBtn button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.checkBtn button:hover::before {
    opacity: 1;
}

.checkBtn button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 12px 32px rgba(102, 126, 234, 0.35),
        0 8px 20px rgba(118, 75, 162, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 50%, #9333ea 100%);
}

.luck-bar {
    width: 80px !important;
    height: 80px !important;
    z-index: 99;
    padding: 4px !important;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) !important;
    position: fixed;
    right: 10px !important;
    bottom: calc(50% - 40px) !important;
    box-shadow: 
        0 8px 25px rgba(102, 126, 234, 0.4),
        0 4px 15px rgba(118, 75, 162, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    animation: treasureGlow 3s ease-in-out infinite !important;
}

.luck-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 50%;
    z-index: 1;
}

.luck-bar img {
    position: relative;
    z-index: 2;
}

@keyframes treasureGlow {
    0% {
        box-shadow: 
            0 8px 25px rgba(102, 126, 234, 0.4),
            0 4px 15px rgba(118, 75, 162, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transform: scale(1);
    }
    50% {
        box-shadow: 
            0 12px 35px rgba(102, 126, 234, 0.6),
            0 6px 20px rgba(118, 75, 162, 0.5),
            0 0 0 8px rgba(102, 126, 234, 0.1),
            0 0 0 16px rgba(118, 75, 162, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 
            0 8px 25px rgba(102, 126, 234, 0.4),
            0 4px 15px rgba(118, 75, 162, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transform: scale(1);
    }
}

.luck-bar img {
    width: 100%;
    height: auto;
}

.luck-bar:hover {
    transform: scale(1.15) !important;
    box-shadow: 
        0 15px 40px rgba(102, 126, 234, 0.5),
        0 8px 25px rgba(118, 75, 162, 0.4),
        0 0 0 12px rgba(102, 126, 234, 0.15),
        0 0 0 24px rgba(118, 75, 162, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
    animation-play-state: paused !important;
}

.luck-bar.dragging {
    cursor: grabbing !important;
    transform: scale(1.2) !important;
    box-shadow: 
        0 20px 50px rgba(102, 126, 234, 0.6),
        0 10px 30px rgba(118, 75, 162, 0.5),
        0 0 0 15px rgba(102, 126, 234, 0.2),
        0 0 0 30px rgba(118, 75, 162, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    animation-play-state: paused !important;
    z-index: 999 !important;
    transition: none !important;
    pointer-events: none !important;
}

.luck-bar {
    cursor: grab !important;
    user-select: none !important;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .luck-bar {
        width: 65px !important;
        height: 65px !important;
        padding: 3px !important;
        bottom: calc(50% - 32.5px) !important;
    }
}

@media (max-width: 480px) {
    .luck-bar {
        width: 60px !important;
        height: 60px !important;
        padding: 3px !important;
        bottom: calc(50% - 30px) !important;
    }
}