@charset "utf-8";

/* CSS Document */

.dis_no {
	display: none;
}

body {
	display: flex;
	flex-direction: column;
	min-width: 1300px;
}

.c1_tit_sp3_con p.langtext {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mar_aut {
	margin: 0 auto;
}

.adv_live_wrap {
	flex: 1;
	margin: 0 auto;
	background-color: #F1F3FA;
	/* min-width: 750px; */
	/*padding: 0 20px;*/
	padding-bottom: 40px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.hideTit {
	display: none;
}


/*战队页*/

.live_corps_news {
	height: 40px;
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 40px;
}

.live_corps_news .now_video {
	width: 150px;
	float: left;
	color: #ddd;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 10px;
}

#scroll_news {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-left: 150px;
}

.live_corps_news_list {
	position: absolute;
	right: 0px;
	top: 0;
	white-space: nowrap;
	/*left: 0;*/
}

.live_corps_news_list li {
	background-size: 20px 15px;
	padding-left: 30px;
	display: inline-block;
	padding-right: 30px;
	color: #ddd;
}

.live_corps_news_list li a {
	font-weight: 500;
	color: #ddd;
	font-size: 14px;
	display: block;
}

.live_corps_news_list li a:hover {
	color: #4183f1;
}

.live_corps_news_open {
	width: 45px;
	color: #FFF;
	background: url("../images/gonggao_btn.png") no-repeat 30px center;
	background-size: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 4;
	line-height: 40px;
	background-size: 30%;
}

.live_corps_news_clos {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 16px;
	color: #CCCCCC;
	cursor: pointer;
}

.live_corps_news_clos:hover {
	opacity: 0.7;
}

.live_corps_con2 {
	/*margin-top: 15px;*/
	/*box-shadow: 0 2px 4px 0 #e8e8e8;*/
}

.live_corps_con2_l {
	width: 100%;
	min-height: 725px;
}

.live_corps_con2_l_nav {
	position: relative;
	/* border-bottom: 1px solid #e6e6e6; */
	color: #444444;
}

.live_corps_con2_l_nav span {
	width: 111px;
	/* height: 41px; */
	/* line-height: 41px; */
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.live_corps_con2_l_nav .active {
	color: #ea6b29;
	border-bottom: 2px solid #ea6b29;
	position: relative;
	top: 1px;
	/*background-color: #c6a150;*/
}

.mesg {
	height: 10px;
	width: 10px;
	background-color: #f00;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 3px;
	right: -4px;
	/* padding: 0 7px 0 7px; */
	display: none;
}

#my_news .mesg {
	top: 0;
	right: -5px;
}

.live_corps_con2_l_nav span i {
	width: 64px;
	height: 3px;
	background: #005eff;
	position: absolute;
	top: 43px;
	left: 22px;
	display: none
}

.live_corps_con2_l_nav .active i {
	display: inline-block;
}

.live_corps_con2_l_nav b {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -2px;
	border: 4px solid transparent;
	border-top: 4px solid #c6a150;
	display: none;
}

.live_corps_con2_l_nav .active b {
	display: block;
}

.live_corps_con2_l_viewpoint {
	width: 400px;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
	/*margin-bottom: 20px;*/
}

#liveViewPoint {
	overflow: hidden;
}

.c1 {
	overflow: hidden;
	/*padding: 20px;*/
	position: relative;
}

.c1_img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}

.c1_img img {
	width: 100%;
	height: 100%;
}

.c1_tit {
	line-height: 36px;
}

.c1_tit .c1_tit_sp1 {
	font-size: 16px;
	font-weight: 500;
	padding-right: 10px;
}

.c1_tit .c1_tit_sp2 {
	font-size: 16px;
}

.c1_tit .c1_tit_sp3 {
	color: #868686;
	font-size: 14px;
	padding-left: 30px;
}

.c1_con {
	width: 620px;
	margin-right: 30px;
}

.c1_con h5 {
	margin-bottom: 12px;
	color: #2552bc;
	font-size: 14px;
}

.c1_con h5 span {
	color: #999;
	margin-left: 10px;
}

.c1_con img {
	margin: 10px 0;
	width: 100%;
}


/*直播观点*/

.mask_live {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=60);
	background-color: #000;
	z-index: 19;
	opacity: 0.5;
	-moz-opacity: 0.5;
	width: 100%;
	height: 100%;
}

.live_powers {
	width: 466px;
	padding: 30px 20px;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #979797;
	position: absolute;
	top: 200px;
	left: 160px;
	z-index: 20
}

.live_powers_min {}

.live_powers_min dt {
	text-align: center;
}

.live_powers_min dd {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #181616;
	margin-bottom: 23px;
}

.live_powers_btn {
	padding: 0 66px;
	height: 41px;
	border-radius: 7px;
	background-color: #4285F4;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #fff;
	line-height: 41px;
	margin: 0 auto;
}

.live_viewpoint_l {
	width: 100%;
	padding: 20px 0 10px;
}

.live_viewpoint_l span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.live_viewpoint_l .co1 {
	color: #a1a1a1;
	line-height: 18px;
}

.live_set_top {
	width: 40px;
	height: 40px;
	background: url("../images/set_top.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.live_viewpoint_r {
	border-left: 1px solid #d2d2d2;
	margin-left: 11px;
}

.live_viewpoint_r .anchor_01 {
	font-size: 14px;
	color: #565252;
}

.live_view_img {
	margin: 10px 10px 0 0;
}

.live_view_img img {
	width: 123px;
	height: 88px;
}

.c1_tit_sp3_time {
	font-weight: 500;
	color: #878787;
	background-color: #fff;
	position: relative;
	left: -11px;
}

.live_viewpoint_r .other_day {
	color: #333;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	line-height: 50px;
	font-weight: 500;
	background-size: contain;
	padding-left: 23px;
}

.c1_tit_sp3_time img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.c1_tit_sp3_con {
	/*font-size: 18px;*/
	font-weight: 500;
	line-height: 1.44;
	text-align: left;
	color: #4d4d4d;
	padding: 10px 0 25px 30px;
}

.c1_tit_sp3_con_ul {
	width: 500px;
}

.live_viewpoint_r span a {
	color: #3151dd
}

.live_viewpoint_r span img {
	max-width: 660px !important;
	vertical-align: middle;
}

.live_ck_open {
	position: absolute;
	right: 2px;
	bottom: 0;
	color: #3c9cf4;
	cursor: pointer;
	background: #fff;
}


/*缩略图查看*/

.plusview {
	width: 310px;
	margin: 0;
}

.plusview ul {}

.plusview li {
	float: left;
	margin: 4px 0 0 4px;
	display: inline
}

.plusview li img {
	width: 88px;
	height: 88px;
	display: block
}

.PlusView-largeBg {
	width: 100%;
	height: 100%;
	zoom: 1;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	background: url("../images/png_pngbg.png") repeat;
}

.PlusView-button {
	width: 50px;
	position: absolute;
	height: 100%;
	z-index: 130
}

.PlusView-leftArrow {
	left: 0;
	background: #333 url("../images/album_left.png") no-repeat center center;
}

.PlusView-rightArrow {
	right: 0;
	background: #333 url("../images/album_right.png") no-repeat center center;
}

.PlusView-contentClose {
	z-index: 140;
	font-size: 40px;
	line-height: 40px;
	color: white;
	position: absolute;
	right: 90px;
	top: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #393A3C;
	border-radius: 50%;
	cursor: pointer;
	font-family: Arial;
}

.PlusView-largeBg .PlusView-contentClose:hover {
	background-color: #D43F27;
}

.PlusView-contentArea img {
	z-index: 110;
	vertical-align: middle;
	margin-top: 10%;
	max-width: 80%;
	max-width: 80%;
}

.PlusView-contentArea {
	position: relative;
	width: 100%;
	height: 100%;
}

.viewpoint_quotaimg {
	margin: 7px 0 0 0;
}

.viewpoint_icons {
	width: 13px;
	height: 13px;
	background-color: #a5a5a5;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -31px;
	top: 0;
}

.live_viewpoint_r dd {
	padding: 10px 0 12px;
	position: relative
}

.live_shares_01 {
	width: 100px;
}

.live_shares_01 span {
	display: inline-block;
}

.live_shares_01 .god {
	min-height: 11px;
	padding-left: 20px;
	background: url("../images/desktop-h-d_14.png") no-repeat left center;
	cursor: pointer
}


/*分享*/

.share_bn {
	width: 14px;
	height: 12px;
	background: url("../images/desktop-h-d_10.png") no-repeat left center;
	position: relative
}

.share_con {
	width: 154px;
	height: 44px;
	padding: 4px 0 5px 8px;
	border: 1px solid #e1e1e1;
	background: #f3f3f3;
	position: relative
}

.share_con i {
	width: 18px;
	height: 9px;
	background: url("../images/share_dot1.png") no-repeat;
	display: block;
	position: absolute;
	top: -9px;
	right: 21px;
}

.share-copy-c {
	width: 115px;
}

.share-copy-c input {
	width: 113px;
	height: 15px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

#share-platform {
	height: 20px;
	overflow: hidden;
	margin-bottom: 4px;
}

#share-platform .bds_weixin {
	background: url("../images/share-bgwx.png") no-repeat;
	width: 19px;
	height: 19px;
	margin: 0 13px 0 0;
}

#share-platform .bds_tsina {
	background: url("../images/share-bgsina.png") no-repeat;
	width: 19px;
	height: 19px;
	margin: 0 13px 0 0;
}

#share-platform .bds_sqq {
	background: url("../images/share-bgqq.png") no-repeat;
	width: 19px;
	height: 19px;
	margin: 0 13px 0 0;
}

#share-platform .bds_qzone {
	background: url("../images/share-bgqzone.png") no-repeat;
	width: 19px;
	margin: 0 13px 0 0;
}

.share-copy {}

.copy_url {
	width: 30px;
	height: 15px;
	margin-right: 5px;
	background: #f7a00f;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	z-index: 11;
	position: relative
}

.share_blk {
	position: absolute;
	right: -24px;
	top: 10px;
	z-index: 10;
	display: none;
	padding-top: 16px;
}

.live_corps_con2_r {
	width: 310px;
	position: relative
}

.comment_right_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* border-bottom: solid 1px #dedede; */
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	background: #fff;
	z-index: 20;
	box-sizing: border-box;
	padding: 10px 10px;
}

.comment_right_tit span {
	display: inline-block;
	padding: 0 10px;
	height: 100%;
	cursor: pointer;
}

.comment_right_tit .comtit1 {
	position: relative;
}

.live_corps_con2_r_title {
	/*margin-left: 18px;*/
}

.live_corps_tab_con {
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}

.live_corps_con2_r_title .active {
	color: #ea6b29;
	border-bottom: 3px solid #ea6b29;
	line-height: 37px;
}

.live_corps_con2_r_title .comtit1 span {
	/*color: #ccc;
	font-weight: 100;*/
}

.live_corps_con2_r_title_right {
	font-size: 14px;
	text-align: center;
	padding: 10px 0;

	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.live_corps_con2_r_title_right .div1 {
	width: 87px;
	height: 27px;
	line-height: 29px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

/* .live_corps_con2_r_title_right .div1:hover {
	color: #eb6b29;
	border: 1px solid #eb6b29;
} */

.live_corps_con2_r_title_right .div2 {
	display: inline-block;
	width: 89px;
	height: 29px;
	border-radius: 4px;
	border: solid 1px #cccccc;
	color: #444444;
	outline: 0;
	cursor: pointer;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 0;
}

.live_corps_con2_r_title_right .div2:hover {
	color: #d1a151;
	border: solid 1px #d1a151;
}

.live_interflow {
	flex: 1;
	width: 100%;
	overflow-x: hidden;
	/*border-bottom: 1px solid #f2f2f2;*/
}


/*鑫友交流*/

.live_tab_jl {
	position: relative;
}

.live_tab_sd {}

.interflow_box_list {
	padding: 20px 0;
}

.interflow_head {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	overflow: hidden;
}

.interflow_head img {
	width: 100%;
	height: 100%;
}

.interflow_conr {
	margin: 3px 0 10px;
	/*width: 235px;*/
}

.interflow_p1 {
	font-size: 14px;
	color: #787878
}

.interflow_conr dt {
	padding: 0 0 5px 0
}

.interflow_conr dt strong {
	font-size: 12px;
	font-weight: 600;
	color: #383838
}

.interflow_conr dt em {
	font-size: 10px;
	font-weight: 500;
	color: #929292
}

.interflow_p2 {
	background: #f1f6fe;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 5px;
	color: #333;
	line-height: 24px;
	word-break: break-all;
}

.que .interflow_p2 {
	background: #f1f6fe;
	color: #ed732f;
}

.mySpeak .interflow_p2 {
	color: #333;
}

.interflow_p2 span {}

.interflow_p2 p {
	word-break: break-all;
	font-size: 14px;
}

.interflow_p2 p img {
	max-width: 100%;
	vertical-align: bottom;
}

.xin_fri_con {
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.xin_fri_con img {
	vertical-align: bottom;
}

.live_interflow_more {
	width: 100%;
	font-size: 12px;
	color: #717171;
	text-align: center;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}

.live_interflow_more:hover {
	color: #4183f1;
}

.live_interflow_speak {
	width: 294px;
	height: 50px;
	border: 8px solid #E4EAEC;
	position: relative
}

.live_speak_log {
	position: absolute;
	width: 244px;
	height: 50px;
	left: 0px;
	top: 0px;
	line-height: 50px;
	text-indent: 37px;
	color: #c0c0c0;
}

.live_speak_log a {
	color: #4285F4;
}

.live_speak_ipt {
	width: 219px;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	background-color: #fff;
	border: none;
	outline: 0;
}

.live_speak_send {
	width: 75px;
	height: 50px;
	border-radius: 2px;
	background-color: #c0c0c0;
	border: none;
	cursor: not-allowed;
	outline: 0;
	font-weight: 500;
	color: #fff;
}

.live_speak_fayan {
	width: 25px;
	height: 25px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	color: #fff;
	margin: 7px 9px 0 0
}

.live_interflow_speak02 {
	height: 140px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.xyblur .live_interflow_speak02 {
	/*background-color: #f1f1f1;*/
}

.live_interflow_speak02 .to_speak {
	height: 73px;
	overflow: auto;
	padding: 4px 4px 4px 0;
}

.live_interflow_speak02 .to_speak img {
	vertical-align: bottom;
}

.reply_to_name {
	display: none;
	background-color: #E9EAF1;
	padding: 2px 13px 2px 2px;
	border-radius: 4px;
	position: relative;
}

.reply_to_name_x {
	position: absolute;
	right: 2px;
	top: -1px;
	cursor: pointer;
}

.reply_to_name_x:hover {
	color: #999999;
}

.live_interflow_speak02 .to_speak:focus {
	outline: none;
}

.live_speak02_bm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.live_speak02_bm_l {
	margin-left: 8px;
	padding-top: 20px;
	position: relative
}

.live_speak02_ipt {
	height: 72px;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}

.live_speak02_ipt textarea {
	width: 100%;
	border: none;
	outline: none;
	height: 72px;
}

.live_speak02_facebtn {
	min-height: 20px;
	background: url("../images/live_face_bg.png") no-repeat left center;
	background-size: 20px;
	line-height: 20px;
	color: #383838;
	font-size: 12px;
	padding-left: 24px;
	cursor: pointer
}

.live_speak02_face {
	position: absolute;
	left: -3px;
	bottom: 20px;
	background: #fff;
	display: none;
	border-radius: 4px;
	overflow: hidden
}

.xyblur .live_speak02_bm_r {
	display: none;
}

.live_speak02_bm_r span {
	width: 55px;
	height: 35px;
	border-radius: 5px;
	background-color: #eb6b29;
	color: #fff;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 8px
}

.live_corps_con2_l_question {
	position: relative
}

.live_corps_con2_l_question .corp_title .corp_name {
	font-size: 18px;
}

.live_corps_con2_l_question .corps_photo {
	width: 65px;
	height: 65px;
}

.live_corps_con2_l_question .corp_info {
	padding-left: 70px;
}


/*一问一答*/

#QuestionAndAnswerMe {
	height: 460px;
}

#QuestionAndAnswerMe .live_question_r_at dd {
	color: #333;
}

.live_question_l {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 20px 10px 0 20px;
	border-radius: 50%;
	/*margin-top: 20px;*/
}

.live_corps_con2_l_question .live_question_l {}

.live_question_l img {
	width: 100%;
	height: 100%;
}

.live_question_r dt {
	margin: 3px 0 3px;
}

.live_question_r .answer_name {
	color: #ea6b29;
	/*font-size: 16px;*/
}

.live_question_r dt em {
	font-size: 14px;
	margin-left: 5px;
	color: #999;
}

.live_question_r dl {
	font-size: 14px;
	line-height: 1.06;
	color: #878787;
}

.live_question_r dd {
	padding: 10px;
	background-color: #f1f6fe;
	border-radius: 5px;
	color: #ea6b29;
}

.nicque {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}


/*.hf {
	color: #878787;
}*/

.live_question_r dl img {
	vertical-align: middle;
}

.live_question_r_ans {
	font-size: 12px;
	line-height: 26px;
}

.live_question_r_ans .live_question_r_ans_hui {
	font-size: 14px;
	color: #333333;
}

.l_question_more {
	font-size: 12px;
	color: #717171;
	text-align: center;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}

.live_question_r_at {
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 8px;
	position: relative;
}

.que_pos_tit {
	position: absolute;
	left: 10px;
	top: 5px;
}

.mySpeak .que_pos_tit {
	left: auto;
	right: 0;
}

.que_pos_con {
	width: auto;
	margin: 0 10px 0 67px;
	color: #989899;
}

.mySpeak .que_pos_con {
	margin: 0 60px 0 10px;
}

#live_interflow_box li {
	padding: 5px 0;
	position: relative;
}

.live_question_r_at .img_span {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.live_question_r_at span img {
	width: 40px;
	height: 40px;
}

.live_question_r_at dl {
	padding: 10px;
	background-color: #f5f5f5;
}

.question_r_at_icon {
	position: absolute;
	left: 10px;
	top: -5px;
	width: 10px;
	height: 5px;
	background: url("../images/live_ans_icon1.png") no-repeat;
	display: block;
}

.live_question_font_reply {
	word-wrap: break-word;
	font-size: 14px;
	line-height: 20px;
}

.live_question_font_question {
	word-wrap: break-word;
	font-size: 14px;
	color: #787878;
	line-height: 20px;
}

.live_su_r {
	width: 620px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
}


/*即时建议*/

.live_suggest_r_list {
	padding: 10px;
	position: relative;
}

.live_suggest_r {
	width: 100%;
}

.live_suggest_r .simple_suggest {
	position: relative;
	margin-bottom: 15px;
	/*background-color: #EBEBEB;*/
	padding: 25px;
}

.live_suggest_r .sug_tea_name {
	margin-top: 0px;
	margin-bottom: 20px;
}


/*.simple_suggest {
	width: 550px;
}*/

.details_suggest {
	width: 485px;
	margin: 0 auto;
}

.details_suggest .simple_suggest {
	width: auto;
}

.sug_tea_name span {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
}

.sug_tea_name .sug_job {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
}

.sug_tea_name .sug_tim {
	margin-left: 35px;
	/*color: #878787;*/
	font-size: 18px;
	font-weight: 500;
	color: #666666;
}

.sug_tea_type .sp1 {
	/*font-size: 16px;*/
}

.sug_tea_type .sp2 {
	color: #949494;
	font-size: 12px;
	opacity: 0.8;
}

.sug_tea_type .sp3 {
	color: #E68C46;
	font-size: 16px;
	font-weight: 600;
	margin-left: 20px;
}

.sug_tea_type .ope_tim {
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}

.sug_tea_type .sp4 {
	color: #ada8a8;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}

.sug_tea_type .a1 {
	color: #FFFFFF;
	background-color: #f25150;
	/*font-weight: 600;*/
	/*font-size: 16px;*/
	border-radius: 3px;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-right: 5px;
}

.sug_tea_type .a2 {
	color: #FFFFFF;
	background-color: #2F8E00;

	border-radius: 3px;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-right: 5px;
}

.sug_tea_price {
	background: #f1f6fe;
	padding: 15px;
	line-height: 30px;
	margin: 10px 0;
}

.sug_tea_price span {
	width: 50%
}

.sug_tea_price .p3 {
	/*margin-top: 18px;*/
}

.live_suggest_r_sp1 {
	color: #383838;
	float: left;
	display: inline-block;
	width: 100px;
	margin-right: 30px;
}

.live_suggest_r_sp2 {
	color: #ada8a8;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}

.sug_tea_tit {
	position: relative;
	padding-left: 15px;
	margin-top: 15px;
}

.sug_tea_tit .a1c {
	width: 17px;
	height: 17px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../images/iclock.png) no-repeat;
	background-size: 17px 17px;
}

.sug_tea_tit .a1b {
	width: 17px;
	height: 17px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../images/ibook.png) no-repeat;
	background-size: 17px 17px;
}

.sug_tea_tit .a2 {
	margin-left: 16px;
	font-size: 16px;
	color: #121212;
}

.suggest_r_time_creat {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 2px;
}

.suggest_r_time_reduce {
	color: #5596e2
}

.suggest_r_time_ping {
	color: #f7a00f
}

.live_suggest_r_time {
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	/*margin: 2px 0 0 0;*/
}

.live_suggest_r_time .s1 {
	color: #ada8a8;
	font-size: 12px;
}

.live_suggest_r_time .s2 {
	color: #878787;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
}

.live_suggest_r_time .sp1 {
	width: 120px;
	float: left;
	display: inline-block
}

.live_suggest_r_time .sp2 {
	float: right;
	width: 130px
}

.live_suggest_r_time .sp3 {
	float: left;
	display: inline-block
}

.live_suggest_r_time .sp4 {
	width: 150px;
	float: left;
	display: inline-block
}

.live_suggest_r_first {
	margin-top: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
}

.live_suggest_r_first .cw {
	margin-top: 5px;
}

.live_suggest_r_first .s1 {
	display: block;
}

.live_suggest_r_first .s2 {
	display: block;
	margin-top: 5px;
}

.live_suggest_r_gd {
	font-size: 14px;
	color: #121212;
	margin: 7px 0 10px;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 20px;
}


/*我要提问弹层*/

.live_ask_mask {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=33);
	background-color: #000;
	z-index: 19;
	opacity: 0.3;
	-moz-opacity: 0.3;
	width: 100%;
	height: 100%;
}

.live_ask_popup {
	width: 496px;
	border-radius: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 167px;
	left: 133px;
	z-index: 20;
	padding-bottom: 10px;
}

.live_ask_popup_h {
	height: 38px;
	background-color: #4285F4;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
}

.ask_popup_closed {
	width: 14px;
	height: 14px;
	background: url("../images/live_closed_02.png") no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

.ask_popup_tit {
	text-align: right;
	height: 27px;
	line-height: 33px;
	padding-right: 16px;
	font-size: 12px;
	color: #959595;
}

.ask_popup_text {
	width: 457px;
	margin: 0 auto;
	padding: 9px;
	border: solid 1px #c1c1c1;
	overflow: hidden
}

.ask_popup_text textarea {
	width: 100%;
	height: 63px;
	outline: none;
	border: none
}

.ask_popup_box {
	padding: 4px 7px 0;
}

.ask_popup_face {
	position: relative;
}

.ask_popup_face_img {
	position: absolute;
	background: #fff;
	display: none
}

.ask_popup_face02 {
	position: relative
}

.ask_popup_ld {
	display: none;
	height: 180px;
}

.ask_popup_face02_facebtn {
	min-height: 20px;
	background: url("../images/live_face_bg2.png") no-repeat left top;
	line-height: 20px;
	color: rgb(56, 56, 56);
	font-size: 12px;
	padding-left: 24px;
	cursor: pointer;
	margin-left: 3px;
}

.ask_popup_loadimg {
	width: 277px;
	height: 175px;
	padding-left: 10px;
	background-color: #fff;
	border: solid 1px #c1c1c1;
	position: absolute;
	top: 27px;
}

.popup_loadimg_closed {
	background: url("../images/at_close.png") no-repeat left top;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer
}

.ask_popup_icon {
	width: 10px;
	height: 7px;
	background: url("../images/face_load_icom.png") no-repeat;
	display: block;
	position: absolute;
	left: 8px;
	top: -7px;
}

.ask_popup_loadimg h5 {
	color: #383838;
	margin: 11px 0 13px 0;
}

.ask_popup_loadimg h6 {
	color: #383838;
	font-size: 12px;
	margin-bottom: 14px;
}

.popup_loadimg_box {}

.popup_loadimg_box span {
	float: left;
	margin-right: 12px;
}

.popup_loadimg_box img {
	width: 80px;
	height: 80px;
	display: block;
	cursor: pointer
}

.ask_popup_send span {
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: #4285F4;
	text-align: center;
	line-height: 24px;
	color: #fff;
	margin-right: 2px;
	cursor: pointer
}

.not_onlive_tips {
	text-align: center;
	width: 80%;
	margin: 20px auto;
	border-radius: 4px;
	background-color: #fffaeb;
	border: solid 1px #ffe9a7;
	text-align: center;
	line-height: 40px;
	display: none;
}

.not_onlive_tips .crops_login_tips_btn {
	float: right;
	margin: 0;
	width: auto;
	padding: 0 10px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

.not_onlive_tips p {
	display: inline;
	padding-right: 30px;
}

.not_onlive_tips span {}


/*分析师战队页*/

.corps_container {
	margin-top: 70px;
	padding: 25px 20px;
	background: #f5f4f4;
	/*min-width: 1200px;*/
}

.corps_top {
	background: #fff;
	margin-bottom: 25px;
	padding: 25px;
}

.corps_info {
	padding: 20px;
}

.corps_info .corps_item {
	margin-bottom: 30px;
}

.cropsImg {
	width: 40%;
}

.cropsImg img {
	max-width: 100%;
	display: block;
}

.corps_photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.corps_photo img {
	width: 100%;
}

.corp_info {
	padding-left: 140px;
}

.corp_info .corp_title {
	line-height: 35px;
	overflow: hidden;
}

.corp_title .video_trailer {
	margin-left: 20px;
}

.corp_title .video_trailer p {
	background: #f5f5f5;
	border-radius: 10px;
	line-height: 20px;
	margin-top: 8px;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #444;
}

.corp_title .video_trailer span {
	color: #fff;
	border-radius: 10px;
	padding: 0 10px;
	float: left;
	margin-right: 10px;
	background-image: linear-gradient(261deg, #eac75e, #d2a451);
	background-image: -o-linear-gradient(261deg, #eac75e, #d2a451);
	background-image: -moz-linear-gradient(261deg, #eac75e, #d2a451);
	background-image: -weckit-linear-gradient(261deg, #eac75e, #d2a451);
}

.corp_title .success_percent {
	font-size: 16px;
	color: #262626;
	margin-right: 20px;
}

.corp_title .success_percent span {
	font-size: 12px;
	color: #c1c1c1;
	padding-right: 5px;
}

a.go_corps_home {
	width: 86px;
	border-radius: 4px;
	text-align: center;
	margin: 0 0 0 2px;
	background: #f1f6fe;
	color: #333;
}

a.go_corps_home:hover {
	opacity: 0.8;
}

.corp_title .thumb_up {
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	background: #f1f6fe url("../images/thume.png") 3px center no-repeat;
	background-size: 15%;
	padding-left: 30px;
}

.corp_page_title .thumb_up {
	background: transparent;
}

.corp_title .thumb_up.active {
	background-image: url("../images/thume_a.png");
}

.corp_title .thumb_up img {
	margin-right: 5px;
}

.corp_title .corp_name {
	font-size: 20px;
	color: #262626;
	font-weight: 500;
}

.corp_label {
	overflow: hidden;
	padding: 10px 0;
}

.corp_label p {
	float: left;
	border-radius: 2px;
	border: solid 1px #cccccc;
	color: #999;
	margin-right: 12px;
	padding: 0 8px;
}

.corp_des {
	color: #444;
	line-height: 20px;
	position: relative;
}

.corp_des span {
	position: absolute;
	background: #fff;
	color: #ba9239;
	right: 0;
	bottom: 0;
	cursor: pointer;
	display: none;
}

.corps_con_left {
	margin-right: 290px;
	background: #fff;
	padding: 20px 0 40px;
}

.corps_con_right {
	width: 270px;
}

.crops_con_tit {
	border-left: solid 5px #d4a552;
	line-height: 24px;
	margin: 0 10px 20px;
	font-size: 18px;
	padding-left: 15px;
	font-weight: 500;
}

#crops_login_tips {
	display: none;
}

.crops_login_tips {
	width: 60%;
	border-radius: 4px;
	background-color: #fffaeb;
	border: solid 1px #ffe9a7;
	margin: 0 auto 30px;
	padding: 20px 0;
}

.crops_login_tips p {
	line-height: 50px;
	text-align: center;
}

.crops_login_tips p a {
	color: #d1a151;
}

.crops_login_tips_txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.crops_login_tips_txt img {
	vertical-align: middle;
	margin-right: 10px;
}

.crops_login_tips_btn {
	width: 233px;
	line-height: 35px;
	border-radius: 4px;
	background-color: #d1a151;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.corps_success_show {
	display: none;
}

.corps_success_show ul {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.corps_success_show li {
	width: 33.3%;
	float: left;
}

.corps_success_show li .success_percent_txt {
	position: absolute;
	width: 100px;
	top: 62px;
	left: 7px;
	text-align: center;
	font-size: 12px;
	color: #a9aaad;
}

.corps_success_show h6 {
	line-height: 50px;
}

.corps_success_show li h5 {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #444;
	line-height: 50px;
	text-align: center;
	text-indent: -55%;
	margin-bottom: 20px;
}

.corps_success_show li .canvas_con {
	position: relative;
	float: left;
}

.corps_success_show li .success_percent_txt span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #444;
	display: none;
}

.corps_success_show .canvas_percent_txt {
	line-height: 30px;
	padding-left: 20px;
}

.corps_success_show .canvas_percent_txt i {
	float: left;
	width: 8px;
	height: 8px;
	background-color: #f25150;
	border-radius: 50%;
	margin-top: 10px;
	margin-right: 5px;
}

.corps_success_show .canvas_percent_txt .txt_item:last-child i {
	background-color: #48bc50;
}

.no_articles {
	line-height: 200px;
	text-align: center;
}

.crop_article ul li {
	border-top: 1px solid #ccc;
	margin: 0 30px;
}

.crop_article a {
	color: #444444;
}

.crop_article a:hover {
	color: #d1a151;
}

.crop_article .article_tit {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding: 20px 0 10px;
}

.crop_article .article_time {
	font-size: 12px;
	text-align: left;
	color: #999999;
	line-height: 40px;
}

.crop_article .article_time span {
	padding-right: 10px;
}

.corps_con_right h4 {
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	line-height: 60px;
	text-indent: 20px;
}

.corps_con_right .corps_team {
	background: #fff;
	padding-bottom: 20px;
}

.corps_con_right .hot_article {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 20px;
}

.corps_con_right .hot_article_list {
	padding-left: 20px;
}

.corps_con_right .hot_article_list a {
	color: #444;
	display: block;
	padding: 5px 0 5px 0;
}

.corps_con_right .hot_article_list a:hover {
	color: #d1a151;
}

.corps_con_right .corps_slider .swiper-slide {
	display: block;
	padding-bottom: 20px;
}

.corps_con_right .crops_img {
	width: 60px;
	height: 60px;
	border: solid 1px #c6ab92;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.corps_con_right .crops_img img {
	width: 100%;
	display: block;
}

.corps_con_right p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	line-height: 20px;
}

.corps_con_right .corps_name {
	font-size: 16px;
}

.corps_slider {
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.corps_slider .swiper-container_corp {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.corps_slider .swiper-container_corp .wait {
	padding-left: 20px;
}

.corps_slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/*height: 120px;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.corps_slider .swiper-button-next,
.corps_slider .swiper-button-prev {
	top: 100%;
	width: 30px;
	height: 20px;
	background-size: contain;
	z-index: 11;
}

.corps_slider .swiper-pagination-bullet-active {
	background-color: #d1a151;
}


/*直播页*/


/*7.21*/

.live_box_layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #313131;
	color: #fff;
	text-align: center;
}

.video_box_layer_tip {
	font-size: 16px;
	font-weight: 500;
	padding-top: 20%;
}

.video_box_layer_tip a {
	color: #508cee;
}

.video_box_layer_tip p {
	text-align: center;
	padding-top: 10px;
	display: none;
}

.tip_line {
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
}

.video_box_link {
	width: 381px;
	margin: 25px auto;
	overflow: hidden;
	font-size: 12px;
}

.video_box_link a {
	float: left;
	margin: 0 37px;
	color: #fff;
}

.video_box_link a p {
	line-height: 30px;
}

.video_box_link a p:hover {
	opacity: 0.8;
}

.market_price {
	padding: 20px 10%;
	color: #666;
}

.market_price_item {
	display: inline-block;
	font-size: 14px;
}

.market_price_item span {
	/*padding-right: 10px;*/
}

.market_price_item .red_font {
	color: #f25150;
}

.market_price_item .green_font {
	color: #48bc50;
}

.market_name {
	font-size: 32px;
	padding: 10px 0;
}

.market_price a {
	float: left;
	color: #333;
	text-align: center;
	background: #f5f5f5;
	width: 30%;
	margin-right: 3%;
	padding: 20px 0;
	text-align: center;
}

.price_change span {
	float: right;
}

.price_change span.price_range {
	float: left;
}

.market_price a#pushMoneyBtn {
	display: none;
}

.market_price a:hover {
	opacity: 0.9;
}


/*7.21 end*/

.live_box {
	width: 1188px;
	margin: 0 auto;
	background: #fff;
}

.live_box_nav {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.live_box_nav span {
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #403e3c;
	display: inline-block;
	padding: 0 10px;
	margin: 0 37px;
	cursor: pointer
}

.live_box_nav span.active,
.live_box_nav span:hover {
	height: 48px;
	border-bottom: 2px solid #f4a324;
}

.live_box_l {
	width: 852px;
	height: 690px;
	background: #fff;
	position: relative
}

.live_box_drags {
	position: absolute;
	right: 0;
	top: 130px;
	z-index: 100;
}

.live_box_drags_zx {
	width: 38.7px;
	height: 42px;
	border-radius: 1px;
	background-color: #4285F4;
	display: block;
	text-align: center;
	color: #fff;
}

.live_box_video {
	width: 852px;
	height: 483px;
}

.live_box_video .videoArea {
	width: 100%;
	height: 100%;
	position: relative;
}

.live_box_sugg {}

.live_box_sugg_nav {
	height: 46px;
	border-bottom: solid 2px #e6e6e6;
}

.live_box_sugg_t1 {
	height: 46px;
	line-height: 46px;
	font-weight: 600;
	color: #383838;
	margin-left: 20px
}

.live_box_sugg_t2 {
	line-height: 46px;
	font-size: 12px;
	color: #434141
}

.live_box_sugg_t2 span {
	color: #4a90e2
}

.live_box_sugg_t2 a {
	color: #f66306;
	margin-right: 70px
}

.live_box_sugg_con {
	height: 153px;
}

.live_box_sugg_con_lst {
	margin: 0 0 0 20px;
	border-bottom: solid 1px #e6e6e6;
	padding: 14px 0 17px
}

.live_box_sugg_con .c_l {
	color: #5f5f5f;
	width: 430px
}

.live_box_sugg_con .c_l .icon01 {
	width: 22.2px;
	height: 20px;
	border-radius: 50%;
	background-color: #4a90e2;
	text-align: center;
	color: #fff;
	margin-right: 6px;
	display: none
}

.live_box_sugg_con .c_l .sp1 {
	color: #383838;
	font-weight: 600
}

.live_box_sugg_con .c_l .sp2 {
	color: #3ea3fe;
	cursor: pointer
}

.live_box_sugg_con .c_m {
	min-height: 17px;
	font-weight: 600;
	color: #383838;
	background: url(../images/live_dot1.png) no-repeat left center;
	padding-left: 24px;
	cursor: pointer;
	position: relative
}

.live_box_sugg_con .c_r {
	margin-right: 70px
}

.t1 span {
	vertical-align: middle;
}

.live_box_r {
	width: 336px;
	height: 690px;
	background-color: #d8d8d8;
	position: relative
}

.live_box_r_nav {
	height: 44px;
	background-color: #454955;
	line-height: 44px;
}

.live_box_r_nav span {
	width: 50%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 500;
	cursor: pointer
}

.live_box_r_act {
	width: 336px;
	height: 100px;
	overflow: hidden
}

.live_box_r_act img {
	display: block;
}

.finance_date {
	background: url("../images/live_nav_cjrl.png") no-repeat 23px center;
}

.timetables_btn {
	background: url("../images/live_nav_lesson.png") no-repeat 23px center;
}

.live_talk {
	height: 523px;
	padding-top: 23px;
	background: url("../images/talk_bg.png") no-repeat;
	position: relative
}


/*聊天区*/

.live_talk_box {
	height: 425px;
	margin-bottom: 5px;
	overflow: hidden
}

.live_talk_box_c {
	padding: 0 20px 0 1px;
}

.live_talk_list {
	margin: 0 0 8px 0;
	position: relative
}

.live_talk_list {}

.live_talk_admin {
	width: 260px;
	font-size: 12px;
	font-weight: 500;
	color: #e0b865;
	line-height: 18px;
}

.live_talk_admin {}

.live_talk_hd {
	width: 40px;
	height: 27px;
	float: left;
	margin-right: 6px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	color: #fff;
	border-radius: 4px;
	background-color: #1e1e3a;
}

.live_talk_hd span {
	font-size: 10px;
	white-space: nowrap
}

.live_talk_hd_xin {}

.live_talk_wod {
	max-width: 256px;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	color: #464646;
	padding: 5px;
	line-height: 18px;
	display: inline-block;
}

.live_talk_member {
	color: #ff780e;
	display: inline-block;
	cursor: pointer;
	float: left;
	margin-right: 8px;
}

.live_talk_wod .use_tk {}

.use_tk_tit {
	background-color: #ffecc7;
}

.live_talk_wod .at_mmr {
	color: #1a1aa6
}

.live_talk_expres {
	position: relative
}


/*聊天表情区*/

.talk_expres_qq {
	margin-left: 10px;
}

.expres_qq_btn {
	color: #fff;
	cursor: pointer;
	background: url("../images/talk_expres_btn1.png") no-repeat left center;
}

.face_box_con {
	width: 260px;
	background: #f6fbfe;
	position: absolute;
	top: -210px;
	left: 10px;
	z-index: 999;
	border-radius: 4px;
	display: none
}

.qq_expres_img {
	z-index: 50;
	width: 252px;
	padding: 5px;
}

.qq_expres_img dd {
	float: left;
	cursor: pointer;
	border: 1px solid #d3e4f0;
	margin: -1px 0 0 -1px;
}

.qq_expres_img dd {
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.talk_expres_cai {
	margin: 0 22px;
	position: relative;
	width: 52px;
	height: 20px;
}


/*彩条*/

.expres_cai_btn {
	color: #fff;
	cursor: pointer;
	background: url("../images/talk_expres_btn2.png") no-repeat left center;
}

.talk_expres_clear {}

.expres_clear_btn {
	color: #fff;
	cursor: pointer;
	background: url("../images/talk_expres_btn3.png") no-repeat left center;
}

.expres_qq_btn,
.expres_cai_btn,
.expres_clear_btn {
	padding-left: 24px;
	min-height: 20px;
	display: inline-block;
}

.cai_box_con {
	width: 100px;
	height: 96px;
	background: #fff;
	position: absolute;
	top: -96px;
	left: -12px;
	border-radius: 3px;
	display: none;
}

.cai_box_con span {
	width: 92px;
	height: 19px;
	display: block;
	background: #f0d67e;
	margin: 4px;
	text-indent: 5px;
	cursor: pointer
}

.live_talk_expres_at {
	height: 19px;
	border-radius: 2px;
	background-color: #eee;
	line-height: 19px;
	padding: 0 28px 0 6px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #ff7500;
	position: relative;
	margin: 4px 0 0 10px;
}

.live_talk_expres_wrt {
	position: absolute;
	right: 0;
	bottom: 96px;
	background: #fff;
	padding: 20px;
	border: 1px solid #666;
	border-radius: 5px;
	z-index: 10
}

.at_closed {
	width: 9px;
	height: 9px;
	position: absolute;
	right: 6px;
	top: 6px;
	background: url("../images/at_close.png") no-repeat;
	display: block;
	cursor: pointer
}

.live_talk_send {
	width: 100%;
	height: 40px;
	padding-top: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.live_talk_send_l {
	width: 201.4px;
	height: 34px;
	border-radius: 4px;
	background-color: #eee;
	border: none;
	outline: none;
	text-indent: 10px;
	font-weight: 500;
	color: #929292;
	margin-left: 6px;
	line-height: 34px;
}

.live_talk_send_r {}

.live_talk_send_btn {
	width: 67.3px;
	height: 34.3px;
	border-radius: 4px;
	background-color: #4285F4;
	border: none;
	cursor: pointer;
	outline: none;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	margin-right: 9px;
}

.live_talk_send_num {
	line-height: 34px;
	color: #989898;
	font-weight: 500;
	margin: 0 0 0 3px;
}


/*我要提问 914*/

.live_ask_box {
	/*margin: 20px 0;*/
}

.bdc_e9 {
	background-color: #E9EAF1;
}

.live_ask_box_l {
	height: 28px;
	background-color: #E9EAF1;
	position: relative
}

.live_ask_box_l span {
	width: 106px;
	height: 28px;
	text-align: center;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	cursor: pointer;
	border-right: 1px solid #DFDFE3;
}

.live_ask_box_l span:hover {
	color: #4183f1;
}

.call_platform_l span {
	width: 100px;
	height: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	cursor: pointer
}

.call_platform_code_l {
	background-color: #e9eaf1;
	width: 100%;
	height: 28px;
}

.call_platform_code_l span {
	width: 106px;
	height: 28px;
	text-align: center;
	display: block;
	float: left;
	border-left: 1px solid #d5d5d5;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	cursor: pointer;
	background-color: #e9eaf1;
}

.call_platform_code_l span:hover {
	color: #4183f1;
}

.call_platform_code_l .active {
	background-color: #FFFFFF;
	height: 28px;
}

#chose_platform {
	border-right: 5px solid #f4f4f4;
}

.call_platform_l>ul {
	position: absolute;
	width: 95px;
	line-height: 25px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 #d0d0d0;
}

.call_platform_l>p {
	width: 95px;
	text-align: center;
	background-color: #e9eaf1;
}

.call_platform_l>p>img {
	position: absolute;
	left: 79px;
	top: 6px;
}

.platform_li:hover {
	background-color: #4783f3;
	color: #FFFFFF;
}

.platform_li {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
}

.forVipCall_tjpme,
.forVipCall_qiluce,
.forVipCall_gdpmec,
.forVipCall_sxbrme {
	margin-top: 32px;
}

.live_ask_box_l .active {
	color: #005eff;
	background-color: #FFFFFF;
}

.live_ask_box_l span i {
	width: 6px;
	height: 6px;
	background-color: #ff4e07;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 2px;
}

.live_ask_btn {
	width: 97px;
	height: 26px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #005eff;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	border: 1px solid #005eff;
	background-color: #fff;
}

.live_ask_btn:hover {
	opacity: 0.7;
}

.answer_list {
	padding: 0 20px;
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 999;
}

.xin {
	position: fixed;
	top: 92px;
	right: inherit;
	margin-left: 15px;
}

.xin_side {
	position: fixed;
	top: 92px;
	left: inherit;
	margin-right: 15px;
	margin-top: 6px;
}

.cur {
	cursor: pointer;
}

.live_popup .bgf4 {
	background-color: #4285F4;
}

#IWillQuestionClose {
	background: none;
	color: white;
	font-size: 24px;
	line-height: 14px;
}

.popup_passwd {
	width: 0px;
	height: 150px;
	background: #fff;
	box-shadow: 0 1px 4px 0 #ccc;
	position: fixed;
	right: -2px;
	top: 50%;
	z-index: 300;
}

.popup_passwd_h {
	border-bottom: 1px solid #ccc;
	height: 45px;
	line-height: 45px;
	background-color: #4285F4;
	color: #FFFFFF;
	text-indent: 10px;
}

.popup_passwd_c {
	width: 340px;
	margin: 0 auto;
}

.popup_passwd_t {}

.popup_passwd_t span {
	width: 60px;
	text-align: center;
	padding-top: 5px;
}

.popup_passwd_t p {
	color: #666;
	line-height: 20px;
	width: 270px;
}

.popup_passwd_btn {
	text-align: right;
}

.popup_passwd_btn span {
	padding: 0 7px;
}


/*改版后样式*/

.live_corps_nav_side {
	width: 120px;
	height: 1061px;
	background-color: #ffffff;
	float: left;
}

#nav_side_img {
	position: absolute;
	bottom: 20px;
	width: 120px;
	text-align: center;
}

#nav_side_img img {
	width: 100px;
	height: 115px;
}

#nav_side_img .live_rule {
	cursor: pointer;
}

#nav_side_img .hxkf_t2 {
	width: 70px;
	height: 22px;
	position: absolute;
	bottom: 10px;
	right: 13px;
	cursor: pointer;
}

#nav_side_img .s1 {
	font-size: 14px;
	background-color: #508CEE;
	font-weight: 500;
	display: block;
	margin-bottom: 3px;
	color: #fff;
	height: 30px;
	width: 105px;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 30px;
}

#nav_side_img .s2 {
	font-size: 12px;
	color: #C0C0C0;
	display: block;
	margin-bottom: 20px;
}

.live_corps_nav_side .active {
	background-color: #4783f3;
}

.live_corps_nav_side .active a {
	color: #ffffff;
}

.live_corps_nav_content {
	width: 100%;
	padding-bottom: 20px;
}

.live_corps_con_bgim {
	background-color: #6598D8;
	height: 170px;
	position: relative;
}

.about_h3 {
	width: 900px;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -450px;
	height: 45px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.5;
	color: #ffffff;
	text-align: center;
}

.public_alert_mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99;
}

#suggest_alert {
	display: none;
	width: 684px;
	z-index: 111;
	position: fixed;
	left: 50%;
	margin-left: -342px;
	top: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
}

#suggest_alert .suggest_alert_tit {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 60px;
	/*border-bottom: solid 1px #CCCCCC;*/
}

.details_suggest .sug_tea_price span {
	width: 50%;
	box-sizing: border-box;
}

.details_suggest .sug_tea_price span p {
	display: inline;
	color: #808080;
}

#senhe_alert .s1 {
	display: block;
	margin-bottom: 40px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.suggest_alert_tit .s2 {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 14px;
	width: 16px;
	height: 16px;
	background: #ccc;
	line-height: 16px;
	border-radius: 50%;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #C5C5C5;
	cursor: pointer;
	text-align: center;
}

.suggest_alert_tit .s2:hover {
	background-color: #D43F27;
}

.suggest_alert:hover {
	color: #4183f1;
}

#suggest_alert_con .sug_tea_name {
	margin-bottom: 7px;
}

#suggest_alert_con .sug_tea_name span {
	margin-top: 15px;
	display: inline-block;
}

#suggest_alert_con .sug_tea_price {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 30px;
	background-color: #fafafa;
	border: solid 1px #d9d9d9;
}

#suggest_alert_con .sug_tea_price .p3 {
	margin-top: 10px;
}

#suggest_alert_con .sug_tea_tit {
	margin-top: 10px;
}

#suggest_alert_con .live_question_l {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: 10px;
	margin-left: 0;
}

#suggest_alert_con .live_question_l img {
	width: 35px;
}

#suggest_alert_con .sug_con_scroll {
	height: 160px;
	overflow: hidden;
	background-color: #fafafa;
	border: solid 1px #d9d9d9;
	margin-top: 10px;
	color: #333333;
	padding-left: 10px;
}

#suggest_alert_con .tea_nam {
	font-size: 16px;
	font-weight: 500;
	color: #121212;
}

#suggest_alert_con .sug_tim {
	font-size: 14px;
}

#suggest_alert_con .live_suggest_r_first {
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 0;
}

#suggest_alert_con .cor1 {
	color: #949494;
}

#suggest_alert_con .live_suggest_r_gd {
	background-color: #fafafa;
	border: solid 1px #d9d9d9;
	padding: 10px 29px 10px 32px;
}

#suggest_alert_con .live_suggest_r_gd div {
	margin-top: 7px;
	font-size: 12px;
}

#suggest_alert_con .zs span {
	font-size: 14px;
	color: #333;
}

#suggest_alert_con .sug_tea_type .sp1 {
	margin-left: 5px;
}

#suggest_alert_con .sp3 .s1 {
	display: block;
	color: #333333;
	font-size: 14px;
}

#suggest_alert_con .sp3 .s2 {
	display: block;
	margin-top: 5px;
	color: #333333;
	font-size: 14px;
	position: static;
}

#suggest_alert_con .sim_sug_state {
	position: absolute;
	top: 115px;
	left: 170px;
}

.sim_sug_state {
	color: #f25150;
	margin-left: 20px;
	/*font-size: 16px;*/
}

.sim_sug_state .co2 {
	margin-left: 10px;
	font-size: 14px;
}

.gre {
	color: #48bc50;
}

.red {
	color: #f25150;
}

.reply_before,
.reply_after {
	font-size: 14px;
	color: #2a7ef5;
}

.right1 {
	color: #ada8a8;
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	position: absolute;
	right: 10px;
}

.right1:hover {
	color: #4183f1;
}

.word_stat {
	text-align: left;
	font-size: 12px;
	color: #c0c0c0;
	display: none;
}

.word_stat .word_num {
	color: #999;
}

#toQuestion img {
	vertical-align: middle;
}

#popup_openRoom .popup_upgrade_tp {
	padding-right: 26px;
	margin-bottom: 15px;
}

.word_stat_ques {
	text-align: right;
	margin: 0 3px 4px 0;
	font-size: 12px;
	color: #c0c0c0;
	display: none;
	position: absolute;
	right: 65px;
	top: 176px;
}

.img_vip img {
	/*width: 54px;*/
}

.immediateProposalList_91pme .crops_login_tips_btn {
	display: inline;
	padding: 5px 10px;
	margin-left: 10px;
}

.noData {
	display: none;
	width: 300px;
	/*height: 400px;*/
	margin: 100px auto 0;
}

.noData img {
	width: 180px;
	height: 170px;
	margin-left: 50px;
}

.noData p {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #383838;
}

.noData span {
	color: #4285f4;
	cursor: pointer;
}

.I_noData {
	/*width: 300px;*/
	/*height: 400px;*/
	/*margin: 100px auto 0;*/
	padding: 20px;
}

.I_noData img {
	width: 180px;
	height: 170px;
	margin-left: 50px;
}

.I_noData p {
	font-size: 1px;
	font-weight: 500;
	text-align: center;
	color: #383838;
}

.I_noData span {
	color: #4285f4;
	cursor: pointer;
}

.X_noData {
	width: 300px;
	height: 100px;
	margin: 200px auto 0;
}

.X_noData p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #383838;
}

.X_noData span {
	color: #4285f4;
	cursor: pointer;
}

.top_fixed {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
}

.mar_top102 {
	margin-top: 92px;
}

#vip_room>div:nth-child(1) {
	margin-left: 615px;
	margin-bottom: 45px;
	width: 280px;
}

#vip_room>div:nth-child(2) {
	margin-right: 0;
}

#vip_room>div:nth-child(4) {
	margin-right: 30px;
}

#vip_room>div:nth-child(6) {
	margin-right: 0;
}

.vip_room_child {
	width: 280px;
	margin-right: 25px;
	margin-bottom: 45px;
}

.money_less_Close {
	position: absolute;
	right: 10px;
	font-size: 30px;
	color: #fff;
	top: 3px;
	cursor: pointer;
}

.popup_upgrade_no {
	width: 255px;
	margin: 20px auto 10px;
}

.no_money_span {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-left: 33px;
}

.xyfayan {
	/* position: absolute; */
	background-color: #fff;
	/* bottom: 0; */
	width: 100%;
	align-self: flex-end;
	border-top: 10px solid #F1F3FA;
}

.fayan_down {
	padding: 10px;
	background: #fff;
}

.xyblur .live_interflow_speak02 {
	height: 41px;
}

.xyblur .live_speak02_bm {
	width: auto;
	left: auto;
	right: 0;
}

.xyblur #toSpeakFace {
	display: none;
}

.xyblur .live_interflow_speak02 .to_speak {
	padding-top: 11px;
}

.xyblur .live_interflow_speak02 .to_speak {
	height: 25px;
}


/*规则说明页*/

.liveRule_body {
	background: url(../images/bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.liveRule {
	padding: 0 0 50px 0;
	margin: 50px auto 0;
	color: #FFFFFF;
	width: 670px;
}

h2 {
	width: 600px;
	font-size: 34px;
	margin: 142px auto 0;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
}

.liveRule h3 {
	font-size: 18px;
	margin: 15px 0;
	font-weight: 600;
}

.liveRule h4 {
	font-size: 14px;
	margin: 20px 0 5px 37px;
	font-weight: 600;
}

.liveRule p {
	font-size: 12px;
	margin: 0 0 5px 37px;
}

.liveRule table {
	border: 1px solid #FFFFFF;
	margin: 0 0 15px 37px;
	text-align: center;
}

table th {
	height: 40px;
	text-align: center;
}

tr:nth-child(1) {
	background-color: #999999;
}

tr td:nth-child(1) {
	width: 140px;
	height: 40px;
}

tr td:nth-child(2) {
	width: 245px;
}

tr td:nth-child(3) {
	width: 220px;
}


/*晒单*/

.trade_tit {
	width: 100%;
	height: 123px;
	position: absolute;
	bottom: 0;
	background-color: #f2f7fe;
}

.trade_tit>div {
	width: 280px;
	margin: 0 auto;
	height: 123px;
}

.trade_tit span {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 130px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #ea6b29;
	font-size: 16px;
	color: #ffffff;
	margin: 45px 10px 0 0;
}

.trade_tit_con {
	padding-bottom: 50px;
	width: 50%;
}



/*响应样式*/

@media screen and (max-width: 1050px) {
	.contacts_list .contacts_div span {
		font-size: 12px;
	}

	.contacts .thumb_up {
		font-size: 12px;
	}

	.course_list {
		top: -90px;
		height: 270px;
	}

	.comment_right_tit {
		font-size: 16px;
	}

	.live_corps_con2_r_title_right .div1 {
		font-size: 12px;
		width: 65px;
	}

	.live_corps_con2_r_title_right .select_item {
		background: url("../images/sanjiao.png") 51px center no-repeat;
	}

	.live_corps_con2_r_title_right .select_result {
		width: 68px;
		text-indent: -10px;
		font-size: 12px;
	}

	.comment_right_tit span {
		padding: 0;
		margin-left: 10px;
	}

	.live_interflow_speak02 .to_speak {
		font-size: 13px;
	}

	.live_suggest_r {
		box-sizing: border-box;
		width: 100%;
		padding-left: 10px;
	}

	.live_suggest_r_list {
		padding: 0 10px 0 35px;
	}

	.live_corps_con2_l_question .live_question_l {
		left: 0;
	}

	.sug_tea_price span {
		width: 50%;
	}

	.live_suggest_r_time .s2 {
		margin-top: 0;
	}

	.not_onlive_tips {
		padding: 0 10px;
		text-align: left;
	}

	.corp_title .corp_status {
		float: none;
	}

	.corp_title .thumb_up {
		float: left;
	}

	.corp_title .success_percent {
		float: left;
	}

	.market_price {
		width: auto;
		padding-left: 0;
	}

	.market_price a {
		padding: 0 5px;
		margin-right: 5px;
	}

	.market_price_item {
		padding: 20px 0;
		font-size: 12px;
	}

	#showTrade {
		display: block;
		width: 100%;
	}

	#showTrade1 {
		display: none;
	}

	#showTrade2 {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.hd_box_app {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.hd_box .hd_box_nav a {
		padding: 0 5px;
		font-size: 14px;
	}
}


/*pme客户端样式*/
.pme_client .new_top,
.pme_client .left_nav {
	display: none;
}

.pme_client .adv_live_wrap,
.pme_client .live_left {
	padding: 0;
}

.pme_client .uc_header02 {
	display: none;
}

.pme_client .live_left {
	padding-top: 0;
}

.pme_client .comment_right {
	top: 5px;
}

.pme_client .hide_course_btn {
	top: 115px;
}

.pme_client .corps_container {
	margin-top: 0;
}

.pme_client .market_price>a {
	display: none !important;
}

/*课件下载==============================*/
html,
body {
	height: 100%;
}

.report_page_body {
	background: #f5f5f5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.doc_con {
	padding-top: 70px;
}

.phone_live {
	position: relative;
}

.select_contain {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 30px 0 15px;
}

.select_item {
	position: relative;
}

.select_tit {
	margin-right: 10px;
}

.select_result {
	width: 100px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	text-indent: -8px;
	cursor: pointer;
}

.select_result .triangle {
	border: 5px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	top: 12px;
	right: 8px;
}

.select_item ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	width: 100px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	border-top-color: #f3f3f3;
	margin-top: -4px;
	max-height: 500px;
	overflow: auto;
}

.select_item ul li {
	text-align: center;
	cursor: pointer;
}

.select_item ul li:hover {
	background: #f4a100;
	color: #fff;
}

.item_contain {
	width: 1230px;
	min-height: 500px;
}

.report_page .item_contain {
	display: none;
}


/*.page_container{min-height: 565px;}*/
.report_page {
	background-color: #f5f5f5;
	height: 100%;
}

.item_con_con {
	overflow: hidden;
	padding-bottom: 25px;
}

.item_con {
	width: 278px;
	height: 297px;
	cursor: pointer;
	margin: 14px;
	line-height: 25px;
	color: #757575;
	font-size: 13px;
	background: #fff;
	transition: all 200ms;
}

.item_con:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.item_con a {
	display: block;
}

.item_img {
	position: relative;
	height: 278px;
	height: 200px;
}

.item_img .play {
	position: absolute;
	left: 119px;
	top: 80px;
}

.item_tit .item_date {
	display: inline-block;
	color: #757575;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 100;
}

.item_tit,
.item_person {
	padding-left: 20px;
	color: #757575;
}

.item_tit {
	color: #333;
	font-size: 18px;
	padding-top: 20px;
	font-weight: 600;
}

.item_tit span {
	color: #757575;
	margin-left: 10px;
}

;

.item_person {
	padding-bottom: 8px;
}

.item_person .analysts {
	float: left;
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item_person .item_host {
	display: inline-block;
	float: right;
	margin-right: 35px;
}

.down_btn {
	float: right;
	width: 60px;
	height: 26px;
	border-radius: 2px;
	background-color: #f4a100;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	/*margin-top: -8px*/
}

.report_tit {
	line-height: 38px;
	overflow: hidden;
	padding: 20px 0 10px;
	padding-left: 15px;
}

.report_tit .tit_item {
	width: 100px;
	color: #fff;
	background: #ccc;
	border-radius: 4px;
	margin-right: 15px;
	float: left;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.report_tit .tit_item.active {
	background: #f4a100;
}


/*页码*/

.page_container {
	height: 30px;
	line-height: 30px;
	width: 580px;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 50px;
	color: #757575;
}

.page_container1,
.page_container2 {
	width: 420px;
}

.page_num_container {
	width: 301px;
	margin: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	height: 32px;
}

.page_num_container1,
.page_num_container2 {
	width: 151px;
}

.page_num_container ul {
	position: absolute;
	top: 0;
	border-right: 1px solid #ccc
}

.page_num_container ul li {
	float: left;
	width: 30px;
	border: 1px solid #ccc;
	border-right: 0;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.page_num_container ul li:hover,
.page_num_container ul li.active {
	background: #f4a100;
	color: #fff;
}

.page_btn {
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
}

.page_btn:hover {
	background: #f4a100;
	color: #fff;
}

.all_page:hover {
	background: none;
	color: #757575;
}

.prev_btn {
	margin-right: 10px;
}

.account_layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 20;
	display: none;
}

.account_contain {
	width: 400px;
	height: 240px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -120px;
}

.account_con_tit {
	line-height: 40px;
	background: #F4A100;
	color: #fff;
	text-align: center;
}

.account_con_content {
	padding: 30px;
	font-size: 16px;
}

.account_con_btn {
	text-align: center;
}

.account_btn_item {
	text-align: center;
	background: #F4A100;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin: 0 10px;
	;
}

.account_btn_item.later {
	background: #666;
}

/*2018-1-17新版*/
.adv_live_wrap {
	display: flex;
	position: relative;
	padding-top: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.new_top {
	height: 60px;
	/* display: flex; */
}

.new_top .header02_user_con {
	z-index: 20;
	line-height: 30px;
}

.new_top .left .logo {
	width: 258px;
	height: 60px;
	float: left;
	background: url("../images/logo.png") center no-repeat;
}

.new_top .left .logo.twlogo {
	background: url("../images/logoF.png") center no-repeat;
}

.new_top .left {
	display: flex;
	align-items: center;
}

.new_top .left .a-open {
	color: #fff;
	height: 24px;
	line-height: 24px;
	float: left;
	padding: 0 20px;
	background: #ea6b29;
	border-radius: 3px;
	margin-right: 20px;
}

.new_top .erwm {
	background-color: #fff;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99;
	box-shadow: 0px 0px 4px 4px #e1e1e1;
}

.new_top ul {
	display: flex;
}

/* .new_top ul li {} */

.new_top ul li img {
	background-color: #ECECEC;
	border: 4px;
	margin-left: 8px;
	margin-right: 8px;
}

.new_top ul li a {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(105, 105, 105, 1);


	display: flex;
	align-items: center;

}

.new_top>.right>a {
	line-height: 60px;
	color: #666;
	margin-right: 20px;
}

.new_top .header02_user_btn {
	padding-top: 0;
	line-height: 60px;
}

.new_top .topNickName {
	color: #2167ca;
}

.new_top .hd_top_r span {
	padding: 0;
}

.new_top .change_skin {
	position: relative;
	top: 20px;
	padding-left: 30px;
	height: 40px;
	float: right;
	background: url("../images/skin_icon.png") left top no-repeat;
	margin-left: 20px;
}

.new_top .change_skin .downSJ {
	margin: 0;
	margin-top: 6px;
}

.new_top .change_skin:hover .header02_user_con,
.new_top .change_skin:hover .height_5_top_sanJ {
	display: block;
}

.live_left {
	/* padding-left: 80px; */
	box-sizing: border-box;
	width: 400px;
}

.left_nav {
	position: absolute;
	top: 5px;
	left: 0;
	height: 100%;
	width: 75px;
	background: #fff;
}

.left_nav ul li {
	margin-bottom: 20px;
}

.left_nav ul li a {
	display: block;
	color: #666;
	text-align: center;
	padding: 50px 0 10px;
}

.left_nav ul li a:hover {
	color: #ea6b29;
}

.left_nav ul li a.hxkf_t2 {
	background: url("../images/info_icon.png") top center no-repeat;
}

.left_nav ul li a.to_account {
	background: url("../images/account_icon.png") top center no-repeat;
}

.left_nav ul li a.doc_download {
	background: url("../images/doc_icon.png") top center no-repeat;
}

.left_nav ul li a.phone_live {
	background: url("../images/phone_icon.png") top center no-repeat;
	position: relative;
}

.left_nav ul li a.phone_live .erwm {
	position: absolute;
	left: 100%;
	top: -30px;
	z-index: 24;
	width: 120px;
	height: 120px;
	padding: 5px;
	display: none;
}

.left_nav ul li a.phone_live .erwm img {
	max-width: 100%;
}

.left_nav ul li a.phone_live:hover .erwm {
	display: block;
}

.left_nav ul li img {
	display: block;
	margin: 10px auto;

}

.left_nav .hxkf_t2 {
	margin: 0;
	border: 0;
}

/*黑色版样式*/
.black_skin {
	background: #1a1a1a;
}

.black_skin .left_nav ul li:hover {
	background-color: #2f2f30;
}

.black_skin .new_top .left .logo {
	background-image: url("../images/logo_black.png");
}

.black_skin .new_top .left .twlogo {
	background-image: url("../images/twlogo_black.png");
}

.black_skin .new_top>.right>a {
	color: #fff;
}

.black_skin .hd_top_r span a {
	color: #fff;
}

.black_skin .header02_user_btn {
	background: transparent;
}

.black_skin .downSJ {
	background-image: url("../images/downSJ_black.png");
}

.black_skin .new_top .change_skin {
	background-image: url("../images/skin_icon_black.png");
}

.black_skin .adv_live_wrap {
	background: #050219;
}

.black_skin .left_nav {
	background-color: #1a1a1a;
}

.black_skin .left_nav ul li a {
	color: #ccc;
}

.black_skin .left_nav ul li a:hover {
	background-color: #2f2f30;
}

.black_skin .left_nav ul li a.hxkf_t2 {
	background: url("../images/info_icon_black.png") top center no-repeat;
}

.black_skin .left_nav ul li a.to_account {
	background: url("../images/account_icon_black.png") top center no-repeat;
}

.black_skin .left_nav ul li a.doc_download {
	background: url("../images/doc_icon_black.png") top center no-repeat;
}

.black_skin .left_nav ul li a.phone_live {
	background: url("../images/phone_icon_black.png") top center no-repeat;
}

.black_skin .live_corps_con2_l_nav {
	background: #fff;
	/* background: #1a1a1a; */
	color: #ccc;
	border: 0;
}

.black_skin .live_corps_con2_l {
	background: #000;
}

.black_skin .corp_title .corp_name {
	color: #ddd;
}

.black_skin .corp_des {
	color: #ccc;
}

.black_skin .corp_label p {
	color: #bbb;
	border-color: #999;
}

.black_skin .corp_title .success_percent {
	color: #ccc;
}

.black_skin .corp_title .thumb_up,
.black_skin a.go_corps_home {
	background-color: #2f2f30;
	color: #ccc;
}

.black_skin .corp_title .thumb_up {
	background-image: url("../images/thump_black.png");
}

.black_skin .corp_title .thumb_up.active {
	background-image: url(../images/thume_a.png);
}

.black_skin .c1_tit {
	color: #bbb;
}

.black_skin .c1_tit .c1_tit_sp3 {
	color: #999;
}

.black_skin .c1_tit_sp3_con {
	color: #999;
}

.black_skin .live_interflow_more {
	color: #888;
}

.black_skin .live_suggest_r {
	background-color: #2f2f30;
	color: #ccc;
}

.black_skin .sug_tea_price {
	background: #1c1c1c;
}

.black_skin .sug_tea_name span {
	color: #aaa;
}

.black_skin .market_price a {
	background: #2f2f30;
	color: #ccc;
}

.black_skin .comment_right_tit {
	background: #2f2f30;
	color: #ccc;
}

.black_skin .live_corps_con2_r_title_right .div1 {
	border: 0;
	border-radius: 0;
	background: #000;
}

.black_skin .select_item ul {
	border: 0;
	border-radius: 0;
	background: #000;
}

.black_skin .select_item {
	border: 0;
	border-radius: 0;
	background-color: #000;
	background-image: url("../images/downSJ_black.png");
}

.black_skin .comment_right {
	background: #000;
}

.black_skin .comment_right_tit {
	border: 0;
}

.black_skin .interflow_p2 {
	background: #333;
	color: #ddd;
}

.black_skin #my_question .live_question_r dd {
	background-color: #f1f6fe;
}

.black_skin .live_question_r dd {
	background: #333;
	color: #eb6b29;
	border-radius: 5px;
	padding: 10px;
}

.black_skin .nicque {
	color: #ddd;
}

.black_skin .mySpeak .interflow_conr .interflow_p2 {
	background: #333;
}

.black_skin .spe i,
.black_skin .que i {
	background-image: url(../images/plicon.png);
}

.black_skin .mySpeak i {
	background-image: url(../images/plicon_z.png);
}

.black_skin .bd i {
	background-image: url(../images/plicon_z.png);
}

.black_skin .interflow_head img {
	background: #fff;
}

.black_skin .contacts_list {
	background: #2f2f30;
	color: #fff;
	border: 0;
}

.black_skin .contacts .thumb_up {
	color: #ccc;
	background-image: url(../images/thump_black.png);
}

.black_skin .fayan_down {
	background: #2F2F2E;
	border-top: 1px solid #000000;
	color: #ccc;
	max-width: 800px;
}

.black_skin .word_stat {
	color: #666;
}

.black_skin .word_stat .word_num {
	color: #999;
}

.black_skin .live_speak02_facebtn {
	color: #666;
}

.black_skin .xyblur .live_interflow_speak02,
.black_skin .xyfayan {
	background: #2F2F2E;
}

.black_skin .reply_to_name {
	background: #000;
	color: #ccc;
}

.black_skin #trade_height {
	background: #000;
	color: #ccc;
}

.black_skin .trade_tit {
	background: #000;
}

.black_skin .trade_tit>div {
	border-top: 1px solid #333;
}

.black_skin .footer_vip {
	background: #333;
	color: #5f5f5f;
}

.black_skin .fayan_placeholder {
	color: #5f5f5f;
}

.black_skin #suggest_alert {
	background: #000;
	border: 0;
	color: #aaa;
}

.black_skin #suggest_alert .suggest_alert_tit {
	color: #ea6b29;
	border-bottom: 1px solid #333;
}

.black_skin #suggest_alert_con .sug_con_scroll,
.black_skin #suggest_alert_con .sug_tea_price,
.black_skin #suggest_alert_con .sug_con_scroll,
.black_skin #suggest_alert_con .live_suggest_r_gd {
	background: #1c1c1c;
	border: 0;
	color: #999;

}

.black_skin .live_suggest_r_time,
.black_skin .live_suggest_r_sp1,
.black_skin #suggest_alert_con .sp3 .s1,
.black_skin #suggest_alert_con .sp3 .s2 {
	color: #999;
}

.black_skin .sug_tea_tit .a2,
.black_skin #suggest_alert_con .tea_nam {
	color: #ccc;
}

.black_skin .X_noData p {
	color: #ccc;
}

.black_skin .ping_num_font {
	color: #b2b2b2;
}