@charset "utf-8";
.picfocus {
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.play_list a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.play_bg {
    background-color: #000000;
    bottom: 0;
    height: 40px;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.play_info {
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 96%;
    z-index: 1001;
}
.play_text {
    bottom: 0;
    height: 32px;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 1002;
}
.play_text ul {
    display: block;
    height: 25px;
    list-style-type: none;
    margin: 0;
    z-index: 1003;
}
.play_text ul li {
    background-color: white;
    background-image: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    list-style: none outside none;
    margin-left: 5px;
    margin-top: 9px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
}
.play_text ul li.current {
    background-color: #d41007;
    color: #FFFFFF;
}
.play_btn {
    bottom: 0;
    height: 32px;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 1002;
}
.play_btn ul {
    display: block;
    height: 25px;
    list-style-type: none;
    margin: 0;
    z-index: 1003;
}
.play_btn ul li {
    background-color: #FF9D24;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Arial';
    font-size: 11px;
    height: 13px;
    line-height: 16px;
    margin-left: 1px;
    margin-top: 9px;
    text-align: center;
    width: 16px;
}
.play_btn ul li.current {
    background-color: #FF0000;
    color: #FFFFFF;
}
