/* app-creative.min.css */
.modal-header {
    padding: 6px 12px !important;
}
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
body, .wrapper, .content-page {
    overflow: visible;
}

@font-face {
	font-family: usaxhj;
	src: url(../fonts/larcms.otf) format("opentype");
	font-weight: 400
}

body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}


.page-title-right {
     /* display: block !important; */
    float: right !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}

.hyper-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    line-height: 16px;
    border-top: 1px solid rgba(152,166,173,.2);
    color: #98a6ad;
}

.hyper-footer a {
    color: #919ca7;
}


@media screen and (min-width: 769px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

.buy-btn {
    color: #ffffff;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    background: linear-gradient(135deg, #10b981, #059669);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.buy-btn:hover {
     background: #003bc4;
}

.ipad-udid {
    color: #fff; 
}

.kuang {
    border: 1px solid #4f5663;
    border-radius: 10px;
    padding: 12px 8px 0px 15px;
    margin-bottom: 14px;
    background-color: #212932;
}

input.form-control {
    color: #10b981;
}

.getudid {
    background-color: #10b981;
    color: #fff;
    height: 42px;
    line-height: 1.2;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.zhifu {
    color: #ffffff;
    min-width: 96px;
    gap: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 7px 10px;
    font-size: 16px;
    width: 40%;
    margin: auto;
    background: linear-gradient(135deg, #10b981, #059669);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.zhifu:hover {
    background: #03825a;
}

.chaxun {
    background: linear-gradient(135deg, #10b981, #059669);
    min-width: 96px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    transition: all 0.3s ease;
}
/* Home Page */
i.fas,
i.far,
i.fa-solid,
i.fa-regular {
  color: #fff; /* 白色 */
  margin-right: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) 
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    margin-bottom: 3px;
}


#buy-form input.form-control:not(:placeholder-shown) {
    color: #27a2d8;
}
/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1330px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 1330px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}


.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.nav-list::-webkit-scrollbar {
    display: none; 
}
@media screen and (min-width: 769px) {
    .tab-link {
        min-width: 90px;
    }
}
@media screen and (max-width: 769px) {
    .tab-link {
        min-width: 60px;
    }
}

.home-card {
    font-size: 14px;
    display: flex;
    border-radius: 9px;
    background-color: #232b37;
}
.category {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.1);
}  

.category:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 3px 12px 0 rgb(88 121 142 / 20%);
  cursor: pointer;
}

/* header */
.header-navbar {
    height: 70px;
    border-bottom: 1px solid #272f40;
    background-color: #232b37;
}
.header-flex {
    height: 70px;
    display: flex;
    color: #969fa7;
    align-items: center;
    justify-content: space-between;
}
.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-left: 10px;
    vertical-align: middle;
    font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
}

.price {
    vertical-align: middle;
    color: #ff553d; 

}


/* max-width: 769px 以下（手机） */
@media screen and (max-width: 769px) {
    .hyper-wrapper {
        display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
    }
    .home-card {
        padding: 12px;
        margin-bottom: 18px;
        align-items: flex-start;
        position: relative;
        flex-direction: row;
    }
    .home-img {
        max-width: 80px;
        margin-right: 12px;
        border-radius: 0.85rem;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    }
    
    span.tips {
    font-size: 12px;
    color: #767676;
    position: relative;
    top: -8px;
}

    .biaoti {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -1px;
}
    .flex {
        display: flex;
        flex-direction: column;
    }
    .name {
        font-size: 14px;
    	display: -webkit-box;
        -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-align: left;
    	font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    }
    .price b {
        font-size: 16px;
        margin-left: 2px;
    }
    
.zidong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #72ccc0;
    }
.rengong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #f4a47e;
    }


.kucun {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 7px;
    margin: 0px 4px;
    border-radius: 3px;
    margin-right: 3px;
    color: #ffffff;
    background-color: #89a0e9;
    }

  
.dibu {
  position: absolute;
  left: 105px;
  bottom: 10px;
}
    
    
}

/* min-width: 769px 以上（平板） */
@media screen and (min-width: 769px) {
    .hyper-wrapper {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 16px;
    }
    .home-card {
        padding: 20px;
        flex-direction: column;
    }
    .home-img {
        max-width: 88%;

    }
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
    .name {
        font-size: 16px;
        min-height: 42px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
        overflow: hidden;
    }
    .price b {
        font-size: 22px;
        margin-left: 2px;
    }
}

/* min-width: 951px 以上（桌面） */
@media screen and (min-width: 989px) {
    .hyper-wrapper {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 20px;
    }
    .home-card {
        padding: 14px;
        position: relative;
    }
    .home-img {
        width: 100px;
        border-radius: 18px;
        height: 100px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

    }
    
    .biaoti {
    margin-left: -5px;
    }
    
    span.tips {
    margin-left: 120px;
    font-size: 12px;
    color: #767676;

    }
    
    .zidong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #72ccc0;
    }

    .rengong {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #f4a47e;
    }
    
  .kucun {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 0 5px 0 4px;
    color: #ffffff;
    background-color: #89a0e9;
    }

   
 .dibu {
  position: absolute;
  left: 132px;
  bottom: 11px;
    }   
    
    .flex {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }
.name {
       font-size: 15px;
       min-height: 42px;
       margin: -101px 0px 0px 125px;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
       font-family: usaxhj,pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    }

    .price b {
    font-size: 18px;
    margin-left: 2px;
    }
}

.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}

.buy-grid {
    display: grid;
    gap: 14px;
}
@media screen and (min-width: 769px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 12px;
    }
    .buy-shop {
        grid-column: span 2 / span 2;
    }
    .buy-product {
        grid-column: span 4 / span 4;
    }
}
/* pay-type */
@media screen and (min-width: 1330px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 380px) {
    .pay-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2,minmax(0,300px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
.pay-type {
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #969696;
    transition: all 0.2s ease; 
}
.pay-type:hover {
    color: #3c4b50;
    font-weight: 700;
    transform: scale(0.98); 
    background: #d5d5d5;
}

.pay-type.active {
    color: #3c4b50;
    font-weight: 700;
    background: #d5d5d5;
    transition: background 0.3s ease;
    /* cursor: default; */
    /* pointer-events: none; */  /* 禁用悬停和点击事件 */
    /* transform: none !important; */  /* 防止缩放 */
}
.buy-price {
    color: #ff2600;
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr; 
    gap: 15px;
}
@media screen and (min-width: 769px) {

    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 769px) {
    .orderinfo-info {
        display: grid;
        justify-content: start;
    }
}
.textarea-kami {
    min-height: 40px;
    height: auto;
    margin-top: 5px;
    color: #e54f07;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kami-btns {
    float: right;
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.kami-btn {
    padding: 8px 15px;
    font-size: 14px;
}

/* 订单卡片整体优化 */
.vibe {
    overflow: hidden; /* 确保内部渐变背景不会超出圆角 */
    border: 1px solid #4f5663;
}

/* 订单号标题栏 */
.order-header {
    background: linear-gradient(90deg, #0f5c42 0%, rgba(16, 185, 129, 0) 100%);
    padding: 10px 1.3rem;
    margin: -1.3rem -1.3rem 1rem -1.3rem; /* 抵消父级 padding */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-title-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* Footer */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
}
#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 44px;
    height: 44px;
}

.tab-link {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: .4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #415468;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
    transition: background 0.3s ease;
}

.tab-link:hover {
  color: #fff;
  background: #2679ff;
}

.tab-link.active {
    color: #fff;
    background: linear-gradient(-45deg, #0038de, #61b1ff);
}
.img-checkmark img {
    width: 36px;
}
.tab-link.active .img-checkmark {
    display: block;
}
.img-checkmark {
    position: absolute;
    opacity: 0.8;
    right: -6px;
    bottom: -12px;
    display: none;
}

.wrapper { 
    min-height: 80vh; 
}
.btn-order {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem;
    border-top-left-radius: 0;
    height: 42px;
    width: 90px;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

/* 支付宝 */
div.btn.pay-type[data-type="alipay"] {
    background-color: #0a9bfd;
    color: white;
}
/* 微信支付 */
div.btn.pay-type[data-type="wxpay"] {
    background-color: #09bb5e;
    color: white;
}
/* USDT支付 */
div.btn.pay-type[data-type="tokenpay-usdt-trc"] {
    background-color: #40cbb4;
    color: white;
}
/* TRX支付  */
div.btn.pay-type[data-type="tokenpay-trx"] {
    background-color: #e41738;
    color: white;
}
/* USDT支付 */
div.btn.pay-type[data-type="tokenpay-usdt-matic"] {
    background-color: #8a2ee2;
    color: white;
}
/* 备用支付宝 */
div.btn.pay-type[data-type="alipay2"] {
    background-color: #0a9bfd;
    color: white;
}
/* 支付宝 PC */
div.btn.pay-type[data-type="aliweb"] {
    background-color: #0a9bfd;
    color: white;
}
/* 码支付支付宝 */
div.btn.pay-type[data-type="mzfb"] {
    background-color: #0a9bfd;
    color: white;
}
/* 当面付支付宝 */
div.btn.pay-type[data-type="zfbf2f"] {
    background-color: #0a9bfd;
    color: white;
}
/* 码支付微信 */
div.btn.pay-type[data-type="mwx"] {
    background-color: #09bb5e;
    color: white;
}
/* 微信扫码 */
div.btn.pay-type[data-type="wescan"] {
    background-color: #09bb5e;
    color: white;
}

div.btn.pay-type[data-type="alipay"]:hover,
div.btn.pay-type[data-type="alipay2"]:hover,
div.btn.pay-type[data-type="aliweb"]:hover,
div.btn.pay-type[data-type="mzfb"]:hover,
div.btn.pay-type[data-type="zfbf2f"]:hover {
    background-color: #087fc3; /* 深蓝色 */
    color: white; /* 文字保持白色 */
}

div.btn.pay-type[data-type="wxpay"]:hover,
div.btn-pay[data-type="mwx"]:hover,
div.btn-pay[data-type="wescan"]:hover {
    background-color: #078c4a; /* 深绿色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-usdt-trc"]:hover {
    background-color: #329b8b; /* 深青绿色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-trx"]:hover {
    background-color: #b70f2a; /* 深红色 */
    color: white;
}

div.btn.pay-type[data-type="tokenpay-usdt-matic"]:hover {
    background-color: #5d0ea8; /* 深青绿色 */
    color: white;
}

div.btn.pay-type {
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#accordion .panel{
		    border: none;
		    margin: 0 0 15px 0px;
		}
		#accordion .panel-heading{
		    padding: 0;
		    border-radius: 30px;
		}
		#accordion .panel-title a{
		    display: block;
		    padding: 10px 20px 10px 40px;
		    background: #3bc3ba;
		    font-size: 16px;
		    font-weight: 600;
		    color: #fff;
		    border: 1px solid transparent;
		    border-radius: 8px;
		    position: relative;
		    transition: all 0.3s ease 0s;
		}

		#accordion .panel-title a.collapsed{
		    background: #fff;
		    color: #2884ff;
		    border: 1px solid #2884ff;
		}
		#accordion .panel-title a:after,
		#accordion .panel-title a.collapsed:after{
		    content: "\f107";
		    font-family: fontawesome;
		    width: 55px;
		    height: 55px;
		    line-height: 55px;
		    border-radius: 50%;
		    font-size: 25px;
		    color: #fff;
		    text-align: center;
		    position: absolute;
		    top: -8px;
            left: -4px;
		    transition: all 0.3s ease 0s;
		}
		#accordion .panel-title a.collapsed:after{
    color: #2884ff;
    box-shadow: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
		}
		#accordion .panel-body{
		    font-size: 14px;
		    line-height: 25px;
		    border-top: none;
		}
		#accordion .panel-body p{
		    padding-left: 2px;
		    /* border-left: 1px dashed #8c8c8c; */
		}
		
		    .home-prompt-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    li a {
    color: #10b981;
    }

    .home-prompt-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #b6c5d1;
        display: flex;
        align-items: center;
        min-height: 22px;
    }
  .home-name {  
    font-size: 18px;
    color: #e2e7f0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  
  
  .home-app img {
    border-radius: 8px;
        width: 35px;
    height: 35px;
}


  .home-app {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #404a5e;
    padding-top: 12px;

}
  
.home-name h3::before {
    content: "";
    display: inline-block;
    background-image: url(/uploads/images/cert.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-right: 6px;
    vertical-align: middle;
}

    /* 通用圆圈底色 */
    .home-prompt-list li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 注入固定文字图标 */
    .home-prompt-list li::after {
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }

    /* 成功状态：使用圆润的 ✔ */
    .home-prompt-list li.ok::before {
        background: rgb(52 211 153 / .2);
    }
    .home-prompt-list li.ok::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 4px;
    background-color: #34d399;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.173 12.927L1.4 8.154l1.414-1.414 3.36 3.36 6.412-6.412 1.414 1.414z'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.173 12.927L1.4 8.154l1.414-1.414 3.36 3.36 6.412-6.412 1.414 1.414z'/%3E%3C/svg%3E") no-repeat center / contain;
}
    /* 失败状态：使用 ✖ */
    .home-prompt-list li.no {
        color: #8f7171; /* 文字变灰 */
    }
    .home-prompt-list li.no::before {
            background: rgb(221 112 112 / 20%);/* 浅红背景 */
    }
.home-prompt-list li.no::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 4px;
    background-color: #ff4242;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.72 3.72l8.56 8.56m0-8.56l-8.56 8.56' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.72 3.72l8.56 8.56m0-8.56l-8.56 8.56' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.icon-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin: 12px 3px;
}

.item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(74, 222, 128, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border: 1px solid rgba(74, 222, 128, 0.2);
}

.icon-circle .mdi {
    color: #10d895;
    font-size: 16px;
}

.label {
    white-space: nowrap;
}

.top-divider {
  border-top: 1px dotted rgba(32, 35, 51, 0.1);
  width: 100%;
}

  .banner-placeholder {
        width: 100%;
        position: relative; 
        height: 0;
        padding-bottom: 31.25%; /* 1600x500 比例 */
        background: #000;
        overflow: hidden;
        border-radius: .8rem;
        margin-bottom: 20px;
    }

    .swiper.banner-wrapper {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
    }

    .swiper-slide {
    background-size: cover;
    background-position: center;
    display: block; /* 移除 flex 布局，改用 absolute 定位卡片 */
    position: relative; /* 必须设置，让卡片相对于 slide 定位 */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
    /* 2. 小卡片样式调优 */
    .slide-card {
    position: absolute; /* 绝对定位 */
    left: 35px;
    bottom: 35px;        /* 距离底部距离 */
    text-shadow: 1px 1px 9px rgb(0 0 0 / 50%);
    /* 固定长宽 */
    width: 50%;       /* 你可以根据需要调整宽度像素值 */
    height: 75%;      /* 你可以根据需要调整高度像素值 */
    box-sizing: border-box; /* 确保 padding 不撑开宽高 */

    background: rgb(255 255 255 / .15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 1.5rem;
    color: white;
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / .18);

    /* 动画初始态 */
    transform: translateY(30px);
    opacity: 0;
    transition: none;
    pointer-events: none;
    
    /* 解决内部文字溢出处理 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6) ,
        rgba(0, 0, 0, 0.4) ,
        rgba(0, 0, 0, 0.2)
    );
    }
    /* 交互激活态 */
    .slide-card.active-anim {
        pointer-events: auto;
    }

.slide-card h2 { 
    font-size: 1.6rem; 
    margin-bottom: 0.5rem; 
    font-weight: 800; 
    line-height: 1.2; 
}
.slide-card p { 
    font-size: 1rem; 
    opacity: 0.8; 
    /* 限制段落高度防止溢出 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    /* 3. 按钮与导航 */
    .btn-download {
        background: linear-gradient(135deg, #10b981, #059669);
        color: white !important;
        padding: 0.6rem 2rem;
        border-radius: 0.75rem;
        text-decoration: none;
        font-weight: bold;
        width: 100%;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    .btn-download:hover { transform: translateY(-2px); box-shadow: 0 10px 35px -3px rgb(0 149 92 / 50%); }

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: rgba(15, 23, 42, 0.4); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff !important;
    opacity: 0;
    
    /* 核心修复：强制 top 50% */
    top: 50% !important; 
    margin-top: 0 !important; /* 清除 Swiper 可能存在的默认负 margin */
    
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
}


/* 调整箭头大小（Swiper 使用的是字体图标） */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 14px !important; /* 缩小箭头，让圆形显得更精致 */
    font-weight: bold;
}

/* 悬停效果：背景加深或变色 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(0) translateY(-50%) scale(1.1); 
}

/* 鼠标移入幻灯片区域时显示按钮 */
.banner-placeholder:hover .swiper-button-prev,
.banner-placeholder:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(0) translateY(-50%); /* 回到原位 */
}
/* 调整按钮左右位置，不要贴死边框 */
.swiper-button-prev {
    left: 20px !important;
    /* 初始状态：向左偏 30px */
    transform: translateX(-30px) translateY(-50%);
}
.swiper-button-next {
    right: 20px !important;
    /* 初始状态：向右偏 30px */
    transform: translateX(30px) translateY(-50%);
}

/* --- 顺便美化底部的圆点分页器 (可选) --- */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
    background: #10b981 !important; /* 活跃圆点设为蓝色 */
    transform: scale(1.5)!important;  
    border-radius: 4px !important;
}

@media (max-width: 768px) {
        .slide-card h2 {font-size: 1.3rem; margin: 0px 0 5px}
        .slide-card p { font-size: 0.875rem; }
        
        .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    
    .banner-placeholder { padding-bottom: 75%; }
    .slide-card { 
        width: 90%;
        height: 65%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 10%;
        padding: 1.5rem;
    }
    
    }
    