@charset "UTF-8";
/*
 * 内联样式整理文件
 * 包含从模板文件中提取的内联样式
 * 创建日期: 2025年11月5日
 */

/* ===== 税务相关样式 ===== */
.tax .tax_tx, 
.tbx .tbx_tx {
    font-size: 0.75rem;
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #F2F2F5;
    border-left: 1px solid #F2F2F5;
}

/* ===== 广告赞助卡片样式 ===== */
.sponsor-card {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px -1px #455a644d;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 24px auto;
    max-width: 1200px;
    padding: 6px;
    position: relative;
}

.sponsor-items {
    height: 50px;
    position: relative;
}

.sponsor-items a {
    position: relative;
}

.sponsor-items a,
.sponsor-items img {
    display: block;
    height: 100%;
    width: 100%;
}

.sponsor-items img {
    cursor: pointer;
    transition: all .3s ease;
}

.sponsor-items img:hover {
    opacity: .8;
}

.ad-label {
    background-color: #0000001a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    padding: 1px 3px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
}

.full {
    flex: 0 0 100%;
}

.half-row {
    flex: 0 0 calc(50% - 3px);
}

/* ===== 背景图片样式类 ===== */
.sax_a1,
.sax_a2,
.sax_a3,
.sax_a4,
.sax_a5,
.sax_a6,
.sax_a7,
.sax_a8,
.sax_a9 {
    background: url() no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ===== 内联样式转换的类 ===== */
.dropdown-modal-hidden {
    display: none;
}

.user-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.auth-separator {
    margin: 0 4px;
}

.status-dot-delay-1 {
    animation-delay: 0.5s;
}

.status-dot-delay-2 {
    animation-delay: 1s;
}

.background-image-dynamic {
    background-image: var(--bg-image);
}

/* ===== Footer 样式 ===== */
.footer-container {
    height: 300px;
    margin-top: 44px;
    background-color: #f8f8f8;
    padding: 0px 120px;
    box-sizing: border-box;
}

.footer-container .footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content>div:nth-child(1) {
    height: 220px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
}

.footer-container .footer-menu a {
    display: block;
    margin-bottom: 7px;
    color: #888;
    font-size: 12px;
    text-decoration: none;
}

.footer-container .divider {
    width: 1px;
    height: 120px;
    background-color: #d9d9d9;
    margin-right: 160px;
}

.footer-container .menu-title {
    color: #444;
    font-size: 14px;
    margin-bottom: 20px;
}

.site-message {
    padding-top: 20px;
}

.site-message>.copyright {
    color: #444;
    font-size: 12px;
    margin-bottom: 10px;
}

.site-message>.message-content {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 12px;
}

.site-message>.message-content div {
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-right: 16px;
    box-sizing: border-box;
    margin-right: 12px;
}

.site-message>.message-content a {
    color: #888;
    text-decoration: none;
}

.site-message>.message-content div:last-child {
    border-right: 0px;
}

.weixin_text {
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.ercode_box {
    width: 120px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    background: white;
    box-sizing: border-box;
}

.ercode {
    width: 100%;
    height: auto;
    display: block;
}