@charset "utf-8";

body {
    background-color: #f0f1f2;
}
/* **** Banner **** */
.banner {
    background: url(img/banners/programbg.jpg) center center/auto 100% no-repeat;
}
/* **** 日程展望 **** */
.programProspect {
    overflow: hidden;
    padding-top: 50px;
    background-color: #fff;
}
.programProspectTxt {
    width: 920px;
    margin: 0px auto 24px;
    font-size: 16px;
    line-height: 40px;
}
.programTabsBox {
    height: 90px;
}
.programTabs {
    box-sizing: border-box;
    width: 920px;
    height: 90px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0;
    text-align: center;
    background: #fff;
    z-index: 10;
}
.programTabs.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
}
.programTab {
    box-sizing: border-box;
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-right: 40px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #f0f1f2;
    cursor: pointer;
}
.programTab:last-child {
    margin-right: 0;
}
.programTab.active {
    background-color: #B90F19;
    border-color: #B90F19;
    color: #ffffff;
}
.programTabDay {
    margin-right: 10px;
}
.programTabCaption {
    font-weight: normal;
}
/* **** 会议日程 **** */
.program {
    box-sizing: border-box;
    width: 920px;
    margin: 50px auto 60px;
    padding: 50px 80px 0;
    background-color: #ffffff;
}
.programList {
    display: none;
}

.speechBox {
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.speechBar {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    margin: 30px 20px 30px 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    writing-mode: vertical-lr;
    border: 1px solid #eaeaea;
}
.awardBanner {
    margin-top: 30px;
    text-align: center;
}
.awardBannerImg{
    display: inline-block;
    max-width: 100%;
}
.programItem {
    padding: 30px 0 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.programItem:nth-last-child(1) {
    border-bottom: none;
}
.awardItem {
	padding: 0;
	border-bottom: 0;
	overflow: hidden;
}
.programItemSiteDesc {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;    
}
.awardItem .programItemSiteDesc {
	margin: 30px 0 5px;
}
.programItemHead {
    margin-bottom: 15px;
    font-size: 0;
}
.programItemTime, .programItemType {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
}
.programItemType {
    margin-left: 15px;
}
.programItemLogo{
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    /* transform: translateY(-50%); */
    transform: translateY(-22px);
}
.programItemLogo span, .programItemLogo img{
    display: inline-block;
    vertical-align: middle;
}
.programItemLogo img{
    width: 126px;
}
.programItemTitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #c30d23;
}
.programItemBody {
    margin-top: 15px;
}
.programItemBody:empty {
    margin-top: 0;
}
.programItemDesc {
    overflow: hidden;
}
.programItemDesc p, .awardFlow {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
}
.awardFlowItem {
    margin-bottom: 15px;
    font-size: 0;
}
.awardFlowLabel, .awardFlowItemDesc {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.awardFlowLabel {
    width: 160px;
    margin-right: 20px;
}
.awardFlowItemDesc {
    width: calc(100% - 180px);
}
.awardRegister {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 25px;
	font-size: 14px;
	line-height: 35px;
	background-color: #c30d23;
	color: #fff;
}
.audienceRegister {
	margin-left: 30px;
}
.speakerType {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}
.programItemSpeaker {
    margin-bottom: 15px;
    font-size: 0;
    cursor: pointer;
    /* pointer-events: none; */
}
/* .programItemSpeakerList .programItemSpeaker:nth-last-of-type(1) {
    margin-bottom: 0;
} */
.programItemSpeakerPhoto, .programItemSpeakerName {
    display: inline-block;
    vertical-align: middle;
}
.programItemSpeakerPhoto {
    width: 35px;
    margin-right: 20px;
    overflow: hidden;
}
.programItemSpeakerPhotoImg {
    width: 100%;
}
.programItemSpeakerName {
    width: calc(100% - 55px);
    font-size: 14px;
    line-height: 35px;
}
.confirmTag {
    color: #c30d23;
}

@media screen and (max-width: 750px) {
    body {
        background-color: #ffffff;
    }
    /* **** Banner **** */
    .banner {
        height: 1.5rem;
    }
    /* **** 日程展望 **** */
    .programProspect {
        padding-top: 0px;
    }
    .programProspectTxt {
        width: 90%;
        margin: 0.5rem auto;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .programTabsBox {
        height: 1.6rem;
        /* height: auto; */
    }
    .programTabs {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        top: 1rem;
        left: 0;
        font-size: 0;
        transform: translate(0, 0);
        padding: 0.3rem 4%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 900;
    }
    .programTabs::-webkit-scrollbar {
        display: none;
    }
    .programTabs.fixed {
        top: 1rem;
    }
    .programTab {
        margin-right: 0.2rem;
        padding: 0.1rem 0;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .programTabDay {
        margin-right: 0.2rem;
    }
    /* **** 会议日程 **** */
    .program {
        width: 100%;
        margin: 0;
        padding: 0;
    }    
    .programList {
        width: 92%;
        margin: 0 auto;
    }
    .speechBox {
        border-bottom: 0;
    }
    .speechBar {
        width: 0.8rem;
        margin: 0.3rem 0.4rem 0.3rem 0;
        font-size: 0.28rem;
    }
    
    .awardBanner {
        margin-top: 0;
        font-size: 0;
    }
    .programItem {
        position: relative;
        min-height: 0.8rem;
        padding: 0.3rem 0 0.3rem 1rem;
        border-bottom: 0;
    }
    .programItem::before {
        content: "";
        width: 78%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        bottom: 0;
        right: .467rem;
        z-index: 10;
    }
    .awardItem {
    	padding: 0;
    }
    .awardItem::before {
        height: 0;
    }
    .awardItem .programItemSiteDesc {
    	margin: 0.2rem 0 0.1rem;
    }
    .programItemSite {
        box-sizing: border-box;
        width: 100%;
        min-height: auto;
        padding-left: 0;
    }
    .programItemSite::before {
        width: 80%;
    }
    .programItemSiteDesc {
        margin-bottom: 0;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .programItemHead {
        margin-bottom: 0.2rem;
    }
    .programItemTime {
        position: absolute;
        left: 0;
        width: 0.8rem;
    }
    .programItemTime span {
        display: block;
        font-size: 0.28rem;
        line-height: 0.3rem;
        text-align: center;
    }
    .programItemType {
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        font-size: 0.3rem;
        font-weight: bold;
        line-height: 0.4rem;
    }
    .programItemLogo{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .programItemLogo img{
        width: 1.3rem;
    }
    .programItemTitle {
        display: inline;
        font-size: 0.3rem;
        font-weight: bold;
        line-height: 0.4rem;
        color: initial;
    }
    .programItemTitle::before {
        display: inline-block;
        content: ":";
        margin-right: 5px;
        color: initial;
    }
    .programItemBody {
        margin-top: 0.2rem;
    }
    .programItemDesc p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    /* .programList:nth-child(2) .programItemDesc p {
        margin-bottom: 0.4rem;
    } */
    .awardFlow {
        margin-bottom: 0.3rem;
        line-height: 0.4rem;        
    }
    .awardFlowItem {
        margin-bottom: 0.3rem;        
    }
    .awardFlowLabel, .awardFlowItemDesc {
        font-size: 0.28rem;
    }
    .awardFlowLabel {
        width: 3rem;
        margin-right: 0.2rem;
    }
    .awardFlowItemDesc {
        width: calc(100% - 3.2rem);
    }
    .awardRegister {
    	margin-bottom: 0;
    	padding: 0 0.5rem;
    	font-size: 0.28rem;
    	line-height: 0.7rem;
    }
    .speakerType {
        margin-bottom: 0.2rem;
        padding-top: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .programItemSpeaker {
        margin-bottom: 0.2rem;
    }
    .programItemSpeakerPhoto {
        width: 0.7rem;
        margin-right: 0.2rem;
    }
    .programItemSpeakerName {
        width: calc(100% - 0.9rem);
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
}