<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
video {
    margin: 0;
    padding: 0;
    height: auto;
}


body {
    overflow-x: hidden;
    overflow-y: visible;
    height:100%;
}
html {
    height:100%;
}

.phone-box {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    
    overflow: hidden;
}

.phone-box .play-box{
    width: 100%;
    height: 100%;
}

#contenpanel{
    background-color: #F2F2F2;
    position: absolute;
    
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 1000px;
    overflow-y:visible;

    
    z-index: 999;
    
    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    
}

.button-text
{
    font-size: 14px;
    color:#1A1A1A;
    font-weight: bold;
    background-color:#DBDBDB;
    transform-origin:center 50%;
    -webkit-transform: rotate(90deg);
    padding: 2px;
    border-radius: 3px;
}
.buttongroup
{
    position: absolute;
    z-index: 3999;
    top: 40%;
    right: 0px;
    margin-right: 0px;
    
    
}
.conten-row
{
    background: white;
    width: 96%;
    /* border: 1px solid #ec0909; */
    margin-top: 10px;
    flex-direction:row;
    justify-content: flex-start;
    height: auto;
    /* -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center; */
}
.imgs1
{
    width: 100%;
    height: 200px;;
    background:url('../../source/iqiyi/mini.png') no-repeat;
    background-size:100% 100%; 
}
.imgs2
{
    min-width: 134px;
    min-height: 180px;
    background:url('../../source/iqiyi/mr.png') no-repeat;
    background-size:100% 100%; 
}
.imgs3
{
    min-width: 134px;
    min-height: 180px;
    background:url('../../source/iqiyi/tomjerry.png') no-repeat;
    background-size:100% 100%; 
}
.imgs4
{
    min-width: 134px;
    min-height: 180px;
    background:url('../../source/iqiyi/yys.png') no-repeat;
    background-size:100% 100%; 
}
.displayrow{
    width: 100%;
    margin-top: 5px;
    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    flex-direction:row;
    justify-content:space-between;
}
.displaycol{
    width: 100%;
    margin-top: 5px;
    
    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    flex-direction:column;
    justify-content:space-between;
}
.displayrow-start{
    width: 100%;
    margin-top: 5px;
    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    flex-direction:row;
    justify-content:flex-start;
}
.displayrow-end{
    width: 100%;
    margin-top: 5px;
    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    flex-direction:row;
    justify-content:flex-end;
}
#loadingPage {
    background-color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
    z-index: 999;
    display: none;
    
}

#loadingContent {
    transform: rotate(90deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1;
    z-index: 999;
}

.loading{
    width: 150px;
    height: 15px;
    margin: 0 auto;
    margin-top:50px;
    text-align: center;
}
.loading span{
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: lightgreen;
    -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}

.netInfo{
    transform: rotate(90deg);
    color:greenyellow;
    position: absolute;
    font-size:12px;
    right:0;
    top:40px;
    z-index: 998;
}
.input-area{
    position: absolute;
    bottom: 0;
    z-index: 999;
    width:100%;
    background: #EEE;
}
.input-div-row
{
    width:80%;
    height: 32px;
    text-align: left;
    /* border: 1px dashed #101010; */
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    padding:2px 2px 2px 2px;
    margin-top: 5px;
    /* border: 1px solid #00B2EE; */
}

.input-div-row .button
{
    padding-left:10px;
    padding-right:10px;
    max-width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #101010;
    letter-spacing: 5px;
    background: #00BFFF;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid #00B2EE;

}



.toolsbar{
    width: 100%;


    display: flex;
    display: -webkit-box; /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox; /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    flex-direction:row;
    justify-content:flex-end;
    margin-top: 0px;
}
.toolsbar .downloadbtn
{
    width: 32px;
    height: 24px;
    line-height: 24px;
    margin-right: 100px;
    font-size: 14px;

    background-color: #FF8C69;
    border: 1px solid #FF7256;
    color: #3B3B3B;
    text-align: center;

}
.toolsbar .closebtn
{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-right: 10px;
    

    /* background-color: #bdbdbd; */
    /* border: 1px solid #FF7256; */
    color: #B0B0B0;
}</pre></body></html>