/*.ng-scope{
	height:100%;
}*/
baibox table.liucheng th{
	padding: 10px 0;
	border: 1px solid #DEDEDE;
	background-color: #f1f1f1;
}
.baibox table.liucheng tr td{
	padding: 10px 0;
	height: auto;
	line-height: inherit;
	border: 1px solid #DEDEDE;
	white-space:inherit;
	color:rebeccapurple;
}
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

ul li,ol li{
	list-style:none;
}
.clear{
	clear: both;
}
html,body{
	height: 100%;
	font-family: "微软雅黑";
}
select,input,textarea{
	outline:none;
	padding: 0 5px;
	font-family:"微软雅黑";
	border-radius: 3px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar  
{  
    width: 15px;  
    height: 5px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #F5F5F5;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #ccc;  
}  
@font-face {
  font-family: 'iconfont';
  src: url('../icon_font/iconfont.eot');
  src: url('../icon_font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../icon_font/iconfont.woff') format('woff'),
  url('../icon_font/iconfont.ttf') format('truetype'),
  url('../icon_font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.maxbox{
	width: 100%;
	height:98%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #eef3f9;
}
.maxbox2{
	height:auto;
}
.baibox{
	width: 98%;
	height:100%;
	box-shadow: 0 2px 4px 0 #ccc;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 auto;
	overflow-y: auto;
	zoom:1;
/*	min-width:1280px;
	overflow-x:auto;*/
}
.maxbox .help-block{
	margin-top:37px;
	padding-left:42%;
	display:inline;
}
.baibox .tips{
	padding: 0 20px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.baibox .tips span{
	display: inline-block;
	height: 39px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	margin-right: 30px;
}
.baibox .tips span.active{
	color: #7eabfc;
	border-bottom: 2px solid #7eabfc;
}
.baibox .choices{
	padding: 0 20px;
	height: auto;
	margin-bottom: 20px;
}
.baibox .choices .date_div{
	float: left;
	width: 25%;
	height: 30px;
}
.baibox .choices .date_div .tits{
	float: left;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	font-size: 14px;
	color: #666;
	width: 25%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.baibox .choices .choice_type1{
	float: left;
	width: 25%;
	height: 30px;
	margin-bottom: 20px;
}
.baibox .choices .choice_type1 span{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	width: 30%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.baibox .choices .choice_type1 select,.baibox .choices .choice_type1 input{
	float: left;
	height: 30px;
	width: 60%;
	height: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #666;
	padding: 0 5px;
	font-family: "微软雅黑";
}
.baibox .choices .choice_type1 input{
	border-radius: 3px !important;
}
.baibox .choices .search_but{
	float: right;
	width: 5%;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFF3CD;
	background-color: #1790ff;
	margin-right: 1%;
	cursor: pointer;
}
.baibox .choices .search_but2{
	background-color: #fff;
	border: 1px solid #d9d9d9;
	margin-right: 2.5%;
	color: #666;
}
.baibox .choice_buts{
	float: right;
	height: 30px;
}
/*.baibox table{
	display: block;
	width: 100%;
	padding: 0 20px;
	table-layout: fixed;
	
}
.baibox table tbody{
	width: 100%;
	display: block;
	table-layout: fixed;
}
.baibox table tr{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F1F1F1; 
	border-left: none;
	border-right: none;
	font-size: 14px;
}
.baibox table tr.one{
	background-color: #fafafa;
	border-top: 1px solid #f1f1f1;
}
.baibox table th{
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	wid th: 16%;
	color: #616367;
	font-weight: normal;
	overflow:hidden;
	zoom:1;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
.baibox table th{
	text-align:center;
}
.baibox>table{
	padding: 0 20px;
	display:bl ock;
}
.baibox>table tr{
	border-bottom:1px solid #dedede;
}
.baibox>table th{
	background-color:#f1f1f1;
	padding:10px 0;
}
.baibox table tr td{
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
	zoom:1;
	font-size: 13px;
	color: #999;
	/* display: inline-block; */
}
.baibox .table_elliplies tr td{
	line-height:inherit;
}
.baibox table tr td.last{
	overflow:visible;
}
.baibox table tr td.last .more{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #86b0fd;
	cursor: pointer;
}
.baibox table tr td.last .more:hover ol{
	display: block;
}
.baibox table tr td ol{
	height: auto;
	position: absolute;
	right: 0;
	top: 50px;
	background-color: #ffff;
	box-shadow: 0 2px 4px 0 #ccc;
	width: 120px;
	display: none;
	z-index: 999;
}
.baibox table tr td ol li{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.baibox table tr td ol li:hover{
	background-color: #86b0fd;
	color: #fff;
}
.baibox table tr td ol li:hover span{
	color: #fff;
}
.baibox table tr td span,.baibox table tr td a{
	cursor: pointer;
	color: #86b0fd;
}
.baibox table tr td a:hover,.baibox table tr td span:hover,.baibox table tr td .more:hover >i{
	text-decoration: none;
	color: #007bff;
}
.baibox table tr td select{
	cursor: pointer;
	color: #86b0fd;
	border: none;
	font-size: 14px;
}
.baibox table tr td i{
	color: #86b0fd;
	font-style: normal;
}
.baibox .table5 td,.baibox .table5 th{
	width: 19%;
}
.baibox .table6 td,.baibox .table6 th{
	width: 16%;
}
.baibox .table7 td,.baibox .table7 th{
	width: 13.5%;
}
.baibox input[type='radio']{
    -webkit-appearance: none;
    border: 1px solid #ccc;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    outline:none;
}
.baibox input[type='radio']:checked{
    background: url(../images/right.png) center center no-repeat;
    background-size: 10px;
    border-color: #2aa515;
}

.baibox .table5 td,.baibox .table5 th{
	width: 18%;
}
.baibox .table8 td,.baibox .table8 th{
	width: 12.5%;
}
.baibox .table4 td,.baibox .table4 th{
	width: 23%;
}
.baibox .table10 td,.baibox .table10 th{
	width: 9%;
}

.baibox .table13 td,.baibox .table13 th{
	width: 7%;
}

.baibox .table14 td,.baibox .table14 th{
	width: 6.5%;
}

.baibox .table16 td,.baibox .table16 th{
	width: 5.5%;
}
.baibox .table17 td,.baibox .table18 th{
	width: 6%;
}

.buts{
	float: right;
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.ta_date{
	width: 65%;
}
.ta_date .date_title{
	padding: 0px 2px;
	display: inline-block;
	width: 80%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.button_type1{
	float: left;
	width: 85px;
	height: 35px;
	border-radius: 3px;
	background-color: #7eabfc;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	cursor: pointer;
}
.button_type1:hover{
	color:#fff;
}
.button_type1 i{
	font-size: 14px;
	color: #fff;
	margin-right: 4px;
}
.button_type2{
	float: left;
	width: 70px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #C4C4C4;
	margin-right: 20px;
	cursor: pointer;
}
.button_type2 i{
	margin-right: 4px;
}
.button_type2:hover{
	color: #85abea;
	border-color: #85abea;
}
.button_type3{
	float: left;
	width: 90px;
	border: 1px solid #C4C4C4;
	height: 35px;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #C4C4C4;
	cursor: pointer;
	position: relative;
}
.button_type3 i{
	font-size: 12px;
	margin-left: 4px;
}
.button_type3:hover{
	border-color: #85abea;
	color: #85abea;
}
.button_type3:hover .dw{
	display: block;
}
.button_type3 .dw{
	overflow: hidden;
	zoom:1;
	padding: 5px;
	height: auto;
	position: absolute;
	left: -5%;
	top: 34px;
	display: none;
	width: 110%;
}
.button_type3 ol{
	width: 98%;
	margin: 0 auto;
	box-shadow: 0 2px 4px 0 #ccc;
	background-color: #fff;
	z-index: 999;
	border-radius: 4px;
	position: relative;
	
}
.button_type3 ol li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.button_type3 ol li:hover{
	background-color: #7eabfc;
	color: #fff;
}

.edit_type1 .lists{
	height: auto;
	width: 96%;
	margin: 40px auto 20px;
	position: relative;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}
.edit_type1 .lists h1{
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	left: 50px;
	top: -10px;
	color: #6f7175;
}
.edit_type1 .lists h1 span{
	padding: 0 20px;
	background-color: #fff;
}
.edit_type1 .lists .list_box{
	display: block;
	overflow: hidden;
	zoom:1;
	padding: 30px;
	padding-bottom: 0px;
}
.edit_type1 .list_box .hang{
	overflow: hidden;
	zoom:1;
	width: 100%;
	margin-bottom: 10px;
}
.edit_type1 .list_box .lie{
	float: left;
	width: 33%;
	overflow: hidden;
	zoom:1;
}

.edit_type1 .list_box .lie_50{
	float: left;
	width: 50%;
	overflow: hidden;
	zoom:1;
}

.edit_type1 .list_box .lie1{
	float: left;
	width: 44%;
	overflow: hidden;
	zoom:1;
}

.edit_type1 .list_box .lie1 .span_text {
    float: left;
    width: 40%;
    height: 30px;
    font-size: 14px;
    text-align: left;
    padding-right: 5px;
    color: #6f7175;
    vertical-align: middle;
    font-weight: normal !important;
}
.edit_type1 .list_box_label .lie .span_text{
    text-align: right;
}

.edit_type1 .list_box .lie1 label{
	float: left;
	width: 40%;
	height: 30px;
	lin e-height: 30px;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
	color: #6f7175;
	vertical-align: middle;
	font-weight: normal !important;
}
.edit_type1 .list_box_label .lie1 label{
	text-align: left;
}
.edit_type1 .list_box .lie1 input{
	float: left;
	width: 53%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
}
.edit_type1 .list_box .lie1 select{
	float: left;
	width: 53%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
}
.edit_type1 .list_box .lie1 textarea{
	float: left;
	width: 65%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 5px;
	margin-bottom: 20px;
}






.edit_type1 .list_box .lie .span_text {
    float: left;
    width: 40%;
    height:30px;
   font-size: 14px;
    text-align: left;
    padding-right: 5px;
    color: #6f7175;
    vertical-align: middle;
    font-weight: normal !important;
}
.gaodu .list_box .lie .span_text{
	height:auto !important;
}
.edit_type1 .list_box_label .lie .span_text{
    text-align: right;
}

.edit_type1 .list_box .lie label{
	float: left;
	width: 40%;
	height: 30px;
	lin e-height: 30px;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
	color: #6f7175;
	vertical-align: middle;
	font-weight: normal !important;
}
.edit_type1 .list_box_label .lie label{
	text-align: left;
}
.edit_type1 .list_box .lie input{
	float: left;
	width: 53%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
	text-overflow:ellipsis;
}
.edit_type1 .list_box .lie select{
	float: left;
	width: 53%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
}
.edit_type1 .list_box .lie textarea{
	float: left;
	width: 65%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 5px;
	margin-bottom: 20px;
}
.edit_type1 .list_box table{
	width: 100%;
	overflow: hidden;
	zoom:1;
	table-layout:fixed;
	margin-bottom: 15px;
}
.edit_type1 .list_box table th{
	font-weight: normal;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	height: 50px;
	text-align: center;
}
.edit_type1 .list_box table tr{
	height: auto;
	line-height:inherit;
}
.edit_type1 .list_box table td{
	text-align: center;
	font-size: 12px;
	color: #6f7175;
	word-wrap:break-word;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	height: auto;
	line-height:inherit;
	white-space: inherit;
}
/*.edit_type1 .list_box table tr{
	border-top: 1px solid #f1f1f1;
}*/
.edit_type1 .list_box table tr.one{
	background-color: #fafafa;
}
.edit_type1 .list_box table td a{
	color: #83aefd;
}
.edit_type1 .list_box table td i{
	color: #6fe669;
	display: inline;
	font-size: 14px;
}
.edit_type1 .list_box .add_hang{
	border: 1px dashed #7eabfc;
	color: #7eabfc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	width: 98%;
	margin: 0 auto 25px;
}
.form_buts{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	padding-right: 5%;
}
.form_buts span,.form_buts button{
	float: right;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #1890ff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #1890ff;
	background: none;
	font-family: "微软雅黑";
}

.form_buts button.button_more,.form_buts button.button_more>span,.mid_form_buts button.button_more,.baibox .mid_form_buts button.button_more>span{
	border: none;
	padding-right: 0;
	background:none;
}
.form_buts button.button_more span,.mid_form_buts button.button_more span{
	border-color: #1890ff;
	color: #1890ff;
	background-color:#fff;
}
.form_buts span.style,.form_buts button.style,.mid_form_buts span.style,.mid_form_buts button.style{
	background-color: #1890ff;
	color: #fff;
	border-color: #1890ff;
}
.form_buts span.style:hover,.form_buts button.style:hover{
	color: #fff;
	border-color: #1890ff;
}
.mid_form_buts span:hover,.mid_form_buts button:hover{
	border-color: #1890ff;
	color: #1890ff;
}
.mid_form_buts span.style:hover,.mid_form_buts button.style:hover{
	color: #fff;
	border-color: #1890ff;
}
.mid_form_buts span:hover,.mid_form_buts button:hover{
	border-color: #1890ff;
	color: #1890ff;
}


.input_checkbox{
	width: 15px;
	height: 15px;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	outline: none;
}
input.input_checkbox[type='checkbox']:checked {
	background-image: url(../images/right.png);
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.details .list_box .lie input{
	ime-mode: disabled;
}
 .mine
.baibox .width_over{
	width: 100%;
}
.baibox .width_over .one{
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.baibox .width_over .one dt{
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fafafa;
}
.baibox .width_over .one dd{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #747679;
	text-align: center;
}
.baibox .width_over .two{
	float: left;
	width: 76%;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.baibox .width_over .two::-webkit-scrollbar  
    {  
        width: 5px;  
        height: 8px;  
        background-color: #ccc;  
    }  
      
/*定义滚动条轨道 内阴影+圆角*/  
.baibox .width_over .two::-webkit-scrollbar-track  
    {  
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);  
        border-radius: 10px;  
        background-color: #fcfcfc;  
    }  
      
    /*定义滑块 内阴影+圆角*/  
.baibox .width_over .two::-webkit-scrollbar-thumb  
    {  
        border-radius: 10px;  
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);  
        background-color: #ccc;  
    }  
.baibox .width_over .two .free_box{
	width: 2100px;
	height: 45px;
}
.baibox .width_over .two .free_box .free_hang{
	width:100%;
	height: 45px;
}
.baibox .width_over .free_box .hang_style{
	background-color: #fafafa;
}
.baibox .width_over .free_box .hang_style span{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.baibox .width_over .two .free_box span{
	float: left;
	height: 45px;
	line-height: 45px;
	width: 200px;
	overflow:hidden;
	zoom:1;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}
.baibox .width_over .two .free_box span.short_span{
	width:100px;
}
/*form固定宽度并且居中*/
.baibox .mid_form{
	width: 500px;
	margin: 60px auto 30px;
	overflow: hidden;
	zoom:1;
}
.baibox .mid_form .hang{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.baibox .mid_form .hang_radios{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	text-align: center;
}
.baibox .mid_form .hang_radios input{
	display: inline-block;
	margin-right: 5px;
}
.baibox .mid_form .hang_radios label{
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	font-weight:normal;
}
.baibox .mid_form .hang_short{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	text-align: center;
}
.baibox .mid_form .hang_short label{
	float: none;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #6f7175;
	margin-right: 10px;
	font-weight:normal;
}
.baibox .mid_form .hang_short input{
	float: none;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	color: #333;
}
.baibox .menu_left{
	float: left; 
	width: 20%;
	overflow: auto;
	zoom:1;
	border-right: 1px solid #d8d8d8;
	height: 100%;
	padding-bottom: 30px;
}
.baibox .menu_left li{
	height: 35px;
}
.baibox .menu_left li i{
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10%;
}
.baibox .menu_left li a{
	display: block;
	height: 35px;
	text-align: left;
	padding-left: 15%;
	line-height: 35px;
	font-size: 14px;
	color: #9c9c9c;
}
.baibox .menu_left li:hover a{
	text-decoration: none;
	color: #84affc;
	background-color: #e6f7ff;
}
.baibox .menu_left li.selected{
	background-color: #e6f7ff;
	border-right: 2px solid #7eabfc;
}
.baibox .menu_left li.selected a{
	color: #84affc;
	
}
.baibox input[type='radio'],.edit_type1 .list_box .lie input[type='radio']{
	-webkit-appearance: none;
	display:inline-block !important;
	border: 1px solid #ccc;
	width: 15px !important;
	height: 15px !important;
	border-radius: 50% !important;
	cursor: pointer;
	float:none !important;
	outline:none;
}
.baibox input[type='radio']:checked,.edit_type1 .list_box .lie input[type='radio']:checked{
	background: url(../images/right.png) center center no-repeat;
	background-size: 10px;
	border-color: #2aa515;
	outline:none;
}
.baibox .menu_right{
	float: left;
	width: 79.8%;
	overflow: auto;
	zoom:1;
}
.baibox .menu_right .tips{
	margin-bottom: 0;
}
.baibox .menu_right .tips span{
	font-size: 16px;
}
.baibox .choice_boys{
	overflow: hidden;
	zoom:1;
	border-bottom: 1px dashed #dcdcdc;
	padding: 10px 0 0;
	width: 95%;
	margin: 0 auto 20px;
	height: 38px;
}
.baibox .choice_boys dl{
	float: left;
	overflow: hidden;
	zoom:1;
	width: 90%;
}
.baibox .choice_boys dl dt{
	float: left;
	font-size: 14px;
	color: #333;
	padding: 2px 0;
	width: 8%;
}
.baibox .choice_boys dl dd{
	width: 92%;
	float: left;
	overflow: hidden;
	zoom:1;
}
.baibox .choice_boys dl dd span{
	display: inline-block;
	font-size: 14px;
	color: #747679;
	padding: 2px 10px;
	margin: 0 5px 20px;
	cursor: pointer;
}
.baibox .choice_boys dl dd span.style{
	color: #fff;
	background-color: #7eabfc;
	border-radius: 3px;
}
.baibox .choice_boys .show_button{
	float: right;
	width: 7%;
	padding: 2px 10px;
	font-size: 14px;
	color: #7eabfc;
	display: inline-block;
	cursor: pointer;
}
.baibox .choice_boys .show_button i{
	font-size: 12px;
	margin-left: 3px;
}
.baibox .menu_right .fill_box{
	overflow: hidden;
	zoom:1;
	border: 1px solid #dcdcdc;
	width: 95%;
	margin: 0 auto;
}
.baibox .menu_right .fill_box .tips{
	background-color: #fafafa;
	margin-bottom: 20px;
}
.baibox .menu_right .fill{
	width: 95%;
	margin: 0 auto;
}
.baibox .fill .list_box{
	overflow: hidden;
	zoom:1;
	border-bottom: 1px solid #dcdcdc;
}
.baibox .fill .last .list_box{
	border-bottom: none;
}
.baibox .fill .list_box .hang{
	overflow: hidden;
	zoom:1;
	width: 100%;
	margin-bottom: 25px;
}
.baibox .fill .list_box .lie{
	float: left;
	width: 33%;
	overflow: hidden;
	zoom:1;
}
.baibox .fill .list_box .lie label{
	float: left;
	width: 30%;
	height: 30px;
	lin e-height: 30px;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	color: #6f7175;
	vertical-align: middle;
	font-weight: normal !important;
}
.baibox .fill .list_box_label .lie label{
	text-align: left;
}
.baibox .fill .list_box .lie input{
	float: left;
	width: 56%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
}
.baibox .fill .list_box .lie select{
	float: left;
	width: 60%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 0 5px;
}
.baibox .fill .list_box .lie textarea{
	float: left;
	width: 65%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 5px !important;
	padding: 5px;
	margin-bottom: 20px;
}
.baibox .fill h3{
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin: 20px 0;
}
.baibox .fill table{
	padding: 0;
}
.baibox .fill table td,.baibox .fill table tr{
	height: auto;
	overflow: visible;
	line-height:inherit;
	white-space: inherit;
	padding: 0px 0;
}
.baibox .fill .add_hang{
	border: 1px dashed #d9d9d9;
	color: #65676b;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	width: 98%;
	margin: 20px auto 25px;
}
.baibox .fill table input{
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
	font-family: "微软雅黑";
	color: #666;
}
.baibox .fill table textarea{
	height: 25px;
}
.baibox .add_hang{
	border: 1px dashed #7eabfc;
	color: #7eabfc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	width: 98%;
	margin: 0 auto 25px;
}
.baibox .add_hang:hover{
	border: 1px dashed #7eabfc;
	color: #7eabfc;
}
.apply_but{
	padding: 10px 2%;
	background-color: #fff;
	overflow: hidden;
	zoom:1;
	text-align: right;
	border-top: 1px solid #d8d8d8;
}
.apply_but span{
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #e9e9e9;
	color: #b3b3b3;
	margin: 0 10px;
	border-radius: 5px;
	cursor: pointer;
}
.apply_but span:hover{
	color: #7eabfc;
	border-color: #7eabfc;
}
.apply_but span.style{
	background-color: #7eabfc;
	color: #fff;
	border-color: #7eabfc;
}
.apply_but span.style:hover{
	color: #fff;
}


.baibox .mid_form .hang input{
	float: right;
	width: 57%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	color: #333;
}
.baibox .mid_form .mid_form_buts{
	overflow: hidden;
	zoom: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.baibox .mid_form .mid_form_buts span{
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #b1b1b1;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin: 0 20px;
	cursor: pointer;
}
.baibox .mid_form .mid_form_buts span:hover{
	border-color: #7eabfc;
	color: #7eabfc;
}
.baibox .mid_form .mid_form_buts span.style{
	background-color: #7eabfc;
	border-color: #7eabfc;
	color: #fff;
}
.baibox .mid_form .hang_short .file_div{
	display: inline-block;
	height: 40px;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	cursor: pointer;
}



/*form固定宽度并且居中*/
.baibox .mid_form{
	width: 500px;
	margin: 60px auto 30px;
	overflow: hidden;
	zoom:1;
}
.baibox .mid_form .hang{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.baibox .mid_form .hang_radios{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	text-align: center;
}
.baibox .mid_form .hang_radios input{
	display: inline-block;
	margin-right: 5px;
}
.baibox .mid_form .hang_radios label{
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	font-weight: normal;
}
.baibox .mid_form .hang_short{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
	text-align: center;
}
.baibox .mid_form .hang_short label{
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #6f7175;
	font-weight: normal;
	width:30%;
}
.baibox .mid_form .hang_short .file_div{
	display: inline-block;
	height: 40px;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	cursor: pointer;
}

.baibox .mid_form .hang_short input,.baibox .mid_form .hang_short select,.baibox .mid_form .hang_short textarea{
	float: right;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	color: #333;
	width:65%;
	margin-right:3px;
	font-size:14px;
	font-family: "微软雅黑";
	padding: 5px 4px 6px;
}

.baibox .mid_form .hang_short textarea{
	height:100px;
	line-height:25px;
}

.baibox .mid_form .hang input{
	float: right;
	width: 57%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d9d9d9;
	border-radius: 3px !important;
	color: #333;
}
.baibox .mid_form .mid_form_buts{
	overflow: hidden;
	zoom: 1;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.baibox .mid_form .mid_form_buts span{
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #b1b1b1;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin: 0 20px;
	cursor: pointer;
}
.baibox .mid_form .mid_form_buts span:hover{
	border-color: #7eabfc;
	color: #7eabfc;
}
.baibox .mid_form .mid_form_buts span.style{
	background-color: #7eabfc;
	border-color: #7eabfc;
	color: #fff;
}
.baibox .width_over{
	width: 100%;
}
.baibox .width_over .one{
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.baibox .width_over .one dt{
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fafafa;
}
.baibox .width_over .one dd{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #747679;
	text-align: center;
}
.baibox .width_over .two{
	float: left;
	width: 76%;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.baibox .width_over .two::-webkit-scrollbar  
    {  
        width: 5px;  
        height: 8px;  
        background-color: #ccc;  
    }  
      
/*定义滚动条轨道 内阴影+圆角*/  
.baibox .width_over .two::-webkit-scrollbar-track  
    {  
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);  
        border-radius: 10px;  
        background-color: #fcfcfc;  
    }  
      
    /*定义滑块 内阴影+圆角*/  
.baibox .width_over .two::-webkit-scrollbar-thumb  
    {  
        border-radius: 10px;  
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);  
        background-color: #ccc;  
    }  
.baibox .width_over .two .free_box{
	width: 2100px;
	height: 45px;
}
.baibox .width_over .two .free_box .free_hang{
	width:100%;
	height: 45px;
}
.baibox .width_over .free_box .hang_style{
	background-color: #fafafa;
}
.baibox .width_over .free_box .hang_style span{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.baibox .width_over .two .free_box span{
	float: left;
	height: 45px;
	line-height: 45px;
	width: 200px;
	overflow:hidden;
	zoom:1;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
}
.baibox .width_over .two .free_box span.short_span{
	width:100px;
}



::-webkit-datetime-edit { padding: 1px;}  /*控制编辑区域的*/
::-webkit-datetime-edit-fields-wrapper { background-color: #fff; }    /*控制年月日这个区域的*/
::-webkit-datetime-edit-text { color: #333; padding: 0 .5em; }  /*这是控制年月日之间的斜线或短横线的*/
::-webkit-datetime-edit-year-field { color: #333; }    /*控制年文字, 如2013四个字母占据的那片地方*/   
::-webkit-datetime-edit-month-field { color: #333; }    /*控制月份*/
::-webkit-datetime-edit-day-field { color: #333; }    /*控制具体日子*/
::-webkit-inner-spin-button { visibility: hidden; }    /*这是控制上下小箭头的*/
::-webkit-calendar-picker-indicator {      /*这是控制下拉小箭头的*/
    visibility: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff, 0 1px #eee;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
    color: #666;
}
::-webkit-clear-button {    /*控制清除按钮*/
}

.daka_buts{
	overflow: hidden;
	zoom:1;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
.daka_buts strong{
	font-weight: normal;
	display: inline-block;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding:0px 2px;
	margin-left: 2px;
	margin-right: 5px;
	color: #f00;
}
.daka_buts button{
	background: none;
	border: none;
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	background-color: #7eabfc;
	color: #FFF;
	border-radius: 3px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.hang label{
	float: left;
	height: auto;
	font-size: 14px;
	color: #6f7175;
	width: 13%;
}
.hang textarea{
	float: left;
	border-radius: 5px !important;
	font-size: 14px;
	color: #333;
}

.textarea1 textarea{	
	width: 84%;
	height: 300px;
}
.textarea2 textarea{	
	width: 66%;
	height: 240px;
}
.textarea3 textarea{	
	width: 51%;
	height: 180px;
}
.textarea4 textarea{	
	width: 32%;
	height: 110px;
}
.textarea5 textarea{	
	width: 18%;
	height: 85px;
}

.textarea6 textarea{	
	width: 84%;
	height: 150px;
}
.lists h6{
	font-size: 14px;
	color: #f00;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.hang select{
	float: left;
	width: 20%;
	height: 30px;
	padding: 3px 4px;
	font-size: 14px;
	color: #333;
}
.hang input{
	float: left;
	width: 14%;
	height: 30px;
	padding: 3px 4px;
	font-size: 14px;
	color: #333;
	border-radius: 5px !important;
	margin-right: 1%;
}
#shoping input{
	float: left;
	width: 35%;
	height: 30px;
	padding: 3px 4px;
	font-size: 14px;
	color: #333;
	border-radius: 5px !important;
	margin-right: 1%;
}


.hang p{
	font-size: 12px;
	color: #8f8080;
	line-height: 25px;
}
.maxbox .baibox .common_buts{
	overflow: hidden;
	zoom:1;
	text-align: right;
	padding: 20px;
}
.maxbox .baibox .common_buts button{
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #1890ff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #1890ff;
	background: none;
	font-family: "微软雅黑";
}
.maxbox .baibox .common_buts button:hover{
	border-color: #1890ff;
	color: #1890ff;
}
.maxbox .baibox .common_buts button.style{
	border-color: #1890ff;
	color: #fff;
	background-color: #1890ff;
}
.maxbox .baibox .common_buts button.button_type{
	border: none;
	overflow: hidden;
	zoom:1;
	margin-left: 0;
	padding: 0;
}
.maxbox .baibox .common_buts button.button_type span{
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #b1b1b1;
	background: none;
	font-family: "微软雅黑";
}
.maxbox .baibox .common_buts button.button_type span:hover{
	border-color: #1890ff;
	color: #1890ff;
}

.maxbox .common_buts{
	overflow: hidden;
	zoom:1;
	text-align: right;
	padding: 20px;
}
.maxbox .common_buts button{
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #b1b1b1;
	background: none;
	font-family: "微软雅黑";
}
.maxbox .common_buts button:hover{
	border-color: #1890ff;
	color: #1890ff;
}
.maxbox .common_buts button.style{
	border-color: #1890ff;
	color: #fff;
	background-color: #1890ff;
}
.maxbox .common_buts button.button_type{
	border: none;
	overflow: hidden;
	zoom:1;
	margin-left: 0;
	padding: 0;
}
.maxbox .common_buts button.button_type span{
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #b1b1b1;
	background: none;
	font-family: "微软雅黑";
}
.maxbox .common_buts button.button_type span:hover{
	border-color: #1890ff;
	color: #1890ff;
}

.lists_type2{
	overflow: hidden;
	zoom:1;
	background-color: #fff;
	width: 98%;
	margin: 0 auto 20px;
	border-radius: 5px;
}
.lists_type2 h1{
	font-weight: normal;
	font-size: 16px;
	color: #949494;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right:20px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 20px;
}
.lists_type2 h1 i{
	font-style:normal;
	font-size:13px;
	color:#23527c;
	float:right;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
.lists_type2 h1 i:hover{
	color:#f00;
}
.row_normal,.row_checkbox{
	overflow: hidden;
	zoom:1;
	padding: 0 10px;
	margin-bottom: 20px;
}
.row_normal .lie{
	float: left;
	width: 25%;
	overflow: hidden;
	zoom:1;
}
.row_normal .lie3{
	width: 33%;
}
.row_normal .lie label{
	float: left;
	width: 35%;
	font-size: 14px;
	color: #848484;
	text-align: right;
	font-weight: normal !important;
	padding-top: 2px;
}
.row_normal .lie input,.row_normal .lie select{
	float: left;
	width: 65%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 3px !important;
}
.row_checkbox .lie{
	float: left;
	overflow: hidden;
	zoom:1;
}
.row_checkbox .lie_second{
	width: 50%;
}
.row_checkbox .lie label{
	float: left;
	text-align: right;
	font-size: 14px;
	color: #848484;
	font-weight: normal !important;
	padding-top: 2px;
}
.row_checkbox .lie_second label{
	width: 17%;
}
.row_checkbox .lie textarea{
	float: left;
	height: 60px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 3px !important;
	resize: none;
}
.row_checkbox .lie input,.row_checkbox .lie select{
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	border: 1px solid #cdcdcd;
	border-radius: 3px !important;
	resize: none;
}
.row_checkbox .lie_second textarea,.row_checkbox .lie_second input,.row_checkbox .lie select{
	width: 83% !important;
}
.row_checkbox .taste_append{
	width: 83%;
	float: left;
	height: 60px;
	padding: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px !important;
}
.taste_choice{
	width: 83%;
	float: left;
	height: auto;
}
.taste_choice a{
	display: inline-block;
	padding: 3px 8px;
	background-color: #f5f5f5;
	color: #838383;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.taste_choice a.style{
	background-color: #dedede;
}
.taste_append a{
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #d0e4ff;
	background-color: #eff6ff;
	color: #49a7ff;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 10px;
}
.taste_append a i{
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}
.add_customer{
	border: 1px dashed #cdcdcd;
	text-align: center;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #848484;
	width: 98%;
	margin: 0 auto 20px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.add_customer:hover{
	border-color: #1890ff;
	color: #1890ff;
}

.lists_type2 .table7{
	width: 90%;
	display: block;
	overflow: hidden;
	zoom:1;
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	border-left: 1px solid #ccc;
}
.lists_type2 .table7 tbody{
	display: block;
	width: 100%;
}
.lists_type2 .table7 tr{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.lists_type2 .table7 td,.lists_type2 .table7 th{
	display: inline-block;
	width: 13.98%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	zoom:1;
	text-align: center;
	border-right: 1px solid #ccc;
	overflow: hidden;
	zoom:1;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lists_type2 .table7 td input{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 90%;
	margin: 5px auto;
}

.lists_type2 .table2 td,.lists_type2 .table2 th{
	width: 49.79%;
}

.lists_type2 .table3 td,.lists_type2 .table3 th{
	width: 33.08%;
}

.lists_type2 .table4 td,.lists_type2 .table4 th{
	width: 24.73%;
}

.lists_type2 .table5 td,.lists_type2 .table5 th{
	width: 19.71%;
}

.lists_type2 .table6 td,.lists_type2 .table6 th{
	width: 16.37%;
}

.lists_type2 .table8 td,.lists_type2 .table8 th{
	width: 12.19%;
}

.lists_type2 .table9 td,.lists_type2 .table9 th{
	width: 10.79%;
}

.accordion-toggle { display: block; }

/*icon select*/
.page-header {clear:both;margin:0 20px;padding-top:20px;}
.the-icons {padding:25px 10px 15px;list-style:none;}
.the-icons li {float:left;width:22%;line-height:25px;margin:2px 5px;cursor:pointer;}
.the-icons i {margin:1px 5px;font-size:16px;} .the-icons li:hover {background-color:#efefef;}
.the-icons li.active {background-color:#0088CC;color:#ffffff;}
.the-icons li:hover i{font-size:20px;}



.hang label{
	float: left;
	height: auto;
	font-size: 14px;
	color: #6f7175;
	width: 13%;
}
.hang textarea{
	float: left;
	border-radius: 5px !important;
	font-size: 14px;
	color: #333;
}


.textarea1 textarea{	
	width: 84%;
	height: 300px;
}
.textarea2 textarea{	
	width: 66%;
	height: 240px;
}
.textarea3 textarea{	
	width: 51%;
	height: 180px;
}
.textarea4 textarea{	
	width: 32%;
	height: 110px;
}
.textarea5 textarea{	
	width: 18%;
	height: 85px;
}

.orderSearch{
	overflow: hidden;
	zoom:1;
	width: 980px;
}
.orderSearch .list{
	position: relative;
	overflow: hidden;
	zoom:1;
	padding-left: 8%;
	border-bottom: 1px solid #999;
}
.orderSearch .list .zuo_tit{
	width: 8%;
	height: 20px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	text-align: center;
}
.orderSearch .you_nr{
	background-color:#fff;
	overflow: hidden;
	zoom:1;
	
}
.orderSearch .mark{
	padding-left: 8%;
	position: relative;
	overflow: hidden;
	zoom:1;
	border-left: 1px solid #999;
	border-bottom:1px solid #999;
}
.orderSearch .conts{
	overflow: hidden;
	zoom:1;
	border-left: 1px solid #999;
}
.orderSearch .conts h1{
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	background-color: #337fb2;
	text-align: center;
	height: 35px;
	line-height: 35px;
	
}
.orderSearch  .conts_z{
	float: left;
	width: 100%;
	overflow: hidden;
	zoom:1;
	border-right: 1px solid #999;
}
.orderSearch .conts_y{
	float: left;
	width: 9.5%;
	overflow: hidden;
	zoom:1;
}
.orderSearch  .conts_z ul{
	overflow: hidden;
	zoom:1;
}
.orderSearch  .conts_z ul li{
	overflow: hidden;
	zoom:1;
	line-height: 25px;
	font-size: 14px;
	border-bottom: 1px solid #999;
}
.orderSearch table{
	border-collapse: collapse;
}
.orderSearch  .conts_z tr{
	display: block;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #999;
}
.orderSearch  .conts_z .tr_1{
	border-top: none;
}
.orderSearch  .conts_z td{
	font-size: 14px;
	padding: 5px 0;
}
.orderSearch  .conts_z td select{
	margin: 5px auto;
	display: block;
}
.orderSearch .btns{
	overflow: hidden;
	zoom: 1;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.orderSearch .btns input{
	display: inline-block;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 10px 10px;
	border: 1px solid #999999;
	color: #999;
	background: none;
}

.hang textarea{
	float: left;
	border-radius: 5px !important;
	font-size: 14px;
	color: #333;
	resize:none;
}

.textarea1 textarea{	
	width: 84%;
	height: 100px;
}
.textarea2 textarea{	
	width: 66%;
	height: 240px;
}
.textarea3 textarea{	
	width: 51%;
	height: 180px;
}
.textarea4 textarea{	
	width: 32%;
	height: 110px;
}
.textarea5 textarea{	
	width: 18%;
	height: 85px;
}
.lists h6{
	font-size: 14px;
	color: #f00;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.hang select{
	float: left;
	width: 20%;
	height: 30px;
	padding: 3px 4px;
	font-size: 14px;
	color: #333;
}
.hang input{
	float: left;
	width: 14%;
	height: 30px;
	padding: 3px 4px;
	font-size: 14px;
	color: #333;
	border-radius: 5px !important;
	margin-right: 1%;
}
.hang p{
	font-size: 12px;
	color: #8f8080;
	line-height: 25px;
}
.baibox table {
    border-collapse: collapse;
    width:98%;
}

.baibox table.ellipsis tr td div{
	width: 180px;
	height: 50px;
	line-height: 50px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin: 0 auto;
}

.baibox table.ellipsis tr td div .i-checks{
	margin-top:14px;
}

.baibox table.ellipsis tr td div{
	width: 145px;
	height: 50px;
	line-height: 50px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.close_common{
	float: right !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 20px !important;
	line-height: 40px !important;
	text-align: center !important;
	color: #666 !important;
	cursor: pointer !important;
}
.close_common:hover{
	color: #f00 !important;
}


/**ibos*/
.ibox .label {
  font-size: 10px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}
ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.fullscreen-ibox-mode .animated {
  animation: none;
}
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}


.ibox-content > .sk-spinner {
  display: none;
}
.ibox-content.sk-loading {
  position: relative;
}
.ibox-content.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ibox-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}
label{
	height:auto !important;
}
/* .modal-dialog{
	width:400px !important;
} */
.control_tit{overflow: hidden;zoom:1;position: relative;}
.control_box{overflow: hidden;zoom:1;padding: 20px;background-color: #f8f7f7;border-radius: 5px;margin-bottom: 20px;}
.c_col{
	float: left;
	width: 33%;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.c_row{
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
.c_col label{
	float: left;
	width: 29%;
	height: auto;
	font-size: 14px;
	color: #6f7175;
}
.c_col input{
	float: left;
	padding: 0 5px;
	font-size: 14px;
	color: #666;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	width: 53%;
}
.control_button{
	position: absolute;
	right: 10px;
	top: 0px;
	height: 25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	background-color: #fff;
	border:1px solid #00bfff;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.control_button img{
	display:block;
	margin:0px auto 0;
	width: 25px;
	vertical-align:middle;
	margin-left:-1px;
}
.control_div{
	border: 1px solid #fff;
	padding: 50px 10px 5px;
	background-color: #f1f1f1;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
	overflow: hidden;
	zoom:1;
	position: relative;
}
.control_div .waibao_shanchu{
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	color: #999999;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
}
.control_tit .c_col{
	width: 27%;
}
.control_div .c_col{
	width: 25%;
}
.control_div .c_col label{
	width: 30%;
}
.control_div textarea{
	float: left;
	width: 88%;
	height: 150px;
}
.waibao_anniu{
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #999;
	color: #999;
	border-radius: 50%;
	width: 25px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.control_tit .waibao_shanchu{
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #999;
	color: #999;
	border-radius: 50%;
	width: 25px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 77px;
	top: 0px;
}
.waibao_shanchu:hover{
	border-color: #00bfff;
	color: #00bfff;
}
.waibao_anniu:hover{
	border-color: #00bfff;
	color: #00bfff;
}
.control_tit .waibao_anniu{
	position: absolute;
	right: 44px;
	top: 0px;
}
.control_div .waibao_anniu{
	width: 100%;
	margin-bottom: 10px;
	border-style: dashed;
}
label{
	font-weight:normal;
}
.maxbox .danxuan .help-block{padding-left:0px;}
.edit_type1 .list_box .hang4 .lie{
	width:25%;
}
.edit_type1 .list_box .hang10 .lie{width:10%;margin-bottom:10px;}
.edit_type1 .list_box .lie span{
	height:auto;
	float:left;
	width:60%;
}
.list_box{
	overflow:hidden;
	zoom:1;
}
.edit_type1 .list_box_label .lie label{
	text-align:right;
}
.edit_type1 .bai_box table.liucheng{
	width:96%;
	margin:0 auto;
}
.baibox table.liucheng{
	width:96%;
	margin:0 auto;
}
table.liucheng th,table.liucheng td{
    display：table-cell !important;
	border:1px solid #dedede;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	white-space: normal;
	color:rebeccapurpl;
}
.edit_type_inputH .list_box .lie input{
	height:25px;
	line-height:25px;
	font-size:12px;
}
.edit_type_inputH .form-group{
	margin-bottom:0;
}
.edit_type_inputH  .lists{
	margin:20px auto 10px;
	border-radius:2px;
}
.edit_type_inputH .lists .list_box{
	padding:19px;
	padding-bottom:0;
}
.edit_type_inputH .lists h1 span,.edit_type_inputH .list_box .lie label{
	font-size:12px;
}
.edit_type_inputH .list_box .lie input{border-radius:1px !important;}
.edit_type_inputH .list_box table{width:100%;border:1px solid #dedede;margin-bottom:0;}
.edit_type_inputH .list_box table th{height:27px;font-size:12px;border:1px solid #dedede;}
.edit_type_inputH .list_box table td{padding-top:0;padding-bottom:0;font-size:12px;border:1px solid #dedede;}
.edit_type_inputH .list_box .lie label{width:43%;}
.edit_type_inputH .list_box .baoxiao_table{width:90%; margin:0 auto 10px;}
.edit_type_inputH .list_box .baoxiao_table th,.edit_type_inputH .list_box .baoxiao_table td{padding:0 auto;}
.edit_type_inputH input[type="checkbox"]{width:15px;height:15px;margin-top:5px;}
.edit_type_inputH .list_box .lie select{height:26px;line-height:26px;border-radius:2px !important;}
.edit_type_inputH .list_box .hang4 .lie_labelW{width:40%}
.edit_type_inputH .list_box .hang4 .lie_labelW label{width:27%;}
		
/** search-input 支持搜索、form输入**/		
.baibox .choices .choice_type1 search-input{
	float: left;
    width: 60%;
    color: #666;
    padding: 0 5px;
    font-family: "微软雅黑";
} 
.baibox .choices .choice_type1 search-input input{
	float: left;
    width: 100%;
    color: #666;
    padding: 0 0px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-family: "微软雅黑";
} 

.edit_type1 .list_box .lie search-input{
	float: left;
    width: 53%;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    text-overflow: ellipsis;
}
.edit_type1 .list_box .lie search-input .input_search-list{
	position: relative;
	clear:both;
	top:0px;
}
.edit_type1 .list_box .lie search-input input
{
	float: left;
    width: 100%;
    color: #666;
    padding: 0 0px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-family: "微软雅黑";
} 


.input_relative{position: relative!important;}
.input_absolute{position: absolute!important;}

.input_search-list {
	top:30px;
    position: absolute;
   	width: 100%;
    background: #fff;
    border: solid 1px;
    z-index: 10;
    overflow:hidden;
    zoom:1;
}

.input_search-list a {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #666;
    display: block;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    background:#FFF;
}

.input_search-list a:hover {
    color: #666;
}

.input_search-list .selected {
    background: #5093e1;
    color: #fff!important;
}	
/** search-input 支持搜索、form输入**/

.content-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	.iframe-container {
		width: 48%;
		min-height: 822px;
		border: 1px solid rgb(205, 205, 205);
		border-radius: 10px;
		.iframe-tips {
			font-size: 16px;
			color: rgb(205, 205, 205);
			width: 100%;
			text-align: center;
		}
	}
	.list-container {
		width: calc(52% - 20px);
		margin: 0 0 0 20px;
	}
}
.ng-scope, .upload-btn {
	font-size: 14px !important;
}
/*
.layui-layer-content {
	width: 100% !important;
	min-height: 100px !important;;
	font-size: 16px !important;;
	color: white !important;;
}*/
