/* 未能缩小。正在返回未缩小的内容。
(60,17): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(65,22): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(213,22): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(575,17): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(588,25): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-border-radius'
(595,25): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-button-border-radius'
 */
.top-max-box {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    position: relative;
    margin: 0;
    background: #fff !important;
    overflow: auto;
}


/* 头部页面导航 */
/* 导航页面 */
.nav-pages {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    height: 68px;
    overflow: hidden;
    background: #fff;
    z-index: 9;
}

.page-cates-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 16px;
    padding: 20px 0 35px;
    gap: 10px;
    overflow-x: auto;
}

.page-cates-items .page-cates-item {
    height: 28px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    background: #F3F3F3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-cates-items .page-cates-item:last-child {
    margin-right: 16px;
}

.page-cates-items .page-cates-item .iconfont {
    color: var(--design-theme-color, #12bfaf);
    font-size: 18px;
}

.page-cates-items .page-cates-item.cur {
    background: var(--design-theme-color, #12bfaf);
    color: #fff !important;
    font-weight: 700;
}


/* 头部标题 */
.top-title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 50px 12px 38px;
    backdrop-filter: blur(50px);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-filter {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

.top-title-info {
    z-index: 1;
    align-items: center !important;
}

.top-title-english {
    position: absolute;
    top: 26px;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0.2;
    font-weight: 700;
}

.top-title-name,
.top-title-desc {
    margin: 0;
}

.top-title-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.48px;
}

.top-title-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 12px 14px 0;
    text-align: center;
}

/* 内容 */
.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 1180px;
    margin: auto;
}

/* 不换行 */
.word-nowrap {
    white-space: nowrap;
}

/* 超出隐藏省略 */
.max-line,
.max-line2,
.max-line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.max-line {
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.max-line2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.max-line3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

/* 翻页 */
.turn-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 4px;
    margin-top: 20px;
    padding: 8px 16px;
}

.turn-page a {
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
}

.turn-page .pre,
.turn-page .next {
    width: unset;
    height: unset;
    padding: 6px 12px;
    color: #333;
    background: #F5F5F5;
}

.turn-page .pre {
    margin-right: 12px;
}

.turn-page .next {
    margin-left: 12px;
}

.turn-page .cur {
    background: var(--design-theme-color, #12bfaf);
    color: #fff;
}

.turn-page .disabled {
    background: #F5F5F5;
    color: #999;
    cursor: no-drop;
}


/* 底部机构信息 */
.bottom-content,
.bottom-about-school {
    background: #383A3C;
    color: #fff;
}

.index-bottom-content,
.index-bottom-about-school {
    color: #333;
}

.bottom-contact {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 56px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bottom-contact-school {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 40px 16px 24px;
    gap: 14px;
}

.bottom-contact-logo {
    width: 100px;
    height: 50px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 联系方式 */
.bottom-contact-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.bottom-contact-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    gap: 4px;
}

.bottom-contact-number .iconfont {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    transform: scale(0.78);
}

.bottom-contact-number .iconfont::before {
    padding: 1px 1px 0 0;
}

/* 首页 */
.index-bottom-contact-number {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

/* 页面 */
.bottom-contact-pages {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    margin: 0 16px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff33;
}

.bottom-agency-name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}

.bottom-pages-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    gap: 20px;
    width: 100%;
}

.bottom-pages-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    font-family: "Source Han Sans CN";
}


/* 相关机构 */
.bottom-about-school {
    padding: 24px 14px;
    width: calc(100% - 28px);
    box-sizing: unset;
}

.about-school-tab,
.inex-about-school-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.about-school-tab {
    color: rgba(255, 255, 255, 0.8);
}

.inex-about-school-tab {
    color: #666666;
}

.index-school-tab-item,
.school-tab-item {
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}

.school-tab-item.cur,
.index-school-tab-item.cur {
    padding-bottom: 8px;
    border-bottom: 2px solid;
}

.school-tab-item.cur {
    color: #fff;
    border-color: #fff;
}

.school-tab-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.tab-content-items,
.index-tab-content-items {
    font-size: 14px;
    line-height: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tab-content-items {
    gap: 20px 24px;
    color: rgba(255, 255, 255, 0.8);
}

/* 信息版权 */
.bottom-footer,
.index-bottom-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.bottom-footer {
    background: #333;
    color: rgba(255, 255, 255, 0.6);
}

.foot-nav-pages {
    display: flex;
    flex-direction: row;
    margin: 20px 0 12px;
    gap: 10px;
}

.foot-pages-info,
.index-foot-pages-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    gap: 6px;
    margin: 0 0 20px;
}

.foot-pages-info {
    color: rgba(255, 255, 255, 0.4);
}


/* 专属定制表 */
.course-consoult-table {
    background: #FFF;
    box-shadow: 0 0 24px 0 #00000014;
    padding: 28px 12px 24px;
    margin: 40px 16px 40px;
    width: calc(100% - 56px);
}

.course-consoult-table form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.course-consoult-table form h3,
.course-consoult-table form h3 span {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;

}

.course-consoult-table form h3 {
    color: #333333;
}

.course-consoult-table form h3 span {
    color: #FE6507;
    margin-top: 10px;
    line-height: 16px;
}

.course-consoult-table form h3,
.course-consoult-table form p {
    margin: 0;
}

.course-consoult-table form p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    color: #636363;
}

.course-consoult-table-input {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
}

.table-input-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.table-input-item .iconfont {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 20px;
    color: #FE6507;
}

.table-input-item:last-child .iconfont {
    top: 8px;
}

.course-consoult-table-input input,
.course-consoult-table-input textarea {
    width: calc(100% - 56px);
}

.course-consoult-table-input textarea {
    height: 60px;
}

.course-consoult-table-input input,
.course-consoult-table-input textarea {
    background: #FFF;
    padding: 11px 12px 11px 40px;
    color: #333;
    border: 1px solid #EEE !important;
    font-size: 14px;
    line-height: 14px;
}

.course-consoult-table-input input::placeholder,
.course-consoult-table-input textarea::placeholder {
    color: #999;
    font-size: 14px;
    font-family: "Source Han Sans CN";
}

.course-consoult-table-btn {
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #FE8207 0%, #F40 100%);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-top: 32px;
    cursor: pointer;
}

.course-consoult-table-input input,
.course-consoult-table-input input:focus,
.course-consoult-table-input input:active,
.course-consoult-table-input textarea,
.course-consoult-table-input textarea:focus,
.course-consoult-table-input textarea:active,
.course-consoult-table-btn,
.course-consoult-table-btn:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.page-cates-items .page-cates-item:hover,
.top-page-nav-courses a:hover,
.slide-opts-item:hover .iconfont,
.slide-opts-item:hover .slide-cont-nav,
.course-cates-item:hover {
    color: var(--design-theme-color, #12bfaf);
}

.bottom-pages-item:hover,
.school-tab-item:hover,
.school-tab-link:hover,
.foot-nav-link:hover {
    color: #FE6507;
}

/* 默认圆角 */
.course-consoult-table,
.table-input-item {
    border-radius: var(--design-theme-border-radius);
}

/* 按钮圆角 */
.page-cates-item,
.course-consoult-table-btn,
.turn-page a {
    border-radius: var(--design-theme-button-border-radius);
}

.cusvcode-dlg {
    display: none;
    padding: 15px;
}

.cusvcode-section {
    margin-bottom: 15px;
}

.cusvcode-section>label {
    font-size: 14px;
}

.cusvcode-section .cusvcode-item {
    position: relative;
    display: flex;
    margin-top: 8px;
}

.cusvcode-item input {
    width: 60%;
    border-radius: 4px 0 0 4px;
    height: 36px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    line-height: normal;
}

.cuscaptcha-image {
    height: 36px;
    width: 40%;
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.cusget-sms-btn:disabled {
    background: #ccc;
}

.cusget-sms-btn {
    height: 36px;
    width: 40%;
    border: none;
    background: #007bff;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    font-size: 12px;
}

.cussubmit-verification {
    width: 100%;
    height: 40px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}



/* 首页 */
/* 头部title */
.top-header,
.top-search-wrap,
.top-search-prefix,
.top-cates-nav,
.agency-cates,
.agency-cate,
.agency-cate span,
.agency-cate-sort span {
    display: flex;
    flex-direction: row;
}

.top-header-return,
.top-header-menu,
.top-header-title,
.top-search-prefix .iconfont,
.top-search-suffix,
.agency-cate-sort .iconfont,
.more-list,
.top-seach {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-header {
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 12px;
    z-index: 10;
}

.top-header-return,
.top-header-menu {
    width: 24px;
    height: 24px;
    aspect-ratio: 1;
}

.top-header-return .iconfont,
.top-header-menu .gengduo {
    color: #666;
    font-size: 24px;
}

.top-header-menu .guanbi {
    color: #666;
    font-size: 16px;
}

.top-header-title {
    flex: 1;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
}

.top-header-cate {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 52px);
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.header-cates {
    width: 240px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.header-cate-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #EEE;
}
.header-cate-item:last-child{
    border: none;
}
.header-cate-item.cur{
    color: #12BFAF;
    font-weight: 700;
}

/* 搜索 */
.top-seach {
    padding: 0 16px;
}

.top-search-wrap {
    width: 100%;
    align-items: center;
    padding: 10px 12px;
    background: #F5F6FA;
    border-radius: 18px;
}

.top-search-prefix {
    align-items: center;
}

.top-search-prefix .iconfont,
.top-search-suffix {
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.top-search-prefix .iconfont {
    margin-right: 3px;
    font-size: 22px;
    color: #999;
}

.search-local {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.top-search-interval {
    margin-left: 9px;
    color: #D0D0D0;
    font-size: 12px;
}

.top-search-input {
    flex: 1;
    width: 100%;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.top-search-input::placeholder {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
}

/* 筛选类别切换 */
.top-cates-nav {
    align-items: center;
    padding: 16px 16px 0;
    border-bottom: 1px solid #EEEEEE;
}

.top-cates-nav-item {
    flex: 1;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 10px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-cates-nav-item.cur {
    color: #12bfaf;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 2px solid #12bfaf;
}

.agency-cates {
    background: #F8F9FD;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}

.agency-cate {
    gap: 10px;
}

.agency-cate span,
.agency-cate-sort {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.agency-cate span {
    padding: 9px 10px;
    border-radius: 4px;
    color: #666666;

}

.agency-cate span .iconfont {
    font-size: 14px;
    margin-left: 4px;
}

.agency-cate-sort {
    color: #999999;
}

.agency-cate-sort .iconfont {
    align-items: center;
    margin-left: 4px;
}

/* 机构页 更多 */
.more-list {
    width: 128px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #12bfaf80;
    color: #12bfaf;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin: 0 auto 8px;
}

/* 底部相关 */
.bottom-crumbs {
    margin-top: 24px;
}

.bottom-crumbs .crumbs-text {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 13px 16px;
    box-sizing: border-box;
}

.index-bottom-about-school {
    padding: 20px 16px 24px;
    margin-top: 6px;
}

.index-school-tab-item.cur {
    color: #12BFAF;
    border-color: #12BFAF;
    font-weight: 700;
}

.index-bottom-footer {
    color: #666;
    margin-bottom: 1.2rem;
}

.index-tab-content-items {
    color: #333;
    gap: 20px 16px;
}
.index-tab-content-items p{
    grid-column: span 2 / span 2;
    line-height: 20px;
}
.index-foot-pages-info {
    color: #999;
}
