html {
    -webkit-tap-highlight-color: transparent;
    /* scroll-padding-top: 80px; */
    /* background-color: #fff; */
    /* width: 100%; */
    /* height: 100% */
}

* {
    box-sizing: border-box;
}

body {
    /* min-width: 100vw !important; */
    /* height: 100%; */
    /* display: flex; */
    flex-grow: 1;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

.zyjs ul li::marker {
    color: #fff !important;
    /* 使默认标记颜色透明 */
}

ul {
    margin: 0;
}

ul li::marker {
    color: #fff;
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
}

[v-cloak] {
    display: none;
}

p {
    margin: 0 !important;
}

.menu-icon {
    display: none;
}

.top-nav-left {
    cursor: pointer;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    z-index: 1;
}

.content {
    width: 1200px !important;
}

.app-container {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.mycontent {
    max-width: 100vw;
    min-width: 1200px;
    /* width: 100%; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    /* border:1px solid red; */
}

.banner {
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
    /* height: 30.667vw;  */
    height: 600px;
    position: relative;
}

.swiper .modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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


a {
    text-decoration: none;
    /* 去掉下划线 */
    color: inherit;
    /* 继承父元素的颜色 */
}

img {
    display: block;
}

body #nav {
    position: absolute !important;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
}

/* 内部导航栏 */
.inner-nav {
    height: 48px;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    position: relative;
    top: 0;
    z-index: 100;
}

/* 内部导航栏吸顶样式 */
.inner-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.inner-nav-box {
    width: max-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.inner-nav-item {
    color: #1F2329;
    width: max-content;
    padding: 0 20px;
    height: 48px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.inner-nav-active {
    color: #fff;
    width: max-content;
    padding: 0 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEB104;
}

/* 电话联系 */
.phone-contact {
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 9999;
}

.phone-icon {
    width: 54px;
    height: 216px;
    background: #062687;
    border-radius: 34px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    /* 实现文字竖向排列 */
    text-align: justify;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    cursor: pointer;
}

.tel-img {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
}

.input-box {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 338px;
    height: 302px;
    padding-top: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.input-box::after {
    content: "";
    position: absolute;
    right: -16px;
    /* 调整小三角相对于输入框右边的位置 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 精确垂直居中 */
    border-width: 8px;
    /* 控制小三角的大小 */
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    /* 调整小三角的颜色 */
}

.input-box .input-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #040E46;
    line-height: 36px;
    font-style: normal;
}

.input-box input {
    display: block;
    width: 284px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    padding-left: 12px;
}

.input-box .submit-btn {
    width: 280px;
    height: 48px;
    background: #FEB104;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zixun-box {
    width: 338px;
    height: 92px;
    border-radius: 0 0 20px 20px;
    background: #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zixun-title {
    color: #040E46;
    font-size: 20px;
    line-height: 32px;
}

.info-box {
    width: 1200px;
    margin: auto;
    padding: 72px 0;
}

.support-box {
    width: 1200px;
    margin: 0 auto 72px;
}

.info-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #4C5277;
    line-height: 32px;
    text-align: justify;
    font-style: normal;

}

/* 泰国留学优势 */
.thailand-box {
    background: #fff;
}

.thailand-content {
    display: flex;
    justify-content: space-between;
}

.thailand-item {
    width: 285px;
    height: 447px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 49px 23px;
}

.thailand-item:nth-child(odd) {
    background: #062687;
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
}

.thailand-item:nth-child(even) {
    background: #FEB104;
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
}

.thailand-img {
    display: block;
    width: 86px;
    height: 86px;
}

.thailand-title {
    margin: 24px 0 16px 0;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.thailand-intro {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* 限制为2行 */
    overflow: hidden;
    font-size: 20px;
    line-height: 32px;
    font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
}

/* 积云·东亚大学双轨培养体系：技能与学历的 */
.allcourse-container {
    /* height: 864px; */
    background: #FFF5EB;
    overflow: hidden;
}

.allcourse-content {
    display: flex;
    justify-content: space-between;
    height: 400px;
    margin-top: 72px !important;
}

.allcourse-content .allcourse-item {
    background-repeat: no-repeat;
    height: 399px;
    flex: 1;
    margin-right: 20px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    background-size: center / cover;
}

.allcourse-item.current {
    flex: 2;
    transition: flex .3s;
}

.allcourse-detail {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 32px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.allcourse-title {
    font-size: 24px;
    font-weight: Bold;
    margin-bottom: 16px;
}

.subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.allcourse-active {
    color: #fff;
    padding: 72px 0 32px 32px;
}

.allcourse-intro {
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
    border-radius: 20px;
    color: #4C5277;
    font-size: 20px;
    width: 502px;
    border-radius: 20px;
    background: #fff;
    color: #4C5277;
    padding: 4px 40px;
    margin-top: 32px;
    -webkit-line-clamp: 5;
}

.allcourse-intro-text {
    margin: 32px 0;
}

/* 积云留学全周期成长支持体系 */
.support-tips {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #4C5277;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px !important;
}

.support-title {
    margin-bottom: 40px !important;
}

.support-content {
    display: flex;
    justify-content: space-between;
}

.support-item {
    width: 378px;
    height: 288px;
    background: #FFFFFF;
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
    border-radius: 20px;
    position: relative;
}

.support-bg {
    width: 362px;
    height: 73px;
    position: absolute;
    top: 23px;
    left: -9px;
}

.support-top {
    position: absolute;
    top: 45px;
    left: 40px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}

.support-info ol {
  list-style: none; /* 移除默认序号 */
  padding-left: 0;
  margin: 0px;
  counter-reset: my-counter; /* 初始化计数器 */
}

.support-info ol li {
  position: relative;
  padding-left: 34px; /* 为自定义序号留出空间 */
  margin-bottom: 16px;
}

.support-info ol li::before {
  counter-increment: my-counter; /* 每次出现li时递增计数器 */
  content: counter(my-counter); /* 显示计数器的值 */
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFC84E 0%, #FEB104 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.support-info {
    position: absolute;
    height: 168px;
    top: 80px;
    padding: 0 40px 0 32px;
    margin-top: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.support-info-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 东亚大学介绍 */
.university-content {
    display: flex;
    justify-content: space-between;
    height: 512px;
}

.university-onebox {
    display: flex;
    align-items: center;
}

.university-left {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin: 32px 62px 0 0;
}

.university-title {
    font-weight: bold;
    font-size: 40px;
    color: #040E46;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    margin-left: 17px;
}

.university-logo {
    width: 84px;
    height: 84px;
}

div {
    font-family: SourceHanSansCN, SourceHanSansCN;
}

.university-intro {
    font-weight: 400;
    font-size: 20px;
    color: #4C5277;
    margin: 16px 0 32px 0;
    line-height: 32px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* 限制为2行 */
    overflow: hidden;
}

.university-threebox {
    display: flex;
    justify-content: space-between;
}

.university-threebox div {
    width: 258px;
    height: 140px;
    padding-left: 32px;
    background: #FBFBF9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.university-tag_desc {
    font-weight: bold;
    font-size: 32px;
    color: #FEB104;
}

.top-title {
    margin-top: 10px;
}

.university-tag {
    font-weight: 400;
    font-size: 20px;
    color: #4C5277;
    margin-top: 16px !important;
}

.university-right {
    width: 51%;
    position: relative;
}

.university-right div:nth-child(1) img {
    width: 268px;
    height: 246px;
    position: absolute;
    left: 142px;
    z-index: 3;
}

.university-right div:nth-child(2) img {
    width: 268px;
    height: 246px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.university-right div:nth-child(3) img {
    width: 322px;
    height: 393px;
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-left: 20px;
}

/* 为什么选择东亚大学 */
.choose-box {
    width: 100%;
    height: 670px;
}

.choose-item {
    width: 386px;
    height: 406px;
    background: #fff;
    box-shadow: 4px 6px 20px 0px rgba(115, 87, 64, 0.08);
    border-radius: 20px;
}

.choose-item-top {
    height: 214px;
}

.choose-item-img {
    height: 182px;
    border-radius: 20px;
}

.choose-content {
    display: flex;
    justify-content: space-between;
}

.choose-item-top {
    position: relative;
}

.choose-item-title {
    width: 306px;
    height: 60px;
    background: #062687;
    border-radius: 0px 100px 100px 0px;
    width: 235px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
}

.choose-explain {
    padding: 32px 24px 0 24px;
}

/* 信息技术学院 */
.message-box {
    display: flex;
}

.message-img {
    width: 595px;
    height: 464px;
    margin-right: 72px;
}

.message-title {
    width: 176px;
    height: 60px;
    background: #062687;
    border-radius: 25px 25px 25px 0px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-explain {
    margin: 32px 0 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.flex {
    display: flex;
    align-items: baseline;
}

.scroll-class {
    overflow-y: auto;
}

.message-icon {
    width: 22px;
    height: 20px;
    margin: 15px 7px 0 0;
}

.message-icon-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 20px;
    color: #040E46;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 8px !important;
}

.message-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.message-detail-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 适学人群及申请条件 */
.apply-box {
    height: auto;
    background: #FFF5EB;
}

.apply-item {
    height: 400px;
    border-radius: 23px;
    background-color: #062687;
    display: flex;
}

.apply-item-right {
    margin: 78px 72px 40px 32px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.apply-item-img {
    width: 528px;
}

.apply-title {
    font-size: 40px;
    font-weight: Bold;
}

.apply-subtitle {
    font-size: 20px;
}

.apply-condition {
    font-size: 20px;
    font-weight: Bold;
    margin: 24px 0 12px 0 !important;
}

.apply-detail {
    line-height: 32px;
    margin-left: -10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.apply-item.reverse-layout {
    justify-content: space-between;
    background-color: #FEB104;
    flex-direction: row-reverse;
    margin: 72px 0;
}

.apply-item.reverse-layout .apply-item-right {
    margin-left: 72px;
}

/* 申请指南 */


.guide-item {
    width: 280px;
    height: 368px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    padding: 48px 24px 28px 24px;

}

.guide-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guide-circle {
    width: 88px;
    height: 88px;
    background: #062687;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.circle-index {
    font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: right;
    font-style: normal;
}

.guide-img {
    width: 68px;
    height: 68px;
}

.guide-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 24px;
    color: #040E46;
    line-height: 36px;
    margin: 16px 0;
    text-align: justify;
}

.guide-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 84px 182px;
}

.guide-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scroll-container:hover .scroll-content {
    animation-play-state: paused;
}

.scroll-class {
    overflow-y: auto;
}

.scroll-class::-webkit-scrollbar {
    width: 10px;
}

.scroll-class::-webkit-scrollbar-track {
    background: #f5f7ff;
    opacity: 0.5;
    /* 滚动条轨道背景色 */
    border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb {
    /* 滚动条高度 */
    background: #f5f7ff;
    border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb:hover {
    background: #f5f7ff;
    /* 滚动条悬停颜色 */
}

.common-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    font-style: normal;
    color: #040E46;
    margin-bottom: 72px;
}

.qzxj-container {
    overflow: hidden;
    height: 400px;
    background: url('/assets/img/sub/form-bg.png') no-repeat center / cover;
}

.qzxj-form {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.qzxj-form input {
    width: 274px;
    height: 68px;
    background: #FFFFFF;
    /* 清除默认样式 */
    border: none;
    outline: none;
    padding-left: 24px;
    font-weight: 500;
    font-size: 24px;
    color: #1F2329;
    box-sizing: border-box;
}

.zixun-btns {
    width: 192px;
    height: 68px;
    background: linear-gradient(104deg, #1763FF 0%, #C173F4 60%, #FF8800 100%);
    text-align: center;
    line-height: 68px;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}