﻿/*2019-6-24*/

* {
    margin: 0;
    padding: 0;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000
}

a:hover {
    color: #000
}

a:active {
    color: #000000
}

body,
#App {
    width: 100%;
    background: #f8f6fb;
}

::-webkit-scrollbar {
    height: 0px
}

#Head {
    width: 100%;
    display: inline-block;
}

#Head .main {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    height: 64px;
    background: #fff;
    margin: 10px auto;
    list-style: none;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#Head .main li {
    display: inline-block;
    text-align: center;
    width: 25%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

#Head .main li span {
    display: block;
}

#Head .main li.Choice {
    color: #f00;
}

#Head .main li.Choice::before {
    content: "";
    height: 1px;
    width: 90%;
    background: #f00;
    position: absolute;
    bottom: 10px;
    right: 5%;
}

#Vi {
    width: 100%;
    display: inline-block;
}

#Vi .main {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    background: #fff;
}

#Vi .main #vid {
    width: 100%;
    background: #000;
}

#Vi .main .details {
    display: block;
    padding: 20px 10px;
}

#Vi .main .details h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    vertical-align: top;
    line-height: 22px;
}

#Vi .main .details i {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../img/share.png?2);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: top;
    float: right;
    background-size: 22px 22px;
}

#Vi .main #V {
    width: 100%;
    position: relative;
    font-size: 0;
}

#Vi .main video {
    width: 100%;
    height: auto;
}

#Vi .main #Operation {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 0;
}

#Vi .main #Play,
#Vi .main #Fullscreen,
#Vi .main #Voice {
    background-image: url(../img/player.png);
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent
}

#Vi .main #Play {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    background-size: 90px 150px;
    background-position: -56px -54px;
}

#Vi .main #Progress {
    display: inline-block;
    height: 40px;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    background-color: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

#Vi .main #Progress #Pe {
    height: 40px;
    width: 0px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

#Vi .main #Voice {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-size: 90px 150px;
    background-position: -57px -103px;
    margin-right: 10px;
    background-color: transparent;
}

#Vi .main #Fullscreen {
    display: inline-block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-size: 90px 150px;
    background-position: 6px -25px;
    background-color: transparent;
}

#Before {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}

#Before .main {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    background: #fff;
    position: relative;
}

#Before .main::before {
    top: -30px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    content: "精彩节目";
    display: inline-block;
    font-size: 15px;
    color: #f51529;
    border-bottom: 1px solid #f51529;
}

#Before .main ul {
    display: inline-block;
    list-style: none;
    margin: 15px 5px;
    font-size: 0;
    padding: 0;
    background: #f8f6fb;
}

#Before .main ul li {
    width: 33.333%;
    display: inline-block;
    margin-bottom: 10px;
}

#Before .main ul li div {
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

#Before .main ul li div>img {
    width: 100%;
}

#Before .main ul li div>p {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#More {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}
#More .main1 {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    background: #fff;
    position: relative;
}

#More .main {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    background: #fff;
    position: relative;
}
/* 
#More .main::before {
    top: -30px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    content: "相关节目";
    display: inline-block;
    font-size: 15px;
    color: #f51529;
    border-bottom: 1px solid #f51529;
} */
#More .biaoti{
    margin: 0 auto;
    max-width: 600px;
    margin-top: -40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 10px;
    color: #f51529;
}
#More .biaoti span{
    padding-bottom: 8px;
    border-bottom: 1px solid #f51529;
}
#More .biaoti span td{
    text-align: left;
}
#More .biaoti span td a{
    color: #f51529;
}
#More .main ul {
    display: inline-block;
    list-style: none;
    margin: 0px 5px;
    font-size: 0;
    padding: 0;
    width: 95%;
}

#More .main ul li {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    border-bottom: 2px solid #f7f7f7;
}

#More .main ul li>div {
    margin: 0 5px;
    height: 66px;
    background: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

#More .main ul li>div>img {
    width: 100px;
    height: 66px;
    display: inline-block;
}

#More .main ul li .data {
    display: inline-block;
    height: 66px;
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 140px);
    vertical-align: top;
    margin-right: 16px;
    margin-left: 10px;
}

#More .main ul li .data p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#More .main ul li .data span {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #9a9a9a;
    padding: 0;
}

#More .main ul .playback {
    position: absolute;
    right: 0;
    bottom: 38px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    background: #f3f3f3;
    border-radius: 10px;
    width: 80px;
    text-align: center;
    color: #787878;
    vertical-align: top;
}

#More .main ul .playback::before {
    display: inline-block;
    content: "";
    height: 17px;
    width: 13px;
    background: yellow;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 1px;
    background: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 12px 12px;
}

#WXshare {
    z-index: 99999;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#WXshare .WXArrow {
    height: 200px;
    width: 200px;
    color: #fff;
    font-size: 20px;
    right: -20px;
    position: absolute;
    top: 50px;
    transform: rotate(-30deg);
    text-align: right;
}

#WXshare .WXTips {
    font-size: 15px;
    color: #fff;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 10px;
    top: 20px;
}

#TV {
    height: 44px;
    width: 44px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 10px;
    left: 25%;
    font-size: 16px;
    border-radius: 50%;
    background-image: url(../img/TV.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 10px 10px;
}

#Radio {
    height: 46px;
    width: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 10px;
    right: 25%;
    font-size: 16px;
    border-radius: 50%;
    background-image: url(../img/Radio.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 10px 10px;
}

.Cho {
    background-color: rgba(0, 0, 0, 0.7) !important;
}