/* CSS Document */
body {font:14px '微软雅黑';background: #1b2326; color:#333333;width: 100%;  position: absolute;  height: 100%; margin: auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;}
td,th,caption { font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal;}
a { text-decoration:none; cursor:pointer; color: inherit;}
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; margin:0px; padding:0px;}
input, textarea, select, button {  outline:none;}
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

#echarts-3{
	height: 420px;
}
.detail_edit{ float:right;}

.head{display: none;background: #0e7fbb;  }/*还原*/
.head{/*background-color: #0d233e;*/ padding: 0px; }
.head .title{ font-size: 18px; color: #FFF; line-height: 60px; width:200px; text-align: center; font-weight:bold;}
.head .title a{color: #FFF;font-weight:bold;}
.head .title a:hover{ color: #FFF; }
.head .nav2{ height:60px;}
.head .nav2 li{ display: inline-block; font-size: 14px;color: #FFF; line-height: 60px;  }
.head .nav2 li:hover {background-color: #1d5187;}
.head .nav2 .hover {background-color: #1d5187;}
.head .nav2 li a{padding: 0;width:100% ;height: 100%;display: inline-block;padding-left: 14px; padding-right: 14px;}
.head .nav2 li a:hover{background:none; color: #FFF;}
.head .user{text-align: right; padding: 0 5px; float:right;}
@media(min-width:1200px) {
	.head .user{
		width: 240px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.head .user .header{
		/* max-width: 56px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block */
	}
	.head .user .header a{
		max-width: 56px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block
	}
	.head .nav2{ 
		width: calc(100% - 440px)!important;
		padding-right: 0!important;
	}
}
.head .user .email{ display: inline-block; margin-right: 20px;position:relative;}
.head .user .email img{ margin-top: -3px;}
.head .user .email span{display:block;position:absolute;top:-4px;left:13px;background:red;color:#fff;min-width:12px;padding:0 3px;height:14px;line-height:14px;font-size:12px;text-align:center;border-radius:6px;}
.head .user .notice{  display: inline-block; margin-right: 20px;  }
.head .user .header{  display: inline-block; margin-right: 20px;  }
.head .user .loginout{  display: inline-block; line-height: 60px; background-image: url(../images/loginout.png); background-repeat: no-repeat; background-position: left center; padding-left: 20px; font-size: 14px; color: #FFF; }

/*手机版导航栏*/
.head_phone{display: block;}
.nav_phone{ display: block;  position: absolute;right: 10px; top: 10px;}
.nav_phone .button{ width: 30px; position: relative;height: 23px; z-index: 111; float: left; border: 0; background: none; }
.nav_phone .button span{ height: 4px;  overflow: hidden; position: absolute; transition:opacity 0.25s;  left: 0; text-indent: 200%; width: 30px; background-color: #FF0000; }
.nav_phone .button::before{transform: translate3d(0,-8px,0);transition:transform 0.25s; content: "  "; position: absolute;top: 50%; left: 0; width: 100%; height: 4px; background-color: #FF0000; }
.nav_phone .button::after{transform: translate3d(0,8px,0);transition:transform 0.25s; content: "  "; position: absolute;top: 50%; left: 0; width: 100%; height: 4px; background-color: #FF0000; }
.head_phone .nav2{height: 0; overflow: hidden; }
.head_phone .nav2{ width: 100%;  transition:height 0.25s;  position: absolute;top: 0; z-index: 100; background-color: rgba(186,15,9,0.9);  }
.head_phone .nav2 ul{}
.head_phone .nav2 ul li{ height: 40px; border-bottom: 1px solid rgba(232,10,3,0.9); line-height: 40px; font-size: 16px; color: #FFF; text-indent: 20px; }
.head_phone .nav2 ul li a{display: block;}
.head_phone .nav2 ul li a:hover{ color: #FFF; }
.open.head_phone .nav2{ height: auto; }
.open .nav_phone .button span{ opacity: 0; }
.open .nav_phone .button::before{transform: rotate3d(0,0,1,45deg); }
.open .nav_phone .button::after{transform: rotate3d(0,0,1,-45deg);  }

/*mian*/
.main{ padding: 0;/*background-color: #e1ebf2 */}
.detail_box{padding: 0px 20px; margin-top: 20px; margin-bottom: 20px;}
	/*实时统计*/
.main .hd_left{}
.main .hd_left .title{ width: 160px; height: 40px; margin: auto; position: relative; z-index: 2; background-color: #020a3d; border: 1px solid #1a3f83; }
.main .hd_left .title p{ width: 152px; height: 32px; background-color: #1a3f83; margin: auto; margin-top: 3px; font-size: 18px; color: #FFF; line-height: 32px; text-align: center; }
.main .hd_left .title .icon1{ position: absolute; top: -1px; left: -1px; }
.main .hd_left .title .icon2{ position: absolute; top: -1px; right: -1px; }
.main .hd_left .title .icon3{ position: absolute; bottom: -1px; left: -1px; }
.main .hd_left .title .icon4{ position: absolute; bottom: -1px; right: -1px; }
.main .hd_left .content{ top: -20px; text-align: center; padding: 0; z-index: 1; border: 1px solid #1a3f83; padding: 30px 50px; display: table-cell; vertical-align: middle;}
.main .hd_left .content .cont_1{ height: 25%;}
.main .hd_left .content .cont_1 .img{ width: 100%; }
.main .hd_left .content .box2{ display: table; width: 100%; }
.main .hd_left .content .box{ height: 60px; padding: 10px 40px; background-image: url(../images/content.png); background-repeat: no-repeat; background-position: center; background-size: 100%; text-align: left; width: 100%; }
.main .hd_left .content .box .text{ float: right; }
.main .hd_left .content .box .name{font-size: 14px; color: #eee; line-height: 20px;  }
.main .hd_left .content .box .number{ font-size: 24px; color: #ffff44;  line-height: 20px;}
/*总量*/
.main .hd_left .content .total{ position: absolute; text-align: center; left: 20px; bottom: 20px; font-size: 22px; color: #61d2f7; background-image: url(../images/total.png);  width:212px; height: 83px; background-repeat: no-repeat; line-height: 83px; }
.main .hd_left .content .total span{color: #FFF; font-size: 12px;}
.main .center .img{ max-width: 100%;max-height: 100%; }
.main .hd_left .content .jx_1{ padding: 10px 0; height: 12.5%;}
.main .hd_left .content .jx_1 p{ float: left; font-size: 14px; width: 60px; color: #FFF; line-height: 16px; }
.main .hd_left .content .jx_1 img{  height: 16px; width: 50px; margin-left: 15px; }
.main .hd_left .content .jx_1 .img{ float: left; width: calc(100% -60px ) }

.main .hd_left .content2{ padding: 30px 0;  vertical-align: middle; text-align: center;  top: -20px; z-index: 1; border: 1px solid #1a3f83; }
.main .hd_left .content2 .table{ width: 100%; border: 0; margin-bottom: 0;  }
.main .hd_left .content2 .table th{ text-align: center; font-size: 14px; color: #61d2f7; line-height: 35px; font-weight: normal; border-top: 0; }
.main .hd_left .content2 .table td{ text-align: center; font-size: 14px; color: #FFF; line-height: 35px;border-top: 0;  }
.main .hd_left .content2 .table tr:nth-child(even){background-color: #10294d}



/*公共左*/
.main .common_left{ left: 0;  float: left; padding: 0;}
.main .common_left .title{ font-size: 14px; color: #FFF; line-height: 60px; padding: 0 0 0 50px; text-align: left;}
.main .common_left .left_ico1{ background:url(../images/left_ico1.png) 25px 22px no-repeat; }
.main .common_left .left_ico2{ background:url(../images/left_ico2.png) 25px 22px no-repeat; }
.main .common_left .left_ico3{ background:url(../images/left_ico3.png) 25px 22px no-repeat; }
.main .common_left ul{/*padding: 0 17px;*/}
.main .common_left ul li{ /*padding-left: 10px;*/ float: left; /*padding: 0 15px; */font-size: 14px; color: #fff; line-height: 40px; background-image: url(../images/li.png); background-repeat: no-repeat; background-position: 45px 15px; width:200px;  }
.main .common_left ul li a{display: block; padding-left:65px;}
.main .common_left ul li a.hover_plus{background: url(../images/plus.png) 42px 15px no-repeat;}
/*.main .common_left ul li:hover {background-image: url(../images/li2.png);background-color: #e1ebf2;}*/
.main .common_left ul li a:hover{color: #fff; text-decoration:underline;}
.main .common_left ul li.hover {background-image: url(../images/li2.png);background-color: #e1ebf2;}
.main .common_left ul li.hover a.hover_plus{background: url(../images/plus2.png) 45px 15px no-repeat #e1ebf2;}
.main .common_left ul li.hover a,.main .common_left ul li.hover a:hover{color: #2c83bf;}
.main .common_left ul li#plus_icon { background:none;}
/*公共右*/
.main .common_right{padding: 0; background-color: #e1ebf2; padding-bottom: 30px;}
.main .common_right .top{ padding: 0 20px; height: 40px;  background-color: #FFF;}
.main .common_right .top .position{ padding-left: 40px;  background-image: url(../images/position.png); background-repeat: no-repeat; background-position: 10px center; font-size: 14px; color: #666666;line-height: 40px; }
/*.main .common_right form{float: left;}*/
.main .common_right .form{ margin-top: 25px;float: left; }
.main .common_right .form .line_1{ margin-top: 20px; }
.main .common_right .form .line_1 .key{ width: 90px; float: left;text-align: right; font-size: 14px; color: #aaaaaa; line-height: 35px; height: 35px;}
.main .common_right .form .line_1 .value{ float: left; margin-left: 20px;  width: calc(100% - 110px)}
.main .common_right .form .line_1 .value .select{float: left; display: block; margin-right: 20px; float: left; width: 100%; padding: 0 15px; height: 35px; line-height: 35px; border: 1px solid #DDD; }
.main .common_right .form .line_1 .value .input{float: left; display: block; width: 100%;  padding: 0 5px; height: 35px; line-height: 35px; border: 1px solid #DDD; }
.main .common_right .form .line_1 .value .tip{float: left; display: block;margin-left: 10px;padding: 0 5px; height: 35px; line-height: 35px; background-color: #0099cc;color: #fff; }
.main .common_right .form .line_1 .value .tip a{color: inherit;}
.main .common_right .form .line_1 .value .text1{float: left; display: block; width: 100%;  padding: 0 15px; /*height: 60px;*/ line-height: 35px; border: 1px solid #DDD; }
.main .common_right .form .line_1 .value .submit{ width: 120px; height: 35px; border-radius: 5px; background-color: #2c83bf; border: 0; font-size: 14px; color: #FFF; }
.main .common_right .form .line_1 .value .submit2{ width: 120px; height: 35px; border-radius: 5px; background-color: #aaaaaa; border: 0; font-size: 14px; color: #FFF; }
.main .common_right .form .line_1 .value label{ display: block; margin-bottom: 0; margin-right: 10px; float: left; height: 35px; line-height: 35px;font-weight: normal; }
.main .common_right .form .line_1 .value label input{ float: left; display: block; margin-top: 11px;  }
.main .common_right .form .line_1 .value label p{ float: left;  margin-left: 5px; }
.main .common_right .form .line_1 .value label input[type='checkbox']{margin-top: 11px;}
.main .common_right .form .line_1 .tjmp{ color: #2D6BAC; margin-left: 84px;}
.main .common_right .form .line_1 .value .note{width:100%;padding:10px;min-height: 100px;border:1px solid #ddd;}
.mingpian{
	/*width: 100%;*/
	border-top:1px dashed #ccc;
	margin-top: 20px;
}
.mingpian:first-child{
	border-top: 0;
	margin-top: 0px;
}

.main .common_right .form .line_1 .value .map{ line-height: 40px; color: #444;font-size: 14px; }
.main .common_right .form .line_1 .value .map2{ margin-top: 20px; }
.main .common_right .form .line_1 .value #map2 label{float:left;height:25px;line-height:25px;display:inline-block; margin-left:10px;margin-right:10px; font-size:14px;}
.main .common_right .form .line_1 .value .position_btn2 {float:left; background: green; color: #ffffff; border: none; outline: none; padding: 5px 10px; border-radius: 3px; }
.main .common_right .form .line_1 .value .position_btn{float:left; background: red; color: #ffffff; border: none; outline: none; padding: 5px 10px; border-radius: 3px; }
.main .common_right .form .line_1 .value #point_x{float:left;padding:3px 5px;}
.main .common_right .form .line_1 .value #point_y{float:left;padding:3px 5px;}

/*搜索*/
.main .common_right .search{ padding: 25px 20px 15px; }
.main .common_right .search .keyword{ float: left;  margin-right: 10px; margin-bottom: 10px; width: 140px; font-size: 14px; color: #aaa; padding: 0 10px; border: 1px solid #DDD; border-radius: 3px; height: 35px; line-height: 35px; }
.main .common_right .search .select{ float: left;  margin-bottom: 10px; margin-right: 10px; font-size: 14px; color: #aaa; width: 100px; padding: 0 10px; border: 1px solid #DDD; border-radius: 3px; height: 35px; line-height: 35px; }
.main .common_right .search .submit{ float: left; display: block;  width: 80px; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #FFF; background-color: #2c83bf; border: 0; border-radius: 5px; margin-right:10px;  margin-bottom: 10px; }
.main .common_right .search span{float: left; margin-bottom: 10px; margin-right: 10px; line-height: 35px; font-size: 14px ;color: #aaaaaa;}
.main .common_right .search .time{ }

.main .common_right .search label{display: block; float: left; margin-right: 10px;margin-bottom: 10px;}
.main .common_right .search label input{ float: left; margin-top: 12px;}
.main .common_right .search label p{ float: left; line-height: 35px; margin-left: 5px; font-size: 14px; color: #666; font-weight: normal; }

/*列表*/
.main .common_right .table_box{ padding: 0 20px; }
.main .common_right .table{ width: 100%; border: 0; }
.main .common_right .table th{ font-size: 14px; color: #2c83bf; line-height: 40px; border-top: 0; }
.main .common_right .table td{text-align: center; border-top: 0; line-height: 32px; vertical-align: middle; font-size: 14px; color: #666;}
.main .common_right .table td .bianji{ display: inline-block;  padding: 0 5px; }
.main .common_right .table td .shanchu{ display: inline-block;   padding: 0 5px;}
.main .common_right .table tr:nth-child(odd){background-color: #cfe3f1}
.main .common_right .table td a:hover{text-decoration: underline;}


.main .common_right .table td label{display: block; float: left;padding-top: 5px;}
.main .common_right .table td label input{ float: left; margin-top: 10px;}
.main .common_right .table td label p{ float: left; margin-left: 20px; font-size: 14px; color: #666; font-weight: normal; }
.main .common_right .table td .tuisong{ float: left; margin-left: 20px; }
.main .common_right .table td .submit{ margin-left: 20px; float: left; width: 60px; height: 25px; margin-top: 10px; font-size: 14px; color: #FFF; background-color: #2c83bf; border: 0; line-height: 25px; }
.main .common_right .table td .submit2{ margin-left: 20px; float: left; width: 100px; height: 25px; margin-top: 10px; font-size: 14px; color: #FFF; background-color: #2c83bf; border: 0; line-height: 25px; text-align: center;}
.main .common_right .table td .select{ margin-left: 20px; float: left; height: 25px;  margin-top: 10px;}
/*基本信息*/
.main .common_right .message{}
.main .common_right .message .line1{ margin-top: 20px; }
.main .common_right .message .line1 .key{ float: left; width: 130px; text-align: right; font-size: 14px; color: #aaa;height: 35px; line-height: 35px;  }
.main .common_right .message .line1 .key span{ color: #FF0000; }
.main .common_right .message .line1 .value{ float: left; margin-left: 15px; }
.main .common_right .message .line1 .value .input{ width: 300px; height: 35px;font-size: 14px; color: #666; line-height: 35px; border: 1px solid #DDD; }
.main .common_right .message .line1 .value  label{ float: left; margin-right: 15px; }
.main .common_right .message .line1 .value  label input{ float: left; margin-top: 12px; }
.main .common_right .message .line1 .value  label p{ float: left; line-height: 35px; margin-left: 5px; font-size: 14px; color: #666; font-weight: normal; }
.main .common_right .message .line1 .value .submit{ width: 120px; height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #2c83bf;  }
.main .common_right .message .line1 .value .reset{ width: 120px; height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #aaaaaa;  margin-left: 15px; }
/*奖励比例*/
.main .common_right .jiangli_box{ padding: 0 20px; }
.main .common_right .jiangli{ margin-top: 30px;   padding: 0;}
.main .common_right .jiangli .title{ height: 48px; border: 1px solid #DDD; border-bottom: 0; background-image: url(../images/jiangli.png); line-height: 48px; font-size: 14px; color: #666; }
.main .common_right .jiangli .table{ background-color: #FFF; }
.main .common_right .jiangli .table td{ height: 40px; line-height: 40px; border: 1px solid #DDD; }
.main .common_right .jiangli .table td p{float: left; text-align: left; font-size: 14px; color: #666; width: 160px;}
.main .common_right .jiangli .table td p span{ color: #ff0000; margin-right: 5px; }
.main .common_right .jiangli .table tr:nth-child(odd){ background-color: #f5f5f5; }
.main .common_right .jiangli .table td .input{display: block; float: left; margin-left: 15px; height: 26px; width: 88px;border: 1px solid #cccccc; margin-top: 11px; }
.main .common_right .jiangli .table td .submit2{ width: 120px; display: inline-block;  height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #2c83bf;  }
.main .common_right .jiangli .table td .reset{ width: 120px; display: inline-block;  height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #aaaaaa;  margin-left: 15px; }

/*奖励比例*/
.main .common_right .xieyi_box{ padding: 0 20px; }
.main .common_right .xieyi{ margin-top: 30px;   padding: 0;}
.main .common_right .xieyi .title{ height: 48px; border: 1px solid #DDD; border-bottom: 0; background-image: url(../images/jiangli.png); line-height: 48px; font-size: 14px; color: #666; }
.main .common_right .xieyi .table{ background-color: #FFF; }
.main .common_right .xieyi .table td{ height: 40px; line-height: 40px; border: 1px solid #DDD; }
.main .common_right .xieyi .table td p{float: left; font-size: 14px; color: #666; width: 160px;}
.main .common_right .xieyi .table td p span{ color: #ff0000; margin-right: 5px; }
.main .common_right .xieyi .table tr:nth-child(odd){ background-color: #f5f5f5; }
.main .common_right .xieyi .table td .input{display: block; float: left; margin-left: 15px; height: 26px; width: 88px;border: 1px solid #cccccc; margin-top: 11px; }
.main .common_right .xieyi .submit2{ width: 120px; display: inline-block;  height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #2c83bf;  }
.main .common_right .xieyi .reset{ width: 120px; display: inline-block;  height: 35px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #aaaaaa;  margin-left: 15px; }
.main .common_right .xieyi .guoshui{ padding: 0; }
.main .common_right .xieyi .guoshui td{ border: 0; }
/*我的绩效*/
.main .common_right .mine_search{ padding: 0 20px; margin-top: 25px; }
.main .common_right .mine_search .left{ float: left; }
.main .common_right .mine_search .left .title{ font-size: 16px; float: left; color: #2c83bf; height: 35px; line-height: 35px;}
.main .common_right .mine_search .left a{ display: block; float: left; font-size: 14px;background-color: #fff; color: #2c83bf; line-height: 35px; text-align: center; border-radius: 5px; margin-left: 10px; width: 100px; height: 35px;  border: 1px solid #DDD; }
.main .common_right .mine_search .left .taday{ float: left; display: none; }
.main .common_right .mine_search .left a.hover{ border: 0; background-color: #2c83bf; color: #FFF; }
.main .common_right .mine_search .right{ float: right; }
.main .common_right .mine_search .right .input{ float: left;  width: 140px; height: 35px; border: 1px solid #DDD; font-size: 14px; color: #aaa; line-height: 35px; padding: 0 10px;}
.main .common_right .mine_search .right span{ display: block; float: left; padding: 0 5px; height: 35px; line-height: 35px; }
.main .common_right .mine_search .right .submit{ float: left; display: block; width: 80px; height: 35px; line-height: 35px; background-color: #2c83bf; font-size: 14px; color: #FFF; border:0; margin-left: 10px; }
.main .common_right .mine_tongji .input[type = 'text']{    margin-top: 8px; float: left;  width: 140px; height: 35px; border: 1px solid #DDD; font-size: 14px; color: #aaa; line-height: 35px; padding: 0 10px;}
.main .common_right .mine_tongji span{     margin-top: 8px;display: block; float: left; padding: 0 5px; height: 35px; line-height: 35px; }
.main .common_right .mine_tongji .submit{    margin-top: 8px; float: left; display: block; width: 80px; height: 35px; line-height: 35px; background-color: #2c83bf; font-size: 14px; color: #FFF; border:0; margin-left: 10px; }
/*统计*/
.main .common_right .mine_tongji{ padding: 0 20px; margin-top: 20px; padding-bottom: 40px; }
.main .common_right .mine_tongji .box{border: 1px solid #DDD; background-color: #FFF;}
.main .common_right .mine_tongji .title{ height: 50px; border-bottom: 1px solid #DDD; background-color: #f5f5f5; padding: 0 10px;}
.main .common_right .mine_tongji .title label{ display: block; margin-bottom: 0; float: left;  margin-left: 15px;}
.main .common_right .mine_tongji .title label p{ float: left; font-size: 14px; color: #aaa; line-height: 50px; font-weight: normal; }
.main .common_right .mine_tongji .title label .input{ display: block; float: left; margin-top: 20px; }
.main .common_right .mine_tongji .number{ padding: 50px 0; }
.main .common_right .mine_tongji .number .num_1{ float: left;  }
.main .common_right .mine_tongji .number .num_1 .name{ font-size: 14px; color: #888; text-align: center; line-height: 25px;  }
.main .common_right .mine_tongji .number .num_1 .n{ font-size: 34px; color: #666666; font-weight: bold;text-align: center;line-height: 60px;word-break: break-all;}
/*表格*/
.main .common_right .mine_table{ padding: 0 20px; margin-top: 20px; }
.main .common_right .mine_table .box{ border: 1px solid #DDD; background-color: #FFF; }
.main .common_right .mine_table .box .title{ height: 50px; background-color: #f9f9f9;    }
.main .common_right .mine_table .box .title p{ float: left; width: 100px; text-align: center; line-height: 50px; font-size: 14px; color: #666;}
.main .common_right .mine_table .box .title p label{width: 100%;margin-bottom: 0;cursor: pointer; font-weight: normal;}
.main .common_right .mine_table .box .title p.hover{ background-color: #FFF; border-left: 1px solid #DDD; border-right: 1px solid #DDD; }

.main .common_right .mine_table .table2{ border: 1px solid #DDD;  width: 100%;}
.main .common_right .mine_table .table2 td{ text-align: center; font-size: 14px; color: #666; height: 42px; border-bottom: 1px solid #DDD; line-height: 42px; }
.main .common_right .mine_table .table2 tr:nth-child(even){background-color: #f5f5f5}
.main .common_right .mine_table .table2  td .bianji{  padding: 0 5px; }
.main .common_right .mine_table .table2  td .shanchu{   padding: 0 5px;}

/*查看项目*/
.main .common_right .info{ width: 100%; border: 1px solid #DDD; background-color: #FFF; line-height: 35px;font-size: 14px; }
.main .common_right .info tr:nth-child(odd) {
    background-color: #f5f5f5;

}
.main .common_right .info tr:nth-child(even) {
    background-color: #fff;
}
.main .common_right .info .tabletitle{ height: 45px; line-height: 45px;background-size: 100% 100%; background-image: url(../images/box1_titlebg.gif); }
.main .common_right .info .tabletitle td{font-size: 14px; color: #666; font-weight: bold;border-bottom: 0}
.main .common_right .info td a.xmtitle{display:block;line-height:28px;}
.main .common_right .info td{ padding: 0 25px;height: 45px;line-height:45px;border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; font-size: 14px;color: #666; }
.main .common_right .info td img{max-width:940px;}
.main .common_right .info td .user{padding:3px 8px;border:1px solid #ccc;border-radius:10px;margin:0 8px 5px 0;}
.main .common_right .info td .zhixing{line-height:25px;}



/*商务通讯信息*/
.main .common_right .swtx{ height: 45px;  background-image: url(../images/box1_titlebg.gif); background-size: 100% 100%; padding: 0 25px; margin-top: 30px; background-color: #FFF; line-height: 38px; border: 1px solid #DDD; border-bottom: 0; }
.main .common_right .swtx .title{ float: left; font-size: 14px;color: #666;font-weight: bold; height: 45px; line-height: 45px; }
.main .common_right .swtx .add{ float: right; display: block;background-image: url(../images/addmp.png); background-position: 10px center; background-repeat: no-repeat; padding-left: 35px;height: 45px;line-height: 45px; }

.main .common_right .swtx_box{ background-color: #f2f2f2; border: 1px solid #DDD; padding-bottom: 15px;}
.main .common_right .swtx_box .blank{ height: 30px; background-color: #FFF; width: 100%; border-bottom: 1px solid #DDD; }
.main .common_right .swtx_box .swtx_1{ box-shadow: 5px 5px 5px #666; width: 350px; float: left; margin-left: 15px; margin-top: 15px; background-color: #FFF; padding-bottom: 10px; }
.main .common_right .swtx_box .swtx_1 .top2{ height: 30px; }
.main .common_right .swtx_box .swtx_1 .top2 .bianji{ float: left; font-size: 14px; color: #0368a8;  margin-left: 10px; line-height: 30px; }
.main .common_right .swtx_box .swtx_1 .top2 .company{ float: right; margin-right: 10px; font-size: 14px; color: #2b6bad;  line-height: 30px;}
.main .common_right .swtx_box .swtx_1 .name{ background-color: #2b6bad; margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #FFF; padding:  0 20px; height: 30px; line-height: 30px;  }
.main .common_right .swtx_box .swtx_1 .name span{margin-left: 15px; font-size: 14px;font-weight: normal; }
.main .common_right .swtx_box .swtx_1 .message{ font-size: 12px; color: #333; line-height: 25px; padding: 0 30px; }
.main .common_right .swtx_box .mingpian {margin-top: 15px;}
.main .common_right .swtx_box .mingpian .up{width: 100%;height: 30px;float: left;background-color: #2787a5;box-shadow: 0px 0px 14px #ccc;}
.main .common_right .swtx_box .mingpian .center{width: 100%; height:340px; float: left;position: relative;box-shadow: 0px 0px 14px #ccc;}
.main .common_right .swtx_box .mingpian .center .con{width: 90%;  margin:auto; position: absolute;top: 0; bottom: 0; left: 0; right: 0;}
.main .common_right .swtx_box .mingpian .center .con .name{clear:left;float:left;font-size: 22px; color: #444;margin-bottom:10px;margin-top:15px;}
.main .common_right .swtx_box .mingpian .center .con .name span{font-size:14px;}
.main .common_right .swtx_box .mingpian .center .con .danwei{clear:left;float:left;font-size: 18px; color: #3292b0; margin-bottom:10px;}
.main .common_right .swtx_box .mingpian .center .con .danwei span{font-size:14px;color:#444;}
.main .common_right .swtx_box .mingpian .center .con .email{clear:left;float:left;padding-left:0px;margin-bottom:10px;font-size:14px;line-height:18px;}

.main .common_right .swtx_box .mingpian .down{width: 100%;height: 20px;float: left;background-color: #3292b0;border-bottom: 12px solid #262727;box-shadow: 0px 0px 14px #ccc;}

/*项目跟进*/
.main .common_right .xmgj{  height: 45px; background-image: url(../images/box1_titlebg.gif);background-size: 100% 100%; padding: 0 25px; margin-top: 30px; background-color: #FFF; line-height: 38px; border: 1px solid #DDD;border-bottom: 0; }
.main .common_right .xmgj .title{ float: left; font-size: 14px;color: #666;font-weight: bold; height: 45px; line-height: 45px; }
.main .common_right .xmgj .choose{ float: right; display: block;height: 45px;line-height: 45px;}
.main .common_right .xmgj .choose p{ float: left; }
.main .common_right .xmgj .choose .select{ float: left; width: 198px; height: 28px; border:1px solid #ddd;  color: #aaaaaa;margin-top: 9px; }
.main .common_right .xmgj .choose .input{ float: left; width:240px; height: 28px; border:1px solid #ddd;  color: #aaaaaa;margin-top: 9px;margin-right:10px;padding-left:5px; }
.main .common_right .xmgj .choose .searchbtn{width:60px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #FFF;background-color: #2c83bf;border: 0;border-radius: 5px; margin-left: 10px;margin-top:9px;}
/*跟进记录*/
.main .common_right .gjjl img{max-width: 100px;}
.main .common_right .gjjl table{ width: 100%; background-color: #FFF; border-left: 1px solid #DDD;  }
.main .common_right .gjjl td{ height: 40px; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; vertical-align: middle; font-size: 13px; text-align: center; }
.main .common_right .gjjl td .del{ position: relative; left: 10px;  display: block; float: left; width: 0 }
.main .common_right .gjjl .ltk{margin-bottom: 20px}
.main .common_right .gjjl .ltk .name{ font-size: 14px;display: inline-block;line-height: 35px;}
.main .common_right .gjjl .ltk .name1{
	float: left;
	margin-right: 15px;
}
.main .common_right .gjjl .ltk .name2{
	float: right;
	margin-left: 15px;
}
.main .common_right .gjjl .ltk .a{
	width: 80%;
	float: right;
	margin-top: 15px;
}
.main .common_right .gjjl .ltk .q{
	width: 80%;
	float: left;
	margin-top: 15px;
}
.main .common_right .gjjl .ltk .q .con{
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	min-width: 20px;
	border:1px solid #ddd;
	background-color: #fff;
	display: block;
	padding: 0 20px;
	border-radius: 5px;
	max-width: calc(100%-85px);
}
.main .common_right .gjjl .ltk .a .con{
	float: right;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	min-width: 20px;
	border:1px solid #d1ecff;
	background-color: #d1ecff;
	display: block;
	padding: 0 20px;
	border-radius: 5px;
	max-width: calc(100% - 85px);
}
.main .common_right .gjjl .ltk .editgj{width:30px;height:30px;background:url('../images/bianji.png') no-repeat center;}
.main .common_right .gjjl .ltk .a .editgj{float:right;margin-right:-40px;}
.main .common_right .gjjl .ltk .q .editgj{float:left;margin-left:-40px;}
.main .common_right .gjjl .ltk .delgj{width:30px;height:30px;background:url('../images/shanchu.png') no-repeat center;}
.main .common_right .gjjl .ltk .a .delgj{float:right;margin-right:-40px;}
.editbox{padding:20px;}
/*提交跟进信息*/
.main .common_right .gj_form{ background-color: #FFF; }
.main .common_right .gj_form input[type='text'],.main .common_right .gj_form select{width:100%;padding-left: 5px; margin-bottom:15px;background-color: #fff;border:1px solid #ddd;height: 35px; font-size: 14px; color: #aaa;}
.main .common_right .gj_form input[type='text']::-webkit-input-placeholder{ color: #aaa }
.main .common_right .gj_form .srk{width: 90%;float: left;min-height: 150px;margin-bottom: 15px;padding:5px;border:1px solid #ddd;}
.main .common_right .gj_form input[type='submit']{ width: 120px; height: 35px; color: #fff; float: left; margin-bottom: 30px; background-color: #2c83bf; font-size: 14px; border:0; border-radius: 5px;line-height: 35px; }
.main .common_right .gj_form span.danwei{margin-left:5px;color:#999;}
.main .common_right .anniu{cursor:pointer;display:inline-block;text-align:center; width: 80px; height: 35px; color: #fff;  background-color: #2c83bf; font-size: 14px; border:0; border-radius: 5px;line-height: 35px; }
.main .common_right .search-result{position:absolute;left:0px;top:35px;width:250px;height:10px;}


/* 跟进上传按钮  */
.fileinput-button { position: relative; display: inline-block; overflow: hidden; border:0px solid red; background:#2c83bf; }
.fileinput-button:hover{background:#2c83bf;border:0px solid #2c83bf;}
.fileinput-button input{position:absolute; right: 0px; top: 0px; opacity: 0; -ms-filter: 'alpha(opacity=0)'; font-size: 200px; }

.successdiv{width:100%;display:none;}

.add_swtx{ display: none; background-color: #FFF; position: fixed;border: 5px solid #DDD; z-index: 99; top: 0; left: 0; width: 560px; height: 430px; }
.add_swtx .top2{ height: 40px; border-bottom: 1px solid #DDD; }
.add_swtx .top2 .title{ float: left; font-size: 14px; color: #0099cc; line-height: 40px;  margin-left: 10px;}
.add_swtx .top2 .close{ float: right; width: 20px; height: 20px; margin-top: 10px;margin-right: 10px; background-image: url(../images/cls.gif); background-position: 0 0;}
.add_swtx .top2 .close:hover{background-position: 0 20px;}
.add_swtx .table2{ width: 100%; }
.add_swtx .table2 td{ text-align: center; height: 38px; line-height: 38px; border: 0;  padding: 0 10px; }
.add_swtx .table2 td .input{  display: block; float: left; width: 110px; height: 28px; border: 1px solid #DDD;margin-top: 5px; }
.add_swtx .table2 td label{ display: block; float: left; margin-left: 10px; }
.add_swtx .table2 td label input{ display: block; float: left; margin-top: 13px; }
.add_swtx .table2 td label p{ display: block; float: left; font-weight: normal; line-height: 38px;margin-left: 5px; }
.add_swtx .table2 td .submit{ width: 120px; height: 35px; margin-top: 5px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #2c83bf;  }
.add_swtx .table2 td .reset{ width: 120px; height: 35px;  margin-top: 5px; border-radius: 5px; font-size: 14px; color: #FFF; text-align: center; border: 0; background-color: #aaaaaa;  margin-left: 15px; }






/*登录*/
.login_back{background-image: url(../images/login_back.jpg); background-repeat: no-repeat; background-position: center;background-size: 100% 100%; width: 100%; height: 100%; }
.login_back .login_box{ width: 476px; height: 474px; margin: auto; background-image: url(../images/login_box1.png); position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.login_back .login_box .title{ text-align: center;height: 130px; width: 280px; margin: auto; padding-top: 70px; font-size: 24px; color: #ffffff; line-height: 60px;/* background-image: url(../images/title.png); background-repeat: no-repeat; background-position: bottom center;*/ }
.login_back .login_box .form{ width: 280px; margin: auto; margin-top: 10px; }
.login_back .login_box .form .line1{ margin-top: 25px;}
.login_back .login_box .form .line1 .name{ width: 100%;  background: none; padding-left: 38px; border:1px solid #ffffff; border-radius:5px;height: 38px; line-height: 38px; background-image: url(../images/user.png); background-repeat: no-repeat; background-position: 10px center; background-color:#ffffff; }
.login_back .login_box .form .line1 .password{ width: 100%; background: none; padding-left: 38px;border:1px solid #ffffff; border-radius:5px;height: 38px; line-height: 38px;background-image: url(../images/password.png); background-repeat: no-repeat; background-position: 10px center; background-color:#ffffff;  }
.login_back .login_box .form .line1 .yzm{  width: 68%; display: block;float: left; padding-left: 38px; border:1px solid #ffffff; border-radius:5px;height: 38px; line-height: 38px;background-image: url(../images/yzm.png); background-repeat: no-repeat; background-position: 10px center; background-color:#ffffff;  }
.login_back .login_box .form .line1 .submit{ width: 100%; height: 45px; line-height: 45px; font-size: 20px; text-align: center;background-color: #057cec; border:0;  color: #FFF; border-radius:5px;}

@media(max-width:768px) {
.main .common_left ul li{
	width: 33.3333%;
	min-width: 145px;
}
.login_back .login_box{
    width:auto;
	height: 609px;
	margin: auto;
	margin-left: 15px;
	margin-right: 15px;
	background-image: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.login_back .login_box .form {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}
.login_back .login_box .form .line1 .name{margin-bottom: 15px;float: left;}
.login_back .login_box .form .line1 .password{margin-bottom: 15px;float: left;}
.login_back .login_box .form .line1 .yzm{margin-bottom: 15px;float: left; width: 68%;}
.login_back .login_box .title {
    text-align: center;
    height: 180px;
    width: 100%;
    margin: auto;
    padding-top: 100px;
    font-size: 30px;
    color: #FFF;
    line-height: 60px;
    /*background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: bottom center;*/
}
}




/*
@media(max-width:768px) {
.main .common_right .table td:nth-child(7){ display: none; }
.main .common_right .table th:nth-child(7){ display: none; }

}






@media(min-width:993px) and (max-width:1920px){
.main .hd_left .content2 .table th:nth-child(3){ display: none; }
.main .hd_left .content2 .table td:nth-child(3){ display: none; }
.main .hd_left .content2 .table th:nth-child(4){ display: none; }
.main .hd_left .content2 .table td:nth-child(4){ display: none; }

}
@media(min-width:768px) and (max-width:992px){
.main .hd_left .content2 .table th:nth-child(3){ display: none; }
.main .hd_left .content2 .table td:nth-child(3){ display: none; }
.main .hd_left .content2 .table th:nth-child(4){ display: none; }
.main .hd_left .content2 .table td:nth-child(4){ display: none; }
.main .hd_left .content2 .table th:nth-child(5){ display: none; }
.main .hd_left .content2 .table td:nth-child(5){ display: none; }

}

@media(max-width:992px) {
.main .common_right .table td:nth-child(6){ display: none; }
.main .common_right .table th:nth-child(6){ display: none; }
}

@media(max-width:1200px) {
.main .common_right .table td:nth-child(4){ display: none; }
.main .common_right .table th:nth-child(4){ display: none; }
}*/


@media(min-width:768px) {
.head{display: block;}
.head_phone{display: none}
/*.head .title{ font-size: 14px; }*/
.head .nav{margin-left: 20px; }
.head .nav li{padding-right: 10px; font-size: 12px;}
.head .user .email{ margin-right: 10px;  }
.head .user .notice{ margin-right: 10px;  }
.head .user .header{  margin-right: 10px;  }
.head .user .loginout{  margin-right: 10px;  }
.main .common_left{ width: 200px; }
.main .common_right{ width: calc(100% - 200px)}
/*.main .common_left ul li{ padding-left: 10px; font-size: 14px; color: #97a4b5; line-height: 40px; background-image: url(../images/li.png); background-repeat: no-repeat; background-position: left center;  }*/
/*.main .common_left ul li:hover {background-image: url(../images/li2.png);}*/
.main .common_left ul li a:hover{color: #fff; text-decoration:underline;}
.main .common_left ul li.hover {background-image: url(../images/li2.png);background-color: #e1ebf2;}
.main .common_left ul li.hover a,.main .common_left ul li.hover a:hover{color: #2c83bf;}
.main .common_right .mine_search .left .taday{ display: block; }
}
@media(min-width:992px) {
/*.head .title{ font-size: 16px; }*/
.head .nav{margin-left: 60px; }
.head .nav li{padding-right: 20px; font-size: 14px;}
.head .user .email{ margin-right: 20px;  }
.head .user .notice{ margin-right: 20px;  }
.head .user .header{  margin-right: 20px;  }
.head .user .loginout{  margin-right: 20px;  }

}
@media(min-width:1200px) {
/*.head .title{ font-size: 18px; padding: 0 5px; }*/
.head .nav{margin-left: 80px; }
.head .nav li{padding-right: 20px;}
.head .user .email{ margin-right: 10px;  }
.head .user .notice{ margin-right: 10px;  }
.head .user .header{  margin-right: 10px;  }
.head .user .loginout{  margin-right: 10px;  }
}


@media(min-width:1920px) {
.head .title{ font-size: 20px; padding: 0 15px; font-weight:bold;}
.head .user .email{ margin-right: 20px;  }
.head .user .notice{ margin-right: 20px;  }
.head .user .header{  margin-right: 20px;  }
.head .user .loginout{  margin-right: 20px;  }
.hd_left{ width: 33.3%; }
.hd_left_1{ width: 25%; }
.hd_left_2{ width: 50%; }

}

/*分页样式*/
.page{
	margin-bottom:30px;
	display: flex;align-items: center;justify-content: center;
	height: 40px;
}

.page a,.page span {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 3px;
	border: 1px solid #2c83bf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 23px;
}

.page a,.page li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #58A0D3;
}

.page a.first,.page a.prev,.page a.next,.page a.end {
	margin: 0;
}

.page a:hover {
	border-color: #2c83bf;
}

.page span.current {
	background: #2c83bf;
	color: #FFF;
	font-weight: 700;
	border-color: #2c83bf;
}
.page input.page-select{
    width: 60px;
    font-size: 14px;
    color: #aaa;
    padding: 0 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
}
.page input.page-btn{
    width: 60px;
    height: 25px;
    font-size: 14px;
    color: #FFF;
    background-color: #2c83bf;
    border: 0;
    line-height: 25px;
}



.view_more {
    position: relative;
    cursor: pointer;
}
.view_more span {
    position: absolute;
    width: 80px;
    border: 1px solid #06C;
    background: #FFF;
    left: 38px;
    top: 0px;
    display: none;
    text-align: center;
    z-index: 2;
}




.user_inherit { padding-left:10px; padding-top:10px;}
.user_inherit_l { float:left; width:250px;text-align:center;}
.user_inherit_l_1 {width: 100%;float: left; margin-bottom: 15px; background-color:#f0f0f0;text-align:center; text-indent:0px;}
.user_inherit_l_2{width: 100%;height:344px;float: left;padding-top: 15px; border:1px solid #d5d5d5; overflow:auto;scrollbar-face-color: #f0f0f0;scrollbar-shadow-color: #787878;scrollbar-highlight-color: #f1f1f1;scrollbar-3dlight-color: #efefef; scrollbar-darkshadow-color: #eaeaea; scrollbar-track-color:#f0f0f0; scrollbar-arrow-color: #787878;}
.user_inherit_r { float:left;     margin-bottom: 10px;width:250px;height:345px;overflow-y: auto; line-height:25px; margin-left:10px;border:1px solid #d5d5d5; }
.user_inherit_r table{width: 100%;}
.main .common_right .info .user_inherit_r td{ height: auto!important; padding: 0 18px!important; height: 30px; line-height: 30px; border:none;}
.user_inherit_r_area { float:left; width:478px;margin-left:10px; line-height:18px;}
.area_list_select { float:left; width:550px;line-height:20px;border:1px solid #d5d5d5;width:100%; overflow:hidden; padding:3px 5px;}
.area_list_select ul li { display:block; width:90px; height:20px; float:left; cursor:pointer;}

.user_inherit_list ul {font-size:12px;line-height:20px;margin:0;padding-left:6px; text-align:left;}
.user_inherit_list li {list-style:none;font-size:12px;line-height:20px;margin:0;padding-left:6px;}
.user_inherit_list .child {display:none;}
.user_inherit_list a {display:block;padding-left:20px;}

.user_inherit_list1{ text-align:left}
.user_inherit_list1 span,.user_inherit_list1 p{ width:34px; height:20px; display:block; float:left; margin:0px; padding:0px;}
.user_inherit_list1 span{ cursor:pointer;}
.user_inherit_list1 li{ clear:both;height:25px;}
.user_inherit_list1 li a{position: relative; bottom: 14px;}
.user_inherit_list1 li font{position: relative; bottom: 14px;}
/*.user_inherit_list1 a{ margin-left:-10px;}*/
.user_inherit_list1 .close{ background:url(../images/statu_close1.gif) no-repeat; opacity: 1;}
.user_inherit_list1 .open{ background:url(../images/statu_open1.gif) no-repeat;}
.user_inherit_list1 .user{ background:url(../images/statu_open_user1.gif) no-repeat;}
.user_inherit_list1 .deep1{margin-left:10px;}
.user_inherit_list1 .deep2,.user_inherit_list1 .deep3,.user_inherit_list1 .deep4{ margin-left:20px;}
.user_inherit_list1 .deep3,.user_inherit_list1 .deep4{display:none;}
.fbold {
    font-weight: bold;
    color: #2B6BAD;
}
.area_list { border:1px solid #ccc; width:100%; overflow:hidden; padding:3px 5px;}
.area_list ul li { display:block; width:70px; height:24px; float:left; cursor:pointer;}
.arealist_tab_title_on { background-color:#e3e3e3;}
.area_list_c {border:1px solid #ccc; width:100%; height:111px; overflow:hidden; padding:2px 5px;}
.arealist_tab_content ul li { display:block; width:105px; height:20px; float:left; cursor:pointer; background-color:#fff; overflow:hidden;}




.main .common_right .mine_search .title label {
    display: block;
    margin-bottom: 0;
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
}
.main .common_right .mine_search .title {
    padding: 0 10px;
}

/* setting */
.pms_setting{ margin:0px; padding:0px; /*margin-top:10px;*/margin-bottom: 30px; }
.pms_setting input { border:1px solid #b5b8c8; background:url(../images/input_bg.jpg) center repeat-x; padding-left:5px; height:30px; line-height:25px;}
.pms_setting a{ color:#2D6BAC;}
.pms_setting .pms_insert_but {font-family: '宋体';color: #fff;background-color: #234580; background-image: none; border: 0;width: 80px;height: 30px;border-radius: 5px;}
.pms_setting .txt1{ width:75px;text-align: center;padding: 0;}
.pms_setting th,.pms_setting td{ padding-left:10px; padding-top:10px;font-size: 14px;}
.pms_setting th{height: 50px;background-color: #cfe3f1; color: #2c83bf; font-size: 14px;text-align: left; line-height: 50px; padding: 0;}
.pms_setting .lastboard{ padding-left:55px; background:url(../images/bg_repno.gif) no-repeat -240px -600px; }
.pms_setting .board{ padding-left:55px; background:url(../images/bg_repno.gif) no-repeat -240px -550px; }
.pms_setting .childboard{ padding-left:110px; background:url(../images/bg_repno.gif) no-repeat -185px -550px; }
.pms_setting .tipsblock{ background:none; margin-bottom:-10px; }
.pms_setting .tipsblock ul{ margin-bottom:-11px; }
.pms_setting .tipsblock li{ margin-bottom:5px; padding:0 0 5px 20px; line-height:160%; background:url(../images/bg_repno.gif) no-repeat -340px 6px; }
.infobox{ clear:both; margin-bottom:10px; padding:30px; text-align:center; border-top:4px solid #DEEFFA; border-bottom:4px solid #DEEEFA; background:#F2F9FD; zoom:1; }
.infobox h4{ font-weight:normal}

/* star */
#star{position:relative;width:158px;margin-bottom:20px;height:25px; float: left; padding-top: 8px;}
#star ul,#star span{float:left;display:inline;height:19px;line-height:19px;}
#star ul{margin:0;}
#star li{float:left;width:24px;cursor:pointer;text-indent:-9999px;background:url(../images/star.png) no-repeat;}
#star strong{color:#f60;padding-left:10px;}
#star li.on{background-position:0 -28px;}
#star p{position:absolute;top:20px;width:159px;height:60px;display:none;background:url(../images/icon.gif) no-repeat;padding:7px 10px 0;}
#star p em{color:#f60;display:block;font-style:normal;}
.shaixuan{overflow: hidden;text-align:left;margin-bottom: 10px;}
.shaixuan label{height:33px;line-height:33px;}
.shaixuan .atpeople{margin-right:10px;background:url(/Public2/images/cha.png) no-repeat right center;padding-right:22px;cursor:pointer;}

.gjtitle {
    max-width: 540px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#cke_content{float: left;display: block;width: 100%;}


.chongfunum{cursor:pointer;color:red;cursor:pointer;}
.chongfunum:hover{text-decoration:underline;}
.chongfunum span{color:red;}

@media(max-width:768px) {
.main .common_right .table_box {
    padding: 0px 13px;
}
.modal-body .table2 td input[type='text']{
	padding: 0 5px;
	border: 1px solid #dcdfe6;
	float: left;
	height: 30px;
	width: 100%;
	margin-right: 10px;
}
}
@media(max-width:1200px) {
	.yc {
		display: none;
	}
	.xs{
		display: block;
	}
}
@media(min-width:1200px) {
	.xs{
		display: none;
	}
}
a.excelmoban {
    display:inline-block;
	margin: 0 0 10px 10px;
    color: #666666;
    text-decoration: underline;
    background: url(/Public2/images/excel.png) no-repeat 0px center;
    padding: 5px 0 5px 25px;
}

.tongji{
	padding: 0 20px;
	padding-top: 25px;
}
.tongji ul {
	/*display: table;*/
}
.tongji ul li{
	min-width: 250px;
	height: 120px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 0;
}
.tongji ul li .kuang{
	width: 100%;
	height: 100%;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 7px;
	box-sizing: border-box;
}
.tongji ul li .pic{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 30px;
	border-radius: 50%;
}
.tongji ul li .name{
	height: 60px;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	position: relative;
	top: -6px;
}
.jixiao{
	padding: 0 20px;
	margin-bottom: 20px;
}
.jixiao .biao{
	width: 100%;
	padding: 20px 0;
	float: left;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 7px;
}
.jixiao .more{
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-right: 25px;
}
.jixiao .title{
	float: left;
	font-size: 16px;
	color: #666;
	margin-left: 30px;
}
.jixiao .js li{
	min-width: 130px;
	width: 10%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.jixiao .js li .up{font-size: 16px;color: #aebece;line-height: 30px;}
.jixiao .js li .down{font-size: 26px;color: #222;}
.jixiao .biao table{
	margin-top: 15px;
	float: left;
	margin-bottom: 0
}
.jixiao .biao table th{
	background-color: #f3f3f3;
	height: 45px;
	font-size: 14px;
	color: #666!important;
	font-weight: normal;
	text-align: center;
}
.jixiao .biao table td{
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
@media(min-width:1200px) {
	.jixiao1{padding-right: 15px;}
	.jixiao2{padding-left: 15px;}
}
.jixiao .biao .xmjindu{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding:0 30px;
}
.jixiao .biao .xmjindu .jd li{
	/*padding:0 35px;*/
	margin-bottom: 0;
	min-width: 250px;
	padding-left: 0;
	box-sizing: border-box;
	float: left;
	height: 161px;
	margin-top: 20px;
}
.jixiao .biao .xmjindu .jd li .jindu{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.jixiao .biao .xmjindu .jd li .jdtitle{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #aebece;
	text-align: left;
}
.jixiao .biao .xmjindu .jd li .jindu .l{
	width: 100px;
	float: left;
	height: 20px;
	text-align: left;
	margin-right: 10px;
}
.jixiao .biao .xmjindu .jd li .jindu .l span{
	display: inline-block;
	height: 12px;
	margin-top: 4px;
	background-color: #24a5e8;
	min-width: 1px;
	border-radius: 6px;
}
.jixiao .biao .xmjindu .jd li .jindu .r{
	float: left;
	font-size: 14px;
	color: #aaa;
	line-height: 20px;
}
span.text{
	float: none !important;
}

.main .common_right .search .select2{
	float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #aaa;
    width: 100px;
    padding: 0 10px;
    border-radius: 3px;
    height: 35px;
}


