@charset "utf-8";

/*弹层*/

.live_popup {
	position: fixed;
	left: 50%;
	top: 30%;
	z-index: 300
}

.live_popup_h {
	height: 38px;
	background-color: #4285F4;
	font-size: 0.16rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.live_popup_trade {
	z-index: 300;
	padding: 30px 60px;
	position: fixed;
	left: 50%;
	/*top: 30%;*/
	margin-left: -250px;
	background-color: #fff;
	border: 1px solid #ccc;
}


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

.popup_h38 {
	height: 38px;
	background-color: #4285F4;
	font-size: 0.16rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
}


/*课程表*/

.popup_timetables {
	width: 600px;
	background-color: #ffffff;
	border: solid 1px #979797;
	display: none
}

.popup_timetables .live_popup_h {
	height: 30px;
	cursor: move
}

.popup_timetables_t {
	position: relative;
	width: 560px;
}

.popup_timetables_t h5 {
	text-align: center;
	color: #403e3c;
}

.popup_timetables_t i {
	width: 10px;
	height: 0.16rem;
	display: block;
	position: absolute;
}

.timetables_t_l {
	left: 10px;
	background: url("../images/live_timetables_l.png") no-repeat;
}

.timetables_t_r {
	right: 10px;
	background: url("../images/live_timetables_r.png") no-repeat;
}

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

.popup_timetables_nav {
	padding: 18px 10px 3px;
	border-bottom: 1px solid #cacaca;
	text-align: center;
	margin-bottom: 9px;
}

.popup_timetables_nav span {
	height: 20px;
	border-radius: 10px;
	background-color: #ffecc7;
	padding: 0 0.14rem;
	line-height: 20px;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer
}

.popup_timetables_nav .active {
	background: #f6a10f;
	color: #fbd99c
}

.popup_timetables_con {
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	display: none
}

.timetables_con_dl {
	width: 25%;
	float: left;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	*width: 148px;
	font-size: 0.12rem;
}

.timetables_con_dl.active dt {
	background: #f6a10f;
	color: #fff;
}

.timetables_con_dl.active dd {
	background: #ff6622;
	color: #fff;
}

.timetables_con_dl dt {
	height: 27px;
	background-color: #ebebeb;
	text-align: center;
	line-height: 27px;
}

.timetables_con_dl dd {
	text-align: center;
	line-height: 17px;
	height: 55px;
	padding-top: 5px;
	color: #403e3c;
}

.timetables_con_dl dd span {
	display: block;
}

.timetables_tab_con {
	padding: 0 10px 10px;
}


/*财经日历*/

.popup_finance_date {
	width: 550px;
	background: #fff;
	padding-bottom: 8px;
	display: none
}

.popup_finance_date .live_popup_h {
	height: 38px;
	background-color: #f7a200;
	font-size: 0.16rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.finance_date_select {
	width: 130px;
	height: 19px;
	background: #fff;
	margin: 4px 0;
	border: 1px solid #e4e4e4;
	display: inline-block;
}

.finance_date_select p {
	display: block;
	padding: 0 28px 0 10px;
	line-height: 19px;
	cursor: pointer;
}

.finance_date_select .set {
	background: url("../images/live_nav_btup.png") 10.12rem center no-repeat;
}

.finance_date_select .select {
	background: url("../images/live_nav_btdown.png") 10.12rem center no-repeat;
}

.finance_date_select ul {
	width: 10.14rem;
	position: absolute;
	background: #fff;
	display: none;
	z-index: 10;
	border: 1px solid #ccc
}

.finance_date_select ul li {
	cursor: pointer;
	padding: 0 0 0 10px;
}

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

.finance_date_nav {
	height: 29px;
	background-color: #ffecc7;
	line-height: 29px;
	margin-bottom: 5px;
}

.finance_date_nav span {
	display: inline-block;
	font-size: 0.12rem;
	float: left;
}

.popup_finance_date .date_sp1 {
	width: 60px;
	text-indent: 8px;
}

.popup_finance_date .date_sp2 {
	width: 190px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp3 {
	width: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp3 img {
	vertical-align: middle
}

.popup_finance_date .date_sp4 {
	width: 55px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp5 {
	width: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp6 {
	width: 70px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp7 {
	width: 230px;
}

.popup_finance_date .date_sp7 img {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.popup_finance_date .date_sp8 {
	width: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup_finance_date .date_sp9 {}

.finance_date_con .date_sp1 {
	padding-top: 2px;
}

.finance_date_con {
	height: 190px;
	overflow-y: scroll;
}

.finance_date_con span {
	display: inline-block;
	font-size: 0.12rem;
	overflow: hidden;
	float: left;
}

.finance_date_list {
	padding: 5px 0;
}

.finance_date_none {
	text-align: center;
	padding: 40px 0;
}


/*请您升级*/

.popup_upgrade {
	width: 360px;
	margin-left: -180px;
	height: 197px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 #ccc;
	display: none
}

.popup_upgrade .live_popup_h {
	height: 38px;
}

.popup_upgrade_tp {
	margin-bottom: 27px;
	padding-left: 38px;
	padding-top: 10px;
	background: url("../images/upgrade_t1.png") no-repeat 11px 17px;
}

.popup_upgrade_tp p {
	font-weight: 500;
	color: #434240;
	line-height: 20px;
}

.popup_upgrade_btn {
	text-align: center
}

.upgrade_btn_a,
.upgrade_btn_b {
	width: 142.2px;
	height: 30px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin: 0 5px;
}

.upgrade_btn_a {
	background-color: #4a90e2;
}

.upgrade_btn_b {
	background-color: #f7a200;
}


/*即时建议详情*/

.popup_timely_advice {
	width: 496px;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 #ccc;
	display: none
}

.popup_timely_advice .live_popup_h {
	height: 38px;
	background-color: #4285F4;
	font-size: 0.16rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
}

.timely_advice_con {
	font-size: 0.12rem;
	min-height: 154px;
	font-weight: 600;
	overflow: hidden
}

.advice_con_tp {
	height: 33px;
	background-color: #ededed;
	line-height: 33px;
	color: #121212;
}

.popup_timely_advice span {
	float: left;
	display: inline;
}

.popup_timely_advice .sp1 {
	width: 140px;
	text-indent: 15px;
}

.popup_timely_advice .sp2 {
	width: 160px;
}

.popup_timely_advice .sp3 {
	width: 184px;
}

.advice_con_bm {
	margin-top: 8px;
	line-height: 18px;
}

.timely_advice_release {
	border-bottom: 2px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
	height: 36px;
	line-height: 36px;
}

.timely_advice_release span {
	float: left;
	display: inline;
	font-size: 0.12rem;
	font-weight: 600
}

.timely_advice_release .sp4 {
	width: 190px;
	text-indent: 15px;
}

.timely_advice_release .sp5 {
	width: 120px;
}

.timely_advice_release .sp6 {
	width: 184px;
}

.timely_advice_bm {}

.timely_advice_sp4 {
	float: left;
	display: inline;
	font-size: 0.12rem;
	font-weight: 600;
	text-indent: 15px;
	margin-top: 10px;
}

.timely_advice_tit {
	font-size: 0.12rem;
	font-weight: 500;
	color: #949494;
	line-height: 39px;
	margin-right: 13px;
}

.timely_advice_like {
	font-size: 0.12rem;
	font-weight: 600;
	color: #121212;
	background: url("../images/desktop-h-d_14.png") no-repeat left center;
	margin: 15px 0 0 0.16rem;
	padding-left: 20px;
	cursor: pointer;
	position: relative
}


/*建议点赞*/

.timely_advice_like em {
	margin: 0 5px;
}




/*我要提问*/

.popup_question_to {
	width: 496px;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 #ccc;
	overflow: hidden;
	display: none
}

.popup_question_con {
	padding: 0 10px;
}

.popup_question_pt {
	height: 27px;
	line-height: 27px;
}

.popup_question_pt {
	font-size: 0.12rem;
	color: #121212;
}

.popup_question_pt h6 {
	font-weight: 600;
}

.popup_question_word {
	width: 455px;
	height: 50px;
	border: solid 1px #c1c1c1;
	margin-bottom: 10px;
	padding: 10px;
}

.popup_question_sub {}

.popup_question_sub label {
	font-size: 0.12rem;
}

.popup_question_sub label input {
	margin: 0 4px;
	vertical-align: middle;
	display: inline-block
}

.question_sub_mtbtn {
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: #f7a200;
	border: none;
	font-weight: 500;
	color: #ffffff;
}

.popup_question_tit {
	font-size: 10px;
	font-weight: 500;
	color: #f84b4e;
	margin-bottom: 60px;
}

.popup_question_discuss {
	height: 200px;
}

.mortal_word {
	margin-bottom: 30px;
}

.mortal_word_con {
	width: 372px;
	background-color: #f7f9fa;
	border: solid 1px #dcdcdc;
	position: relative
}

.mortal_word_con dl {
	padding: 10px 0.12rem;
	font-size: 0.12rem;
	font-weight: 600
}

.mortal_word_con dl dt {
	margin-bottom: 17px;
}

.mortal_word_con dl dd span {
	margin-right: 15px;
}

.mortal_word .marl40 {
	margin-left: 20px;
}

.mortal_word .marr40 {
	margin-right: 20px;
}

.discuss_th_l,
.discuss_th_r {
	width: 8px;
	height: 9px;
	display: block;
	position: absolute;
	top: 10px;
}

.discuss_th_l {
	background: url("../images/discuss_th_l.png") no-repeat;
	left: -8px;
}

.discuss_th_r {
	background: url("../images/discuss_th_r.png") no-repeat;
	right: -8px;
}


/*我要晒单*/

.live_popup_trade .clos {
	cursor: pointer;
	color: #cbcbcb;
	font-size: 30px;
	line-height: 0.14rem;
	position: absolute;
	right: 15px;
	top: 15px;
}

.live_popup_trade_tit {
	font-size: 24px;
	font-weight: 500;
	color: #666666;
	text-align: center;
}

.live_popup_trade #toTrade {
	outline: none;
	padding: 0;
	width: auto;
	height: 90px;
	border-radius: 4px;
	background-color: #fafafa;
	border: solid 1px #d9d9d9;
}

.live_popup_trade #toTradeSave {
	cursor: pointer;
	width: 406px;
	height: 47px;
	line-height: 47px;
	border-radius: 4px;
	background-color: #d1a151;
	text-align: center;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.trade_popup_send {
	text-align: center;
}

.popup_trade_explain {
	font-size: 0.12rem;
	color: rgba(0, 0, 0, 0.43);
	margin-bottom: 55px;
}

#toTradeUp {
	padding: 0;
	margin: 18px 0 10px 0;
	width: 80px;
	height: 22px;
	border-radius: 4px;
	background: url("../images/upNode.jpg") no-repeat left center;
}

#toTradeUp .webuploader-pick {
	width: 50px;
	opacity: 0;
}

#toTradeUp_ok {
	background: url(../images/binding_t1.png) 0px 2px no-repeat;
	left: 86px;
	background-size: 15px 15px;
	padding-left: 17px;
	position: absolute;
	top: 20px;
	display: none;
}

#will_trade_to .ask_popup_box {
	padding: 0;
}

.live_popup_trade_name {
	height: 30px;
	margin-bottom: 15px;
}

.live_popup_trade_name img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.live_popup_trade_name p {
	font-size: 0.13rem;
	font-weight: 500;
	color: #d1a151;
	display: inline;
}


/*我的消息*/

.questionAndAnswerListMe li {
	overflow: hidden;
	margin-bottom: 5px;
}

.questionAndAnswerListMe li img {
	vertical-align: middle;
}

.questionAndAnswerListMe li p {
	line-height: 26px;
}

.questionAndAnswerListMe li dt {}

.questionAndAnswerListMe li dl {
	padding-top: 10px;
	width: 85%;
}

.questionAndAnswerListMe .live_question_font_reply {
	margin-bottom: 5px;
}


/*我的晒单*/

.popup_person_trade {
	z-index: 300;
	width: 678px;
	padding: 28px 40px 28px 40px;
	height: 510px;
	border: solid 1px #979797;
	position: fixed;
	left: 50%;
	/*top: 10%;*/
	margin-left: -380px;
	background-color: #fff;
}

.popup_person_trade .clos {
	cursor: pointer;
	color: #cbcbcb;
	font-size: 30px;
	line-height: 0.14rem;
	position: absolute;
	right: 15px;
	top: 15px;
}

.popup_person_trade .clos:hover {
	opacity: 0.7;
}

.popup_person_trade .live_popup_trade_avt {
	width: 104px;
	height: 104px;
	border-radius: 100px;
	margin-bottom: 10px;
}

.popup_person_trade .live_popup_trade_nick {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	margin: 35px 0 0 30px;
}

#person_trade_list {}

.popup_showTrade_img {
	text-align: center;
	z-index: 400;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.popup_showTrade_img p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #ccc;
	margin: 20px 40px 20px 40px;
}

.popup_showTrade_img img {
	max-height: 80%;
	max-width: 100%;
}

.showTrade_img_big_toClose {
	width: 28px;
	display: inline-block;
	height: 28px;
	background-color: #ffffff;
	color: #59626a;
	border-radius: 50%;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.showTrade_img_big_toClose:hover {
	background-color: #D43F27;
	color: #FFFFFF;
}


/*indexCSS整理*/

.hideTit {
	display: none;
}

.live_left {
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: rgb(51, 51, 51);
	/*background-color: rgb(239,239,243);*/
}

.live_le_up {
	width: 100%;
	/*height: 300px;*/
	background-color: #313131;
	position: relative;

}

.comment_right {
	width: 39.931%;
	position: fixed;
	top: 78px;
	right: 0;
	z-index: 19;
}

.comment_con {
	width: 100%;
	/*padding-bottom: 125px;*/
	position: relative;
}

.contacts {
	background-color: #fff;
	width: 100%;
}

.contacts_list {
	margin-left: 10px;
	border-top: 1px solid #f2f2f2;
}

.question_layer_con {
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.contacts .contacts_div {
	width: 50%;
	padding: 0.2rem 0;
	text-align: center;
	cursor: pointer;
	color: rgb(165, 165, 165);
	cursor: pointer;
}

.contacts img {
	width: 0.57rem;
	vertical-align: middle;
	height: 0.57rem;
	border-radius: 50%;
	display: inline-block;
}

.contacts span {
	display: block;
	line-height: 0.2rem;
	text-align: center;
	font-size: 0.13rem;
	padding: 0 10px;
}

.roomLatest {
	overflow: hidden;
	padding: 0 0.2rem;
}

.close_question_layer {
	line-height: 0.55rem;
	border-top: 1px solid rgb(221, 221, 221);
	color: rgb(254, 121, 32);
	text-align: center;
	cursor: pointer;
}

#trade_height {
	width: 100%;
	overflow: auto;
}

.showTradeList {
	position: relative;
	width: 100%;
	margin: 0;
	border-top: solid rgb(239, 239, 243) 0.08rem;
	padding-bottom: 0.14rem;
	background: #fff
}

.showTrade_top_s1 {
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0.15rem;
	top: 0.15rem;
}

.showTrade_top_s1 img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.showTrade_top_s2 {
	font-size: 0.12rem;
	font-weight: 500;
	color: rgb(40, 92, 149);
	cursor: pointer;
}

.showTrade_div {
	margin: 0.2rem 0.15rem 0 0.7rem;

}

.showTrade_top {
	margin-bottom: 0.1rem;
}

.showTrade_img {
	margin: 0.1rem 0;
	cursor: pointer;
}

.showTrade_img img {
	width: 100%;
	height: 0.7rem;
}

.showTrade_con p {
	font-size: 0.13rem;
	font-weight: 500;
	color: #333333;
}

.showTrade_good {
	font-size: 0.12rem;
	color: #b6b6b6;
	margin-bottom: 0.08rem;
}

.showTrade_comList {
	/*position: absolute;
	z-index: 10;*/
	width: 100%;
}

.showTrade_comment {
	background-color: #f3f3f5;
	padding: 10px;
}

.showTrade_con_p {
	font-size: 0.13rem;
}

.com_rep {
	font-size: 0.13rem;
	font-weight: 500;
	color: #333333;
	margin-bottom: 5px;
	word-break: break-all;
}

.com_rep .com_nick {
	font-size: 0.13rem;
	font-weight: 500;
	color: rgb(40, 92, 149);
	cursor: pointer;
}

.com_con {
	word-break: break-all;
}

.loc_reply {
	color: #c59140;
}

.ping_img {
	width: 0.14rem;
	height: 0.14rem;
	vertical-align: middle;
}

.zan_img {
	width: 0.14rem;
	height: 0.14rem;
	vertical-align: middle;
}

.ping_zan {
	/*margin-left: 20px;*/
	cursor: pointer;
}

.click_ping {
	margin-left: 0.1rem;
}

.ping_num_font {
	font-size: 0.12rem;
	color: #000000;
}

.ping_text {
	height: 0.22rem;
	width: 100%;
	border: none;
	margin-bottom: 7px;
}

.showTrade_com_con {
	margin-bottom: 0.1rem;
}

.showTrade_ping_con {
	margin-top: 0.1rem;
	font-size: 0.12rem;
	color: #999999;
}

.ping_btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
	background-color: #FF8A2E;
	font-size: 0.14rem;
	color: #ffffff;
	cursor: pointer;
}

.ping_btn:hover {
	opacity: 0.7;
}

#personShowTrade {
	text-align: center;
	width: 100%;
}

#personShowTrade .showTrade_img img {
	width: 100%;
	height: 62px;
}


/*#comment_screen {
	background:url("../images/sanjiao.png") 68px center no-repeat;
	padding-left: 10px;
	appearance:none;
    -moz-appearance:none; /* Firefox */


/*-webkit-appearance:none;
}*/

.select_item {
	border: 1px solid #ccc;
	position: relative;
	top: 7px;
	background: url("../images/sanjiao.png") 68px center no-repeat;
	border-radius: 4px;
}

.select_item:hover {
	border-color: #d1a151;
}

.select_result {
	width: 87px;
	height: 27px;
	line-height: 29px;
	text-align: center;
	text-indent: -8px;
	cursor: pointer;
}

.select_module_con span {
	margin-right: 0;
}

.select_module_con span:hover {
	color: #d1a151;
}

.select_item ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	border-top-color: #fff;
	margin-top: -4px;
	line-height: 25px;
	z-index: 20;
}

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

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

/*shipin*/

.video_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.live_box_video {
	width: 100%;
	height: 100%;
}

.videoAreaObj {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
}

.videoAreaObj.fixon {
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	height: 225px !important;
	z-index: 30
}

.live_box_video .closeVideo {
	position: absolute;
	width: 40px;
	line-height: 40px;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	text-align: center;
}

.video_container .get_course_btn_con {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
	color: #999;
	font-size: 0.12rem;
	text-align: center;
	width: 30px;
	height: 60px;
	z-index: 4;
}

.video_container .get_course_btn {
	cursor: pointer;
	text-align: center;
	padding: 13px 0;
	background-color: #272b31;
	box-sizing: border-box;
	width: 30px;
	height: 60px;
	border-radius: 6px 0 0 6px;
}

.hide_course_btn {
	position: absolute;
	top: 150px;
	left: 0;
	width: 0.14rem;
	height: 47px;
	border-radius: 2px;
	background: rgba(0, 0, 0, .6) url("../images/hide_course.png") no-repeat left;
	background-size: contain;
	color: #979797;
	cursor: pointer;
}

.course_list {
	position: absolute;
	top: -150px;
	left: 100%;
	width: 300px;
	height: 360px;
	background: #fff;
}

.course_list_tit {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #333;
	padding: 10px 0;
}

.course_list_tit p {
	text-align: center;
}

.course_list_nav {
	overflow: hidden;
	padding: 10px 0;
	color: #949494;
	cursor: pointer;
}

.course_list_nav div {
	width: 20%;
	float: left;
}

.course_list_nav div.active {
	color: #c6a150;
}

.course_list_nav div p {
	text-align: center;
}

.course_list_con {
	width: 100%;
	height: 260px;
	display: none;
}

.course_list_con li {
	overflow: hidden;
	line-height: 30px;
	color: #333;
	padding: 5px 0;
}

.index_page_layer .course_list_con li.active {
	color: rgb(254, 121, 32);
}

.index_page_layer .course_list_con li.active i {
	visibility: hidden;
}

.course_list_con li i {
	width: 6px;
	height: 6px;
	background-color: #333;
	float: left;
	margin: 0.12rem 0 0 15px;
}

.course_list_con li span {
	width: 30%;
	float: left;
	overflow: hidden;
	font-size: 0.16rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.course_list_con li span.time {
	font-size: 0.12rem;
	text-align: center;
}

.crops_page_layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11;
	display: none;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.crops_page_layer .menu_list {
	width: 60%;
	/* margin: 0.3rem auto; */
	float: right;
	background: #fff;
	border-radius: 0.02rem;
	font-size: 0.11rem;
}

.crops_page_layer .menu_list li {
	padding: 0 0.15rem;
	border-bottom: 0.01rem solid rgb(232, 232, 232);
	line-height: 0.4rem;

}

.crops_page_layer .menu_list li:last-child {
	border-bottom: 0;
}

.crops_page_layer .menu_list li a {
	color: rgb(51, 51, 51);
	display: block;
	height: 100%;
}

.crops_page_layer .menu_list li a.disableclick {
	color: #ccc;
}

.crops_page_layer .menu_list li a i {
	display: inline-block;
	width: 0.05rem;
	height: 0.05rem;
	background: rgb(239, 12, 26);
	border-radius: 50%;
	position: relative;
	top: -0.06rem;
	left: 0.02rem;
	display: none;
}

.crops_page_layer .course_list {
	left: 5%;
	top: 0.3rem;
	margin: 0;
	z-index: 1;
	width: 90%;
	padding-top: 0.2rem;
	height: 1.8rem;
}

.crops_page_layer .course_list h5 {
	text-align: center;
	font-size: 0.11rem;
	padding-bottom: 0.1rem;
}

.crops_page_layer .course_list_nav {
	-webkit-tap-highlight-color: transparent;
	font-size: 0.11rem;
	color: rgb(51, 51, 51);
	padding: 0.1rem 0;
}

.crops_page_layer .course_list_nav div {
	text-align: center;
	-webkit-tap-highlight-color: none;
}

.crops_page_layer .course_list_nav div.active {
	color: rgb(254, 121, 32);
}

.crops_page_layer .course_list_con {
	height: 1.1rem;
	overflow: auto;
}

.crops_page_layer .course_list_con li {
	display: flex;
	text-align: center;
	color: rgb(51, 51, 51);
	line-height: 0.2rem;
}

.crops_page_layer .course_list_con li span {
	width: 100%;
	font-size: 0.1rem;
}

.crops_page_layer .course_list_con li span.time {
	font-size: 0.1rem;
	color: rgb(51, 51, 51);
}

.crops_page_layer .course_list_con li.active span.time {
	color: rgb(254, 121, 32);
}

.crops_page_layer .course_list_con .defult {
	text-align: center;
	font-size: 0.1rem;
	line-height: 0.5rem;
}

.crops_page_layer .close_layer {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	cursor: pointer;

}

.crops_page_layer .close_layer img {
	width: 60%;
	vertical-align: middle;
}

.no_login {
	color: #c99648;
	cursor: pointer;
}

.repClick {
	/*position: relative*/
}

.atDiv {
	position: absolute;
	bottom: 0.42rem;
	left: 0.1rem;
	background-color: #FFF;
	box-shadow: 0 0.01rem 0.04rem 0 rgba(0, 0, 0, 0.2);
	width: 0.52rem;
	display: none;
	border-radius: 3px;
	padding: 8px 10px 8px 5px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 0.12rem;
	z-index: 10;
}

.que .atDiv {
	left: 0;
}

.atDiv .preson_show {
	margin-top: 3px;
}

.atDiv .answer_show {
	color: rgba(0, 0, 0, 0.65);
	font-size: 0.12rem;
	display: block;
	margin-top: 3px;
}

.atDiv .cur:hover {
	opacity: 0.7;
}

.sj {
	width: 10px;
	position: absolute;
	left: 9px;
	bottom: -5px;
	height: 5px;
	background: url(../images/sj.png) no-repeat left center;
	background-size: 100% 100%;
}

.live_question_l_img {
	width: 0.42rem;
	height: 0.42rem;
	overflow: hidden;
	border-radius: 50%;
}

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

.live_question_l_at {
	margin: 0 10px;
}

.mySpeak .repClick {
	float: right;
}

.mySpeak .interflow_conr {
	float: right;
}

.mySpeak .tx_r {
	text-align: right;
}

.questionFlag .name_sty {
	color: #c59140;
}

/*我要晒单页样式*/
.want_trade_body {
	background-color: rgb(239, 239, 243);
}

#want_trade_con {
	/* height: 1.95rem;
	width: 100%;
	background-color: #FFF;
	margin-top: 0.07rem; */
}

.save_btn_send {
	position: fixed;
	bottom: 0.2rem;
	width: 100%;
	padding: 0 0.15rem;
	box-sizing: border-box;
	max-width: 640px;
}

#save_btn {
	display: inline-block;
	width: 100%;
	height: 0.4rem;
	font-size: 0.17rem;
	color: #FFFFFF;
	text-align: center;
	background-color: rgb(254, 136, 42);
	line-height: 0.4rem;
}

#want_trade_tex {
	/* width: 100%;
	height: 1rem;
	box-sizing: border-box;
	padding: 0.1rem;
	border: none;
	outline: none;
	resize: none;
	font-size: 0.13rem;
	line-height: 0.2rem;
	color: rgb(165, 165, 165); */
}

.up_img {
	/* border: solid 1px rgb(221,221,221);
	width: 0.8rem;
	height: 0.7rem;
	margin-left: 0.15rem;
	font-size: 0.5rem;
    text-align: center;
    line-height: 0.7rem;
    color: rgb(221,221,221);
    background-size: cover; */
}

#uploadImg_btn {
	display: none;
}

#want_trade_con .webuploader-pick {
	background: none;
	width: 100%;
	height: 100%;
	line-height: 0.7rem;
	color: rgb(221, 221, 221);
}

/*错误信息弹层*/
.msg_alert .content {
	position: absolute;
	top: 0.5rem;
	width: 80%;
	background: #fff;
	left: 10%;
	text-align: center;
	padding: 0.2rem 0;
}

.msg_alert .content .text {
	line-height: 0.3rem;
	padding-bottom: 0.2rem;
}

.msg_alert_close {
	background: #F4A100;
	padding: 0.1rem 0.2rem;
	line-height: 0.5rem;
	color: #fff;
	cursor: pointer;
}

.loginInToWatch {
	position: absolute;
	top: 0.5rem;
	width: 80%;
	background: #fff;
	left: 10%;
	text-align: center;
	background: #fff;
	z-index: 100;
	font-size: .13rem;
	padding-bottom: .3rem;
}

.loginInToWatch_tit {
	line-height: 0.4rem;
	background: #F4A100;
	color: #fff;
}

.loginInToWatch_con {
	padding: 0.2rem 0.3rem;
	text-align: left;
}

.loginInToWatch_btn {
	line-height: 0.4rem;
	width: 60%;
	background: #F4A100;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.loginInToWatch_btn:hover {
	background: #f4b200;
}