html,
body {
    font-family: "SourceHanSansCN-Normal";
    overflow-x: hidden;
    background: url(/special/2024/0921nkEMBA/img/bg.png) no-repeat top center;
    background-size: cover;
}


/* 公共部分样式 */

html,
body {
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans SC";
    font-weight: normal;
}

a {
    cursor: pointer;
    color: #000000;
}

img {
    width: 100%;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
}

p,
div {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #474747;
}

.disNone {
    display: none;
}

/* banner部分的样式 */

.bannerBox {
    width: 100%;
    height: 13.82rem;
    background: url(/special/2024/0921nkEMBA/img/bannerBg2.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    margin-bottom: 0.42rem;
}

.bannerLogo {
    padding: 0.59rem 0.38rem 0.87rem 0.38rem;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bannerLogo a:nth-child(1) {
    width: 2.41rem;
}

.bannerLogo a:nth-child(2) {
    width: 2.84rem;
}

.bannerTitle {
    width: 5.88rem;
    margin-left: 0.44rem;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.bannerTitle img {
    -webkit-animation: animations 3s infinite ease;
    -moz-animation: animations 3s infinite ease;
    -o-animation: animations 3s infinite ease;
    -ms-animation: animations 3s infinite ease;
    animation: animations 3s infinite ease;
}

.bannerSlogan {
    width: 1.4rem;
    margin-top: -0.56rem;
    margin-left: 5.54rem;
    margin-bottom: 2.1rem;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

@keyframes animations {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes downAnimations {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        transform: translate(0, 20px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

.introTitle {
    text-align: center;
}

.introTitle p:nth-child(1) {
    font-size: 0.19rem;
    line-height: 0.32rem;
    color: #d01d25;
    position: relative;
    display: inline-block;
}

.introTitle p:nth-child(1):before {
    content: '';
    position: absolute;
    width: 1.48rem;
    height: 0.02rem;
    background: #d01d25;
    left: -1.64rem;
    top: 0.15rem;
}

.introTitle p:nth-child(1):after {
    content: '';
    position: absolute;
    width: 1.48rem;
    height: 0.02rem;
    background: #d01d25;
    right: -1.64rem;
    top: 0.15rem;
}

.introTitle p:nth-child(2) {
    margin: 0.1rem 0.31rem 0.22rem 0.31rem;
    font-size: 0.46rem;
    line-height: 0.82rem;
    font-weight: bold;
    background: url(/special/2024/0921nkEMBA/img/introTitleBg.png) no-repeat center center;
    background-size: cover;
    color: #94114b;
}

.introCont {
    box-sizing: border-box;
    width: 6.96rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.68);
    padding: 0.15rem;
    border-radius: 0.24rem;
}

.introCont p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    background: #ffffff;
    padding: 0.12rem 0.24rem;
    border-radius: 0.2rem;
    text-align: justify;
}

/* 通用标题 */

.itemTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0.3rem 0.35rem 0.3rem;
    cursor: pointer;
}

.itemTitle p:nth-child(1) {
    font-size: 0.35rem;
    line-height: 0.55rem;
    color: #94114b;
    font-weight: bold;
    padding: 0 0.25rem;
    border-radius: 0.14rem;
    background: #F8EFE9;
    margin-right: 0.14rem;
}

.itemTitle p:nth-child(2) {
    font-size: 0.24rem;
    color: #f8efe9;
}

.itemTitleW p:nth-child(1) {
    color: #ffffff;
    background: url(/special/2024/0921nkEMBA/img/itemBg02.png) no-repeat center center;
    background-size: cover;
}

.itemTitleW p:nth-child(2) {
    color: #d01d25;
}

.click {
    width: 0.4rem;
    margin-left: 0.15rem;
    -webkit-animation: animations2 2s infinite ease;
    -moz-animation: animations2 2s infinite ease;
    -o-animation: animations2 2s infinite ease;
    -ms-animation: animations2 2s infinite ease;
    animation: animations2 2s infinite ease;
}

@keyframes animations2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.7);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 教学特色 */
.featuresItemBox {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0.28rem;
    padding: 0.12rem;
    margin: 0 0.27rem 0.42rem 0.27rem;
}

.featuresItem {
    background: #ffffff;
    border-radius: 0.24rem;
    padding: 0.3rem 0;
}

.featuresItem .featuresIntro {
    width: 6.31rem;
    margin: 0 auto;
}

.featuresItem .featuresIntro p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: justify;
}

.featuresItem01 .featuresImg {
    width: 6.37rem;
    margin: 0.2rem auto 0.5rem auto;
}

.featuresItem02 .featuresImg {
    width: 6.53rem;
    margin: 0 auto 0.1rem auto;
}

.featuresItem03 .featuresImg {
    width: 6.66rem;
    margin: 0.1rem auto 0 auto;
}

.featuresItem04 .featuresImg {
    width: 6.09rem;
    margin: 0.3rem auto 0 auto;
}

.featuresItem04 .featuresIntro p:nth-child(1) {
    text-align: center;
    color: #94114b;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

/* 报考学历条件 */
.requirements {
    height: auto;
    background: none;
    padding-top: 0;
    margin-bottom: 0;
}

.requirements.active {
    height: 4.48rem;
    background: url(/special/2024/0921nkEMBA/img/requirementsBg2.png) no-repeat center top;
    background-size: cover;
    padding-top: 1.31rem;
    margin-bottom: 0.6rem;
}

.requirementsBlock {
    margin: 0 0.2rem;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0.28rem;
    padding: 0.12rem;
    margin-top: 0.4rem;
}

.requirementsBlock p {
    background: #ffffff;
    border-radius: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: justify;
    padding: 0.3rem 0.25rem;
}

/* 项目设置 */
.projectSettingBox {
    height: auto;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    animation-duration: 1.2s;
}

.projectSetting.active .projectSettingBox {
    height: 6.43rem;
    background: url(/special/2024/0921nkEMBA/img/projectSettingLine.png) no-repeat center top;
    background-size: 7.04rem auto;
    margin-top: -0.65rem;
    padding-top: 0.55rem;
    margin-bottom: 0.6rem;
    box-sizing: border-box;
}

.projectSettingBlock {
    width: 6.54rem;
    margin: 0 auto;
}

.projectItem {
    background: #F8EFE9;
    border-radius: 0.28rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 0.15rem;
}

.projectTitle {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/special/2024/0921nkEMBA/img/icon10.png) no-repeat center center;
    background-size: 100% 100%;
}

.projectCont {
    width: 4.54rem;
}

.projectTitle img {
    width: 0.49rem;
    margin-right: 0.1rem;
}

.projectTitle p {
    font-size: 0.26rem;
    line-height: 0.64rem;
    color: #861b66;
    font-weight: bold;
}

.projectTitle p span {
    visibility: hidden;
}

.projectCont p {
    font-size: 0.22rem;
    line-height: 0.28rem;
    color: #861b66;
}

.projectCont p span {
    display: block;
}

.projectItem02 .projectTitle p {
    line-height: 0.93rem;
}

.projectCont strong {
    font-size: 0.26rem;
}

/* 报考流程 */
.process {
    height: auto;
    background: none;
    padding-top: 0;
}

.process.active {
    height: 25.36rem;
    background: url(/special/2024/0921nkEMBA/img/processBg2.png) no-repeat center top;
    background-size: cover;
    padding-top: 1.36rem;
}

.processBox .box {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0.28rem;
    padding: 0.12rem;
    margin: 0 0.28rem;
}

.processBox .box .block {
    background: #ffffff;
    border-radius: 0.24rem;
    padding: 0.25rem 0.15rem;
}

.processIntro p:nth-child(1) {
    font-size: 0.28rem;
    color: #861b66;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.processIntro p:nth-child(2) {
    font-size: 0.26rem;
    text-align: justify;
    word-break: break-all;
}

.processIntro p:nth-child(2) span {
    color: #861b66;
    font-weight: bold;
    display: inline;
}

.processIntro p:nth-child(2) span a {
    color: #861b66;
}

.processIntro p:nth-child(2) span a:hover {
    color: #861b66;
}

.processTable table tr {
    height: 0.57rem;
    text-align: center;
}

.processTable table tr td {
    background: #F8EFE9;
    border-bottom: 0.05rem solid #ffffff;
    font-size: 0.18rem;
    line-height: 0.22rem;
    border-right: 0.02rem dashed #DBB988;
}

.processTable table tr td span {
    display: block;
}

.processTable table tr:nth-child(1) td {
    border-radius: 0.07rem;
    border-right: 0.05rem solid #ffffff;
    background: #DBB988;
    color: #871b65;
    font-size: 0.2rem;
    font-weight: bold;
}

.processTable table tr:nth-child(1) td:last-child {
    border-right: 0;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
}

.processTable table tr td:nth-child(1) {
    width: 0.69rem;
    border-top-left-radius: 0.07rem;
    border-bottom-left-radius: 0.07rem;
}

.processTable table tr td:nth-child(2) {
    width: 1.54rem;
}

.processTable table tr td:nth-child(3) {
    width: 2.48rem;
}

.processTable table tr td:nth-child(4) {
    width: 1.72rem;
    border-top-right-radius: 0.07rem;
    border-bottom-right-radius: 0.07rem;
}

.processTable {
    width: 6.4rem;
    margin: 0.3rem auto 0.05rem auto;
}

.processMark {
    background: #F8EFE9;
    border-radius: 0.1rem;
    padding: 0.14rem 0.14rem 0.2rem 0.14rem;
    margin-bottom: 0.3rem;
}

.processMark p {
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.processIntro02 p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: justify;
}

.processImg {
    width: 6.13rem;
    margin: 0.6rem auto;
}

.processMark02 p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0 0.5rem;
}

/* 联系我们 */
.code {
    margin: 1.2rem 0 1rem 0;
}

.code .img {
    width: 3.17rem;
    margin: 0 auto 0.36rem auto;
}

.code .img img {
    pointer-events: unset;
}

.code .cont {
    width: 6.16rem;
    margin: 0 auto;
}

.link {
    margin-left: 0.23rem;
    margin-bottom: 0.4rem;
}

.link p {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.link p a {
    color: #DBB988;
    display: block;
}

.contactTitle .title {
    width: 7rem;
    margin: 0 auto 0.25rem;
}

.contactTitle .cont {
    width: 7rem;
    margin: 0 auto 0.3rem auto;
}

.contactTitle .cont p {
    font-size: 0.26rem;
    line-height: 0.45rem;
    color: #ffffff;
}

.contactTitle .cont p a {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.28rem;
}

/* 标题及内容展示影藏 */
.itemCont {
    display: none;
}

.features.active .itemCont,
.requirements.active .itemCont,
.projectSetting.active .itemCont,
.process.active .itemCont {
    display: block;
}

@media (min-width:789px) {

    html,
    body {
        width: 750px;
        margin: 0 auto;
        /* background: #eeeeee; */
    }
}