html,
body {
    width: 100%;
}

.app {
    width: 100%;
    min-height: 100vh;
    background: url(../images/pc-bg.jpg) repeat;
    padding: 0.5rem 0;
}

.content {
    width: 11rem;
    margin: 0 auto;
}

.header {
    width: 11.09rem;
    height: 1.93rem;
    position: relative;
    background: url(../images/pc-header.png) no-repeat left top / 100% 100%;
}

.header-title {
    animation: aniBounceIn 1s linear infinite alternate;
}

@keyframes aniBounceIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.header p {
    width: 100%;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.4rem;
    text-align: center;
    color: white;
    transform: rotate(-1.5deg);
}


.header-logo {
    width: 3.3rem;
    position: absolute;
    top: 0.1rem;
    left: 0.45rem;
}

.live-box {
    width: 100%;
    height: 6.2rem;
    background: url(../images/video-bg.png) no-repeat top center / 100% 100%;
    padding-top: 0.58rem;
    position: relative;
}

.live-bg{
    width: 9.8rem;
    height: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.video-content,
.live-content {
    width: 100%;
    height: 100%;
}

.video-text {
    font-size: 0.3rem;
    color: #fffcea;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2.6rem;
}

/*
    点赞
*/
.support-number {
    position: absolute;
    right: -0.2rem;
    bottom: -0.1rem;
    z-index: 99;
}

.support-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2.03rem;
    height: 0.73rem;
    line-height: 0.73rem;
    background: url(../images/number-bg.png)no-repeat left top/100% 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.support-center {
    flex: 1;
    text-align: center;
    color: white;
    font-size: 0.34rem;
}

.icon-heart {
    width: 0.51rem;
    height: 0.73rem;
    margin: 0 0 0 auto;
}

#thumsCanvas {
    position: absolute;
    z-index: 11;
    bottom: 0.7rem;
    right: 0;
    width: 2rem;
    height: 2.4rem;
}

/* 
    swiper
*/
.part-3 {
    width: 100%;
    height: 5.72rem;
    background: url(../images/pc-swiper-bg.png) no-repeat top center / 100% 100%;
    position: relative;
}

.swiper-container {
    width: 70%;
    margin: 0 auto;
    padding: 1.2rem 0 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.ticket-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

.ticket-slide img {
    width: 2.6rem;
    margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.46rem;
    height: 0.53rem;
    background: red;
    top: 55%;
    transition: background 0.3s;
    position: absolute;
}

.swiper-button-prev {
    left: 0.7rem;
    background: url(../images/swiper-left.png) no-repeat left top/100% 100%;
}

.swiper-button-next {
    right: 0.7rem;
    background: url(../images/swiper-right.png) no-repeat left top/100% 100%;
}

.footer-tips {
    font-size: 0.3rem;
    font-family: "Microsoft YaHei";
    color: rgb(249, 248, 217);
    text-align: center;
}

/* 直播 */

.prism-player video {
    z-index: 10 !important;
}

.prism-player .prism-controlbar {
    /*z-index: 100001 !important;*/
    display: none !important;
}

.prism-player .prism-controlbar .prism-controlbar-bg {
    background: rgba(0, 0, 0, 0.5) !important;
}

.prism-setting-btn,
.prism-cc-btn,
.prism-volume,
.prism-live-display {
    display: none;
}

.prism-big-play-btn {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.prism-fullscreen-btn {
    float: left !important;
    margin-left: 10px !important;
}

/* 全屏 */
.prism-player .prism-fullscreen-btn {
    display: none;
}

.qp {
    width: 1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 0.26rem;
}

.fixed {
    position: fixed !important;
    width: 100vh !important;
    height: 100vw !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -50vh !important;
    margin-top: -50vw !important;
    transform: rotateZ(90deg) !important;
    z-index: 200 !important;
    padding: 0 !important;
}

.live-box.fixed {
    position: fixed;
    width: 100vh;
    height: 100vw;
    left: 50%;
    top: 50%;
    margin-left: -50vh;
    margin-top: -50vw;
    background: #000;
    transform: rotateZ(90deg);
    z-index: 80;
    padding: 0;
}

.live-box.fixed .video-box {
    width: 100vh !important;
    height: 100vw !important;
}

.live-box.fixed video {
    width: 100vh !important;
    height: 90vw !important;
}

.live-box.fixed .qp {
    right: 0.2rem;
}

.prism-player .prism-thumbnail span {
    display: none;
}

.prism-player .prism-progress,
.prism-player .prism-play-btn,
.prism-player .prism-time-display {
    display: none;
}

.prism-player .prism-ErrorMessage .prism-error-operation a {
    font-size: .26rem;
}

/* .video-js .vjs-fullscreen-control {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
} */

.qplayer-fullscreen,
.qplayer-volumewrapper {
    display: none !important;
}

/*
 全屏
*/
.prism-controlbar {
    top: 0;
}