    *{margin:0;padding:0;box-sizing:border-box;font-family:"Microsoft Yahei",sans-serif;}
        body{color:#333;background:#f8f9fa;line-height:1.7;}
        .container{max-width:1200px;margin:0 auto;padding:0 20px;}

        /* ===================== 最顶部顶栏 body-top 浮动布局 ===================== */
        #header.body-top{
            background:#f4f4f4;
            border-bottom:1px solid #eee;
            font-size:12px;
            line-height:35px;
            color:#666;
        }
        #header.body-top .contain{
            max-width:1200px;
            margin:0 auto;
            padding:0 20px;
        }
        /* 清除浮动 */
        .clearfix::after{content:"";display:block;clear:both;visibility:hidden;height:0;}
        .fr{float:right !important;}
        .fl{float:left !important;}

        .padd-r20{padding-right:20px;}
        .co6{color:#666;}
        .f12{font-size:12px;}
        .text-danger{color:#d93025;}
        .lh35{line-height:35px;}
        .body-top a{text-decoration:none;}
        .body-top a:hover{text-decoration:underline;}

        /* 移动端隐藏投诉邮箱 */
        .mobile-hide{display:block;}

        header{background:#165DFF;color:#fff;padding:16px 0;}
        .header-wrap{display:flex;justify-content:space-between;align-items:center;position:relative;}
        .logo{font-size:24px;font-weight:bold;}

        /* 桌面导航 */
        .main-nav{display:flex;align-items:center;}
        .main-nav a{color:#fff;text-decoration:none;margin-left:24px;font-size:16px;}
        .main-nav a:hover{text-decoration:underline;}

        /* 汉堡按钮 移动端默认显示，桌面隐藏 */
        .hamburger{display:none;font-size:28px;background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;}

        /* 移动端下拉菜单 */
        .mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#165DFF;padding:12px 20px;z-index:999;box-shadow:0 4px 8px rgba(0,0,0,0.15);}
        .mobile-menu a{display:block;color:#fff;text-decoration:none;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.15);font-size:16px;}
        .mobile-menu a:last-child{border-bottom:none;}
        .mobile-menu.show{display:block;}

        /* 首屏banner */
        .banner{background:#fff;padding:60px 0;text-align:center;}
        h1{font-size:36px;color:#1a1a1a;margin-bottom:20px;}
        .banner-desc{font-size:18px;color:#555;max-width:900px;margin:0 auto 30px;}
        .model-tag{display:inline-block;background:#e8f0ff;color:#165DFF;padding:8px 16px;border-radius:30px;margin:6px;font-size:15px;}
        .btn{display:inline-block;background:#165DFF;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:17px;margin-top:15px;}
        .btn:hover{background:#0e4bdb;}
        /* 业务板块 */
        .section{padding:60px 0;background:#fff;margin-top:20px;}
        h2{font-size:28px;text-align:center;margin-bottom:40px;color:#222;}
        .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
        .card{background:#f7f9ff;padding:28px;border-radius:10px;}
        .card h3{font-size:20px;margin-bottom:12px;color:#165DFF;}
        /* 优势区域 */
        .advantage{background:#f0f5ff;padding:60px 0;margin-top:20px;}
        /* GEO本地板块 */
        .geo-block{padding:40px 0;background:#fff;margin-top:20px;text-align:center;}
        /* 底部 */
        footer{background:#222;color:#aaa;padding:30px 0;margin-top:30px;text-align:center;font-size:14px;}


		
		
		 /* ===================== 登录表单 ===================== */
        .login-wrap{
            min-height:calc(100vh - 220px);
            display:flex;
            align-items:center;
            justify-content:center;
            padding:40px 20px;
        }
        .login-box{
            width:100%;
            max-width:400px;
            background:#fff;
            border-radius:8px;
            box-shadow:0 2px 12px rgba(0,0,0,0.1);
            padding:35px 30px;
        }
        .login-box h2{
            text-align:center;
            margin-bottom:28px;
            font-size:22px;
            color:#333;
        }

        .text{
            width:100%;
            height:42px;
            border:1px solid #ccc;
            border-radius:4px;
            padding:0 12px;
            font-size:14px;
        }
        .text1,.text2{
            margin-bottom:16px;
        }

        /* --------关键：验证码那一行p标签使用flex垂直居中，HTML结构不动-------- */
        .login-box p:nth-child(3){
            display:flex !important;
            align-items:center !important;
            gap:8px;
            margin-bottom:16px;
        }
        .text3{
            flex:1;
            width:auto !important;
            margin-right:0 !important;
        }

        .login-box p{
            margin-bottom:16px;
        }
        .button{
            width:48%;
            height:44px;
            border:none;
            border-radius:4px;
            font-size:15px;
            cursor:pointer;
        }
        .btn1{
            background:#165DFF;
            color:#fff;
            float:left;
        }
        .btn2{
            background:#eeeeee;
            color:#333;
            float:right;
        }
		
		
        /* ===================== 注册页面主体样式 ===================== */
        .enroll{
            max-width:980px;
            margin:40px auto;
            background:#fff;
            border-radius:8px;
            box-shadow:0 2px 12px rgba(0,0,0,0.1);
            padding:30px;
        }
        .en01{
            margin-bottom:24px;
            padding-bottom:16px;
            border-bottom:1px solid #eee;
        }
        .en01 .head{
            margin-bottom:12px;
        }
        .en01 .head strong{
            font-size:14px;
        }
        .sub,.sub01{
            border:1px solid #165DFF;
            background:#165DFF;
            color:#fff;
            padding:2px 10px;
            margin:0 6px;
            cursor:pointer;
        }
        .en01 p{
            font-size:14px;
            margin:6px 0;
            color:#666;
        }
        .en01 p.sec{
            color:#f56c6c;
        }

        .en02 ul{
            list-style:none;
        }
        .en02 ul>li{
            margin-bottom:26px;
        }
        .en02 .hd{
            font-size:16px;
            font-weight:bold;
            padding:8px 10px;
            background:#f5f7fa;
            border-left:4px solid #165DFF;
            margin-bottom:14px;
        }
        .en02 dl dd{
            margin-bottom:14px;
            display:flex;
            align-items:center;
            flex-wrap:wrap;
        }
        .en02 dl dd label{
            width:110px;
            text-align:right;
            padding-right:12px;
            font-size:14px;
        }
        .en02 dl dd .text{
            flex:1;
            min-width:220px;
            height:42px;
            border:1px solid #ccc;
            border-radius:4px;
            padding:0 12px;
            font-size:14px;
        }
        .Validform_checktip{
            width:50%;
            padding-left:112px;
            font-size:12px;
            color:#999;
            margin-top:2px;
        }

        /* 验证码行flex垂直对齐，和登录页方案一致 */
        .yzm-row{
            display:flex !important;
            align-items:center !important;
            gap:8px;
            flex:1;
            min-width:220px;
        }
        .yzm-row .text{
            flex:1;
            min-width:140px;
        }
        .yzm{
            padding:1px 0;
            line-height:0;
        }
        .yzm img{
            display:block;
            cursor:pointer;
        }

        .agree{
            margin-top:10px;
            cursor:pointer;
        }

        /* 用户协议区域 */
        .en03{
            margin-top:30px;
            max-height:420px;
            overflow-y:auto;
            border:1px solid #ddd;
            padding:16px;
            font-size:13px;
            color:#444;
            background:#fafafa;
        }
        .en03 p{
            margin:8px 0;
        }		
		em {
			font-style: normal;
		}
		
        /* ===================== 联系我们主体样式 ===================== */
        .body-wrap {
            max-width:1200px;
            margin:30px auto 60px auto;
            min-height:520px;
            display: flex;
            gap:30px;
            padding:0 20px;
        }
        .body-wrap .left {
            width:220px;
            flex-shrink: 0;
        }
        .body-wrap .left ul {
            background:#fff;
            border:1px solid #e5e5e5;
            margin:0;
            padding:0;
            list-style:none;
        }
        .body-wrap .left ul li {
            line-height:44px;
            border-bottom:1px solid #e5e5e5;
        }
        .body-wrap .left ul li:last-child{
            border-bottom:none;
        }
        .body-wrap .left ul li a {
            display:block;
            padding:0 20px;
            color:#333;
            text-decoration:none;
        }
        .body-wrap .left ul li.cur a {
            background:#f5f7fa;
            color:#165DFF;
        }
        .body-wrap .left ul li a:hover {
            background:#f5f7fa;
        }

        .body-wrap .right {
            flex:1;
            background:#fff;
            border:1px solid #e5e5e5;
            padding:25px 30px;
        }
        .body-wrap .right .hd h3 {
            font-size:18px;
            color:#333;
            padding-bottom:12px;
            border-bottom:1px solid #eee;
            margin:0;
        }
        .body-wrap .right .bd {
            margin-top:24px;
            font-size:15px;
            color:#444;
        }
        /* 联系卡片美化 */
        .contact-card{
            background:#f7f9ff;
            border-radius:8px;
            padding:24px;
            margin-bottom:30px;
        }
        .contact-card p{
            line-height:2.4;
            font-size:15px;
        }
        .tip-block{
            padding:20px;
            background:#fafafa;
            border-left:4px solid #165DFF;
        }	
		
		
		
		
        /* ---------------- 移动端媒体查询 ---------------- */
        @media (max-width:768px){
            .main-nav{display:none;}
            .hamburger{display:block;}

            /* 手机端取消浮动 */
            #header.body-top .fl,
            #header.body-top .fr{display:inline-block;}
            #header.body-top .contain{text-align:center;}

            /* 移动端隐藏投诉邮箱 */
            .mobile-hide{display:none !important;}

            h1{font-size:26px;}
            .banner{padding:35px 0;}
            .banner-desc{font-size:16px;}
            h2{font-size:22px;}
            .section,.advantage{padding:35px 0;}
			
			
            .enroll{
                margin:20px 12px;
                padding:20px 16px;
            }
            .en02 dl dd{
                display:block;
            }
            .en02 dl dd label{
                width:auto;
                text-align:left;
                display:block;
                margin-bottom:4px;
                padding-right:0;
            }
            .Validform_checktip{
                padding-left:0;
            }
			.en02 dl dd label {
				text-align: left !important;
			}
			.Validform_checktip{
				width:100%;
			}
            .body-wrap {
                width:auto;
                margin:15px auto 40px auto;
                min-height:auto;
                padding:0 15px;
                flex-direction: column;
                gap:15px;
            }
            .body-wrap .left {
                width:100%;
            }
            .body-wrap .left ul {
                display:flex;
                flex-wrap:wrap;
            }
            .body-wrap .left ul li {
                border-bottom:none;
                border-right:1px solid #e5e5e5;
                flex:1;
                text-align:center;
            }
            .body-wrap .left ul li:last-child{
                border-right:none;
            }
            .body-wrap .right {
                padding:18px;
            }

			.body-wrap .left ul li a {
				 padding: 0px;
			}
			
        }
		
		
		
.publicinfo-box {
    max-width: 1200px;
    margin: 0 auto;
}		
		
/* 表格自适应 */
.tablebox{overflow-x:auto;margin:15px 0;}
.billing-table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
    font-size:14px;
}
.billing-table thead td{
    background:#f0f5fa;
    font-weight:bold;
    padding:10px 5px;
    text-align:center;
    border:1px solid #ddd;
}
.billing-table tbody td{
    padding:8px 5px;
    text-align:center;
    border:1px solid #ddd;
}
.billing-table tbody tr:nth-child(even){background:#fafafa;}
.billing-table a{color:#165DFF;text-decoration:none;}
.billing-table a:hover{text-decoration:underline;}
.billing-table img{vertical-align:middle;}


/* 搜索框 */
.large-search-box{display:flex;justify-content:center;margin:20px 0;}
.large-search-con{display:flex;width:100%;max-width:500px;}
.input-large-search{
    flex:1;
    height:40px;
    border:1px solid #ccc;
    border-radius:4px 0 0 4px;
    padding:0 12px;
    font-size:14px;
    outline:none;
}
.input-large-search:focus{border-color:#165DFF;}
.btn-large-search{
    height:40px;
    padding:0 20px;
    background:#165DFF;
    color:#fff;
    border:none;
    border-radius:0 4px 4px 0;
    cursor:pointer;
    font-size:14px;
}
.btn-large-search:hover{background:#0f4bc0;}	



/* ===== 筛选条件样式 ===== */
.search-condition {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 4px 0 2px 0;
    margin: 16px 0 10px 0;
}
.search-condition ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-condition > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 18px;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.15s;
    min-height: 48px;
}
.search-condition > ul > li:last-child {
    border-bottom: none;
}
.search-condition > ul > li:hover {
    background: #fafbfc;
}

/* 左侧标题 */
.search-condition .list-left {
    width: 88px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: right;
    padding-right: 16px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

/* 右侧内容 — 所有标签放在同一个 flex 容器中 */
.search-condition .list-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 6px;
    min-height: 36px;
    padding: 2px 0;
}

/* 所有标签统一样式（包括“不限”） */
.search-condition .list-right a {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    background: #f5f7fa;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e8ecf1;
    line-height: 1.5;
    white-space: nowrap;
}
.search-condition .list-right a:hover {
    background: #e8edf5;
    border-color: #c8d0dd;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.search-condition .list-right a.active {
    background: #165DFF;
    color: #fff;
    border-color: #165DFF;
    box-shadow: 0 2px 10px rgba(22, 93, 255, 0.30);
    transform: translateY(-1px);
}
.search-condition .list-right a.active:hover {
    background: #0f4bc0;
    box-shadow: 0 4px 14px rgba(22, 93, 255, 0.35);
}

/* “不限”按钮特殊强调（可选） */
.search-condition .list-right a.beginning {
    background: #eef2f7;
    font-weight: 500;
}
.search-condition .list-right a.beginning.active,
.search-condition .list-right a.beginning:hover {
    background: #165DFF;
    color: #fff;
    border-color: #165DFF;
}

/* ===== 高级查询区域 ===== */
#advSearch {
    transition: all 0.25s ease;
}
#advSearch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#advSearch ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 18px 10px 18px;
    border-bottom: 1px solid #f0f2f5;
    min-height: 44px;
}
#advSearch ul li:last-child {
    border-bottom: none;
}
#advSearch ul li .list-left {
    width: 88px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: right;
    padding-right: 16px;
    line-height: 1.4;
}
#advSearch ul li .list-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 6px;
    min-height: 36px;
    padding: 2px 0;
}
/* 高级查询区域的标签样式继承上面统一 a 样式 */
#advSearch ul li .list-right a {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    background: #f5f7fa;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e8ecf1;
    line-height: 1.5;
    white-space: nowrap;
}
#advSearch ul li .list-right a:hover {
    background: #e8edf5;
    border-color: #c8d0dd;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
#advSearch ul li .list-right a.active {
    background: #165DFF;
    color: #fff;
    border-color: #165DFF;
    box-shadow: 0 2px 10px rgba(22, 93, 255, 0.30);
    transform: translateY(-1px);
}
#advSearch ul li .list-right a.active:hover {
    background: #0f4bc0;
    box-shadow: 0 4px 14px rgba(22, 93, 255, 0.35);
}
#advSearch ul li .list-right a.beginning {
    background: #eef2f7;
    font-weight: 500;
}
#advSearch ul li .list-right a.beginning.active,
#advSearch ul li .list-right a.beginning:hover {
    background: #165DFF;
    color: #fff;
    border-color: #165DFF;
}

/* ===== 高级查询切换按钮 ===== */
.search-condition .advanced-search {
    text-align: center;
    padding: 10px 0 12px 0;
    border-top: 1px solid #f0f2f5;
    margin: 0 18px;
}
.search-condition .advanced-search a {
    display: inline-block;
    padding: 6px 28px;
    background: #f5f7fa;
    border-radius: 30px;
    font-size: 13px;
    color: #165DFF;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    border: 1px solid #e8ecf1;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.search-condition .advanced-search a:hover {
    background: #165DFF;
    color: #fff;
    border-color: #165DFF;
    box-shadow: 0 2px 12px rgba(22, 93, 255, 0.25);
    transform: translateY(-1px);
}
.search-condition .advanced-search a .icon-magnifier {
    margin-right: 6px;
}
.search-condition .advanced-search a .icon-down::after {
    content: ' ▾';
    font-size: 11px;
}
.search-condition .advanced-search a .icon-up::after {
    content: ' ▴';
    font-size: 11px;
}

/* ===== 响应式适配 ===== */
@media (max-width: 768px) {
    .search-condition > ul > li {
        padding: 8px 12px;
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }
    .search-condition .list-left {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-bottom: 4px;
        font-size: 13px;
    }
    .search-condition .list-right {
        min-height: auto;
        padding: 0;
    }
    .search-condition .list-right a {
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 16px;
    }
    .search-condition .advanced-search {
        margin: 0 10px;
        padding: 8px 0 10px 0;
    }
    .search-condition .advanced-search a {
        font-size: 12px;
        padding: 5px 20px;
    }
    #advSearch ul li {
        padding: 4px 12px 8px 12px;
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }
    #advSearch ul li .list-left {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-bottom: 2px;
        font-size: 13px;
    }
    #advSearch ul li .list-right {
        min-height: auto;
    }
    #advSearch ul li .list-right a {
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 16px;
    }
}
@media (max-width: 480px) {
    .search-condition > ul > li {
        padding: 6px 10px;
    }
    .search-condition .list-right a,
    #advSearch ul li .list-right a {
        font-size: 11px;
        padding: 2px 8px;
        border-radius: 14px;
    }
    .search-condition .list-left {
        font-size: 12px;
    }
}



/* 1. 让外层 text-block 使用 flex 布局，使左侧标题和右侧内容水平排列 */
.search-condition .text-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 0;
}

/* 2. 左侧标题垂直居中 */
.search-condition .list-left {
    display: flex;
    align-items: center;
    min-height: 38px;
    height: auto;
    line-height: 1.4;
    flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* 3. 右侧容器：让 beginning 和 text-block 水平排列 */
.search-condition .list-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 6px;
    flex: 1;
    min-height: 38px;
    padding: 2px 0;
}

/* 4. beginning 和 text-block 都变成行内弹性盒子，不独占一行 */
.search-condition .list-right .beginning,
.search-condition .list-right .text-block {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 6px;
    flex: 0 0 auto;
}

/* 5. 确保 p 标签也弹性排列 */
.search-condition .list-right .text-block p {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 6px;
    margin: 0;
}

/* 6. 所有标签统一样式（您已有的样式保持不变，这里确保一致性） */
.search-condition .list-right a {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    background: #f5f7fa;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e8ecf1;
    line-height: 1.5;
    white-space: nowrap;
}

/* 7. 去除悬停上浮，防止打破对齐 */
.search-condition .list-right a:hover {
    transform: translateY(0);
}
.search-condition .list-right a.active {
    transform: translateY(0);
}

/* ===== 高级查询区域同样处理 ===== */
#advSearch .list-left {
    display: flex;
    align-items: center;
    min-height: 38px;
    line-height: 1.4;
}
#advSearch .list-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 6px;
    flex: 1;
    min-height: 38px;
}
#advSearch .list-right .beginning,
#advSearch .list-right .text-block {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 6px;
    flex: 0 0 auto;
}
#advSearch .list-right .text-block p {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 6px;
    margin: 0;
}
#advSearch .list-right a {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    background: #f5f7fa;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e8ecf1;
    line-height: 1.5;
    white-space: nowrap;
}
#advSearch .list-right a:hover {
    transform: translateY(0);
}
#advSearch .list-right a.active {
    transform: translateY(0);
}

/* ============================================================
   移动端响应式（上下布局）
   ============================================================ */
@media (max-width: 768px) {
    /* 外层 text-block 改为上下排列 */
    .search-condition .text-block {
        flex-direction: column;
        align-items: stretch;
    }
    .search-condition .list-left {
        display: block;
        min-height: auto;
        text-align: left;
        padding-right: 0;
        padding-bottom: 4px;
        width: 100%;
    }
    .search-condition .list-right {
        min-height: auto;
        padding: 0;
        width: 100%;
    }
    .search-condition .list-right .beginning,
    .search-condition .list-right .text-block {
        display: inline-flex;
        flex: 0 0 auto;
    }
    /* 移动端可保留悬停效果 */
    .search-condition .list-right a:hover {
        transform: translateY(-1px);
    }
    .search-condition .list-right a.active {
        transform: translateY(-1px);
    }

    /* 高级查询区域同样处理 */
    #advSearch .list-left {
        display: block;
        min-height: auto;
        text-align: left;
        padding-right: 0;
        padding-bottom: 4px;
        width: 100%;
    }
    #advSearch .list-right {
        min-height: auto;
        width: 100%;
    }
}





.icon-magnifier,.icon-down,.icon-up {
	background:url(/new_images/icon_gif.gif) no-repeat;
}



.icon-magnifier {
	width:17px;
	height:17px;
	margin:0 13px 0 14px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle
}

.btn-condition {
	font-size:12px;
	line-height:20px;
	padding-right:22px;
}


/* 排序和统计 */
.sequence{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
}
.sequence-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.sequence-list a{
    padding:4px 12px;
    background:#f0f0f0;
    border-radius:3px;
    color:#333;
    text-decoration:none;
    font-size:13px;
    cursor:pointer;
}
.sequence-list a.active,
.sequence-list a:hover{background:#165DFF;color:#fff;}
.floatLeft{float:left;}
.floatRight{float:right;}	





/* ============================================================
   登录 / 注册弹框 美化（统一品牌蓝风格，自适应）
   保留所有原有类名，HTML 结构完全不动，默认显示（由 JS 控制隐藏）
   ============================================================ */

/* ---- 遮罩层 ---- */
.dialog_blank,
.dialog_blank2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 999;
    display: block;  /* 默认显示，由 JS 控制隐藏 */
}

/* ---- 弹窗容器（登录 & 注册共用） ---- */
.dialog,
.dialog2 {
    display: block;  /* 默认显示，由 JS 控制隐藏 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 92%;
    max-width: 520px;
    max-height: 90vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* 兼容 IE */
* html .dialog,
* html .dialog2 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
}

/* ---- 弹窗内容包装（原 .loginWrap） ---- */
.loginWrap {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

/* ---- 弹窗头部 ---- */
.loginWrap .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: linear-gradient(135deg, #165DFF 0%, #0f4bc0 100%);
    border-radius: 0;
    height: auto;
    line-height: 1.4;
    color: #fff;
}

.loginWrap .head h2 {
    float: none;
    height: auto;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    background: none;
}
.loginWrap .head h2.tit1 {
    padding-left: 0;
    background: none;
}

.loginWrap .head i,
.loginWrap .head .close {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 34px;
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.25s;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    text-indent: 0;
}
.loginWrap .head i:hover,
.loginWrap .head .close:hover {
    background: rgba(255, 255, 255, 0.30);
}
.loginWrap .head i::before,
.loginWrap .head .close::before {
    content: "✕";
}

/* ---- 弹窗主体 ---- */
.loginWrap .body {
    padding: 28px 32px 32px 32px;
    position: relative;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

/* 自定义滚动条 */
.loginWrap .body::-webkit-scrollbar {
    width: 4px;
}
.loginWrap .body::-webkit-scrollbar-track {
    background: #f0f2f5;
}
.loginWrap .body::-webkit-scrollbar-thumb {
    background: #165DFF;
    border-radius: 4px;
}

/* ---- 表单列表 ---- */
.loginWrap .login ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.loginWrap .login ul li {
    margin-bottom: 14px;
    position: relative;
}

/* ---- 输入框（统一风格） ---- */
.loginWrap .login ul li input[type="text"],
.loginWrap .login ul li input[type="password"] {
    width: 100% !important;
    height: 44px;
    padding: 0 14px;
    border: 1.5px solid #e0e4e8;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f8fafc;
    transition: all 0.25s;
    box-shadow: none !important;
    box-sizing: border-box;
}

.loginWrap .login ul li input[type="text"]:focus,
.loginWrap .login ul li input[type="password"]:focus {
    border-color: #165DFF;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(22, 93, 255, 0.10) !important;
    outline: none;
}

.loginWrap .login ul li input::placeholder {
    color: #b0b8c4;
}

/* ---- 验证码行（flex 对齐） ---- */
.loginWrap .login ul li:has(#code) {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.loginWrap .login ul li #code {
    flex: 1;
    min-width: 120px;
    text-transform: uppercase;
}
.loginWrap .login ul li img[src*="getcode.php"] {
    width: auto;
    height: 44px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #e0e4e8;
    flex-shrink: 0;
}

/* ---- 复选框 + 协议行 ---- */
.loginWrap .login ul li:last-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    height: auto !important;
    line-height: 1.6 !important;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.loginWrap .login ul li:last-child input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    border: 1.5px solid #d0d5dd;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #165DFF;
}
.loginWrap .login ul li:last-child a {
    color: #165DFF !important;
    text-decoration: none;
}
.loginWrap .login ul li:last-child a:hover {
    text-decoration: underline;
}
.loginWrap .login ul li:last-child .fr {
    float: none !important;
    margin-left: auto;
    font-size: 13px;
}
.loginWrap .login ul li:last-child .fr a {
    color: #d93025 !important;
    font-weight: 600;
}

/* ---- 提示信息（Validform） ---- */
.loginWrap .login ul li .tip-span {
    display: block;
    padding-top: 3px;
    color: #e74c3c;
    font-size: 12px;
}
.loginWrap .Validform_checktip {
    display: block;
    padding: 2px 0 0 4px;
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}
.loginWrap .Validform_wrong {
    color: #e74c3c !important;
}
.loginWrap .Validform_right {
    color: #27ae60 !important;
}

/* ---- 按钮区域 ---- */
.loginWrap .login .btns {
    padding-top: 14px;
    margin-bottom: 0;
}
.loginWrap .login .btns .submit {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #165DFF 0%, #0f4bc0 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 2px;
    box-shadow: 0 4px 16px rgba(22, 93, 255, 0.30);
    line-height: 50px;
    text-align: center;
}
.loginWrap .login .btns .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(22, 93, 255, 0.40);
    opacity: 1;
}
.loginWrap .login .btns .submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(22, 93, 255, 0.25);
}

/* ---- 底部（忘记密码等） ---- */
.loginWrap .login .foot {
    color: #9e9e9e;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 13px;
}
.loginWrap .login .foot p {
    color: #333;
    padding-top: 10px;
}
.loginWrap .login .foot p a {
    margin-right: 10px;
    color: #165DFF;
    text-decoration: none;
}
.loginWrap .login .foot p a:hover {
    text-decoration: underline;
}

/* ---- 旧样式中的 .p 类（保留兼容） ---- */
.loginWrap .login .p {
    height: auto;
    line-height: 1.6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.loginWrap .login .p .ck {
    float: none;
    margin: 0 5px 0 0;
}
.loginWrap .login .p a {
    float: none;
    color: #086eae;
    margin-left: auto;
}

/* ============================================================
   响应式适配
   ============================================================ */
@media (max-width: 640px) {
    .dialog,
    .dialog2 {
        width: 95%;
        max-width: 100%;
        border-radius: 12px;
        max-height: 95vh;
    }
    .loginWrap .head {
        padding: 14px 18px;
    }
    .loginWrap .head h2 {
        font-size: 15px;
    }
    .loginWrap .head i,
    .loginWrap .head .close {
        width: 50px;
        height: 28px;
        font-size: 14px;
    }
    .loginWrap .body {
        padding: 20px 18px 24px 18px;
        max-height: calc(95vh - 60px);
    }
    .loginWrap .login ul li {
        margin-bottom: 12px;
    }
    .loginWrap .login ul li input[type="text"],
    .loginWrap .login ul li input[type="password"] {
        height: 40px;
        font-size: 13px;
        padding: 0 12px;
    }
    .loginWrap .login ul li:last-child {
        font-size: 12px;
    }
    .loginWrap .login ul li:last-child .fr {
        margin-left: 0;
        width: 100%;
        text-align: left;
        padding-left: 26px;
    }
    .loginWrap .login ul li #code {
        min-width: 80px;
    }
    .loginWrap .login ul li img[src*="getcode.php"] {
        height: 40px;
    }
    .loginWrap .login .btns .submit {
        height: 44px;
        font-size: 15px;
        border-radius: 8px;
        line-height: 44px;
    }
}

@media (max-width: 400px) {
    .loginWrap .head h2 {
        font-size: 13px;
    }
    .loginWrap .body {
        padding: 16px 14px 20px 14px;
    }
    .loginWrap .login ul li input[type="text"],
    .loginWrap .login ul li input[type="password"] {
        height: 36px;
        font-size: 12px;
    }
    .loginWrap .login .btns .submit {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.loginWrap .head h2{margin-bottom:0px}



.top-left::before {
    content: '👋 ';
    font-size: 13px;
}

.top-right .mobile-hide::before {
    content: '📧 ';
    font-size: 12px;
    opacity: 0.7;
}


/* ===== 修复统计信息靠右对齐 ===== */
.sequence h2.floatLeft {
    float: none !important;          /* 清除浮动，flex 下浮动无效 */
    margin-left: auto;               /* 自动左边距，推到最右侧 */
    margin-right: 10px;              /* 保留原有右边距 */
    text-align: right;               /* 文字右对齐 */
    flex-shrink: 0;                  /* 防止被压缩 */
}

/* 清除 .clear 对 flex 布局的干扰（如果有） */
.sequence .clear {
    display: none;
}

/* 确保排序按钮在左侧 */
.sequence .sequence-list {
    flex-shrink: 0;                  /* 防止被压缩 */
}