html {
    box-sizing: border-box;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    min-width: 375px;
}

* {
    box-sizing: border-box;
}


.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    /*padding: 0 0.9375rem;*/
    color: transparent;
    /*border: 0.0625rem solid rgba(255, 255, 255, 0.6);*/
    border: 1px solid #a3a8ab;
    border-radius: 1.25rem;
    outline: none;
    font-size: 1rem;
    transition: width 0.3s ease;
    text-align: center;
}

.search-btn {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 2rem;
    transition: background-color 0.3s;
    border-radius: 50%;
}

.search-btn:hover {
    /*background-color: #f0f0f0;*/
    border-radius: 50%;
}

.search-icon {
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}

/* 隐藏 placeholder */
.search-input::placeholder {
    opacity: 0;
}

.search-container:hover .search-input::placeholder {
    opacity: 1;
    color: #a3a8ab;
    padding-left: 0.75rem;
    padding-right: 2.25rem;
}

.search-container:hover .search-input,
.search-input:focus {
    width: 11rem;
    text-align: left;
    color: #a3a8ab;
    padding-left: 0.75rem;
    padding-right: 2.25rem;
}

/* 当输入框获取焦点时，隐藏按钮 */
.search-container input:focus + .search-btn {
    display: block;
}

.search-container input:not(:focus) + .search-btn {
    display: block;
}


.header-container {
    /*position: absolute;*/
    width: 100%;
    z-index: 9;
    /*padding: 0.25rem 0;*/
    position: sticky;
    top: 0;
    background-color: #fff;
}

.header-box-top, .header-container-item, .quick-entry, .dual-zone, .ai, .footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.qualification-container, .edu {
    max-width: 2200px;
    width: 90%;
    margin: 0 auto;
}

.header-logo {
    width: 18rem;
    flex: 0 0 auto;
    padding: 0.5rem 0;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

.header-container-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

/*.header-nav {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    font-size: 1.25rem;*/
/*    margin-left: 5rem;*/
/*}*/

.nav-item {
    width: 100%;
    margin-left: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.nav-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
    margin-right: 4rem;
}

.nav-navbar li {
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-navbar > li > a {
    position: relative;
}

/*.nav-navbar > li > a:after {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0.125rem;*/
/*    position: absolute;*/
/*    bottom: 0.75rem;*/
/*    left: 50%;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*}*/

/*.nav-navbar > li > a:hover:after {*/
/*    width: 100%;*/
/*    left: 0;*/
/*    transition: all 0.5s ease-in-out;*/
/*}*/

.nav-navbar a {
    display: block;
    color: #2d2f30;
    text-decoration: none;
    text-align: center;
    /*width: 7.5rem;*/
    padding: 2.125rem 0;
    white-space: nowrap;
}

.nav-navbar a:hover {
    /*background-color: #575757;*/
    color: #204691;
}

.nav-dropdown {
    /*display: none;*/
    position: absolute;
    top: 5.865rem;
    /*left: calc(50% - 5.125rem);*/
    left: calc(50% - 4.6875rem);
    list-style: none;
    background-color: rgba(255, 255, 255, 0.88);
    margin: 0;
    z-index: 9;
    font-size: 1.125rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .2);
    width: 9.375rem;
    text-align: center;
    /*padding: 0.25rem 0;*/
    border-radius: 0 0 0.375rem 0.375rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.nav-dropdown li {
    position: relative;
}

.nav-dropdown a {
    padding: 0.75rem 0;
    white-space: nowrap;
    color: #636566;
    width: 100%;
    position: relative;
}

.nav-navbar li:hover > .nav-dropdown {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}

.nav-dropdown li:hover > .nav-dropdown {
    left: 100%;
    top: 0.25rem;
}

.nav-dropdown a:hover {
    background-color: #1f63db;
    color: #ffffff;
}

.mobile-more {
    display: none;
}

.mobile-menu-more {
    display: none;
}

.mobile-search {
    display: none;
}


.swiper-banner {
    height: 40rem;
}

.swiper-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick-entry {
    display: flex;
    flex-direction: column;
    font-size: 1.375rem;
    margin: 3rem auto;
}

.quick-entry-title {
    color: #2d2f30;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

.quick-entry-title:after {
    content: '';
    width: 3.75rem;
    height: 1px;
    position: absolute;
    bottom: -0.5rem;
    left: calc(50% - 1.875rem);
    background-color: #e06f58;
}

.quick-entry-container {
    display: flex;
    justify-content: center;
    color: #204691;
}

.quick-entry-link {
    padding: 1.25rem 0.5rem;
    background-color: #ededed;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-right: 2rem;
    box-shadow: 0.125rem 0.0625rem 0.375rem 0 #ededed;
    flex: 1;
    text-align: center;
}

.quick-entry-link:last-child {
    margin-right: 0;
}

.quick-entry-link:hover {
    background-color: #1f63db;
    color: #ffffff;
}


.dual-zone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #2d2f30;
    margin-bottom: 3rem;
}

.notice {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    margin-right: 2.5rem;
}

.notice:last-child {
    margin-right: 0;
}

.notice-bar, .qualification-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.notice-bar-title, .qualification-bar-title {
    display: flex;
    align-items: center;
}

.notice-bar-title img, .qualification-bar-title img {
    width: 3rem;
    margin-right: 1rem;
}

.notice-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.notice-item-first {
    display: flex;
    width: 100%;
    background-color: #ededed;
    margin-bottom: 0.25rem;
}

.notice-item-first-img {
    width: 11rem
}

.notice-item-first-item {
    padding: 1rem;
}

.notice-item-first-item-title {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-item-first-item-title:hover{
    color: #1d4fcc;
}
.notice-item-first-item-content {
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-item {
    display: flex;
    background-color: #ededed;
    padding: 0.75rem 1rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: #c7c8c9 solid 0.0625rem;
    height: 4.3rem;
}

.notice-item:hover{
    color: #1d4fcc;
}

.notice-item:last-child {
    border-bottom: none;
}

.notice-item-title {
    font-size: 1.125rem;
    margin-right: 1.25rem;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-title:hover{
    color: #1d4fcc;
}
.news-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 0.25rem;
    height: 4.3rem;
}

.news-item-date {
    background-color: #1f63db;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    margin-right: 0.25rem;
    justify-content: center;
}

.news-item-date .day {
    color: #f4c029;
}

.news-item-date .month {
    color: #ffffff;
}

.news-item-title {
    flex: 1;
    min-width: 0;
    background-color: #ededed;
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.news-item-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: inherit;
    text-decoration: none;
}

.qualification {
    background: url("../images/qualification-background.jpg");
    background-size: cover;
    width: 100%;
    /*height: 40rem;*/
    color: #ffffff;
    padding: 2rem 0;
}

.grey-background-bar-more {
    margin-right: 4rem;
}

.tab-menu {
    font-size: 1.125rem;
    display: flex;
    cursor: pointer;
    margin-left: 4rem;
}

.tab-menu li {
    margin-right: 4rem;
    position: relative;
}

.tab-menu li:after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-40%);
    background-color: #ffffff;
}

.tab-menu li:last-child:after {
    display: none;
}

.tab-menu li:last-child {
    margin-right: 0;
}

.tab-menu li.active {
    color: #f4c029;
}

.tab-content {
    display: none;
    overflow: hidden;
    margin: 2rem 0;
}

.tab-content.active {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

/*.tab-content {*/
/*    margin: 2rem 0;*/
/*    display: flex;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*    transition: opacity .3s ease;*/
/*}*/

/*.tab-content.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    height: auto;*/
/*}*/

.tab-item {
    display: flex;
    flex-direction: column;
    background: rgb(255 255 255 / 15%);
    border-radius: 0.5rem;
    margin-right: 2rem;
    /*flex: 1;*/
    /*width: calc(100% / 5 - 2rem);*/
    flex: 0 0 calc((100% - (2rem * 4)) / 5);
    box-sizing: border-box;
    /* item本身高度可固定或自适应，但不被内容撑开 */
    overflow: hidden;
}

.tab-item:nth-child(5n) {
    margin-right: 0;
}

.tab-item:nth-child(n+6) {
    display: none;
}

.tab-item-img {
    /*width: 20rem;*/
    /*height: 12rem;*/
    width: 100%;
    height: auto;
    max-width: 26rem;
}

.tab-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-item-info {
    padding: 1rem;
    width: 100%;
}

.tab-item-title {
    font-size: 1.25rem;
    margin: 0.25rem 0;
}

.tab-item-tag {
    color: #ffd371;
    font-size: 0.875rem;
    margin: 0.25rem 0;
}

.tab-item-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tab-item-btn {
    background-color: #e2a33d;
    padding: 0.4375rem 1.5rem;
    border-radius: 0.375rem;
}

.tab-item-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.75rem;
}

.tab-item-tag, .tab-item-title {
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 超出部分用省略号显示 */
    display: block; /* 让宽度生效 */
    width: 100%; /* 必须设宽度 */
}

.grey-background {
    background-color: #efefef;
    width: 100%;
    padding: 2rem 0;
}

.edu-tab-menu li:after {
    background-color: #8d9193;
}

.edu-tab-menu li.active {
    color: #1d4fcc;
}

.edu {
    color: #2d2f30;
}

.edu .tab-content, .ai-content, .vision-content {
    position: relative;
    margin: 2rem 0;
}

.eduSwiper, .occupationSwiper {
    width: 100%;
    /*padding: 0 3rem;*/
    margin: 0 4rem;
    /*box-sizing: border-box;*/
}
.aiSwiper, .visionSwiper{
    margin: 0 4rem;
}

.eduSwiper .swiper-slide, .occupationSwiper .swiper-slide, .visionSwiper .swiper-slide {
    text-align: center;
}
.eduSwiper .swiper-slide img,
.occupationSwiper .swiper-slide img,
.aiSwiper .swiper-slide img,
.visionSwiper .swiper-slide img,
.tab-item-img img {
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.eduSwiper .swiper-slide img, .occupationSwiper .swiper-slide img, .aiSwiper .swiper-slide img, .visionSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    cursor: pointer;
}
.eduSwiper .swiper-slide img:hover, .occupationSwiper .swiper-slide img:hover, .aiSwiper .swiper-slide img:hover, .visionSwiper .swiper-slide img:hover,.tab-item-img img:hover{
    transform: scale(1.05);
}


.eduSwiper p a, .occupationSwiper p a, .aiSwiper p a, .visionSwiper p a {
    font-size: 1.125rem;
    margin: 1.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.eduSwiper p, .occupationSwiper p, .visionSwiper p {
    position: relative;
}
.eduSwiper p:after, .occupationSwiper p:after, .visionSwiper p:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    background: #e06f58;
}

.eduSwiper p:hover:after, .occupationSwiper p:hover:after, .visionSwiper p:hover:after {
    width: 20%;
    left: 40%;
    transition: all 0.5s ease-in-out;
}

.eduSwiper-button-prev, .occupationSwiper-button-prev, .aiSwiper-button-prev, .visionSwiper-button-prev {
    background: url("../images/to-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    left: 0rem;
    top: 50%;
    z-index: 7;
}

.eduSwiper-button-next, .occupationSwiper-button-next, .aiSwiper-button-next, .visionSwiper-button-next {
    background: url("../images/to-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0rem;
    top: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 7;
}

.ai {
    margin: 4rem auto;
    color: #2d2f30;
}

.ai-bar {
    text-align: center;
    font-size: 1.25rem;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ai-bar-more {
    position: absolute;
    right: 6rem;
}

.ai-bar-title {
    position: relative;
}

.ai-bar-title:before {
    content: '';
    width: 5rem;
    height: 2px;
    position: absolute;
    left: -160%;
    top: 50%;
    background: linear-gradient(270deg, #e06f58, #ffffff);
}

.ai-bar-title:after {
    content: '';
    width: 5rem;
    height: 2px;
    position: absolute;
    right: -160%;
    top: 50%;
    background: linear-gradient(90deg, #e06f58, #ffffff);
}

.aiSwiper .swiper-slide {
    text-align: left;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: start;
    transition: 300ms;
    transform: scale(0.8);
}

.aiSwiper .swiper-slide-active, .aiSwiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.ai-content-info {
    background-color: rgba(180, 187, 193, 15%);
    text-align: left;
}

.ai-content-info .tab-item-btn {
    color: #ffffff;
}

.ai-content-info .tab-item-tag {
    color: #ffa300;
}

.vision .ai-bar-more {
    right: 4rem;
}

.footer {
    background: url("../images/footer-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    align-items: start;
}

.footer-follow-bar {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.875rem;
}

.footer-follow-content {
    display: flex;
    align-items: center;
    text-align: center;
}

.footer-follow-content-img {
    margin-right: 2rem;
}

.footer-follow-content-img img {
    width: 7rem;
    height: 7rem;
}

.footer-follow-content-img:last-child {
    margin-right: 0;
}

.footer-copyright {
    text-align: center;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.font-title {
    padding: 0.25rem 0;
}
.font-title a{
    margin-right: 0.5rem;
}


.phone-number {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.side{
    position: fixed;
    right: 1rem;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem #c9c9c9;
    width: 4.625rem;
    height: 14rem;
    z-index: 8;
    color: #2d2f30;
}
.side-item{
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.side-item:last-child{
    margin-bottom: 0;
}
.side-item:after{
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    left: 10%;
    bottom: -1.5rem;
    background: #d3d3d3;
}
.side-item:last-child:after{
    display: none;
}

.side-item-img{
    width: 2.5rem;
    margin-bottom: 0.5rem;
}
.side-item-content{
    background-color: #fff;
    position: absolute;
    left: -10rem;
    top: 30%;
    padding: 0.75rem;
    display: none;
    font-size: 1rem;
    box-shadow: 0 0.25rem 0.5rem #a9a9a9;
}

.side-item-content:after {
    content: "";
    position: absolute;
    right: -0.25rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.875rem;
    height: 0.875rem;
    background: #fff;
    box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.side-item-content-wechat{
    padding: 0.5rem;
    width: 8rem;
    /*left: -12rem;*/
    left: -10.375rem;
    top: -30%;
}
.side-item-content-wechat img{
    width: 100%;
    height: 100%;
}

.side-item:hover .side-item-content{
    display: block;
}


.internal-banner{
    height: 20rem;
}
.internal-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.common-content {
    max-width: 1800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 31.25rem;
    display: flex;
}

.common-nav {
    position: relative;
    top: -4.625rem;
    left: 0;
    z-index: 8;
}

.common-nav-active {
    color: #ffffff;
    min-width: 12rem;
    width: 100%;
    font-size: 2rem;
    background: #055fcc;
    text-align: center;
    padding: 1rem 0.75rem;
    font-weight: bold;
}

.common-nav-active .common-nav-english {
    font-size: 1.75rem;
    font-weight: normal;
}

.common-second-nav {
    text-align: center;
    font-size: 1.25rem;
    /*line-height: 42px;*/
    color: #575757;
    /*background: linear-gradient(to bottom, #f6f6f6, #ffffff)*/
    /*box-shadow: 8px 4px 8px #f6f6f6;*/
    box-shadow: 0px 6px 6px 2px #f6f6f6;
    background-color: #f9f9f9;
}

.common-second-nav-item {
    line-height: 3.125rem;
    margin: 0.0625rem 0;
    /*background-color: #ffffff;*/
    display: block;
    z-index: 1;
    position: relative;
}

.common-second-nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 100%;
    /*background-color: #b0b0b0;*/
    transition: width 0.5s ease-out, background-color 0.5s ease-out;
    z-index: -1;
}

.common-second-nav-item.active {
    color: #ffffff;
}

.common-second-nav-item.active::before {
    color: #ffffff;
    background-color: #055fcc;
    width: 100%;
}

.common-second-nav-item.active:after {
    display: none;
}

.common-second-nav-item:hover::after {
    display: none;
}

.common-second-nav-item:hover::before {
    color: #ffffff;
    background-color: #055fcc;
    width: 100%;
}

.common-second-nav-item:hover {
    color: #ffffff;
}

.common-second-nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.0625rem;
    width: 70%;
    left: 15%;
    z-index: -1;
    /*background: #b0b0b0;*/
}

ul > li:last-of-type .common-second-nav-item::after {
    display: none;
}

/*.common-second-nav-item:last-child::after, .common-second-nav-item:nth-last-child(1)::after {*/
/*    content: none;*/
/*}*/

.common-content-list {
    margin-left: 5rem;
    flex: 1;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

.common-three-nav {
    padding: 0 0.75rem;
    background-color: #f0f3f7;
}


.common-three-nav-item {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 1.125rem;
    /*border-bottom: 1px solid #d6dde5;*/
    color: #7d8893;
    position: relative;
}
/*.common-three-nav-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

.common-three-nav-item:after{
    content: '';
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #d6dde5;
}
.common-three-nav-item:last-child:after{
    display: none;
}


.common-three-nav-item:hover {
    color: #3e8bf9;
}

.common-three-nav-item.active {
    color: #3e8bf9;
}

.common-title-position {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.common-title-position:before {
    content: '';
    background-color: #055fcc;
    width: 10%;
    height: 0.0625rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.common-title-position:after {
    content: '';
    background-color: #d6d6d6;
    width: 90%;
    height: 0.0625rem;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.common-content-title {
    background: url("../images/common-content-title-background.png");
    background-repeat: no-repeat;
    background-size: 90% auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #055fcc;
    padding: 1rem;
    padding-top: 1.75rem;
    background-position-y: top;
    background-position-x: center;
    position: relative;
    width: 16rem;
    text-align: center;
    letter-spacing: 2px;
    flex: 0 0 auto;
}

.common-content-title:before {
    content: '';
    background: url("../images/common-content-title-left-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5rem;
    height: 1rem;
    position: absolute;
    left: -2rem;
    bottom: 25%;
}

.common-content-title:after {
    content: '';
    background: url("../images/common-content-title-right-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5rem;
    height: 1rem;
    position: absolute;
    right: -3.25rem;
    bottom: 25%;
}

.common-content-position {
    color: #333333;
    font-size: 1rem;
    flex: 1;
    text-align: right;
}

.common-content-list-item {
    margin-top: 1.5rem;
    border: 0.0625rem solid #d6d6d6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.common-content-list-item:hover {
    background: #055fcc;
}

.common-content-list-item:hover .common-content-list-left {
    transition: all 0.8s ease-out 0s;
    transform: scale(1.03);
}

.common-content-list-item:hover .common-content-list-right,
.common-content-list-item:hover .common-content-list-right-content,
.common-content-list-item:hover .common-content-list-right-date:after {
    color: #ffffff;
}

.common-content-list-left {
    width: 10.625rem;
    height: 6.75rem;
    flex: 0 0 auto;
}

/*.common-content-list-left:hover {*/
/*    transition: all 0.8s ease-out 0s;*/
/*    transform: scale(1.03);*/
/*}*/

.common-content-list-right {
    font-weight: bold;
    color: #333333;
    font-size: 1.125rem;
    flex: 1;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.common-content-list-right-date {
    font-size: 1rem;
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
}

.common-content-list-right-date:after {
    background-color: #d6d6d6;
    height: 0.0625rem;
    width: 3%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.5rem;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.common-content-list-right-content {*/
/*    font-weight: normal;*/
/*    font-size: 1rem;*/
/*    color: #6d6d6d;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.common-content-list-right-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.common-content-page {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.common-nav-more {
    display: none;
}

.content-textList {
    margin: 1.5rem auto;
    margin-bottom: 0;
    border: 0.0625rem solid #d6d6d6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 1rem;
    position: relative;
    width: 97%;
}

.content-textList-title {
    font-weight: bold;
    color: #333333;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    flex: 1;
}

/*.content-textList-content {*/
/*    font-weight: normal;*/
/*    font-size: 1rem;*/
/*    color: #6d6d6d;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    margin-top: 0.5rem;*/
/*}*/

.content-textList-img {
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    z-index: 5;
    background: #ffffff;
    /*padding: 0.75rem 0 0 0.75rem;*/
}


.content-textList:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-image: url('../images/content-textList-img-01.png');
    background-size: 1.5rem 1.5rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: -0.75rem;
    right: -0.75rem;
    background-color: #ffffff;
    /* padding: 0.25rem; */
    padding-top: 0.5rem;
    padding-left: 0.75rem;

}

.content-textList-date {
    position: absolute;
    top: -0.75rem;
    left: -1.25rem;
    z-index: 5;
    background: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    color: #bfbfbf;
    /*padding: 0 0.75rem 0.75rem 0;*/
}

.content-textList-date:before {
    content: '';
    width: 0.125rem;
    height: 1rem;
    position: absolute;
    left: 1.125rem;
    top: 1.5rem;
    background: #ffffff;
}

.content-textList-date:after {
    content: '';
    width: 1rem;
    height: 0.125rem;
    position: absolute;
    top: 0.625rem;
    right: -0.875rem;
    background: #ffffff;
}

.content-textList:hover .content-textList-date,
.content-textList:hover .content-textList-title,
.content-textList:hover .content-textList-content {
    color: #055fcc;
}

.content-textList:hover {
    border: 0.0625rem solid #055fcc;
}

.content-textList:hover .content-textList-title {
    transform: translateX(0.25rem);
}

.content-textList:hover:after {
    background-image: url('../images/content-textList-img-03.png');
}

.common-content-hypertext-title {
    font-size: 1.25rem;
    text-align: center;
    color: #333333;
    margin: 1.5rem auto;
}

.common-content-hypertext-content {
    /*box-shadow: 0px 4px 10px 6px #f6f6f6;*/
    padding: 1rem 0rem;
    font-size: 1rem;
    color: #333333;
    line-height: 2rem;
    max-width: 100%;
}

.common-content-hypertext-content img, .common-content-hypertext-content video {
    max-width: 100%;
    height: auto;
}


.common-content-hypertext-item {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 40%;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #055fcc;
    font-size: 0.875rem;
}

.common-content-hypertext-share, .common-content-hypertext-time, .common-content-hypertext-eyes {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.common-content-hypertext-share img {*/
/*    height: 1.125rem;*/
/*}*/

.common-content-hypertext-share a {
    margin-right: 0.875rem;
}

.common-content-hypertext-share a:nth-last-child(1) {
    margin-right: 0;
}

.common-content-hypertext-time img {
    height: 0.875rem;
    margin-right: 0.5rem;
}

.common-content-hypertext-eyes img {
    height: 0.875rem;
    margin-right: 0.5rem;
}

.common-content-hypertext-next {
    color: #055fcc;
    border-top: 0.0625rem solid #d6d6d6;
    padding: 0.5rem 0;
}

.common-content-hypertext-next-item {
    display: block;
    padding: 0.25rem 0;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    /*padding-left: 1rem;*/
}

.common-content-hypertext-next-item:hover {
    transform: translateX(0.25rem);
}
/* 内页结束 */
@media (max-width: 1920px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1440px)and (min-width: 1024px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .nav-navbar {
        display: flex !important;
    }

    .nav-navbar > li > a:after {
        content: '';
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        background-color: #e06f58;
    }

    .nav-navbar > li > a:hover:after {
        width: 100%;
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    /*.header-container {*/
    /*    background: transparent !important;*/
    /*}*/
}

@media (max-width: 1420px) {
    .header-box-top, .header-container-item, .quick-entry, .dual-zone, .qualification-container, .edu, .ai, .footer-container,.common-content {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        width: calc(100% - 3rem);
    }

    .news {
        margin-bottom: 1.5rem;
    }

    .link-box {
        margin-bottom: -1.5rem;
    }

    .header-logo {
        width: 16rem;
    }

    .footer-qrcode-img:before {
        border-width: 0.375rem 0.75rem 0.75rem 0.75rem;
    }

    .common-content-hypertext-item {
        width: 45%;
    }
}

@media (max-width: 1200px) {
    .nav-item {
        margin-left: 3rem;
    }

    .header-logo {
        width: 15rem;
    }

    .notice {
        margin-right: 1rem;
    }

    .tab-item {
        margin-right: 1rem;
        flex: 0 0 calc((100% - (1rem * 4)) / 5);
    }
}

@media (max-width: 1023px) {

    .header-box {
        height: 0;
    }

    .header-box-top {
        display: none;
    }

    .mobile-search {
        margin-top: 1rem;
        display: block;
        position: relative;
        font-size: 1rem;
    }

    .mobile-search-input {
        width: 100%;
        height: 2.25rem;
        border-radius: 1rem;
        padding: 0 0.5rem;
        border: 0.0625rem solid #a5a5a5;
        background: transparent;
        color: #545454;
    }

    .mobile-search-input::placeholder {
        color: #545454;
    }

    .mobile-search img {
        height: 1.125rem;
        width: 1.3125rem;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .nav-item, .search-container {
        display: none;
    }

    .mobile-menu-more {
        display: block;
    }

    .header-container {
        /*position: fixed;*/
        z-index: 9;
        width: 100%;
    }

    .nav-item {
        margin-left: 0;
        position: fixed;
        top: 4.375rem;
        left: 0;
        width: 100%;
        height: 100%;
        transition: right 0.3s ease;
        background: #f5fbff !important;
        padding: 0 1rem;
        overflow-y: auto;
        padding-top: 0.75rem;
        z-index: 99;
    }

    .nav-navbar li {
        position: relative;
        display: block;
    }

    .nav-navbar li a {
        width: 100%;
        text-align: left;
        border-bottom: 0.0625rem solid #a5a5a5;
        color: #004b77;
        padding: 0.75rem 0;
        font-weight: bold;
    }

    .nav-navbar li:last-child > a {
        border-bottom: none;
    }



    .mobile-menu-more {
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 1rem;
        top: 0.5rem;
        padding: 0.25rem 0.875rem;
    }

    .mobile-menu-more img {
        height: 1.25rem;
    }

    .nav-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        background: rgb(240 246 249);
        padding: 0 0.5rem;
        font-size: 1.125rem;
        transition: none;
        height: 0;
    }

    .nav-dropdown a:hover {
        color: #ffffff;
    }

    .nav-navbar li:hover > .nav-dropdown {
        /*display: none;*/
        opacity: 0;
        height: 0;
        visibility: hidden;
    }

    .nav-navbar li:hover > .nav-dropdown.open {
        /*display: block;*/
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .nav-navbar::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        background: linear-gradient(to bottom, #e2e2e2, #f5fbff);
        margin-top: 0.5rem;
    }

    .menu {
        width: 1.5rem;
        height: 1.375rem;
        /*margin: 0 2rem;*/
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .menu i {
        height: 0.125rem;
        background: #2d2f30;
        width: 1.625rem;
        border-radius: 0.0625rem;
        margin-bottom: 0.375rem;
    }

    .menu i:nth-child(3) {
        margin-bottom: 0;
    }

    /* 隐藏汉堡图标和显示 X 图标的样式 */
    .menu.x-shape i {
        display: none; /* 隐藏汉堡菜单 */
    }

    .x-shape {
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
    }

    .x-shape:before,
    .x-shape:after {
        content: '';
        position: absolute;
        width: 1.5rem;
        height: 0.125rem;
        background-color: #2d2f30;
    }

    .x-shape:before {
        transform: rotate(45deg);
        top: 0.5rem;
        left: 0;
    }

    .x-shape:after {
        transform: rotate(-45deg);
        top: 0.5rem;
        left: 0;
    }

    .swiper-banner {
        height: 30rem;
    }

    .common-content {
        flex-direction: column;
    }

    .common-nav {
        position: static;
    }

    .common-nav-active {
        width: 100% !important;
        text-align: left;
        padding: 0.75rem 1.25rem;
        font-size: 1.25rem;
        position: relative;
        margin-top: 1rem;
        top: 0 !important;
    }

    .common-second-nav {
        position: relative;
        text-align: left;
        /*margin-bottom: 2rem;*/
        font-size: 1.125rem;
    }

    .common-content-list {
        margin-left: 0;
        margin-top: 0;
    }

    /*.common-second-nav-item.active {*/
    /*    display: block;*/
    /*}*/
    .common-second-nav-item {
        display: none;
        /*margin-top: 1rem;*/
        padding: 0 1.25rem;
        background: #ffffff;
        line-height: 1.75rem;
    }

    .common-second-nav-item.active {
        color: #055fcc;
    }

    .common-second-nav-item:hover {
        color: inherit;
    }

    .common-content-title, .common-title-position:before, .common-title-position:after,
    .common-second-nav-item:before, .common-second-nav-item:after {
        display: none;
    }

    .common-content-item {
        flex-direction: column;
    }

    .common-three-nav {
        display: flex;
        /*position: absolute;*/
        bottom: -4rem;
        left: 0;
        white-space: nowrap;
        overflow-x: auto; /* 允许横向滚动 */
        -webkit-overflow-scrolling: touch; /* 平滑滚动 */
        /*border: 1px solid #ddd;*/
        /*padding: 0.75rem 0; !* 给菜单一些内边距 *!*/
        margin: 0.5rem 0;
        box-shadow: 0px 4px 6px 2px #f6f6f6;
        max-width: 100%; /* 防止菜单超出页面宽度 */
    }

    .common-three-nav-item:hover {
        color: inherit;
    }

    .common-three-nav-item {
        display: inline-block;
        /*padding: 5px 10px;*/
        /*background-color: #f4f4f4;*/
        text-decoration: none;
        /*border: 1px solid #ddd;*/
        margin-right: 0.75rem;
        white-space: nowrap; /* 保证文字不换行 */
        flex-shrink: 0; /* 防止菜单项缩小 */
    }
    .common-three-nav-item:after{
        display: none;
    }

    .common-three-nav::-webkit-scrollbar {
        display: none;
    }

    .common-nav-more img {
        height: 1.875rem;
        width: 1.875rem;
    }

    .common-nav-more {
        position: absolute;
        right: 1.25rem;
        top: calc(50% - 0.9375rem);
        /*transform: translateY(-50%);*/
        display: block;
        z-index: 1;
    }

    /*.common-content-list-left {*/
    /*    width: 10.625rem;*/
    /*    height: 6.75rem;*/
    /*}*/
    /*.common-content-list-right-title {*/
    /*    -webkit-line-clamp: 1;*/
    /*}*/
    .common-content-list-right {
        padding-left: 0.75rem;
    }

    .common-content-list-right-date {
        padding-top: 0.5rem;
        padding-bottom: 0.75rem;
    }

    /*.common-content-list-right-content {*/
    /*    -webkit-line-clamp: 2;*/
    /*    font-size: 0.9375rem;*/
    /*}*/
    .common-content-list-right-date:after {
        bottom: 0.25rem;
    }

    .common-content-list-item {
        padding: 0.5rem;
    }

    /*.content-textList-content {*/
    /*    -webkit-line-clamp: 2;*/
    /*    font-size: 0.9375rem;*/
    /*}*/
    .common-content-hypertext-item {
        width: 60%;
    }

    .common-content-position {
        margin-top: 0.5rem;
        display: none;
    }

    .common-content-hypertext-content table {
        max-width: 100%;
        table-layout: auto; /* 避免内容过长撑开 */
        word-wrap: break-word; /* 长文本换行 */
    }

    .common-content-hypertext-content table td,
    .common-content-hypertext-content table th {
        word-break: break-word; /* 强制长文本换行 */
        white-space: normal; /* 允许文本折行 */
    }

    .dual-zone {
        flex-direction: column;
    }

    .notice {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .notice:last-child {
        margin-bottom: 0;
    }

    .tab-item {
        margin-right: 1rem;
        flex: 0 0 calc((100% - (1rem * 3)) / 4);
    }
    .notice-bar-more, .qualification-bar-more, .grey-background-bar-more,.ai-bar-more{
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .common-content-hypertext-item {
        width: 70%;
    }
    .tab-item {
        margin-right: 1rem;
        flex: 0 0 calc((100% - (1rem * 2)) / 3);
    }

    .tab-menu {
        white-space: nowrap;
        overflow-x: auto;
        margin-left: 0;
        max-width: 100%;
        -webkit-overflow-scrolling: touch; /* 平滑滚动 */
    }

    .tab-menu li {
        margin-right: 2rem;
    }

    .tab-menu li:after {
        right: -1rem;
    }

    .tab-item-btn {
        padding: 0.25rem 0.875rem;
        border-radius: 0.25rem;
    }

    .quick-entry-link {
        margin-right: 1rem;
        padding: 0.875rem 0.5rem;
    }

    .swiper-banner {
        height: 20rem;
    }

    .quick-entry {
        margin: 2rem auto;
    }

    .eduSwiper, .occupationSwiper, .aiSwiper, .visionSwiper {
        margin: 0 3rem;
    }

    .eduSwiper-button-next, .occupationSwiper-button-next, .aiSwiper-button-next, .visionSwiper-button-next {
        width: 2rem;
        height: 2rem;
    }

    .eduSwiper-button-prev, .occupationSwiper-button-prev, .aiSwiper-button-prev, .visionSwiper-button-prev {
        width: 2rem;
        height: 2rem;
    }

    .vision .ai-bar-more {
        right: 0;
    }

    .ai-bar-more {
        right: 0;
    }

    .grey-background-bar-more {
        margin-right: 0;
    }

    .ai-bar-title:after {
        width: 3.75rem;
        right: -100%;
    }

    .ai-bar-title:before {
        width: 3.75rem;
        left: -110%;
    }

    .footer-follow-content-img img {
        height: 5rem;
        width: 5rem;
    }

    .footer-follow-content-img {
        margin-right: 1rem;
    }

    .side{
        width: 4.25rem;
        height: 12rem;
        font-size: 0.875rem;
    }
    .side-item-img {
        width: 2rem;
    }
    .side-item-content{
        left: -9.5rem;
    }
    .side-item-content-wechat{
        left: -9.875rem;
    }

    .internal-banner{
        height: 15rem;
    }
}

@media (max-width: 650px) {
    .footer-container {
        flex-direction: column;
        margin-right: 0;
    }

    .footer-follow {
        margin-top: 1rem;
    }
}

@media (max-width: 580px) {
    .tab-item {
        margin-right: 1rem;
        flex: 0 0 calc((100% - (1rem * 1)) / 2);
    }

    .quick-entry-container {
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .quick-entry-link {
        flex: 0 0 auto;
        scroll-snap-align: center;
        min-width: 120px;
    }
}


/** 网格布局开始 */
.grid-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*margin-bottom: -2rem;*/
    /*margin-right: -2rem;*/
    margin: 2rem 0;
    /*justify-content: space-between;*/
}

.grid-div-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*flex-wrap: nowrap;*/
    /*color: #333333;*/
    margin-bottom: 2rem;
    width: calc(100% / 4 - 1.5rem);
    background: #f2f2f3;
    border-radius: 0.5rem;
}

.grid-div-item:hover{
    color: #00478B;
}

.grid-div-item-img {
    width: 100%;
    height: auto;
    max-width: 26rem;
}
.grid-div-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-div-item-img:hover{
    transition: all 0.8s ease-out 0s;
    transform: scale(1.03);
}

/*.grid-div-item-dt {*/
/*    text-align: left;*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/

/*.grid-div-item-dt:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -0.75rem;*/
/*    width: 1.5rem;*/
/*    height: 0.0625rem;*/
/*    background: #00558d;*/
/*}*/
.grid-div-item-dt{
    position: relative;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    color: #055fcc;
}
.grid-div-item-dt:after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    background: #e06f58;
}
.grid-div-item-dt:hover:after{
    width: 50%;
    left: 25%;
    transition: all 0.5s ease-in-out;
}

.grid-div-item-date {
    color: #00558d;
    margin: 0.375rem 0;
}

.grid-div-item-title {
    margin: 0.375rem 0;
    /*font-weight: bold;*/
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 580px) {
    .grid-div-item {
        margin-right: 0.5rem;
        width: calc(100% / 2 - 0.25rem);
    }
    .grid-div-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 580px) and (max-width: 768px) {
    .grid-div-item {
        margin-right: 1rem;
        width: calc(100% / 3 - 0.75rem);
    }
    .grid-div-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid-div-item {
        margin-right: 1.25rem;
        width: calc(100% / 4 - 1rem);
    }
    .grid-div-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .grid-div-item {
        margin-right: 1.5rem;
        width: calc(100% / 3 - 1rem);
    }
    .grid-div-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .grid-div-item {
        margin-right: 2rem;
    }
    .grid-div-item:nth-child(4n) {
        margin-right: 0;
    }
}

/*网格布局结束*/

/** 内页预约板块样式开始 */
.appointment{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 2rem auto;
}

.appointment-item{
    display: flex;
    flex-direction: column;
    background: rgb(255 255 255 / 15%);
    border-radius: 0.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    /*flex: 1;*/
    /*width: calc(100% / 5 - 2rem);*/
    flex: 0 0 calc((100% - (1.5rem * 3)) / 4);
    box-sizing: border-box;
    /* item本身高度可固定或自适应，但不被内容撑开 */
    overflow: hidden;
}

.appointment-item:nth-child(4n) {
    margin-right: 0;
}
.appointment-item .tab-item-info{
    background-color: #f2f2f3;
}
.appointment-item .tab-item-info:hover{
    background-color: #055fcc;
}
.appointment-item .tab-item-info:hover .tab-item-price-text,
.appointment-item .tab-item-info:hover .tab-item-title,
.appointment-item .tab-item-info:hover .tab-item-desc{
    color: #ffffff;
}
.appointment-item .tab-item-tag{
    color: #e5a10a;
}
.appointment-item .tab-item-btn{
    color: #ffffff;
}

.appointment-item .tab-item-price-text,.appointment-item .tab-item-title{
    color: #055fcc;
}

@media (max-width: 1200px) {
    .appointment-item{
        margin-right: 1rem;
        margin-bottom: 1rem;
        flex: 0 0 calc((100% - (1rem * 2)) / 3);
    }
    .appointment-item:nth-child(4n) {
        margin-right: 1rem;
    }
    .appointment-item:nth-child(3n) {
        margin-right: 0;
    }
}
@media (max-width: 580px) {
    .appointment-item{
        flex: 0 0 calc((100% - (1rem * 1)) / 2);
    }
    .appointment-item:nth-child(3n) {
        margin-right: 1rem;
    }
    .appointment-item:nth-child(2n) {
        margin-right: 0;
    }
}


/** 内页预约板块样式结束 */




/* 兼容性提示 */
.ie11 {
    text-align: center;
    color: #fff;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 36px;
    background: #000000;
    font-weight: 300;
    opacity: 0.7; /* 现代浏览器 */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* 兼容IE6/7 */
}