@charset "utf-8";

html, body  {overflow-x:hidden; font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;position: relative;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}
body {
	margin:0;
	padding:0;
	text-align:center;
	-webkit-text-size-adjust:none;
}
object:focus { outline:none; }
#flashContent { display:none; }
img{border-style: none;}
#circle {
	width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid
}
a{
	text-decoration: none;
	cursor: pointer;
	color: RGB(176, 182, 185);
}
.clear{
	clear:both;
}
/*.circle {
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.circle2 {
	margin-left:3px;
    width: 5px;
    height: 5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    margin-left: 12px;
    margin-top: 60px;
}
.circle3 {
    width: 80px;
    height: 80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-left: 35%;
}
.rectangle {
	width: 120px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
	border-radius: 2.5px;
	margin-left: 30px;
}
.downloadAPP{
	clear: left;
	width: 85%;
	height: 25px;
	background: RGB(57, 171, 251);
	color: #FFF;
	text-align: center;
	padding: 20px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 30px;
	margin-left: 10px;
}
.bk_blue{
	background:RGB(57, 171, 251)
}
.bk_orange{
	background:RGB(255, 176, 74)
}
.bk_light_green{
	background:RGB(125, 209, 96)
}
.bk_pink{
	background:RGB(255, 126, 126)
}
.bk_gray{
	background:RGB(176, 182, 185)
}
.btn_refresh{
    border-radius: 2px;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: RGB(208, 208, 208);
    border: 1px solid RGB(208, 208, 208);
    color: #FFF;
    float: right;
    width: 42px;
    margin-right: 5px;
  	margin-top: 1px;
  	margin-bottom: 5px;
  	font-size: 12px;
}
.color_gray{
	color:RGB(176, 182, 185);
}
.test_box {
    height: 90%;
    text-align:left; 
    padding: 5px 10px 0px 10px; 
    outline: 0; 
    border-top: 1px solid #c9c9c9; 
    font-size: 12px; 
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
}
#sendContext:empty:before{
	content: attr(placeholder);
	color:#bbb;
}
#sendContext:focus:before{
	content:none;
}
#sendContext img{
	width: 16px;
}*/
/*页面的css迁移*/
#pagebody{
	width:100%;
	display:block;
	background: url('../image/bg.png') no-repeat center center;
	background-size:100% 100%;
	position: relative;
}
.pagebody_header{
	width:1024px;
	margin:0 auto;
	position: relative;
}
.pagebody_header img{
	width: 100%;
}
.container_head{
	height:75px;
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
.pc_container{
	width: 1024px;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.pc_video_container{
	width: 100%;
	height: 592px;
	position: relative;
	margin: 0px auto;
	padding:0;
}
/*左侧样式开始*/
.video_container_left{
	float: left;
	width: 750px;
	height: 100%;
	position: relative;
}
.video_title_online{
	width: 750px;
	height: 75px;
	position: relative;
	background-color: #fff;
}
.video_title_list{
	width: 749px;
	height: 100%;
	margin: 0;
	padding:0;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    position: relative;
}
.video_title_list li{
	float: left;
	list-style-type: none;
}
.video_list_item{
	width: 0;
	height:0;
}
.video_list_logo{
	padding:5px 0 5px 10px;
	width: 60px;
	height: 60px;
}
.video_list_logo img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.video_list_msg{
	width: 676px;
	text-align: left;
}
.video_list_title{
	margin-left: 15px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
}
.video_list_title_lable{
	display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #39aafa;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    background-color: #39aafa;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.video_list_detail.name{
	color: #37acfc;
}
.video_list_title_subject{
	display: inline-block;
	font-weight: bold;
    font-size: 22px;
}
.video_list_host_time{
	margin-left: 15px;
    font-size: 12px;
    vertical-align: middle;
    color: #999;
    margin-top: 4px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.video_list_label{
	margin-right: 10px;
	float: left;
}
.video_list_label.time{
	/*margin-right: 110px;*/
}
.video_list_img_text{
	float: right;
	position: relative;
	height: 30px;
	margin-right: 30px;
    cursor: pointer;
}
#showShare{
}
#sharelive{
	display:none;
	position:absolute;
	width:180px;
	height:50px;
	border:1px solid #888;
	background:#FFF;
	left:-60px;
    z-index: 1;
}
#showShareImg{
	margin: 5px 0 0 5px;
}
#phoneView{
	cursor: pointer;
}
#code{
	width: 200px;
	height: 200px;
	text-align: center;
	border:10px solid #fff;
}
#phoneCode{
	position: absolute;
	display:none;
	height: 250px;
	width: 220px;
	border:1px solid #888;
	background:#FFF;
	z-index: 500;
	left:-128px;
	border:1px solid #000;
}

.code_text{
	text-align: center;
	font-size: 14px;
	color: #333;
}
.video_list_img{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.video_list_text{
	display: inline-block;
	cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #333;
}
.video_flash_box{
	width: 750px;
	height: 431px;
	background-color: #fff;
	border-right: 1px solid rgb(230,230,230);
}
.video_flash{
    width: 750px;
    height: 431px;
}
.video_flash>div{
	width: 100%;
	height: 100%;
}
.video_flash img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.video_flash_botton_list{
    position:relative;
	width: 100%;
	height: 86px;
	background-color: #fff;
	border-right: 1px solid rgb(230,230,230);
}
/*#live_on{
	width: 750px;
	float: left;
	display: none;
}*/
/*右侧tab*/
.video_container_right{
	float: left;
	width: 272px;
	height: 100%;
	background-color: #fff;
	position: relative;
	border-left: 1px solid rgb(230,230,230);
}
.tab_list{
	margin: 0;
	padding:0;
	width: 272px;
	height: 49px;
	border-bottom: 1px solid rgb(230,230,230);
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    position: relative;
}
.tab_list li{
	list-style-type: none;
	width: 25%;
	float: left;
    padding-top: 25px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.tab_list li.active{
	border-bottom: 2px solid RGB(56,172,250);
	color: RGB(56,172,250);
}
.chat_aq_container{
	width: 268px;
	height: 436px;
    overflow: scroll;
    margin-left: 3px;
    margin-right: 3px;
    overflow-x: hidden;
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.chat_ul,.aq_ul{
	width: 100%;
	height: auto;
    position: relative;
    padding:0;
    margin:0;
}
.chat_ul{
	display: block;
    margin-bottom: 40px;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
#chat_loading1{
	list-style-type: none;
	text-align: center;
	border-bottom:0;
	height:20px;
	line-height:20px;
}
#chat_loading1 img{
  display: inline-block;
  height: 20px;
  height: 20px
}
#is_not_more{
	text-align: center;
	border-bottom:0;
	height:20px;
	line-height:20px;
}
.chat_ul li{
    display: list-item;
    text-align: -webkit-match-parent;
    font-size:12px;
    color:rgb(150,150,150);
    list-style-type: none;
    margin-bottom: 6px;
    position: relative;
    padding: 5px 2px 2px 7px;
   /* border-bottom: 1px solid  RGB(246,246,246);*/
}
.chat_ul li .chat-img{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.chat_ul li h3{
    color:  RGB(19,183,246);
    padding-left: 30px;
    display: block;
    font-size: 14px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}
.chat_ul li h3 a{
  font-size: 12px;
  color: RGB(19,183,246);
  vertical-align: middle;
  margin-top: 4px;
}
/*.chat_ul li h3 a.name{
  font-size: 0.24rem;
  color: RGB(19,183,246);
  vertical-align: middle;
}*/
.chat_ul li h3 p{
  font-size: 12px;
  color: RGB(50,50,50);
  vertical-align: middle;
}
.chat_ul li p img{
  display: inline-block;
  width: 20px;
  height: 20px;
}
.chat_ul li .chat-time{
    position: absolute;
    top:4px;
    right: 10px;
    font-size: 12px;
    color: rgb(206,206,206);
    vertical-align: middle;
}
.chat_ul li p{
	vertical-align: middle;
    word-wrap: break-word;
    margin:0;
    font-size: 12px;
    padding:0px 2px 2px 34px;
}
.chat_ul li .chat-ds-img{
	vertical-align: middle;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding-top: 6px;
}
.chat_ul li .chat-ds-img div{
	vertical-align: middle;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width:80%;
    background: url("../image/pc_ds_bg.png") no-repeat center center;
}
.chat_ul li .ds-im_img{
	vertical-align: middle;
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    float:left;
}
.chat_ul li .ds-right-msg{
	display: block;
	height: 40px;
	float:left;
	width: 140px;
}
.chat_ul li .ds-right-msg span{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    width:100%;
    text-align: left;
    overflow:hidden;
}
.chat_ul li .chat-sl-img{
    vertical-align: middle;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    padding-top: 6px;
}
.chat_ul li .chat-sl-img div{
    vertical-align: middle;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    width:80%;
    background: url("../image/pc_lw_chat_bg.png") no-repeat center center;
}
.chat_ul li .sl-im_img{
    vertical-align: middle;
    margin: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 38px;
    margin-top: 10px;
    float:left;
    background-color: #fff;
}
.chat_ul li .sl-im_img img{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
.chat_ul li .sl-right-msg{
    display: block;
    height: 70px;
    float:left;
    width: 100px;
    margin-left: 4px;
}
.chat_ul li .sl-right-msg span{
    display: inline-block;
    height: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    width:100%;
    text-align: left;
}
.chat_ul li .sl-right-msg .sl-right-msg-top{
    margin-top: 10px;
}
.is_host{
	border: 1px solid RGB(19,183,246);
	padding:1px;
	color:RGB(19,183,246);
	font-size:9px;
	border-radius:2px;
	text-align:center;
	display:inline-block;
	margin-left: 4px;
	margin-right: 2px;
}
.aq_ul{
	display: none;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    background: #fff;
    list-style: none;
    overflow-y: auto;
}
.aq_ul li{
   /* display: list-item;*/
    position: relative;
}
.aq_ul li .que-item1{
    position: relative;
    padding: 5px 10px 10px 47px;
    border-bottom: 1px solid  RGB(246,246,246);
    color: #656565;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
    margin: 0;
    text-align: -webkit-match-parent;
}
.aq_ul li .avatar{
    position: absolute;
    left: 0;
    top: 5px;
    text-decoration: none;
    cursor: pointer;
}
.aq_ul li .name{
    font-size: 12px;
    color: RGB(56,172,250);
}
.aq_ul li .avatar img{
   display: inline-block;
   width: 30px;
   height: 30px;
}
.aq_ul li .time{
    font-size: 12px;
    color: #b2b2b2;
    position: absolute;
    left: 46px;
    bottom: 4px;
}
.aq_ul li .que-item1 .content1{
	vertical-align: middle;
    word-wrap: break-word;
    font-size: 12px;
    color: #6c7684;
    font-size: 12px;
}
.talk_send_container{
	width: 100%;
	height: 86px;
	position: relative;
	border-top: 1px solid rgb(230,230,230);
}
.talk_send_box{
	padding-top: 6px;
	height: 60%;
	float: left;
	width: 98%;
}
.test_box {
    height: 90%;
    text-align:left;
    padding: 5px 10px 0px 10px;
    outline: 0;
    font-size: 12px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
}
#openface{
	position: relative;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	cursor: pointer;
}
#showfaceimg{
    position: absolute;
    display: none;
    width: 360px;
    height: 220px;
    background: #FFF;
    z-index: 500;
    text-align: left;
    top: -280px;
    left: -270px;
    overflow-y:scroll;
}
#showfaceimg ul{
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    position: relative;
}
#myVideo{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#showfaceimg ul li{
	list-style-type: none;
    float: left;
    width: 26px;
    padding: 4px 4px;
    text-align: center;
    vertical-align: middle;
}
#showfaceimg ul li img{
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.btn_refresh{
    border-radius: 2px;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: RGB(208, 208, 208);
    border: 1px solid RGB(208, 208, 208);
    color: #FFF;
    float: right;
    width: 42px;
    margin-right: 5px;
  	margin-top: 1px;
  	margin-bottom: 5px;
  	font-size: 12px;
  	user-select:none;
  	cursor: pointer;
}
.video_last{
	height: 0;
	width: 0;
}
#sendContext img{
	display: inline-block;
	width: 20px;
	height: 20px;
}

/*简介开始*/
.live_intraduce{
	width: 1024px;
	margin: 0px auto;
	background: #FFF;
	position: relative;
}
.live_intraduce_title{
	font-size: 22px;
    font-weight: bold;
    color: RGB(57, 171, 251);
    /*height: 58px;*/
  	margin: 0px 0 0 25px;
  	padding-top: 20px;
  	text-align: left;
}
.live_intraduce_title_line{
	margin: 5px 0 0 25px;
    border-top: 3px solid RGB(56,172,250);
    width: 88px;
    font-size: 22px;
    font-weight: bold;
    color: RGB(57, 171, 251);
}
.line_height{
	height: 30px;
	width: 100%;
}
.intraduce_list{
	width: 100%;
	height: 300px;
	margin: 0;
	padding:0;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    position: relative;
}
.intraduce_list li{
	width: 25%;
	height: auto;
	list-style-type: none;
	float: left;
}
.intraduce_list_title{
	width: 80%;
    margin: 0px auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.intraduce_list_detail{
	width:80%;
	margin:0px auto;
	height:45px;
	color:rgb(118, 118, 118);
	text-align: left;
	font-size: 14px;
}
.intraduce_list_img img{
	display: inline-block;
	width: 98px;
	height: 98px;
}
.connect_us{
	height: 80px;
	text-align: center;
	padding-top: 50px;
	color:RGB(99, 99, 99);
	font-size:13px;
}
.isShownone{
	display: none;
}
/******************************************密码观看界面**********************************************************/
.page_password,.page_sms_code,.page_phone_num,.page_payto_watch,.page_ds_list,.page_player_alert,.page_login_phone_key,.page_weixin_watch,.page_question_naire{display: none;background-color: #fff;border:1px solid #fff;border-radius: 6px;}
.page_player,.page_player2,.page_player3{display: none;position: fixed;height: 100%;width: 100%;background-color: #000;top:0;left:0;margin:0;padding:0;-webkit-opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: .5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}
.page_player{z-index:200;}
.page_player3{z-index:160;}
.page_player2{z-index:599;}
/*密码观看*/
.page_phone_num,.page_password{position: fixed;width: 360px;height: 260px;left:50%;top:50%;margin-top:-130px;margin-left:-180px;z-index: 300;}
.page_login_phone_key{position: fixed;width: 360px;height: 300px;left:50%;top:50%;margin-top:-150px;margin-left:-180px;z-index: 300;}
.page_player_head,.page_login_head{width: 260px;margin-left: 50px;height: 40px;margin-top: 20px;line-height: 40px;text-align: center;color: #000;font-size: 24px;}
.page_player_inputdiv,.page_login_phone_num,.page_login_key{width: 260px;height: 50px;margin-left: 50px;margin-top: 20px;border:1px solid #ccc;border-radius: 4px;}
.page_player_inputdiv input,.page_login_phone_num input,.page_login_key input{display:inline-block;width:240px;height:48px;line-height:48px;font-size:14px;border:0;outline: none;padding-left: 10px;}
.page_player_button,.page_login_button{outline:none;font-size:16px;font-weight:600;width: 260px;height: 50px;margin-top: 20px;background-color:#4591ff;border:1px solid #4591ff;border-radius:4px;line-height: 50px;color: #fff;cursor: pointer;}
/*验证码观看*/
.page_sms_code{position: fixed;width: 360px;height: 300px;left:50%;top:50%;margin-top:-150px;margin-left:-180px;z-index: 300;}
.page_player_yzmdiv{width: 260px;height: 50px;margin-left: 50px;margin-top: 20px;}
.page_player_yzmdiv input{display:inline-block;width:130px;height:50px;line-height:50px;font-size:14px;border:1px solid #ccc;border-radius: 4px;outline: none;padding-left: 10px;}
.page_player_yzmdiv .page_player_yzm_get{display:inline-block;margin-left:10px;width:100px;height:50px;line-height:50px;font-size:14px;border:1px solid #ccc;border-radius: 4px;text-align: center;background-color: #ccc;color: #636363;cursor: pointer;outline: none;}
/*扫码支付观看*/
.page_payto_watch{position: fixed;width:360px;height:380px;left:50%;top:50%;margin-top:-190px;margin-left:-180px;z-index: 300;}
.page_payto_watch .page_payto_watch_img{width: 200px;height: 200px;margin-left: 80px;text-align: center;vertical-align: middle;margin-top: 20px;line-height: 200px;color:#ccc;}
.page_payto_watch .page_payto_watch_img img{display: inline-block;width: 210px;height: 210px;}
.page_payto_watch .page_payto_watch_attain{width: 260px;height: 30px;margin-left: 50px;text-align: center;line-height:30px;color: #000;font-size: 14px;}
.page_payto_watch .page_payto_watch_attain span{display:inline-block;height: 30px;margin-left: 10px;text-align: center;line-height:30px;color: #000;font-size: 14px;}
.page_payto_watch .page_payto_watch_attain span img{display:inline-block;text-align: center;vertical-align: middle;}
.page_payto_watch .page_payto_watch_money{width: 260px;height: 30px;margin-left: 50px;text-align: center;line-height:30px;color: #ff6600;font-size: 24px;margin-top: 10px;}
/*打赏排行榜*/
.page_ds_list{position: fixed;width: 440px;height: auto;left:50%;top:50%;margin-top:-200px;padding-bottom:20px;margin-left:-220px;z-index: 300;overflow:hidden;}
.page_player_ds_head{width: 400px;margin-left: 20px;height: 40px;margin-top: 20px;line-height: 40px;text-align: center;color: #000;font-size: 24px;}
.page_ds_list_input{width: 400px;height: 40px;margin-top: 10px;margin-left: 20px;}
.page_ds_list_input_msg{width: 400px;height: 80px;margin-top: 10px;margin-left: 20px;}
.page_ds_list_input .page_ds_money_label{display:inline-block;margin-right:4px;height: 40px;line-height: 40px;font-size: 14px;color: #000;}
.page_ds_list_input .page_ds_money_label.money{width: 190px;text-align: left;padding-left: 10px;}
.page_ds_list_input_div{display:inline-block;width:300px;height:40px;line-height:40px;font-size:14px;border:1px solid #ccc;border-radius: 4px;outline: none;}
.page_ds_list_input_msg_div{display:inline-block;width:400px;height:80px;line-height:40px;font-size:14px;border:1px solid #ccc;border-radius: 4px;outline: none;}
.page_ds_list_input_msg_div textarea{display: inline-block;width: 380px;border: none;height: 76px;line-height: 20px;font-size: 14px;outline: none;padding-left: 10px;}
.page_ds_list_input_div input{border:none;display:inline-block;width:60px;height:36px;line-height:36px;font-size:14px;outline: none;padding-left: 10px;}
.page_ds_list_input button{outline:none;font-size:16px;width: 90px;height: 40px;background-color:#4eb83e;border:1px solid #4eb83e;border-radius:4px;line-height: 40px;color: #fff;cursor: pointer;}
.page_ds_list_data_show{border-bottom:1px solid #f0f0f0;background: url('../image/ds_list_bg.png') no-repeat center center; background-size:100% 100%;width:440px;height: 60px;}
.page_ds_list_data_show .page_dslist_data_show_people{display: block;float:left;width: 200px;height: 40px;margin-top: 20px;line-height: 40px;text-align: left;color: #000;font-size: 14px;margin-left: 20px;}
.page_ds_list_data_show .page_dslist_data_show_money{display: block;float:left;width: 200px;height: 40px;margin-top: 20px;line-height: 40px;text-align: right;color: #000;font-size: 14px;}
.page_ds_list_items{height: 310px;width: 440px;background-color: #f9f9f9;overflow: scroll;overflow-x: hidden;text-align: left;}
.page_ds_list_ul{width: 100%;height: auto;position: relative;padding:0;margin:0;margin-bottom: 40px;list-style-type: disc;-webkit-margin-before: 0px;-webkit-margin-after: 0px;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 0px;}
.page_ds_list_ul li{text-align: -webkit-match-parent;font-size: 12px;color: rgb(150,150,150);position: relative;padding: 5px 0px 5px 60px;height: 50px;line-height: 50px;display: list-item;text-align: -webkit-match-parent;list-style-type: none;}
.page_ds_list_ul li img{display: inline-block;width: 40px;height: 40px;position: absolute;left:10px;top:10px;}
.page_ds_list_ul_nickname{display: inline-block;width: 226px;height: 40px;line-height: 40px;font-size: 14px;color: #000;text-align: left;}
.page_ds_list_ul_money{display: inline-block;width: 100px;height: 40px;line-height: 40px;font-size: 14px;color: #000;text-align: right;margin-left: 10px;}
/*打赏微信支付*/
.page_player_head span{display:inline-block;height: 30px;text-align: center;line-height:30px;color: #000;font-size: 24px;}
.page_player_head span img{display:inline-block;text-align: center;vertical-align: middle;}
.page_player_head.ds{margin-top: 40px;}
.page_payto_ds_money{width: 260px;height: 30px;margin-left: 50px;text-align: center;line-height:30px;color: #000;font-size: 18px;margin-top: 10px;}
.page_payto_ds_money .page_payto_ds_money_num{color: #ff6600;}
/*关注微信公众号开始*/
.page_player_head span{display:inline-block;height: 30px;text-align: center;line-height:30px;color: #000;font-size: 24px;}
.page_player_head.weixin{width: 200px;margin-left: 40px;height: 30px;margin-top: 10px;line-height: 30px;text-align: center;color: #000;font-size: 24px;}
.page_weixin_watch{position: fixed;width:280px;height:300px;left:50%;top:50%;margin-top:-150px;margin-left:-140px;z-index: 300;}
.page_weixin_watch .page_payto_watch_img{width: 200px;height: 200px;margin-left: 40px;text-align: center;vertical-align: middle;margin-top: 20px;line-height: 200px;color:#ccc;}
.page_weixin_watch .page_payto_watch_img img{display: inline-block;width: 200px;height: 200px;}
.page_weixin_watch .page_payto_wx_money{margin-left:4px;width: 200px;height: 30px;margin-left: 40px;text-align: center;line-height:30px;color: #000;font-size: 14px;}
.page_weixin_watch .page_payto_wx_money span{display:inline-block;height: 30px;margin-left: 10px;text-align: center;line-height:30px;color: #000;font-size: 14px;}
.page_weixin_watch .page_payto_wx_money span img{display:inline-block;text-align: center;vertical-align: middle;}
/*关注微信公众号结束*/
/*打赏的按钮*/
#openDsButton{position: relative;float: left;height: 100%;margin-top: 0px;margin-left: 4px;}
#openDsButton span{display: inline-block;text-align: center;color: #000;font-size: 12px;width: 100%;}
#openDsButton .open_ds_button_img{margin-top: 18px;}
#openDsButton .open_ds_button_text{height: 26px;line-height: 26px;color: #f89343;text-align: center;}
#openDsButton span img{display:inline-block;text-align: center;vertical-align: middle;cursor: pointer;}
/*关闭弹层的样式*/
.close_page_img{position: absolute;width: 40px;height: 40px;cursor: pointer;top:8px;right:0;}
.page_lucky_draw_result .close_page_img{right:16px;}
.close_page_img img{display: inline-block;width: 22px;height: 22px;border: none;}
/*抽奖相关的样式*/
.video_raffle_box{display:none;cursor: pointer;width: 100px;height: 98px;z-index:200;position:absolute;right: 0;bottom: 220px;-webkit-opacity: 0.9;-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: .9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);}
.video_raffle_time{display: inline-block;width: 100px;height: 30px;line-height: 30px; font: bold 55px/100% "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;color: #fff;text-transform: uppercase;font-size: 18px;text-align: center;text-shadow: 0 0 5px #ff5c5f, 0 0 10px #ff5c5f, 0 0 15px #ff5c5f, 0 0 40px #ff5c5f, 0 0 70px #ff5c5f;}
.video_raffle_dianzan{display: inline-block;width: 80px;height: 20px;line-height: 20px;color: #fff;font-size: 9px;}
.video_raffle_img{display: inline-block; width: 66px;height: 66px;}
.video_dianzan_img{display: inline-block; width: 44px;height: 44px;}
.page_join_luck_meber{display: none;background-color: #fff;border:1px solid #fff;border-radius: 6px;position: fixed;width:360px;height:340px;left:50%;top:50%;margin-top:-170px;margin-left:-180px;z-index: 300;}
.page_player_head.lucky{margin-top: 20px;}
.page_player_head.luckyscuss{font-size: 16px;font-size: 18px;font-weight:bold;margin-top: 30px;}
.page_player_head_price,.page_player_head_succe{width: 260px;margin-left: 50px;margin-bottom: 10px;height: 50px;line-height: 50px;text-align: center;color: #3aabfb;font-size: 14px;}
.page_player_head_price p{width: 100%;word-wrap: break-word;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.page_player_prize_nickname,.page_player_prize_phone{width: 260px;height: 40px;margin-left: 50px;margin-top: 10px;border:1px solid #ccc;border-radius: 4px;}
.page_player_prize_nickname input,.page_player_prize_phone input{display:inline-block;width:240px;height:38px;line-height:38px;font-size:14px;border:0;outline: none;padding-left: 10px;}
.page_player_prize_button,.page_join_luck_succe_button{outline:none;font-size:16px;font-weight:600;width: 260px;height: 40px;margin-top: 20px;background-color:#4591ff;border:1px solid #4591ff;border-radius:4px;line-height: 40px;color: #fff;cursor: pointer;}
.page_player_prize_note{width: 260px;margin-left: 50px;margin-top: 10px;height: 30px;line-height: 30px;text-align: center;color: #000;font-size: 12px;}
.page_join_luck_succe{display: none;background-color: #fff;border:1px solid #fff;border-radius: 6px;position: fixed;width:360px;height:220px;left:50%;top:50%;margin-top:-110px;margin-left:-180px;z-index: 300;}
.page_player_head_succe span{display: inline-block;width: 120px;text-align: center;height: 40px;line-height: 40px;}
.page_player_head_succe_phone{color: #000;}
.page_lucky_draw_result{display: none;background-color: #fff;border:1px solid #fff;border-radius: 6px;position: fixed;width:400px;height:415px;left:50%;top:50%;margin-top:-210px;margin-left:-200px;z-index: 300;overflow:hidden;background: url('../image/pc_lucky_bg.png') no-repeat center center; background-size:100% 100%;}
.page_lucky_draw_head{width: 320px;margin-left: 40px;height: 40px;margin-top: 30px;line-height: 40px;text-align: center;color: #fb395b;font-size: 30px;font-weight: bold;}
.page_player_head_price.lucky{width: 320px;margin-left: 40px;margin-bottom: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color:#fb395b;}
.page_player_head_price.lucky p{width: 100%;word-wrap: break-word;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.page_draw_result_list{width: 320px;margin-left: 50px;height:270px;overflow: scroll;overflow-x: hidden;text-align: left;}
.page_draw_result_ul{width: 100%;height: auto;position: relative;padding:0;margin:0;list-style-type: disc;-webkit-margin-before: 0px;-webkit-margin-after: 0px;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 0px;}
.page_draw_result_ul li{text-align: -webkit-match-parent;font-size: 12px;color: rgb(150,150,150);position: relative;height: 30px;line-height: 30px;display: list-item;text-align: -webkit-match-parent;list-style-type: none;}
.page_draw_result_ul li span{display: inline-block;width: 140px;height: 40px;line-height: 40px;font-size: 14px;color: #fff;text-align: center;}
/*点赞的动画及按钮*/
.addOne{position:absolute;font-size:20px;color:#00a0e9; z-index:501;}
.dianzanimg{z-index:501;}
.video_dianzan_box{cursor: pointer;width: 100px;height: 70px;z-index:155;position:absolute;right: 0;bottom: 136px;-webkit-opacity: 0.9;-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: .9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);}
/*页面提示的弹层*/
.page_player_alert{position: fixed;width: 500px;height: auto;left:50%;top:50%;margin-top:-150px;margin-left:-250px;z-index: 600;}
.page_player_alert_head{width:480px;height: 40px;margin-left: 10px;line-height: 40px;font-size: 18px;color: #000000;text-align: left;border-bottom:1px solid #ededed;}
.page_player_alert_msg{width:440px;height: auto;margin-left: 30px;line-height: 30px;font-size: 18px;color: #000000;text-align: center;margin-top: 20px;}
.page_player_alert_btn{width:480px;height: 50px;margin-left: 10px;line-height: 50px;font-size: 16px;color: #fff;text-align: right;}
.page_player_alert_btn span{display:inline-block;width:80px;height: 40px;line-height: 40px;font-size: 16px;color: #fff;text-align: center;background-color: #5299fb;border:1px solid #5299fb;border-radius: 6px;cursor: pointer;}
/*送礼的样式 开始*/
.open_songli_box{float:right;width: 380px;height: 100%;padding:0;margin:0;list-style-type: disc;-webkit-margin-before: 0px;-webkit-margin-after: 0px;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 0px;}
.open_songli_box li{cursor: pointer;float: left;margin-top: 14px;margin-right: 10px;border: 1px solid rgb(230,230,230);text-align: -webkit-match-parent;font-size: 12px;color: rgb(150,150,150);position: relative;height: 60px;width:60px;display: list-item;text-align: -webkit-match-parent;list-style-type: none;}
.open_songli_box li.onliwUselect{border: 1px solid #ff8800;}
.open_songli_box li img{display: inline-block;width: 60px;height: 60px;text-align: center;vertical-align: middle;border:none;}
.songli_page_float{display:none;width: 260px;height: 196px;z-index: 202;position: absolute;right: 220px;top: -176px;background: url('../image/pc_lw_bg.png') no-repeat center center;background-size: 100% 100%;}
.songli_page_float_title{width: 220px;margin-left: 20px;height: 26px;margin-top: 20px;}
.songli_page_float_title span{display: inline-block;line-height: 26px;vertical-align: middle;}
.songli_page_float_title_text{width: 180px;height: 26px;line-height: 26px;text-align: left;color: #000;font-size: 16px;}
.songli_page_float_title_img{width: 22px;height: 22px;text-align: center;height: 26px;line-height: 26px;cursor: pointer;}
.songli_page_float_title_img img{    display: inline-block;width: 22px;height: 22px;border: none;}
.songli_page_float_box{width: 220px;margin-left: 26px;height: 80px;}
.songli_page_box_left{float:left;width: 100px;height: 100px;border: 1px solid rgb(230,230,230);text-align: center;vertical-align: middle;}
.songli_page_box_left img{display: inline-block;width: 100px;height: 100px;text-align: center;vertical-align: middle;border:none;}
.songli_page_box_right{float:left;width: 100px;height: 100px;-webkit-margin-start: 0px;margin-left: 4px;}
.songli_page_box_right_money,.songli_page_box_right_btn{display: inline-block;height: 40px;text-align: right;font-size: 14px;}
.songli_page_box_right_money{text-align: right;color: #000;font-size: 14px;margin-top: 24px;}
.songli_page_box_right_money span{color: #ff8800;font-size: 14px;}
.songli_page_box_right_btn{margin-left: -16px;}
.songli_page_box_right_btn span{display: inline-block;width: 50px;height: 30px;background-color: #ff8800;color: #fff;text-align: center;line-height: 30px;border-radius: 6px;border:1px solid #ff8800;cursor: pointer;}
/*送礼的样式结束*/
/*倒计时开始*/
@font-face {
  font-family: "SingleMaltaRegular";
  src: url("../dist/fontsDream/DS-DIGI.TTF"),
       url("../dist/fontsDream/DS-DIGIB.TTF"),
       url("../dist/fontsDream/DS-DIGII.TTF"),
       url("../dist/fontsDream/DS-DIGIT.TTF");
}
.video_live_start_time{display:none;position:absolute;left:200px;top:220px;z-index: 3;width: 350px;height: 130px;text-align: center;}
.video_live_start_time .time_container_text{width:100%;height: 36px;line-height: 36px;text-align: center;color: #fff; font-size: 20px;}
.video_live_start_time .time_container_show{width: 340px;height: 80px;background-color: #000;color: #fff;border:3px solid #2c3860;border-radius: 10px;}
.video_live_start_time .time_container_show .start_time_num{display:inline-block;font-size: 50px;height: 80px;line-height: 80px;font-family:"SingleMaltaRegular" }
.video_live_start_time .time_container_show .start_time_unit{display:inline-block;font-size: 16px;height: 20px;line-height: 80px;margin-right: 4px;}
/*倒计时结束*/
/*问卷调查  开始*/
.page_question_naire{border:none;width:450px;height: 620px;overflow-y: auto;position: fixed;left:50%;top:50%;margin-top:-310px;margin-left:-225px;z-index: 196;}
.page_question_naire_head{width: 100%;height: 176px;border-radius: 6px 6px 0 0;overflow:hidden;}
.page_question_naire_head img{display:inline-block;width: 100%;height: 100%;}
.page_question_naire_contain{width: 400px;height: auto;margin-left: 25px;}
.page_question_naire_title{width: 100%;height: 50px;margin-top: 10px;text-align: left;font-size: 35px;line-height: 50px;color: #333;word-wrap: break-word;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;margin-bottom: 0px;}
.page_question_naire_msg{width: 100%;word-wrap: break-word;line-height: 24px;color: #333;text-align: left;font-size: 14px;}
.page_question_naire_inputs{
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin: 0px;
    padding:0px;
}
.page_question_naire_inputs li{
    display: list-item;
    list-style-type: none;
    width: 100%;
    height: auto;
    margin:0;
    padding:0;

}
::-webkit-scrollbar  {width: 0px;background-color: #fff;}
.page_question_naire_label{width: 100%;margin-top: 10px;height: auto;line-height: 30px;font-size: 14px;text-align: left;color: #999;word-wrap:break-word}
.page_question_naire_label sup{color: red;}
.page_question_naire_label sup.none{display: none;color: red;}
.page_question_naire_phonenum,.page_question_naire_text_sign{width: 100%;height: 40px;margin-top: 10px;border:1px solid #ccc;border-radius: 4px;}
.page_question_naire_phonenum input,.page_question_naire_text_sign input{display:inline-block;width:96%;height:38px;line-height:38px;font-size:14px;border:0;outline: none;padding-left: 4px;}
.page_question_naire_snscode{display:block;width: 100%;height: 40px;margin-top: 10px;text-align: left;}
.page_question_naire_snscode_none{display: none;}
.page_question_naire_snscode input{display:inline-block;width:244px;height:38px;line-height:38px;font-size:14px;border:1px solid #ccc;outline: none;padding-left: 4px;border-radius: 4px;}
.page_question_naire_snscode button{outline:none;font-size:16px;width: 134px;height: 38px;background-color:#fff;border:1px solid #3b8cff;border-radius:4px;line-height: 38px;color: #3b8cff;cursor: pointer;margin-left: 10px;}
.page_question_naire_text_more{height: 90px;width: 100%;border:1px solid #ccc;border-radius:4px;margin-top: 10px;}
.page_question_naire_text_more textarea{display: inline-block;width: 390px;height: 80px;border:none;outline: none;margin:4px; resize: none;}
.page_question_naire_btn{margin:20px 0;width: 100%;height: 36px;text-align: center;background-color:#3b8cff;border-radius: 4px;color: #fff;line-height: 36px;font-size: 16px;cursor: pointer;}
/*问卷调查结束*/