/* 公共部分样式 */

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

img {
    width: 100%;
}

a {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
}

p,
a,
span,
img {
    font-size: 0;
}

img {
    display: block;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div {
    font-size: initial;
}

.disNone {
    display: none;
}


/* music */

@keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

#musicControl {
    position: fixed;
    right: 15px;
    top: 10px;
    margin-top: 0;
    display: inline-block;
    z-index: 99999999
}

#musicControl a {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url('../img/play.png') no-repeat;
    background-size: 100%;
}

#musicControl a audio {
    width: 100%;
    height: 56px;
}

#musicControl a.stop {
    background-position: left bottom;
}

#musicControl a.on {
    background-position: 0px 1px;
    animation: reverseRotataZ 1.2s linear infinite;
    -webkit-animation: reverseRotataZ 1.2s linear infinite;
}

#music_play_filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999998;
}


/* banner部分的样式 */

.bannerBox {
    width: 100%;
    /* height: 13.3rem; */
    /* height: 110vh; */
    height: 13.34rem;
    background: url(../img/bannerBg.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bannerBlock {
    position: relative;
    height: 100%;
}

.bannerLogo img {
    width: 3.7rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.55rem;
}

.bannerTitle {
    width: 6.85rem;
    margin: 1.3rem auto 0 auto;
    animation-duration: 1.6s;
    animation-delay: 0.5s;
    display: block;
}

.bannerSubTitle {
    display: block;
    width: 6.59rem;
    margin: 0.5rem auto 0 auto;
    animation-duration: 1.6s;
    animation-delay: 0.5s;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bannerOpen {
    display: block;
    width: 3.27rem;
    margin: 3.6rem auto 0 auto;
    cursor: pointer;
}

.bannerDown {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
    width: 0.47rem;
    -webkit-animation: dowmMouse 2s infinite ease-out;
    -moz-animation: dowmMouse 2s infinite ease-out;
    -o-animation: dowmMouse 2s infinite ease-out;
    -ms-animation: dowmMouse 2s infinite ease-out;
    animation: dowmMouse 2s infinite ease-out;
}

@-webkit-keyframes dowmMouse {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@keyframes dowmMouse {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

@-webkit-keyframes zoomSlogan {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes zoomSlogan {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}


/* 标题样式 */

.itemTitleBox {
    padding-top: 0.5rem;
    margin-bottom: 0.4rem;
    font-size: 0;
    text-align: center;
}

.itemTitleBlock {
    display: inline-block;
    position: relative;
}

.itemTitleBlock:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.26rem;
    left: -1.34rem;
    width: 1.23rem;
    height: 0.04rem;
    background: url(../img/ticon01.png) no-repeat center center;
    background-size: cover;
}

.itemTitleBlock:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.26rem;
    right: -1.34rem;
    width: 1.23rem;
    height: 0.04rem;
    background: url(../img/ticon02.png) no-repeat center center;
    background-size: cover;
}

.itemTitleBlock p {
    font-size: 0.42rem;
    line-height: 0.44rem;
    font-weight: bold;
    color: #41210f;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.itemTitleBlock p label {
    display: block;
    font-size: 0.2rem;
    color: #41210f;
    letter-spacing: 1px;
    font-weight: normal;
}

.itemTitleBlock p.mark {
    font-size: 0.2rem;
}

.itemTitleBlock02 p {
    color: #ffffff;
}

.itemTitleBlock span {
    display: block;
    font-size: 0.18rem;
    color: #333333;
    opacity: 0.58;
    margin: 0.1rem auto 0 auto;
}

/* 沙赛历程 */

.yaShaProgressBox {
    position: relative;
    z-index: 2;
}

.yaShaProgressBlockTop {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background: url(../img/yaShaProgressTopBg.png) no-repeat center top;
    background-size: cover;
    border-top-left-radius: 0.38rem;
    border-top-right-radius: 0.38rem;
}

.yaShaProgressTitle img:nth-child(1) {
    display: block;
    width: 2.52rem;
    margin: 0 auto;
}

.yaShaProgressTitle img:nth-child(2) {
    display: block;
    width: 3.11rem;
    margin: 0.2rem auto 0 auto;
}

.yaShaProgressRouteBox {
    padding: 0.5rem 0;
    position: relative;
}

.yaShaProgressRouteCont .yaShaProgressYear {
    /* width: 13.333%; */
    position: absolute;
}

.yaShaProgressRouteCont .yaShaProgressYear01 {
    width: calc(100 / 750 * 100%);
    top: 2rem;
    left: 0.19rem;
    animation-delay: 0;
}

.yaShaProgressRouteCont .yaShaProgressYear02 {
    width: calc(103 / 750 * 100%);
    top: 2.85rem;
    left: 0.49rem;
    animation-delay: 0.2s;
}

.yaShaProgressRouteCont .yaShaProgressYear03 {
    width: calc(104 / 750 * 100%);
    top: 2.52rem;
    left: 1.42rem;
    animation-delay: 0.4s;
}

.yaShaProgressRouteCont .yaShaProgressYear04 {
    width: calc(104 / 750 * 100%);
    top: 1.7rem;
    left: 1.1rem;
    animation-delay: 0.6s;
}

.yaShaProgressRouteCont .yaShaProgressYear05 {
    width: calc(104 / 750 * 100%);
    top: 1.3rem;
    left: 1.65rem;
    animation-delay: 0.8s;
}

.yaShaProgressRouteCont .yaShaProgressYear06 {
    width: calc(103 / 750 * 100%);
    top: 0.98rem;
    left: 2.4rem;
    animation-delay: 1s;
}

.yaShaProgressRouteCont .yaShaProgressYear07 {
    width: calc(104 / 750 * 100%);
    top: 1.85rem;
    left: 2.8rem;
    animation-delay: 1.2s;
}

.yaShaProgressRouteCont .yaShaProgressYear08 {
    width: calc(104 / 750 * 100%);
    top: 1.2rem;
    left: 3.4rem;
    animation-delay: 1.4s;
}

.yaShaProgressRouteCont .yaShaProgressYear09 {
    width: calc(107 / 750 * 100%);
    top: 1.7rem;
    left: 4.2rem;
    animation-delay: 1.6s;
}

.yaShaProgressRouteCont .yaShaProgressYear10 {
    width: calc(111 / 750 * 100%);
    top: 0.85rem;
    left: 4rem;
    animation-delay: 1.8s;
}

.yaShaProgressRouteCont .yaShaProgressYear11 {
    width: calc(106 / 750 * 100%);
    top: 0.35rem;
    left: 4.7rem;
    animation-delay: 2s;
}

.yaShaProgressRouteCont .yaShaProgressYear12 {
    width: calc(109 / 750 * 100%);
    top: 1.15rem;
    left: 5.15rem;
    animation-delay: 2.2s;
}

.yaShaProgressRouteCont .yaShaProgressYear13 {
    width: calc(81 / 750 * 100%);
    top: 0.35rem;
    left: 6.1rem;
    animation-delay: 2.4s;
}

.yaShaProgressRouteCont .yaShaProgressYear14 {
    width: calc(100 / 750 * 100%);
    top: 0.99rem;
    left: 6.4rem;
    animation-delay: 2.6s;
}

.yaShaProgressTitle_slide {
    width: 41.4666%;
    margin: -0.9rem auto 0.2rem auto;
    font-size: 0;
}


/* 第三版 */

.yaShaProgressScrool {
    position: relative;
    width: 100%;
    height: 9.2rem;
    overflow-x: scroll;
}

.yaShaProgressMark {
    font-size: 0.28rem;
    text-align: center;
    color: #666666;
    line-height: 0.6rem;
}

.yaShaProgressScrool .yaShaProgressScroolImg {
    width: 1500%;
    position: absolute;
    animation: move 100s linear infinite 1.5s;
}

.yaShaProgressCont {
    height: 5.91rem;
    position: relative;
    z-index: -1;
    padding: 0.3rem 0 0.4rem 0;
    background: url(../img/yaShaProgressContBg.png) no-repeat center bottom;
    background-size: cover;
}

.yaShaProgressCont p {
    font-size: 0.24rem;
    line-height: 0.48rem;
    font-weight: bold;
    text-align: center;
    /* color: #3F200E; */
    color: #513524;
}


/* 官方视频 */

.officialVideoBox {
    background: url(../img/officialVideoBg.png) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
}

.officialVideoSwiperBox {
    width: 100%;
    height: 4.41rem;
    animation-duration: 1.5s;
}

.officialVideoSwiperBox .swiper-container-horizontal>.swiper-pagination-bullets,
.officialVideoSwiperBox .swiper-pagination-custom,
.officialVideoSwiperBox .swiper-pagination-fraction {
    font-size: 0;
    bottom: 0;
}

.officialVideoSwiperBox .swiper-pagination-bullet {
    background: #512d10;
    opacity: 1;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.6rem;
    transition: all 0.5s ease;
}

.officialVideoSwiperBox .swiper-pagination-bullet-active {
    width: 0.6rem;
    background: #ffc600;
}

.officialVideoSwiperBox .officialVideoSwiper {
    padding-bottom: 0.5rem;
}

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

.officialVideoItemImg {
    width: 100%;
}

.officialVideoItemImg img {
    display: block;
}

.officialVideoItemCont {
    box-sizing: border-box;
    padding-left: 0.08rem;
    position: absolute;
    z-index: 2;
    width: 90%;
    bottom: 0.3rem;
    left: 5%;
    color: #ffffff;
    border-left: 0.05rem solid #ffc600;
}

.officialVideoItemCont p:nth-child(1) {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}

.officialVideoItemCont p:nth-child(2) {
    font-size: 0.24rem;
    line-height: 0.32rem;
}

/* 亚沙风采展示 */

.yashaStyleShowBox {
    box-sizing: border-box;
    height: 16.34rem;
    background: url(../img/yashaStyleShowBoxBg.png) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 0.5rem;
    padding-top: 0.2rem;
    position: relative;
    z-index: 2;
}

.yashaStyleSlogan {
    position: absolute;
    width: 0.91rem;
    top: 0.2rem;
    right: 0.57rem;
}

.yashaStyleShowMark p {
    margin-left: 2%;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #ffffff;
}

.yashaStyleShowMark02 p {
    margin-left: 2%;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #ffc600;
    margin-top: 0.10rem;
}

.yashaStyleShowBlock {
    margin-top: 0;
}

.yashaStyleShowTitle {
    width: 6.9rem;
    margin: 0 auto;
    overflow-x: auto;
}

.yashaStyleShowTitle ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.yashaStyleShowTitle ul li {
    width: 1.62rem;
    margin-right: 0.14rem;
    cursor: pointer;
    position: relative;
}

.yashaStyleShowTitle ul li:nth-child(4),
.yashaStyleShowTitle ul li:nth-child(7) {
    margin-right: 0;
}

.yashaStyleShowTitle ul .active {
    color: #ffffff;
}

.yashaStyleShowTitle ul li img:nth-child(2) {
    display: none;
}

.yashaStyleShowTitle ul li.active img:nth-child(1) {
    display: none;
}

.yashaStyleShowTitle ul li.active img:nth-child(2) {
    display: block;
}

.yashaStyleMore p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #a8a8a8;
    text-align: center;
}

.yashaStyleShowCont {
    width: 94%;
    margin: 0.3rem 3% 0 3%;
}

.yashaStyleShowCont ul {
    position: relative;
}

.yashaStyleShowCont ul li {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: auto;
    overflow: hidden;
    display: none;
}

.yashaStyleShowCont ul li.active {
    display: block;
}

/* .yashaStyleShowCont ul .active {
    height: auto;
    overflow: hidden;
} */

.yashaStyleShowCont ul li .yashaStyleShowItemBox {
    overflow: hidden;
}

.yashaStyleShowCont ul li .yashaStyleShowItemBox .yashaStyleShowItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.25rem;
    float: left;
    box-shadow: 1px 5px 10px 0px rgba(29, 29, 29, 0.34);
    border-radius: 0.16rem;
    overflow: hidden;
}

.yashaStyleShowCont ul li .yashaStyleShowItemBox .yashaStyleShowItem:nth-child(even) {
    margin-right: 0;
}

.yashaStyleShowItemBox .yashaStyleShowItem .yashaStyleShowItemPic {
    position: relative;
    font-size: 0;
}

.yashaStyleShowItemBox .yashaStyleShowItem .yashaStyleShowItemPic .yashaStylePlayBtn {
    width: 14%;
    position: absolute;
    left: 43%;
    top: 43%;
}

.yashaStyleShowItemBox .yashaStyleShowItem .yashaStyleShowItemTitle {
    height: 0.6rem;
    background: #ffffff;
    overflow: hidden;
}


/* .yashaStyleShowItemTitle img {
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.1rem 0.05rem 0.1rem 0.1rem;
} */

.yashaStyleShowItemTitle p {
    width: 90%;
    float: left;
    font-size: 0.2rem;
    color: #494949;
    line-height: 0.6rem;
    padding: 0 5% 0 5%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* .yashaStyleShowItemTitle p:nth-child(2) {
    width: 30%;
    float: right;
    text-align: center;
    font-size: 0.2rem;
    color: #494949;
    line-height: 0.6rem;
} */

.yashaStyleShowSwitch {
    overflow-x: hidden;
    margin-top: 0.3rem;
    position: relative;
    height: 0.8rem;
}

.yashaStyleShowSwitch p {
    width: 49%;
    margin-right: 2%;
    float: left;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    outline: none;
}

.yashaStyleShowSwitch .yashaStyleShowPrev {
    background: #ffffff;
    color: #030402;
    opacity: 0.6;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    cursor: pointer;
}

.yashaStyleShowSwitch .yashaStyleShowNext {
    margin-right: 0;
    background: #f7c26c;
    color: #030402;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    cursor: pointer;
}

.yashaStyleShowSwitch .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.yashaStyleShowSwitch .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.yashaStyleShowSwitch .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .55;
    cursor: auto;
    pointer-events: none;
    background: #ffffff;
    color: #c27d03;
}

/* 院校风采新样式 */
.videoBox {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 750px;
    max-width: 100%;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.95);
}

.v-close {
    position: relative;
    z-index: 12;
    cursor: pointer;
    width: 0.7rem;
    margin: 0.2rem auto 0 auto;
}

.schoolVideo {
    width: 94%;
    margin: 2vh auto;
}

.schoolNewList {
    width: 94%;
    margin: 0 3%;
}

.schoolNewList li {
    margin-bottom: 0.1rem;
    background: #ffffff;
}

.schoolNewList li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.schoolNewList li .newsContLeft {
    width: 66%;
    margin-left: 2%;
    margin-right: 2%;
}

.schoolNewList li .newsContRight {
    width: 30%;
    font-size: 0;
}

.schoolNewList li .newsContLeft .newsContTitle {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #5d5d5d;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    background: none;
}

.schoolNewList li .newsContLeft .newsContTime {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #828181;
    background: none;
}

.schoolNewList li .newsContRight img {
    font-size: 0;
    width: 100%;
}

/* 商学院领袖 */
.opinionLeadersBox {
    box-sizing: border-box;
    background: url(../img/opinionLeadersBg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 0.9rem;
    padding-top: 3.95rem;
    margin-top: -0.9rem;
    position: relative;
    z-index: 1;
}

.opinionLeadersBox .itemTitleBlock02 p label {
    color: #ffffff;
}

.opinionLeadersImg {
    position: absolute;
    width: 100%;
    height: 10.75rem;
    top: 1.3rem;
    left: 0;
}

.opinionLeadersImg img {
    width: 6.85rem;
    margin: 0 auto;
}

.opinionLeadersBlock {
    width: 6.98rem;
    margin: 0.5rem auto 0 auto;
}

.generatePoster {
    text-align: center;
    font-size: 0;
}

.generatePoster .generatePosterMark {
    width: 1.99rem;
    margin: 0.2rem auto 0 auto;
}

.opinionLeadersLayer {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(194, 125, 3, 0.95);
}

.opinionLeadersClose {
    width: 0.8rem;
    margin: 0.4rem auto;
    cursor: pointer;
    font-size: 0;
}

.opinionLeadersPicBig {
    width: 80%;
    margin: 0 auto;
}

.opinionLeadersPicBigBox img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 80vh;
}

.opinionLeadersSmallPic ul {
    display: flex;
    flex-wrap: wrap;
    width: 6.98rem;
}

.opinionLeadersSmallPic ul li {
    width: 2.18rem;
    font-size: 0;
    margin-bottom: 0.11rem;
    cursor: pointer;
}

.opinionLeadersSmallPic ul li:nth-child(3n+2) {
    margin: 0 0.22rem;
}

.opinionLeadersSwitch {
    margin: 0.3rem 0.1rem 0.3rem 0.1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opinionLeadersSwitch p {
    width: 3.33rem;
    font-size: 0.3rem;
    line-height: 0.64rem;
    text-align: center;
    outline: none;
}

.opinionLeadersSwitch .opinionLeadersPrev {
    background: #ffffff;
    color: #030402;
    opacity: 0.6;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    cursor: pointer;
}

.opinionLeadersSwitch .opinionLeadersNext {
    margin-right: 0;
    background: #e06d03;
    color: #030402;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    cursor: pointer;
}

.opinionLeadersSwitch .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.opinionLeadersSwitch .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.opinionLeadersSwitch .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .55;
    cursor: auto;
    pointer-events: none;
    background: #ffffff;
    color: #c27d03;
}


/* 参与院校 */

.participatingInstitutionsBox {
    background: #efefef;
    padding-bottom: 0.5rem;
}

.participatingInstitutionsBlock {
    width: 6.98rem;
    margin: 0.4rem auto 0 auto;
    position: relative;
}

.participatingInstitutionsBlock .swiper-container {
    padding-bottom: 0.8rem;
}

.participatingInstitutionsList ul {
    overflow: hidden;
}

.participatingInstitutionsList ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(194, 125, 3, 0.34);
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 0.15rem;
}

.participatingInstitutionsList ul li:nth-child(3n+3) {
    margin-right: 0;
}

.participatingInstitutionsBlock .swiper-container-horizontal>.swiper-pagination-bullets,
.participatingInstitutionsBlock .swiper-pagination-custom,
.participatingInstitutionsBlock .swiper-pagination-fraction {
    bottom: 0;
    font-size: 0;
    margin: 0 20%;
    width: 60%;
}

.participatingInstitutionsBlock .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 4px 0.04rem;
    border-radius: 50%;
    border: solid 1px #41210f;
    background: none;
    opacity: 1;
    transition: all ease 0.5s;
}

.participatingInstitutionsBlock .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border: none;
    background: #41210f;
    opacity: 1;
    margin: 0 0.04rem;
}


/* 特别鸣谢 */

.specialThanksBox {
    padding-bottom: 0.4rem;
}

.specialThanksBlock {
    width: 6.99rem;
    margin: 0.4rem auto 0 auto;
}

.specialThanksBlock img {
    animation-duration: 1.5s;
}

/* 联系我们 */

.technicalSupport {
    font-size: 0.2rem;
    text-align: center;
    color: #414141;
    line-height: 0.75rem;
}

.technicalSupport a {
    font-size: 0.2rem;
    color: #414141;
}


/* 领队海报页面 */

.lingDuiPoster {
    font-size: 0;
}

.lingDuiPoster img {
    width: 100%;
}


/* 二级页面 */

.sharePic {
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0.4rem;
    text-align: center;
    color: #dcaa3b;
}

.pageBox {
    width: 100%;
}

.videoTitleBox {
    overflow: hidden;
    margin: 0.2rem 0 0.2rem 0;
}

.videoTitleBox img {
    width: auto;
    max-width: 1.6rem;
    /* width: 1.2rem; */
    height: 0.7rem;
    float: left;
    margin-top: 0.1rem;
    margin-right: 0.16rem;
    margin-left: 0.1rem;
}

.videoTitleBox .schoolTitle {
    width: calc(100% - 2rem);
    float: left;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #5b5b5b;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videoTitleBox .videoTitle {
    width: calc(100% - 2rem);
    float: left;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #5b5b5b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videoDetailBox {
    font-size: 0;
}

.videoDetailBox video {
    font-size: 0;
}

.videoBox iframe {
    width: 100%;
    height: 240px;
    /* 设置后无法点击a标签等 */
    /* pointer-events: none; */
    /* position: relative;
    z-index: 11; */
}

.videoBox p {
    padding: 0 0.2rem;
    overflow: hidden;
    background: #f3f0ed;
}

.videoBox p span {
    font-size: 0.26rem;
    line-height: 0.8rem;
    display: inline-block;
    color: #5b5b5b;
}

.videoBox p span:nth-child(1) {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videoBox p span:nth-child(2) {
    float: right;
}

.videoBlock {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(calc(-50% - 1rem));
}

.pageBox .swiper-slide {
    width: 100%;
}

.pageBox .swiper-pagination {
    font-size: 0;
    margin: 0.3rem 0 0.5rem 0;
    position: relative;
}

.pageBox .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.8rem;
    left: 0;
    /* width: 100%; */
    font-size: 0;
}

.pageBox .swiper-pagination-bullet {
    width: 0.6rem;
    border-radius: 0%;
    height: 0.05rem;
    outline: none;
    font-size: 0.26rem;
    margin: 0 0.06rem;
    background: #ffffff;
    opacity: 1;
}

.pageBox .swiper-pagination-bullet-active {
    background: #ffc600;
}

.backIndexBox {
    font-size: 0;
    text-align: center;
    margin: 0.5rem 0;
    position: relative;
    z-index: 2;
}

.backIndexBox a {
    display: inline-block;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #030402;
    background: #f7c26c;
    text-align: center;
    padding: 0 0.3rem;
    border-radius: 0.3rem;
    text-decoration: none;
    font-weight: bold;
}

.backIndexBox a:hover,
.backIndexBox a:visited,
.backIndexBox a:link,
.backIndexBox a:active {
    text-decoration: none;
}

.newsMainBox {
    background: #EDEDED;
}

.newsMainBlcok {
    background: #ffffff;
    padding: 0.2rem 4% 0.2rem 4%;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    box-shadow: inset 0px 3px 3px 0px #c5c5c5;
}

.newsTitleBox {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.newsTitleBox .newsTitleName {
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #030402;
    background: #f7c26c;
    font-weight: bold;
    width: 1.8rem;
    margin: 0 auto;
    border-radius: 0.5rem;
}

.newsList {
    margin: 0 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsList li {
    margin-top: 0.2rem;
    width: 48.6%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0.13rem;
    overflow: hidden;
}

.newsList li a {
    text-decoration: none;
}

.newsList li .newsContImg {
    font-size: 0;
}

.newsList li .newsContBottom {
    width: 92%;
    margin: 0.16rem 4% 0.25rem 4%;
}

.newsList li .newsContBottom .newsContTitle {
    height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #5d5d5d;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList li .newsContBottom .newsContTime {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #828181;
}

.newsList li .newsContImg img {
    font-size: 0;
    width: 100%;
}

.noMore {
    height: 0.6rem;
    text-align: center;
    color: #b8b8b8;
    font-size: 0.26rem;
    line-height: 0.6rem;
    margin: 0.2rem 0;
}

/* 新二级 */
.secondBox {
    background: url(../img/secondBg01.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 0.53rem;
    padding-bottom: 1.7rem;
}

.secondBanner {
    width: 5.76rem;
    margin: 0 auto 0.3rem auto;
}

.secondImg {
    font-size: 0;
}

.videoSection {
    width: 6.8rem;
    margin: 0 auto 0.5rem auto;
    background: #ffffff;
    border-radius: 0.18rem;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.secondImg02 {
    font-size: 0;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}

.newsBox {
    background: url(../img/secondBg02.jpg) repeat-y center top;
    background-size: cover;
    padding-top: 1rem;
    margin-top: -1rem;
    padding-bottom: 0.45rem;
}

/* 俱乐部荣誉榜 */
.honorBox {
    padding-bottom: 0.55rem;
}

.honorTitle {
    width: 6.98rem;
    margin: 0 auto 0.4rem auto;
}

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

.honorTitle ul li {
    position: relative;
    width: 1.96rem;
    height: 1.96rem;
    background: url(../img/honorTitleBg.png) no-repeat center center;
    background-size: cover;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.honorTitle ul li p {
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.45rem;
}

.honorTitle ul li p span {
    display: block;
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.45rem;
}

.honorTitle ul li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    border-top: 0.15rem solid #41210f;
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid transparent;
}

.honorBlock ul {
    width: 6.98rem;
    margin: 0 auto;
}

.honorBlock ul li {
    background-color: #ecd6bc;
    border-radius: 0.3rem;
    padding: 0.05rem;
    display: none;
}

.honorBlock ul li.active {
    display: block;
}

.honorBlock ul li .honorItem {
    background: #efefef;
    border-radius: 0.3rem;
    padding: 0.18rem 0.22rem;
}

.honorItem {
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.32rem;
}

.honorCont {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    border-bottom: 0.02rem dashed #41210f;
}

.honorCont p {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding: 0.1rem 0;
}

.honorCont p:nth-child(1) {
    width: 2.56rem;
}

.honorCont p:nth-child(2) {
    width: 3.88rem;
}

.honorCont p span {
    display: block;
    font-size: 0.22rem;
}

.honorCont:nth-child(1) {
    background: #ecd6bc;
    border-bottom: 0;
}

.honorCont:nth-child(1) p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #333333;
    padding: 0;
}

.honorCont:last-child {
    border-bottom: 0;
}

/* 特别鸣谢 */
.lbg {
    background: url(../img/lbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.4rem 0 0.5rem 0;
}

.thanksBlock .thanksItem {
    margin: 0 auto 0.7rem auto;
}

.thanksBlock .thanksItem01 {
    width: 3.52rem;
}

.thanksBlock .thanksItem02 {
    width: 4.1rem;
}

.thanksBlock .thanksItem03 {
    width: 3.17rem;
}

.thanksBlock .thanksItem04 {
    width: 6.8rem;
}

.thanksBlock .thanksItem05 {
    width: 5.1rem;
}

.thanksBlock .thanksItem06 {
    width: 2.57rem;
}

.thanksBlock .thanksItem07 {
    width: 3.61rem;
}

.contact .contactTitle {
    width: 2.56rem;
    margin-bottom: 0.3rem;
    margin-left: auto;
    margin-right: auto;
}

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

.contact .contactCont .box {
    display: inline-block;
}

.contact .contactCont .item {
    margin-bottom: 0.15rem;
}

.contact .contactCont .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.contact .contactCont .item p:nth-child(1) {
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #ffffff;
    display: inline-block;
    background: #221815;
    border-radius: 0.22rem;
    padding: 0 0.1rem;
    font-weight: bold;
    margin-right: 0.15rem;
}

.contact .contactCont .item p:nth-child(2) {
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #221815;
    font-weight: bold;
}

.thanksBox .code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 3.6rem;
    margin: 0.6rem auto 0 auto;
}

.thanksBox .code .left {
    width: 1.85rem;
}

.thanksBox .code .right {
    width: 1.55rem;
}



@media (min-width:789px) {

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

    .videoBox iframe {
        width: 100%;
        height: 400px;
    }

    .opinionLeadersLayer {
        width: 750px;
        left: 50%;
        transform: translateX(-50%);
    }

    .opinionLeadersPicBigBox img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-height: 75vh;
    }
}