@font-face {
  font-family: "iconfont"; /* Project id 5031094 */
  src: url('../../iconfont/iconfont.woff2?t=1758857568088') format('woff2'),
       url('../../iconfont/iconfont.woff?t=1758857568088') format('woff'),
       url('../../iconfont/iconfont.ttf?t=1758857568088') format('truetype');
}

*{
    margin:0px;
    padding: 0px;
    border:none;
    outline: none;
    text-decoration: none;
}
body{
    font-size:14px;
    padding: 0px;
    background: #F7F7F7;
}

.d-flex{
    display: flex;
}

.justify-content-between{
    justify-content: space-between;
}

.w-100{
    width: 100%;
}

.header{
    background-color: #fff;
}


.header .top-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.header .logo-area{
    display: flex;
    align-items: center;
}

.header .logo-area .logo{
    width:200px;
}

.header .logo-area .logo img{
    width:100%;
}

.header .search-area{
    display: flex;
    gap:16px;
}

.header .search-box{
    border:solid 1px #FF7016;
    display: flex;
    border-radius: 4px;
    align-items: center;
    padding:0px 10px;
    
}

.header .search-box input{
    border:none;
    background: transparent;
    font-size:16px;
    outline: none;
    min-width:375px;
    margin-left:8px;
}

.header .location{
    color:#2B2623;
    border:solid 1px rgba(56, 43, 35, 0.18);
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding:6px 12px;
    font-size:14px;
    font-weight: 600;
    margin-left:16px;
}

.header .location::before{
    content: "";
    width:12px;
    height: 14px;
    display: inline-block;
    background: url('../../images/common/icon_location.png');
    margin-right: 8px;
}

/*.header .location::after{*/
/*    content: "";*/
/*    width:9px;*/
/*    height: 5px;*/
/*    display: inline-block;*/
/*    background: url('../../images/common/icon_arrow.png');*/
/*    margin-left:8px;*/
/*}*/

.header .main-content{
    margin-bottom:0px !important;
}

.main-content{
    width:100%;
    max-width: 1200px;
    margin:0px auto;
    position: relative;
    margin-bottom:20px;
}

.header .nav{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    overflow: visible;
    height: 56px;
    align-items: center;
}

.header .nav a{
    font-size:15px;
    font-weight: 600;
    color:#222;
    line-height: 1;
}

.header .nav .main-content{
    display: flex;
    justify-content: space-between;
}

.header .main-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right:16px;
    position: relative;
    z-index: 1000;
    height: 56px;
}

.header .sign-in{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
}

.header .sign-in a{
    padding: 0px 10px;
    border-right:solid 1px rgba(204, 204, 204, 1);
}

.header .sign-in a:last-child{
    border-right: 0px;
    padding: 0px 0px 0px 10px;
}

.header .main-nav a,.header .main-nav .menus{
    min-width: 110px;
    padding: 18px 0px;
    position: relative;
    font-size:15px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    box-sizing: border-box;
    color:#222;
}

.header .main-nav .menus{
    position: relative;
    overflow: visible;
}

.header .main-nav .menus::after{
    content:"\eb06";
    font-family: iconfont;
    /* width:8px;
    height: 5px;*/
    position: absolute;
    display: block;
    top:50%;
    transform: translateY(-50%);
    right:10px; 
}

.header .menus .childs{
    position:absolute;
    z-index: 9999;
    background-color: #573C1E;
    top: 100%;
    left: 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 0;
}

.header .menus:hover .childs{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .menus .childs>a{
    height: auto;
    display: block;
    padding: 12px 0px;
    color:#fff;
    line-height: 1;
    margin:0px;
    padding: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.header .menus .childs>a:hover{
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
/* 
.header .main-nav a.active{
    border:solid 1px red;
} */

.header .main-nav a.active:after{
    content:"";
    width:100%;
    height:2px;
    display: block;
    background: #FF7016;
    bottom:0px;
    position: absolute;
    border-radius: 2px;

}

.header .nav.bg-orange{
    background-color: #FF7016 !important;
}

.header .nav.bg-orange a,.header .nav.bg-orange .menus{
    color:#fff;
}

.header .nav.bg-orange a.active{
    background-color: #fff;
    color:#FF7016;
}

.header .nav.bg-orange a.active::after{
    display: none;
}

.header .nav.bg-orange .profile .profile-trigger .name{
    color:#fff;
}

.header .nav.bg-orange .profile-dropdown-menu a{
    color:#222 !important;
}

.header .btn-upgrade{
    background: none;
    padding: 0px;
}

.footer{
    background-color: #1C1916;
    padding: 40px 0px;
    color:rgba(255, 255, 255, 0.4);
    font-size:14px;
    line-height: 2.5;
}

.footer .lead-in{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer .lead-in a{
    color:rgba(255, 255, 255, 0.4);
    font-size:14px;
    text-decoration: none;
}

.footer .tel{
    color:rgba(255, 112, 22, 1);
    font-size:28px;
    font-weight: 600;
}

.footer .quick-nav{
    width:150px;
}

.footer .menus{
    display: flex;
    flex-wrap: wrap;
}

.footer .quick-nav .menus a{
   width:50%;
}

.footer .aboutus .menus a{
    width:100%;
}

.footer .qrcode{
    text-align: center;
}

.footer .qrcode .app-name{
    color:rgba(255, 148, 41, 1);
    font-weight: 600;
}

.footer .third-links{
    border-top:solid 1px rgba(255, 255, 255, 0.14);
    padding-top: 20px;
}


.modal-login{
    overflow: visible !important;
    background: transparent !important;
}


.modal-login iframe{
    background: transparent !important;
}

.modal-login .layui-layer-setwin{
    bottom: -60px;
    left:50%;
    right: auto;
    top:auto;
    transform: translateX(-50%);
}

.flex-grow-1{
    flex-grow: 1;
}



/* 城市选择弹框样式 */
.city-modal {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    min-height: 400px;
    box-sizing: border-box;
}

.city-header {
    text-align: center;
    margin-bottom: 30px;
}

.city-header h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.city-item {
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    user-select: none;
}

.city-item:hover {
    border-color: #FF7016;
    color: #FF7016;
}

.city-item.active {
    background: #fff;
    border-color: #FF7016;
    color: #FF7016;
    font-weight: 600;
}

.city-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.city-actions .btn {
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.city-actions .btn-reset {
    background: rgba(255, 112, 22, 0.1);
    color: #FF7016;
    border: 1px solid rgba(255, 112, 22, 0.3);
}

.city-actions .btn-reset:hover {
    background: rgba(255, 112, 22, 0.2);
    color: #FF7016;
}

.city-actions .btn-save {
    background: #FF7016;
    color: #fff;
}

.city-actions .btn-save:hover {
    background: #e65a00;
    color: #fff;
}

.profile{
    display: flex;
    align-items: center;
}

.profile .profile-dropdown{
    position: relative;
}

.profile .profile-trigger{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.profile .profile-trigger .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.profile .profile-trigger .avatar img{
    width: 100%;
    height: 100%;
}

.profile .profile-trigger .name{
    color:#222;
    font-size:18px;
    font-weight: 600;
    margin-left: 10px;
}

.profile .profile-trigger .iconfont.icon-arrow-down{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.profile .profile-dropdown:hover .profile-trigger .iconfont.icon-arrow-down{
    transform: translateY(-50%) rotate(180deg);
}

.profile .profile-dropdown-menu{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.profile .profile-dropdown:hover .profile-dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile .profile-dropdown-menu .dropdown-item{
    display: block;
    padding: 12px 20px;
    color: #222;
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.profile .profile-dropdown-menu .dropdown-item:hover{
    background-color: #f5f5f5;
}

.profile .profile-dropdown-menu .dropdown-item span{
    display: block;
}

.profile .logout{
    color:#222;
    margin-left: 10px;
}

/* 城市选择弹框响应式设计 */
@media (max-width: 768px) {
    .city-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .city-item {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .city-modal {
        padding: 20px;
    }
    
    .city-actions .btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .city-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Layer 弹框自定义样式 */
.gaokao-modal-layer .layui-layer-content {
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px;
}

.gaokao-modal-layer .layui-layer-content,
.gaokao-modal-layer .layui-layer-body {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* 高考信息确认弹框样式 */
.gaokao-confirm-modal {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    min-width: 600px;
    overflow: visible;
}

.gaokao-header {
    text-align: center;
    margin-bottom: 30px;
}

.gaokao-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.gaokao-warning {
    color: #ff6600;
    font-size: 14px;
    margin: 0;
}

.gaokao-content {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gaokao-content .form-group {
    display: flex;
    align-items: center;
    width:100%;
    margin-bottom: 0px !important;
}

.gaokao-content .form-group.w-50{
    width: calc(50% - 8px);
}

.gaokao-content .form-label {
    display: block;
    font-size: 18px;
    color: #222222;
    margin-right: 16px;
    font-weight: 100;
    white-space: nowrap;
}

/* 角色选择器 */
.role-selector {
    display: flex;
    flex-grow: 1;
    gap: 16px;
    justify-content: flex-start;
}

.role-item {
    flex:1;
    text-align: center;
    padding: 12px;
    background-color: #F2F2F2;
    border:solid 1px #f2f2f2;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.role-item:hover {
    border-color: #ff6600;
    background: #fff5f0;
}

.role-item.student .role-icon::after{
    content: "";
    width: 20px;
    height: 17px;
    background: url('../../images/index/icon-student.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.student.active .role-icon::after{
    background: url('../../images/index/icon-student-active.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.parent .role-icon::after{
    content: "";
    width: 20px;
    height: 17px;
    background: url('../../images/index/icon-parent.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.parent.active .role-icon::after{
    background: url('../../images/index/icon-parent-active.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.teacher .role-icon::after{
    content: "";
    width: 17px;
    height: 17px;
    background: url('../../images/index/icon-teacher.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.teacher.active .role-icon::after{
    background: url('../../images/index/icon-teacher-active.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.institution .role-icon::after{
    content: "";
    width: 18px;
    height: 17px;
    background: url('../../images/index/icon-institution.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.role-item.institution.active .role-icon::after{
    background: url('../../images/index/icon-institution-active.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

/* .role-item.parent .role-icon{
    width: 32px;
    height: 32px;
} */

.role-item.active {
    border: solid 1px rgba(255, 112, 22, 1);
    background: rgba(255, 112, 22, 0.05);
}

.role-icon {
    width:20px;
    margin-right: 8px;
}

.role-text {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.role-item.active .role-text {
    color: #ff6600;
}

/* 下拉选择框 */
.select-wrapper {
    position: relative;
    flex-grow: 1;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999;
    pointer-events: none;
}

.form-select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.form-select:focus {
    outline: none;
    border-color: #ff6600;
}

/* 说明文字 */
.info-text {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}

.privacy-link {
    color: #ff6600;
    cursor: pointer;
    text-decoration: underline;
}

.privacy-link:hover {
    color: #e55a00;
}

/* 底部按钮区域 */
.gaokao-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gaokao-actions .btn {
    flex: 1;
    max-width: 200px;
    padding: 14px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gaokao-actions .btn-reset {
    background: #f5f5f5;
    color: #666;
}

.gaokao-actions .btn-reset:hover {
    background: #e0e0e0;
}

.gaokao-actions .btn-save {
    background: #ff6600;
    color: #fff;
}

.gaokao-actions .btn-save:hover {
    background: #e55a00;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .gaokao-confirm-modal {
        min-width: auto;
        padding: 20px;
        margin: 0 10px;
    }

    .gaokao-header h3 {
        font-size: 20px;
    }

    .role-selector {
        gap: 10px;
    }

    .role-item {
        padding: 15px 8px;
    }

    .role-icon {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .role-text {
        font-size: 13px;
    }

    .gaokao-actions .btn {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .role-selector {
        flex-wrap: wrap;
        gap: 8px;
    }

    .role-item {
        flex: 1 1 calc(50% - 4px);
        min-width: calc(50% - 4px);
    }
}

/* ========== 分页样式（全站通用） ========== */
.pagination-wrapper {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
}

.pagination-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination-wrapper .pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination li a:hover {
    background-color: #f5f5f5;
    border-color: #FF6B35;
    color: #FF6B35;
}

.pagination-wrapper .pagination li.active span,
.pagination-wrapper .pagination li.active a {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: #fff;
    border-color: #FF6B35;
    cursor: default;
}

.pagination-wrapper .pagination li.disabled span,
.pagination-wrapper .pagination li.disabled a {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
a{
    text-decoration: none;
    color: inherit;
}
/* 分页响应式 */
@media (max-width: 768px) {
    .pagination-wrapper .pagination li {
        margin: 0 2px;
    }
    
    .pagination-wrapper .pagination li a,
    .pagination-wrapper .pagination li span {
        padding: 6px 10px;
        font-size: 14px;
    }
}