* {
    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: 86px;
}


/* 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: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

#navListBox {
    width: 65%;
    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: #F87614;
    left: 0;
    bottom: 16px;
}

#navBtn,.navBtn {
    width: 104px;
    line-height: 35px;
    color: #fff;
    background-color: #F87614;
    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;
}
.content {
    width: 100%;
}
#introduction,#guest,#schedule,#exhibition,#partner,#download,#case,#review,#linkTo{
    width: 1200px;
    margin: 0 auto;
}

#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 {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.timeShow .countTime{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 42px;
    margin-top: 6%;
}
.timeShow .countTime p{
    font-size: 32px;
    color: #00eaff;
    margin: 0 5px;
}
.timeShow .countTime span {
    display: block;
    font-size: 90px;
    color: #333333;
    width: 80px;
    line-height: 120px;
    text-align: center;
    background: #eeeeee;
    border-radius: 8px;
    margin: 0 5px;
}
.timeTit{
    display: flex;
    align-items: center;
    position: absolute;
    top: 14%;
}
.timeTit span{
    display: block;
    width: 100px;
    height: 1px;
    background: #eeeeee;
}
.livePlayTit{
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin: 0 20px;
    letter-spacing: 4px;
}
.timeBtn{
    width: 22%;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    font-weight: bold;
    background: #00eaff;
    color: #000000;
    border-radius: 6px;
    letter-spacing: 4px;
    margin-top: 50px;
    cursor: pointer;
}
.signUpNum{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.signUpNum p{
    color: #a0a1a6;
    letter-spacing: 4px;
}
.signUpNum span{
    color: #00eaff;
}






#introduction {
    margin-bottom: 60px;
}
#introduction p{
    text-indent: 2em;
    font-size: 24px;
    line-height: 50px;
    color: #333333;
    text-align: justify;
}
#introduction img{
    width: 100%;
    margin-top: 64px;
    height: auto;
}
#introduction .exploring-spot {
    margin-top: 88px;
}

#introduction .exploring-spot h3{
    font-size: 34px;
    text-align: center;
    color: #00BCEA;
    font-weight: 700;
    line-height: 1.5;
   
}
#introduction .exploring-spot p{
    font-size: 24px;
    text-align: center;
    color: #333333;
    margin-bottom: 48px;
    line-height: 1.5;
    text-indent: 0em;
}

#linkTo{
    /* display: none; */
    margin-bottom: 60px;
    position: relative;
}
.liveCover{
    width: 960px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    background-color: rgba(0,4,38,1);
    z-index: 20;
}
.liveCover img{
    display: block;
    width: 180px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -110px;
}
.live-link{
    width: 960px;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}
.live-link .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.live-link .swiper-wrappe .swiper-slide{
    width: 100%;
    height: 100%;
}
.live-link .swiper-wrappe .swiper-slide .liveSlide{
    width: 100%;
    height: 100%;
    position: relative;
}
.live-link .liveSlide .countDown{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,4,38,.5);
    z-index: 19;
}
.live-link .livePlay{
    width: 100%;
    height: 100%;
}
.live-pic .livePlay a{
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.livePlay a .livePlayBack{
    display: block;
    width: 100%;
    height: 100%;
}
.livePlay a div{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.livePlay a div img{
    display: flex;
    width: 100px;
    height: 100px;
}

#lightSpot {
    width: 100%;
    overflow: hidden;
}
.title {
    width: 100%;
    margin-bottom: 69px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.title p{
    color: #2b2b2b;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 19px;
}
.title span {
    width: 130px;
    height: 8px;
    background: linear-gradient(81deg,#f87614, #e8aa51);
}

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

.guestBox {
    width: 184px;
    height: 336px;
    position: relative;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    transition: all .3s;
}
.coverInfo{
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all .3s;
}
.coverInfo p{
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:12;
    -webkit-box-orient: vertical;
}
.guestBox:hover .coverInfo{
    opacity: 1;
    transition: all .3s;
}
.guest a:nth-child(5n) .guestBox{
    margin-right: 0;
}
.guestBox:hover {
    transform: scale(1.04);
    transition: all .3s;
}
.guestBox img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.guestBox .dockBtn{
    width: 80px;
    height: 22px;
    background: #f87614;
    border-radius: 3px; 
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
}
.guestIntro {
    position: absolute;
    left: 0;
    bottom: 26px;
    color: #fff;
    padding: 0 18px;
    transform: scale(.9);
    transform-origin: left;
    width: 120%;
    max-height: 150px;
    overflow: hidden
}
.guestIntro h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.guestIntro p {
    font-size: 16px;
}
#guest{
    position: relative;
}
.r3{
    position: absolute;
    top: 60px;
    right: 8px;
    width: 320px;
    height: auto;
}
.guestOutBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.guest:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.guest {
    margin: 0 auto;
}
/* .guestSwiper{
} */
.liveSwiper-container{
    overflow: hidden;
    padding-bottom:80px; 
}
.liveSwiper-container .swiper-slide{
    width: 192px!important;
    margin-right: 9px;
}
.liveSwiper-container .swiper-wrapper{
    padding-bottom: 90px;
}
.buttonBox1{
    width: 41px;
    height: 41px;
    position: absolute;
    left: 44%;
    background: #CCCCCC;
    border-radius: 4px;
}
.buttonBox2{
    width: 41px;
    height: 41px;
    position: absolute;
    left: 54%;
    background: #CCCCCC;
    border-radius: 4px;
}
.buttonBox1:hover,.buttonBox2:hover{
    background: #004BC6;
}
.liveSwiper-container .swiper-button-prev{
    width: 26px;
    height: 25px;
    top: 30px;
    left: 12px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.liveSwiper-container .swiper-button-next{
    width: 26px;
    height: 25px;
    top: 30px;
    left: 4px;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#signUp{
    background-color: #f2f3f5;
    padding-bottom: 60px;
}
.signBox {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 1200px;
}

.signUp {
    width: 500px;
    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;
    background-color: #fff;
}
.signUp:first-child{
    margin-right: 30px;
}
.signUp:hover {
    transition: all .5s;
}
.newSign{
    width: 530px;
    margin: 89px auto;
    background: #FFFFFF;
    border-radius: 5px;
    transition: all .5s;
}
.newSign:hover{
    box-shadow: 0px 2px 21px 6px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}
.newSign a{
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
}
.newSign div:first-child{
    background: #004BC6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    padding-right: 2px;
    flex-shrink: 0;
}
.newSign div:first-child .iconfont{
    font-size: 36px;
}
.newSign div:last-child{
    flex: 1;
    padding: 17px 15px;
    font-size: 18px;
    color: #656565;
    line-height: 27px;
    letter-spacing: 2px;
}
.guestType {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    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: #000000;
    margin-bottom: 37px;
}

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

.signBtn {
    background-color: #004BC6;
    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: #001e6b;
    border-radius: 0 0 13px 13px;
    opacity: 0;
    transition: all .5s;
}

   /* 地图 */
   #address{
    position: relative;
    width: 100%;
}
.addressBox{
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -600px;
    z-index: 60;
}
.addressBox .zoneTit{
    margin: 0;
    margin-left: -200px;
}
.mapBox{
    width: fit-content;
    height: auto;
    background: rgba(19,49,198,.5);
    padding: 60px 28px;
    border-radius: 8px;
    position: absolute;
    top: 43%;
    left: 18%;
    color: #fff;
    z-index: 60;
}
.mapTit{
    font-size: 24px;
    text-align: center;
    width: 266px;
    line-height: 46px;
    background: #0044c0;
    border-radius: 8px;
    position: absolute;
    top: -23px;
    left: 27px;
}
.mapBox ul li{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.addlong{
    margin-bottom: 20px;
}
.mapBox ul li img{
    width: 23px;
    height: auto;
    margin-right: 20px;
}
.mapBox span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: rgba(19,49,198,1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 组织机构 */

.partnerList {
    padding: 0 30px;
}

.sonTit {
    font-size: 24px;
    color: #000000;
    margin: 68px 0 36px;
    font-weight: bold;
}
.sonTit span{
    font-weight: normal;
    margin-left: 45px;
}
.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: 200px;
    height: 80px;
    vertical-align: middle;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, .12);
}

.partnerPicBox li img {
    width: 100%;
    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%;
}
/* 在线展区 */
#exhibition{
    margin-bottom: 60px;
}
.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: 36px;
    color: #333333;
    background-color: #cccccc;
    border-radius: 4px;
}
.exhibitList ul li a:hover{
    color: #fff;
    background-color: #001e6b;
}
.exhibitList ul li:nth-child(3n){
    margin-right: 0;
}
/* 资料下载 */
.downloadBox ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.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: #004BC6;
}
.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;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.downloadBox ul li a{
    display: block;
    width: 136px;
    border-radius: 5px;
    background-color: #001e6b;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
}


/* 往届回顾 */

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

.reviewBox a img {
    width: 380px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 36px;
}


/* 合作咨询 */

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

.contactList div h4 {
    color: #F87614;
    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: auto;
}
.liveBanner .scrollNav{
    display: none;
}
.pcPic,.wapPic{
    width: 100%;
    height: auto;
}
.wapPic{
    display: none;
}

/* meetingBox */
#meetingBox{
    background-color: #f2f3f5;
    padding-bottom: 60px;
}
.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{
    width: 224px!important;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-right: 20px;
}
.liveSwiperCont , .meetingList li{
    width: 224px;
    height: 140px;
    position: relative;
    background-color: #fff;
}

.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;
}
.stateBox .liveState,
.stateBox .playBackState,
.stateBox .noticeState ,
.stateBox .endState,
.stateBox .loadState{
    display: flex;
    align-items: center;
}
.stateBox div p{
    padding: 0 4px;
    line-height: 18px;
    text-align: center;
}
.stateBox div span{
    padding: 0 4px;
    line-height: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .4);
}
.stateBox .liveState p,.stateBox .loadState p{
    background-color: #db360a;
}
.stateBox .playBackState p{
    background-color: #4908c0;
}
.stateBox .noticeState p{
    background-color: #333333;
}
.stateBox .endState p{
    background-color: #dddddd;
}
.live .playBackState,
.live .noticeState,
.live .endState,
.live .loadState,
.playBack .liveState,
.playBack .noticeState,
.playBack .endState,
.playBack .loadState,
.notice .playBackState,
.notice .liveState,
.notice .endState,
.notice .loadState,
.end .liveState,
.end .playBackState,
.end .noticeState ,
.end .loadState,
.load .liveState,
.load .playBackState,
.load .noticeState,
.load .endState{
    display: none;
}
.thisIntro,.thisIntro 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: #F87614;
    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: #F87614;
    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;
}

#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);
        z-index: 999;
    }
    .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: 10%;
    }
    .navList li {
        width: 100%;
    }
    .navList li a{
        font-size: 18px;
        line-height: 60px;
    }
    
    .navList li:first-child a{
        color: #F87614;
    }
    .navList li span {
        display: none;
    }
    .btnBox {
        display: flex;
        align-items: center;
    }
    #navBtn,.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%;
    }
    /* content */
    .content {
        width: 100%;
        margin: 0;
    }
    
    #introduction,#guest,#schedule,#exhibition,#partner,#download,#case,#review,#linkTo{
        width: 100%;
        padding: 0 20px;
    }


    /* 倒计时 */
    #textSwiper {
        width: 170px;
        height: 20px;
        font-size: 12px;
    }
    #scroll-box li {
        padding-left: 15px;
        line-height: 20px
    }
    .timeShow .countTime{
        margin-left: 20px;
    }
    .timeShow .countTime p{
        font-size: 16px;
        margin: 0 3px;
    }
    .timeShow .countTime span {
        font-size: 26px;
        width: 28px;
        line-height: 40px;
        border-radius: 4px;
        margin: 0 3px;
    }
    .timeTit span{
        width: 40px;
    }
    .livePlayTit{
        font-size: 12px;
        margin: 0 6px;
        letter-spacing: 2px;
    }
    .timeBtn{
        width: 22%;
        line-height: 26px;
        font-size: 12px;
        border-radius: 2px;
        letter-spacing: 2px;
        margin-top: 12px;
    }
    .signUpNum{
        margin-top: 6px;
        font-size: 12px;
    }
    .signUpNum p{
        letter-spacing: 2px;
    }
    /* introduction */
    #introduction {
        margin-bottom: 15px;
    }
    #introduction p {
        font-size: 12px;
        line-height: 21px;
    }
    #introduction img {
        margin: 29px auto 0;
        width: 100%;
    }

    #introduction .exploring-spot {
        margin-top: 28px;
    }
    
    #introduction .exploring-spot h3{
        font-size: 18px;
        text-align: center;
        color: #00BCEA;
        font-weight: 700;
        line-height: 1.5;
       
    }
    #introduction .exploring-spot p{
        font-size: 12px;
        text-align: center;
        color: #333333;
        margin-bottom: 24px;
        line-height: 1.5;
        text-indent: 0em;
    }

    /* 轮播 */
    #linkTo{
        margin-bottom: 15px;
    }
    .liveCover{
        width: 90%;
        height: 100%;
        margin-left: -45%;
    }
    .liveCover img{
        width: 90px;
        height: 110px;
        margin-top: -55px;
        margin-left: -45px;
    }
    .live-link{
        width: 100%;
        height: 100%;
    }
    .livePlay a div{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }
    .livePlay a div img{
        display: flex;
        width: 50px;
        height: 50px;
    }
    /* commone-title */
    .title {
        margin-bottom: 30px;
    }
    .title p{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .title span {
        width: 65px;
        height: 4px;
    }
    /* lightSpot */
    
    .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 */
    .r3{
        position: absolute;
        top: 25px;
        right: 0px;
        width: 80px;
    }
    .guestOutBox {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .guestSwiper{
        width: 100%;
        margin: 0 auto;
    }
    .liveSwiper-container{
        overflow: hidden;
        padding-bottom:40px; 
    }
    .liveSwiper-container .swiper-slide{
        width: 32.3%!important;
        margin-right: 4px;
    }
    .liveSwiper-container .swiper-wrapper{
        padding-bottom: 45px;
    }
    .buttonBox1{
        width: 22px;
        height: 22px;
        left: 44%;
    }
    .buttonBox2{
        width: 22px;
        height: 22px;
        left: 54%;
    }
    .liveSwiper-container .swiper-button-prev{
        width: 26px;
        height: 14px;
        top: 26px;
        left: 4px;
    }
    .liveSwiper-container .swiper-button-next{
        width: 26px;
        height: 14px;
        top: 26px;
        left: -9px;
    }
    .guestBox {
        width: 100%;
        height: auto;
        margin-bottom: 4px;
        margin-right: 0;
    }
    .coverInfo{
        display: none;
    }
    .guestBox img {
        border-radius: 4px;
    }
    .guestIntro {
        bottom: 30px;
        padding: 0;
        transform: scale(.9);
        left: 4px;
    }
    .guestIntro h4 {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .guestIntro p {
        font-size: 12px;
    }
    .guestBox .dockBtn{
        width: 56px;
        height: 20px;
        border-radius: 2px;
        line-height: 16px;
        font-size: 12px;
    }
    


    /* signUp */
    #signUp{
        padding: 0 0 20px;
    }
    .signBox {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .signUp {
        width: 85%;
        height: auto;
        border-radius: 11px;
        padding: 40px 32px;
        margin-bottom: 15px;
    }
    .signUp:first-child{
        margin-right: 0;
    }
    .newSign{
        width: 85%;
        margin: 35px auto;
        border-radius: 3px;
    }
    .newSign div:first-child{
        border-radius: 3px;
        font-size: 12px;
        padding: 12px;
        letter-spacing: 2px;
        padding-right: 0;
    }
    .newSign div:first-child .iconfont{
        font-size: 20px;
    }
    .newSign div:last-child{
        padding: 10px 8px;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0;
    }


    .guestType {
        font-size: 22px;
        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: 0 20px;
        border-radius: 3px;
    }
    .signBtn a {
        font-size: 12px;
        line-height: 29px;
    }

 

  /* 地图 */
  #address{
    position: relative;
    width: 100%;
}
.addressBox{
    top: 58px;
    margin-left: 0;
}
.addressBox .zonetitWap{
    margin: 0;
    margin-left: -188px;
}
.mapBox{
    width: 40%;
    padding: 22px 10px;
    border-radius: 4px;
    top: 45%;
    left: 6%;
}
.mapTit{
    font-size: 12px;
    width: 130px;
    line-height: 22px;
    border-radius: 4px;
    top: -11px;
    left: 13px;
}
.mapBox ul li{
    display: flex;
    font-size: 12px;
    align-items: flex-start;
}
.addlong{
    margin-bottom: 10px;
}
.mapBox ul li img{
    width: 10px;
    height: auto;
    margin-right: 6px;
    margin-top: 4px;
}
.mapBox span{
    height: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    /* 组织机构 */
    .partnerList {
        padding: 0 0 0 16px;
    }
    .sonTit {
        font-size: 12px;
        margin: 24px 0 18px;
    }
    .sonTit span{
        margin-left: 25px;
    }
    .partnerPicBox li {
        width: 22%;
        height: auto;
        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 10px;
    }
    .downloadBox ul li{
        width: 49%;
        margin-right: 0;
        border-radius: 5px;
        margin-bottom: 2%;
        padding: 20px;
        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;
        min-height: 28px;
        margin-bottom: 20px;
    }
    .downloadBox ul li a{
        width: auto;
        border-radius: 3px;
        font-size: 12px;
        line-height: 22px;
        padding: 0 15px;
    }
    /* 往届回顾 */
    .reviewBox {
        /* flex-direction: column; */
        justify-content: space-between;
    }
    .reviewBox a{
        width: 100%;
        margin-bottom: 0%;
    }
    .reviewBox a img{
        width: 100%;
        border-radius: 4px;
    }
    /* 合作咨询 */
    .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 .scrollNav{
        display: block;
    }
    .pcPic{
        display: none;
    }
    .wapPic{
        display: block;
    }
    /* meetingBox */
    #meetingBox{
        padding: 0 20px 20px;
    }
    .meetingSwiperPc{
        display: none;
    }
    .meetingListWap{
        display: block;
    }
    .meetingListBox {
        width: 100%;
    }
    .meetingList li {
        width: 49%;
        height: auto;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .stateBox {
        top: 4px;
        line-height: 14px;
    }
    .stateBox div p ,.stateBox div span{
        padding: 0 2px;
        line-height: 16px;
    }
    

    #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: 29px;
    }
    .ulBox:last-child{
        margin-bottom: 0;
    }
    .ulBox ul {
        margin-right: 19px;
        width: -webkit-fill-available;
    }
    .ulBox ul li a {
        font-size: 12px;
        line-height: 13px;
    }
    .footerBtn {
        width: 90px;
        border-radius: 3px;
        line-height: 25px;
        font-size: 12px;
        height: 25px;
    }
    .footerBox .middle {
        margin-top: 29px;
    }
    .footerBox .middle .ulBox{
        flex-wrap: wrap;
    }
    .ulBox .contactPerson {
        font-size: 12px;
        line-height: 13px;
        width: 50%;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .contactPerson li {
        line-height: 18px;
    }
    .contactPerson li:first-child {
        margin-bottom: 9px;
        line-height: 1;
    }
    .contactPerson li span {
        margin-right: 5px;
    }
    #footer .copyright {
        color: #666666;
        padding-bottom: 0;
    }
}


/* =====================================================报告发布页 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: #F87614;
    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: #F87614;
    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: #F87614;
    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;
} */

.showPageCont{
    width: 1200px;
    margin: 0 auto;
}
.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: #F87614;
}
.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: #F87614;
    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: #F87614;
    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;
}
.thisAreaCont{
    text-align: center;
}
.thisAreaCont h4{
    font-size: 16px;
    color: #000000;
    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: #F87614;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .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{
        width: 100%;
        padding: 0 5px ;
    }
    .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;
    min-height: 550px;
}
.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: #F87614;
    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:#F87614;
    font-weight: bold;
}
.curTimes a{
    color: #333333;
    border-bottom: 2px solid #F87614;
}
.myGift{
    margin-top: 26px;
}
.myGift a{
    margin: 0 auto;
    display: block;
    width: 224px;
    font-size: 30px;
    line-height: 50px;
    background-color: #F87614;
    color: white;
    border-radius: 5px;
}
.awardsBox #countDown{
    margin-top: 35px;
}
.awardsBox #countDown #textSwiper{
    outline: none;
    font-size: 24px;
    color: #F87614;
}
.awardsBox #countDown #textSwiper li{
    padding: 0 30px;
}
#forum{
    width: 100%;
    background-color: #fff;
}
.forum{
    width: 1200px;
    margin: 0 auto;
}
/* .shareBtn{
    margin-top: 0;
} */
.shareBtn a{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 254px;
    line-height: 50px;
    background-color: #F87614;
    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/giftBack.jpg");
    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;
}
.blankBox{
    width: 100%;
    height: 180px;
}
.coverBoxCommon #shareCodeClose{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    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 */
    .blankBox{
        height: 130px;
    }
    .coverBoxCommon #shareCodeClose{
        width: 20px;
        height: 20px;
        line-height:20px;
        font-size: 14px;
        top: 10px;
    }
    .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;
        min-height: 0;
    }
    .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 #F87614;
    }
    .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{
        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;
    }
}
