body{
	background:#f1f2f6;
	font-family:'Microsoft YaHei';
}

.logo_name{
	background:rgba(47,64,80,0.4);
	height:45px;
}

.logo_name h1{
	margin:5px 0 0 10px;
	font-family:'Microsoft YaHei';
	font-size: 35px;
	line-height: 40px;
	color: white;
}


.header{
	width:100%;
	height:60px;
	overflow:hidden;
	background:#2f4050;
	position:fixed;
	left:0px;
	top:0px;
}

.header .logo{
	width:500px;
	height:33px;
	margin:13px 0 0 20px;
	text-decoration: none;
	color: white;
	font-size: 30px;
}

.header .logout{
	width:50px;
	height:30px;
	background: #1ab394;
	margin:15px 20px 0 0;
	border-radius:4px;
	text-indent:10px;
	line-height:30px;
	font-size:14px;
	color:#fff;
}

.header .logout:hover{
	width:48px;
	height:28px;
	border:1px solid #1ab394;
	background: #2f4050;
	opacity:0.5;
}

.header .change_pwd{
    width:100px;
	height:30px;
	background:url(../images/icons.png) 10px -344px no-repeat #1ab394;
	margin:15px 20px 0 0;
	border-radius:4px;
	text-indent:40px;
	line-height:30px;
	font-size:14px;
	color:#fff;

}

.header .change_pwd:hover{
	width:98px;
	height:28px;
	border:1px solid #1ab394;
	background:url(../images/icons.png) 10px -344px no-repeat #2f4050;
	opacity:0.5;
}



.side_bar{
	position:fixed;
	width:210px;
	background:#466079;
	left:0px;
	top:60px;
	bottom:0px;
	overflow: scroll;
}

.user_info{
	width:210px;
	overflow:hidden;
}

.user_info img{
	display:block;
	margin:20px auto 0;
	width:68px;
	height:68px;
	border-radius:34px;
}

.user_info p{
	text-align:center;
	font-size:14px;
	color:#bdcbd8;
	margin:10px auto;
}

.user_info em{
	font-weight:bold;
	color:#1ab394;
}

.menu_con{
	width:210px;
	margin-top:10px;
	overflow:hidden;
}

.first_menu{
	height:44px;
	border-bottom:1px solid #597b9b;
}

.menu_con .active{
	border-bottom:0px;
}

.menu_con a{
	display:block;
	height:44px;
	line-height:44px;
	color:#e5f1fc;
	font-size:12px;
	text-indent:15px;
}

.tubiao1{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    color:#fff;
}
.tubiao2{
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    color:#fff;
}

.sub_menu{
	display:none;
	border-bottom:1px solid #597b9b;
}

.sub_menu li{
	background:url(../images/icons.png) 190px -283px no-repeat #2f4050;
}

.sub_menu a{
	text-indent:10px;
}

.main_body{
	position:fixed;
	background:#f9f9f9;
	left:210px;
	top:60px;
	right:0px;
	bottom:0px;
}

.breadcrub{
	width:96%;
	height:35px;
	line-height:35px;
	background-color:#deecf9;
	margin:20px auto 0;
	font-size:14px;
	border-left:5px solid #f80;
	text-indent:10px;
	color:#666;
}

.pannel{
	width:96%;
	overflow:hidden;
	margin:20px auto 0;
	background-color:#fff;
}

.pannel img{
	display:block;
	width:90%;
	margin:20px auto 0;
}

.login_bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-9999;
	background:url(../images/login-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.login_form{
  width:330px;
  height:350px;
  background:#fff;
  position:fixed;
  left:50%;
  top:50%;
  margin-top:-146px;
  margin-left:-165px;
  overflow:hidden;
  border-radius:6px;
}

.login_form .error_tip{
	position:absolute;
	font-size:12px;
	color:#f00;
	bottom:84px;
	left:18px;
	display:none;
}

.error_tip1{
	font-size:12px;
    margin-left: 17%;
	color:#f00;
	bottom:84px;
	left:18px;
	display:none;
}

.login_title{
  line-height:72px;
  text-align:center;
  background:#1ab394;
  color:#fff;
  font-size:20px;
}

.game_input{
	display:block;
	margin:20px auto 0;
	width:298px;
	height:32px;
	border:1px solid #d0d0d0;
  	border-radius:4px;

}

.input_txt{
  display:block;
  margin:20px auto 0;
  width:298px;
  height:32px;
  border:1px solid #d0d0d0;
  border-radius:4px;
  outline:none;
  text-indent:10px;
}

.input_sub{
  display:block;
  margin:40px auto 0;
  width:298px;
  height:32px;
  border:0px;
  border-radius:4px;
  background:#1ab394;
  color:#fff;
  cursor:pointer;
	z-index: 9999;
}

.input_sub:hover{
  opacity:0.8;
}

.common_table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #d1d1d1;

}

.common_table th,.common_table td{
	border:1px solid #d1d1d1;
	text-align:center;
	padding:13px 0px;
	font-size:12px;
}

.common_table div{
	height: 17px;
}

.pagenation{
    padding:0px;
    list-style:none;
    width:960px;
    height:40px;
    margin:20px auto 0;
    text-align:center;
    font-size:0px;
}

.pagenation li{
    display:inline-block;
    height:26px;
    font-size:12px;
    margin:7px 5px 0px;
}

.pagenation  a{
    line-height:26px;
    text-decoration:none;
    color:#393c35;
    display:block;
    padding:0px 10px;
    border:1px solid #d1d1d1;
}

.pagenation a:hover{
    background:#f80;
    color:#fff;
}

.review,.edit,.addtype{
	display:block;
	width:40px;
	line-height:20px;
	margin:-5px auto;
	border-radius:4px;
	color:#fff;
	background:#25c192;
}

.addtype{
	width:100px;
	line-height:26px;
}

.a_work {
    display: inline-block;
    margin-left: 10px;
}

.change{
    width: 80px;
}


.common_table .tleft1{
	text-align: left;
	text-indent:10px;
}

.form_group{
	overflow:hidden;
	margin-bottom:15px;
}

.form_group1, .form_group2{
	overflow:hidden;
	margin-bottom:15px;
}

.form_group1 label{
    float: left;
    width:200px;
	line-height:30px;
	text-align:right;
	font-size:14px;
}

.form_group2 label{
    float: left;
    width:200px;
	line-height:30px;
	text-align:right;
	font-size:14px;
}


.form_group label{
	float:left;
	width:200px;
	line-height:30px;
	text-align:right;
	font-size:14px;
}

.form_group1 .label_1{
    width: 6%;
}

.form_group2 .label_1{
    width: 6%;
}


.form_group .input_txt2{
	width: 367px;
	height:30px;
    margin-left: 4px;
	float:left;
	text-indent:10px;
	outline:none;
	border-radius:4px;
	border:1px solid #d0d0d0;
	box-sizing:border-box;
}

.form_group .input_area,.form_group .input_multxt{
	float:left;
	padding:10px;
    margin-left: 4px;
	outline:none;
	font-family:'Microsoft YaHei';
	font-size:14px;
	border-radius:4px;
	border:1px solid #d0d0d0;
	box-sizing:border-box;
}

.form_group .input_multxt{
    height: 300px;
    resize: none;
}

.form_group .sel_opt{
	width:150px;
	height:30px;
	float:left;
	border:1px solid #ddd;
	border-radius:4px;
	outline:none;
	text-indent:10px;
}

.form_group .index_pic{
	width:100px;
	height:100px;
	float:left;
	margin:0px;
}

.confirm, .del_context, .modify{
	width:80px;
	height:30px;
	border-radius:4px;
	color:#fff;
	background:#25c192;
	border:0px;
	outline:none;
}

.cancel, .back_{
	width:80px;
	height:30px;
	border-radius:4px;
	color:#fff;
	background:#25c192;
	border:0px;
	outline:none;
}

.line_top{
	border-top:1px solid #ddd;
	padding:10px 0px;
}

.pop, .pop2{
	width:600px;
    height: 610px;
	border:1px solid #ddd;
	background:#fff;
	position:fixed;
	left:40%;
	top:25%;
	margin-top:-151px;
	margin-left:-251px;
	z-index:9999;
    overflow: scroll;
}

.pop2_on_surevy {
	width:800px;
    height: 800px;
}

.pop h3, .pop2 h3{
    position: fixed;
    width: 600px;
	background:#25c192;
	line-height:40px;
	margin:2px;
	color:#fff;
	text-indent:10px;
}

.form_group .input_label{
	width:80px;
    line-height:32px;
    margin-left:60px;
}

.form_group .error_tip{
	position:absolute;
	left:141px;
	top:132px;
	color:#f00;
	font-size:12px;
	display:none;
}

.input_txt3, .input_txt4, .input_txt5, .input_txt6{
    float: left;
    width:128px;
    height:32px;
    margin-left: 4px;
    border:1px solid #d0d0d0;
    border-radius:4px;
    outline:none;
    text-indent:10px;
}

.input_txt3 {
	width: 50px;
}

.input_sub2, .input_sub3{
    float: left;
    margin-left: 44%;
	width:100px;
	height:28px;
	border:0px;
	border-radius:4px;
	background:#1ab394;
	color:#fff;
	cursor:pointer;
}

.input_sub5{
    float: left;
    margin-left:30%;
	width:100px;
	height:28px;
	border:0px;
	border-radius:4px;
	background: #9ed367;
	color:#fff;
	cursor:pointer;
}

.input_sub4{
    float: left;
    margin-left: 17%;
	margin-bottom: 2px;
	width:100px;
	height:28px;
	border:0px;
	border-radius:4px;
	background:#1ab394;
	color:#fff;
	cursor:pointer;
}

.down, .add{
    width: 40px;
    margin-left: 4px;
    margin-top: 8px;
    background-color: red;
    border-radius:4px;
	border:0px;
	color:#fff;
	cursor:pointer;
}

.add {
	background-color: #1ab394;
}

.pop .line_top, .pop2 .line_top{
    width: 600px;
	text-align:center;
	padding-top:15px;

}

.mask{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	left:0px;
	top:0px;
	opacity:0.3
}

.pop_con, .pop_con2{
	display:none;
}

.ui-pagination-container{
	text-align:center;
	margin-top:5px;
}

.users_filter_form{
	float:right;
	height:36px;
	margin:4px 10px 0 0;
}

.users_filter_form .input_txt{
	float:left;
	margin:0px;
	width:298px;
	height:26px;
	border:1px solid #d0d0d0;
	border-radius:4px;
	outline:none;
	text-indent:10px;
  }

.users_filter_form .input_sub{
	float:left;
	margin:0px;
	margin-left:15px;
	width:100px;
	height:28px;
	border:0px;
	border-radius:4px;
	background:#1ab394;
	color:#fff;
	cursor:pointer;
}

.check_users_table, .channel{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.channel{
    margin-bottom: 20px;
}

.check_users_table td{
    width: 80px;
}

.channel .flex_div{
    display: flex;
    flex-wrap:wrap;
}

.channel .to_right{
    margin-left: 40px;
}
.channel .sub_right{
    margin-left: 80px;
}
.channel span{
    margin-top: 2px;
    width: 200px;
}

.check_txt{
    display:block;
    width:200px;
    height:32px;
    border:1px solid #d0d0d0;
    border-radius:4px;
    outline:none;
    text-indent:10px;
}

.check_sub1, .check_sub{
  display:block;
  width:200px;
  height:32px;
  border:0px;
  border-radius:4px;
  background:#1ab394;
  color:#fff;
  cursor:pointer;
}

.check_sub{
  margin:0 auto;
}

.check_sub1{
	float: left;
	width: 100px;
	margin-left: 50px;
	margin-top: 5px;
}

.check_sub1, .check_sub:hover{
  opacity:0.8;
}
.background1{
    background: #d6e9c6;
}

.line_he{
	line-height: 36px;
	font-size: 14px;
}

.error{
	z-index: 99999;
	background-color: #ffffff;
	position:fixed;
	line-height: 50px;
	text-align: center;
	border:1px solid #d0d0d0;
	top: 100px;
	right: 50%;
	height: 100px;
	width: 250px;
	display:none;
}

.div_min_max_height{
	display: inline-block;
	word-wrap:break-word;
	word-break:break-all;
	height: 55px;
	overflow: auto;
}

.card_table{
	width:30%;
	float: left;
	margin-left: 2%;
	border-collapse:collapse;
	border:1px solid #d1d1d1;
}

.card_table th,.card_table td{
	border:0.5px solid #d1d1d1;
	text-align:center;
	padding:13px 0px;
	font-size:12px;
}

.mix_table{
	width: 100%;
	border-collapse: collapse;
}

.table_div {
	width: 40%;
	float: left;
	margin-left: 10px;
	margin-top: 2px;

}

.right_div{
	background-color: #9ed367;
	position: fixed;
	width: 380px;
	right: 0px;
	top: 160px;
	height: 600px;
	float: right;
	overflow: scroll;
}

.con_div{
	position: fixed;
	width: 400px;
	right: 0px;
	top: 160px;
}
.extent_div{
	background-color: #ff9565;
	float: right;
	position: absolute;
	width: 20px;
	height: 80px;
}

.rate_box{
	margin-top: 20px;
	margin-left: 20px;
	width: 300px;
	border: 1px solid #d1d1d1;
}
.rate_box span{
	display: inline-block;
	width: 99.9%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-weight: bold;
	background: -webkit-linear-gradient(#ffffff, #f1f2f6);
	background: -o-linear-gradient(#ffffff, #f1f2f6);
	background: -moz-linear-gradient(#ffffff, #f1f2f6);
	background: linear-gradient(#ffffff, #f1f2f6);

}

.rate_box p{
	display: inline-block;
	width: 60px;
}

.rate_box p:nth-child(1){
	background-color: #f1f2f6;
	border-radius: 2px;
}

.rate_box li{
	border-top: #d1d1d1 1px solid;
	padding-top: 5px;
	margin-bottom: 6px;
	padding-left: 5px;
}

.rate_box input{
	height: 25px;
}


.pop3{
	width:500px;
    height: 190px;
	border:1px solid #ddd;
	background:#fff;
	position:fixed;
	left:30%;
	top:25%;
	z-index:9999;
}

.pop3 h3{
	background:#25c192;
	line-height:40px;
	color:#fff;
	text-indent:10px;
}

.pop3 div{
	width: 100%;
	height: 100px;
}

.pop3 input[type="text"]{
	height: 25px;
}

.pop3 p {
	display: inline-block;
	margin-top: 35px;
	margin-left:20px;
}
.pop3 span{
	margin-left: 150px;
}

.i_click{
	color: red;
	display: inline-block;
	width:20px;
	margin: auto 2px;
}

.i_color {
	color:  #1ab394;
}

.field_tip {
	display: none;
	background-color: yellow;
}

#words_area{
	width: 100%;
	height: 100%;
	padding-left: 4px;
	outline:none;
	font-family:'Microsoft YaHei';
	font-size:14px;
	border-radius:4px;
	border:1px solid #d0d0d0;
	box-sizing:border-box;
	resize: none;
}

.words_space span{
	display: inline-block;
 	width:100px;
  	height:32px;
	line-height: 32px;
	text-align: center;
	margin-left: 5px;
	font-size:14px;
	border-radius:4px;
	background-color: #1ab394;
	color:#fff;
  	cursor:pointer;
}

/* */
.scroll_div {
	width: 100%;
	overflow: auto;
}

/* 颜色档位 */
/* 周六，周日 */
.date_background_color6{
	background-color: #edbf88;
}

.date_background_color0, .state_background_color1{
	background-color: #e98288;
}

.state_background_color3 {
	background-color: #1ab394;
}

/* 隔天档位 */
.add_tb_color{
	background-color: #dadada  ;
}

/* 数据档位 */

.data_background_color50{
	background-color: #317498;
}

.data_background_color45{
	background-color: #3982a5;
}

.data_background_color40{
	background-color: #4694b7;
}

.data_background_color35{
	background-color: #54a6c7;
}

.data_background_color30{
	background-color: #65b3d1;
}

.data_background_color25{
	background-color: #79bfd6;
}

.data_background_color20{
	background-color: #94d0de;
}
.data_background_color15{
	background-color: #abdde5;
}

.data_background_color10{
	background-color: #c5e8e9;
}
.data_background_color5{
	background-color: #d7efef;
}
.data_background_color_roi{
	background-color: #C9E4B4;
}
.data_background_color_power{
	background-color: #B5C6EA;
}
.data_background_color_incr{
	background-color: #FFF3CA;
}
/*-----------*/

.remark_context{
	display: none;
	background-color: gold;
	width: 300px;
	z-index: 9999;
}

.remark_p{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	word-wrap:break-word;
	word-break:break-all;
}

.pre_context{
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	padding-left: 5px;
}

.fzee_table{
	position: fixed;
	background-color: #fff;
}

/*一些小的调整*/

.radio_margin {
	margin: 10px;
}

.onSpan span{
    display: inline-flex;
}

.onSpan .add, .onSpan .down {
    margin-top: unset;
}

.origin_email{
	float: left;
}

.p_inline_block{
	display: inline-block;
}

.show{
	display:block;
}

.a_top{
	margin-top: 10px;
}

.input_file{
	margin-top:4px;
}

.to_left{
    float: left;
}

.tright{
    float: right;
}


.edit{
	background:#25c192;
}

.group_hide{
	display:none;
}

.mt50{
	margin-top:50px;
}

.mtf4{
	margin-left: 4px;
}

#width90{
	width: 90%;
}

#height100{
	height: 100px;
}

.m_auto{
	margin:0 auto;
}

/*---------------*/
