@charset "utf-8";
/* CSS Document */
/* Author: alsoflying */
/* Date: 2017.9 */

.gs-title-c {
    width: 858px;
    margin: 0px auto 10px;
    padding-top: 20px
}

.gs_title_box {
    padding: 10px 15px;
    height: 45px;
    position: relative;
    background: #fff;
}

.gs-title-c h2 {
    font-size: 18px;
    position: relative;
    line-height: 45px;
    color: #333333;
}

.gs-title-c .dropdown {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    z-index: 10000
}

.gs-title-c .live_in {
    float: left;
}

.main_web {
    width: 858px;
    height: 650px;
    margin: auto;
}

.main_left {
    left: 0;
    top: 0;
    position: absolute;
    width: 272px;
    bottom: 0;
    border-right: solid 1px #f0f0f0;
    background-color: #fff;
}

.main_right {
    right: 0;
    top: 0;
    position: absolute;
    width: 272px;
    bottom: 0;
    border-left: solid 1px #f0f0f0;
    background-color: #fff;
}

.main_center {
    height: 100%;
    overflow: hidden;
    position: relative;
    /* border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0; */
    background-color: #fff;
}

.video_area {
    z-index: -1000;
    position: absolute;
    height: 300px;
    width: 400px;
    left: 0;
    top: 0;
}

.doc_title_area {
    z-index: 1000;
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.title_area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    border-bottom: solid 1px #f0f0f0;
    color: #ff4949;
}

.doc_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 54px;
}

.tool_area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 53px;
    border-top: solid 1px #f0f0f0;
}

.progress_area {
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ccc;
    font-size: 0;
}

.volume_area {
    float: left;
}

a.volume_a {
    display: block;
    width: 40px;
    height: 53px;
    background: url(../images/genseeimg/icon_volume.png) no-repeat center;
    float: left;
    cursor: pointer;
}

a.volume_mute {
    display: block;
    width: 40px;
    height: 53px;
    background: url(../images/genseeimg/icon_mute.png) no-repeat center;
    float: left;
    cursor: pointer;
}

.volume_slide {
    width: 100px;
    height: 2px;
    background-color: #ccc;
    float: left;
    margin-top: 25px;
    position: relative;
    font-size: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #01beff;
}

.ui-slider .ui-slider-range {
    position: absolute;
    display: block;
    border: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #20a0ff;
    border-radius: 50px;
    top: 50%;
    margin-top: -6px;
    margin-left: -2px;
    left: 50px;
    outline: none;
}

a.play_area {
    display: block;
    width: 48px;
    height: 53px;
    background: url(../images/genseeimg/icon_play.png) no-repeat center;
    cursor: pointer;
    float: left;
}

a.play_area.pause {
    background-image: url(../images/genseeimg/icon_pause.png);
}

.play_time {
    float: left;
    padding: 0 15px 0 5px;
    line-height: 53px;
}

.play_time em {
    color: #a8a8a8;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    display: none;
}

.history-btn {
    font-size: 18px;
    color: #333333;
    padding: 0px 12px;
    line-height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btnlink_public{
    color: #da251d;
}
/*优选网络*/
.net_area {
    position: absolute;
    z-index: 10001;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 240px;
    margin-left: -150px;
    margin-top: -120px;
    background-color: #fff;
    display: none;
}

.net_area .t {
    height: 42px;
    width: 100%;
    background-color: #f8f8f8;
}

.net_area .t p {
    float: left;
    padding-left: 20px;
    line-height: 42px;
}

.net_area .t a {
    display: block;
    float: right;
    height: 42px;
    width: 52px;
    background: url(../images/icon_close.png) no-repeat center;
}

.net_area .b {
    padding: 15px 20px 0;
    height: 183px;
}

.net_list {
    height: 104px;
    width: 100%;
    line-height: 26px;
    overflow-x: hidden;
    overflow-y: auto;
}

.net_list a {
    display: block;
    padding-left: 20px;
    background: url(../images/icon_nos.png) no-repeat left center;
    height: 26px;
    overflow: hidden;
}

.net_list a.on {
    background-image: url(../images/icon_s.png);
}

a.net_btn {
    display: block;
    width: 100px;
    height: 38px;
    margin: 20px auto 0;
    background-color: #20a0ff;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}

a.wifi_a {
    display: block;
    float: right;
    background: url(../images/icon_wifi.png) no-repeat center;
    cursor: pointer;
    width: 52px;
    height: 53px;
}

.history_list {
    position: relative;
}

.history-dropdown_list {
    background: #647391;
    position: absolute;
    z-index: 10000;
    width: 108px;
}

.history-dropdown_list li {
    line-height: 25px;
    text-align: center;
}

.history-dropdown_list li a {
    color: #ffffff;
    font-size: 12px;
}

.history_list.open .history-btn {
    background: #647391;
    color: #ffffff;
}

/*flash*/
.flash_box {
    width: 375px;
    height: 232px;
    position: absolute;
    z-index: 1989;
    display: block;
    border: 3px solid rgba(0, 0, 0, .8);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    background: #ffffff;
    left: 50%;
    margin-left: -175px;
    top: 30%;
    display: none;
}

.flash_outer {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}

.possible_cause div h5 {
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    padding-left: 20px;
}

.possible_cause {
    padding: 5px 15px 0 15px;
    word-wrap: break-word;
}

.suggest {
    color: #e74c3c;
}

.item_left {
    padding: 10px 0 0 20px;
    line-height: 24px;
}

.item_left span,
.item_left em,
.item_left img {
    float: left;
}

.item_left a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 2px;
    margin: 0 5px;
    -moz-box-shadow: 0px 1px 1px #999999;
    -webkit-box-shadow: 0px 1px 1px #999999;
    box-shadow: 0px 1px 1px #999999;
}

.item_left a:hover {
    border: 1px solid #3c79ee;
    -moz-box-shadow: 0px 1px 1px #3c79ee;
    -webkit-box-shadow: 0px 1px 1px #3c79ee;
    box-shadow: 0px 1px 1px #3c79ee;
}

.item_left a em {
    padding: 0 5px;
}

.aui_close {
    padding: 0;
    top: 13px;
    right: 10px;
    width: 30px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-family: Helvetica, STHeiti;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.aui_close:active {
    box-shadow: none;
}

.aui_title {
    height: 47px;
    line-height: 47px;
    padding: 0 28px 0 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: white;
    color: #0298d4;
    white-space: nowrap;
    display: inline;
}

.draw_close {
    float: right;
    cursor: pointer;
    background-position: -475px 0px;
}

.functionItems {
    float: right;
    padding-left: 10px;
    position: relative;
}

.selectPlaylist {
    display: inline-block;
    /* padding: 6px 12px; */
    font-size: 14px;
    font-weight: normal;
    line-height: 53px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.fullscreen_area:-webkit-full-screen {
    width: 100%;
    height: 100%;

}

.fullscreen_area:-moz-full-screen {
    /* properties */
    width: 100%;
    height: 100%;
}

.fullscreen_area:-ms-fullscreen {
    /* properties */
    width: 100%;
    height: 100%;
}

.fullscreen_area:full-screen {
    /*pre-spec */
    /* properties */
    width: 100%;
    height: 100%;
}

.fullscreen_area:fullscreen {
    /* spec */
    /* properties */
    width: 100%;
    height: 100%;
}

.fullscreen_area:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}

#fullscreen_area {
    background-color: rgb(45, 59, 72);
}

a.full_screen {
    left: 95%;
    top: 30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 2000;
    display: none;
}