/* 公共部分样式 */

html,
body {
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans SC";
    font-weight: normal;
    overflow-x: hidden;
    background: #ffffff;
    position: relative;
}

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

img {
    width: 100%;
    display: block;
}

p {
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.disNone {
    display: none;
}

/* banner部分的样式 */

/* .bannerBox {
    width: 100%;
    height: 10.59rem;
    background: url(/special/2024/yxs/img/bannerBg.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    padding-top: 0.4rem;
}

.logoBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.5rem;

}

.logo {
    width: 1.97rem;
    height: auto;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.logo02 {
    width: 2.69rem;
    height: auto;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}

.bannerTitle {
    width: 6.38rem;
    margin-left: 0.5rem;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    animation-delay: 1s;
    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;
}

.more {
    width: 3.27rem;
    margin: 0 auto 0.5rem auto;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}

.down {
    width: 0.47rem;
    margin: 0 auto;
    cursor: pointer;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
}

.down img {
    -webkit-animation: downAnimations 2s infinite ease-out;
    -moz-animation: downAnimations 2s infinite ease-out;
    -o-animation: downAnimations 2s infinite ease-out;
    -ms-animation: downAnimations 2s infinite ease-out;
    animation: downAnimations 2s infinite ease-out;
} */


@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;
    }
}

/* banner新样式 */
.bannerBox {
    width: 100%;
    height: 10.55rem;
    background: url(/special/2024/yxs/img/bannerBg2.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
}

.top {
    width: 100%;
    animation-duration: 1.2s;
}

.logoBoxN {
    width: 2.69rem;
    margin: 0.34rem auto 0.42rem auto;
    animation-duration: 1.2s;
    animation-delay: 0.5s;
}

.bannerTitleN {
    width: 7.5rem;
    margin: 0 auto;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
}

.bannerTitleN 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;
}

.moreN {
    cursor: pointer;
    width: 4.27rem;
    margin: 0.7rem auto 0.4rem auto;
    animation-duration: 1.2s;
    animation-delay: 1s;
}

.arrowN {
    cursor: pointer;
    width: 0.5rem;
    margin: 0 auto;
    animation-delay: 1s;
}

.arrowN img {
    -webkit-animation: downAnimations 2s infinite ease-out;
    -moz-animation: downAnimations 2s infinite ease-out;
    -o-animation: downAnimations 2s infinite ease-out;
    -ms-animation: downAnimations 2s infinite ease-out;
    animation: downAnimations 2s infinite ease-out;
}


/* 通用标题 */

.itemTitle {
    text-align: center;
    padding: 0.45rem 0;
    position: relative;
    animation-duration: 1.5s;
}

.itemTitle img {
    margin: 0 auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.itemTitle01 img {
    width: 3.77rem;
}

.itemTitle02 img {
    width: 2.91rem;
}

.itemTitle03 img {
    width: 3.77rem;
}

.itemTitle04 img {
    width: 3.77rem;
}

.itemTitle05 img {
    width: 4.18rem;
}

.itemTitle06 img {
    width: 2.91rem;
}

.itemTitle07 img {
    width: 4.72rem;
}

.itemTitle08 img {
    width: 3.77rem;
}

.itemTitle09 img {
    width: 2.91rem;
}

.itemTitle10 img {
    width: 2.92rem;
}

/* 院校视频展示 */
.videoDisplay {
    position: relative;
    z-index: 2;
    height: 15.29rem;
    margin-top: -1.4rem;
    padding-top: 1.4rem;
    background: url(/special/2024/yxs/img/bg03.png) no-repeat center top;
    background-size: cover;
}

.videoBox {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.videoBlock {
    position: absolute;
    width: 96%;
    height: 60vw;
    z-index: 13;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoBlock iframe {
    height: 54vw;
}

.v-close {
    cursor: pointer;
    width: 0.7rem;
    margin: 0.2rem auto 0 auto;
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
}



/* 官方视频展示 */

.official {
    height: 10.63rem;
    position: relative;
    z-index: 2;
    margin-top: -0.97rem;
    padding-top: 0.97rem;
    background: url(/special/2024/yxs/img/bg01N.png) no-repeat center top;
    background-size: cover;
}

.officialBox {
    margin: 0 0.26rem;
}

.officialTop {
    border-radius: 0.2rem;
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.5);
    animation-duration: 1.5s;
}

.officialBottom {
    margin-top: 0.52rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.officialBottom .box {
    border-radius: 0.2rem;
    width: 3.26rem;
    box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.5);
    animation-duration: 1.5s;
}

/* 领队展示 */
.leaders {
    position: relative;
    z-index: 1;
    background: url(/special/2024/yxs/img/bg02.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 1.38rem;
    margin-top: -1.58rem;
    padding-bottom: 1.3rem;
}

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

.leadersBox {
    margin: 0 0.26rem 0.54rem 0.26rem;
}

.leadersItem {
    width: 2.17rem;
}

.leadersItem01,
.leadersItem03 {
    padding-top: 0.68rem;
}

.leadersItem .box:nth-child(1) {
    margin-bottom: 0.2rem;
}

.leadersItem .box img {
    cursor: pointer;
}

.leadersItem .box img:nth-child(1) {
    position: relative;
    z-index: 2;
}

.leadersItem .box img:nth-child(2) {
    margin-top: -0.45rem;
    position: relative;
    z-index: 1;
}

.switch01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.switchBtn {
    width: 0.86rem;
    cursor: pointer;
}

.switch01 .switchBtn:nth-child(1) {
    margin-right: 0.8rem;
}

.leadersBig {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.leadersBig .box {
    padding-top: 0.3rem;
    height: 100%;
}

.leadersBig .img {
    width: 5.5rem;
    margin: 0 auto;
}

.leadersBig .close {
    cursor: pointer;
    width: 0.8rem;
    margin: 0 auto 0.2rem auto;
}

/* 院校视频展示 */
.videoDisplayBox {
    margin: 0 0.26rem;
    position: relative;
    padding-bottom: 0.5rem;
}

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

.videoDisplayBlock .item {
    width: 3.39rem;
    cursor: pointer;
    margin-bottom: 0.29rem;
}

.videoDisplayBox .pagination01 {
    font-size: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.videoDisplayBox .pagination01 .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #d1d1d1;
    opacity: 1;
    margin: 0 0.08rem;
    transition: all ease 0.5s;
}

.videoDisplayBox .pagination01 .swiper-pagination-bullet-active {
    width: 0.74rem;
    border-radius: 0.2rem;
    background: url(/special/2024/yxs/img/icon01.png) no-repeat center center;
    background-size: cover;
}

/* 院校风采展示 */
.styleDisplay {
    position: relative;
    z-index: 1;
    margin-top: -1.45rem;
    padding-top: 1rem;
    padding-bottom: 1.4rem;
    background: url(/special/2024/yxs/img/bg04.jpg) no-repeat center top;
    background-size: cover;
}

.styleDisplayBox {
    position: relative;
    width: 6.99rem;
    margin: 0 auto;
    padding-bottom: 1.1rem;
}

.styleDisplayBlock .item:nth-child(1) {
    margin-bottom: 0.3em;
}

.styleDisplayBox .pagination02 {
    font-size: initial;
    width: 70%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.styleDisplayBox .pagination02 .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #d1d1d1;
    opacity: 1;
    margin: 0.02rem 0.05rem;
    transition: all ease 0.5s;
}

.styleDisplayBox .pagination02 .swiper-pagination-bullet-active {
    width: 0.64rem;
    border-radius: 0.2rem;
    background: url(/special/2024/yxs/img/icon01.png) no-repeat center center;
    background-size: cover;
}

/* 最美家庭展示 */
.familyDisplay {
    height: 19.2rem;
    position: relative;
    z-index: 2;
    margin-top: -1.45rem;
    padding-top: 1rem;
    background: url(/special/2024/yxs/img/bg05.png) no-repeat center top;
    background-size: cover;
}

.familyDisplayBox {
    width: 6.99rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.5rem;
}

.familyDisplayBox .pagination03 {
    font-size: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.familyDisplayBox .pagination03 .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #ffffff;
    opacity: 1;
    margin: 0 0.05rem;
    transition: all ease 0.5s;
}

.familyDisplayBox .pagination03 .swiper-pagination-bullet-active {
    width: 0.74rem;
    border-radius: 0.2rem;
    background: #ffffff;
    background-size: cover;
}

/* 团队奖项 */

.teamAwards {
    margin-top: -0.4rem;
    margin-bottom: 0.5rem;
}

.teamAwardsTitle {
    margin: 0 0.26rem 0.4rem 0.26rem;
}

.teamAwardsTitle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teamAwardsTitle ul li {
    width: 2.08rem;
    height: 0.73rem;
    text-align: center;
}

.teamAwardsTitle ul li:nth-child(1),
.teamAwardsTitle ul li:nth-child(2),
.teamAwardsTitle ul li:nth-child(3) {
    margin-bottom: 0.19rem;
}

.teamAwardsTitle ul li p {
    width: 1.42rem;
    margin: 0.26rem auto 0 auto;
    background: #efcb6c;
    font-size: 0.24rem;
    line-height: 0.39rem;
    font-weight: bold;
    cursor: pointer;
    color: #333333;
}

.teamAwardsTitle ul li.active {
    background: url(/special/2024/yxs/img/icon02.png) no-repeat center center;
    background-size: cover;
}

.teamAwardsTitle ul li.active p {
    background: none;
}

.teamAwardsBlock {
    margin: 0 0.26rem;
    background: #f2f2f2;
    padding: 0.19rem 0.18rem;
}

.teamAwardsBlock .item {
    display: none;
}

.teamAwardsBlock .item.active {
    display: block;
}

.teamAwardsBlock .item .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teamAwardsBlock .item .list p {
    width: 3.28rem;
    margin-top: 0.16rem;
    text-align: center;
    background: #e9e9e9;
    /* background: url(/special/2024/yxs/img/icon03.png) no-repeat center center; */
    background-size: cover;
    font-size: 0.22rem;
    line-height: 0.38rem;
    color: #333333;
}

/* 亚新小勇士 */
.littleWarrior {
    padding-bottom: 0.2rem;
}

.littleWarriorBox {
    width: 6.99rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.9rem;
}

.littleWarriorBox .pagination04 {
    font-size: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.littleWarriorBox .pagination04 .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #d1d1d1;
    opacity: 1;
    margin: 0 0.05rem;
    transition: all ease 0.5s;
}

.littleWarriorBox .pagination04 .swiper-pagination-bullet-active {
    width: 0.74rem;
    border-radius: 0.2rem;
    background: url(/special/2024/yxs/img/icon01.png) no-repeat center center;
    background-size: cover;
}

/* 参与院校展示 */
.schoolLogo {
    padding-bottom: 0.2rem;
}

.schoolLogoBox {
    width: 7rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.6rem;
}

.schoolLogoBox .pagination05 {
    font-size: initial;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.schoolLogoBox .pagination05 .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #d1d1d1;
    opacity: 1;
    margin: 0 0.05rem;
    transition: all ease 0.5s;
}

.schoolLogoBox .pagination05 .swiper-pagination-bullet-active {
    width: 0.74rem;
    border-radius: 0.2rem;
    background: url(/special/2024/yxs/img/icon01.png) no-repeat center center;
    background-size: cover;
}

/* 特别鸣谢 */
.specialThanksBox {
    width: 7.01rem;
    margin: 0 auto;
}

/* 联系我们 */
.contact {
    margin-top: 0.3rem;
    height: 6.03rem;
    padding-top: 1.3rem;
    background: url(/special/2024/yxs/img/bg06.png) no-repeat center top;
    background-size: cover;
    position: relative;
}

.contactBox {
    margin: 0.2rem 0.85rem 0 0.85rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contactBox .code {
    width: 1.52rem;
}

.contactBox .cont p {
    font-size: 0.28rem;
    color: #f7c26c;
    line-height: 0.45rem;
}

.contactBox .cont p a {
    color: #f7c26c;
}

.contactBox .cont p a:hover {
    color: #f7c26c;
}

.people {
    width: 3.19rem;
    position: absolute;
    bottom: 0;
    right: 0;
    animation-duration: 1.5s;
}

#message {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

@media (min-width:789px) {

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

    .videoBlock {
        width: 750px;
        height: 560px;
    }

    .videoBlock iframe {
        height: 420px;
    }
}