body{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
/*.skin-red .sidebar-menu>li:hover>a, .skin-red .sidebar-menu>li.active>a{
	font-size: 14px;
}*/
.skin-red .lw-sidebar-menu>li:hover>a, .skin-red .lw-sidebar-menu>li.active>a{
	font-size: 14px;
}
/*遮盖层*/
.cover{
	position: absolute;
	width: 100%;
	height: 5000px;
	width: 100%;
	background: #000;
	top: 300px;
	z-index: 1040;
	opacity: 0.1;
	display: none;
}

/*页面顶部隐藏层*/
.topHide{
	width: 100%;
	height: 300px;
	background: #eaeff5;
	margin-top: -300px;
	overflow: hidden;
	padding-top: 50px;
}

.topHide>ul{
	/* padding: 30px 100px 10px 100px; */
	padding: 10px 20px 10px 50px;
	list-style: none;
	height: 220px;
	overflow-y:auto;
}

.topHide>ul>li{
	/* width: 140px;
	height: 170px;
	background: url('../images/default_cover.png') -70px -60px #79BEAF; */
	width: 100px;
	height: 140px;
	background: url('../images/default_cover.png') -90px -70px #79BEAF;
	color: white;
	display: inline-block;
	float: left;
	margin:0 20px 10px 0;
	text-align: center;
	padding: 10px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
}

.topHide .create{
	background: none;
	border: 2px dashed #ccc;
	color: #9f9f9f;
}

.topHide .create:hover{
	border: 2px dashed #aaa;
}

.topHide .create i{
	font-size: 40px;
	margin-top: 40px;
}
/*页面顶部隐藏层结束*/


.main-header{
	height: 50px;
	margin: 0;
	z-index: 1031!important;
	background: #f3f3f3;
}
.main-header .workAreaToggler{
	width: 185px;
	height: 45px;
	line-height: 45px;
	display:block;
	margin:2px 0 0 15px;
	padding-left: 35px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.main-header .workAreaToggler .changeworks{
	display: none;
}
.main-header .workAreaToggler:hover .onework{
	display: none;
}
.main-header .workAreaToggler:hover .changeworks{
	display: block;
}

/*菜单*/
.menub-box{
	margin-bottom: 0px;
	height: 50px;
	line-height:50px;
	padding:3px 242px 3px 205px;
	width: 100%;
	overflow: hidden;
}
.menub-box li{
	display: block;
	float: left;
	position: relative;
	border: 1px solid transparent;
	width: 68px;
	text-align: center;
	border-radius: 4px;
	margin-right: 2px;
}
/*.menub-box li:first-child{
	border-radius: 4px 0 0 4px;
}
.menub-box li:last-child{
	border-radius:0 4px 4px 0;
}*/
.menub-box .menuadd{
	border: none;
}
/*.menub-box li i{
	margin-right: 1px;
}*/
.menub-box li a{
	color: #e04545;
	cursor: pointer;
	height: 42px;
	display: block;
	overflow: hidden;
}
.menub-box li a i{
	display: block;
	width: 100%;
	height: 23px;
	line-height: 23px;
	color: #e04545;
	font-size: 18px;
}
.menub-box li a span{
	display:block;
	line-height: 19px;
	height: 19px;
	border-radius: 4px;
	font-size: 14px;
}
/*.menub-box li .closeMenu{
	position: absolute;
	top:2px;
	right: 2px;
	cursor: pointer;
	color: #999;
	display: none;
}*/

/*.menub-box li:hover .closeMenu{
	display: block;
}*/
.menub-box li.active,.menub-box li:hover{
	border-color:#e04545;
	background: #e04545;
}
.menub-box li.active a i,.menub-box li:hover a i{
	color: #fff;
}
.menub-box li.active a span,.menub-box li:hover a span{
	background: #fff;
}
.menub-box li.active .jt{
	display: block;
	position: absolute;
	height: 6px;
	width: 12px;
	background: url(../images/active_n.png) no-repeat;
	margin-right: 0px;
	left: 50%;
	margin-left: -6px;
}
.main-header .open-other{
	height: 20px;
	width: 20px;
	background: #e04545;
	border: none;
	border-radius: 5px;
	position: absolute;
	top: 17px;
	right: 118px;
}
.main-header .open-other a{
	height: 20px;
	width: 20px;
	text-align: center;
	display: block;
}
.main-header .open-other a i{
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
}
.main-header .open-other:hover{
	background: #fff;
}
.main-header .open-other:hover a i{
	color: #e04545;
}
/*右侧菜单*/
.menu-custom{
	position: absolute;
	right: 0px;
	padding: 11px 6px 11px 0;
	width: 112px;
	height: 50px;
	top: 0px;
}
.menu-custom li i{
	font-size: 16px;
	color: #999999;
	margin-right:5px;
}
.menu-custom li i.down{
	margin-left: 3px;
	color: #000;
	font-size: 12px;
	position: absolute;
	margin-top: 1px;
}
.menu-custom li .label{
	position: absolute;
    top: -5px;
    right: -2px;
    text-align: center;
    font-size: 4px;
    padding: 2px 3px;
    line-height: .9;
}
.menu-custom .dropdown-menu{
	position: absolute;
    right: 0;
    left: auto;
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 40px;
    background: #fefefe;
}
.menu-custom .dropdown-menu li.header{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}
.menu-custom .dropdown-menu li.footer{
	border-top: 1px solid #f4f4f4;
	color: #444444;
	background: #ffffff;
    font-size: 14px;
    text-align: center;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}
.menu-custom .dropdown-menu .menu{
	list-style: none;
	padding: 0;
	font-size: 12px;
}
.menu-custom .dropdown-menu .menu li{
	padding: 5px 10px;
	border-bottom: 1px solid #f4f4f4;
	background: #fff;
}
.menu-custom .dropdown-menu .menu i{
	font-size: 10px;
	margin: 0
}
.menu-custom .dropdown-menu .menu a{
	color: #888;
}
.menu-custom .dropdown-menu .menu h4{
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px 0;
	color:#444;
}
.menu-custom .system{
	width: 100px;
	overflow: hidden;
}
.menu-custom .system .headborder{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.menu-custom .system li:last-child{
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.menu-custom .system li{ 
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	cursor:pointer;
}
.menu-custom .system li:hover{
	color: #fff;
}

.menu-custom a{
	color: #fff;
	display: block;
	width: 106px;
	height: 28px;
	line-height: 22px;
	background: #e04545;
	border-radius: 4px;
	padding: 3px 8px 3px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.menu-custom a .user{
	display: inline-block;
	height: 22px;
	width: 22px;
	background: #fff;
	border-radius: 1px;
	text-align: center;
	line-height: 22px;
	color: #e04545;
}
.menu-custom a .down{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 17px;
}
.menu-custom a:hover{
	text-decoration: none;
}
.wrapper{
	width: 100%;
	border: none;
}

.logArea>ul{
	list-style: none;
	padding: 0;
}

.logArea>h4{
	border-bottom: 1px solid #bababa;
	padding-bottom: 20px;
}

.logArea>ul>li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #d8d8d8;
}

.logArea>ul>li>span{
	float: right;
}
/*tab标签栏*/
.tab_meun_box{
	height: 32px;
	background: #a7adbb;
	padding: 6px 6px 0 28px;
	position: relative;
}
.tab_meun_box .meun_box{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tab_meun_box .menusBtn{
	position: absolute;
	left: 4px;
	top: 6px;
	height: 20px;
	width: 20px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 20px;
	border: 1px solid #e04545;
	cursor: pointer;
}
.tab_meun_box .menusBtn i{
	display: block;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #e04545;
}
.tab_meun_box .menusBtn:hover{
	background: #e04545;
}
.tab_meun_box .menusBtn:hover i{
	color: #fff;
}


.tab_meun_box .meun_box .tab_list{
	width: 100px;
	height: 25px;
	color: #464444;
	background: url(../images/tab_bg.png) no-repeat;
	background-position: -100px 0;
	padding-top: 5px;
	line-height: 20px;
	text-align: center;
	float: left;
	list-style: none;
	position: relative;
	cursor:pointer;

}

.tab_meun_box .meun_box .tab_list:first-child{
	margin-left: 0px;
}
.tab_meun_box .meun_box .tab_list span{
	width: 80%;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	overflow:hidden;
}

.meun_box .tab_list .closeMenu{
	position: absolute;
	right:6px;
	top: 1px;
	display: none;
	z-index: 1;
}
.tab_meun_box .meun_box .tab_list:hover{
	color: #fff;
	background-position:0;
	z-index: 1;
	width: 200px;
	background-size: 400px 25px;
}
.tab_meun_box .meun_box .tab_list:hover i{
	color: #fff;
}
.tab_meun_box .meun_box .tab_list:hover .closeMenu{
	display: block;
}

.tab_meun_box .meun_box .active{
	color: #fff;
	background-position:0;
	z-index: 1;
	width: 200px;
	background-size: 400px 25px;
}

.tab_meun_box .meun_box .active i{
	color: #fff;
}
.tab_meun_box .meun_box .tab_list .closeMenu:hover{
	color: #000;
}
/*表格区*/
.tableWarpper{
	width: 99%;
	/*overflow-y: auto;*/
	padding: 0 8px 8px 8px;
}
.tableWarpper .center_content{
	background: #f7f7f7;
}

/*以下样式做测试用，可以删除*/
.tableWarpper table{
	width: 100%;
}
.tableWarpper table th,.tableWarpper table td{
	border: 1px solid #f4f4f4;
	padding-left: 10px;
	height: 35px;
}
.tableWarpper table th{
	color: #9ea1c4;
}
.tableWarpper table td{
	font-size: 13px;
	font-weight: bold;
}
.tableWarpper table tbody tr:nth-child(even){
	background: #fcfcfe;
}
.tableWarpper table tbody tr:hover{
	background: #f2f6ff;
}

.warpper{
	padding: 40px;
	position: relative;
	background: #f9fafb;
}

.warpper .top{
	height: 50px;
}

.leftContent{
	margin-right: 380px;
	min-height: 500px;
	border: 1px solid #d5d5d5;
	background: white;
	padding: 20px;
}

.leftContent > .bottom{
	margin-top: 50px;
}

.rightAssistant{
	width: 350px;
	min-height: 400px;
	position: absolute;
	right: 40px;
	top:90px;
}

.fields{
	width: 270px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebeced;
}

.fields>li{
	color: #4b4b4b;
	background: #fff;
	width: 125px;
	float: left;
	margin-right: 8px;
	padding: 3px;
	border:1px solid #dbdbdb;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 1px 1px 1px #e3e3e3;
	cursor: pointer;
	margin-bottom: 10px;
}

.fields>li>i{
	margin-right: 6px;
	color: #a4add4;
}

.fieldsTable{
	width: 100%;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}

.fieldsTable th{
	font-weight: normal;
	height: 50px;
	width: 150px;
	background: #f8fafe;
	padding-left: 10px;
	border-bottom: 1px solid #eeecec;
}

.fieldsTable td{
	border-bottom: 1px solid #eeecec;
	color: #9f9f9f;
	padding-left: 10px;
}


/*筛选栏表格操作区*/
.optionbox{
	height: auto;
	padding: 8px 8px 0 8px;
	/*margin-bottom: 10px;*/
}
.optionbox .sj_btn{
	position: absolute;
	padding:10px 15px !important;
	color: #fff;
	right: 0;
}
.optionbox .sj_btn:hover
{
	background: #dd4b39;
}

.optionbox .formtit{
	height: 40px;
}
.optionbox .formtit span{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.optionbox .option{
	padding-right:10px;
	color: #fff;
	margin-left: 0px;
	display: flex;
	height: auto;
}

.optionbox .option .pull-right{
	margin-left: auto;
}

.navbar{
	height: 32px;
	min-height: 32px;
	margin-bottom: 0px;
}
#searchArea{
	margin-bottom: 0px;
	margin-left: -50px;
}
#searchArea .dropdown-menu{
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3) inset;
}
.option i{
	margin-right: 5px;
}
.option > div > span{
	display:block;
	float: left;
	border: 1px solid #e6e6e6;
	color: #464646;
	height:32px;
	margin-left: 10px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px; 
}
.option .left_style span i {
	/*color: #42a5f5;*/
}
.option .left_style span:first-child{
	margin-left: 0px;
}
.option .right_style span:first-child{
	margin-left: 0px;
}
.option .left_style span{
	/*color: #42a5f5;*/
}
.option > div > .screen-label{
	line-height: 26px;
	margin-top: 3px;
	background: #f8efb5!important;
	color: #706a6a!important;
	box-shadow:0 1px 3px rgba(52,27,61,0.2);
	-webkit-box-shadow:0 1px 3px rgba(52,27,61,0.2);
	margin-left: 10px;
	height: 26px;
}

.option > div > ul{
	float: left;
	list-style: none;
}
.option > div > ul > li{
	float: left;
	line-height: 30px;
	height: 32px;
	padding: 0 10px;
	position: relative;
	border: 1px solid #42a5f5;
	color: #42a5f5;
	margin-left: 10px;
	cursor: pointer;
}
.option > div > ul > li > a {
	color: #464646;
}
.option .dropdown-menu li{
	padding:0 20px 0 10px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}
.option .dropdown-menu li:hover{
	color: #fff;
}
.option > div > ul > li:hover{
	background: #e04545;
	color: #fff;
}
.option > div > ul > li:hover a{
	color: #fff;
}

.option .search{
	width: 30px;
	border-right: 1px solid #ccc;
}
.option .open li{
	color: #808080;
}
/*.option a{
	color: #fff;
}*/
.option>a{
	padding:10px 15px !important;
	margin-right: 10px;
}
.option .pointer{
	cursor:pointer;
}


/*右侧筛选目录*/
.formbox .formnav{
	padding-top: 50px;
	height: 100%;
	overflow-y:auto;
	width: 220px;
}
/*.formbox .formmainbox{
	border:1px solid transparent;
	background: pink;
}*/
.formbox .formmain{
	margin:10px 0 0;
	width: auto;
	padding:0 10px;
}
.formmain .content{
	padding-top:0; 
}


@media (min-width:768px){

/*		.formbox .formnav {
		padding-top:90px; 
	}*/
/*	.formbox .formmainbox{
		margin-top: 
	}*/
}


/*打开新表格弹出框*/
.modal-body{
	padding: 15px;
}
.modal-content{
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.openNewBox{
	padding: 0 30px;
	max-height: 750px;
	overflow-y:auto;
}
.openNew{
	overflow: hidden;
	margin-left: -40px;
	margin-bottom: 0px;
}
.openNew li{
	float: left;
	display: block;
	width:16.6%;
	height: 50px;
	margin: 0 auto 15px;
	text-align: center;
}

.openNew li a{
	color:#808080;
	display: block;
	cursor:pointer;
}
.openNew li a i{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	width: 100%;
}
.openNew li a span{
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 14px;
}
.openNew li a:hover{
	text-decoration: none;
}

.openNew .addNewFormIcon a{
	color: #e5e5e5;
}
.user_manage .dropdown-cover,
.menu-custom .dropdown-cover,
.add_search_box .add_search_box-cover,
.formChoiceBox .formChoiceBox_cover,
.wait_list_box .box_cover
{
	background:rgba(255,255,255,0);
/*	background: red;*/
	height: 5000px;
	width:5000px;
	position:fixed;
	left: 0 ;
	top: 0;
	z-index: -1;
}
.dial_box .dial_cover{
	background:rgba(255,255,255,0);
	/*background: red;*/
	height: 140px;
	width:300px;
	position:fixed;
	right: 150 ;
	top: 0;
	z-index: -1;
}
.formChoiceBox .formChoiceBox_cover{
	left: -1000px;
	top:-800px;
}



/*demo表格里样式*/
body{
	font: 14px/1.5 Lucida Grande,Lucida Sans Unicode,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}
.add_head_box{
	/*overflow: hidden;*/
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
	/*cursor: pointer;*/
	position: fixed;
	width: 65%;
	z-index: 902;
}
.add_head_box .add_close_box{
	/*float: right;*/
	height: 60px;
	/*width: 60px;*/
	cursor: auto;
	position: fixed;
	right: 0px;
	display: flex;
	z-index: 903;
	/*margin-top: -50px;*/
}
.add_head_box .add_close_box .close{
	display: block;
	margin: 14px 11px 0 0;
	height: 32px;
	width: 32px;
}
.add_head_box .add_close_box .close i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #000;
	/*font-size: 32px;*/
}
.add_head_box .add_head_icon{
	float: left;
	height: 47px;
	width: 50px;
	line-height: 32px;
	margin: 13px 0 0 20px;
}
.add_head_box .add_head_icon i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	font-size: 32px;
}
.add_head_box .add_form_row_name{
	margin:0 70px;
	height: 60px;
	text-align: center;
	position: relative;
}
.add_head_box .add_form_row_name .cut-top-left{
	/*position: absolute;
	left: 0;
	top: 13px;*/
	height: 59px;
	padding:13px 0 12px 0; 
	position: relative;
}
.add_head_box .add_form_row_name .tit_box{
	margin-left: 50px;
	width: auto;
	display: inline-block;
}
.add_head_box .add_form_row_name .cut-about-box{
	height: 34px;
	line-height: 34px;
}
.add_head_box .add_form_row_name .cut-about-box span{
	display: block;
	width:auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
	height: 34px;
	font-size: 14px;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight: bold;
	padding-right: 10px;
	-webkit-transform: translate(-50%, 0);   
    -moz-transform: translate(-50%, 0);   
    -ms-transform: translate(-50%, 0);   
    -o-transform: translate(-50%, 0);   
    transform: translate(-50%, 0);
    left: 50%;
}
.add_head_box .add_form_row_name .cut-about-box span i{
	position: absolute;
	right: 0;
	top: 10px;
}
.add_head_box .add_form_row_name .cut-about-box:hover{
	color: #e04545;
	border-color: #e04545;
}
.add_head_box .add_form_row_name h1{
	font-size: 18px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	text-overflow:ellipsis;
	line-height: 60px;
}
.xm_right{

}
.sx_left{
	margin-right: 110px;
	overflow: hidden;
	position: relative;
}
.sx_left .renovate{
	position: absolute;
	left: 0;
	left: 0;
}
.sx_left .renovate span .cut-refresh i{
	margin-right: 4px;
}
.add_form_row_name .drop_down_top{
	list-style: none;
	margin-bottom: 0px;
	height: 34px;
	padding: 1px 0;
	position: absolute;
	right: 80px;
	top: 13px;
	width: 104px;
}
.add_form_row_name .drop_down_top .drop_one{
	border:1px solid #e6e6e6;
	line-height: 30px;
	height: 32px;
	padding: 0 6px;
	position: relative;
	color: #464646;
}
.add_form_row_name .drop_down_top .drop_one a{
	overflow: hidden;
	height: 32px;
	position: relative;
	width: 100%;
}
.add_form_row_name .drop_down_top .drop_one a .tit{
	margin-right: 10px;
	width: auto;
	overflow: hidden;
	display: block;
	/*background: red;*/
}
.add_form_row_name .drop_down_top .drop_one a .caret{
	position: absolute;
	right: 0;
	top: 13px;
}
.add_form_row_name .drop_down_top .drop_one:hover{
	background: #e04545;
}
.add_form_row_name .drop_down_top .drop_one:hover >a {
	color: #fff;
}
.add_form_meta{
	margin-left:3%;
	width: 97%;
	height: 50px;
}
.drop_down_top .drop_one .dropdown-menu{
	border: 1px solid #e04545;
	box-shadow:0px 0px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.3) inset;
	left: -56px;
}
.drop_down_top .drop_one .dropdown-menu li{
	padding:0 6px;
	color: #808080;
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.drop_down_top .drop_one .dropdown-menu li:hover{
	background:#e04545;
	color: #fff; 
}
.add_form_meta .doc_drp{
	border-radius: 3px;
	/*height: 36px;
	line-height: 36px;*/
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	float: right;
	right: 100px;
	top: 8px;
}
.add_form_meta .form_meta_box{
	float: left;
	margin-top:17px;
	color: #9f9f9f;
}
.add_form_meta .form_meta_box a{
	color: #9f9f9f;
}
.add_form_allbox{
	overflow-y:auto;
	padding-top: 60px;
	background: #fff;
}
.add_form_allbox .add_form_left_box{
	overflow: hidden;
}
.add_form_left_box .meta_doc_box{
	overflow-y:auto;
	background: #f8fafe;
}
.add_form_allbox .add_form_right_box{
	float: right;
	width: 312px;
	background: #f8fafe;
}
.add_form_right_box .side_main{
	border-left: 1px solid #e5e5e5;
}
.add_form_right_box .side_main .side_tab{
	margin: 0 10px 2px;
	border-bottom: 1px solid #d5d5d5;
	height: 50px;
}
.form_side_tab{
	/* height: 35px; */
	margin-bottom: 10px;
}

.add_form_right_box .side_main .side_tab ul,.form_side_tab ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 17px;
}
.form_side_tab ul{
	padding-top: 2px;
}
.add_form_right_box .side_main .side_tab li{
	float: left;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
}
.form_side_tab ul li{
	margin-bottom: 0px;
	padding: 0 20px;
	float: left;
	cursor: pointer;
}
.form_side_tab ul li a{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	color: #555;
	border: none;
}
.add_form_right_box .side_main .side_tab li.current{
	border-bottom: 3px solid #008ed2;
	font-weight: 700;
}
.form_side_tab li.active{
	border-color:transparent;
	font-weight: 700;
	background: #fff;
}
.form_side_tab li:hover{
	font-weight: 700;
	background: #fff;
	/*border-color:transparent;*/
}
.form_side_tab li.active a,.form_side_tab li.active:hover a,.form_side_tab li a:hover{
	border-color:transparent;
	background: #fff;
}
.form_side_tab>li.active>a, .form_side_tab>li.active>a:focus, .form_side_tab>li.active>a:hover{
	border-color:transparent;
	background: #fff;
}
.cl:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.add_form_right_box .side_main .side_content{
	padding: 0 10px;
	overflow-y:auto;
}
.side_main .side_content .side_list .list_item{
	padding: 12px 0 12px 35px;
	border-bottom: 1px solid #eeecec;
}
.side_main .side_content .side_list .list_more{
	position: relative;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #eeecec;
	cursor: pointer;
	color: #9f9f9f;
	margin-bottom: 160px;

}
.side_main .side_content .side_list .list_item .icon{
	float: left;
	margin-left: -30px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.side_main .side_content .side_list .list_item .icon i{
	text-align: center;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	color: #d5d5d5;
}
.side_main .side_content .side_list .list_item .info{
	overflow: hidden;
}
.side_main .side_content .side_list .list_item .info p{
	color: #9f9f9f;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.side_main .side_content .side_list .list_item .info p .date{
	float: right;
	margin: 0;
	color: #9f9f9f;
}
.side_main .side_content .side_list .list_item .info p span{
	margin-right: 5px;
}
.side_main .side_content .side_list .list_item .info p em{
	margin-right: 5px;
	font-style: normal;
}
.add_form_allbox .add_doc_box{
	padding-bottom: 0;
	/*margin-left:3%;*/
	/*width:94%;*/
	background: #f8fafe;
}
.add_form_allbox .add_doc_btn{
	margin-top: 20px;
	padding: 10px 0 18px 30px;
	position: fixed;
	bottom:2px;
	width:96%;
	z-index: 902;
	background: #f8fafe;
	/*left: 0;*/
}
.add_doc_btn .checkbox{
	margin-bottom: 4px;
}
.add_doc_btn .foot-right{
	padding-top: 4px;
	position: absolute;
	right: 30px;
	top: 10px;
}
.add_allbox .add_doc_btn .checkbox{
	margin-top: 6px;
	margin-bottom:-4px;
	color: #9f9f9f;
}
.add_form_allbox .add_doc_btn .doc_btn{
	margin-right: 10px;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	padding: 0 30px;
}
.doc_btn_ord{
	border: 1px solid #42a5f5;
	background:#fff;
	color: #42a5f5;
}
.doc_btn_no{
	border: 1px solid #a5a5a5;
	color: #555;
	background:#fff;
}
.doc_btn_del{
	border: 1px solid #dd4b39;
	color: #dd4b39;
	background:#fff;
}
.doc_btn_ord:hover{
	border: 1px solid #2788d6;
	background:#2788d6;
	color: #fff;
}
.doc_btn_no:hover{
	border: 1px solid #cbcbcb;
	background:#cbcbcb;
	color: #dd4b39;
}
.doc_btn_del:hover{
	border: 1px solid #c93a28;
	background: #c93a28;
	color: #fff;
}
.doc_span_ord{
	border: 1px solid #42a5f5;
	background:#fff;
	color: #42a5f5;
}
.doc_span_ord:hover {
	color: #42a5f5;
}
.doc_span_ord_active:hover {
	color: #FFF;
}
.doc_span_ord_active{
    border: 1px solid #2788d6;
    background: #2788d6;
    color: #fff;
}
.addNewRecordbox{
	width: 100%;
	/*background: #fff;*/
	margin: 0 auto;
	padding-bottom: 130px;
}
.addNewRecordbox .item_box{
	border-top: 1px solid #d5d5d5;
}
.addNewRecordbox .item_box .item_row{
	border-bottom: 1px solid #eeecec;
	overflow: hidden;
	background: #f8fafe;
	height: 100%;
}
.addNewRecordbox .item_box .item_row .item_name{
	float: left;
	padding: 14px 10px;
	font-size: 14px;
	height: 100%;
	text-align: right;
}
.addNewRecordbox .item_box .item_row .item_name span{
	/*float: right;*/
}
.addNewRecordbox .item_box .item_row .item_input_box{
	float: left;
	min-height: 49px;
	background: #fff;
	height: 100%;
}
.addNewRecordbox .item_box .item_row .item_input_box .item_form{
	padding: 7px 0 0 0;
}
.item_row .item_input_box .item_form .item_input{
	margin: 0;
	padding: 6px;
	width: 100%;
	border: 1px solid #d5d5d5;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
	font-size: 14px;
}
.addNewRecordbox .item_box .item_row .item_must{
	float: left;
	padding: 14px 10px;
	font-size: 14px;
	height: 100%;
	min-width: 100px;
}
.mustColor {
	color: #c00;
}
.item_form .more_form_box{
	position: relative;
	padding-right: 50px;
}
.item_form .more_form_box li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 10px 10px 0;
	float: left;
	list-style-type:none;
}
.item_form .more_form_box .more_text input{
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  border:1px solid #d5d5d5;
  color: #4b4b4b;
  background:#fff;
  width: 160px;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 34px;
}
 .item_form .more_form_box .more_text select{
 	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);  
  border:1px solid #d5d5d5;
  color: #4b4b4b;
  background:#fff;
  width: 160px;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 34px;
 }
 .item_form .more_form_box .more_btn{
 	position: absolute;
 	bottom: 0;
 	right: 0;
 	margin: 0 2px 6px 0;
 }
 .more_btn .btn_box{
 	text-decoration: none;
 	width: 20px;
 	height: 20px;
 	text-align: center;
 	border: 1px solid #eeecec;
 	font-size: 14px;
 	background: #fff;
 	border-radius: 3px;
 	-webkit-border-radius:3px;
 	box-shadow: 0 0 2px rgba(0,0,0,.1);
 	cursor: pointer;
 	line-height: 18px;
 	display: inline-block;
 	color: #9da1c4;
 }
 .more_btn .btn_box:hover{
 	color: #cf5c60;
 	font-weight: bold;
 	border-color: #d9d9d9;
 }


/*关联*/
.addNewRecordbox .item_box .item_row .about_box{
	padding: 7px 7px;
}
.about_box .btn-box{
	margin-top:6px;
	text-align: center;
}
.about_box .label-box{
	padding:3px 20px 3px 3px;
	border:1px solid #fc7223;
	border-radius: 3px;
	font-weight: normal;
	color:#8c8c8c;
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
	width: 100%;
	position: relative;
}
.about_box .label-box .label-icon{
	color:#8c8c8c;
	margin-left:4px;
}
.about_box .label-box .label-del{
	color:#f56954;
	position: absolute;
	right: 9px;
	top: 3px;
	
}
.about_box .tab_box{
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	margin: 0;
}
.about_box .add_tab{
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eeecec;
	background: #fff;
	color: #4b4b4b;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
}
.about_box .add_tab:hover{
	color: #fff;
	background: #42a5f5;
	border-color: #42a5f5;
}
.add_search_box{
	width: 300px;
	height: auto;
	margin-top: 10px;
	position: fixed;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	background: #fff;
	display: none;
	left: 0;
	top: 0;
	z-index: 902;
}
.add_search{
	padding: 20px 15px 15px;
	background: #fff;
}
.add_search .search_text{
	text-indent: 22px;
	font-size: 12px;
	background: #fff url(../images/icon_search.png) no-repeat 7px 7px;
	margin: 0;
	padding: 6px;
	width: 100%;
	border: 1px solid #d5d5d5;
	color: #4b4b4b;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	outline: none;
}
.add_search .list_illustrate{
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color:#333;
}
.add_list_box{
	margin-top: 10px;
	overflow-y:auto;
	max-height: 150px; 
}
.add_list_box ul{
	padding: 0;
	margin: 0;
}
.add_list_box .list_one{
	background: #f2f6ff;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	cursor: pointer;
	margin-bottom: 4px;
}
.add_list_box .list_one .list_text{
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;
}
.add_list_box .list_one .list_text i{
	float: left;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	/*color: #42a5f5;*/
	margin: 6px 0 0 5px;
}
.add_list_box .list_one .list_text span{
	width: 200px;
	text-align: left;
	overflow: hidden;
	display: block;
	white-space:nowrap;
	float: left;
	margin-left: 8px;
	font-size: 12px;
}
.add_list_box .list_one .list_text .list_check{
	margin: 6px 0 0 2px;
	color:#42a5f5;
}

.tab_box .tab_li{
	padding: 0;
	float: left;
	margin-bottom: 6px;
}
em{
	font-style: normal;
}
.tab_box .tab_li .tab_del,.tab_del{
	margin: 0 0 0 20px;
	font-size: 12px;
	color: #9f9f9f;
	cursor: pointer;
	
}
.tab_box .tab_li .tab_del{
	visibility: hidden;
}
.del_right{
	float: right;
}
.tab_box .tab_li .tab_hover:hover .tab_del{
	visibility:visible; 
}
.tab_box .tab_li .tab_hover .tab_del:hover,.tab_del:hover{
	color: #cf5c60;
}
.tab_box .tab_li .tab_del em{
	margin-left: 3px;
	font-style:normal;
}
.tab_box .tab_li  .tab_name_box{
	display: inline-block;
	text-align: center;
	position: relative;
}
.tab_box .tab_li  .tab_name_box i{
	font-size: 18px;
	margin-right: 5px;
	height: 18px;
	line-height: 18px;
	float: left;
	background: #fff;
	width: 16px;
	text-align: center;
/*	color: #42a5f5;*/
}
.tab_box .tab_li  .tab_name_box span{
	font-size: 14px;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	max-width: 600px;
	overflow: hidden;
	text-align: left;
	float: left;
	margin-left: 5px;
}
.about_box .fujian_box{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}
.about_box .fujian_box .fujian_li{
	padding: 5px 0 5px 40px;
}
.fujian_box .fujian_li .fujian_img_box{
	float: left;
	margin-left: -40px;
	height: 36px;
	line-height: 36px;
}
.fujian_li .fujian_img_box .fujian_img{
	font-size: 36px;
}
.fujian_box .fujian_li .title{
	display: inline-block;
}
.fujian_li .title .del{
 	float: right;
 	margin: 3px 0 0 20px;
 	font-size: 12px;
 	color: #9f9f9f;
 	cursor: pointer;
 	visibility: hidden;
 }
.fujian_li:hover .title .del{
	visibility:visible; 
}
.item_row em{
 	font-style: normal;
 }
.title a{
	color: #4b4b4b;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}
.title audio{
	height: 32px;
}
.fujian_li .info{
	font-size: 12px;
	color: #9f9f9f;
}
.fujian_li .info span,.fujian_li .info em{
	margin-right: 5px;
}
.about_box .addpic_box{
	margin-bottom: 10px;
}
.addpic_box h3{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.addpic_box .addpic{
	list-style: none;
	padding: 0;
	overflow:hidden;
}
.addpic_box .addpic li{
	float: left;
	margin: 0 0 10px;
	padding: 15px 10px 5px;
	width: 184px;
	height: 240px;
	background: #fff;
}
.addpic_box .addpic .up_ok:hover{
	background: #f2f6ff;
}
.addpic_box .addpic .up_ok:hover .thumb .del{
	display:block;
}
.addpic_box .addpic li .thumb{
	width: 164px;
	height: 164px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
}
.addpic_box .addpic li .loading{
	background: #f6f6f6;
}
.addpic li .thumb .del{
	font-weight: 400;
	text-decoration: none;
	position: absolute;
	top:-10px;
	right: -5px;
	border: 1px solid #e2e2d8;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: none;
	color: #cf5c60;
	background: #fafae9;
	box-shadow:0 0 2px rgba(0,0,0,.1);
	-webkit-border-radius:2px;
	border-radius: 2px;
}
.addpic li .thumb img{
	display: block;
	max-width: 164px;
	max-height: 164px;
	margin: 0 auto;
	text-align: center;
}
.addpic li .filename{
	margin-top: 15px;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}
.filename a{
	color: #4b4b4b;
	text-decoration: none;
	outline: none;
}
.multiple_choice,.single_choice,.sex_single_choice{
	padding: 0;
	margin: 0;
	list-style: none
}

.multiple_choice .multiple_text,.single_choice .single_text,.sex_single_choice .sex_single_text{
	padding: 5px 15px;
	/*height: 30px;*/
	line-height: 23px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	margin:0 10px 10px 0;
	font-weight: 400;
	float: left;
}
.color_label{
	height:20px;
	padding:0 5px;
	margin-right:5px;
	display:inline-block;
	color:#fff;	
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	line-height:20px;
}
/*背景颜色*/
.bg_deepblue{
	background: #097AC7;
}
.bg_blue{
	background: #42a5f5;
}
.bg_wathetblue{
	background: #92e0ec;
}
.bg_orange{
	background: orange;
}
.bg_red{
	background:#fb3b37;
}
.bg_green {
    background: #3D963D;
}
.bg_grey {
    background: grey;
}
.bg_yellow{
	background: #fdce41;
}
.bg_wathetgreen{
	background: #66bb6a;
}
.bg_pink{
	background: pink;
}

.bg_purple{
	background: #a93c97;
}



/*枚举背景颜色*/
.bg_active_0{
	color:#fff;
    background: #46baff;
}
.bg_active_1{
	color:#fff;
    background:#42a5f5;
}
.bg_active_2{
	color:#fff;
    background:pink;
}
.bg_active_3{
	color:#fff;
    background: #f16461;
}
.bg_active_4{
	color:#fff;
    background: #3D963D;
}
.bg_active_5{
	color:#fff;
    background: #12a89d;
}
.bg_active_6{
	color:#fff;
    background:#3e70f0;
}
.bg_active_7{
	color:#fff;
    background: orange;
}
.bg_active_8{
	color:#fff;
    background:#f60;
}
.bg_active_9{
	color:#fff;
    background:#ffd200;
}
.bg_active_10{
	color:#fff;
    background: #9ccc65;
}
.bg_active_11{
	color:#fff;
	background: #6a71e5;
}
.bg_active_12{
	color:#fff;
	background: #ef5350
}
.bg_active_13{
	color:#fff;
    background: #b39dda;
}
.bg_active_14{
	color:#fff;
    background: #000;
}

/*背景颜色结束*/
/*表格图标与名称弹出框样式开始*/
.dialog_form{
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 2px;
	border-color: grey;
}
.dialog_form tbody{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.dialog_form tbody tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.dialog_form tbody tr th{
	padding-top: 15px;
	width: 82px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}
.dialog_form tbody tr td{
	padding:8px 0;
	display: table-cell;
	vertical-align: inherit;
}
.dialog_form tbody tr td .formNameAndIcon{
	width: 100%;
	padding-left: 35px;
	box-sizing:border-box;
	position: relative;
}
.dialog_form tbody tr td .formNameAndIcon .formIcon{
	float: left;
	margin-left: -35px;
	border: 1px solid #d5d5d5;
	border-right: none;
	width: 35px;
	height: 36px;
	line-height: 36px;
	background: #f8fafe;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
	box-sizing:border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
}
.dialog_form .px_form_box tr td select{
	width: 15%;
	margin-right: 20px;
}
.dialog_form .px_form_box tr td label{
	margin-right: 15px;
	font-weight:400;
}
.formIcon i{
	float: none;
	font-size: 18px;
/*	background:#fff;*/
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 36px;
}
.dialog_form tbody tr td .formName{
	margin: 0;
	padding: 6px;
	height: 36px;
	line-height: 22px;
	width: 100%;
	border: 1px solid #d5d5d5;
	box-sizing:border-box;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	outline: none;
	font-size: 14px;

}
.modalInput{
	margin: 6px;
	padding: 6px;
	height: 25px;
	line-height: 22px;
	border: 1px solid #d5d5d5;
	box-sizing:border-box;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	outline: none;
	font-size: 14px;

}
.dialog_form tbody tr td .formExplain{
	font-size: 12px;
	color: #9f9f9f;
	display: block;
	height: 14px;
	line-height: 14px;
	padding-top: 8px;
	margin-bottom: 8px;
}
/*下拉菜单颜色icon选择*/
.formChoiceBox{
	width: 300px;
	height: auto;
	margin-top: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	white-space: normal;
	position: absolute;
	background: #fff;
	left: 0;
	padding: 5px 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display: none;
	z-index: 1;
}
.formChoiceBox .formChoice {
	background: #fff;
}
.formChoiceBox .formChoice .colorTit{
	position: relative;
	border-bottom: 1px solid #eeecec;
	margin: 10px;
}
.formChoiceBox .formChoice .colorTit strong{
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #fff;
	font-weight: 400;
	padding-right: 6px;
	color: #9f9f9f;
	font-size: 12px;
}
.formChoiceBox .formChoice .colorCho{
	padding: 5px;
	overflow: hidden;
}
.formChoiceBox .formChoice .colorCho ul,.formChoiceBox .formChoice .iconCho ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.formChoiceBox .formChoice .colorCho ul li,.formChoiceBox .formChoice .iconCho ul li{
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.formChoiceBox .formChoice .colorCho ul li span{
	display: block;
/*	border-radius: 30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;*/
	height: 24px;
	width: 24px;
	border: none;
	margin: 4px 0 0 4px;
	cursor: pointer;
}
.formChoiceBox .formChoice .colorCho ul li span i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	font-size: 26px;
}
.formChoiceBox .formChoice .iconCho{
	padding: 5px;
	height: 135px;
	overflow-x:hidden;
	overflow-y:auto; 
}
.formChoiceBox .formChoice .iconCho ul li{
	cursor: pointer;
}
.formChoiceBox .formChoice .iconCho ul li span{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
}
.formChoiceBox .formChoice .iconCho ul li span:hover{
	background: #f2f6ff;
}
.formChoiceBox .formChoice .iconCho ul li span i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	font-size: 18px;
	line-height: 32px;
}
/*表格图标与名称弹出框样式结束*/


/*                                工作区设置弹出框开始                                */
.workSet_box{
	padding: 15px 15px 15px 185px;
	margin: 0;
}
.workSet_box dt{
	float: left;
	margin-left: -170px;
	display: block;
}
.workSet_box dt .workImgSet{
	margin-bottom: 10px;
	position: relative;
	width: 140px;
	height: 180px;
	overflow: hidden;
	background: #d8e1f0;
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}
.workSet_box dt .workImgSet .workName{
	top: 0;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	font-weight: 400;
	z-index: 1;
	text-align: left;
	word-break:break-all;
	margin: 0;
	color: #4a4a4a;
	background: #eadfca;
}
.workSet_box dt .workImgSet .workImg{
	position: relative;
	top: 40px;
}
.workSet_box dt .workImgSet .workImg .img{
	position: absolute;
	display: block;
}
.workSet_box dt .imgBtn{
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.workSet_box dt .imgBtn a{
	color: #4b4b4b;
	text-decoration: none;
	outline: none;
}

.workSet_box dt .imgBtn .pipe{
	margin: 0 10px;
	color: #ececec;
}
.workSet_box dt .imgChange{
	margin-top: -2px;
}
.workSet_box dt .imgChange .imgOk{
	float: right;
	width: 42px;
	height: 22px;
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	border: 1px solid #008ed2;
	background: #008ed2;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.workSet_box dt .imgChange .changeBtn{
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-top: 8px;
	width: 80px;
}

input[type="range"] {
                background-color: #f2f6ff;
                border-radius: 15px;
                width: 400px;
                -webkit-appearance: none;
                height:8px;
            }
input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                cursor: default;
                top: 14px;
                height: 15px;
                width: 15px;
                transform: translateY(0px);
                background:#fff;
                border: #afb2cf 1px solid;
                border-radius: 16px;
                /*-webkit-box-shadow: 0 -1px 1px black inset;*/
            }


.workSet_box dd{
	display: block;
}
.workSet_box dd .work_tit{
	padding-top: 5px;
	margin-bottom: 10px;
}
.workSet_box dd .work_tit .tit_input{
	display: block;
	height: 31px;
	margin: 0;
	padding: 6px;
	width: 100%;
	line-height: 15px;
	border: 1px solid #d5d5d5;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	outline: none;
	font-size: 14px;
}
.workSet_box dd .work_body{
	height: 142px;
}
.workSet_box dd .work_body .creatdate{
	color: #9f9f9f;
	margin: 0;
	padding: 0;
}
.workSet_box dd .work_del{
	height: 20px;
	line-height: 20px;
}
.workSet_box dd .work_del a{
	margin-right: 20px;
	color: #4b4b4b;
	outline: none;
}
.workSet_box dd .work_del a span:hover{
	color: #3b65a7;
}
.workSet_box dd .work_del a i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	top: 2px;
	margin-right: 5px;
	color: #9da1c4;
}

/*                                工作区设置弹出框结束                                */

									/*页面切换样式开始*/
.foot-page-box{
	padding: 10px 0 5px ;
	text-align: center;
}
.foot-page-box .table-right{
	float: right;
	margin-top: 7px;
	right: 8px;
}
.foot-page-box .table-left{
	float: left;
	margin-top: 7px;
	margin-left: 8px;
}
.table-style .pop_menu{
	padding: 5px 0;
	top: -150px;
	left: -140px;
}
.pop_menu .pop_tips{
	padding: 0 10px;
	color: #9f9f9f;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	cursor: default;
}
.pop_menu .pop_select{
	border-bottom: 1px solid #eeecec;
	padding: 0;
	margin: 0;
}
.pop_menu .pop_select li{
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 1px;
	list-style: none;
	padding: 0 30px 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #4b4b4b;
}
.pop_menu .pop_select .current{
	background: #cfeeff;
}
.checkhide{
	display: none;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	color:#008ed2;
	margin-right: -20px;
	float: right;
	line-height: 32px;
}
.pop_menu .pop_select .current .checkhide{
	display: block;
}
.pop_menu .pop_select li .mod_category{
	display: inline-block;
}
.pop_menu .pop_select:last-child{
	border: none;
}
.foot-page-box .table-style a i:hover{
	color: #008ed2;
}
.foot-page-box .table-style a i{
	text-align: center;
	font-weight: 400;
	position: relative;
	font-size: 18px;
	color: #9f9f9f;
}
.foot-page-right-box{
	/*position: absolute;*/
    position: fixed;
	right: 6px;
	/*top: 44px;*/
    bottom: 2px;
}
.foot-page-box .cut-page{
	height: 28px;
	line-height: 28px;
}
.cut-page .previous-page,.cut-page .next-page{
	margin: 0 5px;
	padding: 0 5px;
	width: 80px;
	height: 28px;
	line-height: 28px;
}
.cut-page .previous-page:hover,.cut-page .next-page:hover{
	color: #008ed2;
}
.btn_n{
	cursor: pointer;
}
.btn_n:hover{
	color: #008ed2;
}
.cut-page .previous-page i,.cut-page .next-page i{
	font-weight: 400;
	text-decoration: none;
	position: relative;
	float: left;
	margin: 0 5px;
	border: none;
	font-size: 18px;
	text-align: center;
	color: #a2aee5;
	line-height: 28px;
	width: 16px;
}
.cut-page .next-page i{
	float: right;
}
.cut-page a{
	display: inline-block;
	color: #4b4b4b;
	font-size: 14px;
}
.cut-top-left a{
	float: left;
}
.cut-top-left .cut-refresh{
	font-size: 16px;
	line-height: 34px;
	color: #3c8dbc;
}
.cut-top-left .cut-refresh:hover{
	color: #e04545;
}
.cut-page .disabled,.cut-page .disabled:hover,.cut-page .disabled i{
	color: #9f9f9f;
	cursor: default;
}
.cut-page .pages{
	margin: 0 5px;
	display: inline-block;
	color: #4b4b4b;
	font-size: 14px;
}
.cut-page .pages a{
	margin: 0 5px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	border: 1px solid #fff;
}
.cut-page .pages a:hover{
	color: #008ed2;
	border: 1px solid #dfe3ea;
}
.cut-page .pages a.cur{
	color: #008ed2;
	border: 1px solid #dfe3ea;
}
									/*页面切换样式结束*/
									/*创建表格弹出框样式开始*/
.market_box{
	width: 1050px;
	margin: 30px auto 0;
}
.market_head{
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
}
.market_head .close{
	height: 50px;
	font-size: 30px;
}
.market_head h2{
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.market_body{
	padding: 0;
}
.market_body .market_side{
	float: left;
	padding: 20px;
	width: 200px;
	overflow-y:auto;
}
.market_body .market_side h3{
	padding: 5px 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 12px;
	color: #9f9f9f;
	font-weight: 400;
}
.market_body .market_side .market_menu{
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeecec;
}
.market_body .market_side .market_menu:last-child{
	border: none;
}
.market_body .market_side .market_menu li{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.market_body .market_side .market_menu li.current{
	color: #008ed2;
	font-weight: 700;
}

.market_body a{
	color: #4b4b4b;
	text-decoration: none;
	outline: none;
}
.market_body .market_side .market_menu li.current a{
	color: #008ed2;
}
.market_body .market_main{
	padding: 10px;
	overflow: hidden;
	overflow-y:auto;
}
.market_body .market_main .market_apptype{
	padding: 25px 0 15px;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.market_body .market_main .market_applist:last-child{
	margin-bottom: 60px;
}
.market_body .market_main .market_applist{
	list-style: none;
	margin-left: -20px;
}
.market_body .market_main .market_applist li{
	float: left;
	margin: 0 0 20px 20px ;
	padding: 0;
	padding-left: 76px;
	width: 264px;
	cursor: pointer;
}
.market_body .market_main .market_applist li .icon{
	float: left;
	margin-left: -76px;
	width: 76px;
	height: 76px;
	border-radius: 5px;
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
	overflow: hidden;
	background: #eeecec;
}
.market_body .market_main .market_applist li .icon .mod_icon{
	margin: 0;
	width: 76px;
	height: 76px;
	line-height: 76px;
	float: left;
	border-radius: 5px;
	text-align: center;
}
.market_body .market_main .market_applist li .icon .mod_icon .icon_color{
	font-size: 30px;
	line-height: 76px;
	float: none;
	color: #fff;
}
.market_body .market_main .market_applist li .info{
	padding-left: 15px;
	font-size: 12px;
}
.market_body .market_main .market_applist li .info h4{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.market_body .market_main .market_applist li .info p{
	margin: 0;
	padding: 0;
	height: 54px;
	color: #9f9f9f;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.market_body .market_main .market_btn{
	margin-top: 20px;
	border-top: 1px solid #ececec;
	padding: 0 0 50px;
	text-align: center;
	display: block;
}
.market_body .market_main .market_btn p{
	padding: 20px 0 15px;
	font-size: 14px;
	margin: 0;
}
.market_body .market_main .market_btn .pn{
	border:1px solid #1fb05c;
	background: #1fb05c;
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
/*新建表格模板详细*/
.market_head .back{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
}
.market_head .back:hover span{
	color: #3b65a7;
}
.market_body .market_appitem{
	padding: 0 100px;
	overflow-y:auto;
}
.market_body .market_appinfo{
	padding: 50px 0 0 128px;
	margin: 0;
}
.market_body .market_appinfo dt{
	float: left;
	margin-left: -128px;
	padding-bottom: 30px;
}
.market_body .market_appinfo dt .icon{
	width: 128px;
	height: 128px;
	background: #eeecec;
	border-radius: 5px;
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
	overflow: hidden;
}
.market_body .market_appinfo dt .icon .mod_icon{
	margin: 0;
	width: 128px;
	height: 128px;
	line-height: 128px;
	float: left;
	border-radius: 5px;
	text-align: center;
}
.market_body .market_appinfo dt .icon .mod_icon .icon_color{
	font-size: 48px;
	line-height: 128px;
	float: none;
	color: #fff;
}
.market_body .market_appinfo dt .install{
	margin-top: 20px;
	text-align: center;
}
.market_body .market_appinfo dt .install .pn{
	width: 110px;
	display: inline-block;
	padding: 0 40px;
	border:1px solid #008ed2;
	background: #008ed2;
	color: #fff;
	border-radius: 3px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.market_body .market_appinfo dd{
	padding-left: 60px;
}
.market_body .market_appinfo dd h3{
	margin-bottom: 8px;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.market_body .market_appinfo dd .intro{
	font-size: 14px;
	color: #333;
	outline: none;
	line-height: 1.8;
}
.market_body .market_appinfo dd .intro p{
	margin: 0 0 15px;
	color: #333;
	padding: 0;
	word-wrap:break-word;/*自动换行*/
}
.market_body .market_appinfo dd .intro ul{
	list-style:disc outside none;
	margin: 10px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
}
.market_body .market_appinfo dd .meta{
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #9f9f9f;
}

									/*创建表格弹出框样式结束*/
.screen_time{
	padding: 6px 0 6px 29px;
}
.screen_time .con_row{
	float: left;
	width: 86%;
	margin-right: 4px;
	margin-bottom: 2px;
}
.screen_time .con_row .mod_time{
	position: relative;
}
.screen_time .con_row .mod_time .other .screen_input{
	line-height: 30px;
}
.screen_time .con_row .mod_time .other .screen_input input{
	padding: 5px;
	font-size: 12px;
	margin: 0;
	width: 100%;
	border: 1px solid #d5d5d5;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	outline: none;
	line-height: 21px;
}	
.screen_time_opt{
	width: 250px;
	position: fixed;
}
.screen_time_opt .list_one .list_text span{
	width: 160px;
}
.screen_time_opt .list_one .list_text i{
	font-size: 10px;
	margin-top: 7px;
}
.screen_time_opt .add_search{
	padding: 16px 6px 11px;
}
.screen_time_opt .list_one{
	background: #fff;
}
.screen_time_opt .list_one:hover{
	background: #f2f6ff;
}

.dropdown-menu li .menu-del{
	line-height:30px;
	margin-right:5px;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
.dropdown-menu li:hover .menu-del{
	display: block;
}
.treeview-menu li .treeview-menu li .menu-del{
	float: right;
	line-height: 21px;
	color: #fff;
	display: none;
}
.treeview-menu li .treeview-menu li:hover .menu-del{
	display: block;
}
.label-screen li{
	padding: 5px;
	border: 1px solid #f8efb5;
	float: left;
	text-align: center;
	margin: 0 8px 8px 0;
	border-radius: 3px;
	background: #f8efb5;
	list-style: none;
	color: #706a6a;
	box-shadow: 0 1px 3px rgba(52,27,61,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(52,27,61,0.2);
}

						/*邀请成员及分组开始*/
.mod_member .member_title{
	margin-bottom: 10px;
}
.mod_member .member_title strong{
	font-weight: 400;
	color: #9f9f9f;
}
.mod_member .member_body{
	position: relative;
}
.mod_member .member_body .avatar_list{
	margin-bottom: 12px;
	list-style: none;
}
.mod_member .member_body .avatar_list .movable{
	width: 98px;
	float: left;
	margin: 0 6px 15px 0;
	position: relative;
	padding: 0;
}
.mod_member .member_body .avatar_list .movable .drop{
	position: absolute;
	right: 2px;
	top: 2px;
	border: 1px solid #eeecec;
	width: 13px;
	height: 13px;
	line-height: 13px;
	background: #fff;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius:100px;
	cursor: pointer;
	font-style: normal;
}
.mod_member .member_body .avatar_list .movable .drop:hover{
	border-color: #9da1c4;
}
.mod_member .member_body .avatar_list .movable .drop i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	color: #9da1c4;
}
.mod_member .member_body .avatar_list .movable .member_name{
	display: block;
	height: 20px;
	line-height: 20px;
}
.mod_member .member_body .avatar_list .movable .member_name .portrait{
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	border-radius:100px;
	-webkit-border-radius:100px;
	box-shadow: inset 0 0 2px rgba(0,0,0,.3);
}
.mod_member .member_body .avatar_list .movable .member_name span{
	width: 73px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.mod_member .member_body .member_tips{
	margin-bottom: 20px;
	padding: 25px 0 25px 206px;
	position: relative;
}
.mod_member .member_body .member_tips p{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.mod_member .member_body .member_tips i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: absolute;
	left: 150px;
	top: 28px;
	font-size: 36px;
	color: #cce6f3;
}
.member_action .add_member{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #eeecec;
	background: #fff;
	color: #4b4b4b;
	display:inline-block;
	padding: 0 40px;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.member_action .add_member i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	margin-right: 5px;
	color: #9da1c4;
}
.member_action .add_member:hover{
	border: 1px solid #008ed2;
	background:#008ed2;
	color: #fff;
}
.member_action .add_member:hover i{
	color: #fff;
}
.member_action a{
	color: #9f9f9f;
	text-decoration: none;
	outline: none;
	float: right;
}
.member_action a i{
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	margin-right: 2px;
	padding: 0 2px;
	color: #9da1c4;
}

						/*邀请成员及分组结束*/
						/*字段设置css开始*/
.setting_box{
	padding-bottom: 90px;
	/*overflow: hidden;*/
	padding-top: 60px;
}
.setting_box .setting_body{
	padding: 20px 0;
}
.setting_box .setting_body .setting_main{
	margin-right: 310px;
	margin-left: 236px;
}
.setting_box .setting_body .setting_main .field_body{
	height: auto;
	border: 1px solid #d5d5d5;
	background: #fff;
}
.field_body .field_layout{
	padding: 20px 20px 0;
}
.field_body .field_layout .field_item{
	position: relative;
	min-height: 600px;
}
.field_item .hb_item_table .hb_check_box .hb_check_name{
	float: left;
	padding: 15px 0;
	width: 82px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}
.field_item .hb_item_table .hb_check_box .field_btn{
	float: right;
}
.field_item .hb_item_table .hb_check_box .hb_item_check_box {
	padding: 8px 0;
	margin-left: 82px;
}
.field_item .hb_item_table .hb_check_box .hb_item_check_box .hb_item_check{
	float: left;
	height: 36px;
	line-height: 36px;
	padding-right: 10px;
}
.field_body .field_foot{
	padding: 20px 0;
	position: absolute;
	width: 100%;
}
.field_body .field_layout .field_type{
	position: fixed;
	top: 80px;
	right: 10px;
	width: 300px;
}
.field_body .field_menu{
	position: fixed;
	top: 80px;
	width: 200px;
	left: 10px;
}
.field_body .field_menu .custom_menu{
	border-top: 1px solid #eeecec;
}
.field_menu .custom_menu ul{
	padding:8px 0;
}
.field_menu .custom_menu ul li{
	padding: 6px 7px;
	list-style: none;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.field_menu .custom_menu ul li a{
	color: #4b4b4b;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.field_menu .custom_menu ul li:hover,.field_menu .custom_menu ul li.active{
	color: #fff;
	border-color: #8ea9ea;
	background: #8ea9ea;
}
.field_menu .custom_menu ul li:hover a,
.field_menu .custom_menu ul li:hover a i,
.field_menu .custom_menu ul li.active a,
.field_menu .custom_menu ul li.active a i{
	color: #fff;
}
.field_menu .custom_menu ul li a i{
	font-weight: 400;
	text-decoration: none;
	position: relative;
	top: 1px;
	width: 20px;
	text-align: center;
	display: inline-block;
	color: #9da1c4;
	font-size: 14px;
	margin-top: 2px;
}
.field_body .field_foot .field_btn{
	display: inline-block;
	padding: 0 40px;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
}
.field_body .field_layout .field_type h3{
	display:block;
	clear: both;
	padding: 0 24px 10px;
	color: #9f9f9f;
	font-weight: 400;
	font-size: 12px;
	margin: 0px;
}
.field_body .field_layout .field_type .type_box{
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #fbfcfc;
	width: 252px;
}
.field_body .field_layout .field_type .type_box .type_list{
	border-bottom: 1px solid #ebeced;
}

.field_body .field_layout .field_type .type_box .type_list .type{
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/bg_field.png) no-repeat 0 0;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	left: 0;
	transition:top .2s;
	transition:left .2s;
}
.field_body .field_layout .field_type .type_box .type_list .type:nth-child(2n+1){
	margin-left: 0px;
}
.field_body .field_layout .field_type .type_box .type_list .type:hover{
	background-position: 0 -50px;
	top: -3px;
	left: -3px;
	color: #fff;
	-webkit-box-shadow: 3px 3px #e6e8eb;  
  	-moz-box-shadow: 3px 3px #e6e8eb;  
  	box-shadow: 3px 3px #e6e8eb;  
}
.field_type .type_box .type_list .type:hover i{
	color: #fff;
}
.field_type .type_box .type_list .type i{
	float: left;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-top: 7px;
	padding: 0 6px;
	height: 16px;
	line-height: 16px;
	color: #9da1c4;
	font-size: 16px;
}
.field_body .field_layout .field_type .field-content{
	background: #fff;
	border: 1px solid #ebeced;
}
.field-content .table_field_option{
	font-size: 12px;
	max-height: 550px;
	overflow-y:auto;
}
.field-content .table_field_option dl{
	padding: 0 12px;
}
.field-content .table_field_option dl dd{
	padding: 7px 0;
	margin: 0px;
}
.field-content .table_field_option dl dd .field_tips{
	color: #9f9f9f;
	margin: 0px;
	padding: 0px;
}
.field-content .table_field_option dl dd span.t{
	display: block;
	padding-bottom: 6px;
}
.field-content .table_field_option dl dd .con label{
	margin-right: 8px;
	cursor: default;
	margin-left: 0px;
}
.field-content .table_field_option dl dd .t .y{
	float: right;
	color: #9f9f9f;
	margin: 0px;
}
.field-content .table_field_option dl dd .ip_radio label{
	padding: 0px;
}
.field-content .table_field_option dl dd .con .px{
	float: left;
	height: 31px;
	font-size: 12px;
	
}
.field-content .table_field_option dl dd .con ul li .pxs{
	width: 48px;
	height: 22px;
	line-height: 20px;
	background: none;
	border:none;
	box-shadow: none;
	padding: 0px;
}
.field-content .table_field_option dl dd .con .pt{
	height: 80px;
	font-size: 12px;
}

.px,.pt{
	margin: 0px;
	padding: 6px;
	width: 100%;
	line-height: 15px;
	border: 1px solid #d5d5d5;
	color: #4b4b4b;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.field-content label input[type=checkbox]{
	margin-top: 1px;
}
.field-content .table_field_option dl dd .con .classify{
	list-style: none;
	margin:0;
	padding: 0;
}
.con .add{
	clear: both;
	padding-left: 20px;
	padding-top: 8px;
}
.con .add a{
	color: #3b65a7;
	line-height: 24px;
	font-size: 12px;
	cursor: pointer;
}
.con .add a i{
	float: left;
	text-align: center;
	font-weight: 400;
	position: relative;
	font-size: 16px;
	margin-right: 8px;
	margin-top: 4px;
	cursor: pointer;
}
.con .classify li{
	/*overflow: hidden;*/
	padding: 0 4px 0 20px;
	height: 36px;
	margin-bottom: 2px;
	background: #f8fafe;
	position: relative;
}
.con .add_drop li{
	padding: 0 4px;
}
.con .screen li{
	padding: 0 6px;
}
.con .screen li span{
	line-height: 36px;
	margin-right: 8px;
	display:block;
	float: left;
}
.con .screen li span.value{
	max-width: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con .classify li .del{
	float: right;
	line-height: 36px;
	color: #9da1c4;
	cursor: pointer;
	padding: 0 5px;
}
.con .classify li .color{
	float: right;
	line-height: 36px;
	cursor: pointer;
	padding: 0 5px;
	font-size: 20px;
}
.con .classify li .color .color_zs{
	height: 20px;
	width: 20px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	display: block;
	margin-top: 8px;
}
.con .classify li .color .color_box{
	left: -80px;
	padding-top: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	width: 132px;
	min-width: 132px;
	border-radius: 0px;

}
.con .classify li .color .color_box li{
	float: left;
	margin: 0 0 10px 10px;
	padding: 0px;
	text-align: center;
	background: #fff;
	height: 20px;
}
.con .classify li .color .color_box li span{
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	font-size: 20px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
}
.con .classify li .field_arrow{
	color: #9da1c4;
	height: 36px;
	width: 20px;
	position:absolute;
	text-align: center;
	left: 0px;
}
.con .classify li .field_arrow i{
	height: 18px;
	width: 20px;
}
.con .classify li .pc{
	margin: 11px 5px 1px 4px;
}
.con .add_drop li select{
	width: 85px;
	height: 22px;
	line-height: 20px;
	border: none;
	padding: 0px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	margin-top: 7px;

}

/*表格添加样式*/
.field_item .hb_item_table{
	border-top: 1px solid #d5d5d5;
	padding-bottom: 50px;
}
.field_item .hb_item_table .add_field{
	margin: -1px 0;
	border: 1px dashed #d5d5d5;
	background: #f5f6ff;
	text-align: center;
	height: 300px;
	line-height: 300px;
}
.field_item .item_row{
	border-bottom: 1px solid #eeecec;
	background: #fff;
}
.field_item .item_row .item_field{
	width: 100%;
	font-size: 14px;
	
	position: relative;
}
.field_item .item_row .item_field .item_field_label{
	float: left;
	margin: 7px 0;
	padding: 7px 10px;
	min-height: 36px;
	width: 130px;
	font-size: 14px;
	border-right: 1px solid #efefef;
	color: #9da1c4;
}
.field_item .item_row .item_field .item_field_label .required{
	position: relative;
	top: 3px;
	margin-left: 4px;
	color: #dc0000;
	font-weight: 400;
	font-style: normal;
}
.field_item .item_row .item_field .item_field_value{
	float: left;
	/*width: 726px;*/
	font-size: 14px;
	min-height: 50px;
	
	padding:14px;
	color: #9f9f9f;
}
.field_item .item_row .item_field .item_field_del{
	position: absolute;
	right: 20px;
	top: 8px;
	padding: 6px;
	display: none;
}
.field_item .item_row .item_field .item_field_del i,.sc_item_field_del i{
	text-decoration: none;
	position: relative;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #eeecec;
	font-size: 14px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius:3px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	cursor: pointer;
	color: #9da1c4;
	line-height: 18px;
}
.field_item .item_row .item_field .item_field_del i:hover,
.con .classify li .field_arrow i:hover,
.con .classify li .del:hover,
.sc_item_field_del i:hover{
	color: #cf5c60;
}
.field_item .item_row .item_field .item_field_arrow{
	text-decoration: none;
	width: 20px;
	top: 4px;
	
	position: absolute;
	right:0;
	color: #9da1c4;
	text-align: center;
	display: none;
}
.field_item .item_row .item_field .item_field_arrow i{
	height: 18px;
	width: 20px;
}
.field_item .item_row .item_field .item_field_arrow i:hover{
	color: #cf5c60;
	cursor: pointer;
}
.field_item .item_row:hover,.field_item .active{
	border-color: #9da1c4;
}
.field_item .item_row:hover .item_field .item_field_label,.field_item .active .item_field .item_field_label{
	border-color: #9da1c4;
}
.field_item .active{
	background: #f5f5f5;
}
.field_item .item_row:hover .item_field .item_field_arrow,.field_item .item_row:hover .item_field .item_field_del{
	display: block;
}

						/*字段设置css结束*/


.hor_row{
	margin-bottom: 20px;
	padding: 0 35px;
}
.hor_row button{
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.hor_row .hor_text{
	padding: 6px;
	border: 1px solid #ccc;
	width: 100%;
}

					/*	弹出框筛选开始样式*/
.sc_item_table{
	border-top: 1px solid #d5d5d5;
}
.sc_item_table .sc_item_row{
	border-bottom: #eeecec solid 1px;
	background: #fff;
}
.sc_item_table .sc_item_row .sc_item_field{
	width: 100%;
	font-size: 14px;
	position: relative;
	padding: 8px 0;
}
.sc_item_table .sc_item_row .sc_item_field .sc_item_field_del{
	position: absolute;
	right: 10px;
	top: 10px;
}
.sc_item_table .sc_item_row .sc_item_field_label{
	float: left;
	padding: 0px 10px;
	font-size: 14px;
	border-right: 1px solid #efefef;
	color: #9da1c4;
	height: 25px;
}
.sc_item_table .sc_item_row .sc_item_field_value{
	float: left;
	max-width: 520px;
	font-size: 14px;
	padding:0 8px;
	color: #9f9f9f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sc_item_table .sc_item_row .sc_item_field_label .sc_btn,.sc_item_table .sc_item_row .sc_item_field_value .sc_btn{
	padding: 0px;
	border: none;
	background: #fff;
	text-align: center;
	border-radius: 0px;
	color: #9da1c4;
}
.sc_item_table .sc_item_row .sc_item_field_label ul{
	max-height: 220px;
	overflow-y:auto;
}
.sc_item_table .sc_item_row .sc_item_field_value input{
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	padding: 4px;
	height: 25px;
	width: 100%;
}
.sc_item_table .add{
	clear: both;
	padding-left: 20px;
	padding-top: 8px;
}
.sc_item_table .add a{
	color: #3b65a7;
	line-height: 24px;
	font-size: 14px;
}
.sc_item_table .add a i{
	float: left;
	text-align: center;
	font-weight: 400;
	position: relative;
	font-size: 18px;
	margin-right: 8px;
	margin-top: 3px;
}
.multiple_choice .multiple_text,.single_choice .sc_single_text{
	height: 17px;
	line-height: 17px;
	margin: 4px 5px;
	padding: 0 5px;
}
.about_box .sc_add_tab{
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
}

/*网格class*/
.col_7b{
    width: 7%;
}
.col_14b{
	width: 20%;
}
.col_72b{
	width: 79%;
}
.col_65b{
	width: 57%;
}
					/*	弹出框筛选结束*/
.text_cut{
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}




/*动态隐藏新增样式开始*/
/*.add_form_allbox .add_form_right_box{
	margin-right: -312px;
}
.add_form_allbox .add_form_left_box{
	margin-right: 0px;
}*/
.add_form_allbox .slide_right_box{
	position: absolute;
	right: 20px;
	/*height: 88%;*/
	height: 100px;
	width: 40px;
	margin-top: 21%;
	z-index: 10;
}
.add_form_allbox .slide_right_box .slide_right{
	height: 100px;
	width: 40px;
	background: rgba(0,0,0,0.4);
	-moz-border-radius: 15px 0 0 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px 0 0 15px;   /* Webkit browsers */
    border-radius:15px 0 0 15px;/* W3C syntax */
    text-align: center;
    display: none;  
    padding-top: 6px; 
    padding-left: 6px;       
}
.add_form_allbox .slide_right_box .slide_right i{
	color: #fff;
	font-size: 15px;
	/*line-height: 100px;*/
	text-align: center;
	display: block;
	width: 27px;
	font-style: normal;
	cursor: pointer;
}
.add_form_allbox .slide_right_box:hover .slide_right{
	display: block;
}
.add_form_allbox .slide_right_box .slide_right:hover{
	background: rgba(0,0,0,0.8);
}



.add_form_allbox .slide_left_box{
	position: absolute;
	left: 0;
	height: 88%;
	padding-top:56px; 
	min-width: 40px;
	z-index: 1;
}
.add_form_allbox .slide_left_box ul{
	height: 100%;
	padding: 0px;
}
.add_form_allbox .slide_left_box:hover ul{
	display: block;
}
.add_form_allbox .slide_left_box ul .slide_left{
	background: rgba(0,0,0,0.3);
	-moz-border-radius:0 8px 8px 0;      /* Gecko browsers */
    -webkit-border-radius:0 8px 8px 0;   /* Webkit browsers */
    border-radius:0 8px 8px 0;/* W3C syntax */
    text-align: center;
    height: 40px;
    margin-bottom: 4px;
    padding: 0 3px;
    /*width: 40px;*/
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	white-space: normal;
	display: inline-block;
	width: 40px;
}
.add_form_allbox .slide_left_box ul .active{
	background: #e04545;
	width: 40px;
}
.add_form_allbox .slide_left_box ul .slide_left:hover{
	background: #e04545;
	width: auto;
	min-width: 60px;
	max-width: 136px;
}

.add_form_allbox .slide_left_box ul .active:hover{
	background: #e04545;
	width: auto;
	min-width: 60px;
	max-width: 136px;
}
/*红色主题颜色样式*/
.main-header .logo{
	background: #d73925;
}
header .workAreaToggler{
	background: url('../images/workArea.png') no-repeat left center;
}
.menu-custom .system li:hover{
	background: #dd4b39;
}



.option > div > ul > li:hover{
	background:#42a5f5;
}
#searchArea .dropdown-menu{
	border: 1px solid #42a5f5;
}
.option .dropdown-menu li:hover{
	background: #42a5f5;
}
.option>a:hover{
	background: #d73925;
}
.option .sidebar-toggle:hover{
	background: #d73925;
}
.option .pointer:hover{
	background: #42a5f5;
	color: #fff;
}
.option .left_style span:hover {
	color: #fff;
}
.option .pointer:hover i{
	color: #fff;
}
.openNew li a:hover{
	color: #dd4b39;
}
.add_form_meta .form_meta_box a:hover{
	color: #dd4b39;
}
.form_side_tab li.active{
	border-bottom: 3px solid #dd4b39;
}
.tab_box .tab_li  .tab_name_box span:hover{
	color: #dd4b39;
}
.workSet_box dt .imgBtn a:hover{
	color: #dd4b39;
}
.member_action a:hover{
	color:#dd4b39;
}
.formbox .formmain,.box.diy_form{
	border-top-color:#dd4b39;
}
.skin-red .lw-sidebar-menu > li:hover > a, .skin-red .lw-sidebar-menu > li.active > a{
	border-left-color:#ffeb3b;
}

/*蓝色主题颜色样式*/
/*.main-header .logo{
	background: #2486d6;
}
header .workAreaToggler{
	background: url('../images/workArea_b.png') no-repeat left center;
}
.menub-box li a:hover{
	color: #42a5f5;
}
.menub-box li .closeMenu:hover{
	color: #2486d6;
}
.menub-box li.active a{
	color: #42a5f5;
}
.menub-box li.active{
	background: url(../images/active_b.png) no-repeat center 44px #edf4fa;
	border-top: 1px solid #42a5f5;
}
.menu-custom .system li:hover{
	background: #42a5f5;
}

.menu-custom a:hover{
	color: #42a5f5;
}
.optionbox{
	background: #42a5f5;
}
.option > div > ul > li:hover{
	background: #2486d6;
}
#searchArea .dropdown-menu{
	border: 1px solid #42a5f5;
}
.option .dropdown-menu li:hover{
	background: #42a5f5;
}
.option>a:hover{
	background: #2486d6;
}
.option .sidebar-toggle:hover{
	background: #2486d6;
}
.option .pointer:hover{
	background: #2486d6;
}
.openNew li a:hover{
	color: #42a5f5;
}
.add_form_meta .form_meta_box a:hover{
	color: #42a5f5;
}
.form_side_tab li.active{
	border-bottom: 3px solid #42a5f5;
}
.tab_box .tab_li  .tab_name_box span:hover{
	color: #42a5f5;
}
.workSet_box dt .imgBtn a:hover{
	color: #42a5f5;
}
.member_action a:hover{
	color:#42a5f5;
}
.formbox .formmain,.box.diy_form{
	border-top-color:#42a5f5;
}
.skin-red .lw-sidebar-menu > li:hover > a, .skin-red .lw-sidebar-menu > li.active > a{
	border-left-color:#42a5f5;
}*/


/*深蓝色主题颜色样式*/
/*.main-header .logo{
	background: #367fa9;
}
header .workAreaToggler{
	background: url('../images/workArea_b2.png') no-repeat left center;
}
.menub-box li a:hover{
	color: #3c8dbc;
}
.menub-box li .closeMenu:hover{
	color: #367fa9;
}
.menub-box li.active a{
	color: #3c8dbc;
}
.menub-box li.active{
	background: url(../images/active_b2.png) no-repeat center 44px #edf5fa;
	border-top: 1px solid #3c8dbc;
}
.menu-custom .system li:hover{
	background: #3c8dbc;
}

.menu-custom a:hover{
	color: #3c8dbc;
}
.optionbox{
	background: #3c8dbc;
}
.option > div > ul > li:hover{
	background: #367fa9;
}
#searchArea .dropdown-menu{
	border: 1px solid #3c8dbc;
}
.option .dropdown-menu li:hover{
	background: #3c8dbc;
}
.option>a:hover{
	background: #367fa9;
}
.option .sidebar-toggle:hover{
	background: #367fa9;
}
.option .pointer:hover{
	background: #367fa9;
}
.openNew li a:hover{
	color: #3c8dbc;
}
.add_form_meta .form_meta_box a:hover{
	color: #3c8dbc;
}
.form_side_tab li.active{
	border-bottom: 3px solid #3c8dbc;
}
.tab_box .tab_li  .tab_name_box span:hover{
	color: #3c8dbc;
}
.workSet_box dt .imgBtn a:hover{
	color: #3c8dbc;
}
.member_action a:hover{
	color:#3c8dbc;
}
.formbox .formmain,.box.diy_form{
	border-top-color:#3c8dbc;
}
.skin-red .lw-sidebar-menu > li:hover > a, .skin-red .lw-sidebar-menu > li.active > a{
	border-left-color:#3c8dbc;
}*/

/*绿色主题颜色样式*/
/*.main-header .logo{
	background: #008d4c;
}
header .workAreaToggler{
	background: url('../images/workArea_g.png') no-repeat left center;
}
.menub-box li a:hover{
	color: #00a65a;
}
.menub-box li .closeMenu:hover{
	color: #008d4c;
}
.menub-box li.active a{
	color: #00a65a;
}
.menub-box li.active{
	background: url(../images/active_g.png) no-repeat center 44px #edfaf4;
	border-top: 1px solid #00a65a;
}
.menu-custom .system li:hover{
	background: #00a65a;
}

.menu-custom a:hover{
	color: #00a65a;
}
.optionbox{
	background: #00a65a;
}
.option > div > ul > li:hover{
	background: #008d4c;
}
#searchArea .dropdown-menu{
	border: 1px solid #00a65a;
}
.option .dropdown-menu li:hover{
	background: #00a65a;
}
.option>a:hover{
	background: #008d4c;
}
.option .sidebar-toggle:hover{
	background: #008d4c;
}
.option .pointer:hover{
	background: #008d4c;
}
.openNew li a:hover{
	color: #00a65a;
}
.add_form_meta .form_meta_box a:hover{
	color: #00a65a;
}
.form_side_tab li.active{
	border-bottom: 3px solid #00a65a;
}
.tab_box .tab_li  .tab_name_box span:hover{
	color: #00a65a;
}
.workSet_box dt .imgBtn a:hover{
	color: #00a65a;
}
.member_action a:hover{
	color:#00a65a;
}
.formbox .formmain,.box.diy_form{
	border-top-color:#00a65a;
}
.skin-red .lw-sidebar-menu > li:hover > a, .skin-red .lw-sidebar-menu > li.active > a{
	border-left-color:#00a65a;
}*/

/*黄色主题颜色样式*/
/*.main-header .logo{
	background: #e08e0b;
}
header .workAreaToggler{
	background: url('../images/workArea_y.png') no-repeat left center;
}
.menub-box li a:hover{
	color: #f39c12;
}
.menub-box li .closeMenu:hover{
	color: #e08e0b;
}
.menub-box li.active a{
	color: #f39c12;
}
.menub-box li.active{
	background: url(../images/active_y.png) no-repeat center 44px #faf5ed;
	border-top: 1px solid #f39c12;
}
.menu-custom .system li:hover{
	background: #f39c12;
}

.menu-custom a:hover{
	color: #f39c12;
}
.optionbox{
	background: #f39c12;
}
.option > div > ul > li:hover{
	background: #e08e0b;
}
#searchArea .dropdown-menu{
	border: 1px solid #f39c12;
}
.option .dropdown-menu li:hover{
	background: #f39c12;
}
.option>a:hover{
	background: #e08e0b;
}
.option .sidebar-toggle:hover{
	background: #e08e0b;
}
.option .pointer:hover{
	background: #e08e0b;
}
.openNew li a:hover{
	color: #f39c12;
}
.add_form_meta .form_meta_box a:hover{
	color: #f39c12;
}
.form_side_tab li.active{
	border-bottom: 3px solid #f39c12;
}
.tab_box .tab_li  .tab_name_box span:hover{
	color: #f39c12;
}
.workSet_box dt .imgBtn a:hover{
	color: #f39c12;
}
.member_action a:hover{
	color:#f39c12;
}
.formbox .formmain,.box.diy_form{
	border-top-color:#f39c12;
}
.skin-red .lw-sidebar-menu > li:hover > a, .skin-red .lw-sidebar-menu > li.active > a{
	border-left-color:#f39c12;
}*/


/*图片放大弹出框*/
.bpic_box{
	padding: 10px;
}
.bpic_box .bpic_pic{
	width: 100%;
	height: 550px;
	vertical-align: middle;
	background: #f2f6ff;
	position: relative;
	overflow-x: scroll;
	overflow-y: scroll;
}
.bpic_box .bpic_pic img{
	display: block;
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	margin: 0 auto;
	text-align: center;
}
.bpic_box .bpic_btn{
	margin-top: 10px;
	font-size: 14px;
	overflow: hidden;
}
.bpic_box .bpic_btn .pic_name{
	width: 200px;
	float: left;
	font-size: 18px;
}
.bpic_box .bpic_btn .pic_btn{
	float: left;
	margin-left: 35%;
	cursor: pointer;
}
.bpic_box .bpic_btn .FL_r{
	float: right;
}
.bpic_box .bpic_btn .pic_btn:hover{
	color: #dd4b39;
}
.bpic_box .bpic_pic .pic_fz{
	height: 250px;
	width: 50px;
	position: absolute;
	top:44%;

}
.bpic_box .bpic_pic .fz_left{
	left: 0;
}
.bpic_box .bpic_pic .fz_right{
	right: 0;
}
.bpic_box .bpic_pic .pic_fz .fz_btn{
	text-align: center;
	height: 100px;
	width: 50px;
	line-height: 100px;
	font-size: 40px;
	background: rgba(0,0,0,0.2);
	color: #ccc;
	cursor: pointer;
}
.bpic_box .bpic_pic .pic_fz .fz_btn:hover{
	background: rgba(0,0,0,0.5);
}
.we_box_title{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: inherit;
	line-height: 27px;
	margin-right: 10px;
	flex-grow:1;

}
/*自定义表格样式*/
.diy_form .box-body table{
	width: 100%;
	border:1px solid #ccc;
	font-size: 13px;
}
.diy_form .box-body table th,.diy_form .box-body table td{
	padding: 5px;
	border:1px solid #ccc;
}
.diy_form .box-body table .diy_font_color{
	font-weight: bold;
	color: #9da1c4;
}








/*左边弹出栏样式*/
.lw-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lw-sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.lw-sidebar-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  background: #eff3f6;
  color: #4d4d4d;
  font-size: 14px;
  border-bottom:1px solid #b3b3b3;
}
.lw-sidebar-menu > li > a > .fa,
.lw-sidebar-menu > li > a > .glyphicon,
.lw-sidebar-menu > li > a > .ion {
  width: 20px;
}
.lw-sidebar-menu > li .label,
.lw-sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.lw-sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.lw-sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.lw-sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.lw-sidebar-menu li.active > .lw-treeview-menu {
  display: block;
}
.lw-sidebar-menu .lw-treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
/*  padding-left: 5px;*/
}
.lw-sidebar-menu .lw-treeview-menu > li {
  margin: 0;
  color: #666666;
  background: #eff3f6;
}
.lw-sidebar-menu .lw-treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  border-bottom: 1px dashed #b3b3b3;
}
.lw-sidebar-menu .lw-treeview-menu > li > a > .fa,
.lw-sidebar-menu .lw-treeview-menu > li > a > .glyphicon,
.lw-sidebar-menu .lw-treeview-menu > li > a > .ion {
  width: 20px;
}
.lw-sidebar-menu .lw-treeview-menu > li > a > .fa-angle-left,
.lw-sidebar-menu .lw-treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

.lw-sidebar-menu .lw-treeview-menu > li:hover  > a ,.lw-sidebar-menu .lw-treeview-menu > li.active  > a{
	border-color: #ccd0d8;
	background: #ccd0d8;
}
.lw-sidebar-menu .lw-treeview-menu .lw-treeview-menu {
  padding-left: 20px;
}
.lw-sidebar-menu .lw-treeview-menu .lw-treeview-menu li{
  padding: 2px 5px 2px 0;
}
.lw-sidebar-menu .lw-treeview-menu .lw-treeview-menu li a{
	border: #fff solid 1px;
	border-radius: 4px;
}



.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: #eff3f6;
}
.skin-red .user-panel > .info,
.skin-red .user-panel > .info > a {
  color: #fff;
}
.skin-red .lw-sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-red .lw-sidebar-menu > li > a {
  border-left: 6px solid transparent;
}
.skin-red .lw-sidebar-menu > li:hover > a,
.skin-red .lw-sidebar-menu > li.active > a {
  color:#4d4d4d;
  background: #eff3f6;
  border-bottom:1px solid #b3b3b3;
  /*border-left-color: #dd4b39;*/
}
.skin-red .lw-sidebar-menu > li > .lw-treeview-menu {
  background: #eff3f6;
}
.skin-red .sidebar a:hover {
  text-decoration: none;
}
.skin-red .lw-treeview-menu > li > a {
  color: #666;
}
.skin-red .lw-treeview-menu > li > a > i{
	/*color: #ff3333;*/
}
/*.skin-red .lw-treeview-menu > li.active > a,
.skin-red .lw-treeview-menu > li > a:hover {
  color: #ffffff;
}*/
.skin-red .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-red .sidebar-form input[type="text"],
.skin-red .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-red .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red .sidebar-form input[type="text"]:focus,
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.lw-treeview-menu li .lw-treeview-menu li .menu-del{
	float: right;
	line-height: 21px;
	color: #fff;
	display: none;
}
.lw-treeview-menu li .lw-treeview-menu li:hover .menu-del{
	display: block;
}




/*表格改变展现样式开始*/
.form_info_box{
	width: 100%;
	padding: 0px;
	overflow-y:auto; 
}
.form_info_box li{
	list-style: none;
}

.form_info_box .form_info_one{
	width: 25%;
	padding: 5px;
	float: left;
	/*height: 96px;*/
}
.form_info_box .form_info_one .form_info_main{
	/*height: 86px;*/
	width: 100%;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .5);  
    -moz-box-shadow:0 0 4px rgba(0, 0, 0, .5);  
    box-shadow:0 0 4px rgba(0, 0, 0, .5); 
    /*background: #f5f5f5;*/
    border-radius: 4px;
    padding:10px 0px 10px 10px;
    position: relative;
}
.form_info_box .form_info_one .active_wk{
	-webkit-box-shadow:0 0 4px rgba(221, 75, 57, .5);  
    -moz-box-shadow:0 0 4px rgba(221, 75, 57, .5);  
    box-shadow:0 0 4px rgba(221, 75, 57, .5); 
}
.form_info_one .form_info_main .info_tit{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
.form_info_one .form_info_main .form_t_main{
	width: 100%;
	padding: 0px;
}
.form_info_one .form_info_main .form_t_main li{
	width: 30%;
	padding:0 5px;
	float: left;
	overflow: hidden;
}
.form_info_one .form_info_main .form_t_main li.mid{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.form_info_one .form_info_main .form_t_main li.small{
	width: 20%;
}
.form_info_one .form_info_main .form_t_main li.big{
	width: 50%;
}
.form_info_one .form_info_main .form_t_main li.otherH{
	width: 100%;
	margin-top: 4px;
}
.form_t_main li .content_box{
	width: 100%;
	overflow: hidden;
	padding: 0 1px;
}
.form_t_main li .content_box .content_sc{
	overflow-y:auto;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 44px;
}
.form_t_main li .content_box .content_sc .con_tit{
	margin-bottom: 0px;
	font-size: 12px;
	color: #9f9f9f;
	line-height: 18px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
.form_t_main li .content_box .content_sc .con_tit i{
	margin-right: 2px;
	display: inline-block;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #b9e2ff;
}
.form_t_main li .content_box .content_sc .con_main{
	margin-bottom: 0px;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 18px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
.form_t_main li .content_box .content_sc .con_main_bq{
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px;
	padding: 0 3px;
	text-align: center;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.form_info_main .choice{
	position: absolute;
	font-size: 20px;
	color: #9f9f9f;
	cursor: pointer;
	right: 10px;
	top: 10px;
	display: block;
	height: 30px;
	width: 20px;
	text-align: right;
}
.form_info_main .active{
	position: absolute;
	font-size: 20px;
	color: #7CCD7C;
	cursor: pointer;
	right: 10px;
	top: 10px;
	display: block;
	height: 30px;
	width: 20px;
	text-align: right;
}
.form_info_main .xg_icon{
	position: absolute;
	right: 10px;
	font-size: 16px;
	bottom: 10px;
	color: #9f9f9f;
	cursor: pointer;
	display: block;
	width: 20px;
	text-align: right;

}
.form_info_main .xg_icon:hover{
	color: #f75800;
}
/*.form_info_main .active{
	position: absolute;
	right: 10px;
	font-size: 18px;
	bottom: 10px;
	color: #7CCD7C;
	cursor: pointer;
	display: none;
}*/
.form_t_main li .content_box .content_bq{
	/*padding: 4px 0px;*/
	overflow: hidden;
	height: 36px;
	width: 500%;
}
.form_t_main li .content_box .content_bq .con_lable{
	padding: 0 6px;
	height: 28px;
	border-radius: 3px;
	float: left;
	margin:4px 4px 4px 0;
	line-height: 28px;
	font-size: 12px;
}
@media (min-width:480px){
	.form_info_box .form_info_one{
	width: 50%;
	}
}
@media (min-width:768px){
	.form_info_box .form_info_one{
	width: 33.3%;
	}
}
@media (min-width:1200px){
	.form_info_box .form_info_one{
	width: 25%;
	}
}
@media (min-width:1400px){
	.form_info_box .form_info_one{
	width: 20%;
	}
}


/*呼叫平台*/
.personaldata_box{
	position: relative;
	padding-left: 320px;
	min-height: 306px;
}
.personaldata_box .phone_icon_box{
	position:absolute;
	width: 300px;
	left: 0;
	border-right: 1px solid #efeded;
}
.personaldata_box .personaldata_main_box{
	width: 100%;
}

.phone_icon_box .call_state_box{
	height: 160px;
	width: 160px;
	 -moz-border-radius:100%; 
    -webkit-border-radius: 100%; 
    border-radius:100%;
    margin: 0px auto 60px;
    text-align: center; 
}
.phone_icon_box .call_state_box .call_input{
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border:1px solid #d5d5d5;
	padding:2px 4px;
	box-sizing:border-box;
	color: #b3b3b3;
	/*outline:none;*/
	font-size: 14px;
	width: 100%;
	height: 26px;
}
.call_state_box .call_tit{
	font-size: 18px;
	text-align: center;
	padding-top:166px; 
	line-height: 20px;
	margin: 0 0 6px;
}
.phone_icon_box .call_state_box i{
	font-size: 86px;
	line-height: 160px;
	text-align: center;
	color: #fff;
}

/*.phone_icon_box .phone-btn-box{
	padding-top: 6px;
}*/
.phone-btn-box .btn_box{
	padding: 10px 0;
}
.phone-btn-box .btn_box .btn_sty{
	width: 90px;
	height: 38px;
	text-align: center;
	margin: 0 28px;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
	outline: none;
}
.phone-btn-box .btn_one .btn_sty{
	margin: 0 105px;
}
.phone-btn-box .btn_three .btn_sty{
	margin: 0;
}
.phone-btn-box .btn_box .btn_sty i{
	margin-right: 4px;
}
.wait_box{
	height: 20px;
	width: 100%;
	margin-bottom: 6px;
	position: relative;	
}
.wait_box .wait_info{
	height: 20px;
	border: 1px solid #e3eef4;
	background: #f8efb5;
	width: 100%;
	color: #fa2b41;
	line-height: 18px;
	text-align: left;
	padding: 0 2px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
}
.wait_box .wait_info:hover{
	border: 1px solid #d2dee5;
}
.wait_box .wait_list_box{
	z-index: 999;
	position: absolute;
	left: 0;
	top: 20px;
}
.wait_list_box{
	width: 200px;
	height: auto;
	margin-top: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	background: #fff;
}
.wait_list_box .wait_list{
	padding:6px 6px 2px;
	max-height: 152px;
	overflow-y:auto; 
}
.wait_list_box .wait_list ul{
	margin: 0;
	padding: 0;
}
.wait_list_box .wait_list ul .wait_one{
	width: 100%;
	height: 20px;
	background: #f8efb5;
	color: #4d4b4b;
	line-height: 20px;
	margin-bottom: 4px;
	list-style: none;
	padding: 0 4px ;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.btn_sty_green{
	border:1px solid #fff;
	 background: -webkit-linear-gradient(#b9e559,#6dbc2c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#b9e559,#6dbc2c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#b9e559,#6dbc2c); /* Firefox 3.6 - 15 */
  background: linear-gradient(#b9e559,#6dbc2c); /* 标准的语法 */ 
  -moz-box-shadow: 0px 1px 1px #235f0a; /* 老的 Firefox */
	box-shadow: 0px 1px 1px #235f0a;
}
.btn_sty_red{
	border:1px solid #fff;
	 background: -webkit-linear-gradient(#ee6869,#d82525); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ee6869,#d82525); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ee6869,#d82525); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ee6869,#d82525); /* 标准的语法 */ 
  -moz-box-shadow: 0px 1px 1px #5f0a0a; /* 老的 Firefox */
	box-shadow: 0px 1px 1px #5f0a0a;
}
.phone-btn-box .btn_box .btn_sty_green:hover{
	background: #6dbc2c;
	font-size: 14px;
}
.phone-btn-box .btn_box .btn_sty_red:hover{
	background: #d82525;
	font-size: 14px;
}


.btn_sty_blue {
     border: 1px solid #fff;
     background: -webkit-linear-gradient(#3dc4e5, #4cb6ff); /* Safari 5.1 - 6.0 */
     background: -o-linear-gradient(#3dc4e5, #4cb6ff); /* Opera 11.1 - 12.0 */
     background: -moz-linear-gradient(#3dc4e5, #4cb6ff); /* Firefox 3.6 - 15 */
     background: linear-gradient(#3dc4e5, #4cb6ff); /* 标准的语法 */
     -moz-box-shadow: 0px 1px 1px #1a4a71; /* 老的 Firefox */
     box-shadow: 0px 1px 1px #1a4a71;
 }
 
 .btn_sty_blue:hover {
    background: #339fff;
    font-size: 14px;
}


.personaldata_main_box p .big_tit{
	font-size: 32px;
	margin-right: 10px;
}
.personaldata_main_box p .tab{
	height: 16px;
	line-height: 14px;
	text-align: center;
	padding: 0 10px;
	 -moz-border-radius:3px; 
    -webkit-border-radius: 3px; 
    border-radius:3px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}
.tab_blue{
	background: #0091ff;
}
.tab_red{
	background: #fb3b37;
}
.tab_orange{
	background: #ffa500;
}
.personaldata_main_box .info_box{
	font-size: 16px;
	color: #474747;
	margin:0px;

}
.personaldata_main_box .info_box span{
	width: 300px;
	display: inline-block;
	/*margin-bottom: 10px;*/
		overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	margin-right: 4px;
	

}
.new_box{
	font-size: 16px;
	color: #474747;
	margin: 0px;
}
.new_box .input_box{
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.new_box .input_box .info_name{
	display: block;
	float: left;
}
.new_box .input_box textarea{
	width: 70%;
	float: left;
}
.bcbtn{

	float: left;
	width: 90px;
	height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #46baff;
	border:1px solid #46baff;
	font-size: 14px;
	margin:4px 0 0 10px;
	box-shadow:0px 1px 1px #0a405e;
	-moz-box-shadow:0px 1px 1px #0a405e;
}
/*.personaldata_main_box .info_box span.lg_2{
	width: 48%;
}
.personaldata_main_box .info_box span.lg_3{
	width: 70%;
}
.personaldata_main_box .info_box span.lg_4{
	width: 100%;
}*/
.personaldata_main_box .info_box span i{
	font-style: normal;
	color: #9a9a9a;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.personaldata_main_box .seach_box{
	cursor:pointer;
	font-size: 16px;

}
.map_box{
	width: 90%;
	height: 200px;
	background: pink;
}



.operat_box{
	float: left;
	/*width: 20%;*/
	width: 150px;
	text-align: center;
	margin: 5px 0;
}
.operat_box .operat_btn{
	width: 90px;
	height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #46baff;
	border:1px solid #46baff;
	font-size: 14px;
	margin: 0 auto;
	box-shadow:0px 1px 1px #0a405e;
	-moz-box-shadow:0px 1px 1px #0a405e;
}
.operat_btn i{
	margin-right: 6px;
}
.operat_box .operat_btn:hover{
	background: #189ceb;
}
.operat_box .beizhu{
	display: block;
	color: #7d7d7d;
	margin-top: 4px;
}
.operat_box .beizhu i{
	color: #ff0000;
	margin-right: 2px;
}

/*@media (max-width:960px){
	.operat_box{
		width: 100%;
	}
	.personaldata_main_box .info_box span{
		width: 32.5%;
	}
	.personaldata_main_box .info_box span.lg_2{
	width: 65%;
	}
	.personaldata_main_box .info_box span.lg_3{
		width: 100%;
	}
	}*/





/*	通话状态提示*/
.call_state_box .laidian{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_call.png) 0 0 no-repeat;
-webkit-animation-name: laidian;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 950ms;/* 动画运行的时间 */
}
@-webkit-keyframes laidian{
    0% {background-position: 0 0;}
    33.3% {background-position: -160px 0;}
    66.6% {background-position: -320px 0;}
    100% {background-position: 0 0;}
}
.call_state_box .daiji{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_standby.png) 0 0 no-repeat;
}
.call_state_box .tonghuaing{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_calling.png) 0 0 no-repeat;
-webkit-animation-name: tonghuaing;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 650ms;/* 动画运行的时间 */
}

.call_state_box .touxiang1{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang1.png) 0 0 no-repeat;
}

.call_state_box .touxiang2{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang2.png) 0 0 no-repeat;
}

.call_state_box .touxiang3{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang3.png) 0 0 no-repeat;
}

.call_state_box .touxiang4{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang4.png) 0 0 no-repeat;
}

.call_state_box .touxiang5{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang5.png) 0 0 no-repeat;
}

.call_state_box .touxiang6{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang6.png) 0 0 no-repeat;
}


.call_state_box .touxiang7{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang7.png) 0 0 no-repeat;
}


.call_state_box .touxiang8{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang8.png) 0 0 no-repeat;
}


.call_state_box .touxiang9{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/touxiang9.png) 0 0 no-repeat;
}



 



@-webkit-keyframes tonghuaing{
    0% {background-position: 0 0;}
    50% {background-position: -160px 0;}
    100% {background-position: 0 0;}
}
.call_state_box .lixian{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_aloof.png) 0 0 no-repeat;
}
.call_state_box .jietonging{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_connection.png) 0 0 no-repeat;
-webkit-animation-name: jietonging;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 750ms;/* 动画运行的时间 */
}
@-webkit-keyframes jietonging{
    0% {background-position: 0 0;}
    33.3% {background-position: -160px 0;}
    66.6% {background-position: -320px 0;}
    100% {background-position: 0 0;}
}


@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.call_state_box .jietonging .Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 2s linear infinite;
-moz-animation: rotation 2s linear infinite;
-webkit-animation: rotation 2s linear infinite;
-o-animation: rotation 2s linear infinite;
}
.call_state_box .jinyin{
position: absolute;
width: 160px;
height: 160px;
background: url(../images/image_call/img_call_mute.png) 0 0 no-repeat;
}


/*tab样式*/
.tab_tit_style{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #666;
	line-height: 26px;
	position: relative;
}
.tab_tit_style i{
	display: inline-block;
	position: absolute;
	margin-right: 2px;
	border: 1px solid #e6e6e6;
	height: 18px;
	width: 26px;
	background: #fff;
	text-align: center;
	line-height: 18px;
	right: 4px;
	top: 3px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
}
.tab_tit_style i:hover{
	background: #e04545;
	color: #fff;
}







/*表格样式修改*/
.ui-grid-top-panel{
	background: rgb(255,204,204);
	color: #464646;
	font-weight: normal;
}
.ui-grid-row:nth-child(even) .ui-grid-cell{
	background-color: rgb(255,244,244);
}
.ui-grid-disable-selection{
	background-color: rgb(242,232,232);
}


.tab_form_box{
	position: relative;
}
.tab_form_box .add_icon{
	position: absolute;
	display: block;
	height: 27px;
	line-height: 27px;
	font-size: 1.5em;
	right: 26px;
	width: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
}

/*拨号弹出框*/
.call_dial_box{
	height: 30px;
	width: 30px;
	position: absolute;
	right: 144px;
	top: 12px;
}
.call_dial_box .call_btn_box .call_icon{
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/image_call/img_call_standby.png) 0 0 no-repeat;
	background-size:30px;
}

.call_icon .th_jb{
	position: absolute;
	height: 16px;
	min-width: 16px;
	padding:0 2px;
	font-size: 10px;
	color:#fff;
	background: #f40606;
	text-align: center;
	right: -4px;
	top: -4px;
	border-radius: 100%;
	font-style: normal;
	border: 1px solid #fff;
	line-height: 16px;
}
/*	通话状态提示*/
.call_dial_box .call_btn_box .mini_laidian{
background: url(../images/image_call/img_call_call.png) 0 0 no-repeat;
background-size:90px;
-webkit-animation-name: mini_laidian;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 950ms;/* 动画运行的时间 */
}
@-webkit-keyframes mini_laidian{
    0% {background-position: 0 0;}
    33.3% {background-position: -30px 0;}
    66.6% {background-position: -60px 0;}
    100% {background-position: 0 0;}
}
.call_dial_box .call_btn_box .mini_daiji{
background: url(../images/image_call/img_call_standby.png) 0 0 no-repeat;
background-size:30px;
}
.call_dial_box .call_btn_box .mini_tonghuaing{
background: url(../images/image_call/img_call_calling.png) 0 0 no-repeat;
background-size:60px;
-webkit-animation-name: mini_tonghuaing;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 650ms;/* 动画运行的时间 */
}
@-webkit-keyframes mini_tonghuaing{
    0% {background-position: 0 0;}
    50% {background-position: -30px 0;}
    100% {background-position: 0 0;}
}
.call_dial_box .call_btn_box .mini_lixian{
background: url(../images/image_call/img_call_aloof.png) 0 0 no-repeat;
background-size:30px;
}
.call_dial_box .call_btn_box .mini_jietonging{
background: url(../images/image_call/img_call_connection.png) 0 0 no-repeat;
background-size:90px;
-webkit-animation-name: mini_jietonging;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 750ms;/* 动画运行的时间 */
}
@-webkit-keyframes mini_jietonging{
    0% {background-position: 0 0;}
    33.3% {background-position: -30px 0;}
    66.6% {background-position: -60px 0;}
    100% {background-position: 0 0;}
}


@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.call_dial_box .call_btn_box .mini_jietonging .Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 2s linear infinite;
-moz-animation: rotation 2s linear infinite;
-webkit-animation: rotation 2s linear infinite;
-o-animation: rotation 2s linear infinite;
}
.call_dial_box .call_btn_box .mini_jinyin{
background: url(../images/image_call/img_call_mute.png) 0 0 no-repeat;
background-size:30px;
}


.call_dial_box .dial_box{
	position: absolute;
	top: 100%;
	right: 40px;
	z-index: 1000;
	float: left;
	padding: 8px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background: #fff;
	border:1px solid rgba(0,0,0,.2) ;
	border-radius: 3px;
	width: 300px;
}
.call_dial_box .dial_box .dial_main_box{
	padding: 0 8px; 
}
.dial_main_box .dial_number{
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border: 1px solid #d5d5d5;
	padding: 2px 4px;
	box-sizing:border-box;
	color: #b3b3b3;
	font-size: 14px;
	width: 100%;
	height: 26px;
}
.dial_main_box .dial_btn_box{
	margin-top: 6px;
}
.dial_main_box .dial_btn_box .dial_btn{
	width: 61px;
	height: 26px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 8px;
	color: #fff;
	outline: none;
}
.dial_main_box .dial_one_btn .dial_btn{
	margin: 0 auto;
	display: inline-block;
}
.dial_btn_box .btn_sty_green:hover{
	background: #6dbc2c;
}
.dial_btn_box .btn_sty_red:hover{
	background: #d82525;
}
.dial_main_box .phone_number{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.dial_main_box .phone_number li{
	background: #f2f6ff;
	line-height: 30px;
	height: 30px;
	margin-bottom: 4px;
	padding: 0 4px;
	cursor: pointer;
}
.dial_main_box .phone_number li .check{
	line-height: 30px;
	float: right;
	width: 20px;
	color: #42a5f5;
	text-align: center;
}
.hr_tit{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 14px;
	background-color: #f8fafe;
	/*
	width: 100%;
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	-webkit-transform: translate(-50%, 0);   
    -moz-transform: translate(-50%, 0);   
    -ms-transform: translate(-50%, 0);   
    -o-transform: translate(-50%, 0);   
    transform: translate(-50%, 0);
    padding: 0 14px;
	background-color: #3c98e2;
	*/
}


/*引导图样式*/
.guide_big_box{
	padding: 10px;
}
.guide-header{
	color: #333;
	display: block;
	position: relative;
	padding: 0 5px;
}
.guide-header .box-title{
	height: 30px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.guide_body{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.guide_big_box .guide_box{
	float: left;
	/*width: 6.7%;!important*/
	width: 20%;
	padding: 10px;
}
.guide_box .guide_main{
	width: 100%;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .5);
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	border-radius: 3px;
	padding: 5px;
}
.guide_box .guide_main:hover{
	-webkit-box-shadow:0 0 4px rgba(224, 69, 69, .8);
	-moz-box-shadow:0 0 4px rgba(224, 69, 69, .8);
	box-shadow: 0 0 4px rgba(224, 69, 69, .8);
}
.guide_list_box{
	padding: 0px 10px;
}
.guide_list_box .guide_list_one{
	border-bottom: 1px solid #ccc;
	height: 41px;
	line-height: 40px;
	list-style: none;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
}

.guide_list_box .guide_list_one i{
	color: #888177;
}
.guide_list_box .guide_list_one:hover i{
	color: #e04545;
}
.guide_list_box .guide_list_one:hover{
	border-bottom: 1px solid #e04545;
}




.hjan_color_box span{
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	padding: 0 6px;
	background: #f8efb5;
}
.hjan_color_box .jj_btn{
	color: #e04545;
}
.hjan_color_box .pt_btn{
	color: #3D963D;
}


.data_item_form{
	display: inline-block;
	flex-grow:1;
}
.data_item_form .date{
	width: 156px;
	float: left;
	margin-right: 2px;
	padding-top: 4px;
}
.data_item_form .date .input-group-addon{
	padding: 3px 12px 2px;
	border-color: #999;
}
.data_item_form .xieg{
	width: 20px;
	text-align: center;
	line-height: 26px;
	float: left;
	font-size: 16px;
	color: #333;
}

.user_manage {
	position: absolute;
	top: 0px;
	right: 180px;
	width:56px;
	text-align: center;
	border-bottom: 4px;
	padding: 4px 0px;
}
.user_manage .user_manage_a{
	color: #e04545;
	height: 42px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.user_manage .user_manage_a i{
	display: block;
	width: 100%;
	height: 23px;
	line-height: 23px;
	color: #e04545;
	font-size: 18px;
}
.user_manage .user_manage_a span{
	display: block;
	line-height: 19px;
	height: 19px;
	border-radius: 4px;
	font-size: 14px;
}
.user_manage .system{
	width: 100%;
	overflow: hidden;
	padding: 0;
	left: -12px;
	margin: 0px;
}
.user_manage .system li{
	padding: 5px ;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	cursor: pointer;
}
.user_manage .system li:hover{
	color: #fff;
	background: #e04545;
}

.y_jge{
	margin-right: 10px;
}


.user_tc{
	margin: 0px;
	margin-top: 40px;
}
.user_tc .user_kuan_box{
	margin: 0 auto;
	display: flex;
	margin-bottom: 30px;
	width: 310px;
}
.user_kuan_box .user_name{
	width:100px;
	text-align: right;
	font-size: 16px;
	line-height: 22px;
	margin-right: 10px;
}
.user_kuan_box .user_main{
	width: 200px;
}
.pzxz_form{
	margin: 0px;
}
.pzxz_form .xz_btn{
	color: #fff;
	background: #42a5f5;
	height: 34px;
	line-height: 34px;
	padding: 0 8px;
	margin-bottom: 10px;
	border: none;
	border-radius: 3px;
	box-shadow: 1px 1px #999;
}
.pzxz_form .xz_btn:hover{
	background:  #2788d6;
}
.pzxz_form .pz_list_one{
	padding: 8px 0;
	border-top: 1px solid #ededed;
	display: flex;
	justify-content:space-between;
}
.pz_body .pz_tit{
	font-size: 14px;
	line-height: 22px;
}
.pz_main .tj_btn{
	margin-left: 10px;
	background: #42a5f5;
	color: #fff;
	border: 1px solid #42a5f5;
	border-radius: 2px;
}
.pz_list_one .pz_body{
	flex-grow:1;
}
.pz_list_one .close{
	align-items:center;
	width: 20px;
	text-align: right;
	flex-shrink:0;
	align-items: center;
}











/*目录上加那啥样式*/
.personal_info_box{
	height: 80px;
	background: #fff;
	width: 100%;
	padding: 4px;
	display: flex;
}
.personal_info_box .personal_tx_box{
	height: 72px;
	width: 72px;
	border-radius: 3px;
	border:1px solid #e5e5e5;
	background: #fff;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.personal_info_box .personal_tx_box .tx_img{
	width: 70px;
	width: 70px;
	align-items: center;
}
.personal_info_box  .personal_list_box{
	flex-grow: 1;
	height: 72px;
	overflow: hidden;
	padding-left:6px;
}
.personal_info_box  .personal_list_box .info_sty{
	line-height: 24px;
	height: 24px;
	overflow: hidden;

}

.right_click_div {
	z-index: 999;
	background-color: #FFF;
	position:fixed;
	line-height: 25px;
	border: 1px solid grey;
	border-top:  0px;
	display:none;
}
.right_click_menu {
	border-top: 1px solid grey;
	padding: 5px 10px 5px 10px;
	cursor:pointer;
}
.right_click_menu:hover {
	background-color: #c3c3c3;
}


/* V5 */
.global_man_search_Container {
	width: 100%;
	background-color: #FFF;
	border: 1px solid #ddd;
}
.global_man_search_div {
	width: 100%;
	/*background-color: #FFF;*/
	font-size: 12px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.global_man_search_div div {
	background-color: #027ef2;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	margin: 2px 2px;
	width: 160px;
	margin-left: 35px;
}
.global_man_search_div i {
	cursor: pointer;
	margin: 5px 5px 0px 5px;
	font-size: 20px;
	float: right;
}
.global_man_search_div span {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.global_man_search_fixed {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	justify-content: center;
	margin-bottom: -31px;
	cursor: pointer;
}
.global_man_search_fixed:hover {
	color: #027ef2;
}
.global_man_search_fixed i{
	/*transform: rotate(45deg);*/
}
.form_top_one_btn{
	width: max-content;
	height: 34px;
	line-height: 34px;
	background: #42a5f5;
	border: 1px solid #42a5f5;
	text-align: center;
	font-size: 14px;
	padding: 0 25px;
	margin-left: 10px;
	border-radius: 3px;
	cursor: pointer;
	color: #FFF;
	margin-top: 5px;
}
.form_top_one_btn:hover {
	background-color: #DE4749;
	border: 1px solid #DE4749;
	color: #FFF;
}
.form_top_one_btn_active {
	background-color: #DE4749;
	border: 1px solid #DE4749;
	color: #FFF;
}
.form_top_btn_container {
	width: 100%;
	display: flex;
	float: right;
	flex-wrap: wrap;
	/*margin: 10px;*/
}
.form_top_btn_container:first-child {
	margin: 14px 0px 0 10px;
}
.grid_oper_text {
	color: #42a5f5;
	cursor: pointer;
}

.form_top_meta {
	display: flex;
	margin: 19px;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
.other_search_menu {
	position: absolute;
	background-color: #FFF;
	padding: 0px;
}
.other_search_menu_cover {
	width: 100%;
	height: 100%;
	display: none;
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px;
}
#birthdaySearchBtn:hover {
	background: #42a5f5;
	color: #fff;
}
.birthday_search_menu {
	position: absolute;
	background-color: #FFF;
	padding: 0px;

}
.birthday_search_menu_cover {
	width: 100%;
	height: 100%;
	display: none;
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px;
}

.click_show_div {
    position:fixed;
    top:0px;
    right:0px;
    height:100%;
    width:100%;
    overflow-x:scroll;
    z-index:1001;
    border:1px solid;
    border-right:0px;
}
.click_show_add_close_box {
	height: 60px;
	background-color: #FFF;
	border-bottom: 2px solid #d5d5d5;
}
.click_show_add_close_box span {
	margin-top: 20px;
	margin-right: 25px;
}

.to-do-list{
	position: absolute;
	top: 0px;
	right: 240px;
	width:140px;
	text-align: center;
	border-bottom: 4px;
	padding: 4px 0px;
	line-height: 21px;
	cursor: pointer;
	color: #e04545;
}
.to-do-list ul {
	display: block;
	margin-top: -1px;
}
.to-do-list li {
	padding-left: 5px;
	color: #000;
	height: 30px;
	line-height: 30px;
}
.to-do-list li:hover {
	background-color: #e04545;
	color: #fff;
}


/*分割线导航*/
.sp_nav_container {
	display: flex;
	margin-top: -25px;
}
.sp_nav_container2 {
	margin: auto;
}
.one_sp_nav {
	cursor: pointer;
	padding: 2px 8px;
	margin: 0 2px;
}
.one_sp_nav:hover {
	background-color: #46baff;
	color: #FFF;
}
.one_sp_nav_active {
	background-color: #46baff;
	color: #FFF;
}


/*呼叫中心电话模块*/
 .callNumOut{
     position: absolute;
     height: 38px;
     width: auto;
     list-style: none;
     top: 3px;
     right: 15px;
 }
 ul.callNumOut li{
     width: 80px;
     height: 38px;
     float: left;
     margin-left: 10px;
     background-color: #f0f0f0;
     border-radius: 6px;
 }
 ul.callNumOut li:hover{
     background-color: #dbe2ee;
     box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
     cursor:pointer;
 }
 ul.callNumOut li p{
     width: 40px;
     height: 34px;
     float: left;
     margin-top: 3px;
     line-height: 34px;
     font-size: 16px;
     font-weight: bold;
 }
 .cn_iconImg1{
      width: 34px;
     height: 34px;
     margin: 2px 3px;
     float: left;
     background: url("../images/120img.png") no-repeat center center;
     background-size: 80% 80%;
 }
 .cn_iconImg2{
      width: 34px;
     height: 34px;
     margin: 2px 3px;
     float: left;
     background: url("../images/110img.png") no-repeat center center;
     background-size: 80% 80%;
 }
 .cn_iconImg3{
     width: 34px;
     height: 34px;
     margin: 2px 3px;
     float: left;
     background: url("../images/119img.png") no-repeat center center;
     background-size: 80% 80%;
 }


 .toTheLeftPic{
    height: 120px;
    width:15px;
 	background: url("../images/pathLeft.png") no-repeat center center;
    cursor: pointer;
 }
 
 .toTheRightPic{
   height: 120px;
    width:15px;
 	background: url("../images/pathRight.png") no-repeat center center;
 	cursor: pointer;
 }

.yy-alert-div {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 350px;
	height: 150px;
	background-color: #b7df6a;
	border-radius: 5px;
}
.yy-alert-title {
	font-size: 20px;
	justify-content: space-between;
	display: flex;
	width: 100%;
}
.yy-alert-title-text {
	/*background-color: red;*/
	/*color: #ffffff;*/
	border-radius: 5px;
	width: 70px;
	text-align: center;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
.yy-alert-title-x {
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	cursor: pointer;
}
.yy-alert-content {
	font-size: 16px;
	margin: 20px 0 0 40px;
}
.yy-alert-btn {
	background-color: #178ffe;
	color: #ffffff;
	width: 80px;
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}



















