* {
    box-sizing: border-box;
}

body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    font-family: 16px/1.5  "PingFang SC", Helvetica, "Helvetica Neue", 微软雅黑, "Microsoft YaHei", Tahoma, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: auto;
}


html,
body {
    background-color: #fff;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.all {
    min-width: 1200px;
    position: relative;
}

.scrollNav {
    width: 100%;
    height: 70px;
}


/* nav */

#nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99;
    background: rgba(22, 22, 22, 0);
    min-width: 1200px;
    transition: all .3s;
}

.changeLan {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    position: absolute;
    top: 30%;
    right: 20px;
    cursor: pointer;
}

.navBox {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navBox .logo {
    width: auto;
    height: 50px;
    display: block;
    margin: 0;
}

#navListBox {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navList {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navList li {
    width: auto;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.navList li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
}

.navList li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #40CBF2;
    left: 0;
    bottom: 16px;
}

#navBtn {
    width: 104px;
    line-height: 35px;
    color: #fff;
    background-color: #40CBF2;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#menu {
    display: none;
}


/* banner.css */

.banner {
    width: 100%;
    height: auto;
    position: relative;
    /* margin-top: 69px; */
}

.bannerPic {
    width: 100%;
    height: auto;
}

.wapPic {
    display: none;
}

.bannerPic img {
    width: 100%;
    height: auto;
}

.bannerCont {
    position: absolute;
    width: 34%;
    top: 20%;
    left: 50%;
    margin-left: -17%;
}

.bannerCont img {
    width: 100%;
    height: auto;
}

/* .bannerCont div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.bannerCont div a {
    width: 190px;
    height: 63px;
    background: rgba(255, 255, 255, .1);
    border-radius: 8px;
    font-size: 26px;
    color: #fff;
    line-height: 63px;
    text-align: center;
}

.bannerCont div a:first-child {
    margin-right: 68px;
} */

.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 16px;
}

#countDown {
    width: 100%;
    display: flex;
    align-items: center;
}

#textSwiper {
    width: 820px;
    height: 36px;
    overflow: hidden;
    outline: 1px solid #999;
    color: black;
    font-size: 20px;
}

#scroll-box li {
    width: 100%;
    line-height: 36px;
    padding-left: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timeShow {
    flex: 1;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border: 1px solid #999;
}

.timeShow p {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.timeShow p span {
    display: block;
    width: 17px;
    height: 25px;
    line-height: 27px;
    background: linear-gradient( to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(139, 0, 0, 1) 20%, rgba(139, 0, 0, 0.8) 30%, rgba(139, 0, 0, .7) 40%, rgba(0, 0, 0, 0.9) 50%, rgba(139, 0, 0, 0.7) 60%, rgba(139, 0, 0, 0.8) 70%, rgba(139, 0, 0, 1) 80%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, .9) 100%);
    border-radius: 3px;
    margin: 0 1px;
}

#introduction {
    text-align: center;
    margin-bottom: 60px;
}

#introduction p {
    font-size: 30px;
    line-height: 71px;
    color: #001C63;
}

#introduction img {
    margin: 60px auto 0;
    width: 317px;
    height: 115px;
}

#lightSpot {
    width: 100%;
    overflow: hidden;
}

.title {
    margin: 0 0 69px;
    color: #333333;
    font-size: 32px;
    display: flex;
    align-items: center;
    line-height: 32px;
    font-weight: bold;
}

.title span {
    display: block;
    width: 6px;
    height: 32px;
    background-color: #001C63;
    margin-right: 30px;
}

.lightBox {
    display: flex;
}

.lightPic {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.lightPic a img {
    width: 192px;
    height: 192px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.lightCont {
    width: 574px;
    height: 400px;
    margin-left: 16px;
    background-color: #666666;
    border-radius: 8px;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
    padding: 37px;
}

#guest,
.guestOutBox {
    width: 100%;
}

.guest:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.guest {
    margin: 0 auto;
}

.guestBox {
    width: 224px;
    height: 408px;
    position: relative;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    transition: all .5s;
}

.guestBox:nth-child(5n) {
    margin-right: 0;
}

.guestBox:hover {
    transform: scale(1.04);
    transition: all .5s;
}

.guestBox img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.guestIntro {
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    padding: 0 18px;
    transform: scale(.9);
    transform-origin: left;
    width: 104%;
    max-height: 150px;
    overflow: hidden
}

.guestIntro h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.guestIntro p {
    font-size: 16px;
}

.moreBtn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #001C63;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 90px auto 0;
    cursor: pointer;
}

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

.scheduleList li {
    width: 590px;
    height: 368px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 36px 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
}

.scheduleList li:hover {
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}
.scheduleList .scheduleListPic{
    padding: 0;
}
.scheduleListPic img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
} 
.tips {
    width: 132px;
    height: 40px;
    background-color: #DCE0F1;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #5F6D97;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
}

.textBox {
    flex: 1;
    padding: 0 57px;
}

.scheduleList li h4 {
    font-size: 42px;
    font-weight: bold;
    color: #001C63;
    margin-top: 25px;
}

.dayCont {
    font-size: 30px;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dayTime {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #666666;
    padding: 0 57px;
}

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

.signUp {
    width: 380px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 13px;
    padding: 69px 30px;
    position: relative;
    transition: all .5s;
}

.signUp:hover {
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.guestType {
    font-size: 38px;
    font-weight: bold;
    color: #001C63;
    margin-bottom: 50px;
}

.get {
    font-size: 18px;
    color: #656565;
    line-height: 32px;
    margin-bottom: 50px;
    flex: 1;
}

.get p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #001C63;
    margin-bottom: 37px;
}

.inviteCode {
    font-size: 16px;
    margin-bottom: 11px;
    color: #001C63;
}

.signBtn {
    background-color: #001C63;
    cursor: pointer;
    padding: 12px 26px;
    border-radius: 5px;
}

.signBtn a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.choose {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #001C63;
    border-radius: 0 0 13px 13px;
    opacity: 0;
    transition: all .5s;
}


/* 组织机构 */

.partnerList {
    padding: 0 30px;
}

.sonTit {
    font-size: 24px;
    color: #001C63;
    margin: 68px 0 36px;
}

.partnerPicBox:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.partnerPicBox li {
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 185px;
    height: 80px;
    vertical-align: middle;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, .12);
}

.partnerPicBox li img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.society {
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

.society ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.society ul li {
    width: 25%;
}
/* 在线展区 */
.exhibitList ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }
.exhibitList ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.exhibitList ul li a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 78px;
    font-size: 40px;
    color: #333333;
    background-color: #cccccc;
    border-radius: 4px;
}
.exhibitList ul li a:hover{
    color: #fff;
    background-color: #001C63;
}
.exhibitList ul li:nth-child(3n){
    margin-right: 0;
}
/* 资料下载 */
.downloadBox ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.downloadBox ul li{
    width: 290px;
    margin-right: 13px;
    border:1px solid rgba(204,204,204,1);
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 36px;
    position: relative;
}
.downloadBox ul li div{
    width: 100%;
    position: absolute;
    top: 64%;
    left: 0;
}
.downloadBox ul li div p{
    text-align: center;
    font-size: 20px;
    color: #40CBF2;
}
.downloadBox ul li:nth-child(4n){
    margin-right: 0;
}
.downloadBox ul li:hover{
    box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.downloadBox ul li img{
    width: 112px;
    height: 109px;
    margin-bottom: 41px;
}
.downloadBox ul li h4{
    line-height: 1;
    font-size: 20px;
    color: #333333;
    margin-bottom: 36px;
    white-space: nowrap;
}
.downloadBox ul li a{
    display: block;
    width: 136px;
    border-radius: 5px;
    background-color: #001C63;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
}


/* 往届回顾 */

.reviewBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewBox a img {
    width: 582px;
    height: auto;
    border-radius: 8px;
}


/* 合作咨询 */

.contactList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    font-size: 20px;
    line-height: 34px;
}

.contactList div h4 {
    color: #001C63;
    font-weight: bold;
}

.contactList div p {
    color: #333333;
}


/* 版权 */

#copyright {
    border-top: 1px solid #666666;
    margin-top: 114px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 90px;
}


/* --------------------------------------------------分割线------------------------------------------------- */


/* 直播网站CSS-直播banner */

.liveBanner {
    width: 100%;
    height: 600px;
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.onlineCont {
    width: 1200px;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -600px;
    display: flex;
}
.videoSwiperBox{
    width: 800px;
    height: 460px;
    background-color: #000000;
    border-radius: 2px;
    overflow: hidden;
}
.videoSwiperBox .swiper-wrapper .swiper-slide{
    position: relative;
}
.videoSwiperBox .jumpBtn{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 60px;
}
.videoSwiperBox .jumpBtnBox{
    min-width: 36%;
    margin: 0 auto;
    width: fit-content;
    max-width: 36%;

}
.videoSwiperBox .jumpBtn a{
    box-shadow: 0 0 8px 0 #fff;
    padding: 0 20px;
    width: 100%;
    border-radius: 30px;
    font-size: 24px;
    background-color: #e94708;
    display: block;
    height: 100%;
    color: #fff;
    width: 100%;
    font-weight: 700;
}
.onlineVideo {
    width: 100%;
    height: 100%;
}

.videoCover,
.videoCover img {
    width: 100%;
    height: 100%;
}

.videoLive {
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}

/* .videoMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    transition: all .5s;
    z-index: 11;
} */

/* .videoMask:hover {
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
}

.videoMask img {
    width: 16%;
    height: auto;
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: -8%;
    opacity: .5;
    cursor: pointer;
    transition: all .5s;
}

.videoMask:hover #videoBtn {
    opacity: 1;
    transition: all .5s;
} */

.onlineList {
    flex: 1;
    margin-left: 60px;
}

.onlinePic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.onlinePic a img {
    width: 162px;
    height: 144px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.onlineLong a,
.onlineLong a img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


/* meetingBox */

.meetingListBox {
    width: 1200px;
    margin: 0 auto;
}
.meetingListWap{
    display: none;
}
.meetingList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.liveSwiper,.meetingList{
    width: 100%;
    overflow: hidden;
}
.liveSwiper .swiper-slide{
    display: flex;
    align-items: center;
    padding-left: 2px ;
}
.liveSwiperCont , .meetingList li{
    width: 224px;
    height: 140px;
    position: relative;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

.liveSwiperCont:nth-child(5n) {
    margin-right: 0px;
}

.liveSwiperCont a,
.liveSwiperCont a img ,
.meetingList li a,
.meetingList li a img{
    width: 100%;
    height: 100%;
}

.stateBox {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.thisTime {
    height: 18px;
    padding: 0 6px;
    background-color: rgba(51, 51, 51, .5);
    border-radius: 0 8px 8px 0;
}

.stateBox .liveState,
.stateBox .playBackState,
.stateBox .noticeState {
    width: 44px;
    height: 18px;
    text-align: center;
}

.stateBox .liveState {
    background-color: #DB360A;
}

.stateBox .playBackState {
    background-color: #40CBF2;
}

.stateBox .noticeState {
    background-color: #333333;
}

.live .playBackState,
.live .noticeState,
.playBack .liveState,
.playBack .noticeState,
.notice .playBackState,
.notice .liveState,
.noState .stateBox,
.noState .thisIntro {
    display: none;
}

.thisIntro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background: rgba(64, 203, 242, .2);
    font-size: 12px;
    color: #fff;
}

.thisIntro p {
    width: 100%;
    padding-left: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
    text-align: right;
}

.meetingSwiper {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
}

.meetingSwiper-pic,
.meetingSwiper-pic .swiper-slide a,
.meetingSwiper-pic .swiper-slide a img{
    width: 100%;
    height: 100%;
}

#docking {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dockingBox {
    width: 48%;
    height: auto;
}

.dockingBox img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.dockingBtn {
    width: 116px;
    height: 36px;
    text-align: center;
    background-color: #001C63;
    margin: 68px auto 0;
    border-radius: 5px;
}

.dockingBtn a {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

#footer {
    width: 100%;
    height: auto;
    background-color: #1D1D1D;
    padding: 76px 0;
    margin-top: 150px;
}

.footerBox {
    width: 1200px;
    margin: 0 auto;
}

.ulList {
    width: 100%;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
}

.ulBox {
    display: flex;
    width: 51%;
}

.ulBox ul {
    margin-right: 72px;
}

.ulBox ul:last-child {
    margin: 0;
}

.ulBox ul li a {
    font-size: 20px;
    line-height: 40px;
    color: #666666;
}

.footerBtn {
    width: 180px;
    height: 50px;
    background-color: #001C63;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.middle {
    margin-top: 70px;
}

.contactPerson {
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    width: 50%;
}

.contactPerson li:first-child {
    line-height: 1;
    margin-bottom: 20px;
}

.contactPerson li span {
    display: inline-block;
    width: 28%;
    margin-right: 10px;
}

.contactCode {
    display: flex;
}

.contactCode p {
    font-size: 20px;
    color: #666666;
    margin-right: 43px;
}

.contactCode div {
    display: flex;
}

.contactCode div img {
    width: 118px;
    height: 118px;
}

.contactCode div img:last-child {
    margin-left: 43px;
}

#footer .copyright {
    color: #666666;
    padding-bottom: 0;
}

@media screen and (max-width: 1500px) {
    html,
    body {
        zoom: .9;
        min-width: 1200px;
    }
}

@media screen and (max-width: 750px) {
    html,
    body {
        zoom: 1;
        min-width: 0;
    }
    .all {
        min-width: 0;
        position: relative;
    }
    .scrollNav {
        width: 100%;
        height: 44px;
    }
    /* nav */
    #nav {
        min-width: 0;
        height: 44px;
        display: flex;
        align-items: center;
        background: rgba(22, 22, 22, 1);
    }
    .changeLan {
        font-size: 14px;
        right: 60px;
    }
    .navBox {
        width: 100%;
        padding: 0 25px;
    }
    .navBox .logo {
        height: 28px;
    }
    #navListBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 44px;
        left: 0;
        background: rgba(0, 0, 0, 0.9);
    }
    .navList {
        width: 100%;
        flex-direction: column;
        margin-top: 18%;
    }
    .navList li {
        width: 100%;
    }
    .navList li a{
        font-size: 18px;
        line-height: 60px;
    }
    
    .navList li:first-child a{
        color: #40CBF2;
    }
    .navList li span {
        display: none;
    }
    .btnBox {
        display: flex;
        align-items: center;
    }
    #navBtn {
        width: 56px;
        line-height: 22px;
        font-size: 12px;
        border-radius: 3px;
        margin-right: 8px;
    }
    #menu {
        width: 23px;
        height: 15px;
        display: block;
    }
    /* banner.css */
    .banner {
        padding-top: 44px;
    }
    .banner .scrollNav {
        display: block;
    }
    .wapPic {
        display: block;
    }
    .webPic {
        display: none;
    }
    .bannerCont {
        position: absolute;
        width: 56%;
        height: auto;
        top: 24%;
        left: 50%;
        margin-left: -28%;
    }
    /* .bannerCont div {
        margin-top: 15px;
    }
    .bannerCont div a {
        width: 88px;
        height: 30px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 30px;
    }
    .bannerCont div a:first-child {
        margin-right: 20px;
    } */
    /* content */
    .content {
        width: 100%;
        margin: 0;
        padding: 5px 20px 0;
    }
    /* 倒计时 */
    #textSwiper {
        width: 170px;
        height: 20px;
        font-size: 12px;
    }
    #scroll-box li {
        padding-left: 15px;
        line-height: 20px
    }
    .timeShow {
        line-height: 20px;
        font-size: 12px;
    }
    .timeShow p {
        transform: scale(.9);
    }
    .timeShow p span {
        width: 10px;
        height: 12px;
        line-height: 12px;
        border-radius: 2px;
        margin: 0;
    }
    /* introduction */
    #introduction {
        margin-bottom: 15px;
    }
    #introduction p {
        font-size: 12px;
        line-height: 21px;
        font-weight: bold;
    }
    #introduction img {
        margin: 24px auto 0;
        width: 83px;
        height: 30px;
    }
    /* lightSpot */
    .title {
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .title span {
        width: 3px;
        height: 16px;
        margin-right: 16px;
    }
    .lightBox {
        flex-direction: column;
    }
    .lightPic {
        width: 100%;
    }
    .lightPic a {
        width: 32%;
    }
    .lightPic a img {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
        border-radius: 4px;
    }
    .lightCont {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 4px;
        font-size: 16px;
        line-height: 34px;
        padding: 22px;
    }
    /* guest */
    .guestBox {
        width: 31%;
        height: auto;
        border-radius: 4px;
        margin-right: 3.5%;
        margin-bottom: 12px;
    }
    .guestBox:nth-child(5n) {
        margin-right: 3.5%;
    }
    .guestBox:nth-child(3n) {
        margin-right: 0;
    }
    .guestBox img {
        border-radius: 4px;
    }
    .guestIntro {
        bottom: 2px;
        padding: 0;
        transform: scale(.9);
        left: 4px;
    }
    .guestIntro h4 {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .guestIntro p {
        font-size: 8px;
    }
    .moreBtn {
        width: 103px;
        height: 29px;
        line-height: 29px;
        border-radius: 3px;
        margin: 38px auto 0;
        font-size: 12px;
    }
    /* schedule */
    .scheduleList {
        width: 100%;
    }
    .scheduleList li {
        width: 49%;
        height: 110px;
        margin-bottom: 8px;
        border-radius: 4px;
        padding: 10px 0 9px;
    }
    .scheduleListPic img{
        border-radius: 4px;
    }
    .tips {
        width: 51px;
        height: 17px;
        line-height: 17px;
        font-size: 12px;
        border-radius: 0px 3px 3px 0px;
    }
    .textBox {
        padding: 0 10px;
    }
    .scheduleList li h4 {
        font-size: 12px;
        margin-top: 4px;
    }
    .dayCont {
        font-size: 10px;
        margin-top: 2px;
    }
    .dayTime {
        font-size: 12px;
        padding: 0 10px;
    }
    /* signUp */
    .signBox {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .signUp {
        width: 85%;
        height: auto;
        border-radius: 11px;
        padding: 40px;
        margin-bottom: 15px;
    }
    .guestType {
        font-size: 24px;
        margin-bottom: 33px;
    }
    .get {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .get p:first-child {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .inviteCode {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .signBtn {
        padding: 8px 16px;
        border-radius: 3px;
    }
    .signBtn a {
        font-size: 12px;
    }
    /* 组织机构 */
    .partnerList {
        padding: 0 0 0 16px;
    }
    .sonTit {
        font-size: 12px;
        margin: 24px 0 18px;
    }
    .partnerPicBox li {
        width: 22%;
        height: 32px;
        margin-right: 4%;
        margin-bottom: 10px;
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.12);
    }
    .partnerPicBox li:nth-child(4n) {
        margin-right: 0;
    }
    .society {
        font-size: 12px;
        line-height: 18px;
    }
    .society ul {
        align-items: flex-start;
    }
    .society ul li {
        width: 50%;
    }
    .society ul li:nth-child(2n) {
        padding-left: 3px;
    }
    /* 在线展区 */
    .exhibitList ul li a{
        line-height: 21px;
        font-size: 12px;
        border-radius: 2px;
    }
    /* 资料下载 */
    .downloadBox ul{
        justify-content: space-between;
        padding: 0 15px;
    }
    .downloadBox ul li{
        width: 48%;
        margin-right: 0;
        border-radius: 5px;
        margin-bottom: 29px;
        padding: 18px;
        box-shadow:0px 1px 12px 0px rgba(0, 0, 0, 0.2);
    }
    .downloadBox ul li div{
        width: 100%;
        position: absolute;
        top: 62%;
        left: 0;
    }
    .downloadBox ul li div p{
        font-size: 12px;
    }
    .downloadBox ul li:hover{
        box-shadow:0px 1px 12px 0px rgba(0, 0, 0, 0.2);
    }
    .downloadBox ul li img{
        width: 38%;
        height: auto;
        margin-bottom: 19px;
    }
    .downloadBox ul li h4{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .downloadBox ul li a{
        width: 46%;
        border-radius: 3px;
        font-size: 12px;
        line-height: 22px;
    }
    /* 往届回顾 */
    .reviewBox {
        flex-direction: column;
    }
    .reviewBox a img {
        width: 335px;
        margin-bottom: 12px;
    }
    /* 合作咨询 */
    .contactList {
        flex-wrap: wrap;
        padding-left: 19px;
        font-size: 12px;
        line-height: 20px;
    }
    .contactList div {
        width: 50%;
        margin-bottom: 18px;
    }
    /* 版权 */
    #copyright {
        margin-top: 30px;
        font-size: 8px;
        line-height: 18px;
        padding-bottom: 16px;
        padding-top: 13px;
    }
    /* --------------------------分割线------------------------- */
    /* 直播网站--WAP */
    .liveBanner {
        height: 470px;
        background-image: url("../img/onlineImg/wapBanner.jpg");
        padding: 54px 25px 0;
    }
    .onlineCont {
        width: 325px;
        top: 54px;
        left: 50%;
        margin-left: -162.5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .videoSwiperBox{
        width: 325px;
        height: 204px;
        margin-bottom: 12px;
    }
    .videoSwiperBox .jumpBtn{
        bottom: 10px;
        line-height: 24px;
    }
    .videoSwiperBox .jumpBtn a{
        font-size: 12px;
        border-radius: 12px;
        padding: 0 10px;
    }
    .onlineList {
        margin-left: 0;
    }
    .onlinePic {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .onlinePic a img {
        width: 98px;
        height: 87px;
        margin-bottom: 12px;
    }
    .onlineLong a,
    .onlineLong a img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
    /* meetingBox */
    .meetingSwiperPc{
        display: none;
    }
    .meetingListWap{
        display: block;
    }
    .meetingListBox {
        width: 100%;
    }
   
    .meetingList li {
        width: 49%;
        height: auto;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .stateBox {
        top: 4px;
        line-height: 14px;
    }
    .thisTime {
        height: 14px;
        padding: 0 4px;
    }
    .stateBox .liveState,
    .stateBox .playBackState,
    .stateBox .noticeState {
        width: 31px;
        height: 14px;
    }
    .thisIntro {
        height: 16px;
    }
    .thisIntro p {
        padding-left: 7px;
        line-height: 16px;
    }
    .meetingSwiper {
        width: 100%;
        height: 72px;
        margin-bottom: 7px;
    }
    .meetingSwiper-pic .swiper-slide a img {
        width: 100%;
        height: 100%;
    }
    #docking {
        flex-direction: column;
    }
    .dockingBox {
        width: 100%;
    }
    .dockingBox img {
        border-radius: 6px;
    }
    .dockingBtn {
        width: 81px;
        height: 29px;
        margin: 29px auto 0;
        border-radius: 3px;
    }
    .dockingBtn a {
        font-size: 12px;
        line-height: 29px;
    }
    #footer {
        padding: 25px;
        margin-top: 46px;
    }
    .footerBox {
        width: 100%;
    }
    .ulList {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .ulBox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    .ulBox ul {
        margin-right: 19px;
        width: -webkit-fill-available;
    }
    .ulBox ul li a {
        font-size: 12px;
        line-height: 13px;
    }
    .footerBtn {
        width: 50%;
        height: 28px;
        border-radius: 3px;
        line-height: 28px;
        font-size: 12px;
        margin: 0 auto;
    }
    .middle {
        margin-top: 30px;
    }
    .contactPerson {
        font-size: 12px;
        line-height: 13px;
    }
    .contactPerson li {
        line-height: 18px;
    }
    .contactPerson li:first-child {
        margin-bottom: 9px;
        line-height: 1;
    }
    .contactPerson li span {
        margin-right: 5px;
    }
    .contactCode {
        display: flex;
        margin-top: 20px;
    }
    .contactCode p {
        font-size: 12px;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 9px;
    }
    .contactCode div img {
        width: 80px;
        height: 80px;
    }
    .contactCode div img:last-child {
        margin-left: 10px;
    }
    #footer .copyright {
        color: #666666;
        padding-bottom: 0;
    }
}


/* ================================================================ 嘉宾详情页 CSS ============================================================== */

.banner .guestBanner {
    top: 25%;
}

.guestDocking {
    width: 80px;
    height: 22px;
    line-height: 22px;
    background-color: #40CBF2;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    right: 9px;
    bottom: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.guestBox .detailPosition {
    bottom: 28px;
}

@media screen and (max-width: 750px) {
    .banner .guestBanner {
        top: 35%;
    }
    .guestDocking {
        width: 60px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        right: 0px;
        bottom: 4px;
        border-radius: 2px;
        transform: scale(.8);
    }
    .guestBox .detailPosition {
        bottom: 18px;
    }
}


/* ===============================================================日程详情页CSS============================================================= */

.partBox {
    margin-top: 47px;
}

.partBox,
#tab,
.list {
    width: 100%;
}

.list ul {
    overflow: hidden;
    margin-left: 70px;
}

.list li {
    float: left;
    width: 168px;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
    color: #fff;
    background-color: #001C63;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 8px;
    margin: 0 20px 20px 0;
}

.list li.cur {
    background-color: #F1F1F3;
    color: #001C63;
}

#listCon div {
    display: none;
}

#listCon div.listPart {
    display: block;
}

.timelineBox {
    width: 100%;
    margin-top: 26px;
}

.timeline {
    position: relative;
}

.timeline:before {
    position: absolute;
    left: 10px;
    top: 40px;
    content: ' ';
    display: block;
    width: 2px;
    height: 94%;
    margin-left: -3px;
    background: #001C63;
    z-index: 5;
}

.timeline li,
.timelineTit {
    padding: 17px 0;
}

.direction:before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: #001C63;
    border-radius: 50%;
    z-index: 10;
}

.direction,
.timelineTit p {
    position: relative;
    padding-left: 70px;
}

.timelineTit p {
    font-size: 30px;
    font-weight: bold;
    color: #001C63;
}

.timelineTit p:before {
    position: absolute;
    top: 50%;
    left: -4px;
    content: ' ';
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -10px;
    background: #001C63;
    border-radius: 50%;
    z-index: 10;
}

.flagBox {
    width: 100%;
    height: auto;
    background-color: #F1F1F3;
    border-radius: 6px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeContent {
    width: 80%;
    font-size: 26px;
    line-height: 1;
}

.timeContent h4 {
    display: flex;
    align-items: center;
    color: #001C63;
}

.timeContent h4 span {
    display: block;
    width: 20%;
}

.contentText {
    color: #292929;
    margin: 20px 0 0 20%;
}

.flagBtn {
    margin-right: 35px;
}

.flagBtn a {
    display: block;
    width: 171px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 10px;
    background-color: #001C63;
    font-size: 26px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .partBox {
        margin-top: 13px;
    }
    .list ul {
        margin-left: 0px;
    }
    .list li {
        width: 75px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 2px;
        margin: 0 9px 9px 0;
    }
    .list li:nth-child(4n) {
        margin-right: 0;
    }
    .timeline:before {
        width: 1px;
        left: 3px;
        top: 14px;
        height: 100%;
        margin-left: -3px;
    }
    .timeline li,
    .timelineTit {
        padding: 5px 0;
    }
    .direction:before {
        top: 50%;
        left: -2px;
        width: 4px;
        height: 4px;
        margin-top: 0px;
    }
    .direction,
    .timelineTit p {
        padding-left: 12px;
    }
    .timelineTit p {
        font-size: 14px;
    }
    .timelineTit p:before {
        top: 50%;
        left: -3px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
    }
    .flagBox {
        border-radius: 2px;
        padding: 11px;
    }
    .timeContent {
        width: 82%;
        font-size: 12px;
    }
    .timeContent h4 span {
        width: 28%;
    }
    .contentText {
        margin: 10px 0 0 28%;
    }
    .flagBtn {
        margin-right: 0;
    }
    .flagBtn a {
        width: 58px;
        height: 18px;
        line-height: 18px;
        border-radius: 2px;
        font-size: 12px;
        transform: scale(.9);
        margin-right: -4px;
    }
}
/* =====================================================报告发布页 CSS======================================================= */
.report{
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
}
.reportPic,.reportPic img{
    width: 480px;
    height: auto;
    margin-right: 24px;
}
.reportBox{
    flex: 1;
    color: #333333;
    padding: 0px 40px;
}
.reportTit{
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
}
.reportCont p{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    text-indent: 2em;
}
.reportBtn{
    width: 100%;
    margin-top: 50px;
}
.reportBtn a{
    margin: 0 auto;
    display: block;
    width: 180px;
    height: 50px;
    background-color: #001C63;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .report{
        justify-content: start;
        margin-top: 13px;
        flex-direction: column;
        padding: 0 5px;
    }
    .reportPic,.reportPic img{
        width: 100%;
        margin-right: 0;
    }
    .reportBox{
        margin-top: 20px;
        padding: 0px 0px;
    }
    .reportTit{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .reportCont p{
        font-size: 12px;
        line-height: 20px;
    }
    .reportBtn{
        margin-top: 35px;
    }
    .reportBtn a{
        width: 112px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border-radius: 3px;
    }
}

/* ===========================================================解决方案页 CSS================================================================ */
.solutionBox,.solutionList{
    width: 100%;
    margin-top: 54px;
}
.solutionList:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.solutionList li{
    float: left;
    width: 392px;
    height: auto;
    position: relative;
    box-shadow:5px 1px 29px 0px rgba(0, 0, 0, 0.22);
    margin-right: 12px;
    margin-bottom: 12px;
}
.solutionList li:nth-child(3n){
    margin-right: 0;
}
.solutionPic{
    width: 100%;
    height: 244px;
    position: relative;
}
.solutionPic img{
    width: 100%;
    height: 100%;
}
.solutionPic div{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.solutionPic div a{
    display: block;
    cursor: pointer;
    background-color: #001C63;
    width: 94px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
}
.solutionPic div a:first-child{
    margin-right: 48px;
}
.solutionCont{
    background-color: #ffffff;
    padding: 20px 24px;
}
.solutionCont p{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
    .solutionBox,.solutionList{
        margin-top: 13px;
    }
    .solutionList{
        padding: 0 5px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .solutionList:after{
        display: none;
    }
    .solutionList li{
        float:none;
        width: 49%;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .solutionPic{
        width: 100%;
        height: auto;
    }
    .solutionPic img{
        height: auto;
    }
    .solutionPic div{
        bottom: 8px;
    }
    .solutionPic div a{
        width: 35%;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
    }
    .solutionPic div a:first-child{
        margin-right: 11%;
    }
    .solutionCont{
        padding: 8px 10px;
    }
    .solutionCont p{
        font-size: 12px;
        line-height: 18px;
    }
}

/* ========================================================在线展览页 CSS=========================================================== */

.showPageBanner{
    width: 1200px;
    display: flex;
    position: absolute;
    top: 24%;
    left: 50%;
    margin-left: -600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showPageBanner img{
    width: 460px;
    height: auto;
    margin-right: 58px;
}
.explainCont{
    width: 546px;
    height: auto;
    padding: 22px;
    border-radius: 8px;
    background: url("../img/pcInfo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.explainCont ul{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 6px;
    margin-bottom: 20px;
    display: none;
}
.explainCont ul li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.explainCont ul li a{
    display: block;
    width: 80px;
    height: 24px;
    background-color: #40CBF2;
    line-height: 24px;
    text-align: center;
    color: #191037;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 12px;
}
.explainCont ul li p{
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.explainCont ul li p span{
    color: #40CBF2;
}
.explainCont div p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    width: 88%;
}

/* .signUpBtn{
    background-color: #001C63;
    width: 186px;
    height: 52px;
    text-align: center;
}
.signUpBtn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 52px;
    font-size: 20px;
}
#countDown .textSwiper{
    flex: 1;
    height: 50px;
}
.textSwiper #scroll-box li{
    height: 52px;
    line-height: 52px;
} */
.showBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.showTag{
    width: 284px;
    height: auto;
    margin-right: 73px;
}
.showTag ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 284px;
}
.showTag ul li{
    width: 140px;
    height: 28px;
    background-color: #CCCCCC;
    text-align: center;
    margin-bottom: 4px;
    border-radius: 4px;
    color: #333333;
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
}
.showTag ul li:hover{
    color: #ffffff;
    background-color: #001C63;
}
.showArea{
    flex: 1;
}
.areaBox{
    width: 100%;
}
.areaTit{
    font-size: 32px;
    color: #333333;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}
.areaTit span{
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #001C63;
    margin-right: 30px;
}
.areaContBox::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.areaContOne{
    float: left;
    width: 264px;
    height: 440px;
    border-radius: 9px;
    border:1px solid rgba(204,204,204,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px;
    position: relative;
    transition: all .3s;
    margin-right: 21px;
    margin-top: 21px;
}
.areaContOne:nth-child(3n){
    margin-right: 0;
}
.areaContOne:hover{
    box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}
.areaContOne span{
    display: block;
    width: 100%;
    height: 6px;
    background-color: #001C63;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.areaContOne:hover span{
    opacity: 1;
    transition: all .3s;
}
.areaLogo{
    width: 100%;
    height: 135px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.areaLogo img{
    width: 160px;
    height: auto;
    /* border-top: 1px solid #E6E5E5;
    border-bottom: 1px solid #E6E5E5; */
}
.thisAreaCont{
    text-align: center;
}
.thisAreaCont h4{
    font-size: 16px;
    color: #001C63;
    line-height: 1;
    margin-bottom: 24px;
}
.thisAreaCont p{
    width: 100%;
    text-align: justify;
    font-size: 12px;
    color: #656565;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.thisAreaCont ul{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}
.thisAreaCont ul li{
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    background-color:#CCCCCC ;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 10px;
}

.thisAreaCont div{
    padding: 0 19px;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 37px;
    justify-content: space-between;
}
.thisAreaCont div a{
    display: block;
    width: 94px;
    height: 34px;
    line-height: 34px;
    background-color: #001C63;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .banner .showPageBack img{
        height: 560px;
    }
    .showPageBanner{
        width: 88%;
        top: 112px;
        margin-left: -44%;
        flex-direction: column;
    }
    .showPageBanner img{
        width: 90%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .explainCont{
        width: 100%;
        height: auto;
        padding: 20px;
        border-radius: 4px;
        background: url("../img/pcInfo.png");
    }
    .explainCont ul{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .explainCont ul li{
        margin-bottom: 15px;
        flex-direction: column-reverse;
    }
    .explainCont ul li a{
        width: 68px;
        height: 21px;
        line-height: 21px;
        font-size: 14px;
        border-radius: 2px;
        margin-right: 0;
        margin-top: 10px;
    }
    .explainCont ul li p{
        font-size: 14px;
    }
    .explainCont div p{
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }
    .showPageCont{
        padding: 0 5px ;
    }
    /*.signUpBtn{
        width: 60px;
        height: 20px;
    }
    .signUpBtn a{
        line-height: 20px;
        font-size: 12px;
    }
     #countDown .textSwiper{
        flex: 1;
        height: 18px;
    }
    .textSwiper #scroll-box li{
        height: 18px;
        line-height: 18px;
    } */
    .showTag{
        width: 106px;
        margin-right: 20px;
    }
    .showTag ul{
        width: 106px;
        justify-content: flex-start;
        flex-direction: column;
    }
    .showTag ul li{
        width: 100%;
        height: 21px;
        border-radius: 2px;
        line-height: 21px;
        font-size: 12px;
    }
    .areaTit{
        font-size: 16px;
        margin-bottom: 18px;
    }
    .areaTit span{
        width: 3px;
        height: 16px;
        margin-right: 15px;
    }
    .areaContBox::after{
        display: none;
    }
    .areaContOne{
        float: none;
        width: 100%;
        height: auto;
        border-radius: 4px;
        padding: 18px;
        margin-right:0;
        margin-top: 12px;
    }
    .areaContOne span{
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .areaLogo{
        height: 90px;
        margin-bottom: 10px;
    }
    .areaLogo img{
        width: 120px;
    }
    .thisAreaCont h4{
        font-size: 12px;
        margin-bottom: 14px;
    }
    .thisAreaCont p{
        line-height: 14px;
        margin-bottom: 14px;
    }
    .thisAreaCont ul{
        margin-top: 12px;
    }
    .thisAreaCont ul li{
        padding: 0 3px;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        border-radius: 2px;
        margin-right: 5px;
        margin-bottom: 6px;
    }
    .thisAreaCont div{
        padding: 0;
        position: static;
    }
    .thisAreaCont div a{
        width: 68px;
        height: 24px;
        line-height: 24px;
        border-radius: 3px;
        font-size: 12px;
    }
  
}

/* ========================================================抽奖页 CSS=========================================================== */
#index .luckdrawBanner{
    width: 60%;
    margin-left: -30%;
}
.thisContent{
    background-color: #F1F1F3;
}
#interaction{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 104px;
}
.interactionBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ruleBox{
    margin-bottom: 25px;
}
.ruleBox,.awardsBox{
    width: 49%;
    height: 680px;
    border:2px solid rgba(204,204,204,1);
    box-shadow:0px 2px 24px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px; 
    background-color: #fff;
}
.ruleText{
    padding: 0 47px 47px;
    color: #333333;
    line-height: 45px;
    font-size: 24px;
}
.ruleText h4{
    font-size: 28px;
    margin-top: 40px;
}
.ruleText .ruleP{
    font-size: 20px;
    line-height: 1.8;
}
.ruleText .prize{
    font-size: 12px;
    line-height: 1.8;
}
.orderBtn{
    width: 100%;
    margin-bottom: 28px;
}
.orderBtn a{
    display: block;
    width: 180px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #001C63;
    border-radius: 5px;
    font-size: 30px;
    margin: 0 auto;
}
.peopleList{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333333;
}
.peopleList p:first-child{
    margin: 0 36px 0 26px;
}
.peopleList div{
    display: flex;
    align-items: center;
}
.peopleList div img{
    width: 51px;
    height: 51px;
    border-radius: 50%;
    margin-right: 22px;
}
.awardsBox{
    text-align: center;
}
.randomBox{
    width: 420px;
    height: 415px;
    margin: 46px auto 0;
    position: relative;
}
.randomBox .up,.randomBox .down{
    width: 100%;
    height: 100%;
}
.light{
    display: flex;
    align-items: center;
}
.down{
    display: none;
}
.giftList{
    position: absolute;
    width: 321px;
    height: 316px;
    top: 44px;
    left:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2px;
}
.giftList .gift,#startBtn{
    width: 32%;
    height: 32%;
    background-color: #FFF6C3;
    border-radius: 10px;
}
.giftList .gift{
    position: relative;
    border: 8px solid #FFF6C3;
}
#startBtn{
    background-color: #AC1D1F;
    font-size: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}
.giftList .gift div{
    width: 100%;
    height: 100%;
}
.giftList .gift img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.giftList .gift p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#247DD8;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.curTimes{
    font-size: 24px;
    color: #333333;
    margin-top: 6px;
}
.curTimes span{
    color:#001C63;
    font-weight: bold;
}
.curTimes a{
    color: #333333;
    border-bottom: 2px solid #001C63;
}
.myGift{
    margin-top: 26px;
}
.myGift a{
    margin: 0 auto;
    display: block;
    width: 224px;
    font-size: 30px;
    line-height: 50px;
    background-color: #001C63;
    color: white;
    border-radius: 5px;
}
.awardsBox #countDown{
    margin-top: 35px;
}
.awardsBox #countDown #textSwiper{
    outline: none;
    font-size: 24px;
    color: #001C63;
}
.awardsBox #countDown #textSwiper li{
    padding: 0 30px;
}
#forum{
    width: 100%;
    background-color: #fff;
}
.forum{
    width: 1200px;
    margin: 0 auto;
}
.shareBtn{
    margin-top: 32px;
}
.shareBtn a{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 254px;
    line-height: 50px;
    background-color: #001C63;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
}
#forum .nameListBox{
    padding: 40px 47px 50px;
}
#forum .nameListBox .nameSwiper,
#forum .nameListBox .nameListSwiper,
#forum .nameListBox .nameListSwiper .swiper-wrapper
#forum .nameListBox .nameListSwiper .swiper-slide{
    height:100%;
    overflow: hidden;
}
.nameListBox .nameListSwiper{
    overflow: hidden;
    color: #333333;
}
.nameListBox .nameListSwiper h4{
    font-size: 36px;
    margin-bottom: 18px;
}
.nameListBox .nameListSwiper p{
    font-size: 24px;
    margin-bottom: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 各个浮层 */
/* 公共start */
.allCover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 20;
    display: none;
}
.coverBoxCommon{
    width: 500px;
    height: auto;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    border-radius: 10px;
    background-image: url("../img/alertBack.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 21;
    padding: 40px;
}
.tipsPic{
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 30px;
}
.coverBanner{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.coverBoxCommon i{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}
.innerContent{
    width: 100%;
    background-color: rgba(0, 28, 99, .5);
    border-radius: 8px;
}
.innerContent h4{
    font-size: 28px;
    color: #40CBF2;
    margin-bottom: 20px;
    font-weight: bold;
}
/* 公共end */
/* 中奖浮层start */
.awardsBox .awardTips{
    display: none;
}
.awardTips .innerContent{
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.awardTips .innerContent p{
    font-size: 24px;
    color: #fff;
}
/* 中奖浮层end */
/* 奖品列表地址 start */
.awardsBox .myAwardList{
    top: 16%;
    display: none;
}
.myAwardList .innerContent{
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    height: 260px;
    overflow-y: auto;
}
.myAwardList .innerContent div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.textArea textarea{
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 8px;
    resize: none;
    outline: none;
    font-size: 18px;
    padding: 5px 10px;
}
.saveAdd{
    width: fit-content;
    padding: 0 20px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 8px;
    background-color: #40CBF2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}
/* 奖品列表地址 end */
/* 报名&分享二维码 start */
.forum .shareCode{
    width: 400px;
    display: none;
    margin-left: -200px;
}
.shareCode .innerContent{
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shareCode .innerContent img{
    width: 60%;
    height: auto;
}
.shareCode .innerContent p{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}
/* 报名&分享二维码 end */
@media screen and (max-width: 750px) {
    /* 各个浮层 */
    /* 公共start */
    .coverBoxCommon{
        width: 80%;
        top: 20%;
        left: 50%;
        margin-left: -40%;
        border-radius: 5px;
        padding: 20px;
    }
    .tipsPic{
        width: 30px;
        left: 15px;
    }
    .coverBanner{
        margin-bottom: 20px;
    }
    .coverBoxCommon i{
        top: 3px;
        right: 3px;
        font-size: 18px;
    }
    .innerContent{
        border-radius: 4px;
    }
    .innerContent h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    /* 公共end */
    /* 中奖浮层start */
    .awardsBox .awardTips{
        top: 28%;
        display: none;
        width: 70%;
        margin-left: -35%;
    }
    .awardTips .innerContent{
        height: 120px;
    }
    .awardTips .innerContent p{
        font-size: 14px;
    }
    /* 中奖浮层end */
    /* 奖品列表地址 start */
    .awardsBox .myAwardList{
        top: 20%;
        display: none;
    }
    .myAwardList .innerContent{
        padding: 10px 15px;
        height: 168px;
    }
    .myAwardList .innerContent div{
        line-height: 20px;
    }
    .textArea textarea{
        height: 38px;
        margin-top: 5px;
        border-radius: 4px;
        font-size: 12px;
        padding: 3px 5px;
    }
    .saveAdd{
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 4px;
        margin: 10px auto 0;
    }
    /* 奖品列表地址 end */
    /* 报名&分享二维码 start */
    .forum .shareCode{
        width: 70%;
        display: none;
        margin-left: -35%;
        top: 25%;
    }
    .shareCode .innerContent{
        height: 200px;
    }
    .shareCode .innerContent img{
        width: 60%;
        height: auto;
    }
    .shareCode .innerContent p{
        font-size: 14px;
        margin-top: 5px;
    }
    /* 报名&分享二维码 end */
}
@media screen and (max-width: 750px) {
    #index .luckdrawBanner{
        width: 80%;
        margin-left: -40%;
        top: 35%;
    }
    #interaction{
        width: 100%;
        padding: 0 25px 32px;
    }
    .interactionBox{
        flex-direction: column;
    }
    .ruleBox,.awardsBox{
        width: 100%;
        height: auto;
        padding-bottom: 14px;
        border:1px solid rgba(204,204,204,1);
        box-shadow:0px 1px 12px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px; 
        margin-bottom: 18px;
    }
    .ruleText{
        padding: 0 26px 23px;
        line-height: 25px;
        font-size: 12px;
    }
    .ruleText h4{
        font-size: 16px;
        margin-top:26px;
    }
    .ruleText .ruleP{
        font-size: 14px;
        line-height: 1.8;
    }
    .orderBtn{
        margin-bottom: 16px;
    }
    .orderBtn a{
        width: 30%;
        line-height: 28px;
        border-radius: 3px;
        font-size: 16px;
    }
    .peopleList{
        font-size: 12px;
    }
    .peopleList p:first-child{
        margin: 0 16px 0 27px;
    }
    .peopleList div img{
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }
    .randomBox{
        width: 74%;
        height: auto;
        margin: 16px auto 0;
        position: relative;
    }
    .light{
        width: 100%;
        height: fit-content;
    }
    .giftList{
        width: 77%;
        height: 77%;
        top: 50%;
        left: 50%;
        margin-top: -39.5%;
        margin-left: -38.5%;
        padding: 0 2px;
    }
    .giftList .gift,#startBtn{
        border-radius: 5px;
    }
    #startBtn{
        font-size: 14px;
    }
    .giftList .gift{
        border: 4px solid #FFF6C3;
    }
    .giftList .gift img{
        border-radius: 3px;
    }
    .giftList .gift p{
        font-size: 12px;
        line-height: 1;
    }
    .curTimes{
        font-size: 14px;
        margin-top: 3px;
    }
    
    .curTimes a{
        border-bottom: 1px solid #001C63;
    }
    .myGift{
        margin-top: 21px;
    }
    .myGift a{
        width: 40%;
        font-size: 16px;
        line-height: 28px;
        border-radius: 3px;
    }
    .awardsBox #countDown{
        margin-top: 17px;
    }
    .awardsBox #countDown #textSwiper{
        font-size: 12px;
        width: 100%;
    }
    #forum{
        padding: 0 25px;
    }
    .forum{
        width: 100%;
    }
    .forum .ruleBox{
        padding-bottom: 24px;
    }
    .shareBtn{
        margin-top: 32px;
        width: auto;
    }
    .shareBtn a{
        width: fit-content;
        padding: 0 13px;
        line-height: 28px;
        border-radius: 3px;
        font-size: 16px;
    }
    #forum .nameListBox{
        padding: 25px;
    }
    .nameListBox .nameListSwiper h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nameListBox .nameListSwiper p{
        font-size: 12px;
        margin-bottom: 10px;
    }
}
