@charset "UTF-8";
html, body {
    /*min-width: 1280px;!*1280px作为标记方便查找*!*/
}

.index-play-back {
    position: absolute;
    top: 0;
    left: 0;
    /*min-width: 1280px;!*1280px作为标记方便查找*!*/
    width: 100%;
    height: 100%;
    display: none;
}

.index-play-back-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.index-play-back-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    min-width: calc(1440px - 40px); /*1280px作为标记方便查找*/
    z-index: 2;
}

.index-play-back-container-title {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-play-back-container-title .index-play-back-close {
    font-size: 22px;
    width: 28px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    color: #FFFFFF;
}

.index-play-back-container iframe {
    width: 100%;
    height: calc(100% - 40px);
}

#coverWeather {
    position: absolute;
    top: 3px;
    right: 10px;
    height: 25px;
    width: 285px;
    z-index: 2;
    background-color: white;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
    display: none;
}

#weatherForecast {
    position: absolute;
    top: 3px;
    right: 20px;
    height: 15px;
    width: 285px;
    display: none;
}

#blackWeather {
    position: absolute;
    top: 3px;
    right: 20px;
    height: 15px;
    width: 285px;
    display: none;
}

.scrollmsg {
    position: fixed;
    top: 57px;
    right: 10px;
    height: 15px;
    width: 300px;
    overflow: hidden;
}

.scrollmsg .scroll_content {
    position: absolute;
    left: 300px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
}

#bgscreen ul {
    list-style: none;
    float: left;
    background-color: white;
    position: absolute;
    top: 50px;
    width: 74px;
    z-index: 9;
    text-align: center;
    color: #5a5454;
    border: 1px solid #8c8d92;
    margin-left: 20px;
    display: none;
}

#bgscreen ul li {
    border-bottom: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
}

#bgscreen em {
    background: url(images/icon2.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: -85px -42px;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    width: 20px;
}

#bgscreen span {
    color: white;
}

.first-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #373A44 !important;
}







