/*适配PC端*/

@media screen and (min-width:1000px) {
    body {
        width: 500px !important;
        margin: 0 auto !important;
    }
}

html,
body {
    height: 100%;
}
.head_contain .app_logo{
    background: url(../images/app_logo2.png?v=20250714141459) no-repeat;
    background-size: 100%;
}
.big_div {
    width: 100%;
    height: 100%;
    position: relative;
}

#myVideo {
    width: 100%;
    height: 100%;
    background: #000;
    outline: none;
}

/*进度条*/
.progress {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ccc;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

/*播放进度*/
.progress .line {
    width: 0;
    height: 100%;
    background-color: #3ca7db;
    position: absolute;
    top: 0;
    left: 0;
}

.progress .bar {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

button {
    outline: none;
}

.fa-play {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/bigplay.png?v=20250714141459);
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa-pause {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.share_tip {
    width: 100%;
    height: 100%;
    background: url(../images/share_tip.png?v=20250714141459);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
}

.control_wrap {
    position: absolute;
    padding: 0 13px;
    margin-top: 15px;
    right: 0px;
    bottom: 130px;
    display:none;
}

.control_wrap .item {
    position: relative;
    text-align: center;
    margin-top: 0.17rem;
}

.control_wrap .item .txt {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, 1);
}

.control_wrap ul {
    list-style: none;
}

.icon {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-text-size-adjust: none;
}

.control_wrap .icon {
    position: relative;
    width: 0.39rem;
    height: 0.39rem;
    margin-bottom: 0.06rem;
}

.control_wrap .icon-like {
    background-image: url(../images/zan_icon.png?v=20231221105253?v=20231222110501?v=20250624165359?v=20250714141459);
    background-size: 0.39rem 0.39rem;
}

.control_wrap .icon-comment {
    background-image: url(../images/comment_icon.png?v=20231221105253?v=20231222110501?v=20250624165359?v=20250714141459);
    background-size: 0.39rem 0.39rem;
}

.control_wrap .icon-collect {
    background-image: url(../images/collect_icon.png?v=20231221105253?v=20231222110501?v=20250624165359?v=20250714141459);
    background-size: 0.39rem 0.39rem;
}

.control_wrap .icon-share {
    background-image: url(../images/share_icon.png?v=20231221105253?v=20231222110501?v=20250624165359?v=20250714141459);
    background-size: 0.39rem 0.39rem;
}

.video_title {
    color: #fff;
    position: absolute;
    left: 0.15rem;
    bottom: 1rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    font-size: 0.15rem;
}

video::-webkit-media-controls {
    display: none !important;
}

/* 隐藏video 音量按钮 */
video::-webkit-media-controls-mute-button {
    display: none !important;
}

/* 隐藏video 当前按钮 */
video::-webkit-media-controls-current-time-display {
    display: none !important;
}

/* 隐藏video 总时间 */
video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

/* 隐藏video 全屏按钮 */
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.m-r-10 {
    margin-right: 10px;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
}

a {
    text-decoration: none;
}

.j-comment-item img{
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
}

.video_subscribe_name{
    color: #fff;
    position: absolute;
    left: 0.15rem;
    bottom: 1.3rem;
    font-size: 0.17rem;
    font-weight: 500;
}
.page_bg{
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url(../images/sv_bg.png?v=20231221105253?v=20231222110501?v=20250624165359?v=20250714141459) no-repeat;*/
    background-size: 100%;
    background-position: center bottom;
}