body{
    background-color: black;
    overflow: hidden;
}

.listText{
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
}

nav{
    position:fixed;
    top:3%;
    left:2%;
    min-width:35px;
    min-height:35px;
    overflow:hidden;
    color:#ddeaed;
    z-index: 2;
}

nav ul{
    overflow:hidden;
    width:0;
    height:0;
    padding:0;
    margin:0;
    transition:width 0.5s, height 0.5s;
    list-style:none;
}
nav input:checked ~ ul{
    width:200px;
    height:150px;
}

nav input{
    display:none;
}

nav input:checked ~ label span:last-child{
    display:none;
}
nav input:not(:checked) ~ label span:first-child{
    display:none;
}

.imgid{
    margin-top: 30%;
    width: 35px;
    height: 35px;
}

a, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

span { cursor: pointer; }

.explainerTextBox{
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    /* left: 25%;
    bottom: 25%; */
    overflow: scroll;
    z-index: 8;
    border-radius: 0.3em;
    padding: 1.5em;
    touch-action: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.explainerTextBox::-webkit-scrollbar {
    display: none;
}

#ES{
    visibility: hidden;
}

#EN{
    visibility: hidden;
}

#中文{
    visibility: hidden;
}

#scriptEN{
    visibility: hidden;
}

.bodycontainer{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
}

.videoContainer{
    position: relative;
    /* padding: 0 5%; */
    width: 91.7%; height: auto;
}

.closeTextBox{
    position: absolute;
    right: 10%;
}

.content {
    margin: 0 auto;
    padding: 0 0;
    max-width: 1200px;
}

.scriptEx{
    padding-top: 1rem;
}

@media screen and (orientation: portrait) {
}

/*1440*/
@media screen and (min-width: 100em){
    .imgid{
        width: 50px;
        height: 50px;
    }
    .listText{
        font-size: 14pt;
    }
    nav input:checked ~ ul{
        width:300px;
        height:200px;
    }
    
}
/*1280*/
@media screen and (max-width: 80em) and (orientation: portrait){
    /* .videoContainer{
        margin-top: 30%;
    } */
}
/*1216*/
@media screen and (max-width: 76em) and (orientation: portrait){
    /* .videoContainer{
        margin-top: 30%;
    } */
}
/*960*/
@media screen and (max-width: 60em){
    .explainerTextBox{
        width: 60%;
    }
    .imgid{
        width: 45px;
        height: 45px;
    }
    .listText{
        font-size: 11pt;
    }
}
/*640*/
@media screen and (max-width: 639px){
    .explainerTextBox{
        width: 80%;
    }
    .imgid{
        width: 40px;
        height: 40px;
    }
    .listText{
        font-size: 9pt;
    }
    .guoHeader{
        font-size: 12pt;
    }
    .workName{
        font-size: 11pt;
    }
    .exText{
        font-size: 9pt;
    }
    nav{
        left:5%;
    }
}
