body,html{
    width:100%;
    height:100%;
    overflow: hidden;
}
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.title_info{
    font-size: 12px;
    color: #fff;
    padding-left: 40px;
    margin-left: 5px;
    margin-top: 4px;
    position: absolute;
    top:15px;
    left:25px;
}
.title_info_log{
    margin-right: 3px;
    position: absolute;
    left: 0px;
    top: 3px;
    width:35px;
}
.mask_div{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background: url(../images/video/mask.png) repeat ;
    z-index: 999;
}
.mask_div.hide{
    display: none;
}
.share_img{
    width:275px;
    height:289px;
    background: url('../images/video/wchart_share.png') no-repeat;
    background-size:275px 289px;
    position: absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:30%;
    margin-top:-150px;
}
@media (min-width: 600px){
    .share_img{
        width:275px;
        height:289px;
        background: url('../images/video/wchart_share.png') no-repeat;
        background-size:275px 289px;
        position: absolute;
        right:80px;
        left:auto;
        top:auto;
        bottom:0;
    }
}
@media all and (orientation : landscape) {
    .share_img{
        width:175px;
        height:189px;
        background: url('../images/video/wchart_share.png') no-repeat;
        background-size:175px 189px;
        position: absolute;
        right:50px;
        left:auto;
        top:180px;
        bottom:auto;
    }
}

.login_div{
    z-index: 999;
    position: absolute;
    top: 0;
    height:100%;
    right:0;
    margin:0 auto;
    background: #fff;
    width:100%;
    display: none;
}
.login_div.active{
    display: block;
}
.login_div .title{
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 100;
}
.login_div .title .left_title{
    float: left;
    position: relative;
    left:14px;
    font-weight: 100;
}
.login_div .title .middel_title{
    font-weight: 900;
}
.login_div .title .close_title{
    float:right;
    position: relative;
    right:14px;
    font-size: 28px;
}

.login_div .logo_warp{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-control {
    display: block;
    width: 100%;
    margin:0 auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
    z-index: 300;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
.login_btn{
    margin: 0 auto;
    width: 80%;
    background: #7bbcfc;
    height: 42px;
    border-radius: 20px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;;
    color: #fff;
}
.bottom_flower{
    bottom:0;
    position: fixed;
    width: 100%;
    height:35px;
    background: url('../images/login/login_bottom.png') no-repeat;
    background-size: 100% 100%;
}
.air{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    width: 50%;
    float: left;
    border-right: none;
}
.right_btn{
    width: 50%;
    border: 1px solid #d8d8d8;
    float: right;
    height: 42px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
    border: 1px solid #d8d8d8;
    line-height: 42px;
    text-align: center;
    border-left: none;
    font-size: 14px;;
}
.m_input_group{
    width: 80%;
    margin:0 auto;
    position: relative;
}

.m_input_group .close{
    position: absolute;
    right: 16px;
    top: 12px;
    height: 16px;
    width: 16px;
    background: url(../images/login/input_close.png) no-repeat;
    display: none;
}
.m_title{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(31,31,31,0.5);
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-property: left,right,top,bottom;
    -moz-transition-property: left,right,top,bottom;
    -webkit-transition-property: left,right,top,bottom;
    -o-transition-property: left,right,top,bottom;
}
.backlist{
    height: 100%;
    position: absolute;
    left: 0;
}
.backlist .backicon{
    float: left;
    background: url(../images/video/backicon.png) no-repeat 8px 11px;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 18px auto;
    color: #fff;
    padding-left: 27px;
    font-size: 12px;
    cursor: pointer;
}
.title_nm{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 0 60px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.view_num{
    display: inline-block;
    border-radius: 20px;
    color: #FFF;
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    padding-right: 5px;
    background: url(../images/video/view.png) no-repeat 4px center;
    background-size: 15px;
    position: absolute;
    top: 36px;
    right: 100px;
    background-color: rgba(153, 153, 153, 0.4);
    font-size: 12px;
}
.video_view_num{
    display: inline-block;
    border-radius: 20px;
    color: #FFF;
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    padding-right: 5px;
    background: url(../images/video/view.png) no-repeat 4px center;
    background-size: 15px;
    position: absolute;
    top: 26px;
    right: 18px;
    background-color: rgba(153, 153, 153, 0.4);
    font-size: 12px;
}
.play_state_num{
    display: inline-block;
    border-radius: 20px;
    color: #FFF;
    padding-left: 30px;
    height: 21px;
    line-height: 21px;
    padding-right: 5px;
    background: url(../images/video/play_back_type.png) no-repeat 4px center;
    background-size: 15px;
    position: absolute;
    top: 36px;
    right: 8px;
    background-color: rgba(153, 153, 153, 0.4);
    font-size: 12px;
}
.left_arrow{
    display: inline-block;
    color: #FFF;
    height: 29px;
    width: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 200px;
    left: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 37px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.right_arrow{
    display: inline-block;
    color: #FFF;
    height: 29px;
    width: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 200px;
    right: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.identification{
    height: 100%;
    position: absolute;
    right: 10px;
}
.identification .info{
    float: right;
    display: block;
    width: 45px;
    height: 35px;
    background-size: 18px auto;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-size: 14px;
    color:#29a5e0;
}

.video_state_tip{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    background:url("../images/video/video_state_tip_bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: none;

}

.video_state_tip .backIndex{
    position: absolute;
    font-size: 20px;
    z-index: 99999;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    line-height: 82px;
    text-align: center;
    border-top: 1px solid #4d4d5c;
    font-weight: 200;
}
.video_state_tip .share_warp{
     position: absolute;
     bottom: 97px;
     text-align: center;
     left: 0;
     right: 0;
 }
.video_state_tip .video_state_tip_close{
    position: absolute;
    top:26px;
    right:18px;
    background: url("../images/video/video_state_tip_close.png") 0 0 no-repeat;
    background-size: 16px 16px;
    height:16px;
    width:16px;
}

.video_state_tip .video_tip_title_info{
    font-size: 22px;
    font-weight: 200;
    margin-top: 60px;
    margin-bottom: 60px;
}

.video_state_tip .thumbimg{
    width: 147px;
    height: 83px;
    margin-bottom: 6px;
}

.video_state_tip .desc{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
}

.video_state_tip .radius_bg_info{
    width: 200px;
    height: 29px;
    background: #142321;
    line-height: 29px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 200;
}