/*--------------创建直播样式----------------*/
.create_live_steps {
	border-bottom: 1px solid #a9a9a9; padding: 0 0 6px 0px; margin: 0 0 12px 0;
}
.create_live_steps h2 {
	width: 150px; display: block; float: left;
	height: 24px; line-height: 24px;
	font-size: 16px; font-weight: bold; color: #202020;
}
.create_live_steps h4 {
	width: 500px; display: block; float: left;
	height: 24px; line-height: 24px; vertical-align: bottom;
	font-size: 14px; color: #a9a9a9;
}

.live_poster_help {
	width: 220px; color:#a9a9a9; font-size: 12px; float: left;
}
#session_time_desc {
	color: #a9a9a9; font-size: 12px; margin-bottom: 8px; margin-top: 6px;
}
#session_time_desc span {
	color: #000000; font-size: 14px; font-weight: bold;
}


.form_performer_avatar {
	margin: 0 0 6px 0;
}

.form_performer_avatar img {
	height: 100px;
}
.form_live_payment_method {
	margin: 0 0 8px 0;
}

.uploadThumbContainer {
	margin:0 4px 4px 4px ; padding:4px; background:#999999; width:120px; float:left; text-align:center; position:relative; top:0px; left:0px; z-index:5;
}
.live_app_desc {
	cursor: pointer;
}
.live_app_h1 {
	font-size: 24px; margin: 0 12px 12px 12px; color: #c53e3e; font-weight: bold;
}
.live_app_h1:hover {
	color: #3229d6;
}
.live_app_h2 {
	font-size: 18px; margin: 0 12px 6px 12px; color: #484848;
}
.live_app_h2:hover {
	color: #3229d6;
}
.live_app_h3 {
	font-size: 12px; margin: 0 12px 0px 12px; color: #8d8d8d;
}
.live_app_h3:hover {
	color: #3229d6;
}
/*--------------创建直播样式----------------*/

/*--------------石头剪刀布------------------*/
.game_set_new_title {
	color: #747474; font-size: 12px; font-weight: bold;
	
}
.game_set_new {
	background-color: #c4c4c4; padding: 8px; font-size: 12px; line-height: 16px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.game_set_done_title {
	color: #3a9016; font-size: 12px; font-weight: bold;
}
.game_set_done {
	background-color: #9cef79; padding: 8px; font-size: 12px; line-height: 16px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
.game_set_previous_title {
	color: #4d6bc4; font-size: 12px; font-weight: bold;
}
.game_set_previous {
	background-color: #83e8f3; padding: 8px; font-size: 12px; line-height: 16px;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.live_game_container {
	width: 50px;
}
.live_game_window {
	width: 100%; height: 100%;
	background-color: #e2e2e2;
	border: 1px solid #afafaf;
	position: relative;
}
.live_game_btn {
	width: 40px; height: 40px; 
	position: absolute; left: 5px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	cursor: pointer;
}
.live_game_btn:hover {
	width: 50px; height: 50px; 
	left: 0px;
	background-size: 50px auto;
	bottom: 0px;
}
.live_game_rps_btn {
	bottom: 5px;
	background-image: url(../../../images/web/game/rps.png);
	background-position: 0px 0px;
}

.live_game_btn_disabled {
	background-position: 0px -40px;
}
.live_game_btn_disabled:hover {
	background-position: 0px -50px;
}
.live_game_to_be_continued {
	width: 40px; text-align: center;
	font-size: 14px; font-weight: bold;
	line-height: 18px;
	color: #737373;
	position: absolute; bottom: 50px; left: 5px;
}

.rps_detail_title {
	font-size: 16px; font-weight: bold; margin: 6px 0 6px 0;
}
.rps_detail_comment_container {
	margin: 6px 0 6px 0; width: 100%;
}
.rps_detail_rule_desc {
	font-size: 14px; color: #686868; line-height: 18px;margin: 0 0 4px 0;
}
.rps_detail_performer_name {
	text-decoration: underline;
}
.rps_detail_rule_item {
	font-size: 14px; margin: 8px 0; cursor: pointer; padding-left: 16px;
}
.rps_detail_opps {
	font-size: 14px; margin: 12px 0; color: #b60000; font-weight: bold;
}
.rps_detail_pick {
	margin: 12px 0;
}
.rps_detail_pick_container {
	cursor: pointer; width: 114px; border-width: 3px; border-style: solid;
}
.rps_detail_pick_container:hover {
	background-color: green; border-color: green;
}
.rps_detail_pick_scissor {
	background-color: red; color: white; border-color: red;
}
.rps_detail_pick_rock {
	background-color: gold; color: white; border-color: gold;
}
.rps_detail_pick_paper {
	background-color: blue; color: white; border-color: blue;
}

.rps_detail_pick_image {
	background-image: url(../../../images/web/game/rps_go.jpg);
	background-repeat: no-repeat;
	background-size: 114px auto;
	width: 114px; height: 114px;
}
.rps_detail_pick_scissor_image {
	background-position: 0px -114px;
}
.rps_detail_pick_rock_image {
	background-position: 0px 0px;
}
.rps_detail_pick_paper_image {
	background-position: 0px -228px;
}
.rps_detail_pick_name {
	width: 114px; height: 24px; line-height: 24px; text-align: center;
	font-size: 16px; font-weight: bold;
}
.rps_detail_user_record_title {
	width: 100%; height: 24px; line-height: 24px; font-size: 14px; font-weight: bold; background-color: #196d0c; color: white; text-align: center;
}
.rps_detail_user_record {
	width: 50%; height: 24px; line-height: 24px; font-size: 14px; background-color: #0fd340; text-align: center;
	float: left;
	border: 1px solid #196d0c;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.rps_detail_user_record_current {
	background-color: #e1e1e1;
}
.rps_detail_user_record_done {
	background-color: #3c3c3c; color: #e2e2e2;
}

.live_game_invite_container, .live_game_to_do_container {

}

.rps_draw_bar_item {
	
}
.rps_draw_bar_item_for_performer {
	height: 30px; line-height: 30px; font-size: 14px; padding: 0 8px;
}
.rps_draw_bar_item_for_user {
	height: 20px; line-height: 20px; font-size: 12px; padding: 0 4px; cursor: pointer;
}

.to_do_bar_item_for_performer {
	height: 30px; line-height: 30px; font-size: 14px; padding: 0 8px; cursor: pointer; background-color: #30a90e; color: #fafafa; border-top: 1px solid gray; border-bottom: 1px solid gray;
}
.to_do_bar_item_for_user {
	height: 20px; line-height: 20px; font-size: 12px; padding: 0 4px; cursor: pointer; background-color: #30a90e; color: #fafafa; border-top: 1px solid gray; border-bottom: 1px solid gray;
}

.rps_draw_bar_item_cost_0 {
	background: #42b2d7; color: white;
}
.rps_draw_bar_item_cost_1 {
	background: #b4980c; color: white;
}
.draw_performer_act_btn {
	cursor: pointer;
}
.draw_performer_act_btn:hover {
	background-color: #1c1c1c;
}
.draw_accept {
	background-color: #2c9007; width: 10%; 
}
.draw_accept_and_auto {
	background-color: #113cbc; width: 15%; 
}
.draw_decline {
	background-color: #f20000; width: 10%; 
}
.draw_countdown {
	background-color: #4a4a4a; width:36px;
}
/*--------------石头剪刀布------------------*/

/*--------------直播列表------------------*/
.live_header {
	font-size: 14px; color: #494949;
}
.live_list_container {
	margin: 0px;
}
.live_list_item {
	margin:12px;
	overflow: hidden;
}
.live_list_item_inner {
	width: 300px;
	position: relative;
}
.live_list_item img {
	width:300px;
}
.live_list_text {
	width: 100%;
	line-height: 18px;
	position: absolute; bottom: 0px; background: rgba(37,37,37,0.87); color: white; font-size: 12px;
}
.live_performer_name > p {
	padding: 6px 12px; font-size: 21px; line-height: 32px;
	margin: 0px; width: 200px; float: left;
	display: block;
}
.live_performer_name > span {
	padding: 6px 12px; display: block; font-size: 21px; line-height: 32px; width: 50px; height: 32px; float: right; text-align: right;
}
.live_performer_name .male_symbol {
	color:#e0bf48; font-size: 21px; font-weight: bold;
}
.live_performer_name .female_symbol {
	color:#d77987; font-size: 21px; font-weight: bold;
}
.live_performer_desc {
	padding: 0px 12px 6px 12px;
	display:none;
}
.live_performer_session {
	padding: 0px 12px 6px 12px;
}
.coming_soon_live_name {
	padding: 6px 0; font-size: 12px; color: #202020;
}
.no_coming_soon_live {
	padding: 6px 0; font-size: 12px; color: #a6a6a6;
}
.live_on_show {
	width: 300px;
	padding: 6px 0; font-size: 12px;
}
.live_on_show_on {
	color: #c28409; font-weight: bold;
}
.live_on_show_off {
	color: grey;
}
.coming_soon_live_desc {
	padding: 6px 0; font-size: 12px; color: grey;
}
/*--------------直播列表------------------*/

/*-------------直播间--------------*/
.live_not_verified {
	font-size: 14px; color: #f71c1c; padding: 4px 0 8px 4px;
}
.live_player_container {
	/*width: 640px; height: 420px; */float: left; position: relative;
}
.live_player_and_user_container {
	width: 50%; float: left;
}
#live_player_placeholder {
	width: 100%;
	background-color: #353535;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
#live_broadcastor {
	width: 100%; height: 360px;
}
#live_player, #flashcontent {
	width: 100%; height: 100%;
}
.live_android_placeholder {
	padding:0 5%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}
.live_android_placeholder a {
	display: block;
	padding: 6px; background-color: #48a6d9;
	color:#ebebeb; font-size:16px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align: center;
}
.live_android_placeholder a:hover {
	background-color: #74c744;
}

.live_player_poster {
	width: 100%; height: 100%;
}
.live_show_btn {
	width: 200px; height: 80px; line-height: 80px; font-size: 24px; 
	position: absolute; left: 50%; top: 50%; margin-left: -100px; margin-top: -40px;
	cursor: pointer;
}
.live_show_btn_more_text {
	width: 200px; height: 80px; line-height: 24px; font-size: 14px; 
	position: absolute; left: 50%; top: 50%; margin-left: -100px; margin-top: -40px;
	cursor: pointer;
}
.live_show_create_channel {
	background: #c0910d; color: #f2f2f2;
}
.live_show_processing_create_channel {
	background: #5e5e5e; color: #efefef;
}
.live_show_not_avaiable {
	background: #434343; color: #e8e8e8;
}

.live_show_public_pay_btn {
	background: green; color: white;
}
.live_show_public_pay_btn:hover, .live_show_create_channel:hover, .live_show_not_avaiable:hover {
	background: #ebebeb; color: #3b3b3b;
}

.live_chat_has_new_message_for_user {
	position: absolute; bottom: 64px; right: 11px; z-index: 1; cursor: pointer;
	padding: 6px 12px; background-color: #39189b; color: #f1f1f1; font-size: 12px;
	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; 
	border:1px solid #180671;
}

.live_chat_has_new_message_for_performer {
	width: 140px;
	height: 38px;
    line-height: 38px;
    border: 0px;
    font-size: 14px;
    display: block;
    float: left;
    background: #ff4242;
    color: white;
    text-align: center;
    border-left: 4px solid #afafaf;
    cursor: pointer;
}
.live_chat_container {
	width: 400px; float: left; position: relative;
}
.live_give_diamend_effect {
	position: absolute; top:150px; left: 150px; z-index: 9999999999999999;
	width:60px; height: 60px;
	background-image: url(../../../images/web/diamond.gif);
	display: none;
}
.live_give_diamend_sound_opt {
	position: absolute; top:185px; left: 210px; z-index: 9999999999999999;
	width: 20px; height: 20px;
	background-image: url(../../../images/web/volumn.png);
	background-size: 20px 40px;
	cursor: pointer;
	display: none;
}
.live_give_diamend_sound_on {
	background-position: 0 0;
}
.live_give_diamend_sound_on:hover {
	background-position: 0 -20px;
}
.live_give_diamend_sound_off {
	background-position: 0 -20px;
}
.live_give_diamend_sound_off:hover {
	background-position: 0 0;
}
.live_chat_and_user_switch_container {
	width: 100%;
}
.live_cau_switch {
	width: 100%;
	height: 50px;
	background-image: url(../../../images/web/user_chat_switch.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	position: relative;
}
.live_cau_switch_chat_on {
	background-position: 0px -50px;
}
.live_cau_switch_user_on {
	background-position: 0px 0px;
}
.live_cau_switch_chat_off {
	background-position: 0px -150px;
}
.live_cau_switch_user_off {
	background-position: 0px -100px;
}
.live_cau_user_summary {
	position: absolute; left: 0px; bottom:6px; text-align: center; width: 100%; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; color: #242424; font-size: 10px;
}
.live_cau_user_summary_online {
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; color: #242424; font-size: 10px;
}
.live_cau_user_summary_max {
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; color: #242424; font-size: 10px;
}
.live_chat_message_window {
	width: 100%; height: 360px; border: 1px solid #afafaf; overflow-x: hidden; overflow-y: auto; position: relative;
}
.live_chat_act_btn {
	position: absolute; top:4px; z-index: 999999999999999;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background-color: #eaeaea; color: #383838; border: 1px solid #363636;
	font-size: 12px; font-weight: bold; text-align: center; 
	cursor: pointer;
	padding: 0px 4px;
	height: 28px; line-height: 28px;
}

.live_chat_change_nickname_btn {
	width: 60px; left: 4px;
}
.live_chat_change_nickname_btn:hover {
	background-color: #383838; color: #eaeaea; border: 1px solid #dcdcdc;
}
.live_chat_change_nickname_close {
	width: 14px; height: 14px; display: block; position: absolute; top:-5px; right:-7px;
}
.live_chat_enable_gift_sound_close {
	width: 14px; height: 14px; display: block; position: absolute; top:-9px; right:-15px;
}

.live_chat_enable_gift_sound_btn {
	width: 80px; left: 82px;
}
.live_chat_enable_gift_sound_btn_label {
	width: 50px; height: 28px; line-height: 28px; float: left;
}
.live_chat_enable_gift_sound_btn_icon {
	width: 20px; height: 20px; float: left;
	background-image: url(../../../images/web/volumn.png);
	background-size: 20px 40px;
	position: relative; top:4px; left: 5px;
}
.live_chat_enable_gift_sound_btn_icon_on {
	background-position: 0 0px;
}
.live_chat_enable_gift_sound_btn_icon_on:hover {
	background-position: 0 -20px;
}
.live_chat_enable_gift_sound_btn_icon_off {
	background-position: 0 -20px;
}
.live_chat_enable_gift_sound_btn_icon_off:hover {
	background-position: 0 0px;
}


.live_chat_control_bar {
	width: 100%; height: 58px; background: #afafaf; padding: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	position: relative;
}


.live_chat_input_container {
	width: 100%; height: 38px; background: #ededed; position: relative;
}
.live_chat_type_btn {
	width: 40px; height: 38px; float: left; line-height: 38px; font-size: 14px; text-align: center; cursor: pointer;
}
.live_chat_type_select {
	position: absolute; top: 38px; left: 0px; z-index: 1;
	width: 140px; min-height: 80px; background-color:#ededed;
}
.live_chat_type_select_item {
	height: 30px; line-height: 30px; padding: 4px 8px; margin:4px 4px; font-size: 14px; background-color: white; cursor: pointer;
}
.live_chat_type_select_item:hover {
	background-color: #35bbcf; color: white;
}
.chat_text_input {
	width: 210px; height: 38px; line-height: 38px; border: 0px; font-size: 14px; padding: 0 6px; display: block; float: left;
}

.chat_smiley_btn {
	width: 38px; height: 38px; line-height: 38px; float: left; color: #292929; font-size: 14px; text-align: center; cursor: pointer; position: relative;
}
.chat_smiley_btn:hover {
	color: #dddddd; background: #373737;
}
.chat_send_btn {
	width: 76px; height: 38px; line-height: 38px; float: left; color: #000000; font-size: 18px; text-align: center; cursor: pointer; border-left: 4px solid #afafaf;
}
.chat_send_btn_for_mobile {
	width: 45px; text-align: center; font-size: 16px;
}
.chat_send_btn:hover {
	color: #dddddd; background: #373737;
}

#performer_hint p {
	margin: 0 0 6px 0;
}
#performer_hint .p1 {
	margin-left: 32px; display: block;
}
#performer_hint .p2 {
	margin-left: 64px; display: block;
}
.performer_hint_container, .mobile_broadcasting_help_container {
	height:400px; overflow-y: auto;
}
.mobile_broadcasting_help_container .red {
	color: red;
}
.mobile_broadcasting_help_container .list_l1 {
	margin-left: 32px;
}
.mobile_broadcasting_help_container .list_l2 {
	margin-left: 64px;
}

.mbh_important {
	font-size: 16px; color: #c40000;
}
.mbh_title {
	margin: 0 0 6px 0; font-size: 16px; font-weight: bold;
}
.mbh_p {
	margin: 6px 0; font-size: 14px; padding: 0;
}
.mbh_link {
	font-size: 16px; color: #1723c0; text-decoration: underline;
}

/*---------控制面板----------*/
.live_control_panel {
	width: 100%; height: 60px; padding: 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	background: repeating-linear-gradient(
		45deg,
		#7b7b7b,
		#7b7b7b 15px,
		#bebebe 15px,
		#bebebe 30px
	);
}
.live_performer_info {
	width: 200px; height: 40px; float: left; background: #e6e6e6; position: relative; overflow: hidden;
}
.live_performer_level_progress {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
    background-color: #50de2d;
    z-index: 0;
    border-top-right-radius: 4px; border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px;
    border-right: 2px #ffffff solid;
    
}
.live_performer_level {
	height: 20px; line-height: 20px; color: #000000; font-size: 12px; padding-left: 4px; position: relative; z-index: 1;
}
.live_performaer_next_level {
	height: 20px; line-height: 20px; color: #4a4a4a; font-size: 12px; padding-left: 4px; position: relative; z-index: 1;
}

.live_open_private_btn {
	width: 130px; height: 40px; line-height: 40px; float: right; background: #479d12; position: relative; overflow: hidden; cursor: pointer;
}
.live_open_private_btn_icon {
	width: 32px; height: 36px; float: left;
	background-image: url(../../../images/web/private.png); background-repeat: no-repeat; background-size: 32px 73px;
	margin-left: 16px; margin-right: 8px; margin-top: 2px;
}
.live_open_private_btn span {
	display: block; width: 60px; height: 40px; line-height: 40px; float: left; font-size: 14px; font-weight: bold; color: #f1f1f1;
}
.live_open_private_btn:hover {
	background: #e3e3e3;
}
.live_open_private_btn:hover .live_open_private_btn_icon {
	background-position: 0 -36px;
}
.live_open_private_btn:hover span {
	color: #479d12;
}

.live_give_diamond_btn {
	width: 150px; height: 40px; line-height: 40px; float: right; background: #56c3de; position: relative; overflow: hidden; cursor: pointer;
	margin-right: 8px;
}
.live_give_diamond_btn img {
	display: block; width: 35px; float: left; margin-left: 16px; margin-right: 8px;
}
.live_give_diamond_btn span {
	display: block; width: 90px; height: 40px; line-height: 40px; float: left; font-size: 14px; font-weight: bold; color: #0032c3;
}
.live_give_diamond_btn:hover {
	background: #e2e2e2;
}
.live_give_diamond_btn:hover span {
	color: #3a3a3a;
}

.live_change_broadcasting_btn {
	width: 180px; height: 40px; line-height: 40px; float: left; background: #56c3de; position: relative; overflow: hidden; cursor: pointer;
	margin-left: 8px;
}
.live_change_broadcasting_btn_on {
	background: #be1919;
}
.live_change_broadcasting_btn_off {
	background: #499311;
}
.live_change_broadcasting_btn img {
	display: block; width: 35px; float: left; margin-left: 16px; margin-right: 8px;
}
.live_change_broadcasting_btn span {
	display: block; width: 120px; height: 40px; line-height: 40px; float: left; font-size: 14px; font-weight: bold; color: #f4f4f4;
}
.live_change_broadcasting_btn:hover {
	background: #e2e2e2;
}
.live_change_broadcasting_btn:hover span {
	color: #3a3a3a;
}


.live_follow_btn {
	width: 110px; height: 40px; line-height: 40px; float: right; background: #dc7b7b; position: relative; overflow: hidden; cursor: pointer;
	margin-right: 8px;
}
.live_follow_btn_icon {
	width: 32px; height: 32px; float: left;
	background-image: url(../../../images/web/foot_step.png); background-repeat: no-repeat; background-size: 32px 64px;
	 margin-left: 16px; margin-right: 8px; margin-top: 4px;
}
.live_follow_btn_text {
	width: 50px; height: 40px; line-height: 40px; float: left; font-size: 14px; font-weight: bold; color: #f1f1f1;
}

.live_follow_btn:hover {
	background: #2c2c2c;
}
.live_follow_btn:hover .live_follow_btn_icon {
	background-position: 0 -32px;
}
.live_follow_btn:hover .live_follow_btn_text {
	color: #dc7b7b;
}

.give_diamond_title {
	font-size: 14px; font-weight: bold; color: #262626; margin-bottom: 10px;
}
.give_diamond_desc {
	font-size: 12px; color: #8e8e8e; margin-bottom: 10px;
}
.give_diamond_info {
	margin-bottom: 10px; font-size: 12px; font-weight: bold; color: #252525;
}
.give_diamond_input_label {
	width: 170px; height: 32px; line-height: 32px; float: left; margin-bottom: 6px; font-size: 12px; color: #252525;
}
.give_diamond_input {
	width: 70px; float: left; margin-bottom: 6px;
}
.give_diamond_submit {
	margin-top: 8px;
}
.give_diamond_submit img {
	height: 14px;
}

.follow_notify_email {
	margin: 6px 0;
}

/*---------控制面板----------*/

/*---聊天条目---*/
.chat_list_item_container {
	padding: 10px 0 10px 10px; position: relative;
}
.chat_list_item_container:hover{
	background: #d9d9d9;
}
/*---聊天条目---*/

/*----公共聊天----*/
.chat_list_item_standard {
	width: 96%;
}
.chat_list_item_standard .chat_user {
	font-size: 12px; position: relative;
}
.chat_list_item_standard_for_performer .chat_user {
	font-size: 24px;
}
.chat_list_item_standard .chat_user_me {
	color: #646464; width: 20px; text-align: right;
}
.chat_list_item_standard .chat_user_no_one {
	color: #cccccc; width: 20px; text-align: left;
}
.chat_list_item_standard .chat_user_other {
	width: 40px; text-align: left;
}
.chat_list_item_standard .chat_user_other img {
	width: 32px;
}
.chat_list_item_standard .chat_text {
	padding: 4px 8px; border: 1px solid #434343; 
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; 
	box-shadow: 2px 2px 1px #535353;
	font-size: 12px;
	position: relative;
}
.chat_list_item_standard_for_performer .chat_text {
	font-size: 24px;
}


.chat_list_item_standard .chat_text_me {
	background: #0f790f; color: #eaeaea;
	float: right;
}
.chat_list_item_standard .chat_text_me:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-left-color: #434343;
	left: 100%;
	top: 5px;
}

.chat_list_item_standard .chat_text_other {
	background: #ececec; color: #535353;
	float: left;
}
.chat_list_item_standard .chat_text_other:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-right-color: #434343;
	right: 100%;
	top: 5px;
}

.chat_list_item_standard .chat_username {
	font-size: 12px; color: #898989; padding-bottom: 4px;
}
.chat_list_item_standard_for_performer .chat_username {
	font-size: 24px;
}
.chat_user_title {
	
}
.chat_user_title_guest {
	color: gray;
}
.chat_user_title_diamond {
	
}
.chat_user_title_funder {
	color: #bc13a0;
}
.chat_user_title_1 {
	color: red;
}
.chat_user_title_2 {
	color: green;
}
.chat_user_title_3 {
	color: orange;
}
.chat_user_title_4 {
	color: black;
}

/*----公共聊天----*/

/*----私聊----*/
.chat_list_item_private {
	width:96%;
}
.chat_list_item_private .chat_user {
	font-size: 12px; position: relative;
}
.chat_list_item_private_for_performer .chat_user {
	font-size: 24px;
}
.chat_list_item_private .chat_user_me {
	color: #646464; width: 20px; text-align: right;
}
.chat_list_item_private .chat_user_me span {
	color: #a78600;
}
.chat_list_item_private .chat_user_no_one {
	color: #cccccc; width: 20px; text-align: left;
}
.chat_list_item_private .chat_user_other {
	width: 40px; text-align: left;
}

.chat_list_item_private .chat_user_other img {
	width: 32px;
}
.chat_list_item_private .chat_text {
	padding: 4px 8px; border: 1px solid #424242; 
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; 
	box-shadow: 2px 2px 1px #876306;
	font-size: 12px;
	position: relative;
}
.chat_list_item_private_for_performer .chat_text {
	font-size: 24px;
}
.chat_list_item_private .chat_text_me {
	background: #e8d574; color: #1a1a1a;
	float: right;
}
.chat_list_item_private .chat_text_me:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-left-color: #434343;
	left: 100%;
	top: 5px;
}

.chat_list_item_private .chat_text_other {
	background: #e8d574; color: #1a1a1a;
	float: left;
}
.chat_list_item_private .chat_text_other:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 7px solid transparent;
	border-right-color: #434343;
	right: 100%;
	top: 5px;
}

.chat_list_item_private .chat_username {
	font-size: 12px; color: #898989; padding-bottom: 4px;
}
.chat_list_item_private_for_performer .chat_username {
	font-size: 24px;
}

/*----私聊----*/

/*----系统消息----*/
.chat_txt_system_indicator {
	font-size: 12px; color: #d64c00; font-weight: bold;
}
.chat_txt_system_indicator_for_performer {
	font-size: 24px;
}
.chat_list_item_system {
	width: 100%; margin: 0px 0 4px 0;
}
.chat_list_item_system .chat_user {
	display: none;
}
.chat_list_item_system .chat_text {
	padding: 8px 16px; font-size: 12px; background: #aad26a; color: #000000;
	/*width: 328px;*/
}
.chat_list_item_system .chat_text .icon_image {
	height: 12px;
}
.chat_list_item_system_for_performer .chat_text {
	font-size: 24px;
}
.chat_list_item_system_for_performer .chat_text .icon_image {
	height: 24px;
}
.chat_list_item_system .chat_text_me {
	
}
.chat_list_item_system .chat_text_other {

}
.chat_list_item_system .chat_username {
	display: none;
}
/*----系统消息----*/

/*----聊天消息上的按钮----*/
.user_access_btn_container {
	position: absolute; top:4px; right: 4px; z-index: 1;
}
.user_access_btn {
	height: 20px; line-height: 20px; text-align: center;
	margin:2px; padding: 2px 4px; font-size: 11px;
	border: 1px solid #ffffff;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; 
	float: left; cursor: pointer;
}
.user_access_btn_on_chat {
	width: 60px; background-color: #FFFFFF; color: #262626;
}
.user_access_btn_container_for_performer .user_access_btn_on_chat {
	font-size: 16px; width: 100px;
}
.user_access_btn_on_chat:hover {
	background-color: #ebebeb;
}
.user_access_btn_ban {
	background-color: #df1616; color: #e7e7e7; width: 30px;
}
.user_access_btn_container_for_performer .user_access_btn_ban {
	font-size: 16px; width: 50px;
}
.user_access_btn_ban:hover {
	color: #262626;
}
.ban_type_container {
	margin: 6px 0;
}
/*----聊天消息上的按钮----*/

/*----直播间游戏界面-----*/
.live_game_summary {
	background: #2f41d1; color: #f5f5f5;
	font-weight: bold;
	text-align: center;
	float: left;
	cursor: pointer;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.live_game_summary:hover {
	background: #ad800d;
}
.not_performer_main_thread {
	position:absolute; top:0px; left:0px; 
	width:100%; height:100%; line-height:32px; 
	font-size:16px; color:white; text-align:center; 
	background-image:url('../../../images/transbg.png');
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding:24px;
}
.make_this_main_thread_btn {
	display: inline-block; padding:6px 12px; text-align: center; font-size: 14px; background-color: #94e266; color: #191919; line-height: 18px; cursor: pointer; margin: 0 4px;
}
.make_this_main_thread_btn:hover {
	background-color: #bababa; color: #353535;
}
.live_game_info_container {
	width: 300px; height: 360px;
	padding: 10px;
	background: #ebebeb;
	position: relative;
}
.live_game_info {
	width: 300px; height: 360px;
	background: #FFFFFF;
	overflow-x: hidden; overflow-y: auto;
}
.live_game_type_switch {
	width: 55%;
	height: 40px; line-height: 40px;
	cursor: pointer;
	padding: 0px 8px;
	font-size: 16px; font-weight: bold;
	float: left;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.live_game_type_auto {
	width: 45%;
	height: 40px; line-height: 40px;
	cursor: pointer;
	padding: 0px 8px;
	font-size: 16px; font-weight: bold;
	float: left;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
     
}
.live_game_type_auto:hover {
	background: #ad800d;
}
.live_game_type_auto_off {
	background-color: #cecece; color: #494949;
}
.live_game_type_auto_on {
	background-color: #dabe23; color: #f1f1f1;
}
.live_game_type_switch:hover {
	background: #ad800d;
}
.live_game_type_switch_on {
	background-color: #3759f0; color: #e6e6e6;
}
.live_game_type_switch_off {
	background-color: #e792a9; color: #3c3c3c;
}
.live_game_rps_desc {
	height: 40px; line-height: 40px;
	padding: 0px 8px 0 16px;
	font-size: 16px;
	color: #0e0e0e;
	border-bottom: 1px solid #afafaf;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.live_game_rps_diamond_input {
	width: 32px; height: 20px; line-height: 20px; font-size: 14px; border: 0px; text-align: center;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.live_game_rps_lose_do_input {
	width: 130px; height: 20px; line-height: 20px; font-size: 14px; border: 0px; padding: 0 0 0 6px;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.live_game_rps_desc_enabled {
	background-color: #90cde8;
}
.live_game_rps_desc_disabled {
	background-color: #c4c4c4;
}
.live_game_rps_switch {
	width: 17%; height: 40px; line-height: 40px; font-size: 16px; border-bottom: 1px solid #afafaf;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-right: 3px solid #afafaf;
}
.live_game_rps_switch:hover {
	background: #ad800d;
}
.live_game_rps_switch_enabled {
	background-color: #6fc0e3;
}
.live_game_rps_switch_disabled {
	background-color: #b3b3b3;
}
.live_game_rps_desc_submit {
	width: 10%; height: 40px; line-height: 40px; font-size: 16px; border-bottom: 1px solid #afafaf;
	text-align: center;
	cursor: pointer;
	background-color: #6fc0e3;
}
.live_game_rps_desc_submit:hover {
	background: #ad800d;
}

.live_game_rps_add {
	width: 100%;
	height: 40px; line-height: 40px;
	cursor: pointer;
	padding: 0px 8px;
	font-size: 16px; font-weight: bold;
	background-color: #3759f0; color: #e6e6e6;
}
.live_game_rps_add:hover {
	background: #ad800d;
}
/*----直播间游戏界面-----*/

/*----直播间用户列表-----*/
#max_watching_input {
	width: 48px; height: 24px; line-height: 24px; font-size: 14px;
}
.live_user_container {
	width: 280px; height: 400px;
	float: left; 
}
.live_user_container_for_mobile {
	border: 1px solid #afafaf;
}
.live_user_summary {
	background: #1e7b0e; color: #f4f4f4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.live_user_summary_for_user {
	width: 280px; height: 40px; line-height: 40px;
}
.live_user_summary_for_performer {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	cursor: pointer;
}
.live_user_summary_for_performer:hover {
	background: #ad800d;
}
.live_right_info_on {
	height: 40px; line-height: 40px; margin-top: 0px; font-size: 16px;
}
.live_right_info_off {
	height: 30px; line-height: 30px; margin-top: 10px; font-size: 14px;
}
.live_user_list_container {
	width: 260px; height: 360px;
	padding: 10px;
	background: #ebebeb;
}

.live_user_list {
	width: 100%; height: 360px;
	background: #FFFFFF;
	overflow-x: hidden; overflow-y: auto;
}
.user_list_item_container {
	width: 100%; height: 40px; position: relative;
}
.user_list_item_container:hover {
	background: #d9d9d9;
}
.user_list_item_container_me {
	background: #27ba0d;
}
.user_list_item_container_me .user_list_name, .user_list_item_container_me .user_list_diamond_spent {
	color: white;
}
.user_list_avatar {
	width: 42px; height: 32px; text-align: center; overflow: hidden; padding: 4px; position: relative;
	float: left;
}
.user_list_avatar img {
	max-width: 42px; height: 32px; display: block;
}
.funder_icon_on_user_list {
	position: absolute; bottom: 8px; left: 0px; width: 14px; height: 14px;
	background-image: url(../../../images/web/money_bag.png);
	background-size: 14px 14px; background-repeat: no-repeat;
}
.user_list_is_watching {
	position: absolute; right: 12px; top:16px; z-index: 1;
	width: 23px; height: 11px;
	background-image: url(../../../images/web/watching.png);
	background-size: 23px 11px;
}

/*-------用户付款后的身份---------*/
.user_list_avatar_role {
	width: 25px; height: 25px; position: absolute; right:10px; top:0px; z-index: 1;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url('../../../images/web/poker.png');
}
.user_list_avatar_performer {
	background-position: 0px 0px;
}
.user_list_avatar_top_fan_1 {
	background-position: 0px -25px;
}
.user_list_avatar_top_fan_2 {
	background-position: 0px -50px;
}
.user_list_avatar_top_fan_3 {
	background-position: 0px -75px;
}

.chat_user_avatar_role_icon {
	width: 25px; height: 25px; position: absolute; right:0px; top:-5px; z-index: 1;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url('../../../images/web/poker.png');
}
.chat_user_avatar_role_performer {
	background-position: 0px 0px;
}
.chat_user_avatar_role_1 {
	background-position: 0px -25px;
}
.chat_user_avatar_role_2 {
	background-position: 0px -50px;
}
.chat_user_avatar_role_3 {
	background-position: 0px -75px;
}
/*-------用户付款后的身份---------*/
.user_list_name {
	width: 120px; height: 32px; line-height: 32px; font-size: 12px; color: #5b5b5b; padding: 4px 0;
	float: left;
}
.user_list_name_wider {
	width: 46%;
}
.user_list_title {
	width: 50px; height: 32px; padding: 4px 0;
	float: left;
}
.user_list_diamond_spent {
	width: 60px; height: 32px; padding: 4px 0; line-height: 32px; font-size: 12px; color: #56c3de; margin-left: 6px;
	float: left;
}

.user_list_title_performer {
	display: block; padding: 3px; 
	font-size: 12px;
	border: 1px solid #c80f0f; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color: #c80f0f;
	text-align: center;
	background: white;
	margin-top: 4px;
}
.user_list_title_follower {
	display: block; padding: 3px; 
	font-size: 12px;
	border: 1px solid #d68282; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color: #d68282;
	text-align: center;
	background: white;
	margin-top: 4px;
}
/*----直播间用户列表-----*/

/*----表情----*/
.smiley_container {
	position: absolute; left: 0px; top:38px; z-index: 1;
	width:384px; height:200px; background: white; border:1px grey solid;
	overflow-x: hidden; overflow-y: auto;
}
.smiley_item {
	width: 60px; height: 78px; float: left; padding: 8px 2px 0px 2px;
}
.smiley_item:hover {
	background: #dadada;
}
.smiley_item_img {
	width: 60px; height: 60px;
}
.smiley_item_img img {
	width: 60px; max-height: 60px;
}
.smiley_item p {
	text-align: center; color: #454545; font-size: 12px; line-height: 18px; padding: 0px; margin: 0px;
}
.smiley_picture {
	width: 50px;
}
/*----表情----*/

/*-------直播间弹幕--------*/
.live_bullet_container {
	width: 100%; height: 340px;
	position: absolute; top:0px; left: 0px; z-index: 9999999999999999999999;
	background-color: #d7d7d7;
	display: none;
	overflow: hidden;
	pointer-events: none;
}
.live_bullet_vip_area {
	width: 300px; height: 338px; border: 0px solid #2f2f2f; position: absolute; top:0px; left: 0px; z-index: 999999999999999999999999999; display: none;
}
.live_bullet_close {
	background-image: url('../../../images/transbg.png');
	position: absolute; right: 0px; top:0px; z-index: 999999999999999999999999; cursor: pointer; display: none;
	line-height: 24px; font-size: 10px; color: #7d7d7d;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	
}
.live_bullet_open {
	background-image: url('../../../images/transbg.png');
	position: absolute; right: 0px; top:0px; z-index: 999999999999999999999999; cursor: pointer; display: none;
	line-height: 24px; font-size: 10px; color: #7d7d7d;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}
.live_bullet_open td {
	color: #f5f5f5;
}
.live_bullet_vip {
	width: 298px; height: 110px; border: 1px solid #686868; background: white;
}
.lbv_avatar_role {
	width: 25px; height: 25px; float: left;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url('../../../images/web/poker.png');
	margin: 4px 0 4px 4px;
}
.lbv_avatar_performer {
	background-position: 0px 0px;
}
.lbv_avatar_top_fan_1 {
	background-position: 0px -25px;
}
.lbv_avatar_top_fan_2 {
	background-position: 0px -50px;
}
.lbv_avatar_top_fan_3 {
	background-position: 0px -75px;
}
.lbv_name {
	width: 255px; height: 25px; line-height: 25px; font-size: 14px; float: left; margin: 4px 0 4px 8px;
}
.lbv_chat {
	width: 298px; height: 77px; overflow-x: hidden; overflow-y: auto;
	background: #ededed;
}
.lbv_chat_item {
	padding: 4px; font-size: 14px; line-height: 18px;
}
.lbv_chat_item:hover {
	background: #e5e5e5;
}
.live_bullet_item {
	position: absolute; right: -999px; top:-999px; z-index: 99999999999999999999999;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	max-width: 700px;
}
.live_bullet_item_special {
	text-shadow: -1px 0 #e5e5e5, 0 1px #e5e5e5, 1px 0 #e5e5e5, 0 -1px #e5e5e5;
}
.live_bullet_item_performer {
	color: #b829ca; font-size: 28px;
}
.live_bullet_item_system {
	color: #133de5; font-size: 24px;
}
.live_bullet_item_top_1 {
	color: #c62121; font-size: 24px;
}
.live_bullet_item_top_2 {
	color: #375e0e; font-size: 20px;
}
.live_bullet_item_top_3 {
	color: #e07a2f; font-size: 16px;
}
.move_bullet_btn {
	color: #f5f5f5;
}
/*-------直播间弹幕--------*/

/*-------直播间信息--------*/
.live_general_info_container {
	width: 100%; padding: 20px; min-height: 300px;
	background: #f6f6f6;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.live_general_info {
	width: 620px; background: white; position: relative; float: left;
}
.user_feedback {
	float: left; background: white; margin-left: 10px; position: relative;
}
.user_feedback_input {
	margin:10px;
}
.feedback_input {
	width: 380px; float: left;
}
.feedback_rate {
	width: 110px; float: left; position: relative; top:9px;
}
.feedback_submit {
	width: 120px; float: left;
}
.feedback_help_msg {
	height: 100%; height: 200px; line-height: 200px; font-size: 20px; font-weight: bold; color: #bfbfbf; text-align: center; 
}
.feedback_item {
	width: 600px; margin: 8px 8px 16px 8px;
}
.feedback_item * {
	font-size: 12px; color: #424242;
}
.feedback_item_content {
	margin-bottom: 6px;
}
.feedback_item_rate {
	width: 100px; float: left;
}
.feedback_item_username {
	width: 100px; float: right; text-align: right;
}
.feedback_item_posttime {
	width: 160px; float: right; text-align: right;
}
.feedback_pagination {
	text-align: center; margin: 8px;
}
.feedback_page {
	display: inline-block; width: 24px; height: 24px; line-height: 24px; font-size: 12px; border:1px solid #4c4c4c; margin:4px; text-align: center; cursor: pointer;
}
.feedback_page:hover {
	background: #848484; color: white;
}
.feedback_page_current {
	background: #cc3030; color: white;
}

.edit_general_info_btn {
	position: absolute; right: 0px; top:0px; z-index: 0;
	padding: 4px 8px; background-color: #4b8c1b; color: white;
	height: 32px; line-height: 32px; text-align: center;
	cursor: pointer;
}
.edit_general_info_btn:hover {
	background-color: #454545;
}
.live_general_text {
	font-size: 12px; padding: 8px;
}


.live_general_price_gold {
	color: #b4980c;
}
.live_general_price_diamond {
	color: #42b2d7;
}
.live_general_price_free {
	color: #575757;
}
.live_general_price_private {
	color: #c70000;
}


.live_general_name {
	font-size: 14px; color: #171717; font-weight: bold;
}
.live_general_description, .live_general_performer_desc, .live_general_type {
	color: #7f7f7f;
}
.live_general_performer_cate {
	padding: 8px; color: #7f7f7f; font-size: 12px;
}
.live_general_performer_cate_title {
	width: 100px; float: left; height: 30px; line-height: 30px;
}
.live_general_performer_cate_item {
	float: left; margin-right: 8px;
	padding: 6px; text-align: center; font-size: 12px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px;
	cursor: pointer;
	color: #9d9d9d;
	border: 1px solid #9d9d9d;
}
.live_general_performer_cate_item:hover {
	background: #e1e1e1;
	color: #505050;
}
.live_general_performer_cate_item img {
	width: 80px; display: block;
}
.live_general_performer_cate_item p {
	font-size: 12px; color: #9d9d9d; margin: 0; padding: 0; display: block;
}
.live_vod_item {
	width: 130px; height: 130px; float: left; margin: 0 8px 8px 0;
	cursor: pointer;
}
.live_vod_image {
	width: 120px; height: 90px; margin: 5px auto;
}
.live_vod_image img {
	width: 120px; height: 90px;
}
.live_vod_title {
	font-size: 10px; color: #626262; text-align: center;
}
/*-------直播间信息--------*/

/*------直播间布局------*/
.live_main_window {
	width: 100%;
}
.below_main_window {
	width: 100%; position:relative; z-index:0;
}
/*------直播间布局------*/

/*------主播操作台------*/
.live_performer_console {
	width: 100%; padding: 10px; background: #dedede; border-bottom: 2px solid #494949;
	position: relative;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.live_performer_console > h4 {
	font-size: 14px; font-weight: bold; color: #464646; display: inline-block; margin-bottom: 6px;
}
.lpc_help_btn {
	font-size: 12px; display: inline-block; padding: 2px 6px; border: 1px solid green;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	cursor: pointer;
	background-color: #eeeeee;
}
.lpc_help_btn:hover {
	background-color: #377f0e;
	color: #eeeeee;
}
.lpc_room_status {
	width: 350px; float: left; line-height: 27px; height: 27px;
}
.lpc_room_status label {
	font-size: 12px; color: black;
}

.lpc_room_diamond_stats, .lpc_room_gold_stats {
	width: 350px; float: left; line-height: 27px; height: 27px;
}
.lpc_room_diamond_stats label, .lpc_room_gold_stats label {
	font-size: 12px; color: black;
}

.lpc_send_notify_btn {
	height: 32px; line-height: 32px; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer;
	width: 200px; float: left; margin-right: 12px;
	background-color: #d9cf1d; color: #434343;
}
.lpc_broadcasting_btn {
	height: 32px; line-height: 32px; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer;
	width: 600px; float: left;
}
.lpc_gift_sound_opt {
	width: 160px; float: left; height: 32px; line-height: 32px; font-size: 14px; font-weight: bold; margin-left: 32px;
}
.lpc_start_broadcasting {
	background-color: #cd0b0b; color: #fafafa;
}
.lpc_start_broadcasting:hover {
	background-color: #272727;
}
.lpc_stop_broadcasting {
	background-color: #5caf0e; color: #fafafa;
}
.lpc_stop_broadcasting:hover {
	background-color: #272727;
}

.lrds_earned {
	color: #42b2d7; font-weight: bold; font-size: 14px;
}
.lrgs_earned {
	color: #b4980c; font-weight: bold; font-size: 14px;
}
.lrds_redeemable {
	color: #111cb1; font-weight: bold; font-size: 14px;
}

.lpc_room_upgrade_label {
	width: 50px; float: left; font-size: 12px; color: black; line-height: 27px; height: 27px; margin-top: 2px;
}
.lpc_room_upgrade_btns {
	width: 300px; float: left; margin-top: 4px;
}
.lpc_room_diamond {
	color: #42b2d7; font-size: 12px; text-shadow: 1px 1px 1px white;
}
.lpc_room_gold {
	color: #b4980c; font-size: 12px; text-shadow: 1px 1px 1px white;
}
.lpc_room_free {
	color: #555555; font-size: 12px; text-shadow: 1px 1px 1px white;
}
.lpc_room_private {
	color: #3b911c; font-size: 12px; text-shadow: 1px 1px 1px white;
}
.room_price_input_row {
	margin: 6px 0;
}
.room_price_input, .room_price_input_ticket {
	width: 30px;
}
.room_price_input_gold, .room_price_input_ticket_gold {
	background-color: #dfdf70;
}
.room_price_input_diamond, .room_price_input_ticket_diamond {
	background-color: #8bc9f0;
}
.private_price_input {
	background-color: #91e992; width: 30px;
}
.lpc_note {
	width: 590px; float: left;
}
.lpc_note label {
	font-size: 12px; color: black; display: block; float: left; width: 75px;
	height: 27px; line-height: 27px;
}
.lpc_note > span {
	font-size: 12px; color: red;
}
.lpc_private_request {
	
}
.lpc_private_request label {
	font-size: 12px; color: black; display: block; float: left; width: 75px;
	height: 27px; line-height: 27px;
}
.lpc_my_request {
	width: 930px; float: left;
}
.lpc_my_request_by_me {
	font-size: 12px; color: green; line-height: 27px; margin-bottom: 6px;
}
.lpc_my_request_by_other {
	font-size: 12px; color: #2371c9; line-height: 27px; margin-bottom: 6px;
}
.lpc_accept_request {
	display: inline-block; width: 60px; height: 25px; line-height: 25px; text-align: center; font-size: 12px; font-weight: bold;
	border: 1px solid green; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background-color: #45d071; color: black; cursor: pointer;
}
.lpc_decline_request {
	display: inline-block; width: 60px; height: 25px; line-height: 25px; text-align: center; font-size: 12px; font-weight: bold;
	border: 1px solid maroon; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background-color: #e72529; color: #e9e9e9; cursor: pointer;
}
.lpc_accept_request:hover, .lpc_decline_request:hover {
	background-color: #f8f8f8; color: #323232;
}
/*------主播操作台------*/

/*-------------直播间--------------*/

/*-------------日程安排-------------*/
.calendar_live_item_header {
	width: 100%; margin: 4px 0; padding: 4px 0;
}
.calendar_live_item {
	width: 100%; border-bottom: 1px dotted #9a9a9a; position: relative;
}
.calendar_live_header {
	height: 42px; float: left; line-height: 42px; font-size: 18px; color: #dfdfdf; font-weight: bold; text-align: center; background-color: #383838;
}
.calendar_live_performer_header {
	width: 25%; margin-right: 12px;
}
.calendar_live_room_header {
	width: 59%; margin-right: 12px;
}
.calendar_live_access_header {
	width: 14%;
}


.calendar_live_performer {
	width: 24%; float: left; padding: 0.5%;  margin-right: 12px;
}
.calendar_live_room {
	width: 58%; float: left; padding: 0.5%;  margin-right: 12px;
}
.calendar_live_access {
	width: 13%; float: left; padding: 0.5%;
}
.calendar_live_status {
	width: 100%; height: 32px; line-height: 32px; font-size: 14px; text-align: center; cursor: pointer;
}
.calendar_live_status:hover {
	background: #454545; color: #ebebeb;
}
.calendar_live_status_broadcasting {
	background: #dbb321; color: #ebebeb;
}
.calendar_live_status_verifying {
	background: #ef3528; color: #f7f7f7;
}
.calendar_live_status_not_verified {
	background: #e32619; color: #f8f8f8;
}
.calendar_live_status_future {
	background: #11a211; color: #fbfbfb;
}
.calendar_live_status_past {
	background: #dcdcdc; color: #3e3e3e;
}
.calendar_live_status_message {
	background: #3061de; color: #ececec;
}
.calendar_live_status_diamond_earned {
	background: #669cc5; color: #232323;
}

.calendar_live_text {
	width: 100%; height: 32px; line-height: 32px; font-size: 14px; text-align: center;
}

.calendar_live_performer_avatar {
	width: 50%; float: left;
}
.calendar_live_performer_avatar img {
	width: 100%;
}
.calendar_live_performer_info {
	width: 44%; padding: 0 3%; float: left;
}
.calendar_live_performer_name, .calendar_live_room_name {
	font-size: 16px; font-weight: bold; color: black;
}
.calendar_live_performer_level, .calendar_live_performer_rate, .calendar_live_performer_follower, .calendar_live_room_desc {
	font-size: 14px; color: #4d4d4d; padding: 8px 0 0 0;
}
.calendar_live_room_stats {
	font-size: 12px; color: #919191; padding: 8px 0 0 0;
}
.calendar_live_performer_level span {
	color: #957918;
}
.calendar_live_performer_rate span {
	color: #228018;
}
.calendar_live_performer_follower span {
	color: #f55757;
}
/*-------------日程安排-------------*/

/*--------------主播奖励计划----------------*/
.redeem_title {
	border-bottom: 1px solid #a9a9a9; padding: 0 0 6px 0px; margin: 0 0 12px 0;
}

.redeem_title h4 {
	display: block;
	height: 24px; line-height: 24px;
	font-size: 14px; color: #a9a9a9;
}

.redeem_left {
	width: 60%; float: left;
}
.redeem_right {
	width: 40%; float: left;
}
.redeem_body .total {
	color: #42b2d7; font-size: 24px; font-weight: bold;
}
.redeem_live_item {
	margin-bottom: 8px; width: 90%;
}
.redeem_live_title {
	padding: 8px; background-color: #4974d8; cursor: pointer;
}
.redeem_live_title:hover {
	background-color: #ba9414;
}
.redeem_live_name {
	color: white; font-size: 12px;
	width:82%; float: left;
}
.reddem_live_diamond_earned {
	color: white; font-size: 12px;
	width: 18%; float: left;
}

.reddem_live_time_spent {
	padding: 4px 8px; font-size: 12px; color: #585858;
}
.redeem_summary_left {
	width:100px; float:left; font-size: 12px; line-height: 28px; position: relative; top:4px;
}
.redeem_summary_right {
	width:530px; float:left; font-size: 12px; line-height: 28px;
}
.redeem_type_list_item {
	cursor: pointer;
	padding: 6px 0;
}
.redeem_type_list_item:hover {
	
}
.redeem_form_container {
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	margin-right: 12px;
	padding: 12px;
}
.redeem_form_section {
	margin-bottom: 8px; font-size: 12px;
}
.redeem_form_section input[type=text] {
	border:1px solid #474747;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	height: 24px; line-height: 24px; font-size: 16px; color: #3c3c3c;
	padding: 0 4px;
}
.redeem_form_section textarea {
	border:1px solid #474747;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	font-size: 16px; color: #3c3c3c;
	padding: 4px;
}
.redeem_type_list_item .list_item_left {
	width: 190px; float: left; line-height: 26px; padding-left: 6px;
}
.redeem_type_list_item .list_item_right {
	width: 400px; float: left; line-height: 26px;
}
.redeem_error {
	font-size: 14px; color: white;
	width: 100%;
	padding: 14px;
	background-color: #a70000;
}
.redeem_history {
	width: 90%;
}
.redeem_history th {
	font-size: 12px; height: 24px; line-height: 24px; text-align: left; padding: 4px;
}
.redeem_history td {
	font-size: 12px; padding: 6px;
}
/*--------------主播奖励计划----------------*/
