#rootHead{
    position: static;
    /*width: 1233px;*/
    margin:0 auto;
    height: auto;
}

#Text{
    width:50%;
    float:left;
    overflow: auto;
    color:#FFFFFF;
    font-family: KaiTi, serif;
    -webkit-text-size-adjust: none;
    font-size: 17px;
    /*overflow-y: auto;*/
    text-indent:2em;
    text-align:justify-all;
}

#TextH5{
    width: 80%;
    height: auto;
}

#UrlS{
    width: 50%;
    float: right;
    /*height: auto;*/
    overflow: auto;
}
#UrlSOne{
    width: 68%;
    float: right;
}
#UrlSTwo{
    width: 68%;
    float: right;
}

.TextOther{
    color: #FFFFFF;
    display:inline-block
}

.frame_content{
    height: auto;
    line-height: 1.5;
    word-wrap:break-word;
    word-break:break-all;
}

#appDownload{
    /*top: 85px;*/
    top: 100px;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    position: relative;
    width: 77%;
    height: 50px;
}
.app_s{
    width: 60px;
    height: 70px;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    text-align:center;
    color: #808080;
}
.app_s:hover{
    color: #ffa500;
}
.app_s_img_text{
    position: relative;
    font-size: 12px;
    text-decoration: none;
    text-align:center;
    /*background-color: black;*/
    width:50px;
    height: 65px;
}
.app_s_img{
    -webkit-user-select: none; /* Chrome,Safari,Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;/* internet Explorer/edge*/
    /*user-select: none;*/
    outline:none;
    width:50px;
    height: 50px;
    border-radius: 10px;
}
.app_s_text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.appDownload_s{
    position: relative;
    font-size: 12px;
    text-decoration: none;
    text-align:center;
    color: #808080;
}
.appDownload_s:hover{
    color: #ffa500;
}


#time_S {
    width: 99%;
    height: auto;
    left: -100px;
    border-radius: 15px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: KaiTi, Helvetica, sans-serif;
    text-align: center;
    line-height: 90px;
    color: white;
}

.time_div {
    top: -10px;
    width: 200px;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: left;
}

.times_ul {
    justify-content: left;
    width: 25px;
    position: relative;
    transition: 0.5s;
    top: 0;
}

.time_li {
    list-style-type:none;
    width: 60px;
    height: 100px;
    box-sizing: border-box;
    background: transparent;;
    border-radius: 15px;
    border: 1px solid #333;
}