@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
}
pre{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    margin: 0;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

/*meetingTypeList.css start*/
.meetingTypeList {
    width: 1200px;
    margin: 40px auto 20px;
}
.meetingTypeList li {
    width: 174px;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
    height: 122px;
    margin-bottom: 20px;
}
.meetingTypeList li:first-child{
    margin-left: -32px;
}
.meetingTypeList li:nth-child(8n){
    margin-left: -32px;
}
.meetingTypeList li:last-child:after {
    content: "";
    border-right-color: transparent;
}

.meetingTypeList li:after{
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #E9E9E9;
    height: 79px;
    width: 1px;
}
.meetingTypeList li.selected a{
    z-index: 2;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.1);
    box-shadow: 0 1px 20px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.meetingTypeList li.selected a p{
    color: #0780E5;
    font-size: 15px;
    font-weight: bold;
    /*text-shadow: 0 0 32px white, 0 0 16px #0780E5;*/
}
.meetingTypeList a:hover{
    z-index: 2;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.1);
    box-shadow: 0 1px 20px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.meetingTypeList a:hover p{
    color: #0780E5;
    font-size: 15px;
    font-weight: bold;
    /*text-shadow: 0 0 32px white, 0 0 16px #0780E5;*/
}
.meetingTypeList li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;


}
.meetingTypeList li img{
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
}
.meetingTypeList li p{
    width: 100%;
    font-size: 12px;
    color: #505050;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*meetingTypeList.css end*/

/*detailContentWrap.css start*/
.detailContentWrap{
    margin-bottom: 90px;
}
.contentWrap{
    width: 840px;
}
.activeName{
    font-weight: bold;
    font-size: 30px;
    color: #060504;
    line-height: 44px;
    text-align: left;
    margin-bottom: 24px;
}
.timeAndPlaceWrap p{
    font-size: 18px;
    color: #060504;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.timeAndPlaceWrap p:first-child{
    margin-bottom: 17px;

}
.timeAndPlaceWrap p:first-child:before{
    content: "";
    display: inline-block;
    background: url("../../../../common/img/shijian.png") no-repeat center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 12px;
    margin-top: 3px;
}
.timeAndPlaceWrap p:last-child:before{
    content: "";
    display: inline-block;
    background: url("../../../../common/img/didian.png") no-repeat  center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size:17px 20px;
    margin-right: 12px;
    margin-top: 3px;
}
.introduceWrap{
    width:100%;
    background: #F5F6F8;
    padding: 20px;
    margin-top: 29px;
}
.introduceWrap pre{
    font-size: 14px;
    color: #060504!important;
    line-height: 30px!important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 802px;
    overflow: hidden;
}
.adCenterWrap{
    margin-top: 28px;
}
.adCenterWrap{
    width: 840px;
    height: 120px;
}
.adCenterWrap img{
    width: 100%;
    height: 100%;
}

.adCenterWrap .swiper-container,
.adCenterWrap .swiper-slide{
    width: 840px;
    height: 120px;
}
.ticketTypesTWrap{
    margin-top: 23px;
    margin-bottom: 9px;
}
.titleWrap p{
    font-size: 20px;
    color: #030404;
    line-height: 36px;
    display: inline-block;

}
.buyNum:before{
    content: '';
    display: inline-block;
    background: url('../img/icon/buyNum.png') 0 center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 14px;
    margin-right: 8px;
}
.buyNum{
    float: right;
    font-size: 16px;
    color: #020202;
    line-height: 1;
    position: relative;
    padding-left: 24px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.buyNum span{
    color: #0780E5;
}
.ticketTips:before{
    content: '';
    display: inline-block;
    background: url('../../../../common/img/tishi1.png') 0 center no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 7px;

}
.ticketTips{
    font-size: 16px;
    color: #0780E5;
    line-height: 26px;
    display: flex;
    align-items: center;
}

/*ticketTypesList.css start*/
.ticketTypesList li{
    width: 840px;
    border-radius: 8px;
    border: 2px solid #F4F4F4;
    padding: 10px 20px 10px 20px;
    position: relative;
    margin-bottom: 16px;
    -webkit-transition: all .3s linear;
    transition: all ease 0.3s;
    cursor: pointer;
}
.ticketTypesList li:hover{
    border-color: #0780E5;
}
.ticketTypesList li.disableStatus:hover{
    border-color: #F0F0F0;
}
.ticketTypesList li.selectTicket{
    border-color: #0780E5;
}

.ticketName{
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 9px;
}
.priceWrap{
    border-bottom:1px solid #ECECEC;
    padding-bottom: 10px;
}
.priceWrap p{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.priceWrap p:first-child{
    margin-top: 0;
}
.priceWrap span{
    font-weight: 600;
    font-size: 24px;
    color: #0780E5;
    display: inline-block;
    line-height:1;
}
.priceWrap span i{
    font-weight: normal;
    font-size: 18px;
    color: #595959;
    margin-left: -12px;
}
.priceWrap label{
    display: inline-block;
    margin: 0;
    margin-left: 6px;
    height: 22px;
    padding: 0 8px;
    background: #DDDDDD;
    border-radius: 11px;
    font-size: 14px;
    color: #010000;
    line-height: 22px;
}
.bmTime{
    font-size: 16px;
    color: #6B6B6B;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ticketTypesList li.selectTicket .describeWrap{
    display: block;
    opacity: 1;
}

.describeWrap{
    height: 0;
   opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s;
}
.describeWrap p:before{
    content: '';
    display: inline-block;
    background: url('../../../../common/img/tishi2.png') 0 center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 7px;

}

.describeWrap p{
    border-top:1px solid #ECECEC;
    padding-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.describeWrap p span{
    font-size: 16px;
    color: #FB7A07;
    line-height: 24px;
}
.describeWrap p span:after{
    content: '，';
    font-size: 16px;
    color: #FB7A07;
    line-height: 24px;
}
.describeWrap p span:last-child:after{
    content: '';
}
.describeWrap pre{
    font-size: 14px;
    color: #828282!important;
    line-height: 24px!important;

    padding: 0 !important;
    width: auto !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
}
.statusIcon{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 36px;
    top:18px;
    overflow: hidden;
    display: none;
}
.statusIcon span{
    display: inline-block;
    color: transparent;
    line-height: 9999999px;
    overflow: hidden;
    text-indent: 99999999px;
}
.statusIcon span.wks{
    background: url("../img/icon/wks.png") no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 60px;
}
.statusIcon span.js{
    background: url("../img/icon/js.png") no-repeat center;
    width: 60px;
    height: 60px;
    background-size: 60px;
}
.disableStatus{
    cursor: default!important;
}
.disableStatus .ticketName{
    color: #878686!important;
    width: 712px;
}
.disableStatus .priceWrap p span{
    color: #707070!important;
}
.disableStatus .priceWrap label{
    display: none;
}
.disableStatus .bmTime{
    color: #6B6B6B!important;
}
.disableStatus .statusIcon{
    display: inline-block;
}
/*ticketTypesList.css end*/

/*buyTicketWrap.css start*/
.buyTicketWrap {
    position: relative;
    margin-top: 56px;
}
.tipsBuyTicket {
    transition: all ease 0.5s;
    background: url("../img/tipsBg.png") no-repeat 0 0;
    width: 158px;
    height: 41px;
    background-size: 158px 41px;
    opacity: 0;
    font-size: 14px;
    color: #414140;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -41px;
    left: 14px;
}
.signUpBtn {
    display: inline-block;
    cursor: pointer;
    background: #1e88e5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    min-width: 184px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    border: 0;
    padding: 0 10px;
}
.kaochaWrap {
    display: inline-block;
    position: relative;
}
.kaochaTipsWrap {
    position: absolute;
    opacity: 0;
    display: none;
    left: 22px;
    bottom: 54px;
    z-index: 2;
}
.kaochaTipsBox {
    width: 632px;
    background: #FFFFFF;
    border: 1px solid #0780E5;
    border-radius: 5px;
    padding-bottom: 10px;
}
.kaochaTipsWrap span {
    position: absolute;
    bottom: -7px;
    left: 60px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #0780E5;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
}
.kaochaTipsWrap em {
    display: block;
    width: 100%;
    height: 15px;
    background: transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.kaochaTitle {
    font-size: 16px;
    font-weight: bold;
    color: #0780E5;
    line-height: 36px;
    padding-left: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.kaochaInfo {
    width: 581px;
    height: 66px;
    background: #FFF7E8;
    border-radius: 4px;
    font-size: 14px;
    color: #F77603;
    line-height: 22px;
    padding: 10px 15px 15px;
    margin: 10px auto 0;
}
.kaochaTipList {
    width: 581px;
    margin: 12px auto 0;
}
.kaochaTipList li {
    padding-left: 10px;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #010202;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.kaochaBtn {
    margin-left: 24px;
    display: inline-block;
    cursor: pointer;
    background: #FFF7E8 url('../img/icon/kc.png') no-repeat 21px center;
    text-indent: 16px;
    background-size: 17px 15px;
    color: #FB7A07;
    font-size: 16px;
    border: 1px solid #FCE0A9;
    text-align: center;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    padding: 0 10px;
}
.peixunWrap {
    margin-left: 24px;
    display: inline-block;
    position: relative;
}
.peixunTipsWrap {
    left: 0px !important;
}
.peixunTipsWrap .kaochaInfo{
    padding-right: 0;
    height: 42px;
}
.peixunTipsWrap .kaochaTipList li {
    line-height: 34px;
    margin-bottom: 5px;
    cursor: default;
    padding-left: 32px;
    padding-right: 29px;
}
.peixunBtn {
    cursor: pointer;
    background: #F1FAEF url("../img/icon/pxIcon.png") no-repeat 21px center;
    text-indent: 16px;
    background-size: 17px 15px;
    color: #57AE5A;
    font-size: 16px;
    border: 1px solid #CCE0CC;
    text-align: center;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    outline: none !important;
    padding: 0 10px;
}
.peixunTipsWrap .kaochaTipList li.youPeixun {
    cursor: pointer;
}
.peixunTipsWrap .kaochaTipList li:hover:before {
    background: #3379DC;
}
.peixunTipsWrap .kaochaTipList li:before {
    content: '';
    left: 23px;
    top: 15px;
}
.kaochaTipList li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #010202;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}
.peixunTipsWrap .kaochaTipList li:hover:before {
    background: #3379DC;
}
.peixunTipsWrap .kaochaTipList li:before {
    content: '';
    left: 23px;
    top: 15px;
}
.kaochaTipList li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #010202;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}
.peixunTipsWrap .kaochaTipList li.youPeixun:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 34px;
    background: url("../img/icon/xJt.png") no-repeat 0 center;
    position: absolute;
    right: 23px;
    top: 0px;
}
.peixunTipsWrap .kaochaTipList li.youPeixun:hover {
    background: #F4F4F4;
    color: #3379DC;
}
/*buyTicketWrap.css end*/
/*detailContentWrap.css end*/
/* sideContent.css  start*/
.sideContent{
    width:270px;
    margin-top: 58px;
}

.scanCodeWrap{
    width: 100%;
    height: 132px;
    background: #FAFAFA;
    padding: 0 15px;
}
.scanCodeWrap img{
    width: 100px;
    height: 100px;
    margin-top: 15px;
}
.scanCodeWrap div{
    float: right;
    text-align: left;
    margin-top: 37px;
}
.scanCodeWrap div span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #030303;
    line-height:1;
    margin-bottom: 18px;
}
.scanCodeWrap div p{
    font-size: 14px;
    color: #494949;
    line-height: 18px;
}
/* sponsorAll.css */
.aboutActiveWrap, .sponsorAll {
    border: 1px solid #e0e0e0;
    width: 270px;
    background: #fff;
    border-top: 4px solid #e0e0e0;
    overflow: hidden;
    margin: 20px auto 20px;
}
.aboutActiveWrap h4, .sponsorAll h4 {
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    height: 56px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}
.sponsor {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sponsorY {
    margin-top: 20px;
}
.sponsorLogo {
    display: table;
    width: 100%;
    height: 70px;
}
.sponsorLogo span {
    height: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.sponsorLogo img {
    max-width: 210px;
    max-height: 70px;
    text-align: center;
}
.sponsorY p {
    font-size: 14px;
    color: #424242;
    line-height: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    cursor: default;
}
.sponsorN{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sponsorN p {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    margin-top: 17px;
    text-align: left;
}
.blueBorder {
    display: block;
    width: 50px;
    height: 3px;
    background: #1e88e5;
    margin: 25px auto;
}
.sponsorName {
    padding: 0 20px;
}
.sponsorName a {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.sponsorAllTitle {
    height: 38px;
    margin: 23px 0 30px 0;
    text-align: center;
}
.zhanzhu {
    width: 120px;
    display: block;
    margin: 20px auto;
    border: 2px solid #1e88e5;
    border-radius: 50px;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    height: 34px;
}
.zhanzhu:hover{
    background: #1E88E5;
    color: #fff;
}
.sideGGWrap{
    margin-bottom: 20px;
}
.sideGGWrap,.sideGGWrap img{
    width: 270px;
    height: 60px;
}

/*end sponsorAll.css */
/* sideContent.css  end*/