body,
html {
    font-size: 13.33333333vmin;
    margin: 0;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-item img {
    width: 50%;
    float: left;
}

.video-box {
    width: 100%;
    /* height: 3.75rem; */
    background: black;
    position: relative;
    overflow: hidden;
}

.bulletChat {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.bulletChat-item {
    width: 1000px;
    color: white;
    font-size: 0.24rem;
    position: absolute;
}

.bulletChat-rank {
    width: 100%;
    height: 0.50rem;
    float: left;
}

#videoimg {
    width: 100%;
    float: left;
}

.countdown {
    background: rgba(0, 0, 0, 0.4);
    width: calc(100% - 0.32rem);
    padding: 0.12rem 0.16rem;
    position: absolute;
    z-index: 99;
    bottom: 0;
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.countdown span {
    font-size: 0.24rem;
}

.countdown .countdown-card {
    display: flex;
    align-items: center;
}

.countdown .countdown-card div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.34rem;
    height: 0.36rem;
    border-radius: 0.04rem;
    background: #ffffff;
    color: #000000;

}

.countdown .countdown-card div span {
    font-size: 0.24rem;
    /*transform: scale(0.5);*/
}

.countdown .countdown-card div span {
    margin: 0.08rem;
}

.nonegeneral_share {
    /* margin-top: 1.20rem; */
}

.general_share {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 100%;
    /* height: 1.20rem; */
    font-size: 0;
    max-width: 1000px;
    transform: translateX(-50%);
}

.general_share img {
    width: 100%;
    /* height: 1.20rem; */
    border: none;
    /* display: none; */
}

#wx_tagbox {
    display: none;
}

.btn {
    width: 90px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 30px;
}

.general_share .general_share_content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 0.72rem);
    justify-content: space-around;
    padding: 0 0.36rem;
}

.general_share .general_share_content .general_district {
    height: 50%;
    width: auto;
}

.general_share .general_share_content p {
    color: #fff;
    font-size: 13px;
}

.general_share .general_share_content .general_botton {
    padding: 2px 5px;
    margin-left: 12px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
}

.general_share .general_close {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 21px;
    height: 20px;
    z-index: 1000;
}

.screen {
    width: 1.40rem;
    height: 0.70rem;
    background: #c22c23;
    font-size: 0.32rem;
    border-radius: 0 0.40rem 0.40rem 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    position: fixed;
    /* left: 0; */
    top: 350px;
    z-index: 98;
}

.screen img {
    width: 0.36rem;
}

.box__info {
    padding: 0.22rem 0.29rem;
}

.box__info .info-title {
    color: #222222;
    font-size: 0.34rem;
    line-height: 0.42rem;
    font-weight: bold;
    margin-bottom: 0.10rem;
}

.box__info .info-synopsis {
    color: #666666;
    line-height: 0.38rem;
    font-size: 0.28rem;
}

.box__info .info-synopsis::v-deep p {
    text-indent: 20em;
    line-height: 16em;
}

.box__info .info__view-count {
    display: flex;
    align-items: center;
}

.box__info .info__view-count .view-count-icon {
    width: 0.16rem;
    height: 0.18rem;
}

.box__info .info__view-count .view-count-text {
    color: #c22c23;
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-left: 0.09rem;
}

.tab {
    width: 100%;
    /* height: 0.86rem; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0.04rem 0.16rem 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-top: 0.10rem;
    font-size: 0.32rem;
}

.tab-item {
    padding: 0.10rem 0;
    margin: 0.15rem 0;
    border-bottom: 0.04rem solid white;
}

.tab-item img {
    height: 0.26rem;
    margin-right: 0.12rem;
}

.tab-item span {
    font-size: 0.32rem;
}

.tab-active {
    border-bottom: 0.04rem solid #1266ef;
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
}

@keyframes myfirst {
    0% {
        border-bottom: 0.04rem solid white;
    }

    100% {
        border-bottom: 0.04rem solid #1266ef;
    }
}

@-webkit-keyframes myfirst {
    0% {
        border-bottom: 0.04rem solid white;
    }

    100% {
        border-bottom: 0.04rem solid #1266ef;
    }
}

.live-room {
    width: calc(100% - 0.62rem);
    padding-left: 0.60rem;
    margin-bottom: 1.30rem;
}

.live-roomright {
    width: 100%;
    padding-left: 0rem;
}

.live-room__left {
    width: 100%;
    margin-top: 0.50rem;
    position: relative;
    border-left: 1px solid #082783;
    padding-bottom: 0.20rem;
}

.live-room__left .width {
    width: 100%;
    height: 50px;
    /* display: none; */
}

.live-room__left .sort-content {
    color: #666666;
    font-size: 0.24rem;
    line-height: 1;
    width: 1.92rem;
    height: 0.28rem;
    background-color: #ffffff;
    border: solid 1px #666666;
    margin-left: 0.64rem;
    padding: 0.06rem 0.10rem;
}

.live-room__left .sort-content .sort-icon {
    width: 0.28rem;
    height: 0.20rem;
    margin-right: 0.06rem;
}

.live-room__left::before {
    content: "";
    display: inline-block;
    width: 0.07rem;
    height: 0.16rem;
    border-radius: 0.04rem;
    background-color: #082783;
    position: absolute;
    left: -0.05rem;
}

.live-room-item {
    position: relative;
    padding-left: 0.64rem;
    padding-right: 0.28rem;
    /* border-left: 1px solid #082783; */
    min-height: 1.40rem;
}

/* .live-room-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.50rem;
    background: white;
} */

.live-room-item:last-child::after {
    display: none;
}

.live-room-item .item__head {
    position: absolute;
    left: -0.34rem;

}

.live-room-item .item__head .head-avatar {
    width: 0.68rem;
    height: 0.72rem;
    background: white;

}

.live-room-item .item__head .head-avatar img {
    height: 0.68rem;
    width: 0.68rem;
    border-radius: 50%;
    float: left;
}

.live-room-item .item__head .head-text {
    width: 0.68rem;
    height: 0.26rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    border: solid 1px #1266ef;
    color: #1266ef;
    font-size: 0.18rem;
    line-height: 0.26rem;
    text-align: center;
    background: white;
}

.live-room-item .item__top {
    height: 0.68rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.20rem;
}

.live-room-item .item__top .top-name {
    font-weight: bold;
    color: #1266ef;
    font-size: 0.30rem;
}

.live-room-item .item__top .top-time {
    color: #333333;
    font-size: 0.24rem;
}

.live-room-item .item__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.10rem;
}

.live-room-item .item__content .content-text {
    color: #222222;
    line-height: 0.42rem;
    font-size: 0.30rem;
    margin-bottom: 0.25rem;
    word-break: break-all;
    white-space: pre-wrap;
}


.live-room-item .item__content .content__links {
    display: flex;
    flex-direction: column;
    width: calc(100% - 0.40rem);
    padding-right: 0.16rem;
    background-color: #f8f8f8;
    border-radius: 0.06rem;
    padding: 0.20rem;
}

.live-room-item .item__content .content__links .links__item {
    width: 100%;
    /* height: 0.60rem; */
    margin-bottom: 0.08rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.16rem 0;

}

.live-room-item .item__content .content__links .links__item:last-child {
    margin-bottom: 0;
}

.live-room-item .item__content .content__links .links__item .item-icon {
    width: 0.22rem;
    height: 0.22rem;
    /* margin-left: 0.16rem; */
}

.live-room-item .item__content .content__links .links__item .item-text {
    width: calc(100% - 0.48rem);
    margin-left: 0.09rem;
    color: #222222;
    font-size: 0.24rem;
    /* line-height: 0.60rem; */
}

.live-room-item .item__content .content-img {
    /* width: 50.04rem; */
    width: 100%;
    height: auto;
    border-radius: 0.06rem;
    margin: 0 0.20rem 0.10rem 0;
}

.live-room__right {
    width: 100%;
    margin-bottom: 0.20rem;
    display: none;
}

.chat-room-item {
    margin-top: 0.40rem;
    width: calc(100% - 0.56rem);
    display: flex;
    padding: 0 0.28rem;

}

.chat-room-item .item-left {
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.30rem;
    position: relative;
}

.chat-room-item .item-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.chat-room-item .item-left .--self::after {
    position: absolute;
    top: -0.09rem;
    right: -0.17rem;
    display: block;
    content: " ";
    width: 0.34rem;
    height: 0.34rem;
    background: url("./742434518002176158/images/我@2x.png");
    background-size: cover;
}

.chat-room-item .item__right {
    width: calc(100% - 0.98rem);
}

.chat-room-item .item__right .right__header {
    display: flex;
    width: 100%;
    height: 0.68rem;
    justify-content: space-between;
    align-items: center;
}

.chat-room-item .item__right .right__header .header-name {
    color: #1266ef;
    line-height: 0.42rem;
    font-size: 0.30rem;
}

.header-praise {
    color: #999999;
    font-size: 0.30rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-praise .header-praise-img {
    width: 0.28rem;
    height: 0.26rem;
    margin-left: 0.10rem;
}

.zbj-header-praise-praise {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-praise .header-praise-praise {
    background: url("../images/praise.png");
    background-size: 100% 100%;
}

.header-praise .header-praise-nopraise {
    background: url("../images/nopraise.png");
    background-size: 100% 100%;
}

.content-praise {
    width: 100%;
    margin: 0.20rem 0;
    justify-content: start;
    align-items: center;
}

.content-praise .header-praise-img {
    margin-left: 0;
    margin-right: 0.05rem;
}

.content-praise img {
    margin-left: auto !important;
}

.content-praise-reply {
    width: 0.29rem;
    height: 0.24rem;
}

.content-reply-item {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 0.24rem;
}

.content-reply-item img {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 0.26rem;
    margin-right: 0.05rem;
}

.content-reply-item-name {
    color: #1266ef;
}

.chat-room-item .item__right .right__header .header__zan {
    display: flex;
    align-items: center;
}

.chat-room-item .item__right .right__header .header__zan .zan-text {
    color: #999999;
    font-size: 0.26rem;
    line-height: 0.50rem;
    margin-right: 0.08rem;
}

.chat-room-item .item__right .right__header .header__zan .zan-text .--praise {
    color: #1266ef;
}

.chat-room-item .item__right .right__header .header__zan .zan-icon {
    width: 0.23rem;
    height: 0.20rem;
}

.chat-room-item .item__right .right__content {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0.04rem;
}

.chat-room-item .item__right .right__content .content-text {
    padding: 0.14rem 0.20rem;
    font-size: 0.30rem;
    line-height: 0.42rem;
    color: #222222;
}

.chat-room-item .item__right .right__content .content-reply {
    padding: 0.14rem 0.20rem;
    color: #787878;
    border-top: 0.01rem solid rgba(147, 147, 147, 0.3);
    font-size: 0.24rem;
}

.chat-room-item .item__right .right__content .content-img {
    width: 100%;
}

.chat-room-item .item__right .right__ipLocal {
    height: auto;
    max-height: 60.80rem;
    margin-top: 0.10rem;
}

.chat-room-item .item__right .right__ipLocal .header-name {
    color: #999999;
}

.footer {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: calc(100% - 0.60rem);
    max-width: calc(1000px - 0.60rem);
    height: 1.29rem;
    /* margin-bottom: 0.20rem; */
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    /* padding: 0.14rem 0; */
    display: flex;
    padding: 0 0.30rem;
}

.footer .footer__bulletChat {
    width: 0.50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.20rem;
}

.footer .footer__bulletChat img {
    width: 0.50rem;
    height: 0.50rem;
}

.footer .footer__left {
    width: calc(100% - 1.30rem);
    display: flex;
    align-items: center;
}

.footer .footer__left .left-input {
    width: 100%;
    height: 0.70rem;
    border-radius: 0.06rem;
    background: rgb(240, 240, 240);
    font-size: 0.26rem;
    text-indent: 0.22rem;
    color: #666666;
    line-height: 0.70rem;
}

.footer .footer__right {
    width: 0.60rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;

}

.footer .footer__right .right-item {
    height: 0.40rem;
    font-size: 0.40rem;
    width: auto;
    margin-left: auto;
    /* margin-left: 0.45rem; */
}

.video-js .vjs-tech {
    position: relative;
}

.dialog {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    /* display: block; */
}

.dialog-loding {
    width: 2.00rem;
    height: 2.00rem;
    position: absolute;
    z-index: 100;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 0.20rem;
}

.dialog-loding img {
    width: 100%;
    height: 100%;
    border-radius: 0.20rem;
}

.dialog-text {
    width: 2.00rem;
    position: absolute;
    z-index: 100;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 0.20rem;
    padding: 0.20rem;
    text-align: center;
    font-size: 0.32rem;
}

.dialog-screen {
    width: 80%;
    height: 75vh;
    position: absolute;
    z-index: 100;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.20rem;
    display: none;
    font-size: 0.32rem;
}

.dialog-screen-top {
    width: calc(100% - 0.40rem);
    height: 0.80rem;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    border-radius: 0.20rem 0.20rem 0 0;
    padding: 0 0.20rem;
}

.dialog-screen-top span {
    color: #999;
}

.dialog-screen-top img {
    width: 0.36rem;
    margin-left: auto;
}

.dialog-screen-main {
    width: calc(100% - 0.40rem);
    height: calc(75vh - 1.80rem);
    padding: 0 0.20rem;
    overflow: auto;
}

.dialog-screen-main-item {
    width: 100%;
    height: 0.80rem;
    border-bottom: 0.01rem solid #eee;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.dialog-screen-main-item img {
    width: 0.60rem;
    height: 0.60rem;
    border-radius: 0.60rem;
}

.dialog-screen-main-item span {
    margin-left: 0.20rem;
    color: rgb(153, 153, 153);
}

.dialog-screen-main-item input {
    margin-left: auto;
}

.dialog-reply {
    width: 100%;
    height: 3.20rem;
    position: fixed;
    bottom: 0;
    flex-direction: column;
    background-color: #f7f8fa;
    border-radius: 0.20rem 0.20rem 0 0;
    display: none;
}

.dialog-reply div:first-child {
    border-radius: 0.20rem 0.20rem 0 0;
}

.dialog-reply div {
    width: 100%;
    height: 1.00rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    background: white;
}

.dialog-reply-cancel {
    margin-top: 0.20rem;
}

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 0.30rem;
    height: 0.30rem;
    font-size: 0.28rem;
    border-radius: 0.06rem;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0.00rem;
    text-align: center;
    content: ' ';
    border-radius: 0.06rem;
    margin-top: -0.04rem;
    margin-left: -0.04rem;
}

input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    background-color: #bb3e32;

}

.dialog-screen-bottom {
    width: 100%;
    height: 1.00rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
}

.dialog-screen-bottom div {
    width: 2.00rem;
    height: 0.60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bb3e32;
    border: 0.01rem solid #bb3e32;
}

.dialog-screen-bottom .reset {
    border-radius: 0.20rem 0 0 0.20rem;
}

.dialog-screen-bottom .complete {
    border-radius: 0 0.20rem 0.20rem 0;
    background: #bb3e32;
    color: white;
}

.dialog-box {
    width: 100%;
    height: 1.00rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
}

.vc-switch {
    bottom: 1.30rem !important;
}

.Refresh {
    width: 1.40rem;
    height: 0.70rem;
    background: #c22c23;
    font-size: 0.32rem;
    border-radius: 0 0.40rem 0.40rem 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    position: fixed;
    /* left: 0; */
    top: 500px;
    z-index: 98;
}