@media screen and (min-width:480px) {
    body {
        width: 4rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


html {
    font-size: 100px;
}

body {
    background-color: #BE1926;
}

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

.wrap {
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    margin: 0px auto;
    ;
    background: #2a6ace;
    font-family: '微软雅黑', 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
    font-size: 12px;
}

/*适用于手机端：字体大小用em，1em=16px；为默认字体大小;最大宽度640*/
.pdlr12 {
    padding-left: 12px;
    padding-right: 12px;
}

.z-cr-header {
    width: 100%;
    /* height: 3.2rem; */
}

.z-cr-header img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.z-top-video {
    margin-top: 0.1rem;
    width: 100%;
    height: 1.5rem;
    padding: 0.13rem;
    box-sizing: border-box;
    background: url('../images/2.png') no-repeat;
    background-size: 100% 100%;

}

.z-top-video ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.z-top-video ul li {
    width: 1.1rem;

}

.z-top-video ul li a {
    position: relative;
}

.z-top-video ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.z-top-video ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.z-tvl-img {
    width: 100%;
    height: 1rem;
    margin-bottom: 0.05rem;
    background: rgba(207, 212, 245, 1);
}

.z-tvl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z-tv-title {
    margin: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-tv-title .title {
    font-size: 0.23rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(255, 221, 161, 1) 0%, rgba(254, 250, 230, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.z-tv-title img {
    width: 0.6rem;
}


.z-tvc-tab {
    padding: 0 0.5rem;
}

.z-tvc-tab ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 0;
}

.z-tvc-tab ul li {
    color: rgba(255, 255, 255, 0.26);
    font-size: 17px;
}

.z-tvc-tab ul .active {
    color: #fff;
    position: relative;
}

.z-tvc-tab ul .active::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #EE7A28;
}

.z-tvc-content li {
    width: 47%;
}

.z-tvc-content li:not(:nth-child(2n)) {
    margin-right: 0.15rem;
}

.z-tvc-content li {
    margin-bottom: 0.2rem;
}

.z-tvc-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.z-tvcc-top {
    position: relative;
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.15rem;
    background: rgba(207, 212, 245, 1);
    border: 2px solid rgba(238, 122, 40, 1);
    box-shadow: 3px 4px 6px 0px rgba(181, 13, 26, 0.41);
    border-radius: 8px;
    overflow: hidden;
}

.setVideoRingBtn {
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 0.16rem;
    background: linear-gradient(90deg, rgba(255, 185, 104, 1) 0%, rgba(255, 120, 41, 1) 100%);
    border-radius: 35px;
}

.setVideoRingBtnAyy  {
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 0.16rem;
    background: linear-gradient(90deg, rgba(255, 185, 104, 1) 0%, rgba(255, 120, 41, 1) 100%);
    border-radius: 35px;
}
.setVideoRingBtnAyy3  {
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 0.16rem;
    background: linear-gradient(90deg, rgba(255, 185, 104, 1) 0%, rgba(255, 120, 41, 1) 100%);
    border-radius: 35px;
}

.z-tvl-player-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.z-tvl-player-icon img {
    width: 100%;
    height: 100%;
}

.infoModal,
.phoneModal,
.msgModal,
.setRingModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform:translateZ(0);
}

.phoneModal .mask,
.infoModal .mask,
.msgModal .mask,
.setRingModal .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.171);
}

.phoneModal .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.1rem;
    height: 2.8rem;
    padding: 0.3rem;
    box-sizing: border-box;
    background-color: #fff;
}

.infoModal .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    padding: 0.2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px 20px 0px 0px
}

.infoModal .closeInfoModel {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    bottom: 0;
    margin: auto;
    width: 80%;
    //padding: 0.2rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.form-title-active {
    line-height: 28px;
    vertical-align: top;
    font-size: 20px;
    color: #222;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'PingFangSC';
}

.phoneModal .form-input {
    width: 100%;
    height: 40px;
    line-height: 22px;
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 2px 5px;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
}

.phoneModal .form-input input {
    width: 61%;
    height: 36px;
    border: none
}

.gray {
    color: #999;
}

.form-input-last {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-active {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
    background-color: rgb(248, 89, 89);
    cursor: pointer;
    border: none;
    color: #fff;
}

.error-tips {
    position: absolute;
    top: 40px;
    left: -2px;
    color: #BE1926;
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msgModal .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3rem;
    height: 1.4rem;
    padding: 0.15rem;
    box-sizing: border-box;
    background-color: #fff;
}

#msgSso_code {}

.msgModal .form-input input {
    width: 100%;
    height: 36px;
    border: none
}

.msgModal .form-input {
    width: 61%;
    height: 40px;
    line-height: 22px;
    border-radius: 4px;
    padding: 2px 5px;
    border-bottom: solid 1px #d9d9d9;
    box-sizing: border-box;
}

.msgModal .input-content {
    margin-bottom: 25px;
}

#msgSso_code {
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #d9d9d9;
}

.setRingModal .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3rem;
    height: 2.6rem;
    padding: 0.1rem;
    box-sizing: border-box;
    background-color: #fff;
}
.z-srm-title {
    text-align: center;
    color: rgba(22, 24, 35, .75);
    padding: 0.2rem;
    font-size: 15px;
}
.z-srm-title2 {
    text-align: center;
    color: rgba(22, 24, 35, .75);
    padding: 0.2rem;
    font-size: 12px;
}

.setRingModal ul li {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setRingModal ul li+li {
    border-top: 1px solid #f1f1f1;
}

#videoDetailSrc {
    width: 100%;
    height: 100%;
}

.video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
}

.video-content {
    height: 100%;
    overflow: hidden;
}

.video-btn {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(248, 89, 89);
    opacity: .9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 44px;
    width: 185px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    z-index: 9999999;

}

.z-tvcc-top a {
    display: block;
    width: 100%;
    height: 100%;
}

.z-tvcc-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-cover {
    width: 100%;
    height: 100%;
}

.video-poster {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vpc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vpci-playerIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
}

@media screen and (max-width:320px) {
    .z-top-video ul li {
        width: 0.8rem;
    }

    .z-tvl-img {
        height: 0.8rem;
    }

    .z-top-video {
        height: 1.3rem;
    }

    .z-tv-title .title {
        font-size: 0.2rem;
    }

    .z-tvcc-top {
        height: 2rem;
    }
}

.disabled {
    pointer-events: none;
}
.tab-a{
   color: white;
}

/* 悬浮按钮 */
.fiex-center{
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 999;
}

.fiex-center a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.fiex-center svg{
    width: 40px;
    height: 40px;
}

