#app {
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
}

.menu {
    background-color: #fff;
    width: 100%;
    padding: 0.3em 0.3em;
}

.menu__item {
    width: 25%;
    flex-shrink: 0;
    align-items: center;
    cursor: pointer;
}

.menu__itemImg {
    width: 1em;
    height: 1em;
}

.menu__itemImg img {
    width: 100%;
    height: 100%;
}

.menu__text {
    padding-top: 0.3em;
}

.menu__text span {
    font-size: 0.3em;
    color: #111;
}

.list {
    width: 100%;
    margin-top: 0.2em;
    background-color: #fff;
}

.list__list {
    padding-bottom: 0.1em;
}

.list__title {
    width: 100%;
    padding: 0.3em;
    position: relative;
}

.list__title span {
    font-size: 0.3em;
    color: #333;
}

.list__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.06em;
    height: 0.4em;
    background-color: #F97106;
    transform: translateY(-50%);
}

.list__item {
    width: calc(100% - 0.6em);
    margin: 0 auto;
    height: 4em;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.2em;
}

.list__itemImg {
    width: 100%;
    height: 4em;
    overflow: hidden;
}

.list__itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list__itemPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8em;
    height: 0.8em;
    transform: translate(-50%, -50%);
}

.list__itemPlay img {
    width: 100%;
    height: 100%;
}

.list__itemTitle {
    width: 100%;
    padding: 0.2em 0.3em;
    position: absolute;
    bottom: 0.3em;
    left: 0;
    color: #fff;
}

.list__itemTitle span {
    font-size: 0.32em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list__itemTime {
    width: 100%;
    padding: 0 0.3em;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list__itemTime span {
    font-size: 0.24em;
}

.list__itemMask {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.list2 {
    width: 100%;
    margin-top: 0.2em;
    background-color: #fff;
}

.list2__title {
    width: 100%;
    padding: 0.3em;
    position: relative;
}

.list2__title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.06em;
    height: 0.4em;
    background-color: #F97106;
    transform: translateY(-50%);
}

.list2__titleText {
    font-size: 0.3em;
    color: #333;
}

.list2__titleMore {
    font-size: 0.24em;
    color: #666;
    background: url(/images/turnto.png) no-repeat right center;
    background-size: 0.5em 0.92em;
    padding-right: 0.8em;
}

.list2__list {
    flex-wrap: wrap;
    width: calc(100% - 0.6em);
    margin: 0 auto;
}

.list2__item {
    width: 48%;
    flex-shrink: 0;
    padding-bottom: 0.3em;
}

.list2__itemImg {
    width: 100%;
    height: 2em;
    overflow: hidden;
}

.list2__itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list2__itemTitle {
    width: 100%;
    padding: 0.2em 0;
    color: #333;
    padding-bottom: 0.1em;
}

.list2__itemTitle span {
    font-size: 0.26em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2__itemTime {
    width: 100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2__itemTime span {
    font-size: 0.22em;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: solid 0.5px #ddd;
}

#list {
    margin-top: 0;
    padding: 0.2em 0;
}

.search {
    background-color: #F4F4F4;
    margin: 0.1em 0;
    border-radius: 0.3em;
    width: 90%;
    height: 0.6em;
}

.search__icon {
    width: 0.6em;
    height: 0.6em;
    background: url(/images/so_gray.png) no-repeat center center;
    background-size: 0.3em 0.3em;
}

.search__input {
    flex: 1;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0 0.3em;
    color: #333;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0.28em;
}

.search__btn {
    width: 100%;
    height: 100%;
}

.search__btn span {
    font-size: 0.24em;
    color: #333;
}

.list__st {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    padding: 0.05em;
    border-radius: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*直播待开始 */
.list__st-0 {
    background-color: #0E96D0;
    color: #fff;
}

/*直播进行中 */
.list__st-1 {
    background-color: #BE021A;
    color: #fff;
}

/*直播已结束 */
.list__st-2 {
    background-color: #C0C0BE;
    color: #2E2E2E;
}

/*直播回放 */
.list__st-3 {
    background-color: #7BC00F;
    color: #fff;
}

.list__st span {
    font-size: 0.24em;
}

#list .list__item {
    width: 100%;
}

.gpBanner {
    width: 100%;
    height: 1.4em;
    background: url('/images/zhibo_gpbanner.png') no-repeat;
    background-size: 100% 100%;
}

.gpBanner__text {
    width: 100%;
    height: 100%;
}

.gpBanner__text span {
    font-size: 0.44em;
    color: #fff;
    font-weight: bold;
}

.gpMenu {
    width: 100%;
    height: 1em;
    border-bottom: 0.5px solid #eee;
}

.gpMenu__item {
    width: 50%;
    position: relative;
    height: 100%;
}

.gpMenu__item span {
    font-size: 0.34em;
    color: #B7B7B7;
    font-weight: bold;
}

.gpMenu__item-active span {
    color: #111;
}

.gpMenu__item-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.6em;
    height: 0.05em;
    border-radius: 0.02em;
    background: #24AA42;
}

.nothing {
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 15px;
    color: #999;
    background: url(/images/content_nothing.png) no-repeat center 50px;
    background-size: 283px 175px;
    padding-top: 250px;
    box-sizing: border-box;
}

.monitor-tag {
    width: 100%;
    height: 0.8em;
    display: none;
}

.monitor-tag span {
    font-size: 0.28em;
    color: #999;
}

#play {
    width: 100%;
    height: 75vw;
    position: relative;
}

.play__title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0.1em;
    z-index: 9999;
}

.play__title span {
    font-size: 0.24em;
    color: #fff;
}

.monitorIntro__title {
    width: 100%;
    height: 0.8em;
    padding-left: 0.2em;
    text-align: left;
    line-height: 0.8em;
    background: #fff;
}

.monitorIntro__title span {
    font-size: 0.32em;
    color: #E57B2D;
    height: 100%;
    position: relative;
}

.monitorIntro__title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.15em;
    background: #F15C59;
}

.monitorIntro__content {
    padding: 0.2em;
    background: #F9F9F9;
    min-height: calc(100vh - 75vw - 1.6em);
}

.monitorIntro__content span {
    font-size: 0.24em;
    color: #000;
    line-height: 180%;
}