html {
    min-width: 1200px;
}

.site-header {
    width: 100%;
    position: relative;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 18px rgba(15, 23, 42, 0.06);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    color: #3c4145;
    border: 0;
    outline: 0;
    font-size: 14px;
}

/* div, p, span { margin: 0; padding: 0; word-wrap: break-word; word-break: break-all;} */
/* h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 14px; font-weight: 100; } */
/* dl, dt, dd { margin: 0; padding: 0; } */
ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

/* img { border: 0 !important; ; display: block; vertical-align: middle; } */

/* em, i { font-style: normal; font-weight: normal; } */
form,
select,
fieldset,
input,
button,
textarea {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

table,
tr,
td,
th {
    margin: 0;
    padding: 0;
}

a {
    color: #585858;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

:focus {
    outline: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    border: 0;
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.le {
    float: left;
    overflow: hidden;
}

.rg {
    float: right;
    overflow: hidden;
}

input[type="submit"] {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*!*初始化完毕*!*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}

input[type="radio"]:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 3px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}

input[type="radio"]:checked:after {
    content: "L";
    transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    -webkit-transform: matrix(-0.766044, -0.642788, -0.642788, 0.766044, 0, 0);
    border-color: #4bb1ff;
    background-color: #4bb1ff;
}

.clearfix:after {
    /*清除浮动*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.erCode {
    position: fixed;
    top: 120px;
    left: 0px;
    z-index: 999;
    width: 210px;
    background: white;
    height: 250px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.erCode img {
    height: 220px;
    width: 180px;
}

.erCode button {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 16px;
    background: #fff;
}

/* 通用我要咨询板块样式 */
body .consult-section {
    display: flex;
    justify-content: center;
    margin: 100px 0;
    padding-bottom: 120px;
}

body .consult-form-wrap {
    width: 100%;
    max-width: 1000px;
    background: radial-gradient(circle at top, #1e4ea1 0%, #112d61 100%) !important;
    border-radius: 24px;
    padding: 60px 80px;
    color: #fff;
    box-shadow: 0 30px 60px rgba(17, 45, 97, 0.3);
    position: relative;
    overflow: hidden;
}

body .consult-title {
    text-align: center;
    font-size: 38px !important;
    font-weight: 800 !important;
    margin-bottom: 50px !important;
    letter-spacing: 4px;
    position: relative;
    color: #fff !important;
    background: transparent !important;
}

body .consult-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #26c1e1;
    margin: 15px auto 0;
    border-radius: 2px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.form-label {
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: rgba(255, 255, 255, 0.9);
}

.form-label span {
    color: #26c1e1;
    margin-left: 3px;
}

.form-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 14px 18px;
    color: #fff;
    outline: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
}

.form-input:focus {
    border-color: #26c1e1;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(38, 193, 225, 0.2);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.submit-btn {
    background: linear-gradient(135deg, #ff4d4f 0%, #cf1322 100%);
    color: #fff !important;
    border: none;
    padding: 16px 120px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
    font-weight: bold;
    transition: all 0.4s;
    box-shadow: 0 10px 25px rgba(207, 19, 34, 0.4);
    letter-spacing: 2px;
}

.submit-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(207, 19, 34, 0.6);
    background: linear-gradient(135deg, #ff7875 0%, #f5222d 100%);
}

.submit-btn:active {}

/* 国际赛事介绍卡片 */
.match-card-list {
    padding: 20px 0 60px;
}

.match-card-item {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.match-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.match-card-img {
    width: 400px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.match-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.match-card-info {
    flex: 1;
    padding: 40px 50px;
}

.match-card-info h3 {
    font-size: 28px;
    color: #112d61;
    margin-bottom: 20px;
    font-weight: 800;
}

.match-card-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* 政策查询页面样式 */
.policy-header {
    background: #1e4ea1;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.policy-header h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}

.search-section {
    max-width: 1200px;
    margin: -40px auto 40px;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    z-index: 10;
}

.search-input-wrap {
    display: inline-flex;
    gap: 15px;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    align-items: center;
}

.search-input {
    flex: 1;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 16px;
}

.search-btn {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 0 40px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.search-btn:hover {
    background: #cc0000;
    transform: scale(1.05);
}


/* 首页专用模块样式 */
.index-section-title {
    text-align: center;
    padding: 80px 0 50px;
}

.index-section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.index-section-title .title-line {
    width: 60px;
    height: 4px;
    background: #e60012;
    margin: 0 auto;
    border-radius: 2px;
}

/* 课程体系模块 */
.course-system-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px 0;
}

.course-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 380px;
}

.course-center-img {
    width: 320px;
}

.course-center-img img {
    width: 100%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.course-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
}

.course-card:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.course-card.blue {
    background: #26c1e1;
    color: #fff;
}

.course-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-icon img {
    width: 35px;
}

.course-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.course-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.course-card.blue .course-info p {
    color: rgba(255, 255, 255, 0.8);
}

/* 关于智搭机器人模块 */
.about-magao-section {
    background: url('../img/about_bg.jpg') no-repeat center;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    position: relative;
    margin-top: 80px;
}

.about-magao-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 45, 97, 0.85);
}

.about-magao-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}

.about-img-box {
    width: 480px;
}

.about-img-box img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* 底部咨询按钮样式补全 */
.consult-more-btn {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #26c1e1;
    color: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    transition: 0.3s;
}

.consult-more-btn:hover {
    background: #1e4ea1;
    transform: translateY(-2px);
}

.policy-table-wrap {
    max-width: 1200px;
    margin: 0 auto 120px;
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.paging {
    margin: 50px 0 100px;
    text-align: center;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}

.policy-table thead th {
    background: #ffff00;
    color: #000;
    padding: 15px 10px;
    font-weight: bold;
    border: 1px solid #eee;
    white-space: nowrap;
}

.policy-table tbody td {
    padding: 20px 10px;
    border: 1px solid #f0f0f0;
    color: #555;
    line-height: 1.6;
    vertical-align: middle;
}

.policy-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.policy-table tbody tr:hover {
    background: #fdfdfd;
}