@charset "utf-8";

.sub-btn-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 18.75rem;
    height: auto;
    min-height: 4rem;
    padding: 0.9375rem 1.25rem;
    border-radius: 0.25rem;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #873228;
    border: 0.0625rem solid #5a1d16;
    box-shadow:
        inset 0 0.0625rem 0 rgba(255,255,255,0.1),
        0 0.25rem 0.5rem rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.sub-btn-down a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f5e6c8;
    font-size: 2rem;
    text-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.5);
    text-decoration: none;
    z-index: 2;
    position: relative;
}

.sub-btn-down .download-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.625rem;
    transform: translateY(0.2rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f5e6c8'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.sub-btn-down:hover {
    filter: brightness(1.15);
    transform: translateY(-0.0625rem);
    box-shadow: 
        inset 0 0.0625rem 0 rgba(255,255,255,0.15),
        0 0.375rem 0.75rem rgba(0,0,0,0.5);
}

.sub-btn-down:active,
.sub-btn-down a:active {
    filter: brightness(0.95);
    transform: translateY(0.0625rem);
}

.sub-btn-down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
}

.sub-btn-down:active::after {
    opacity: 1;
}

.sub-btn-down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/noise-texture.jpg) repeat left top;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.sub-btn-down a:hover,
.sub-btn-down a:active {
    background-image: none;
}

.idx-down {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    background-color: #daa64a;
    font: 1.125rem/1 "微软雅黑";
    color: #7a4e00;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.idx-down:hover {
    background-color: #efca8a;
}

.idx-down em {
    margin-right: 0.375rem;
}

.sub-ico {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-ico-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a4e00'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z'/%3E%3C/svg%3E");
}

.sub-ico-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a4e00'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
}

.sub-ico-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a4e00'%3E%3Cpath d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z'/%3E%3C/svg%3E");
}

.sub-ico-4 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a4e00'%3E%3Cpath d='M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z'/%3E%3C/svg%3E");
}

.silder-box .number span {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.silder-box .number span:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.silder-box .number .active {
    background-color: #daa64a;
    transform: scale(1.2);
}

.img-blank {
    display: block;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
    transition: all 0.3s ease-in;
}

.idx-news li {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.3125rem;
    overflow: hidden;
}

.idx-news li a {
    float: left;
    width: 80%;
    font-size: 0.75rem;
    color: #8b816d;
    overflow: hidden;
    height: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idx-news li a:hover {
    color: #f40;
}

.idx-news li span {
    float: right;
    line-height: 1.5rem;
    font-size: 0.75rem;
    color: #8b816d;
    text-align: center;
}

.hd .more {
    position: absolute;
    top: 0.875rem;
    right: 0.3125rem;
    font-size: 0.75rem;
    color: #c9b075;
    font-family: "verdana";
}

.hd .more:hover {
    color: #f40;
}

#top {
    position: fixed;
    right: 1rem;
    top: 5.625rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#top .top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 4.5rem;
    padding: 0.75rem 0.5rem;
    background: rgba(30, 30, 30, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0.75rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0.5rem 1.5rem rgba(0, 0, 0, 0.3),
        inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
}

#top .top-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
    border-radius: 0.75rem 0.75rem 0 0;
    pointer-events: none;
}

#top .top-item:hover {
    background: rgba(50, 50, 50, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-color: rgba(218, 166, 74, 0.5);
    transform: translateX(-0.25rem) scale(1.02);
    box-shadow:
        0 0.75rem 2rem rgba(0, 0, 0, 0.4),
        0 0 1.5rem rgba(218, 166, 74, 0.2),
        inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15);
}

#top .top-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #c2a971;
    transition: color 0.3s ease;
}

#top .top-item:hover .top-icon {
    color: #daa64a;
}

#top .top-text {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #c2a971;
    font-family: "微软雅黑", sans-serif;
    transition: color 0.3s ease;
}

#top .top-item:hover .top-text {
    color: #daa64a;
}

#top .top-back {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
}

#top .top-back.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 48rem) and (max-width: 74.9375rem) {
    #top {
        right: 0.5rem;
        top: 5rem;
        gap: 0.5rem;
    }
    
    #top .top-item {
        width: 3.75rem;
        padding: 0.625rem 0.375rem;
    }
    
    #top .top-icon {
        width: 1.25rem;
        height: 1.25rem;
    }
    
    #top .top-text {
        font-size: 0.625rem;
    }
}

@media (max-width: 47.9375rem) {
    #top {
        right: 0.25rem;
        top: 4.375rem;
        gap: 0.375rem;
    }
    
    #top .top-item {
        width: 3rem;
        padding: 0.5rem 0.25rem;
    }
    
    #top .top-icon {
        width: 1rem;
        height: 1rem;
    }
    
    #top .top-text {
        font-size: 0.5rem;
        margin-top: 0.25rem;
    }
}

@media (max-width: 22.5rem) {
    #top {
        display: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    #top .top-item {
        width: 5rem;
        padding: 1rem 0.5rem;
    }
    
    #top .top-icon {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    #top .top-text {
        font-size: 0.875rem;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999999;
}

.modal-container {
    width: 100%;
    max-width: 48rem;
    max-height: 85vh;
    background: rgba(25, 25, 30, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 1.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 1.5rem 4rem rgba(0, 0, 0, 0.5),
        inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: scale(0.9) translateY(1.25rem);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.modal-overlay.active .modal-container {
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.modal-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f5e6c8;
    font-family: "微软雅黑", sans-serif;
}

.modal-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #daa64a;
}

.modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-close svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #8a8a8a;
    transition: color 0.2s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.modal-close:hover svg {
    color: #fff;
}

.modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    color: #c9c9c9;
    font-size: 0.9375rem;
    line-height: 1.8;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.modal-body::-webkit-scrollbar {
    width: 0.375rem;
}

.modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.1875rem;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(218, 166, 74, 0.4);
    border-radius: 0.1875rem;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(218, 166, 74, 0.6);
}

.statement-notice {
    background: linear-gradient(135deg, rgba(218, 166, 74, 0.15) 0%, rgba(135, 50, 40, 0.15) 100%);
    border: 0.0625rem solid rgba(218, 166, 74, 0.3);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.statement-notice strong {
    display: block;
    color: #daa64a;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.statement-notice p {
    margin: 0;
    color: #e0d5c0;
}

.statement-section {
    margin-bottom: 1.5rem;
}

.statement-section h3 {
    color: #daa64a;
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid rgba(218, 166, 74, 0.2);
}

.statement-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.statement-section li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.statement-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.375rem;
    height: 0.375rem;
    background: #daa64a;
    border-radius: 50%;
}

.statement-section li strong {
    color: #f5e6c8;
}

.statement-section p {
    margin: 0.5rem 0;
    padding-left: 0;
}

.statement-section em {
    color: #ec4899;
    font-style: normal;
}

.contact-info {
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.contact-info a {
    color: #daa64a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info a:hover {
    color: #f5e6c8;
    text-decoration: underline;
}

.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    justify-content: center;
}

.modal-btn {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "微软雅黑", sans-serif;
}

.modal-btn-primary {
    background: linear-gradient(135deg, #daa64a 0%, #873228 100%);
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(218, 166, 74, 0.3);
}

.modal-btn-primary:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.375rem 1rem rgba(218, 166, 74, 0.4);
}

.modal-btn-primary:active {
    transform: translateY(0);
}

@media (max-width: 47.9375rem) {
    .modal-overlay {
        padding: 0.625rem;
    }
    
    .modal-container {
        max-height: 90vh;
        border-radius: 1rem;
    }
    
    .modal-header {
        padding: 1rem 1.25rem;
    }
    
    .modal-title {
        font-size: 1.0625rem;
    }
    
    .modal-body {
        padding: 1rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .statement-section h3 {
        font-size: 0.9375rem;
    }
    
    .modal-footer {
        padding: 0.75rem 1.25rem;
    }
    
    .modal-btn {
        padding: 0.625rem 2rem;
        font-size: 0.9375rem;
    }
}

.download-modal-container {
    max-width: 32rem;
}

.download-tabs {
    margin-bottom: 1.5rem;
}

.tabs-wrapper {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 0.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
}

.tab-slider {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: calc(33.333% - 0.25rem);
    height: calc(100% - 0.5rem);
    background: linear-gradient(135deg, #daa64a 0%, #873228 100%);
    border-radius: 0.625rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0.125rem 0.5rem rgba(218, 166, 74, 0.3);
    z-index: 1;
}

.tab-slider.position-1 {
    transform: translateX(100%);
}

.tab-slider.position-2 {
    transform: translateX(200%);
}

.download-tab {
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    color: #8a8a8a;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: "微软雅黑", sans-serif;
    cursor: pointer;
    transition: color 0.3s ease;
    border-radius: 0.625rem;
}

.download-tab.active {
    color: #fff;
    text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.3);
}

.download-tab:hover:not(.active) {
    color: #c9c9c9;
}

.download-content {
    position: relative;
    min-height: 18rem;
}

.download-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(1.25rem);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.download-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.modal-overlay.active .download-panel.active {
    position: relative;
}

.download-icon-wrapper {
    width: 12rem;
    height: 12rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(218, 166, 74, 0.15) 0%, rgba(135, 50, 40, 0.15) 100%);
    border-radius: 1rem;
    border: 0.0625rem solid rgba(218, 166, 74, 0.3);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.download-icon {
    width: 10.5rem;
    height: 10.5rem;
    object-fit: contain;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.3));
}

.download-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f5e6c8;
    font-family: "微软雅黑", sans-serif;
}

.download-intro {
    margin: 0 0 1.5rem 0;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #a0a0a0;
    max-width: 26rem;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 2.5rem;
    background: linear-gradient(135deg, #daa64a 0%, #873228 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: "微软雅黑", sans-serif;
    text-decoration: none;
    border-radius: 0.75rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0.25rem 0.75rem rgba(218, 166, 74, 0.3),
        inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.download-btn:hover {
    transform: translateY(-0.125rem);
    box-shadow:
        0 0.375rem 1rem rgba(218, 166, 74, 0.4),
        inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2);
    filter: brightness(1.1);
}

.download-btn:active {
    transform: translateY(0);
    filter: brightness(0.95);
}

.download-btn .btn-icon {
    width: 1.25rem;
    height: 1.25rem;
}

@media (max-width: 47.9375rem) {
    .download-modal-container {
        max-width: 100%;
    }
    
    .tabs-wrapper {
        padding: 0.1875rem;
    }
    
    .download-tab {
        padding: 0.625rem 0.5rem;
        font-size: 0.8125rem;
    }
    
    .download-icon-wrapper {
        width: 10rem;
        height: 10rem;
    }
    
    .download-icon {
        width: 9rem;
        height: 9rem;
    }
    
    .download-title {
        font-size: 1.0625rem;
    }
    
    .download-intro {
        font-size: 0.8125rem;
    }
    
    .download-btn {
        padding: 0.75rem 2rem;
        font-size: 0.9375rem;
    }
}

@media (max-width: 22.5rem) {
    .download-tab {
        font-size: 0.75rem;
        padding: 0.5rem 0.375rem;
    }
}
