@charset "utf-8";

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block; 
  clear: both; 
  content: ""; 
  visibility: hidden; 
  height: 0;
}

.clearfix {
  /*overflow: auto; */
  /*zoom: 1;  For IE 6/7 (trigger hasLayout) */
}

.border_box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html,
body {
	background: #fafafa;
}

/*头部样式*/
.choose_time_box {
	height: 1.32rem;
	background: #fff;
	padding: .24rem .36rem;
	border-bottom: 1px solid #e6e6e6;
}
.choice_time {
	width: 5rem;
	height: .84rem;
	line-height: .84rem;
	color: #333;
	font-size: .36rem;	
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: .42rem;
	cursor: pointer;
}
.choice_type {
	color: #999999;
	font-size: .36rem;
	line-height: .84rem;
}
.choose_arrow {	
}
.choose_txt{
	color: #007eff;
	padding-right: .56rem;
	background: url('../../appimages/eventanalysislistpage/gray_down.png') no-repeat right center;
	background-size: .36rem .2rem;
	cursor: pointer;
}
.choose_txt.hover {
	background: url('../../appimages/eventanalysislistpage/gray_up.png') no-repeat right center;
	background-size: .36rem .2rem;
}
.choice_type_box {
	width: 3.2rem;
	position: absolute;
	right: .18rem;
	top: 1rem;
}
.choice_type_box .up_arrow {
	display: block; 
    width:0; 
    height:0; 
    border-width: 0 .2rem .2rem; 
    border-style: solid; 
    border-color: transparent transparent #e6e6e6; 
    margin-left: 2.66rem;
}
.choice_type_box ul {
	display: block;
	background: #e6e6e6;
	padding: 0rem;
	border-radius: .1rem;	
}
.choice_type_box ul li {
	border-bottom: 1px solid #cccccc;
	line-height: 1.06rem;
	color: #333333;
	font-size: .36rem;
	text-indent: .36rem;
}
.choice_type_box ul li:last-child {
	border-bottom: none;
}
.event_top_box {
	height: 1.32rem;
	background: #fff;
	padding: .3rem .36rem;
	border-bottom: 1px solid #e6e6e6;
}

.event_top_edit {
	color: #007eff;
	font-size: .42rem;
	line-height: .72rem;
	padding: 0 ;
	cursor: pointer;
}

.event_count {
	color: #007eff;
	font-size: .42rem;
	line-height: .72rem;
	cursor: pointer;
}

.hide_arrow:after {
	content: " ";
    display: inline-block;
    height: .24rem;
    width: .24rem;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}

.event_count .total_count {
	color: #007eff;
	font-size: .42rem;
	font-weight: bold;
}

.event_count .total_count_txt {
	color: #333;
	font-size: .3rem;
	margin-left: .18px;
}

.event_count .gray_arrow {
	content: " ";
    display: inline-block;
    height: .24rem;
    width: .24rem;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	margin-right: 0rem;
	margin-top: .24rem;
}

.whitebg{
	background: #ffffff;
}

/*事件概述*/
.event_list {
	padding: 0 .36rem .36rem;
	position: relative;
}

.event_title_box {
	height: .48rem;
	line-height: .48rem;	
	position: relative;
	padding: .36rem 0 ;
}

.event_title_box h3 {
	color: #333333;
	font-size: .48rem;
	font-weight: bold;
	height: .48rem;
	position: relative;
}
.event_title_box h4 {
	color: #333333;
	font-size: .42rem;
	font-weight: bold;
	position: relative;
}
.edit_icon {
	position: absolute;
	top: .36rem;
	right: .38rem;
	width: .44rem;
	height: .48rem;
	cursor: pointer;
}
.edit_icon img {
	width: .44rem;
	height: .48rem;
}
.explain_close {
	display: block; 
	font-size: .48rem;
	color: #fff;
	width: .3rem;
	height: .3rem;
	text-align: center;
	line-height: .24rem;
	position: absolute;
    right: .3rem;
    top: .42rem;
    display: none;
}

.detail_text {
	height: 1.62rem;
	min-height: 1.62rem;
	overflow: hidden;
}

.textarea {
	color: #333333;
	font-size: .36rem;
	line-height: .54rem;
	padding: 0.1rem;
}

.arrow {
	height: .24rem;
    width: .24rem;
    border-width: 2px 2px 0 0;
    border-color: #999999;
    border-style: solid;
	margin: 0 auto;
	cursor: pointer;
}

.arrowdown {
    transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}

.arrowup {
    transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-5deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
	margin-top: .1rem;
}

/*首发媒体*/
.first_media_table {
	border-radius: .1rem;
	border: 1px solid #e6e6e6;
}

td,
th {
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}

th {
	border-top: none;
	background: #f5f5f5;
	font-size: .36rem;
	
}

td {
	font-size: .32rem;
	background: #fff;
}
td a{
	font-size: .32rem;
}

th:last-child,
td:last-child {
	border-right: none;	
}

.first_media_table table {
	border-radius: .1rem;
}

.first_media_table table tr {
	height: 1.07rem;
}

.media_type {
	width: 1.42rem;
}

.media_time {
	width: 2.87rem;
}

.media_title {
	width: 4.3rem;
}

.media_from {
	width: 1.44rem;
}

.first_media_table table tr td a {
	color: #007eff;
}

/*事件脉略*/
.dike_start_time {
	/*width: 3.78rem;*/
	width: 2.4rem;
}

.dike_start_time p {
	line-height: .54rem;
	background: #007eff;
	border-radius: .28rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
}

.triangledown {
	display: block;
	width: 0;
	height: 0;
	border-width: .2rem;
	border-style: solid;
	border-color: transparent;
	border-top-color: #007eff;
}

.triangle_position {	
	margin-left: .62rem;
	margin-bottom: -.19rem;
}

.dike_list_box {
	/**/
}

.dike_list_left {
	/*width: .8rem;*/
	height: 2.34rem;
	border-left: 2px solid #e5e5e5;
	margin-left: .79rem;
	position: relative;	
	display: inline-block;
	vertical-align: middle;
}

.dike_time_box {
	height: 1.3rem;
	width: 1.5rem;
	position: absolute;
	top: .55rem;
	left: -.8rem;
	text-align: center;
	background: #fafafa;
}

.time_big {
	color: #333333;
	font-size: .36rem;
}

.time_small {
	color: #333333;
	font-size: .3rem;
}

.dike_list_right{
	/*width: 7.6rem;*/
	/*height: 2.04rem;*/
	width: 72%;
	height: 1.8rem;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	vertical-align: middle;
	margin: .15rem 0;
	border-radius: .1rem;
	padding: .12rem .28rem 0;
	position: relative;
	display: inline-block;
}

.first_flag {
	width: .36rem;
	background: #007eff;
	position: absolute;
	top: .65rem;
	left: -.7rem;
	border-radius: .04rem;
	color: #fff;
	font-size: .3rem;
	display: table-cell;    
    vertical-align: middle;    
    text-align: center;
}

.first_flag_icon {
	width: .36rem;
	height: .72rem;
	position: absolute;
	top: .65rem;
	left: -.7rem;
}

.first_flag_icon img{
	width: .36rem;
	height: .72rem;
}

.triangle_box {
	width: .17rem;
	height: .34rem;
	position: absolute;
	top: .8rem;
	left: -.17rem;
}

.triangle_box img {
	width: .17rem;
	height: .34rem;
}

.dike_list_data_box {

}

.dike_list_data {
	line-height: .6rem;
	display: flex;
	align-items: center;
}

.dike_list_data img {
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	margin-right: .2rem;
}

.dike_list_data span,
.dike_list_data a {	
	font-size: .3rem;
}

.disk_from {
	color: #333333;
	margin-right: .3rem;
    width: 3.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.disk_type {
	color: #ff0000;
	margin-right: 2.2rem;
}

.zheng {
	color: #3ebb2b;
}

.fu {
	color: #ff0000;
}

.zhong {
	color: #ff9d00;
}

.disk_same,
.disk_keyword {
	color: #999999;	
	flex: 1;
	text-align: right;
}

.disk_num,
.disk_keyword_txt {
	color: #333333;
}

.dike_list_data a {
	color: #007eff;
}

.disk_keyword {
	text-align: left;
}

.dike_list_data a,
.dike_list_data .disk_keyword {
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.line {
	width: .8rem;
	height: .24rem;
	border-left: 2px solid #e5e5e5;
	margin-left: .79rem;
}

.dike_list_flag_box {
	margin-bottom: .24rem;

}

.dike_list_flag {
	width: .54rem;
	height: .54rem;
	background: #007eff;
	text-align: center;
	line-height: .54rem;
	border-radius: .28rem;
	color: #fff;	
	font-size: .3rem;
	margin-left: .53rem;
}

.open_all_data {
	width: 3rem;
	height: .72rem;
	background: #007eff;
	line-height: .72rem;
	text-align: center;
	color: #fff;	
	font-size: .3rem;
	border-radius: .1rem;
}


.open_all_data img {
	width: .36rem;
	height: .2rem;
	margin-left: .2rem;
}

.no_pading {
	padding-left: 0;
	padding-right: 0;
}

.search_keywords_box {
	width: 3rem;
	margin: .4rem auto 0;
	color: #333333;
	font-size: .3rem;
}

.search_keywords {
	width: 3rem;
	height: .72rem;
	line-height: .72rem;
	border: 1px solid #e5e5e5;
	border-radius: .36rem;
	padding: 0 .2rem;
	margin: 0 auto;
	background: url('../../appimages/eventanalysislistpage/gray_down.png') no-repeat 2.4rem center;
	background-size: .36rem .2rem;
}

.search_keywords_bg {
	background: url('../../appimages/eventanalysislistpage/gray_up.png') no-repeat 2.4rem center;
	background-size: .36rem .2rem;
}

.search_keywords_list {
	width: 3rem;
	height: 5.04rem;
	padding-top: .1rem;
	margin-top: .12rem;
	border: 1px solid #e5e5e5;
	border-radius: .1rem;
	text-align: center;
	position: absolute;
	z-index: 999;background-color:#fff;
}

.search_keywords_list li {
	width: 100%;
	line-height: .6rem;
}

.search_keywords_list li.search_active {
	background: #007eff;
	color:#fff;
}

#wordsCloud {
	width: 100%;
	height: 5rem;
	margin:0 auto;
}
.event_keyWords_ul{margin: .3rem auto 0;display: block;border:1px solid #e6e6e6;overflow: hidden;border-radius: .1rem;border-bottom: none;}
.event_keyWords_ul li{display: block;float:left;width: 50%;height: 1.06rem;line-height: 1.06rem;border-bottom:1px solid #e6e6e6;border-right: 1px solid #e6e6e6;box-sizing: border-box;overflow: hidden;}
.event_keyWords_ul li span{display: block;width: 50%;float:left;text-indent: .23rem;font-size: .36rem;}
.event_keyWords_ul li span:nth-child(2){text-align: right;padding-right: .23rem;width: 40%;color:#007eff;}
.event_keyWords_ul li:nth-child(2n){border-right: none;}
/*微博分析*/
.blog_spread_table{width:100%;height:auto;border-radius: .1rem;border:1px solid #dbdbdb;}
.blog_spread_table table{border-collapse:collapse;width:100%;}
.blog_spread_table table th,
.blog_spread_table table td{height: 1.06rem;line-height: 1.06rem;text-align:center;font-size: .36rem;}
.blog_spread_table table .out{border-top:44px #f2f2f2 solid;border-left:150px #fff solid;position:relative;}
.blog_spread_table table .out b{font-style:normal;display:block;position:absolute;top:-30px;left:-160px;width:80px;}
.blog_spread_table table .out em{font-style:normal;display:block;position:absolute;top:-44px;left:-70px;width:80px;}
.blog_spread_table table .assessDetail:nth-of-type(3){background-color: #f2f2f2;}
.blog_type{
	position: relative;
	width: 3.1rem;
}
.blog_type span.s1{
	position: absolute;
	left: .1rem;
	top: .1rem;
}
.blog_type span.s2{
	position: absolute;
	right: .14rem;
	top: -.12rem;
}
.blog_type p{
	width: 103%;
	height: 1px;
	background: #dbdbdb;
	-webkit-transform: rotate(14deg);
	-moz-transform: rotate(14deg);
	transform: rotate(14deg);
	position: absolute;
	/*left: -2.1%;*/
	left: -.04rem;
	top: .5rem;
}
.blog_government {
	width: 2.3rem;
}

.blog_media {
	width: 2.3rem;
}

.blog_celebrity {
	width: 2.3rem;
}

/*影响力排行*/
.yxlph{width: 5.42rem;height: 0.7rem;margin: .3rem auto 0;border:1px solid #e6e6e6;border-radius: 0.7rem;overflow: hidden;}
.yxlph li{width: 33.3%;float:left;box-sizing:border-box;text-align: center;color:#333333;}
.yxlph li:nth-child(3){float:right;}
.yxlph li span,.yxlph li a{color:#333333;display: block;width: 100%;line-height: .7rem;height: 0.7rem; font-size: .3rem;cursor: pointer;}
.yxlph li.hover span,.yxlph li.hover a{background-color: #007eff;;border-radius: 0.7rem;color:#fff;}
.yxlph_table_box {
	border-radius: .1rem;
	border: 1px solid #dbdbdb;
	margin: .4rem auto 0;
}
.yxlph_table{width: 100%;}
.yxlph_table thead{background-color: #f5f5f5;}
.yxlph_table td,
.yxlph_table th {
	height: 1.06rem;
	/*line-height: 1.06rem;*/
	font-size: .36rem;
}
.yxlph_table td:nth-child(1){width: 0.8rem;}
.yxlph_table td:nth-child(2){width: 3.2rem;}
.yxlph_table td:nth-child(4){width: 3rem;}

/*传播路径*/
.zycbr_wary{}
.force_photo{width: 100%;height: 5.6rem;margin: .4rem auto;background-color: #060606;}
.graph{width: 100%;height: 5.6rem;margin: .4rem auto;background-color: #060606;}
.cblj_ul1{
	width: 100%;
	font-size: 0;
}
.cblj_ul1 li{
	float: left;
	/*width: 3.2rem;*/
	width: 32%;
	height: 1.8rem;
	text-align: center;
	/*margin-left: .24rem;*/
	font-size: .3rem;
	font-family: 黑体;
	color:#fff;
	display: inline-block;
}
.cblj_ul1 li p:nth-child(1){margin-top: .5rem;}
.cblj_ul1 li p:nth-child(2){margin-top: .1rem;}
.cblj_ul1 li:nth-child(1){background: url("../../appimages/eventanalysislistpage/transRouter_1.png") no-repeat;background-size: 100%;margin-left: 0;}
.cblj_ul1 li:nth-child(2){background: url("../../appimages/eventanalysislistpage/transRouter_2.png") no-repeat;background-size: 100%;
	margin-left: 2%;
}
.cblj_ul1 li:nth-child(3){
	background: url("../../appimages/eventanalysislistpage/transRouter_3.png") no-repeat;
	background-size: 100%;
	float: right;
}

.zycbr_data_box {
	height: auto;
}

.zycbr_public_box {
	/*width: 4.9rem;*/
	width: 48.6%;
	float: left;
	margin-top: 1rem;
	/*margin-right: .28rem;*/
	font-size: .32rem;
	color: #999999;
}
.zycbr_public_box:nth-child(2n) {
	/*margin-right: 0;*/
	float: right;
}

.zycbr_public{
	width: 100%;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	position: relative;
	border-radius: .1rem .1rem 0 0;
}
.zycbr_public .zycbr_head{width: 1.1rem;height: 1.1rem;position: absolute;margin: -0.55rem 0 0 -0.55rem;left: 50%;}
.zycbr_public .zycbr_head img{width: 1.1rem;height: 1.1rem;border-radius: 50%;}
.zycbr_public > p,
.zycbr_public_box p{
	height: .72rem;
	line-height: .72rem;
	padding: 0 .16rem;
}

.zycbr_public p .zycbr_dark {
	color:#333;
}

.zycbr_public .zycbr_tit{
	margin-top: .70rem;
	color:#333;
	font-size: .36rem;
	font-weight: bold;
}
.zycbr_public_box .zycbr_p4{
	background-color: #007eff;
	color:#fff;
	border-radius: 0 0 .1rem .1rem;
	padding: 0 0 0 .16rem;
	font-size: .28rem;
}
/*无数据*/
.no_data{
	color: #333333;
    font-size: .36rem;
    padding: 0.1rem;
    text-align: center;
}
/*图*/
.echartsCss{
	width: 100%;
	height: 8.4rem;
	margin: .36rem auto 0;
}
/*博主地域*/
.bloggerArea{width: 100%;height: 10.2rem;margin:0 auto;}
.bloggerArea_table{width: 100%;display: block;overflow-y: auto;max-height: 5.4rem;
	border-radius: .1rem;
	border-top:1px solid  #e6e6e6;
	border-bottom:1px solid  #e6e6e6;
}
.bloggerArea_table table{width: 100%;}
.bloggerArea_table table td{width: 50%;border:1px solid  #e6e6e6;height: 1.06rem;
	color:#333;
	font-size: .36rem;}
/*重点微博*/
.zdwb_public{
	/*width: 4.8rem;*/
	width: 47.6%;
	height: 4.1rem;border:1px solid #e6e6e6;color:#999999;position: relative;
	border-radius: .1rem;
	float:left;margin-top: 1rem;
	font-size: .3rem;
	margin-left: 0px
}
.zdwb_public:nth-child(2n+0){
	/*margin-left:.32rem;*/
	float: right;
}
.zdwb_public .zycbr_head{width: 1.1rem;height: 1.1rem;position: absolute;margin: -0.55rem 0 0 -0.55rem;left: 50%;}
.zdwb_public .zycbr_head img{width: 1.1rem;height: 1.1rem;border-radius: 50%;}
.zdwb_public > p{width: 100%;height: .6rem;line-height: .6rem; text-align: center;margin: 0 auto;}
.zdwb_public > p.p1{margin: 0.7rem auto 0;}
.zdwb_public > .infos{height: 1.8rem;overflow: hidden;
	margin: .1rem 0;
	border-top: 1px solid #e6e6e6;
	padding-top: .18rem;
}
.zdwb_public > .infos > p{
	line-height: .46rem;
	padding: 0 .2rem;
}
/*导航*/
.event_navs{background: rgba(0,0,0,0.5);width: 3.6rem;height: auto;position: fixed;left: 0.6rem;bottom: 2.2rem;border-radius: 4px;padding: 4px 0;z-index: 9999;display:none;}
.event_navs ul li{height: 0.8rem;line-height: 0.8rem;color:#fff;font-family: 黑体;text-align: center;
	font-size: .36rem;
}
.event_navs ul li.act{background-color: #007eff;}
.event_navs_button{width: 1.08rem;height: 1.08rem;border-radius: 50%;background: url("../../appimages/eventanalysislistpage/app_button.png") center no-repeat rgba(0,0,0,0.5);background-size: 100%;position: fixed;left: 0.6rem;bottom: 1.0rem;cursor: pointer;z-index: 9999;}

/*toast提示信息*/
.toast_tips {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,.6);
	padding: .2rem .3rem;
	border-radius: .1rem;
	color: #fff;
	font-size: .36rem;
	text-align: center;
	font-weight: bold;
	display: none;
}

#developtrend {
	height: 10.8rem;
	margin: .36rem auto 0;
}

#eveAnalyze {
	height: 8.9rem;
	margin: .36rem auto 0;
}

#emotionScale {
	height: 8.4rem;
	margin: .36rem auto 0;
}

#bigVSpread {
	height: 8.4rem;
	margin: .36rem auto 0;
}

#bloggerArea {
	height: 11.2rem;
}

#netizenAnalysis {
	
}

#emotionAnalysis {
	
}

#mediaAnalysis {
	
}

#mediaActive {
	height: 9rem;
	margin-top: 0;
}

#peoplePoint {
	height: 15.2rem;
}
 
/*echarts图表加载中*/
.dataloding {
	color: #333333;
    font-size: .36rem;
    padding: 0.1rem;
    text-align: center;
}

.dataloding p {
	margin-top: .1rem;
}

.dataloding p img {
	display: block;
	width: .8rem;
	margin: 0 auto;
}

.pageLoding {
	color: #333333;
    font-size: .36rem;
    line-height: 2.4rem;
    text-align: center;
}
/*定位*/
.event_navs_button {
	/*display: none;*/
}

#emotionScale,
#bigVSpread,
#bloggerArea,
#netizenAnalysis,
#emotionAnalysis,
#mediaActive,
#mediaAnalysis {
	width: 100%;
}

/*柱状图 and 关键词云 and 传播路径*/
#developtrend, 
#eveAnalyze,
#mediaActive,
#wordsCloud, 
#graph-container {
	width: 100%;
}

#peoplePoint {
	width: 80%;
	margin: 0 auto;
}

#peoplePoint .no_data {
	padding-top: 5rem;
}
/*解释*/
.explain_icon_box {
	display: inline-block;
	width: .48rem;
	height: .48rem;
	cursor: pointer;
	margin-left: .36rem;
	position: absolute;
    top: 0;
}
.explain_icon_box img {
	display: inline-block;
	width: .48rem;
	height: .48rem;
}
.explain_desc_box {
	width: 7.2rem;
	position: absolute;
	left: 1.8rem;
	top: 1rem;
}
.explain_desc_box p {
	background: rgba(0,0,0,.6);
	padding: .4rem .36rem;
	border-radius: .24rem;
	font-size: .36rem;
	color: #fff;
	line-height: .48rem;
}
.explain_desc_box .up_arrow {
	display: block; 
    width:0; 
    height:0; 
    border-width: 0 .2rem .2rem; 
    border-style: solid; 
    border-color: transparent transparent rgba(0,0,0,.6); 
    margin-left: .88rem;
}
.explain_desc_box .mar_01 {
    margin-left: 1.46rem;
}
.explain_desc_box .mar_02 {
    margin-left: .52rem;
}
.explain_desc_box .mar_03 {
    margin-left: 1.06rem;
}
.explain_desc_box .mar_04 {
    margin-left: .64rem;
}
.graph_tips {
	position: absolute;
	left: 1.8rem;
	top: -1.6rem;
}
.explain_desc_box .down_arrow {
	display: block; 
    width:0; 
    height:0; 
    border-width: .2rem .2rem 0; 
    border-style: solid; 
    border-color: rgba(0,0,0,.6) transparent transparent; 
    margin-left: .64rem;
}
.event_title_box h4 .explain_icon_box {
	/*top: -.08rem;*/
}
/*解释结束*/
/*主要传播人*/
.zycbr_user_box {
	padding: .24rem .36rem;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: .12rem;
	margin-bottom: .18rem;
}
.zycbr_user_info {
	height: 1.08rem;
}
.zycbr_icon {
	width: 1.08rem;
	height: 1.08rem;
}
.zycbr_icon img {
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	border-radius: 50%;
}
.zycbr_info {
	height: 1.08rem;
	margin-left: .24rem;
	font-size: .3rem;
	padding-top: .18rem;
}

.zycbr_nickname {
	color: #333;
	font-weight: bold;
	height: .36rem;	
	line-height: .36rem;
}
.zycbr_info_desc {
	margin-top: .08rem;
}
.zycbr_light_color {
	font-size: .3rem;
	color: #999;
	margin-right: .36rem;
}
.zycbr_dark_color {
	color: #333;
}
.no_mar_right {
	margin-right: 0;
}
.zycbr_event_post {
	text-align: center;
	height: 1.08rem;
	padding-top: .16rem;
}
.post_num {
	font-size: .36rem;
	color: #007eff;
	height: .36rem;	
	line-height: .36rem;	
}
.zycbr_event_post .zycbr_light_color {	
	display: block;
	margin-top: .06rem;
}
.zycbr_user_desc {
	font-size: .36rem;
	color: #333;
	line-height: .54rem;
	margin-top: .36rem;
}
.zhycb_url {
	color: #007eff;
}
.zycbr_open_all {
	width: 1.8rem;
	height: .72rem;
	line-height: .72rem;
	text-align: center;
	color: #fff;
    font-size: .3rem;
    background: #007eff;	
    border-radius: .1rem;
    margin-top: .12rem;
}
.zycbr_open_all img {
	width: .36rem;
    height: .2rem;
    margin-left: .2rem;
}
/*按天按小时开始*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.item_vertical {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.event_time_box {
	padding: .36rem .36rem 0;
}
.event_time_title {
	color: #333;
	font-size: .42rem;
	font-weight: bold;
}
.event_time_ops_box {
	width: 3.6rem;
    border: 1px solid #e6e6e6;
    border-radius: .36rem;
	background: #fff;
}
.event_time_opx {
	display: inline-block;
	height: .72rem;
	line-height: .72rem;
	color: #333;
	font-size: .36rem;
	text-align: center;
	cursor: pointer;
}
.event_time_ops_box .event_time_opx.hover{
	color: #fff;
	border-radius: .36rem;
	background: #007EFF;
}
/*按天按小时结束*/
/*筛选及蒙层样式开始*/
.choice_box {
	font-size: .36rem;
	line-height: .84rem;
}
.choice_mask {
	position: fixed;
	top: 1.32rem;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.4);
}
.choice_all_box {
	padding: .45rem;
	background: #fff;
}
.choice_item {
	font-size: .36rem;
}
.choice_top {
	margin-top: .23rem
}
.choice_title {
	color: #666666;
	padding-bottom: .3rem;
}
.choice_ops_box {

}
.choice_ops_item {
	display: inline-block;
	width: 3.15rem;
	height: .84rem;
	line-height: .84rem;
	background: #F5F5F5;
	border-radius: .06rem;
	text-align: center;
	margin-bottom: .22rem;
}
.choice_ops_item.hover{
	color: #007EFF;
	background: #E5F2FF;
}
.choice_ops_item:nth-child(3n+1){
	margin-right: .23rem;
}
.choice_ops_item:nth-child(3n+2){
	margin-right: .22rem;
}
.choice_btn_box {
	margin-top: .48rem;
	text-align: right;
}
.choice_sure {
	display: inline-block;
	width: 3.24rem;
	height: 1.08rem;
	line-height: 1.08rem;
	background: #007EFF;
	border-radius: 54px;
	color: #fff;
	font-size: .48rem;
	text-align: center;
	cursor: pointer;
}
.isfixed {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 222;
}
.fixmargin {
	margin-top: 1.32rem;
}
/*筛选及蒙层样式开始*/