#playDiv{
    /*height: 650px;*/
    background: #000;
    margin-bottom: 10px;
}

#playDiv .title{
    width: 800px;
    float: left;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('/image/selects.png');
    background-position: 10px 15px;
    background-repeat: no-repeat;
}
#playDiv .player{
    clear: both;
    height: 570px;
}
#playDiv #playerDiv{
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
#playDiv .fullscreen{
    font-size: 14px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #FFC246;
    margin-left: 10px;
    float: right;
}
#playDiv .extfullscreen{
    font-size: 14px;
    width: 80px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #FFC246;
    margin-left: 10px;
    z-index: 1001;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
#playDiv .tools{
    width: 500px;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}
#playDiv .plays{
    width: 200px;
    line-height: 35px;
    font-size: 16px;
    text-align: right;
    color: #fff;
    float: right;
    margin-right: 20px;
}
#playDiv #playerProgress{
    top:35px;
}

.about{
    padding: 10px;
}
.about h3{
    color: #f60;
    margin: 5px;
}
.about ul{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: circle;
}
.about ul li{
    margin-left: 20px;
    list-style: circle;
}
.about .sim-version{
    color: blue;
    margin-left: 10px;
    margin-top: 20px;
    text-align: right;
}

.listCard ul li{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px dotted #9F9F9F;
}
.listCard ul li a{
    color: black;
}
.listCard ul li a:hover{
    color: #007aff;
}
.listCard ul li .plays{
    width: 200px;
    float: right;
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
}


.vDowns-main{
    padding: 20px;
}
.vDowns-main .yjlcw{
    color: #1b23ff;
    text-decoration: underline;
}
.vDowns-main .yjlcw:hover{
    color: #007aff;
}