.playVideo-header {
    position: static;
    padding: 0.6rem 0.24rem;
    overflow: hidden;
}

.playVideo-title {
    float: left;
    line-height: 0.6rem;
    width: 80%;
    font-size: 0.44rem;
    color: #333;
}

.closeBox {
    float: right;
}

.closeBox span {
    display: block;
    line-height: 0.6rem;
    color: #333;
}

.hrefType,
.hrefindustry {
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}

.videoText {
    padding: 0.32rem 0.24rem;
}

.videoText h5 {
    font-size: 0.28rem;
    line-height: 0.4rem;
}

.videoText {
    font-size: 0.26rem;
    line-height: 0.4rem;
}

a.hrefType,
a.hrefindustry {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.06rem 0.15rem;
    font-size: 0.24rem;
    vertical-align: middle;
    border-radius: 0.25rem;
    background: #F5F5F5;
}

a.hrefindustry {
    margin-left: 0.24rem;
}

a.hrefType span,
a.hrefindustry span {
    display: inline-block;
    margin-right: 0.04rem;
    vertical-align: middle;
}

.hrefType {
    color: #4098FF;
}

.hrefindustry {
    color: #F5A623;
}

.video video {
    width: 100%;
}

@media screen and (min-width: 750px) {

    /* 视频详情页================================== */
    .playVideo-header {
        padding: 0.3rem 0.1rem;
    }

    .playVideo-title {
        line-height: 0.2rem;
        font-size: 0.15rem
    }

    a.hrefType,
    a.hrefindustry {
        margin-bottom: 0.05rem;
        margin-top: 0.05rem;
        font-size: 0.1rem;
    }

    a.hrefindustry {
        margin-bottom: 0.08rem;
    }

    a.hrefType span,
    a.hrefindustry span {
        font-size: 0.12rem;
    }

    .closeBox span {
        font-size: 0.1rem;
        line-height: 0.2rem;
    }
}