@font-face {
    font-family: 'MyriadPro';
    src: url('../font/MyriadPro.eot');
    src: local('☺'), url('../font/MyriadPro.woff') format('woff'), url('../font/MyriadPro.ttf') format('truetype'), url('../font/MyriadPro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../font/MyriadPro-Bold.eot');
    src: local('☺'), url('../font/MyriadPro-Bold.woff') format('woff'), url('../font/MyriadPro-Bold.ttf') format('truetype'), url('../font/MyriadPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100px;
    font-family: 'MyriadPro';
}

body {
    background: #020616;
}

.wrap {
    max-width: 12.8rem;
    width: 100%;
    margin: 0 auto;
}

.page-index {
    background-image: url('../img/live-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.liveView {
    overflow: hidden;
}

.liveView .liveTitle {
    height: 1.15rem;
    line-height: 1.15rem;
    padding: 0 0.33rem;
    background: #030921;
    font-size: 0.3rem;
    color: #2EB3E8;
    margin-top: 0.5rem;
    position: relative;
}

.liveView .liveTitle>p {
    position: absolute;
    right: 0.33rem;
    top: 50%;
    transform: translateY(-50%);
}

.liveView .live {
    width: 100%;
    min-height: 6.5rem;
    overflow: hidden;
    position: relative;
}

.liveView .live img {
    width: 100%;
}

.liveView #videoBox.in {
    animation: ac 1s;
}

.liveView #videoBox.out {
    position: fixed;
    bottom: calc(10% + 0.85rem);
    right: 2%;
    width: 300px;
    height: 169px;
    z-index: 90;
    animation: an 0.5s;
}

.liveView .live .icon-play {
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url(../img/icon-play.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: calc(50% - 0.32rem);
    left: calc(50% - 0.32rem);
    cursor: pointer;
    z-index: 9;
}

.liveView .live .fullScreen {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(../img/fullScreen.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0.1rem;
    right: 0.2rem;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.liveView .live:hover .fullScreen {
    display: block;
}

.liveView .live .play>div {
    font-size: 0.3rem;
    font-weight: bold;
    color: #DEDFFF;
    line-height: 1.1rem;
    margin-left: 1.35rem;
}

.liveView .live .countDown-view {
    width: 100%;
    min-height: 6.48rem;
    background-image: url(../img/countDown-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.89rem 1.18rem;
}

.liveView .live .countDown-view .p1 {
    font-size: .44rem;
    color: #FFF;
    background-image: -webkit-linear-gradient(top, #fff, #62aee1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.44rem;
}

.liveView .live .countDown-view .p2 {
    font-size: 0.82rem;
    font-weight: normal;
    color: #FFF;
    text-transform: Uppercase;
}

.liveInfoView {
    height: 1.32rem;
    background-image: url(../img/live-title-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.liveInfoView .liveInfoTitle {
    flex: 1;
    padding: 0 0.25rem;
    flex-direction: column;
    justify-content: center;
}

.liveInfoView .liveInfoTitle .liveInfoTitle-text {
    font-size: 0.3rem;
    color: #2EB3E8;
    height: 0.4rem;
    overflow: hidden;
}

.liveInfoView .liveInfoTitle .liveInfoTitle-time {
    font-size: 0.2rem;
    color: #2EB3E8;
    margin-top: 0.1rem;
}

.liveInfoView .liveNextInfo {
    width: 33%;
    background-image: url(../img/live-title-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0.21rem 0 0.91rem;
    flex-direction: column;
    justify-content: center;
}

.liveInfoView .liveNextInfo .liveNextInfo-text {
    font-size: 0.19rem;
    color: #7B90AB;
}

.liveInfoView .liveNextInfo .liveNextInfo-title {
    font-size: 0.26rem;
    color: #7B90AB;
    margin-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.32rem;
}

.liveInfo {
    margin-top: 0.35rem;
    margin-bottom: 0.62rem;
    padding: 0 0.34rem;
    font-size: 0.24rem;
    color: #7B90AB;
}

.liveInfo .liveTime img {
    width: 0.26rem;
    height: 0.27rem;
    margin-right: 0.16rem;
    vertical-align: top;
}

.liveInfo .liveFlex {
    justify-content: space-between;
    margin-top: 0.16rem;
}

.liveInfo .liveOnline img {
    width: 0.25rem;
    height: 0.27rem;
    margin-right: 0.17rem;
    vertical-align: top;
}

.liveInfo .liveZan img {
    width: 0.25rem;
    height: 0.26rem;
    margin-right: 0.13rem;
    vertical-align: top;
}

.liveTab {
    margin-bottom: 2.5rem;
}

.liveTab .tab {
    border-radius: 0.26rem;
    background: url(../img/liveTab-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.3rem;
}

.liveTab .tab .item {
    font-size: 0.3rem;
    font-weight: bold;
    color: #DEDFFF;
    line-height: 0.63rem;
    flex: 1;
    text-align: center;
    line-height: 0.88rem;
    cursor: pointer;
}

.liveTab .tab .item.focus {
    background: url(../img/liveTab-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.liveTab .cont .cont-item {
    display: none;
}

.liveTab .cont .cont-item.focus {
    display: block;
}

.liveTab .cont .introductionCont {
    padding: 0.33rem 0.25rem;
    font-size: 0.28rem;
    color: #F1F1F1;
    line-height: 0.48rem;
    background: url(../img/bg-2.jpg) no-repeat;
    background-size: 100% 100%;
}

.liveTab .programListCont .cont-tab {
    width: 100%;
    box-sizing: border-box;
    padding: 0.14rem 0.16rem 0.1rem;
    border-radius: 1rem;
    background: #011C36;
    margin-bottom: 0.4rem;
}

.liveTab .programListCont .cont-tab .i {
    flex-direction: column;
    height: 0.87rem;
    padding: 0 0.38rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
}

.liveTab .programListCont .cont-tab .i.focus {
    background: #103C5F;
}

.liveTab .programListCont .cont-tab .i .cont-tab-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FEFFFF;
}

.liveTab .programListCont .cont-tab .i .cont-tab-time {
    font-size: 0.2rem;
    color: #DEDFFF;
    display: none;
}

.liveTab .programListCont .cont-tab .i.focus .cont-tab-time {
    display: block;
}

.liveTab .programListCont .box-item {
    display: none;

}

.liveTab .programListCont .box-item>.flex {
    flex-wrap: wrap;
}

/*

.liveTab .programListCont .box-item .item {
    width: 32.5%;
    min-height: 2.2rem;
    background: url(../img/bg-2.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.2rem;
    padding: 0.49rem 0.16rem 0.36rem;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-right: 1.25%;
}

.liveTab .programListCont .box-item .item:nth-child(3n+3) {
    margin-right: 0;
}

.liveTab .programListCont .box-item .item.focus {
    background: url(../img/bg-1.jpg) no-repeat;
    background-size: 100% 100%;
}

.liveTab .programListCont .box-item .item .tit,
.liveTab .programListCont .box-item .item .time {
    font-size: .2rem;
    color: #fff;
}

.liveTab .programListCont .box-item .item .tit {
    margin-top: 0.1rem;
}

.liveTab .programListCont .box-item .item.focus .tit,
.liveTab .programListCont .box-item .item.focus .time {
    color: #33CCFF;
}

.liveTab .programListCont .box-item .item .desc {
    font-size: .18rem;
    color: rgba(123, 144, 171, 1);
    margin-top: .05rem;
    line-height: 0.25rem;
}

.liveTab .programListCont .box-item .item .desc p {
    font-size: .18rem;
}

.liveTab .programListCont .box-item .item.focus::after {
    background-image: url(../img/live-type-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 1.38rem;
    height: 0.46rem;
    top: 0.18rem;
    right: 0.23rem;
    content: ' ';
}*/
.userConference .item {
    position: relative;
    border-radius: 6px;
}

.userConference .item .btn {
    background-image: url(../img/liveList-type2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.37rem;
    height: 0.66rem;
    padding: 0;
    border-radius: 0;
}

.liveTab .speakersCont .speakersList .flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

.liveTab .speakersCont .speakersList .item {
    width: 49%;
    margin-bottom: 0.23rem;
    display: none;
}

.liveTab .speakersCont .speakersList .item .img1,
.liveTab .speakersCont .speakersList .item .img2 {
    width: 1.83rem;
    height: 1.83rem;
}

.liveTab .speakersCont .speakersList .item:hover .img1,
.liveTab .speakersCont .speakersList .item .img2 {
    display: none;
}

.liveTab .speakersCont .speakersList .item .img1,
.liveTab .speakersCont .speakersList .item:hover .img2 {
    display: block;
}

.liveTab .speakersCont .speakersList .item .itemInfo {
    flex: 1;
    padding-left: 0.4rem;
}

.liveTab .speakersCont .speakersList .item .itemInfo .itemName {
    font-size: 0.34rem;
    color: #F1F1F1;
}

.liveTab .speakersCont .speakersList .item .itemInfo .itemPosition {
    font-size: 0.24rem;
    color: #F1F1F1;
}

.liveTab .speakersCont .speakersList .item .itemInfo .itemCompany,
.liveTab .speakersCont .speakersList .item .itemInfo .itemTitle,
.liveTab .speakersCont .speakersList .item .itemInfo .itemTime {
    font-size: 0.2rem;
    color: #7B90AB;
    line-height: 0.24rem;
    margin-top: 0.1rem;
}

.liveTab .speakersCont .speakersPages {
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.liveTab .speakersCont .speakersPages .pageUp {
    width: 0.12rem;
    height: 0.19rem;
    margin-right: 0.3rem;
    cursor: pointer;
}

.liveTab .speakersCont .speakersPages .pageLow {
    width: 0.14rem;
    height: 0.21rem;
    margin-left: 0.3rem;
    cursor: pointer;
}

.liveTab .speakersCont .speakersPages .page {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    margin: 0 0.08rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    background: url(../img/live-page2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.liveTab .speakersCont .speakersPages .page.focus {
    background: url(../img/live-page.png) no-repeat;
    background-size: 100% 100%;
}

.mHide .btn-more2 {
    background: url(../img/icon-return.png) no-repeat;
    background-size: 100% 100%;
    width: 2.09rem;
    height: 0.67rem;
    cursor: pointer;
    display: none;
}

.countdown {
    /* width: 720px;
    margin: 0 auto; */
    display: flex;
    /* display: none; */
}

.countdown .colon {
    /* float: left; */
    width: 0.43rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.countdown .colon::after {
    position: absolute;
    bottom: 0.53rem;
    left: 50%;
    content: ":";
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.countdown .bloc-time {
    /* float: left; */
    /* margin-right: 0.43rem; */
    text-align: center;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 1.06rem;
    width: 0.65rem;
    margin-right: 0.1rem;
    background-image: url(../img/countDown-item.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

/* .countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} */

.countdown .figure .top {
    z-index: 3;
    background-image: url(../img/countDown-item.png);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    /* background-color: #f7f7f7; */
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    /* -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; */
    -moz-transform: perspective(12.1rem);
    -ms-transform: perspective(12.1rem);
    -webkit-transform: perspective(12.1rem);
    transform: perspective(12.1rem);
}

.countdown .figure .bottom {
    z-index: 1;
}

/* .countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
} */

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-image: url(../img/countDown-item.png);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    /* background-color: #f7f7f7;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; */
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(12.1rem) rotateX(180deg);
    -ms-transform: perspective(12.1rem) rotateX(180deg);
    -webkit-transform: perspective(12.1rem) rotateX(180deg);
    transform: perspective(12.1rem) rotateX(180deg);
    /* -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    background-image: url(../img/countDown-item.png);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    background-position: bottom;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}