@media only screen and (max-width: 768px) {
    .page-index {
        background-image: url('../img/live-bg-m.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .page-index>.wrap {
        margin: 0 0.4rem;
        width: calc(100% - 0.8rem);
    }

    .liveView .liveTitle {
        font-size: 0.3rem;
        color: #2EB3E8;
        background: rgba(0, 0, 0, 0);
        padding: 0;
        height: auto;
        line-height: normal;
        margin-top: 0.35rem;
        margin-bottom: 0.42rem;
    }

    .liveView .liveTitle>p {
        position: relative;
        transform: none;
        top: auto;
        right: auto;
        margin-top: 0.1rem;
    }

    .liveView .live {
        height: auto;
        min-height: 3rem;
    }

    .liveInfoView {
        /*display: none;*/
    }

    .liveInfoView .liveInfoTitle {
        padding-right: 0;
    }

    .liveInfoView .liveNextInfo {
        padding: 0 0.25rem 0 0.4rem;
        display: none;
    }

    .liveInfoView .liveNextInfo .liveNextInfo-title {
        font-size: 0.19rem;
        height: 0.22rem;
    }

    .liveInfo {
        padding: 0;
    }

    .liveTab .tab {
        border-radius: 0.26rem;
        background: url(../img/liveTab-bg-m.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 0.8rem;
        margin-bottom: 0.3rem;
    }

    .liveTab .tab .item {
        font-size: 0.28rem;
        color: #DEDFFF;
        line-height: 0.8rem;
    }

    .liveTab .tab .item.focus {
        background: url(../img/liveTab-bg2-m.png) no-repeat;
        background-size: 100% 100%;
        color: #DEDFFF;
    }

    .liveTab .programListCont .cont-tab {
        padding: 0.2rem 0.11rem 0.16rem;
    }

    .liveTab .programListCont .cont-tab .i {
        height: 1.31rem;
        padding: 0 0.3rem;
        text-align: center;
    }

    /*.liveTab .programListCont .box-item .item {
        width: 100%;
        padding: 0.5rem 0.2rem;
        min-height: 3.37rem;
        background: url(../img/live-list-bg-m.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 0;
    }

    .liveTab .programListCont .box-item .item.focus {
        background: url(../img/live-list-bg2-m.png) no-repeat;
        background-size: 100% 100%;
        min-height: 4.35rem;
        padding-bottom: 1.51rem;
    }

    .liveTab .programListCont .box-item .item.focus::after {
        background-image: url(../img/live-type-bg-m.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        width: 2.23rem;
        height: 0.73rem;
        bottom: 0.52rem;
        top: auto;
        left: 0.2rem;
        content: ' ';
    }

    .liveTab .programListCont .box-item .item .tit,
    .liveTab .programListCont .box-item .item .time {
        font-size: 0.38rem;
        font-weight: bold;
        color: #F1F1F1;
        line-height: normal;
    }

    .liveTab .programListCont .box-item .item.focus .tit,
    .liveTab .programListCont .box-item .item.focus .time {
        color: #46BDF4;
    }

    .liveTab .programListCont .box-item .item .desc {
        font-size: 0.34rem;
        color: #7B90AB;
    }

    .liveTab .programListCont .box-item .item .desc p {
        font-size: 0.24rem;
        margin-top: 0.1rem;
    }*/

    .userConference .item .btn {
        position: absolute;
        top: 0.24rem;
        right: 0.24rem;
        margin-top: 0;
    }

    .liveTab .speakersCont .speakersList {
        padding-left: 0.22rem;
        border-left: 0.04rem solid;
        border-image: linear-gradient(#01299E, #3CB7EC) 30 30;
    }

    .liveTab .speakersCont .speakersList .item {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0.2rem;
        position: relative;
    }

    .liveTab .speakersCont .speakersList .item::after {
        content: ' ';
        position: absolute;
        top: -0.04rem;
        left: -0.285rem;
        width: 0.09rem;
        height: 0.09rem;
        background: #0099CC;
        border-radius: 50%;
    }

    .liveTab .speakersCont .speakersList .item:last-child {
        padding-bottom: 0;
    }

    .liveTab .speakersCont .speakersList .item:last-child::before {
        content: ' ';
        position: absolute;
        bottom: -0.04rem;
        left: -0.285rem;
        width: 0.09rem;
        height: 0.09rem;
        background: #0099CC;
        border-radius: 50%;
    }

    .mHide {
        display: block;
        margin-top: 0.5rem;
    }

    .liveView .live .countDown-view {
        min-height: 4.2rem;
        background-size: cover;
        background-position: bottom right;
        padding: 0 0.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .liveView .live .countDown-view .p1 {
        font-size: 0.25rem;
        font-weight: 400;
        margin-bottom: 0;
    }

    .liveView .live .countDown-view .p2 {
        font-size: 0.46rem;
    }
    .countdown .count-title{
        font-size: 0.2rem;
    }
}