@font-face {
    font-family: 'CustomFont';
    src: url('https://at.alicdn.com/wf/webfont/31wM1BKHT2Sg/uhlYJT5xKpey.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body,button,div,form,h1,h2,h3,h4,input,ul,li,p,textarea,a,table {
    margin: 0;
    padding: 0;
}

body,html {
    height: 100%;
}

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

*,:after,:before {
    box-sizing: border-box
}

body {
    background: #f4f6f9;
    color: #4b4d51;
    font-size: 15px;
    line-height: 1.75;
    font-family: 'CustomFont', -apple-system, BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",tahoma,Arial,sans-serif;
    display: flex;
    flex-direction: column;
}

img {
    border: none
}

ul,li {
    list-style: none
}

a {
    text-decoration: none;
        color: #282a2d;
    outline: none
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -8px;
    margin-bottom: 10px;
}

.header-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 6px 12px 6px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: fit-content;
}

.header-buttons {
    display: flex;
    gap: 8px;
}

.header-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #4CAF50;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.header-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.header-card-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    border: 2px solid #4CAF50;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-card-title {
    font-size: 14px;
    font-weight: 900;
    color: #4CAF50;
}

.logo {
    padding: 10px 0 10px;
    text-align: center;
}

.logo-title {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(to right, #4CAF50, #66BB6A, #81C784, #A5D6A7, #C8E6C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
}

.logo-subtitle {
    font-size: 12px;
    color: #999;
    margin-top: 0;
    letter-spacing: 1px;
}
.logo a {
    display: inline-block;
    position: relative;
}

.logo img {
    height: 64px
}
.yinghe_into {
    font-size: 13px;
    color: #fff2a2;
    line-height: 25px;
    margin-top: 0;
    position: absolute;
    padding: 0 8px;
    right: -75px;
    top: 0;
}
.yinghe_into::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 15px solid #4CAF50;
    border-left: 15px solid transparent;
}
.yinghe_into::after {
    content: '';
    border-radius: 5px;
    background: #4CAF50;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.main {
    width: calc(100% - 30px);
    max-width: 570px;
    position: relative;
    margin: 0 auto;
    padding:0 0 20px;
    flex:1;
}

.content {
    margin: 0px 0 30px;
    width: 100%;
    padding: 25px 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 8px
}
.tab {
    padding: 15px 0 0;
}
.tab-box {
    display: flex;
    justify-content: center;
}
.tab-item.active {
    background: #fff;
    border-radius: 10px 10px 0 0;
    color:#4CAF50;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025), 0 4px 32px rgba(0, 0, 0, 0.05);
    position: relative;
}
.tab-item.active .tab-item-text::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: #4CAF50;
}
.tab-item { 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
}

.tab-item.active::after, .tab-item.active:before {
        background-color: transparent;
        bottom: 0;
        box-shadow: 0 0 0 0 transparent;
        content: "";
        height: 1rem;
        position: absolute;
        width: 2rem;
    }
.tab-item.active::after{ 
            border-bottom-left-radius: 8px;
        box-shadow: -0.5rem 0 0 0 #fff;
        right: -2rem;
}

.tab-item.active::before{ 
            border-bottom-right-radius: 8px;
        box-shadow: 0.5rem 0 0 0 #fff;
        left: -2rem;
}
.tab-item.active .tab-item-line {
        position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    height: 15px;
    background: #fff;
}
.tab-item-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.tab-item-icon img {
    width: 100%;
        vertical-align: 10px;
}
.tab-item-text {
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
.tab-category {
    background: #fff;
    padding: 0 20px;
    border-radius: 12px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .05), 0 1.5rem 2.2rem rgba(0, 0, 0, .1);
    white-space: nowrap;
    overflow: auto;
}
.tab-category-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    padding: 13px 0;
    margin-right: 10px;
}
.tab-category-item:last-child {
    margin-right: 0;
}
.tab-category-item.active {
    font-weight: 700;
    color: #4CAF50;
}
.tab-category-item.active::after {
    position: absolute;
    width: 110%;
    border-radius: 3px;
    bottom: 12px;
    left: 0;
    height: 13px;
    transform: skewX(-15deg);
    background: linear-gradient(to right, transparent 0%, #f6dc3e 100%);
    content: '';
    z-index: -1;
}
.tab-content {
    display: block;
    margin-top:20px;
}
.tab-content:not(.active) {
    display: none;
}
.tab-category:not(.active) {
    display: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background: #fff;
    border-radius: 14px;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 12px 18px 2px rgba(204, 204, 204, 0.17);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 25px 25px 0;
    position: relative;
}
.card-logo {
    top: 20px;
    right: 20px;
    position: absolute;
    border-radius: 50px;
    height: 48px;
    width: 48px;
    padding: 10px;
    background: linear-gradient(to left top, #f6f6ef 0%, #fff 100%);
}
.card-logo img {
    height: 100%;

}
.card-desc {
    font-size: 0;
}
.card-desc h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #282a2d;
    line-height: 1.2;
}
.desc {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.75;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.tag-list {
    margin-top: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.tag {
    margin-right: 5px;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 6px;
    color: #39c408 !important;
    background-color: rgba(58,196,8,.15);
    
}
.color-1{
    color: #20a0ff !important;
    background-color: rgba(32,158,255,.15) !important
}


.color-2 {
    color: #39c408 !important;
    background-color: rgba(58,196,8,.15) !important
}

.color-3 {
    color: #ff8400 !important;
    background-color: rgba(255,131,0,.15) !important
}

.color-4 {
    color: #837adc !important;
    background-color: rgba(132,122,220,.15) !important
}
.color-5 {
color: #ff2020 !important;
    background-color: rgba(255,32,32,.15) !important;
}
.color-6 {
    color: #ff20a4 !important;
    background-color: rgba(255,32,228,.15) !important;
}
.color-7 {
    color: #00afcb !important;
    background-color: rgba(32,255,244,.15) !important;
}
.card-body .card-meta {
    padding: 10px 15px;
    margin: 20px -25px 0;
    border-top: 2px dashed #f1f2f3;
    justify-content: space-evenly;
    display: flex;
    position: relative;
}
.card-body .card-meta::before, .card-body .card-meta::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #f1f2f5;
}
.card-body .card-meta::before {
    width: 16px;
    height: 16px;
    border-radius: 0 50% 50% 0;
    left: -8px;
}
.card-body .card-meta::after {
    width: 16px;
    height: 16px;
    border-radius: 50% 0 0 50%;
    right: -8px;
}
.card-meta-item {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.7;
    font-size: 14px;
    color:#4CAF50;
}

/* --- 在线影视分类样式 --- */
.category-section { margin-bottom: 24px; }
.category-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; padding: 0 4px; }
.category-title { font-size: 14.5px; font-weight: 600; color: #4b5563; line-height: 1; letter-spacing: 0.3px; }
.category-desc { font-size: 11px; color: #94a3b8; margin-bottom: 1px; letter-spacing: 0.2px; }

.tab-content.active .category-section .app-grid { 
    display: grid !important; 
    gap: 8px !important; 
    grid-template-columns: repeat(3, 1fr) !important; 
    margin-top: 12px !important;
}

.tab-content.active .category-section .app-card {
    display: flex !important; 
    align-items: center !important; 
    gap: 8px !important; 
    background: #fff !important; 
    border-radius: 8px !important; 
    padding: 8px !important; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important; 
    border: none !important; 
    transition: 0.2s !important; 
    cursor: pointer !important;
    min-width: 0 !important; 
    flex-direction: row !important;
}
.tab-content.active .category-section .app-card:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.tab-content.active .category-section .app-card-icon { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.tab-content.active .category-section .app-card-icon img { width: 100%; height: 100%; object-fit: contain; border-radius: 4px; }
.tab-content.active .category-section .app-card-icon span { font-size: 13px; font-weight: 600; color: #3b82f6; }

.tab-content.active .category-section .app-card-name { 
    flex: 1; 
    min-width: 0; 
    display: block;
    font-size: 13px; 
    font-weight: 500; 
    color: #475569; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: clip; 
    letter-spacing: 0.3px; 
}

/* 响应式排版 */
@media (min-width: 768px) { 
    .tab-content.active .category-section .app-grid { grid-template-columns: repeat(5, 1fr) !important; gap: 10px !important; } 
}
.card-meta-item:not(:last-child) {
    border-right: 2px solid #f1f2f3;
}
.card-meta-item .io {
    font-size: 13px!important;
    margin-right:5px;
}
.card-qrcode {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.copyright {
    color: #888;
    font-size: 12px;
    text-align: center;
    padding:10px 0 20px;
}
.ctrld  { 
    text-align: center; 
    padding:20px 0; 
    font-weight: 700;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.ctrld-pc span { 
    position: relative;
    color: #030405;
    border: 1px solid silver;
    border-radius: 3px;
    height: 3em; 
    width: 3em;
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: 700; 
    background-image: linear-gradient(rgba(245,245,245,1),rgba(255,255,255,1)); 
    margin: auto;
}
.ctrld-pc em  { 
    padding:0 5px;
}
.ctrld-pc span::before  { 
    content: ''; 
    box-sizing: content-box; 
    position: absolute; 
    border: 2px solid rgba(240,240,240,0.9); 
    border-top: 1px solid rgba(240,240,240,0.9); 
    border-bottom: 7px solid rgba(240,240,240,0.9); 
    border-radius: 3px; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-color: rgba(255,255,255,0.1);
}
.ctrld-pc span:first-child { 
    margin-left:15px;
}
.ctrld-pc span:last-child  { 
    margin-right:15px;
}
.ctrld::after  { 
    content: ''; 
    position: absolute; 
    width: 100%; 
    text-align: center; 
    z-index: -1; 
    height: 100%; 
    left: 0%; 
    bottom:0; 
    background: url(../image/34d421af5be7cc83069e98b2b8af3334.png) no-repeat center -2px;
    background-size: contain;
}
.ctrld-main  { 
    position: relative;
     z-index: 2;
}
.ctrld-pc { 
    display: inline-block;
}
@media (min-width: 768px) {
.card-qrcode {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-qrcode-box {
    display: flex;
    align-items: center;
}
.card-qrcode-box img {
    width: 120px;
}
.card-qrcode-box p {
    padding-left: 20px;
    font-size: 14px;
}
.card:hover .card-qrcode { 
    opacity: 1;
}
.card:hover .card-logo,.card:hover .card-desc,.card:hover .card-meta-item {
    opacity: 0;
}
.card:hover .card-meta{
    border-top-color: #fff;
}
.meta-link {
    display: none;
}
}

@media (max-width: 767px) {
.logo {
    padding: 8px 0 0;
}
.logo img {
    height: 48px;
}
.logo a {
    margin-left: 0;
}
.yinghe_into {
    top:12px;
}
.card-body{
    padding:20px 20px 0;
}
.card-body .card-meta{
    margin: 20px -20px 0;
}
.tab-item-icon {
    width: 15px;
    height: 15px;
}
.tab-item-text {
    font-size: 15px;
}
.meta-qrcode {
    display: none;
}
.tab-content.active .category-section .app-grid {
    grid-gap: 6px !important;
    grid-template-columns: repeat(3, 1fr) !important;
}
.card-logo{
    display: none;
}
.ctrld {
    padding: 15px 0;
    height:auto;
}
.ctrld-pc{ 
    display: none;
}
}
@media (max-width: 370px) {
.tab-item-icon {
    display: none;
}
}
/* 关于弹窗样式 */
.about-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.about-modal.active {
    display: flex;
}

.about-modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-modal-content {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-height: 80vh;
    overflow-y: auto;
}

.about-modal-header {
    padding: 20px 24px 10px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.about-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #4CAF50;
}

.about-modal-body {
    padding: 24px;
    font-size: 13px;
    line-height: 1.8;
    color: #555;
}

.about-modal-body p {
    margin: 0;
}

.about-highlight {
    font-weight: 700;
    color: #4CAF50;
}

.about-modal-close {
    margin-top: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: none;
    font-size: 32px;
    font-weight: 400;
    color: #888;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.about-modal-close:hover {
    background: #f8f8f8;
    color: #666;
    transform: scale(1.05);
}

/* 搜索弹窗样式 */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.search-modal.active {
    display: flex;
}

.search-modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-modal-content {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.search-modal-body {
    padding: 20px;
}

#search-box-pill {
    display: flex; align-items: center; width: 100%; height: 44px; 
    background: #ffffff; border: 2px solid #e5e7eb; border-radius: 12px;
    padding: 0 10px; transition: 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    position: relative;
}
#search-box-pill:focus-within { border-color: #4CAF50; }

.search-btn-icon { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: #999; cursor: pointer; }
.search-btn-icon:hover { color: #4CAF50; }
#main-search { flex: 1; height: 100%; border: none; background: transparent; font-size: 14px; font-weight: 500; outline: none; padding: 0 8px; }

.search-engine-selector { height: 100%; display: flex; align-items: center; }
.engine-dropdown {
    position: absolute; top: 48px; left: 0; width: 100%;
    background: #ffffff;
    border: 2px solid #e5e7eb; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 6px; list-style: none; display: none; 
    flex-wrap: nowrap;
    gap: 4px;
    z-index: 100;
}
.engine-dropdown.show { display: flex; }
.engine-item {
    display: flex; align-items: center; justify-content: center; gap: 3px; padding: 4px 6px; cursor: pointer;
    border-radius: 5px; font-size: 10px; color: #334155; transition: 0.2s;
    white-space: nowrap;
}
.engine-item:hover { background: #f3f4f6; }
.engine-item img { width: 16px; height: 16px; object-fit: contain; flex-shrink: 0; }

.search-modal-hot {
    margin-top: 16px;
}

.search-hot-label {
    font-size: 13px;
    color: #888;
}

.search-hot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.search-hot-item {
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.search-hot-item:hover {
    background: #e8e8e8;
    color: #333;
}

.search-modal-close {
    margin-top: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: none;
    font-size: 32px;
    font-weight: 400;
    color: #888;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.search-modal-close:hover {
    background: #f8f8f8;
    color: #666;
    transform: scale(1.05);
}

/* 游戏弹窗样式 */
.game-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.game-modal.active {
    display: flex;
}

.game-modal-content {
    width: 100%;
    max-width: 1200px;
    height: 90vh;
    background: #222;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.game-modal-header {
    padding: 12px 20px;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
}

.game-modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.game-modal-buttons {
    display: flex;
    gap: 10px;
}

.game-modal-fullscreen,
.game-modal-close {
    padding: 6px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.game-modal-fullscreen {
    background: #444;
    color: #fff;
}

.game-modal-fullscreen:hover {
    background: #555;
}

.game-modal-close {
    background: #e74c3c;
    color: #fff;
}

.game-modal-close:hover {
    background: #c0392b;
}

.game-modal-body {
    flex: 1;
    background: #111;
}

.game-modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 全屏状态 */
.game-modal.fullscreen .game-modal-content {
    max-width: 100%;
    height: 100vh;
    border-radius: 0;
}

/* 全屏时隐藏顶部状态栏 */
.game-modal.fullscreen .game-modal-header {
    display: none;
}

/* 全屏时body不需要padding */
.game-modal.fullscreen .game-modal-body {
    padding-top: 0;
}

/* 手机端响应式样式 */
@media (max-width: 768px) {
    .game-modal {
        padding: 0;
    }
    
    .game-modal-content {
        max-width: 100%;
        height: 100vh;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    
    .game-modal-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
    }
    
    .game-modal-body {
        padding-top: 50px;
    }
}

/* 免责声明弹窗样式 */
#qiu-notice-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 100000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qiu-notice-card {
    width: 85%;
    max-width: 360px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: qiuPop 0.5s;
    border: 1px solid #eee;
    text-align: center;
}

.qiu-notice-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    width: 100%;
}

.qiu-notice-avatar-wrap {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: block !important;
}

.qiu-notice-avatar-wrap img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.qiu-notice-title {
    font-weight: 700;
    color: #4CAF50;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
}

.qiu-notice-content {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: left;
}

.qiu-notice-check-area {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.qiu-checkbox-container {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.qiu-checkbox-container input {
    display: none;
}

.qiu-checkmark {
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    border: 1px solid #ddd;
    flex-shrink: 0;
}

.qiu-checkbox-container input:checked ~ .qiu-checkmark {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.qiu-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.qiu-checkbox-container input:checked ~ .qiu-checkmark:after {
    display: block;
}

.qiu-agree-txt {
    font-size: 13px;
    color: #666;
    line-height: 18px;
}

.qiu-notice-footer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.qiu-notice-btn {
    flex: 1;
    height: 44px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.qiu-btn-refuse {
    background: #dc3545 !important;
    color: white !important;
}

.qiu-btn-agree {
    background: #ccc !important;
    color: white !important;
    cursor: not-allowed;
}

.qiu-btn-agree.active {
    background: #4CAF50 !important;
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
    cursor: pointer;
}

@keyframes qiuPop {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes qiuShake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-8px);
    }
    75% {
        transform: translateX(8px);
    }
}