#zzzs{
    width: 100vw;
    background-color: rgb(41, 139, 107);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#zzzs .topbar-html-content{
    width: 100%;
    height: auto;
    background: #4774c8;
    box-sizing: border-box;
    /* padding: 19px 0; */
}
#zzzs .topbar-html-content .box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#zzzs .topbar-html-row,#zzzs #zzzs-audio-volume .topbar-html-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#zzzs #zzzs-paly-box .topbar-html-row{
    box-sizing: border-box;
}
#zzzs .topbar-html-content-item{
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 9px 5px 13px;
}
#zzzs .topbar-html-content-item img{
    height: 38px;
    width: 38px;
    display: block;
    margin-top: 3px;
}
#zzzs #zzzs-logo span{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
#zzzs #zzzs-logo{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 135px;
}
#zzzs #zzzs-paly-box{
    width: 124px;
    display: flex;
}
#zzzs #zzzs-audio-volume{
    width: 94px;
}
#zzzs #zzzs-zoom{
    width: 94px;
}
#zzzs #zzzs-paly-box img{

}
/* #zzzs #zzzs-audio,#zzzs #zzzs-displayScreen,#zzzs #zzzs-cursor-auto,#zzzs #zzzs-zoom-out,#zzzs #zzzs-close,#zzzs #zzzs-continuousread{
    font-size: 0;
    cursor: pointer;
} */
#zzzs .zzzs-prev-button,#zzzs .zzzs-next-button,#zzzs .zzzs-play-button{
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
}

#zzzs #zzzs-audio,#zzzs #zzzs-displayScreen,#zzzs #zzzs-cursor-auto,#zzzs #zzzs-zoom-out,#zzzs #zzzs-close{
    box-sizing: border-box;
}

#zzzs .topbar-html-content-item span{
    font-size: 18px;
    color: #fff;
}
#zzzs .zzzs-prev-button span, #zzzs .zzzs-next-button span, #zzzs .zzzs-play-button span{
    font-size: 0;
}

/* 长者助手-播放时页面着色 */
.slh-highlight{
    position: relative;
    z-index: 1;
}
.slh-highlight::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    outline: dashed 3px #00c4ff !important;
    outline-offset: -3px;
    background-color: #f5e5ff !important;
    background-color: rgba(253, 249, 23, 0.5) !important;
    filter: alpha(opacity=6) !important;
    z-index: -1;
}
/* 当区块背景色时，若元素本身有背景色，则使用该class */
.slh-highlight.has-bgColor::before{
    z-index: 10000;
}
/* 长者助手-播放时页面着色 end */
/* 十字线 */
.pointer-follow-html-x, .pointer-follow-html-y {
    z-index: 99999999999;
    transform: none;
    transform-origin: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ff0000 !important;
    width: 100%;
    height: 4px;
}
.pointer-follow-html-y {
    height: 100%;
    width: 4px;
}
.topbar-html-mright{}
/* 十字线 end */
/* 显示屏（大字幕） */
.displayScreen-html {
    z-index: 99999999999;
    height: 150px;
    text-align: center;
    position: fixed;
    bottom: -150px;
    right: 0;
    left: 0;
    border-top: 1px solid #797F8D;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
.displayScreen-box{
    height: 100%;
}
.displayScreen-html-content {
    height: 100%;
    background-color: #fff;
    font-size: 53px;
    color: #333 !important;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    line-height: normal;
    border: 5px solid #000;
    box-sizing: border-box;
    margin-right: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.displayScreen-html-btn {
    width: 24px;
    height: 24px;
    background-color: gray;
    position: absolute;
    right: 7px;
    top: 5px;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
}
.displayScreen-html-close{
    font-style: inherit;
    line-height: 24px;
    font-weight: bold;
}
/* 显示屏（大字幕）end */

/* 帮助结构内容 */
#zzzs #zzzs-intro{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 99999999999;
}
#zzzs #zzzs-intro .close{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    right: 13px;
    background: #dddddd;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
    overflow: hidden;
    border-radius: 100px;
}
#zzzs #zzzs-intro .box{
    background: #fff;
    width: 1200px;
    height: 528px;
    margin: 110px auto 0;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 48px 18px 48px 65px;
}
#zzzs #zzzs-intro .close::after{
    width: 15px;
    height: 3px;
    background: #000;
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
}

#zzzs #zzzs-intro .close::before{
    content: "";
    height: 15px;
    width: 3px;
    position: absolute;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
}
#zzzs #zzzs-intro .container{
    overflow-y: scroll;
    height: 412px;
    box-sizing: border-box;
    padding-right: 60px;
}

#zzzs #zzzs-intro .container::-webkit-scrollbar {
    width: 8px;
}
/* 背景色 */
#zzzs #zzzs-intro .container::-webkit-scrollbar-track {
    background-color: #fff;
}
/* 滑块颜色 */
#zzzs #zzzs-intro .container::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

#zzzs #zzzs-intro .header p{
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    color: #333333;
    text-align: justify;
}
#zzzs #zzzs-intro .content h2{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin: 29px 0 37px;
}
#zzzs #zzzs-intro .content ul {
    padding: 0;
    margin-top: 0;
}
#zzzs #zzzs-intro .content ul li{
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    list-style:none;
}
/* 帮助结构内容 end */