@charset "utf-8"; 
:root {
    --primary-color: #6366f1;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --background-color: #f8fafc;
}

body {
    background-color: var(--background-color);
    font-size: 14px;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}



lia {
    list-style: disc;
}

.noML {
    margin-left: initial !important;
}

.hide {
    display: none;
}

.layui-tab-title .layui-this:after {
    border-radius: 5px 5px 0 0;
}

.layui-tab-title .layui-this {
    color: #737373;
}

.layui-tab-title li {
    color: #737373;
}

.geetest_holder.geetest_wind {
    display: inline-block;
    vertical-align: middle;
}

.notSelection {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



a {
    color: #161209;
    text-decoration: none;
    transition: color .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease;
}

.layui-row {
    margin: 0 10px;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #e9ecf3;
    background-color: #fff;
    box-shadow: 0 0 0.6rem 0 #d0d0d0;
}

.header .header-box {
    padding: 6px 0px;
}

.header .header-box img {
    max-width: 150px;
    max-height: 45px;
}

.header .header-box .info {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .header .header-box img {
        margin: auto;
    }

    .header .header-box .info {
        display: none;
    }
}

.header .header-box .query {
    float: right;
}

.header .header-box .query a {
    color: #000;
    margin-top: 4px;
    display: inline-block;
    width: 95px;
    line-height: 35px;
    border-radius: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

/*内容*/
#content {
    margin-top: 61px;
}

.main .announcement {
    padding: 10px 20px 10px 20px;
}

.home-tips {
    border-radius: 10px !important;
}

.home-tips .layui-layer-title {
    background-image: linear-gradient(135deg,#3C8CE7 10%,#00EAFF 100%);
    color: #fff !important;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    background-color: initial;
    border-bottom: initial;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: initial;
    overflow: hidden;
}

.home-tips .layui-layer-setwin {
    color: #fff;
    position: absolute;
    top: initial;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
    width: 30px;
    height: 30px;
}

.home-tips .layui-layer-setwin a {
    position: initial;
}

.home-tips .layui-layer-content {
    padding: 10px 20px;
    color: #444444;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .5px;
    font-weight: 700;
    word-wrap: break-word;
    word-break: normal;
}

.home-tips .layui-layer-setwin {
    color: #fff;
    position: absolute;
    top: initial;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
    width: 30px;
    height: 30px;
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize;
}

.notice {
    margin-top: 20px;
}

.layui-card {
    border-radius: 6px;
}

.layui-card-header {
    position: relative;
    color: #545454;
    font-size: 15px;
    font-weight: 700;
    height: 11px;
    line-height: 11px;
    padding: 16px;
    border-radius: 2px 2px 0 0;
}

.layui-card-body {
    position: relative;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
}

/*主体*/
.main .main-box {
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 7px 29px 0 rgb(18 52 91 / 11%);
    border-radius: 6px;
    padding-top: 14px;
    padding-bottom: 13px;
}

.main-box:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .title,.main .cate,.main .goods {
    margin: 0 20px;
}

.main .title {
    font-size: 14px;
    font-weight: 700;
}

.main .title svg,.main .title img {
    vertical-align: middle;
}

.main .cate {
    padding-top: 20px;
}

.main .cate .cate-box {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    min-width: 130px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-right: 14px;
    height: 67px;
    padding-right: 20px;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 10px;
}

.main .cate .cate-box-select {
    background: #448bff linear-gradient(45deg,#448bff,#8b5cf6);
}

.main .cate .cate-box-select img {
    position: absolute;
    right: -6px;
    bottom: -19px;
}

.main .cate .cate-box p {
    font-weight: 400;
    font-size: 12px;
    color: #545454;
    margin-top: 12px;
}

.main .cate .cate-box-select p {
    color: #fff;
}

.main .cate .cate-box div {
    opacity: .76;
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}

.main .cate .cate-box-select div {
    color: #fff;
}

.main .goods {
    font-size: 13px;
    font-weight: 600;
    color: #545454;
}

.shosu {
    width: 238px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 17px;
    position: relative;
    height: 34px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.shosu img {
    width: 13px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -6.5px;
}

.shosu input {
    padding-left: 39px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    background: #f8f8f8;
    border-radius: 17px;
    width: 80%;
}

.main .title-2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #545454;
}

.main .goods .goods-box {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
    min-width: 182px;
    padding-left: 18px;
    padding-right: 26px;
    background: #fff;
    border: 2px solid #f1f4fb;
    -webkit-box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
    box-shadow: 0 4px 10px 0 rgba(135,142,154,.14);
    border-radius: 10px;
    margin-right: 11px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.main .goods .goods-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    margin-top: 16px;
}

.main .goods .goods-price {
    color: #3C8CE7;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.main .goods .goods-price span {
    font-size: 12px;
    vertical-align: bottom;
}

.main .goods .goods-price div {
    display: inline-block;
    background: #ffebe8;
    color: #fb636b;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 5px;
}

.main .goods .goods-num {
    margin-top: 3px;
}

.main .goods .goods-num div {
    display: inline-block;
    width: 53px;
    height: 5px;
    background: #f3f3f3;
    position: relative;
    border-radius: 3px;
}

.main .goods .goods-num div p {
    display: inline-block;
    position: absolute;
    width: 40%;
    height: 100%;
    background: linear-gradient(55deg,#65d69e,#31dd92);
    border-radius: 3px;
}

.main .goods .goods-num span {
    color: #0db26a;
    font-size: 12px;
    margin-left: 20px;
}

.buy {
    text-align: center;
    margin-top: 10px;
}

.buy button {
    background: #448bff linear-gradient(45deg,#448bff,#8b5cf6);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.785rem 2.15rem;
    border: 1px solid #ffffff;
    border-radius: 100px;
    transition: all 400ms ease-in-out;
    box-shadow: 0 10px 24px 0 rgba(90,70,176,0.3);
}

.intro {
    padding: 10px 20px;
    color: #444444;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .5px;
    font-weight: 700;
}

.qr {
    text-align: center;
    position: relative;
}

.qr svg {
    display: block;
    margin: 0 auto;
}

.qr img {
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main-box .goods-img {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(100% - 30px);
    height: 0;
    position: relative;
    padding-bottom: calc(100% - 40px);
}

.main-box .goods-msg {
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 7px;
}

.main-box .goods-img img {
    width: calc(100% - 10px);
    box-shadow: 0 5px 6px 0 rgb(204 187 187 / 22%);
    border-radius: 7px;
    margin-top: 5px;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.main-box .goods-msg .goods-name {
    font-weight: 700;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
}

.small-tips {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 5px;
    line-height: initial;
}

.tips-pink {
    background: #ffebe8;
    color: #fb636b;
}

.tips-green {
    background: #dff7ea;
    color: #28C76F;
}

.tips-yellow {
    background: #fbf7da;
    color: #d6b900;
}

.tips-blue {
    background: #cadbff;
    color: #3C8CE7;
}

.tips-red {
    background: #ffd3d3;
    color: #FA016D;
}

/*支付*/
.pay {
    margin-top: 20px;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
}

.pay-type {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 7px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.pay-type svg {
    vertical-align: middle;
}

.pay-select {
    border: 2px solid rgb(51,105,255);
    background: rgb(248,250,255);
    color: rgb(51,105,255);
}

.sale {
    margin-top: 5px;
    margin-left: -5px;
}

.sale .small-tips {
    margin-bottom: 5px;
}

.l-msg {
    color: #999;
    width: 72px;
    display: inline-block;
    vertical-align: middle;
}

.price {
    margin-top: 5px;
}

.price .price-sign {
    color: #e4393c;
    font-size: 16px;
}

.price .price-num {
    color: #e4393c;
    font-size: 22px;
}

.price .price-c {
    margin-left: 5px;
    color: #666;
    font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
}

.entry {
    margin-top: 15px;
}

.pay-num {
    width: 50px !important;
    text-align: center;
    font-size: 20px !important;
}

.sub svg,.add svg {
    vertical-align: middle;
    margin-top: -7px;
    cursor: pointer;
}

.input input {
    display: inline-block;
    padding: 0 5px;
    height: 35px;
    width: 300px;
    font-weight: 500;
    font-size: 14px;
    color: #999;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 4px 10px 0 rgba(135,142,154,.07);
    box-shadow: 0 4px 10px 0 rgba(135,142,154,.07);
    border-radius: 4px;
    overflow: hidden;
}

.code img {
    height: 35px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin-top: -3px;
}

.code input {
    width: 178px !important;
}

#wait-geetest-captcha {
    color: #999;
}

.err_title {
    color: #545454;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.err_content {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #737373;
}

.err_but {
    padding-bottom: 100px;
}

.btn a,.btn button {
    line-height: 45px;
    margin-top: 15px;
    background: #448bff linear-gradient(45deg,#448bff,#8b5cf6);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0.785rem 2.15rem;
    border: 0px solid #ffffff;
    border-radius: 100px;
    transition: all 400ms ease-in-out;
    box-shadow: 0 10px 20px 0 rgba(90,70,176,0.3);
}

.pay-title {
    color: #737373;
    font-weight: 700;
    font-size: 20px;
    margin: 0 15px;
}

.order-list {
    margin-left: initial;
    margin-right: initial;
    margin-top: 10px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
}

.info-ui {
    color: #737373;
}

.info-ui strong {
    width: 30%;
    margin-bottom: 3px;
    text-align: right;
    display: inline-block;
}

.order-info {
    width: calc(100% - 12px);
    height: 75px;
    overflow-wrap: break-word;
    padding: 5px;
    overflow: auto;
    resize: none !important;
    border: 0px solid #f0f0f0;
    -webkit-box-shadow: 0 4px 10px 0 rgba(135,142,154,.07);
    box-shadow: 0 4px 10px 0 rgba(135,142,154,.07);
    border-radius: 4px;
}

@media (max-width: 768px) {
    .input input {
        width:calc(100% - 95px);
    }

    .code input {
        width: calc(100% - 219px) !important;
    }

    #content {
        margin-top: 81px;
    }

    .main-box .goods-msg {
        margin-left: 20px;
    }

    .shosu {
        width: 155px;
    }

    .main .goods .goods-price div {
        margin-bottom: 5px;
    }

    .geetest_holder.geetest_wind {
        margin-top: 10px;
    }

    .order-info {
        margin-top: 10px;
    }
}

.main .goods .goods-box {
    margin-left: 1px;
    padding: 8px 15px 12px 10px;
    transition: all .2s;
}

.main .goods .goods-name {
    font-size: 13px;
    font-weight: 700;
}

.main .goods .goods-box:hover {
    transform: translateY(8px);
}

@media (min-width: 768px) {
    .navbar-right {
        float:right!important;
        margin-right: 19px;
    }
}

@media(max-width: 669px) {
    .input input {
        width:calc(100% - 5px);
    }

    .goodsItem {
        width: 269px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media(min-width: 669px) {
    .goodsItem {
        width:262px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.imgBox {
    width: 30%;
}

.imgBox img {
    padding-top: 4px;
    border-radius: 10px;
    width: 100%;
}

.goodDesc {
    width: 62%;
}

.main .goods .goods-num span {
    margin-left: 20px;
}

.goods-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main .goods .goods-num {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.main .goods .goods-num div {
    margin-top: 6px;
}

.main .cate .cate-box {
    padding: 5px 10px 5px 10px;
}

.cateBox {
    display: flex;
    overflow-x: auto;
}

.cateBox::-webkit-scrollbar {
    /*display: none;*/
}

.main .cate .cate-box {
    min-width: 99px;
    height: 55px;
}

.main .cate .cate-box p {
    margin-top: 5px;
}

.cbl-m {
    z-index: 100;
    position: fixed;
    display: none;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    margin-top: 1em;
    text-align: center;
    color: #9c9c9c;
    background-color: #fff;
    opacity: .8;
    border: .06em solid #e6ebf5;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.12);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.cbla-m {
    z-index: 100;
    position: fixed;
    right: 4.2rem;
    bottom: 4.2rem;
    width: 3.5em;
    height: 3.5em;
    background-color: #fff;
    opacity: .8;
    border: .06em solid #e6ebf5;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.12);
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.cbl-m svg {
    margin-left: 1px;
    margin-top: 6px;
}

.cbl-m span {
    font-size: 11px;
    color: black;
    display: block;
    text-align: center;
    margin-top: -38px;
}

.cbla-m svg {
    margin-left: 14px;
    margin-top: 7px;
}

.cbla-m span {
    color: black;
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: -3px;
}

@media (max-width: 768px) {
    .cbl-m {
        display:inline-block;
        right: 15px;
        bottom: 25%;
    }

    .cbla-m {
        display: none;
    }
}

/* 文章 */


.width {
    border-radius: 4px;
    background: white;
    font-size: .95rem;
    max-width: 48rem;
    padding: 1.2rem;
    margin: auto;
}

.atitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}

.content {
    margin-top: 15px;
}

.wzgd {
    text-align: right;
    padding-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
}

.archive-item {
    margin-left: 0rem;
}

.archive-item-link {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}

.archive-item-date {
    float: right;
    text-align: right;
    color: #a9a9b3;
}

/* 底部 */
.footer {
    background: linear-gradient(135deg, #1e293b 0%, #1e293b 100%);
    color: #ffffff;
    padding: 40px 0 20px 0;
    margin-top: 50px;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-section h3 i {
    margin-right: 10px;
}

.footer-section p {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #e0e0e0;
    margin: 5px 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffd700;
}

#statistics a {
    color: #ffffff;
}

.wfo {
    padding: 12px;
}

.wfo p a {
    color: #ffb100;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1; background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

/* 个人中心样式 */
.user-info-card {

    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
    color: #000000;
    position: relative;
    overflow: hidden;
}

.user-info-card::before {

    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

.user-avatar-section {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.user-avatar i {
    font-size: 24px;
    color: #fff;
}

.user-info h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.user-id {
    margin: 2px 0;
    opacity: 0.9;
    font-size: 12px;
}

.user-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    margin-top: 2px;
}

.user-badge i {
    margin-right: 5px;
}

.user-balance-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.balance-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 12px;
    border-radius: 8px;
    flex: 1;
    margin-right: 12px;
    backdrop-filter: blur(10px);
}

.balance-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.balance-icon i {
    font-size: 18px;
}

.balance-label {
    margin: 0;
    font-size: 11px;
    opacity: 0.9;
}

.balance-amount {
    margin: 2px 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

.balance-amount span {
    font-size: 13px;
    opacity: 0.9;
}

.balance-actions {
    display: flex;
    gap: 10px;
}

.balance-btn {
    padding: 7px 14px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.balance-btn i {
    margin-right: 5px;
}

.recharge-btn {
    background: #fff;
    color: #667eea;
}

.recharge-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.withdraw-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.withdraw-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* 功能导航网格 */
.function-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.nav-item {
    background: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #545454;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.nav-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}

.upload-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.order-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
}

.profile-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
}

.transaction-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
}

.message-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
}

.settings-icon {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
    color: #fff;
}

.security-icon {
    background: linear-gradient(135deg, #ff9a56 0%, #ff6a00 100%);
    color: #fff;
}

.help-icon {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    color: #fff;
}

.nav-item span {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
}

.nav-arrow {
    color: #ccc;
    font-size: 12px;
}

.badge {
    background: #ff4757;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 8px;
    margin-left: 8px;
}

/* 统计卡片 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.stat-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #fff;
    font-size: 20px;
}

.stat-card:nth-child(2) .stat-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.stat-card:nth-child(3) .stat-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.stat-content h4 {
    margin: 0 0 3px 0;
    font-size: 24px;
    font-weight: 700;
    color: #545454;
}

.stat-content p {
    margin: 0;
    font-size: 13px;
    color: #999;
}

/* 登录注册页面样式 */
.auth-container {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 20px;
}

.auth-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    animation: authSlideIn 0.4s ease;
}

@keyframes authSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 30px 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

.auth-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.auth-icon i {
    font-size: 35px;
    color: #fff;
}

.auth-icon-register {
    background: linear-gradient(135deg, rgba(67, 233, 123, 0.3) 0%, rgba(56, 249, 215, 0.3) 100%);
}

.auth-title {
    margin: 0 0 8px 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.auth-subtitle {
    margin: 0;
    font-size: 14px;
    opacity: 0.95;
    color: #fff;
}

.auth-body {
    padding: 35px 30px 30px;
}

.auth-form-group {
    margin-bottom: 20px;
}

.auth-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #999;
    z-index: 1;
}

.auth-input {
    width: 100%;
    height: 50px;
    padding: 0 15px 0 45px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.auth-input:focus {
    outline: none;
    border-color: #667eea;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.auth-input::placeholder {
    color: #bbb;
}

.auth-input-tip {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

.auth-input-tip i {
    font-size: 14px;
    margin-right: 5px;
}

.auth-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.auth-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.auth-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.auth-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
}

.auth-btn-primary:active {
    transform: translateY(0);
}

.auth-btn-register {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(67, 233, 123, 0.4);
}

.auth-btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(67, 233, 123, 0.5);
}

.auth-btn-register:active {
    transform: translateY(0);
}

.auth-footer-links {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.auth-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-link span {
    color: #667eea;
    font-weight: 600;
}

.auth-link:hover {
    color: #667eea;
}

/* 弹窗移动端优化 */
@media (max-width: 768px) {
    .layui-layer {
        max-width: 95% !important;
    }
    
    .layui-layer-title {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }
    
    .layui-layer-content {
        max-height: 70vh !important;
        overflow-y: auto !important;
    }
    
    .layui-layer-btn {
        padding: 10px 15px !important;
    }
    
    .layui-layer-btn a {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }
    
    .layui-form-item {
        margin-bottom: 12px !important;
    }
    
    .layui-form-label {
        width: 80px !important;
        font-size: 14px !important;
        padding: 9px 10px !important;
    }
    
    .layui-input-block {
        margin-left: 90px !important;
    }
    
    .layui-input {
        font-size: 14px !important;
        height: 36px !important;
        line-height: 36px !important;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .auth-container {
        padding: 15px;
        margin-top: 10px;
        min-height: calc(100vh - 150px);
    }
    
    .auth-card {
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .auth-header {
        padding: 30px 20px 25px;
    }
    
    .auth-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .auth-icon i {
        font-size: 30px;
    }
    
    .auth-title {
        font-size: 22px;
        margin-bottom: 6px;
    }
    
    .auth-subtitle {
        font-size: 13px;
    }
    
    .auth-body {
        padding: 25px 20px 20px;
    }
    
    .auth-form-group {
        margin-bottom: 16px;
    }
    
    .auth-input {
        height: 48px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .input-icon {
        font-size: 16px;
        left: 14px;
    }
    
    .auth-btn {
        height: 48px;
        font-size: 15px;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    .auth-btn i {
        font-size: 16px;
    }
    
    .auth-footer-links {
        margin-top: 20px;
        padding-top: 15px;
    }
    
    .auth-link {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .auth-container {
        padding: 10px;
    }
    
    .auth-header {
        padding: 25px 15px 20px;
    }
    
    .auth-icon {
        width: 55px;
        height: 55px;
    }
    
    .auth-icon i {
        font-size: 26px;
    }
    
    .auth-title {
        font-size: 20px;
    }
    
    .auth-body {
        padding: 20px 15px 15px;
    }
    
    .auth-input {
        height: 46px;
        padding: 0 12px 0 42px;
    }
    
    .auth-btn {
        height: 46px;
    }
}

/* 响应式设计 */
@media (min-width: 769px) and (max-width: 1024px) {
    .function-nav-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .user-info-card {
        
        padding: 15px;
        margin-top: 10px;
    }
    
    .user-avatar-section {
        flex-direction: column;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .user-avatar {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
    }
    
    .user-avatar i {
        font-size: 24px;
    }
    
    .user-info h2 {
        font-size: 18px;
    }
    
    .user-balance-section {
        flex-direction: column;
    }
    
    .balance-card {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px 12px;
    }
    
    .balance-amount {
        font-size: 20px;
    }
    
    .balance-actions {
        width: 100%;
        justify-content: center;
    }
    
    .balance-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .function-nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-top: 10px;
        padding: 20px;
    }
    
    .nav-item {
        padding: 10px 12px;
    }
    
    .nav-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .stat-card {
        padding: 12px;
    }
    
    .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .stat-content h4 {
        font-size: 20px;
    }
}

/* ==================== 全球反诈页面样式 ==================== */

/* 庄严声明横幅 */
.declaration-banner {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    padding: 20px 0;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.declaration-content {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.declaration-content i {
    font-size: 36px;
    color: #fff;
    margin-right: 20px;
    flex-shrink: 0;
}

.declaration-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.declaration-text strong {
    font-size: 16px;
    font-weight: 700;
}

.declaration-action {
    margin-top: 15px;
    text-align: center;
}

.submit-data-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.95);
    color: #ef4444;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.submit-data-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.submit-data-btn i {
    margin-right: 8px;
    font-size: 18px;
}

/* 英雄区域 */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

.hero-content {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px 0;
    opacity: 0.95;
}

.hero-tagline {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 40px 0;
    letter-spacing: 8px;
}

.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0 30px 0;
}

.hero-stat-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 30px 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.hero-stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.stat-label {
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}

/* 使命宣言区域 */
.mission-section {
    padding: 60px 0;
    background: #f8fafc;
}

.mission-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mission-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.mission-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.mission-icon i {
    font-size: 32px;
    color: #fff;
}

.mission-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin: 0 0 5px 0;
}

.mission-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.mission-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    text-align: justify;
}

/* 常见诈骗类型区域 */
.scam-types-section {
    padding: 60px 0;
    background: #fff;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.section-subtitle {
    font-size: 16px;
    text-align: center;
    color: #64748b;
    margin: 0 0 40px 0;
}

.scam-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.scam-type-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.scam-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.scam-type-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.scam-type-icon i {
    font-size: 28px;
    color: #fff;
}

.romance-scam {
    background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
}

.pig-butchering {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.phishing {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.ransomware {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.investment {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}

.online-shopping {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

.scam-type-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 12px 0;
}

.scam-type-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 15px 0;
}

.scam-warning {
    display: inline-flex;
    align-items: center;
    background: #fef3c7;
    color: #92400e;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.scam-warning i {
    font-size: 14px;
    margin-right: 5px;
}

/* 防范提示区域 */
.prevention-tips-section {
    padding: 60px 0;
    background: #f8fafc;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.tip-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.tip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.tip-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-right: 20px;
}

.tip-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.tip-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* 举报中心区域 */
.report-section {
    padding: 60px 0;
    background: #fff;
}

.report-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 35px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.report-cta-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.report-cta-content i {
    font-size: 48px;
    color: #fff;
    margin-right: 25px;
}

.report-cta-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.report-cta-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.report-cta-buttons {
    display: flex;
    gap: 15px;
}

.report-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.report-btn i {
    font-size: 18px;
    margin-right: 8px;
}

.report-btn.primary {
    background: #fff;
    color: #667eea;
}

.report-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
}

.report-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.report-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.contact-card {
    background: #f8fafc;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: #667eea;
    transform: translateY(-3px);
}

.contact-card i {
    font-size: 36px;
    color: #667eea;
    margin-bottom: 15px;
}

.contact-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
}

.contact-card p {
    font-size: 15px;
    font-weight: 600;
    color: #3b82f6;
    margin: 0 0 5px 0;
}

.contact-card span {
    font-size: 13px;
    color: #64748b;
}

.hotline-number {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ef4444 !important;
}

/* 视频资源区域 */
.video-section {
    padding: 60px 0;
    background: #f8fafc;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.video-thumbnail {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-thumbnail i {
    font-size: 56px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.video-card:hover .video-thumbnail i {
    transform: scale(1.1);
    color: #fff;
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.video-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    padding: 20px 20px 10px 20px;
}

.video-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    padding: 0 20px 20px 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .declaration-content {
        flex-direction: column;
        text-align: center;
        padding: 15px 20px;
    }
    
    .declaration-content i {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .declaration-text {
        font-size: 14px;
    }
    
    .declaration-action {
        margin-top: 12px;
    }
    
    .submit-data-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .submit-data-btn i {
        font-size: 16px;
    }
    
    .hero-section {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-tagline {
        font-size: 32px;
        letter-spacing: 4px;
    }
    
    .hero-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 30px 0 20px 0;
    }
    
    .hero-stat-card {
        padding: 20px 15px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .stat-label {
        font-size: 13px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .mission-section {
        padding: 40px 0;
    }
    
    .mission-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mission-card {
        padding: 30px 20px;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .scam-types-section,
    .prevention-tips-section,
    .report-section,
    .video-section {
        padding: 40px 0;
    }
    
    .scam-types-grid,
    .tips-grid,
    .video-grid,
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tip-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .tip-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .report-cta {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .report-cta-content {
        flex-direction: column;
        margin-bottom: 25px;
    }
    
    .report-cta-content i {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .report-cta-content h3 {
        font-size: 20px;
    }
    
    .report-cta-content p {
        font-size: 14px;
    }
    
    .report-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .report-btn {
        justify-content: center;
    }
}
