/* 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;
}

/* header */
.header-navbar {
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.header-flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    margin-left: 10px;
    vertical-align: middle;
    font-family: "SimHei";
}

/* Mobile header styles */
@media screen and (max-width: 768px) {
    .header-navbar {
        height: 60px;
        padding: 0 8px;
    }
    .header-flex {
        height: 60px;
        flex-wrap: wrap;
    }
    .topnav-logo {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .topnav-logo img {
        height: 30px !important;
        max-height: 30px;
    }
    .logo-title {
        font-size: 18px;
        margin-left: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }
    .header-right {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    .header-right .btn {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 4px;
        white-space: nowrap;
    }
    .header-right .btn i {
        font-size: 14px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 480px) {
    .header-navbar {
        height: 55px;
        padding: 0 6px;
    }
    .header-flex {
        height: 55px;
    }
    .topnav-logo img {
        height: 26px !important;
        max-height: 26px;
    }
    .logo-title {
        font-size: 16px;
        margin-left: 6px;
        max-width: 100px;
    }
    .header-right .btn {
        padding: 4px 8px;
        font-size: 11px;
    }
    .header-right .btn-outline-primary {
        border-width: 1px;
    }
    .search-icon {
        display: none;
    }
}

body {
    background-color: #fafafa;
    height: 100%;
}
body[data-leftbar-compact-mode=condensed] {
    min-height: 0;
}
body[data-layout=topnav] .content-page {
    padding: 0!important;
    min-height: 0;
}
.content {
    margin-bottom: 69px;
}
.page-title-right {
    display: block !important;
    float: right !important;
    margin-top: 17px !important;
}
/* 移动端全局优化 */
@media screen and (max-width: 380px) {
    .app-search {
        width: 160px;
    }
}

/* 页面标题区域移动端优化 */
@media screen and (max-width: 768px) {
    .page-title-box {
        text-align: center;
        padding: 12px 0;
    }
    
    .page-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .page-title-right {
        display: block !important;
        float: none !important;
        text-align: center !important;
        margin-top: 8px !important;
    }
    
    .app-search {
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .app-search .form-control {
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 16px;
    }
    
    .app-search {
        max-width: 250px;
    }
    
    .app-search .form-control {
        padding: 6px 10px;
        font-size: 13px;
    }
}
.hyper-wrapper a {
    color: #000;
}
.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;
}
@media screen and (max-width: 768px) {
    .hyper-footer {
        text-align: center;
    }
}
.hyper-footer a {
    color: #919ca7;
}
@media screen and (max-width: 576px) {
    .container {
       padding: 0 12px;
    }
    
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    
    .row > .col-12 {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media screen and (min-width: 576px) {
    .container {
       padding: 0;
    }
}

/* 移动端容器全局优化 */
@media screen and (max-width: 768px) {
    .content {
        margin-bottom: 80px;
        padding: 0;
    }
    
    .wrapper {
        min-height: 100vh;
    }
    
    .content-page {
        min-height: calc(100vh - 70px);
    }
}

@media screen and (max-width: 480px) {
    .container {
       padding: 0 8px;
    }
    
    .content {
        margin-bottom: 70px;
    }
    
    .content-page {
        min-height: calc(100vh - 60px);
    }
}
@media screen and (min-width: 992px) {
    .hyper-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

/* Home Page */

/* modal-dialog */
.modal-body img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1367px) {
    .modal-dialog {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 1367px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 500px !important;
        margin: 16px;
    }
    
    .modal-content {
        border-radius: 12px;
    }
    
    .modal-header {
        padding: 16px 20px;
        border-bottom: 1px solid #e9ecef;
    }
    
    .modal-body {
        padding: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    
    .modal-footer {
        padding: 16px 20px;
        border-top: 1px solid #e9ecef;
    }
    
    .modal-title {
        font-size: 16px;
        font-weight: 600;
    }
}

@media screen and (max-width: 480px) {
    .modal-dialog {
        max-width: calc(100% - 24px) !important;
        margin: 12px;
    }
    
    .modal-header {
        padding: 12px 16px;
    }
    
    .modal-body {
        padding: 16px;
        font-size: 13px;
    }
    
    .modal-footer {
        padding: 12px 16px;
    }
    
    .modal-title {
        font-size: 15px;
    }
}

/* Select Button */

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.nav-list::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 767px) {
    .tab-link {
        min-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .tab-link {
        min-width: 60px;
    }
}
.tab-link {
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: .5rem;
    border: 1px solid #3688fc;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tab-link.active {
    color: #fff;
    background: linear-gradient(-45deg, #3369ff, #3798f7);
}
.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;
}

/* Home Card */

.home-card {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%);
    transition: all .5s;
}
.home-card:hover {
    box-shadow: 1px 3px 2px 0 rgb(0 0 0 / 5%);
}
@media screen and (max-width: 767px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-gap: 12px;
        gap: 12px;
    }
    .home-card {
        padding: 12px;
        margin-bottom: 0;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;

    }
    .home-img {
        max-width: 80px;
        margin-right: 12px;
    }
    .flex {
        display: flex;
        flex-direction: column;
    }
    .name {
        font-size: 14px;
        min-height: 42px;
    	display: -webkit-box;
        -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-align: left;
    }
    .price {
        color: #d0021b;
    }
    .price b {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .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;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .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;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}
@media screen and (min-width: 1320px) {
    .hyper-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 12px;
    }
    .home-card {
        padding: 32px 20px 14px 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    	border-radius: 5px;
    	cursor: pointer;
        background-color: #fff;
    }
    .home-img {
        max-width: 88%;
        margin: 0 auto auto auto;
    }
    .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;
        overflow: hidden;
    }
    .price {
        color: #d0021b;
        text-align: center;
    }
    .price b {
        font-size: 24px;
    }
}

/* Buy Page*/
.form-group h3 {
    font-weight: 400;
    color: #212529;
}
.geetest_holder.geetest_wind {
    width: 100% !important;
    min-width: 100% !important;
}
.buy-product img {
    max-width:100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .buy-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
    }
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 6px;
    }
    .buy-shop {
        grid-column: span 2 / span 2;
    }
    .buy-product {
        grid-column: span 4 / span 4;
    }
}
/* pay-type */
@media screen and (min-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1367px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,300px));
        grid-gap: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .pay-grid {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,200px));
        grid-gap: 12px;
    }
}
@media screen and (max-width: 576px) {
    .pay-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-gap: 8px;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .pay-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-gap: 6px;
        width: 100%;
    }
}
.pay-type {
    background-color: #fff;
    color: #000;
    border: 2px solid #bdcfe1;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-align: center;
}

/* Telegram客服按钮样式 - 超醒目版本 */
.telegram-support-btn.btn-primary {
    background: linear-gradient(45deg, #ff4757, #ff3742, #ff6b82, #ff4757) !important;
    background-size: 300% 300% !important;
    border: 3px solid #ff3742 !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.6), 
                0 0 0 0 rgba(255, 71, 87, 0.4) !important;
    transition: all 0.4s ease !important;
    animation: telegram-bg-shift-hyper 3s ease infinite,
               telegram-urgent-pulse-hyper 2s ease-in-out infinite !important;
    transform: scale(1.1) !important;
    z-index: 1000 !important;
    position: relative !important;
}

.telegram-support-btn.btn-primary:hover {
    background: linear-gradient(45deg, #ff3742, #ff6b82, #ff4757, #ff3742) !important;
    background-size: 400% 400% !important;
    border-color: #ff6b82 !important;
    color: white !important;
    transform: scale(1.15) translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(255, 71, 87, 0.8),
                0 0 30px rgba(255, 71, 87, 0.6) !important;
    animation-duration: 1.5s, 1s !important;
}

.telegram-support-btn .uil-telegram-alt {
    color: white !important;
    font-size: 16px !important;
    margin-right: 6px !important;
    transition: all 0.3s ease !important;
    animation: telegram-icon-bounce-hyper 2s ease-in-out infinite !important;
}

.telegram-support-btn:hover .uil-telegram-alt {
    color: white !important;
    transform: scale(1.3) rotate(10deg) !important;
    animation-duration: 0.8s !important;
}

/* 彩虹边框 + 外圈脉冲效果 */
.telegram-support-btn::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(45deg, 
        #ff4757 0%, #00ff88 25%, #0088cc 50%, #ff4757 75%, #00ff88 100%);
    background-size: 400% 400%;
    border-radius: 35px;
    z-index: -1;
    opacity: 0.9;
    animation: telegram-rainbow-border-hyper 2s linear infinite,
               telegram-outer-glow-hyper 2s ease-in-out infinite;
}

/* 在线状态指示器 - 更大更明显 */
.telegram-support-btn::after {
    content: '●';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #00ff88;
    border: 3px solid white;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    animation: telegram-online-pulse-hyper 1.5s infinite,
               telegram-online-bounce-hyper 3s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.8);
}

/* 动画效果 */
@keyframes telegram-bg-shift-hyper {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes telegram-urgent-pulse-hyper {
    0%, 100% { 
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(255, 71, 87, 0.6), 
                    0 0 0 0 rgba(255, 71, 87, 0.4);
    }
    50% { 
        transform: scale(1.15);
        box-shadow: 0 12px 35px rgba(255, 71, 87, 0.8),
                    0 0 0 15px rgba(255, 71, 87, 0.2);
    }
}

@keyframes telegram-outer-glow-hyper {
    0%, 100% { 
        opacity: 0.5;
        transform: scale(1);
    }
    50% { 
        opacity: 0.9;
        transform: scale(1.1);
    }
}

@keyframes telegram-icon-bounce-hyper {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2px) rotate(-5deg); }
    75% { transform: translateY(-1px) rotate(5deg); }
}

@keyframes telegram-online-pulse-hyper {
    0%, 100% { 
        transform: scale(1);
        opacity: 1;
    }
    50% { 
        transform: scale(1.4);
        opacity: 0.7;
    }
}

@keyframes telegram-online-bounce-hyper {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes telegram-rainbow-border-hyper {
    0% { background-position: 0% 50%; }
    100% { background-position: 400% 50%; }
}

/* 导航栏客服按钮专用动画 */
@keyframes navTelegramPulse {
  0%, 100% { 
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5), 0 0 0 0 rgba(102, 126, 234, 0.3) !important;
  }
  25% { 
    transform: scale(1.06) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.7), 0 0 0 4px rgba(102, 126, 234, 0.2) !important;
  }
  50% { 
    transform: scale(1.10) !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.8), 0 0 0 8px rgba(102, 126, 234, 0.15) !important;
  }
  75% { 
    transform: scale(1.06) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.7), 0 0 0 4px rgba(102, 126, 234, 0.2) !important;
  }
}

@keyframes navTelegramIconBounce {
  0%, 100% { transform: translateY(0) rotate(0deg) !important; }
  20% { transform: translateY(-3px) rotate(-5deg) !important; }
  40% { transform: translateY(2px) rotate(3deg) !important; }
  60% { transform: translateY(-2px) rotate(-2deg) !important; }
  80% { transform: translateY(1px) rotate(1deg) !important; }
}

@keyframes navTelegramGradientShift {
  0%, 100% { background-position: 0% 50% !important; }
  25% { background-position: 50% 0% !important; }
  50% { background-position: 100% 50% !important; }
  75% { background-position: 50% 100% !important; }
}

@keyframes navTelegramBorder {
  0%, 100% { 
    border-color: rgba(102, 126, 234, 0.6) !important;
    border-width: 2px !important;
  }
  50% { 
    border-color: rgba(102, 126, 234, 1) !important;
    border-width: 3px !important;
  }
}

/* 导航栏客服按钮主样式 */
.header-navbar .nav-telegram-btn {
  animation: navTelegramPulse 2s ease-in-out infinite, navTelegramGradientShift 4s ease-in-out infinite, navTelegramBorder 3s ease-in-out infinite !important;
  background: linear-gradient(135deg, #667eea, #764ba2, #667eea, #5a67d8) !important;
  background-size: 300% 300% !important;
}

.header-navbar .nav-telegram-btn .uil-telegram-alt {
  animation: navTelegramIconBounce 1.5s ease-in-out infinite !important;
}

/* 限制伪元素效果只作用于导航栏 */
.header-navbar .nav-telegram-btn::before {
  content: '' !important;
  position: absolute !important;
  top: -6px !important;
  left: -6px !important;
  right: -6px !important;
  bottom: -6px !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%) !important;
  background-size: 200% 200% !important;
  border-radius: 30px !important;
  z-index: -1 !important;
  opacity: 0.6 !important;
  animation: navTelegramGlow 4s ease-in-out infinite !important;
}

.header-navbar .nav-telegram-btn::after {
  content: '●' !important;
  position: absolute !important;
  top: -3px !important;
  right: -3px !important;
  width: 12px !important;
  height: 12px !important;
  background: #10b981 !important;
  border: 2px solid white !important;
  border-radius: 50% !important;
  font-size: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-weight: bold !important;
  animation: navTelegramOnlinePulse 2s infinite !important;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6) !important;
}

@keyframes navTelegramGlow {
  0%, 100% { 
    opacity: 0.4;
    transform: scale(1);
    background-position: 0% 50%;
  }
  50% { 
    opacity: 0.7;
    transform: scale(1.02);
    background-position: 100% 50%;
  }
}

@keyframes navTelegramOnlinePulse {
  0%, 100% { 
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  50% { 
    transform: scale(1.2) !important;
    opacity: 0.8 !important;
  }
}
.pay-type:hover {
    background-color: #fff;
    color: #000;
    border-color: #3688fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(54, 136, 252, 0.15);
}
.pay-type.active {
    background-color: #fff;
    color: #3688fc;
    border: 2px solid #3688fc;
    box-shadow: 0 4px 12px rgba(54, 136, 252, 0.2);
}

/* 移动端支付类型优化 */
@media screen and (max-width: 768px) {
    .pay-type {
        padding: 16px 12px;
        min-height: 70px;
        font-size: 14px;
        border-radius: 12px;
    }
    
    .pay-type img {
        max-height: 32px;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .pay-type {
        padding: 12px 8px;
        min-height: 60px;
        font-size: 13px;
    }
    
    .pay-type img {
        max-height: 28px;
    }
}
.buy-price {
    color: #ea5455;
}

/* ========== 传统主页移动端优化 ========== */
@media screen and (max-width: 768px) {
    /* 主页搜索和标题优化 */
    .page-title-box {
        padding: 16px 0;
        text-align: center;
    }
    
    .page-title-right {
        order: 1;
        margin-bottom: 16px;
    }
    
    .page-title {
        order: 2;
    }
    
    .page-title .btn {
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 8px;
    }
    
    /* 购买信息滚动条优化 */
    .purchase-info-container {
        margin: 16px 0;
        background: #f8f9fa;
        border-radius: 8px;
        padding: 12px;
        border: 1px solid #e9ecef;
    }
    
    .purchase-info div {
        font-size: 14px !important;
        color: #d73527 !important;
        text-align: center;
    }
    
    /* 公告区域优化 */
    .card {
        margin-bottom: 16px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border: 1px solid #e9ecef;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .header-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    
    .notice {
        font-size: 14px;
        line-height: 1.6;
        color: #6c757d;
    }
    
    /* 广告区域移动端优化 */
    .row .col-12 .card {
        margin: 0 12px 20px 12px;
    }
    
    /* 验证码广告区域特殊优化 */
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] {
        margin: 16px 12px 20px 12px !important;
        border-radius: 16px !important;
        overflow: hidden;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] .card-body {
        padding: 16px !important;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] a > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
        padding: 16px !important;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] a > div > div:first-child {
        order: 1;
        flex-shrink: 0;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] a > div > div:nth-child(2) {
        order: 2;
        text-align: center;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] a > div > div:last-child {
        order: 3;
        width: 100%;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] p {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] div[style*="margin-top: 18px"] {
        margin-top: 12px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        justify-content: center !important;
    }
    
    .row .col-12 .card[style*="border: 2px solid #1a73e8"] span[style*="padding: 6px 12px"] {
        font-size: 10px !important;
        padding: 4px 8px !important;
        border-radius: 12px !important;
    }
    
    /* 标签导航优化 */
    .nav-list {
        margin: 0 12px 20px 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 4px;
    }
    
    .nav-list::-webkit-scrollbar {
        display: none;
    }
    
    .tab-link {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 8px;
        margin-right: 8px;
    }
    
    /* 商品网格优化 */
    .hyper-wrapper {
        padding: 0 12px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .home-card {
        padding: 16px !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
        border: 1px solid #e9ecef !important;
        background: #fff !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 12px !important;
        transition: all 0.3s ease !important;
    }
    
    .home-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
    }
    
    .home-img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        flex-shrink: 0 !important;
    }
    
    .flex {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .name {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
        margin: 0 0 8px 0 !important;
        line-height: 1.4 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    
    .price {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }
    
    .price p {
        margin: 0 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #d73527 !important;
    }
    
    .price b {
        font-size: 18px !important;
    }
    
    .badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
        border-radius: 6px !important;
        margin-right: 6px !important;
        margin-bottom: 4px !important;
        display: inline-block !important;
    }
    
    .badge-outline-primary {
        background: rgba(54, 136, 252, 0.1) !important;
        color: #3688fc !important;
        border: 1px solid rgba(54, 136, 252, 0.3) !important;
    }
    
    .badge-outline-danger {
        background: rgba(215, 53, 39, 0.1) !important;
        color: #d73527 !important;
        border: 1px solid rgba(215, 53, 39, 0.3) !important;
    }
    
    .badge-success {
        background: rgba(40, 167, 69, 0.1) !important;
        color: #28a745 !important;
        border: 1px solid rgba(40, 167, 69, 0.3) !important;
    }
    
    /* 缺货标识优化 */
    .ribbon-two {
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        padding: 4px 8px !important;
        font-size: 10px !important;
        border-radius: 4px !important;
        background: #dc3545 !important;
        color: white !important;
    }
    
    .ribbon-box {
        position: relative !important;
    }
}

@media screen and (max-width: 480px) {
    .row .col-12 .card {
        margin: 0 8px 16px 8px;
    }
    
    .nav-list {
        margin: 0 8px 16px 8px;
    }
    
    .hyper-wrapper {
        padding: 0 8px !important;
        gap: 12px !important;
    }
    
    .home-card {
        padding: 12px !important;
        gap: 10px !important;
    }
    
    .home-img {
        width: 70px !important;
        height: 70px !important;
    }
    
    .name {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }
    
    .price p {
        font-size: 15px !important;
    }
    
    .price b {
        font-size: 16px !important;
    }
    
    .tab-link {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .purchase-info div {
        font-size: 12px !important;
    }
    
    .header-title {
        font-size: 15px;
    }
    
    .notice {
        font-size: 13px;
    }
}

/* Orderinfo Page */

.orderinfo-grid {
    display: grid;
    grid-template-columns: auto;
}
@media screen and (min-width: 767px) {
    .orderinfo-card-grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 12px;
    }
    .orderinfo-info {
        grid-column: span 2 / span 2;
    }
    .orderinfo-kami {
        grid-column: span 4 / span 4;
    }
}
@media screen and (max-width: 767px) {
    .orderinfo-info {
        display: grid;
        justify-content: center;
    }
}
.textarea-kami {
    min-height: calc(100% - 48px - 38px)
}
.kami-btn {
    margin-top: 6px;
    float: right;
}

/* 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;
}
body {
    /*background-image:url(https://file.olo4.com/images/rand/9.jpg) ;*/
    background-repeat:repeat;
    background-attachment:fixed;
    background-position:50% 50%;
}
.pay-type {
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    position: relative;
    padding: 6px 7px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pay-select {
    border: 2px solid #3369ff;
    background: #f8faff;
    color: #3369ff;
}
.tab-link {
    background-color: #fafbfe;
}
.stats-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 26px 28px 30px;
    margin-bottom: 24px;
}
.stats-icon {
    display: block;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(77,85,232,.09);
    /*background: var(--primary-light);*/
    color: #4d55e8;
    color: var(--primary);
    border-radius: 50%;
}
.stats-card i {
    font-size: 24px;
}
.stats-detail {
    margin-right: auto;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.stats-icon-user {
    background: rgba(7,187,7,.13);
    /*background: var(--success--light);*/
    color: #07bb07;
    color: var(--success);
}
.edu-badge, .malus-invite-tips {
    cursor: pointer;
}
.malus-invite-tips {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    background: var(--light);
    color: #868e96;
    color: var(--secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 8px 3px 16px;
    text-align: center;
    border-radius: 20px 0 0 0;
}
.stats-member h6 {
    margin-top: 3px!important;
    font-size: 16px;
}
.stats-icon-time {
    background: rgba(253,151,68,.19);
    /*background: var(--orange-light);*/
    color: #fd9644;
    color: var(--orange);
}
.vip-center .card-header .card-title {
    font-size: 16px;
    font-weight: 700;
}
.btn-pill {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media (min-width: 576px){
    .modal-sm {
        max-width: 600px !important;
    }
}
@media (max-width: 576px){
    .search-order {
        display: none;
    }
}
.order-table .table td {
    padding: 1.2rem 0 0 0 !important;
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}
.btn-outline-orange {
    background: rgba(7,187,7,.13);
    border: 1px solid var(--success);
    color: #07bb07;
    color: var(--success);
    background: none;
}
.overview {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.overview .card-title {
    font-size: 16px;
    font-weight: 600;
}
.affiliate-overview {
    align-items: center;
    display: flex;
    padding: 24px 24px 24px 48px;
}
.affiliate-overview .card {
    margin-right: 8px;
    height: 88px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: 260px;
    box-shadow: none;
}

.affiliate-show-withdrowal-btn {
    margin: 0 12px 0 auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 56px;
    position: relative;
}
.bg-success {
    background-color: rgba(7,187,7,.13)!important;
    background-color: var(--success--light)!important;
}
.stamp {
    color: #fff;
    background: #868e96;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    height: 48px;
    border-radius: 6px;
    margin-right: 24px!important;
}
@media (max-width: 768px){
    .affiliate-overview {
        align-items: flex-start;
        padding: 24px;
    }
    .affiliate-overview .card {
        margin-right: 0;
    }
    .affiliate-link, .affiliate-overview {
        flex-direction: column;
    }
    .affiliate-show-withdrowal-btn {
        margin-top: 24px;
        width: 100%;
    }
}
.stamp-md {
    line-height: 2.5rem;
}
.affiliate-overview .h4 {
    font-size: 26px;
}
.bg-success {
    background-color: rgba(7,187,7,.13)!important;
    /*background-color: var(--success--light)!important;*/
}
.bg-success i {
    color: #07bb07;
    color: var(--success);
}
.stamp i {
    font-size: 24px;
}
.contact {
    min-height: 136px;
}
.bg-red {
    background: rgba(235,87,87,.17)!important;
}
.bg-red i {
    color: #eb5757;
}
.invite-card .card-title {
    font-size: 16px;
    font-weight: 700;
}
.malus-share .list {
    padding-left: 18px;
    font-size: 14px;
}
.invite-table .table th {
    vertical-align: middle;
    line-height: 1;
}
.invite-table .table th {
    vertical-align: center !important;
    border-top: 1px solid #f3f3f3;
}
.withdrowal-setting .account-info {
    margin-bottom: 24px;
}
.withdrowal-setting .account-info .payment-type {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.withdrowal-setting .account-info .payment-type div.active {
    border: 1px solid #4d55e8;
}
.withdrowal-setting .account-info .payment-type div {
    cursor: pointer;
    width: 162px;
    height: 42px;
    background: #fff;
    border: 1px solid #e8e7f8;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.withdrowal-setting .account-info .payment-type div svg {
    margin-right: 8px;
}
.withdrowal-setting .account-info .account {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.withdrowal-setting .account-info .account .form-wrapper.account-name {
    width: 340px;
    margin-right: 16px;
}
.withdrowal-setting .account-info .account .form-wrapper .label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
.withdrowal-setting .account-info .account .form-wrapper.account-name input {
    width: 100%;
}
.withdrowal-setting .account-info .account .form-wrapper input {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #7b7b7b;
    margin-right: 16px;
    padding: 0 12px;
    height: 46px;
    margin-bottom: 16px;
}
.withdrowal-setting .desc {
    margin-top: 18px;
    position: relative;
}
.withdrowal-setting .desc h4 {
    margin-bottom: 24px;
}
.withdrowal-setting .desc li {
    list-style: none;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #666;
    flex: none;
    order: 0;
    align-self: flex-start;
    margin-top: 12px;
}
.withdrowal-setting .desc button {
    margin-top: 42px;
    border-radius: 4px;
    width: 212px;
    height: 47px;
    float: right;
}
.invite-table .show-address {
    max-width: 180px;
}
.choose-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}
.choose-tag .tag.active {
    border-color: #4d55e8;
    color: #4d55e8;
}
.choose-tag .tag {
    font-size: 15px;
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    font-weight: 400;
    background: none;
    color: #333;
    position: relative;
    padding: 4px 8px;
    min-width: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.choose-tag .tag .discount-tag {
    color: #fff;
    background: #ff4243;
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 4px;
    transform: scale(.9);
    margin-top: -1px;
}
.body-dark {
    background: #18191a !important;
}
.header-dark {
    background-color: #383838 !important;
}
.card-dark {
    background-color: #383838 !important;
}
.tab-link-dark {
    background-color: #383838 !important;
}
.home-card-dark {
    background-color: #383838 !important;
}
.form-control-dark {
    background-color: #383838 !important;
}
.card-header-dark {
    background-color: #383838 !important;
}
.modal-content-dark {
    background-color: #383838 !important;
}
.name-dark {
    color: #d2d2d2 !important;
}
