body {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	margin: 0;
	padding: 0;
	background:#f7f7f7;
}


button.btn {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

input.date-input {
	width: 120px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAIAAACDRijCAAAACXBIWXMAAC4jAAAuIwF4pT92AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAz0lEQVR42mL8//8/AzUAQAAxMVAJAAQQikFv331Yt2k7kCQoiAkAAogR7jWg0oNHjuNRam9jKSwkgEsWIIAY/sPA2o3brt++/x8HAEoBFfzHDQACCMVrorgtxCMFAQABxILMwe81/AAggFiIDAWCIQgQQCgGAU25cesOhK2hpgIk0bh4AEAAsaDxr924jawTjYsHAAQQC2Yc4+HiAQABhG4QPCCC/DwxuXgAQAChGHTjzgM0DXAuUAq/QQABRLWUDRBAjNTK/QABRLXcDxBgAO9RkDaazGQgAAAAAElFTkSuQmCC");
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
}

input[type=checkbox].disabled:after, input[type=checkbox].disabled:after:hover, input[type=checkbox][disabled]:after, .input-group-datepicker[disabled] input[type=checkbox]:after, input[type=checkbox][disabled]:after:hover, .input-group-datepicker[disabled] input[type=checkbox]:after:hover, fieldset[disabled] input[type=checkbox]:after, fieldset[disabled] input[type=checkbox]:after:hover {
  background-color: #f7f7f7;
  border: 1px solid #ccd0d6;
}



/*   Overall layout 閺佺繝缍嬬敮鍐ㄧ湰    */

.yz_main-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
  display: block;
  min-width: 1000px;
}


.yz_main-left {
  position: fixed;
  left: 0;
  width: 180px;
  top: 0;
  bottom: 0;
  z-index: 101;
  display: block;
  background-color: #232936;
}

.yz_main-left-mini {
  width: 36px;
}


.yz_main-right {

  position: relative;
  z-index: 100;
  right: 0;
  padding: 16px;
  padding-top: 0px;
  height: 100%;
  display: block;
  background:#f7f7f7;
 
}

.yz_main-right-mini {
  margin-left: 36px;
}

.yz_main-foot {
  position: fixed;
  margin-left: 180px;
  display: block;
  z-index: 101;
  height: 41px;
  background-color: #fff;
  border-top: 1px solid #e4eaec;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
 
}


/*   Current page  瑜版挸澧犳い锟�   */
.yz_Current .yz_CurrentPage {
 
  padding-left:0px;
  list-style: none;
  border-radius: 0px;

 
}

.yz_Current .yz_CurrentPage > li {
  display: inline-block;
  font-size: 12px;
}

.yz_Current .yz_CurrentPage > li span {
  color: #bbbbbb;
  text-align: left;
}

.yz_Current .yz_CurrentPage > li + li:before {
  content: "/";
  padding: 0 5px;
  color: #ccc;
}

.yz_Current .yz_CurrentPage li:last-child span {
  color: #666666;
}





/* tab   */




a {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
	color: #2687d0;
	cursor: pointer;
}

a:active,
a:focus {
	outline: none;
}

a:hover {
	color: #2687d0;
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.hide {
	display: none;
}

.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.tab .tab-navs {

  margin: 0;

  padding: 0;

  list-style: none;

  background-color: #f7f7f7;

}
.tab .tab-navs li {

  float: left;

  position: relative;

  margin-right: 3px;

}
.tab .tab-navs li.active a {

  color: #24344e;

  background-color: white;

  border-top: 1px solid #d2d2d2;

  border-left: 1px solid #d2d2d2;
  
  border-right: 1px solid #d2d2d2;

  border-bottom: 3px solid #ffffff;

  padding: 9px 16px 12px;

}
.tab .tab-navs li.active a:hover {

  color: #24344e;

}

.tab .tab-navs li a {

  color: #24344e;

  display: block;

  font-size: 12px;

  border-top-width: 0;

  border-left: 0;

  border-right: 0;

  padding: 12px 16px;

  background-color: rgba(255, 255, 255, 0.7);

  opacity: 70% \9;

}

.tab .tab-navs li a:hover {

  color: #4c97ff;

  background-color: #fff;

}

.tab .tab-navs li .nav-note {

  display: inline-block;

  vertical-align: top;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

  max-width: 24px;

  overflow: hidden;

  margin-left: 7px;

  color: #4c97ff;

}

.tab .tab-navs li .nav-note.show {

  color: #9b9b9b;

}

.tab .tab-contents {

  margin-top: 20px;

}

.tab .tab-contents .tab-content {

  min-height: 100px;

}

.tab-condensed .tab-navs li {

  margin-bottom: -1px;

}

.tab-condensed .tab-navs li.active a {

  border-bottom: 0;

  padding: 3px 16px 6px;

}

.tab-condensed .tab-navs li a {

  font-size: 12px;

  border-width: 0;

  border-top-width: 0;

  padding: 6px 16px;

}

.tab-reversed .tab-navs {

  background-color: transparent;

  border-bottom: 2px solid #197aff;

}

.tab-reversed .tab-navs li {

  margin-bottom: 0;

}

.tab-reversed .tab-navs li.active a {

  color: #fff;

  border-color: #197aff;

  background-color: #197aff;

}

.tab-reversed .tab-navs li.active a:hover {

  color: #fff;

}

.tab-reversed .tab-navs a {

  background-color: transparent;

}






.table {

  background-color: transparent;

  border-collapse: collapse;

  border-spacing: 0;

  width: 100%;
  
 
}

.table thead {

  background-color: #f7f7f7;

  color: #666666;
  
  
  

}
.table thead tr{

  background-color: #f7f7f7;

  color: #666666;
  
  border-top:0;
  

}
.yz_xmmingchen{ 
	width:320px;
	word-break:break-all;
	line-height:30px;
	}
.yz_xmmingchen1{ 
	width:220px;
	word-break:break-all;
	line-height:30px;
	}	
.table thead tr{

  height:42px;
 


}
.table td,

.table th {

  height: 40px;

  border: 0;

  margin: 0;

  font-weight: normal;

  vertical-align: middle;

  padding-left: 10px;

  padding-right: 8px;

  text-align: left;
  
  border:1px solid #e4e4e4;

}


.table td {

  height: 40px;

  border:1px solid #e4e4e4;

  vertical-align: middle;

  word-wrap: break-word;
  
 

}



.table td:last-child {

  
}

.table tbody tr:hover {

  background-color: #f3fafd;

}

.table tbody tr:hover td,

.table .tr-danger td {

  color: #44454d;

}

.table thead {

  vertical-align: bottom;

}

.table .td-operation {

  text-align: right;

}

.tr-danger {

  background-color: #fffaf8;

}

.th-checkbox {

  width: 25px;

  padding-left: 11px;

}

.table-horizontal td {

  padding-top: 15px;

}

.table-fixed {

  table-layout: fixed;

}

.table-fixed td,

.table-fixed th {

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.table-no-results tbody tr:hover {

  background-color: white;

}

.table-no-results td {

  line-height: 108px;

  text-align: center;

}

.table-grid tbody tr:hover {

  background-color: white;

}

.table-grid th,

.table-grid td {

  border: 1px solid #e7e9ea;

}



/*   Search criteria   閹兼粎鍌ㄩ弶鈥叉       */


.search-panel {
 width:98%;
  padding: 10px;
  border: 1px solid #ccd0d6;
  border-image: none;
  color: #24344e;
  font-size: 12px;
  margin-bottom: 15px;
  float:left;

}

.search-panel table tr:first-child td {
  padding-top: 0px;
   float: left;
}
.search-panel table tr:last-child td {

}
.search-panel table tr td {
  color: #999999;
  padding-top: 9px;
  white-space: nowrap;
   float: left;
}


.search-panel table tr td.search-label {
  text-align: right;
  padding-left: 16px;
  float:left;
}
.search-panel table tr td.search-label label{
	float:left;
}

.search-panel table tr td:first-child.search-label {
  padding-left: 0px;
   float:left;
}


.search-panel table tr td input[type='text'] {
  width: 160px;
}


.search-panel table tr td select {
  width: 160px;
}


.search-panel table tr td input[type='text'].date-input {
  width: 120px;
}


.search-panel table tr td 
.date-input {
  width: 120px;
}


.search-button {
  margin-left:240px;
  float: right;
}
.search-button1 {
   margin-left:220px;
  float: right;
}
.search-button3 {
   margin-left:90px;
  float: right;
}
.search-button4 {
   margin-left:90px;
  float: right;
}
.yz_checkaztik{
	width:60px; 
	height:32px; 
	float:left; 
	
}
.yz_checkaztik1{
	width:90px; 
	height:32px; 
	float:left; 
	
}
.yz_checkaztik2{
	width:120px; 
	height:32px; 
	float:left; 
	
}
.yz_checkaztik3{
	width:140px; 
	height:32px; 
	float:left; 
	
}
.yz_checkaztik4{
	
	float:left; 
	
}
.yz_checkaztikziti{
	position:absolute;
	margin-left:10px;
	margin-top:9px;
}
.yz_checkaztikziti1{
	position:absolute\9;
	margin-left:5px\9;
	margin-top:2px\9;
	
}

.yz_ztym{
	
	width: 100%;
	
	background:#fff;
	
	margin-top:20px;
	
	pading-top:20px;
	
}
.yz_sstable{
	
	margin:0px 8px;
	
}

.yz_anxf{
	width:100%;
	height:38px;
	float: right;
	background:#fff;
	position:fixed;
	bottom:0;
	z-index:9999;
	box-shadow: 2px 0px 6px #999;
	padding-top:10px;
	padding-right:30px;
	left:0;
	

}
.yz_anfright{ 
	float:right;
	margin-top:-8px;
	margin-right:8px;
}


/*     閹稿鎸�           */

.yz_btninfo{
	padding: 9px 16px;
	font-size: 12px;
	line-height: 12px;
	border-radius:0;
	
}

.btn {
	display: inline-block;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0;
	white-space: nowrap;
	line-height: 18px;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


.btn {
	padding: 9px 16px;
	font-size: 12px;
	line-height: 12px;
}

.btn-primary,
.btn-group .btn.active {
	color: white;
	border-color: transparent;
	background-color: #197aff;
	border:1px solid #197aff;
}


.btn-primary:hover,
.btn:hover,
.btn-group .btn.active:hover,
.btn-primary:focus,
.btn:focus,
.btn-group .btn.active:focus,
.btn-primary:active,
.btn:active,
.btn-group .btn.active:active,
.btn-primary.active,
.active.btn,
.btn-group .active.btn {
	color: white;
	background-color: #2374e1;
	border-color: transparent;
	text-decoration: none;
	outline: 0;

}


.btn-primary.disabled,
.disabled.btn,
.btn-group .disabled.btn.active,
.btn-primary.disabled:hover,
.disabled.btn:hover,
.btn-primary.disabled:focus,
.disabled.btn:focus,
.btn-primary.disabled:active,
.disabled.btn:active,
.btn-primary.disabled.active,
.disabled.active.btn,
.btn-primary[disabled],
[disabled].btn,
.btn-group [disabled].btn.active,
.btn-primary[disabled]:hover,
[disabled].btn:hover,
.btn-primary[disabled]:focus,
[disabled].btn:focus,
.btn-primary[disabled]:active,
[disabled].btn:active,
.btn-primary[disabled].active,
[disabled].active.btn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn,
fieldset[disabled] .btn-group .btn.active,
.btn-group fieldset[disabled] .btn.active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.btn {
	cursor: not-allowed;
	background-color: #bbbbbb;
	border-color: transparent;
	color: #f7f7f7;
}


.btn-secondary {
	color: #666666;
	border-color: #bbbbbb;
	background-color: #f7f7f7;
}


.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	color: #197aff;
	background-color: white;
	border-color: #4c97ff;
	text-decoration: none;
	outline: 0;
}


.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled],
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
	cursor: not-allowed;
	background-color: #f7f7f7;
	border-color: #d8d8d8;
	color: #bbbbbb;
}


.btn-info {
	color: #666666;
	border-color: #bbbbbb;
	background-color: #f7f7f7;
	
}


.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
	color: #197aff;
	background-color: white;
	border-color: #4c97ff;
	text-decoration: none;
	outline: 0;
}


.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	cursor: not-allowed;
	background-color: #f7f7f7;
	border-color: #d8d8d8;
	color: #bbbbbb;
}

.btn-ghost {
	color: #bbbbbb;
	border-color: #bbbbbb;
	background-color: rgba(255, 255, 255, 0);
}


.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active {
	color: #1eb6f8;
	background-color: rgba(255, 255, 255, 0);
	border-color: #1eb6f8;
	text-decoration: none;
	outline: 0;
}


.btn-ghost.disabled,
.btn-ghost.disabled:hover,
.btn-ghost.disabled:focus,
.btn-ghost.disabled:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled],
.btn-ghost[disabled]:hover,
.btn-ghost[disabled]:focus,
.btn-ghost[disabled]:active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost,
fieldset[disabled] .btn-ghost:hover,
fieldset[disabled] .btn-ghost:focus,
fieldset[disabled] .btn-ghost:active,
fieldset[disabled] .btn-ghost.active {
	cursor: not-allowed;
	background-color: #f7f7f7;
	border-color: #adb1b6;
	color: #adb1b6;
}


.btn-warning {
	color: #666666;
	border-color: #bbbbbb;
	background-color: #f7f7f7;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
	color: white;
	background-color: #ff7900;
	border-color: #ff7900;
	text-decoration: none;
	outline: 0;
}


.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	cursor: not-allowed;
	background-color: #f7f7f7;
	border-color: #d8d8d8;
	color: #bbbbbb;
}


.btn-danger {
	color: #666666;
	border-color: #bbbbbb;
	background-color: #f7f7f7;
}


.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
	color: white;
	background-color: #ff2200;
	border-color: #ff2200;
	text-decoration: none;
	outline: 0;
}


.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	cursor: not-allowed;
	background-color: #f7f7f7;
	border-color: #d8d8d8;
	color: #bbbbbb;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-large {
	padding: 9px 16px;
	font-size: 12px;
	line-height: 12px;
}

.btn-medium {
	padding: 7px 14px;
	font-size: 12px;
	line-height: 12px;
}

.btn-small {
	padding: 5px 12px;
	font-size: 12px;
	line-height: 12px;
}


.btn-group {
	display: inline-block;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 0;
}


.btn-group .btn {
	position: relative;
	border-radius: 0;
}


.btn-group .btn.active {
	z-index: 9;
}


.btn-group .btn:not(:first-child) {
	margin-left: 10px;
}

.btn-upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.btn-upload span {
	display: inline-block;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}


.btn-upload input {
	top: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.input-search input {
	height: 32px;
	line-height: 18px;
	font-size: 14px;
	border: 1px solid #ccd0d6;
	border-right-width: 0;
	border-radius: 0;
	width: 338px;
}
.input-search .input-group-btn .btn {
	padding: 9px 20px;
	font-size: 18px;
	line-height: 18px;
}


textarea{
  overflow:auto;
   border: 1px solid #ccd0d6;
   padding:2px;
   font-family:"微软雅黑"
   margin-top:3px;
}	

.textareaWt{
	width:100%;
	height:50px
}
.textareaWt:FOCUS{
   width:100%;
   height:90px;
}
.textareaWtqr{
	width:142px;
	height:140px;
}
.pr-xlqr{
	margin-left:6px;
}

input.control,

[contenteditable=true],

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="week"],

input[type="number"],

input[type="search"],

input[type="tel"],

input[type="color"] {

  padding: 2px 10px;

  height: 32px;

  line-height: 18px;

  border: 1px solid #ccd0d6;

  border-radius: 0;
l
  font-family: "Microsoft YaHei";

  color: #666666;

}
.btn-info {
 
   border:1px solid #d2d2d2;
  color: #666666;

  border-color: #bbbbbb;

  background-color: white;

}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {

  color: #197aff;

  background-color: white;

  border-color: #4c97ff;

  text-decoration: none;

  outline: 0;

}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {

  cursor: not-allowed;

  background-color: #f7f7f7;

  border-color: #d8d8d8;

  color: #bbbbbb;

}
button.btn {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}






.yz_panel {
  line-height: normal;
  margin-bottom: 12px;
  border:1px solid #e7e9ea;
  width:99%;
  margin:0 auto;
  margin-top:20px;
}
.yz_panel .panel-header {
  height: 42px;
  background-color: #e4e4e4;
  color: #424343;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yz_panel .panel-header a{
	color:#454545;
}

.yz_panel .panel-header .yz_bxdqy{
  color:#197aff; font-weight:500;
}
.yz_panel .panel-header .panel-header-btn {
  float: right;
  margin-top: 5px;
  margin-right: 16px;
}
.yz_panel .panel-header .icon-xiangshangzhedie {
  line-height: 42px;
}
.yz_panel .panel-mouth {
  background-color: white;
}
.yz_panel .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}
.yz_panel .panel-foot {
  background-color: #f7f7f7;
  color: #24344e;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #e7e9ea;
  padding: 15px;
}
.yz_panel.border-panel {
  border-width: 1px;
  border-style: solid;
  border-color: #e7e9ea;
}
.yz_panel.aside-panel {
  position: fixed;
  bottom: -47px;
  margin-bottom: 0;
}
.yz_panel.aside-panel .panel-header {
  background-color: #545A6B;
  color: white;
  height: 45px;
  line-height: 45px;
}
.yz_panel.aside-panel .panel-header .icon-xiangshangzhedie {
  line-height: 45px;
}
.yz_panel.aside-panel .panel-body {
  display: none;
}





/*       list        */
.yz_layout{ 
          width:99%;
          background:#fff;
          padding:10px 10px;
          margin-bottom:20px;
          
}




/*          page        */
.ng-pagination {
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #337ab7;
	float:right;
}

.ng-pagination>ul {
	display: inline-block;
	margin: 0;
	padding: 0
}

.ng-pagination>ul>li {
	padding: 6px 12px;
	margin-right: 5px;
	border: 1px solid #ddd;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	background: #fff
}

.ng-pagination>ul>li.active,
.ng-pagination>ul>li:hover {
	background-color: #eee;
	color: #23527c
}

.ng-pagination input {
	margin-left: 2px;
	width: 30px;
	border-radius: 2px;
	border: 1px solid #ddd;
	vertical-align: 1px;
	text-align: center;
	padding: 6px 3px
}
.ng-paginationaut{
	width:100%;
}

.yz_whole {
  margin-top: 15px;
}
.yz_whole .form {
  border: 1px solid #eee;
  padding-top: 20px;
}
.yz_whole .certificate-list {
  padding: 0;
}
.yz_whole .certificate-list .certificate-content {
  margin: 0;
}
.yz_whole .certificate-list .certificate-content .condition-content-item {
  margin-left: 0px;
}
.yz_whole .certificate-list .certificate-content .btn-group {
  line-height: 40px;
}
.table-title {
  margin-top: 5px;
  margin-left: 5px;	
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 14px;
  color: #24344e;

}

.text-center{
	text-align: center;
	background: #f7f7f7;
	
}
.table.table-border td.no-padding1, .table.table-border th.no-padding1 {
  padding: 0;
  text-align: left;
  padding-left: 20px;
}


.table.table-border td.no-padding, .table.table-border th.no-padding {
  padding: 0;
  padding-right: 20px;
}

.table.table-border .info-list {
  position: relative;
}
.table.table-border td.no-padding, .table.table-border th.no-padding {
  padding: 0;
}

.table.table-border td .padding, .table.table-border th .padding {
  padding: 10px;
}

.col-1 {
  width: 8.33%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-1 {
  margin-left: 8.33%;
}

.col-2 {
  width: 16.66%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-2 {
  margin-left: 16.66%;
}

.col-3 {
  width: 25%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-4 {
  margin-left: 33.33%;
}

.col-5 {
  width: 41.66%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-5 {
  margin-left: 41.66%;
}

.col-6 {
  width: 50%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-7 {
  margin-left: 58.33%;
}

.col-8 {
  width: 66.66%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-8 {
  margin-left: 66.66%;
}

.col-9 {
  width: 75%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-10 {
  margin-left: 83.33%;
}

.col-11 {
  width: 91.66%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-11 {
  margin-left: 91.66%;
}

.col-12 {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.col-offset-12 {
  margin-left: 100%;
}

.row {
  overflow: auto;
  margin-right: -6px;
  margin-left: -6px;
  -ms-zoom: 1;
}

.row::after {
  clear: both;
  display: table;
  content: " ";
}

.info-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-block .info-line {
  line-height: 30px;
  overflow: visible;
  margin-top: 10px;
}

.info-block .info-line .info-title {
  text-align: right;
  color: #999999;
  font-size: 12px;
}

.info-block .info-line .info-content {
  color: #666666;
  font-size: 12px;
}
.yz_bodybutton{
	
	margin-top:8px;
	margin-left:5px;
}
.yz_bodybutton a{
	
	margin-top:8px;
}


/*   Layer thickness     */

.thickness {

  z-index: 999;

  position: absolute;

  background-color: #fff;

  box-shadow: 0 0 10px #24344e;
  

}

.thickness .thickness-header {

  color: #24344e;

  border-top-left-radius: 2px;

  border-top-right-radius: 2px;

  border-bottom: 1px solid #dfdfdf;

}
.thickness-headerqrtop{
   	
   	background:#e4e4e4;
   	height:45px;
   	width:96%;
   	line-height:45px;
	padding-left:10px;
}
.thickness-table {

 padding:15px;

}

.thickness .thickness-header h2 {

  height:42px;
  
  margin:0;

  font-size: 14px;

  line-height: 42px;

  color: #666;
  
  background: #f7f7f7;
  
 text-indent:2em;
  

}

.thickness .thickness-header a {

  float: right;

  display: inline-block;

  font-size: 15px;

  color: #d8d8d8;

  margin-top: -2px;

}

.thickness .thickness-header a i {

  font-size: 20px;

  font-weight: bold;

}

.thickness .thickness-body {

  padding: 20px 20px 16px 20px;

  min-height: 200px;

}

.thickness .thickness-footer {

  padding: 16px 20px 20px 20px;

  text-align: right;

  border-top: 1px solid #dfdfdf;

  border-bottom-left-radius: 2px;

  border-bottom-right-radius: 2px;


}
.thickness .thickness-footerqr {

  padding: 16px 20px 20px 20px;

  text-align: right;
  
  float:right;

  border-top: 1px solid #dfdfdf;

  border-bottom-left-radius: 2px;

  border-bottom-right-radius: 2px;


}
.thickness-image-selector {

  width: 702px;

}

.thickness-image-selector .thickness-body {

  padding: 15px;

}

.thickness-image-selector .thickness-body .thickness-body-heading {

  width: 100%;

  position: relative;

  margin-bottom: 10px;

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

}

.thickness-image-selector .thickness-body .thickness-body-heading .thickness-body-heading-note {

  width: 80%;

  line-height: 18px;

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

}

.thickness-image-selector .thickness-body .thickness-body-heading .btn-upload {

  position: absolute;

  right: 0;

}

.thickness-image-selector .thickness-body .thickness-body-content {

  border: 1px solid #dfdfdf;

  padding-bottom: 15px;

  min-height: 165px;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list {

  margin: 0;

  padding: 0;

  list-style: none;

  overflow: hidden;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li {

  float: left;

  margin: 15px;

  border: 2px solid transparent;

  box-shadow: 1px 1px 5px #ddd;

  position: relative;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li:hover, .thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li.active {

  border: 2px solid #197aff;

  -moz-transition: linear 0.3s border-color;

  -o-transition: linear 0.3s border-color;

  -webkit-transition: linear 0.3s border-color;

  transition: linear 0.3s border-color;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li:hover .btn-trash {

  display: block;

}


.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li .thickness-image {

  width: 100px;

  height: 100px;

}


.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li img {

  width: 100%;

  height: 100%;

  vertical-align: bottom;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li .btn-trash {

  display: none;

  position: absolute;

  right: 4px;

  top: 80px;

  padding: 1px;

}

.thickness-image-selector .thickness-body .thickness-body-content ul.thickness-image-list li.last {

  margin-right: 0;

}

.thickness-image-selector .thickness-body .thickness-body-content .pagination {

  width: 100%;

}

.thickness-image-selector .thickness-body .image-addr-wrap {

  padding: 10px 0 0 0;

}

.thickness-image-selector .thickness-body .image-addr-wrap .image-address {

  width: 100%;

}

.thickness-image-selector-use .thickness-body-heading-note {

  min-height: 36px;

}

.thickness-image-selector-use .thickness-image-class {

  float: left;

}

.thickness-image-selector-use .thickness-image-class li {

  float: left;

  padding: 0 5px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  cursor: pointer;

  list-style: none;

  color: #999999;

}

.thickness-image-selector-use .thickness-image-class li.active {

  color: #000;

}

.thickness-image-selector-use .thickness-local-list {

  height: 30px;

  line-height: 30px;

  overflow: hidden;

  zoom: 1;

}

.thickness-image-selector-use .thickness-image-list {

  width: 670px;

}

.thickness-image-selector-use .thickness-image-list li {

  list-style: none;

}

.thickness-image-selector-use .thickness-image-list li .item-name {

  color: #fff;

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  text-indent: 3px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);

  background-color: whitesmoke \9;

}

.thickness-image-selector-use .thickness-image-list li .btn-trash {

  z-index: 2;

}

.thickness-image-selector-use .thickness-image-list i {

  font-size: 50px;

  width: 100%;

  text-align: center;

  line-height: 104px;

  color: #666666;

}



.thickness-dialog {

  z-index: 1000;

  padding: 24px 20px 20px 24px;

  min-width: 240px;

  line-height: 18px;

  border: 1px solid #dfdfdf;

}
.thickness-dialog1 {

  z-index: 1000;

  min-width: 240px;

  line-height: 18px;

  border: 1px solid #dfdfdf;

}
.thickness-dialogqr {

border:0;
padding:0;

}

.thickness-dialog .thickness-dialog-icon {

  float: left;

  height: 25px;

  width: 25px;

  margin-right: 15px;

}

.thickness-dialog .thickness-dialog-icon i {

  font-size: 25px;

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

}

.thickness-dialog .thickness-dialog-icon .error-status {

  color: #ff2200;

}


.thickness-dialog .thickness-dialog-icon .info-status {

  color: #666666;

}

.thickness-dialog .thickness-dialog-icon .warning-status {

  color: #ff7900;

}

.thickness-dialog .thickness-dialog-icon .success-status {

  color: #2dc12d;

}


.thickness-dialog .thickness-dialog-message {

  float: left;

  font-size: 12px;

  max-width: 400px;

  min-width: 200px;

}

.thickness-dialog .thickness-dialog-message h3 {

  font-size: 16px;

  line-height: 21px;

  margin: 0;

}

.thickness-dialog .thickness-dialog-message p {

  margin: 12px 0 0 0;

}

.thickness-dialog .thickness-controls {

  text-align: right;

  margin-top: 32px;

}




/*        */

.review .auditing-title {
  font-size: 14px;
  padding: 20px;
  display: block;
  width: 96.6%;
  background: #d45c5e;
  color: #fff;
  margin-top:20px;
 
}
.opinionText{
	
	width:480px;
	height:120px;
}

.review .auditing-box {
  background: #fff;
  padding: 20px 0 20px 60px;
  border:1px solid #d2d2d2;
}
.result-radio{
	margin-left:-45px;
}
.review .auditing-box .auditing-title-s {
  margin-top:15px;
  margin-right: 15px;
  color: #999;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.review .auditing-box .auditing-result .result-box ul.result-radio li {
   
  display: inline-block;
  margin-bottom: 12px;
  float: left;
}

.review .auditing-box .auditing-result .result-box ul.result-radio li label {
  
  color: #333;
  cursor: pointer;
}

.review .auditing-box .auditing-result .result-box ul.result-radio li label input {
  margin-right: 5px;
}

.clearfix {
  zoom: 1;
}

.review .auditing-box .auditing-title-s {
  margin-right: 15px;
  color: #999;
}

.pull-left {
  float: left !important;
}

.review .auditing-box .auditing-opinion .opinion-box {
  margin-top:16px;
  width: 600px;
  height: 200px;
  border: 1px solid #ccd0d6;
}

.review .auditing-box .auditing-opinion .opinion-box .opinion-box-header {
  height:35px;
  background: #f7f7f7;
  padding: 5px;
  border-bottom: solid 1px #ccd0d6;
}

.review .auditing-box .auditing-opinion .opinion-box .opinion-box-header .btn-save {
  float: right;
  position: relative;
  top: 6px;
  right: 5px;
}

.review .auditing-box .auditing-opinion .opinion-box .opinion-edit-box {
  height: 155px;
  position: relative;
  z-index: 1;
}

.review .auditing-box .auditing-opinion .opinion-box .opinion-edit-box textarea {
  width: 100%;
  height: 100%;
  max-height: 150px;
  max-width: 598px;
  margin-left: -0.5px;
  margin-top: 3px;
  border: 0;
}

.review .auditing-box .btn-box {
  margin-top: 20px;
}

.review .auditing-box .btn-box div.submit-btn {
  background: #f18270;
  border: solid 1px #f18270;
  color: #fff;
  margin: 0 20px 0 75px;
 
  line-height: 20px;
}

.review .auditing-box .btn-box div {
  float: left;
  cursor: pointer;
  padding: 0px 20px;
}

.review .auditing-box .btn-box div.cancel-btn {
  background: #f7f7f7;
  color: #666;
  border: solid 1px #ccd0d6;

  line-height: 20px;
}

.review .auditing-box .btn-box div {
  float: left;
  cursor: pointer;
  padding: 5px 20px;
}



/*         */
.sr-timeline {
  margin-top: 16px;
  background:#fff;
  /* margin-bottom: 16px; */
  font-size:12px;
}
.sr-timeline table td {
  padding-top: 0;
 font-size:12px;
  padding-right: 20px;
  vertical-align: top;
  max-width: 450px;
  height: 38px;
}
.sr-timeline table td:first-child {
  position: relative;
  padding-right: 10px;
}
.sr-timeline table .sr-line {
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: 0;
  width: 1px;
  height:32px;
  border-left: 2px solid #ccd0d6;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  font-size:12px;
}
.sr-timeline table .sr-line.line-dashed {
  border-left-style: dashed;
}
.sr-timeline span.danger {
  color: #ff2200;
}
.sr-timeline span.success {
  color: #2DC12D;
}
.sr-timeline .sr-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  float: left;
  border: 2px solid #e5e9ee;
  margin-top: 3px;
}
.sr-timeline .sr-dot.dot-success {
  border-color: #2dc12d;
  background-color: #2dc12d;
}
.sr-timeline .sr-dot.dot-danger {
  border-color: #ff2200;
  background-color: #ff2200;
}
.sr-timeline .sr-dot.dot-primary {
  border-color: #197aff;
  background-color: #197aff;
}
.sr-timeline .sr-dot.dot-muted {
  border-color: #e5e9ee;
  /* background-color: #e5e9ee; */
}
.sr-timeline .sr-line {
  width: 1px;
  height: 30px;
  border-left: 2px solid #ccd0d6;
  margin-bottom: -3px;
  margin-left: 5px;
  margin-top: -1px;
}
.sr-timeline .sr-line.line-dashed {
  border-left-style: dashed;
}





.yz_searchrg{
	float:right;
}
.yz_searchrg1{
	margin-left:180px;
}
.posirelative {
    position: relative;
}
.select-out-div {
    width: 160px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}
.select-hide-span {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.select-out-div1 {
    width: 80px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap1 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}
select.m-wrap2 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 32px !important;
    line-height: 34px;
}
.select-hide-span1 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.select-out-div3 {
    width: 100px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap3 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}

.select-hide-span3 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.select-out-div4 {
    width: 260px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap4 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}

.select-hide-span4 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.yz_sosuosecl{ 
	margin-left:10px; 
	float:left;
	margin-top:10px;
	}
.yz_sosuoseclss{
	margin-left:10px; 
	float:left;
}
.select-show-b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    margin-left: 6px;
    margin-top: 15px;
    position: absolute;
}


.tablea > tbody > tr > td {
  padding: 0px 10px;
  height:32px;
  line-height:32px;
  border: 1px solid #e7e9ea;
}
.tablea {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  /* border: 1px solid #e7e9ea; */
}
.tablea > thead > tr > th {
  padding: 10px;
  height: 10px;
  font-weight: normal;
  background: #e4e4e4;
  border: 1px solid #e7e9ea;
}
.tablea > thead > tr > td:first-child {
  float: left;
  padding: 0;
}


.agent-order .table td, .agent-order .table th {
  padding: 10px;
}
.agent-order .table td.title, .agent-order .table th.title {
  background: #f3f3f3;
}
.agent-order .table.table-sm th, .agent-order .table.table-sm td {
  padding: 5px;
}
.agent-order .table.table-border td, .agent-order .table.table-border th {
  border: 1px solid #e7e9ea;
}
.agent-order .table.table-border td.no-padding, .agent-order .table.table-border th.no-padding {
  padding: 0;
}
.agent-order .table.table-border td .padding, .agent-order .table.table-border th .padding {
  padding: 10px;
}
.agent-order .table.table-border input[type="text"], .agent-order .table.table-border .selectric {
  border: 0;
  width: 100%;
}
.agent-order .table.table-border .info-list {
  position: relative;
}
.agent-order .table.table-border .info-list .btn-add {
  position: absolute;
  right: 73px;
  top: 11px;
  z-index: 1;
}
.agent-order .table.table-border .info-list .btn-group {
  padding-right: 15px;
}
.agent-order .panel-body-inner {
  margin-top: 15px;
}
.agent-order .panel-body-inner .form {
  border: 1px solid #eee;
  padding-top: 20px;
}
.agent-order .panel-body-inner .certificate-list {
  padding: 0;
}
.agent-order .panel-body-inner .certificate-list .certificate-content {
  margin: 0;
}
.agent-order .panel-body-inner .certificate-list .certificate-content .condition-content-item {
  margin-left: 0px;
}
.agent-order .panel-body-inner .certificate-list .certificate-content .btn-group {
  line-height: 40px;
}
.agent-order .table-title {
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 14px;
  color: #24344e;
}
.agent-order .business-require-row {
  position: relative;
  margin: 0;
  line-height: 20px;
  border-bottom: 1px solid #e7e9ea;
}
.agent-order .business-require-row .require-title {
  width: 99px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  text-align: center;
}
.agent-order .business-require-row .require-text {
  margin-left: 93px;
  margin-right: 100px;
  padding: 10px;
  border-left: 1px solid #e7e9ea;
}
.agent-order .business-require-row .btn-group {
  padding: 10px;
}
.agent-order .business-require-row:last-child {
  border-bottom: none;
}
.agent-order .search-panel table td input[type="text"], .agent-order .search-panel table td select {
  width: 170px;
}
.agent-order table td.table-attachment {
  padding: 0 10px;
}
.agent-order .table-attachment {
  line-height: 40px;
}
.agent-order .table-attachment label {
  position: absolute;
}
.agent-order .table-attachment .uploadFile {
  width: 100%;
}
.agent-order .table-attachment .uploadFile .upload-btn {
  float: right;
}
.agent-order .table-attachment .uploadFile .btn-ghost {
  border: none;
  color: #2687d0;
}
.agent-order #agent-protocol-panel .selectric-wrapper {
  width: 100%;
}
.agent-order #agent-protocol-panel .selectric {
  width: 100%;
}
.agent-order #agent-protocol-panel .selectric .button {
  height: 30px;
}
.agent-order .custom-certificate {
  background: #FD7923;
  padding: 0 5px;
  position: relative;
  z-index: 20;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
}
.agent-order .custom-certificate.down:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #FD7923;
}
.agent-order .no-padding {
  padding: 0;
}
.agent-order .input-sm {
  width: 50px;
}
.agent-order .no-padding {
  padding: 0;
}
.agent-order .line-height-input {
  line-height: 32px;
}
.agent-order .line-height-label {
  line-height: 24px;
}
.agent-order .content-divide {
  margin: 0 3px;
}
.agent-order input[type=checkbox][disabled]:after {
  background: #eee;
}
.agent-order .form .control-group label {
  line-height: 32px;
}

.agent-modal {
  width: 500px;
}
.agent-modal textarea {
  width: auto;
  height: auto;
  
  
}
.title{ background:#f7f7f7;}
input.search-content js-search-content:hover {
	border: 1px solid #197aff;
}

.agent-order-progress{
	
	font-size:23px;
}
.progress ol {

  padding: 0;

  list-style: none;

  color: white;

  margin-bottom: 40px;

}
.progress li {

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

  margin-left: -5px;

}
.progress .progress-step {

  position: relative;

  text-align: center;

}
.progress .progress-step .progress-step-number {

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

  width: 23px;

  height: 23px;

  line-height: 23px;

  border-radius: 11.5px;

  background-color: #fff;

  font-size: 12px;

  border: 1px solid #d8d8d8;

  color: #ccc;

}
.progress .progress-step.active .progress-step-number {

  background-color: #197aff;

  border: 1px solid #197aff;

  color: #fff;

}
.progress .progress-step.active .progress-step-into {

  color: #197aff;

}
.progress .progress-step.past .progress-step-number {

  background-color: #197aff;

  border: 1px solid #197aff;

  color: #fff;

}
.progress .progress-step.past .icon-pokeball-gou {

  font-size: 10px;

  height: 12px;

  line-height: 8px;

}
.progress .progress-step.past .progress-step-into {

  color: #999999;

}
.progress .progress-step .progress-step-into {

  position: absolute;

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

  width: 128px;

  color: #999999;

  left: -52.5px;

  top: 27.6px;

}
.progress .progress-step .progress-step-into.up {

  top: -25px;

}
.progress .progress-bar {

  width: 100px;

  height: 10px;

  background-color: #c0c0c0;

}
.progress .progress-bar.active {

  background-color: #197aff;

}
.progress .progress-branch {

  position: absolute;
}
.progress .progress-branch .progress-branch-ol {

  padding: 0;

  margin: 0;

}
.progress .progress-branch .progress-branch-bar {

  float: left;

  width: 10px;

  height: 55px;

  margin-top: 20px;

  background-color: #999999;

  margin-left: -15px;

  margin-left: -11px\9;

}
.progress .progress-branch .progress-branch-bar.end {

  height: 55px;

  margin-left: -17px;

}


.progress .progress-branch .progress-branch-bar.active {

  background-color: #197aff;

}

.progress .progress-branch .progress-bar {

  margin-top: 67px;

  margin-left: -15px;

  margin-left: -10px\9;

  float: left;

}

.progress .progress-branch .progress-bar.first {

  width: 150px;

  width: 140px\9;

}

.progress .progress-branch .progress-step {

  float: left;

  vertical-align: middle;

  margin-top: 58px;

}



.progress .progress-step .progress-step-into {

  width: auto;

  position: static;

  margin: 0 10px 0px 4px;

  vertical-align: middle;

}

.progress .progress-bar {

  height: 1px;

  margin-right: 10px;

}

.zcy-progress__new:after,
.zcy-progress__new:before {
  content: " ";
  display: table;
}

.zcy-progress__new:after {
  clear: both;
}

.zcy-progress__new {
  line-height: 1.5em;
}

.zcy-step__activated,
.zcy-step__completed,
.zcy-step__gonna {
  position: relative;
  float: left;
  text-align: center;
  width: 140px;
  margin-right: 30px;
}

.zcy-step__activated .zcy-step-title,
.zcy-step__completed .zcy-step-title,
.zcy-step__gonna .zcy-step-title {
  font-size: 14px;
  padding-bottom: 10px;
}

.zcy-step__activated .zcy-step-des,
.zcy-step__completed .zcy-step-des,
.zcy-step__gonna .zcy-step-des {
  font-size: 12px;
  padding-top: 10px;
  color: #bbb;
}

.zcy-step__activated:first-child .zcy-step-icon:before,
.zcy-step__completed:first-child .zcy-step-icon:before,
.zcy-step__gonna:first-child .zcy-step-icon:before {
  display: none;
}

.zcy-step-index__activated,
.zcy-step-index__gonna {
  position: absolute;
  font-size: 12px;
  width: 24px;
  top: 0;
  left: 0;
}

.zcy-step-icon {
  position: relative;
  width: 24px;
  margin: auto;
}

.zcy-step-icon:before {
  position: absolute;
  width: 130px;
  height: 1px;
  left: -138px;
  top: 9px;
  content: "";
  background-color: #bbb;
}

.zcy-step__completed .zcy-step-title {
  color: #666;
}

.icon-step__completed {
  color: #197aff;
  font-size: 24px;
}

.icon-step__completed:before {
  content: "顧�";
}

.zcy-step-index__completed {
  display: none;
}

.zcy-step__activated .zcy-step-title {
  color: #197aff;
}

.zcy-step__activated .zcy-step-icon:before {
  background-color: #197aff;
}

.icon-step__activated {
  color: #197aff;
  font-size: 24px;
}

.icon-step__activated:before {
  content: "顨�";
}

.zcy-step-index__activated {
  color: #fff;
}

.zcy-step__gonna .zcy-step-title {
  color: #999;
}

.icon-step__gonna {
  color: #bbb;
  font-size: 24px;
}

.icon-step__gonna:before {
  content: "顧�";
}

.zcy-step-index__gonna {
  color: #bbb;
}

.icon-zcy {
  font-family: "icon-zcy" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.agent-order .table-title {
  margin-bottom: 5px;
  line-height: 32px;
  font-size: 14px;
  color: #24344e;
  width: 100%;
}

.agent-order .table tr:hover {
  background: #fff;
}

.agent-order-list #assign-modal .modal-body {
  margin: 0;
  height: 350px;
  overflow: scroll;
}

.agent-order .table td, .agent-order .table th {
  padding: 10px;
}

.agent-order .table td.title, .agent-order .table th.title {
  background: #f3f3f3;
}

.agent-order .table td.last-child, .agent-order .table td:last-child, .agent-order .table th.last-child, .agent-order .table th:last-child {
  text-align: right;
}

.agent-order .table td .notice, .agent-order .table th .notice {
  color: #ff7900;
}

.agent-order .table.table-sm td, .agent-order .table.table-sm th {
  padding: 5px;
}

.agent-order .table.table-text-left td.last-child, .agent-order .table.table-text-left td:last-child, .agent-order .table.table-text-left th.last-child, .agent-order .table.table-text-left th:last-child {
  text-align: left;
}

.agent-order .table.table-border td, .agent-order .table.table-border th {
  /*! /*! border:1px solid #e7e9ea; */
  /*! *\/ */
}

.agent-order .table.table-border td.no-padding1, .agent-order .table.table-border th.no-padding1 {
  padding: 0;
  text-align: left;
  padding-left: 20px;
}

.agent-order .table.table-border td.no-padding, .agent-order .table.table-border th.no-padding {
  padding: 0;
  padding-right: 20px;
}

.agent-order .table.table-border .selectric, .agent-order .table.table-border input[type=text] {
  border: 0;
  width: 400px;
}

.agent-order .table.table-border .info-list {
  position: relative;
}

.agent-order .table.table-border .info-list .btn-add {
  position: absolute;
  right: 43px;
  top: 11px;
  z-index: 1;
}

.agent-order .table.table-border .info-list .btn-group {
  padding-right: 15px;
}

.agent-order .table.table-border .address-list {
  line-height: 40px;
}

.agent-order .table.table-border .address-list .row {
  margin: 0;
}

.agent-order .table.table-no-border, .agent-order .table.table-no-border tr, .agent-order .table.table-no-border tr td, .agent-order .table.table-no-border tr td:first-child, .agent-order .table.table-no-border tr td:last-child, .agent-order .table.table-no-border tr th, .agent-order .table.table-no-border tr th:first-child, .agent-order .table.table-no-border tr th:last-child {
  border: 0;
}

.agent-order .panel-body-inner {
  margin-top: 15px;
}

.agent-order .panel-body-inner .form {
  border: 1px solid #eee;
  padding-top: 20px;
}

.agent-order .panel-body-inner input[type=text][disabled] {
  background: #fff;
}

.agent-order .panel-body-inner .padding-4 {
  padding: 4px 0;
}


.icon-shangchuan:before {
  content: "\e63b";
  margin: 5px 5px;
}


@font-face {
  font-family: "icon-zcy";
  src: url("//at.alicdn.com/t/font_pq9yl6j7tf8yqfr.eot?t=1488854136757");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_pq9yl6j7tf8yqfr.eot?t=1488854136757#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_pq9yl6j7tf8yqfr.woff?t=1488854136757") format("woff"), url("//at.alicdn.com/t/font_pq9yl6j7tf8yqfr.ttf?t=1488854136757") format("truetype"), url("//at.alicdn.com/t/font_pq9yl6j7tf8yqfr.svg?t=1488854136757#icon-zcy") format("svg");

}
.yz_xianz {
  position: absolute;
  width: 50px;
  height: 1px;
  left: -38px;
  top: 17px;
  background-color: #197aff;
}

.yz_xianz1 {
  position: absolute;
  width: 50px;
  height: 1px;
  left: -38px;
  top: 17px;
  background-color: #bbb;
}





/*  index   desk   */



.fx_zym {
	width: 100%;
	height: 570px;
	background: #f5f5f5;
}

.fx_top {
	width: 100%;
	height: 60px;
}

.fx_nry {
	width: 969px;
	height: 417px;
	border: 1px solid #dddddd;
	margin: 0 auto;
}

.fx_nrytop {
	width: 967px;
	height: 45px;
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
	line-height: 45px;
	padding-left: 10px;
	font-size: 14px;
}

.fx_nrymid {
	width: 967px;
	height: 370px;
	background: #fff;
}

.fx_nrleft1 {
	width: 183px;
	height: 185px;
	float: left;
	position: relative;
}

.fx_nrleftimg1 {
	width: 133px;
	height: 125px;
}

.fx_nrleftimg1 img {
	margin: 60px 45px;
}

.fx_nrleftwz1 {
	width: 133px;
	text-align: center;
}

.fx_nrleftwz1 a {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666666;
	text-decoration: none;
	text-align: center;
}

.fx_zym1 {
	width: 100%;
	height: 570px;
	background: #f5f5f5;
}

.fx_top1 {
	width: 100%;
	height: 60px;
}

.fx_nry1 {
	width: 750px;
	height: 417px;
	border: 1px solid #dddddd;
	margin: 0 auto;
}

.fx_nrytop1 {
	width: 747px;
	height: 45px;
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
	line-height: 45px;
	padding-left: 10px;
	font-size: 14px;
}

.fx_nrymid1 {
	width: 747px;
	height: 370px;
	background: #fff;
}

.fx_nrleft2 {
	width: 186px;
	height: 185px;
	float: left;
	position: relative;
}

.fx_nrleftimg2 {
	width: 133px;
	height: 125px;
}

.fx_nrleftimg2 img {
	margin: 60px 60px;
}

.fx_nrleftwz2 {
	width: 160px;
	text-align: center;
}

.fx_nrleftwz2 a {
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #666666;
	text-decoration: none;
	text-align: center;
}


/*********start time*********/

.searchqisj {
	width: 60px;
}

.searchjssj {
	width: 60px;
}

.r-cover {
	display: none;
	overflow: hidden;
	z-index: 100;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}


/******************gzt   dwsx***************************/

.fx_gzty {
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #ff6d59;
	text-align: center;
	position: absolute;
	z-inde: 999;
	float:left;
	line-height: 20px;
	top: 25%;
	left: 57%;
}



.required {
	color: #FF6D59;
}

.backg1 {
	width: 100%;
	height: 100%;
	background: #000;
	opactiy: 0.5;
}
.yz_inputone{
	 width:60px;
}
.yz_input1{
	 width:30px;
}
.yz_input2{
	 width:98%;
}
.yz_input21{
	 width:90%;
}
.yz_input3{
	 width:98%;

}
.yz_bao{
	border-bottom:3px solid #dd4f4e;
}

.yz_inputtwo{
	width:120px;
}
.yz_nav{
	width:60%;
	height:30px;
	
}
.yz_zjnav{
	
	height:40px;
	border-bottom:1px solid #cccdcf;	
}

.yz_zjnav li{
	width:80px; 
	height:40px;
	float:left;
	border:1px solid #cccdcf;
    text-align:center;
    list-style:none; 
    border-left:0;
    line-height:35px;
    background:#f7f7f7;
    font-size:12px;
}
.yz_zjnav li .yz_zjactive{
	color:#197aff;
	display:block;
	line-height:38px;
	background:#fff;
	
	
}
.yz_zjnav li:first-child{
	border:1px solid #cccdcf;
	margin-left:40px;
}
.yz_zjnav li a{
	 color:#666;
}
.yz_zjnav1{
	width:168%;
	height:40px;
	border-bottom:1px solid #cccdcf;	
}

.yz_zjnav1 li{
	width:80px; 
	height:40px;
	float:left;
	border:1px solid #cccdcf;
    text-align:center;
    list-style:none; 
    border-left:0;
    line-height:35px;
    background:#f7f7f7;
    font-size:12px;
}
.yz_zjnav1 li .yz_zjactive{
	color:#197aff;
	display:block;
	line-height:38px;
	background:#fff;
	
	
}
.yz_zjnav1 li:first-child{
	border:1px solid #cccdcf;
	margin-left:40px;
}
.yz_zjnav1 li a{
	 color:#666;
}
.yz_zjnav2{
	width:160%;
	height:40px;
	border-bottom:1px solid #cccdcf;	
}

.yz_zjnav2 li{
	width:80px; 
	height:40px;
	float:left;
	border:1px solid #cccdcf;
    text-align:center;
    list-style:none; 
    border-left:0;
    line-height:35px;
    background:#f7f7f7;
    font-size:12px;
}
.yz_zjnav2 li .yz_zjactive{
	color:#197aff;
	display:block;
	line-height:38px;
	background:#fff;
	
	
}
.yz_zjnav2 li:first-child{
	border:1px solid #cccdcf;
}
.yz_zjnav2 li a{
	 color:#666;
}
.trade-panel-title{
	width:100%;
	
	margin-top:20px;
}
.trade-panel-title span{
	width:100%;
	height:40px;
	color:#dd4f4e;

	line-height:40px;
	margin-left:38px;
	
}
.yz_textarea1{
	
	width: 98%;
			
				_height: 80px;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
			border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
		
				font-family:"微软雅黑";

    }
.yz_textarea11{
	width: 400px;
			
				_height: 120px;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
			border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
		
				font-family:"微软雅黑";
    }    
.yz_textarea2{
	width: 50%;
			
				_height: 80px;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
				border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
			
				font-family:"微软雅黑";
	
	
    }
.yz_textarea3{
	
	width:98%;
			
				_height: 80px;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
			border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
			
				font-family:"微软雅黑";
    }
 .yz_textarea4{
 
 width: 30%;
			
				_height: 80px;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
				border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
			
				font-family:"微软雅黑";	
	
    }   
  .yz_textarea5{
  
  width: 30%;
			
				_height: 100%;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
			border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
			
				font-family:"微软雅黑";
	
    }   
    .yz_textarea6{
   
      width: 100%;			
	  height:55px;	
    }  
  .yz_textarea6:focus{
     width: 100%;			
	  height:90px;
     }
    
    
  .yz_textarea7{
   width: 80px;			
			_height:100%;
				margin-left: auto;
				margin-right: auto;
				padding: 13px;
				outline: 0;
				border: 1px solid #d2d2d2;
				font-size: 12px;
				line-height: 24px;
				word-wrap: break-word;
				overflow-x: hidden;
				overflow-y: hidden;
				font-family:"微软雅黑";
    }  
  
    
  .addzhi{
    font-size:12px;
  }
  .yz_liuchen{
  width:99%;
   background:#fff;
   margin-bottom:50px;
   
   }
  .yz_anxfg{
  margin-left:5px;
  background:#197aff;
  color:#fff;
  }   
  .yz_anxfghs{
  margin-left:5px;
  background:#f7f7f7;
 
  } 
 .yz_ytgcolor {
  color: #2dc12d;
}

.yz_shzcolor {
  color: #ff7900;
}

.yz_wtgcolor {
  color: #ff2200;
}
.yz_btnjg{
	
 margin-top:8px;
 margin-left:5px;
}
.yz_zjxzlb{
	
	width:300px;
}  

.yz_antop{
	margin-top:-5px;
} 
@font-face {font-family: "icon-zcy";
  src: url('//at.alicdn.com/t/font_1464755883_104317.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1464755883_104317.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), /* chrome,firefox */
    url('//at.alicdn.com/t/font_1464755883_104317.ttf') format('truetype'), /* chrome,firefox,opera,Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1464755883_104317.svg#icon-zcy') format('svg'); /* iOS 4.1- */
  src: url('//at.alicdn.com/t/font_1464755883_104317.eot')\0; /* ie8 fix */

}

.icon-zcy {
  font-family:"icon-zcy" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shop:before { content: "\e600"; }
.icon-wentizixun:before { content: "\e657"; }
.icon-jianhao:before { content: "\e653"; }
.icon-iconfontphone:before { content: "\e625"; }
.icon-yuandian:before { content: "\e64b"; }
.icon-fujian:before { content: "\e607"; }
.icon-suini-pic:before { content: "\e643"; }
.icon-jidianshebei:before { content: "\e647"; }
.icon-zhipinhaocai:before { content: "\e601"; }
.icon-shenghuodianqi:before { content: "\e648"; }
.icon-shanchu:before { content: "\e602"; }
.icon-dengjushangpin:before { content: "\e649"; }
.icon-bianji:before { content: "\e623"; }
.icon-yusuanguanli:before { content: "\e603"; }
.icon-xuqiudanguanli:before { content: "\e604"; }
.icon-dingdanguanli:before { content: "\e605"; }
.icon-jiesuandanguanli:before { content: "\e608"; }
.icon-jigouguanli:before { content: "\e609"; }
.icon-jubaoshensuguanli:before { content: "\e60a"; }
.icon-tianjia:before { content: "\e60c"; }
.icon-shezhi:before { content: "\e610"; }
.icon-gerenxinxi:before { content: "\e60b"; }
.icon-xiangxiazhedie:before { content: "\e612"; }
.icon-xiangshangzhedie:before { content: "\e613"; }
.icon-right:before { content: "\e616"; }
.icon-guanbi:before { content: "\e618"; }
.icon-qingchu:before { content: "\e619"; }
.icon-checkboxunchecked:before { content: "\e61a"; }
.icon-checkboxchecked:before { content: "\e61c"; }
.icon-checkboxminus:before { content: "\e61d"; }
.icon-notify-success:before { content: "\e615"; }
.icon-notify-info:before { content: "\e61b"; }
.icon-notify-danger:before { content: "\e61e"; }
.icon-notify-warning:before { content: "\e61f"; }
.icon-alertfill:before { content: "\e620"; }
.icon-messagealertfill:before { content: "\e621"; }
.icon-rightfill:before { content: "\e622"; }
.icon-warningfill:before { content: "\e614"; }
.icon-location:before { content: "\e624"; }
.icon-yingxiaoguanli:before { content: "\e60d"; }
.icon-shangpinguanli:before { content: "\e62a"; }
.icon-fapiaoguanli:before { content: "\e62b"; }
.icon-wuliu:before { content: "\e62c"; }
.icon-prev:before { content: "\e60e"; }
.icon-next:before { content: "\e62d"; }
.icon-shoucangxingbiao:before { content: "\e62e"; }
.icon-sousuo:before { content: "\e62f"; }
.icon-shibai:before { content: "\e64c"; }
.icon-xiaoxi:before { content: "\e606"; }
.icon-bangzhu:before { content: "\e630"; }
.icon-daibanshixiang:before { content: "\e631"; }
.icon-picture:before { content: "\e626"; }
.icon-chengxinguanli:before { content: "\e627"; }
.icon-caigoumuluguanli:before { content: "\e628"; }
.icon-caigoudanguanli:before { content: "\e632"; }
.icon-pingjiaguanli:before { content: "\e635"; }
.icon-denglumima:before { content: "\e636"; }
.icon-dengluyonghuming:before { content: "\e637"; }
.icon-triangleup:before { content: "\e60f"; }
.icon-trianglebottom:before { content: "\e611"; }
.icon-triangleleft:before { content: "\e617"; }
.icon-triangleright:before { content: "\e638"; }
.icon-quanxianguanli:before { content: "\e629"; }
.icon-xingzhengquhuaguanli:before { content: "\e634"; }
.icon-gongyingshangguanli:before { content: "\e639"; }
.icon-xiangzuozhedie:before { content: "\e633"; }
.icon-xiangyouzhedie:before { content: "\e63a"; }
.icon-shangchuan:before { content: "\e63b"; }
.icon-xuanzhuan:before { content: "\e63c"; }
.icon-chuizhifanzhuan:before { content: "\e63d"; }
.icon-shuipingfanzhuan:before { content: "\e63e"; }
.icon-anonymous-iconfont:before { content: "\e63f"; }
.icon-plus-black:before { content: "\e640"; }
.icon-bianji2:before { content: "\e641"; }
.icon-shangpinleimuguanli:before { content: "\e642"; }
.icon-shurucuowutishi2:before { content: "\e645"; }
.icon-shuruzhengquetishi:before { content: "\e646"; }
.icon-shurujinggaotishi:before { content: "\e644"; }
.icon-shipinyinliao:before { content: "\e64a"; }
.icon-yewutongji:before { content: "\e64d"; }
.icon-yewuchaxun:before { content: "\e64e"; }
.icon-zhandianguanli:before { content: "\e64f"; }
.icon-checked-only:before { content: "\e650"; }
.icon-round-empty:before { content: "\e651"; }
.icon-round-checked:before { content: "\e652"; }
.icon-jianhao1:before { content: "\e654"; }
.icon-gzt:before { content: "\e656"; }






@font-face {font-family: "icon-zcy";
  src: url('//at.alicdn.com/t/font_x6tc7t1vme1m7vi.eot?t=1489404801176'); /* IE9*/
  src: url('//at.alicdn.com/t/font_x6tc7t1vme1m7vi.eot?t=1489404801176#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_x6tc7t1vme1m7vi.woff?t=1489404801176') format('woff'), /* chrome, firefox */
  url('//at.alicdn.com/t/font_x6tc7t1vme1m7vi.ttf?t=1489404801176') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_x6tc7t1vme1m7vi.svg?t=1489404801176#icon-zcy') format('svg'); /* iOS 4.1- */
}

.icon-zcy {
  font-family:"icon-zcy" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shop:before { content: "\e600"; }

.icon-unie61d:before { content: "\e6b9"; }

.icon-wentizixun:before { content: "\e657"; }

.icon-jianhao:before { content: "\e653"; }

.icon-wechat:before { content: "\e6ba"; }

.icon-iconfontphone:before { content: "\e625"; }

.icon-yuandian:before { content: "\e64b"; }

.icon-fujian:before { content: "\e607"; }

.icon-suini-pic:before { content: "\e643"; }

.icon-jidianshebei:before { content: "\e647"; }

.icon-zhipinhaocai:before { content: "\e601"; }

.icon-shenghuodianqi:before { content: "\e648"; }

.icon-shanchu:before { content: "\e602"; }

.icon-dengjushangpin:before { content: "\e649"; }

.icon-bianji:before { content: "\e623"; }

.icon-yusuanguanli:before { content: "\e603"; }

.icon-xuqiudanguanli:before { content: "\e604"; }

.icon-dingdanguanli:before { content: "\e605"; }

.icon-jiesuandanguanli:before { content: "\e608"; }

.icon-jigouguanli:before { content: "\e609"; }

.icon-jubaoshensuguanli:before { content: "\e60a"; }

.icon-tianjia:before { content: "\e60c"; }

.icon-shezhi:before { content: "\e610"; }

.icon-gerenxinxi:before { content: "\e60b"; }

.icon-xiangxiazhedie:before { content: "\e612"; }

.icon-xiangshangzhedie:before { content: "\e613"; }

.icon-right:before { content: "\e616"; }

.icon-guanbi:before { content: "\e618"; }

.icon-qingchu:before { content: "\e619"; }

.icon-checkboxunchecked:before { content: "\e61a"; }

.icon-checkboxchecked:before { content: "\e61c"; }

.icon-checkboxminus:before { content: "\e61d"; }

.icon-notify-success:before { content: "\e615"; }

.icon-notify-info:before { content: "\e61b"; }

.icon-notify-danger:before { content: "\e61e"; }

.icon-notify-warning:before { content: "\e61f"; }

.icon-alertfill:before { content: "\e620"; }

.icon-messagealertfill:before { content: "\e621"; }

.icon-rightfill:before { content: "\e622"; }

.icon-warningfill:before { content: "\e614"; }

.icon-location:before { content: "\e624"; }

.icon-yingxiaoguanli:before { content: "\e60d"; }

.icon-shangpinguanli:before { content: "\e62a"; }

.icon-fapiaoguanli:before { content: "\e62b"; }

.icon-wuliu:before { content: "\e62c"; }

.icon-prev:before { content: "\e60e"; }

.icon-next:before { content: "\e62d"; }

.icon-shoucangxingbiao:before { content: "\e62e"; }

.icon-sousuo:before { content: "\e62f"; }

.icon-shibai:before { content: "\e64c"; }

.icon-xiaoxi:before { content: "\e606"; }

.icon-bangzhu:before { content: "\e630"; }

.icon-daibanshixiang:before { content: "\e631"; }

.icon-picture:before { content: "\e626"; }

.icon-chengxinguanli:before { content: "\e627"; }

.icon-caigoumuluguanli:before { content: "\e628"; }

.icon-caigoudanguanli:before { content: "\e632"; }

.icon-pingjiaguanli:before { content: "\e635"; }

.icon-denglumima:before { content: "\e636"; }

.icon-dengluyonghuming:before { content: "\e637"; }

.icon-triangleup:before { content: "\e60f"; }

.icon-trianglebottom:before { content: "\e611"; }

.icon-triangleleft:before { content: "\e617"; }

.icon-triangleright:before { content: "\e638"; }

.icon-quanxianguanli:before { content: "\e629"; }

.icon-xingzhengquhuaguanli:before { content: "\e634"; }

.icon-gongyingshangguanli:before { content: "\e639"; }

.icon-xiangzuozhedie:before { content: "\e633"; }

.icon-xiangyouzhedie:before { content: "\e63a"; }

.icon-shangchuan:before { content: "\e63b"; }

.icon-xuanzhuan:before { content: "\e63c"; }

.icon-chuizhifanzhuan:before { content: "\e63d"; }

.icon-shuipingfanzhuan:before { content: "\e63e"; }

.icon-anonymous-iconfont:before { content: "\e63f"; }

.icon-plus-black:before { content: "\e640"; }

.icon-bianji2:before { content: "\e641"; }

.icon-shangpinleimuguanli:before { content: "\e642"; }

.icon-shurucuowutishi2:before { content: "\e645"; }

.icon-shuruzhengquetishi:before { content: "\e646"; }

.icon-shurujinggaotishi:before { content: "\e644"; }

.icon-shipinyinliao:before { content: "\e64a"; }

.icon-yewutongji:before { content: "\e64d"; }

.icon-yewuchaxun:before { content: "\e64e"; }

.icon-zhandianguanli:before { content: "\e64f"; }

.icon-checked-only:before { content: "\e650"; }

.icon-round-empty:before { content: "\e651"; }

.icon-round-checked:before { content: "\e652"; }

.icon-jianhao1:before { content: "\e654"; }

.icon-gongzuotai:before { content: "\e656"; }

.icon-cebianlanyujing:before { content: "\e655"; }

.icon-querenliebiao:before { content: "\e65b"; }

.icon-xiaoxiliebiao:before { content: "\e65c"; }

.icon-xieyishangpinguanli:before { content: "\e65d"; }

.icon-dailijigouguanli:before { content: "\e658"; }

.icon-xieyiruweiguanli:before { content: "\e659"; }

.icon-xinxiziliaoweihu:before { content: "\e65a"; }

.icon-dashboard-cgml:before { content: "\e65f"; }

.icon-dashboard-gysgl:before { content: "\e660"; }

.icon-dashboard-xmfp:before { content: "\e662"; }

.icon-dashboard-xxjb:before { content: "\e664"; }

.icon-dashboard-spjb:before { content: "\e665"; }

.icon-dashboard-ysgl:before { content: "\e667"; }

.icon-dashboard-gzrgl:before { content: "\e66a"; }

.icon-dashboard-pjgl:before { content: "\e66d"; }

.icon-dashboard-qxgl:before { content: "\e66e"; }

.icon-dashboard-xygysgl:before { content: "\e671"; }

.icon-dashboard-jcgl:before { content: "\e672"; }

.icon-dashboard-spgl:before { content: "\e673"; }

.icon-dashboard-jsgl:before { content: "\e674"; }

.icon-dashboard-xmba:before { content: "\e661"; }

.icon-dashboard-zjkgl:before { content: "\e663"; }

.icon-dashboard-dljg:before { content: "\e666"; }

.icon-dashboard-cgwjzz:before { content: "\e66c"; }

.icon-dashboard-cxgl:before { content: "\e670"; }

.icon-dashboard-jygl:before { content: "\e675"; }

.icon-dashboard-ssgl:before { content: "\e669"; }

.icon-dashboard-xzqh:before { content: "\e65e"; }

.icon-zhuanjiachouquguanli:before { content: "\e668"; }

.icon-zhuanjiachouqushenhe:before { content: "\e66b"; }

.icon-zhuanjiaguanli:before { content: "\e66f"; }

.icon-xinxiziliaoguanli:before { content: "\e676"; }

.icon-xitongshezhi:before { content: "\e677"; }

.icon-zhuanjiaqingjia:before { content: "\e678"; }

.icon-yewutongji1:before { content: "\e679"; }

.icon-yewuchaxun1:before { content: "\e67a"; }

.icon-dashboard-xycg:before { content: "\e67b"; }

.icon-dashboard-htjslc:before { content: "\e67c"; }

.icon-dashboard-jjdlc:before { content: "\e67d"; }

.icon-dashboard-jjjgqrlc:before { content: "\e67e"; }

.icon-dashboard-tssplc:before { content: "\e67f"; }

.icon-dashboard-wtdlc:before { content: "\e680"; }

.icon-dashboard-htlc:before { content: "\e681"; }

.icon-dashboard-wtgl:before { content: "\e682"; }

.icon-dashboard-wtxylc:before { content: "\e683"; }

.icon-dashboard-xjdlc:before { content: "\e684"; }

.icon-dashboard-xjjgqrlc:before { content: "\e685"; }

.icon-dashboard-zxxj:before { content: "\e686"; }

.icon-dashboard-htgl:before { content: "\e687"; }

.icon-zxxjgl:before { content: "\e688"; }

.icon-wtgl:before { content: "\e689"; }

.icon-htgl:before { content: "\e68a"; }

.icon-tsspgl:before { content: "\e68b"; }

.icon-xyjjgl:before { content: "\e68c"; }

.icon-sxj:before { content: "\e68d"; }

.icon-shuangxiangxinyong:before { content: "\e68e"; }

.icon-jiageyouhui:before { content: "\e68f"; }

.icon-zhengpinbaozhang:before { content: "\e690"; }

.icon-shouhouwuyou:before { content: "\e691"; }

.icon-cjgg:before { content: "\e692"; }

.icon-dashboard-gggl:before { content: "\e693"; }

.icon-bianhao1:before { content: "\e694"; }

.icon-bianhao:before { content: "\e695"; }

.icon-bianjiqib:before { content: "\e696"; }

.icon-bianjiqii:before { content: "\e697"; }

.icon-bianjiqiu:before { content: "\e698"; }

.icon-chaolianjie1:before { content: "\e699"; }

.icon-fanhui:before { content: "\e69a"; }

.icon-fangda:before { content: "\e69b"; }

.icon-huabi:before { content: "\e69c"; }

.icon-juyou:before { content: "\e69d"; }

.icon-juzhong:before { content: "\e69e"; }

.icon-juzuo:before { content: "\e69f"; }

.icon-riqi:before { content: "\e6a0"; }

.icon-shanchuchaolianjie1:before { content: "\e6a1"; }

.icon-shanchuxian:before { content: "\e6a2"; }

.icon-tu:before { content: "\e6a3"; }

.icon-xiangqian:before { content: "\e6a4"; }

.icon-xiangpica:before { content: "\e6a5"; }

.icon-xiaolian:before { content: "\e6a6"; }

.icon-yinhao:before { content: "\e6a7"; }

.icon-yuandaima:before { content: "\e6a8"; }

.icon-zihao:before { content: "\e6a9"; }

.icon-ziti1:before { content: "\e6aa"; }

.icon-hbiaoqian:before { content: "\e6ab"; }

.icon-pen:before { content: "\e6ac"; }

.icon-slice:before { content: "\e6ad"; }

.icon-mima:before { content: "\e6ae"; }

.icon-daibanshixiang1:before { content: "\e6b0"; }

.icon-xiaoxi1:before { content: "\e6b1"; }

.icon-gerenzhongxin:before { content: "\e6b2"; }

.icon-biaoji:before { content: "\e6b3"; }

.icon-weibiaoji:before { content: "\e6b4"; }

.icon-fanhuijiantou:before { content: "\e6b5"; }

.icon-shanchu1:before { content: "\e6b6"; }

.icon-weidu:before { content: "\e6b7"; }

.icon-baobiaotongji:before { content: "\e6af"; }

.icon-beianicon:before { content: "\e6b8"; }

.icon-dashboard-bagl:before { content: "\e6bb"; }

.icon-dashboard-ztb:before { content: "\e6bc"; }

.icon-caigouyixiang:before { content: "\e6bd"; }

.icon-right-01:before { content: "\e6bf"; }

.icon-left-01:before { content: "\e6c0"; }

.icon-huakuai-01:before { content: "\e6c1"; }

.icon-dashboard-clbx:before { content: "\e6c2"; }

.icon-dashboard-clwx:before { content: "\e6c3"; }

.icon-cheliangbaoxian1:before { content: "\e6c4"; }

.icon-jiudibianji:before { content: "\e6c5"; }

.icon-jiudiandingdian:before { content: "\e6be"; }

.icon-dashboard-jddd:before { content: "\e6c6"; }

.icon-cheliangweixiu--:before { content: "\e6c7"; }

.icon-fanxiangjingjia:before { content: "\e6c8"; }

.icon-fxjj:before { content: "\e6ca"; }

.icon-cheliangkonggou:before { content: "\e6c9"; }

.icon-dashboard-clkg:before { content: "\e6cb"; }

.icon-chaobiao_icon:before { content: "\e6cc"; }

@font-face {font-family: "icon-pokeball";
  src: url('//at.alicdn.com/t/font_1453788396_0665765.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1453788396_0665765.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), /* chrome,firefox */
    url('//at.alicdn.com/t/font_1453788396_0665765.ttf') format('truetype'), /* chrome,firefox,opera,Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1453788396_0665765.svg#icon-pokeball') format('svg'); /* iOS 4.1- */
  src: url('//at.alicdn.com/t/font_1453788396_0665765.eot')\0; /* ie8 fix */

}

.icon-pokeball {
  font-family:"icon-pokeball" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pokeball-time:before { content: "\e60e"; }
.icon-pokeball-upload:before { content: "\e60f"; }
.icon-pokeball-date:before { content: "\e610"; }
.icon-pokeball-close:before { content: "\e600"; }
.icon-pokeball-checkboxunchecked:before { content: "\e601"; }
.icon-pokeball-checked:before { content: "\e602"; }
.icon-pokeball-indeterminate:before { content: "\e603"; }
.icon-pokeball-notify-success:before { content: "\e604"; }
.icon-pokeball-notify-info:before { content: "\e605"; }
.icon-pokeball-notify-error:before { content: "\e606"; }
.icon-pokeball-notify-warning:before { content: "\e607"; }
.icon-pokeball-error:before { content: "\e608"; }
.icon-pokeball-info:before { content: "\e609"; }
.icon-pokeball-success:before { content: "\e60a"; }
.icon-pokeball-warning:before { content: "\e60b"; }
.icon-pokeball-prev:before { content: "\e60c"; }
.icon-pokeball-next:before { content: "\e60d"; }



input[type=checkbox].input-checkbox {

  display: inline-block;

  vertical-align: baseline;

  *vertical-align: auto;

  *zoom: 1;

  *display: inline;

  height: 14px;

  width: 14px;

  border-radius: 0;

  margin-right: 8px;

  background-color: white;

  position: relative;

}

input[type=checkbox].input-checkbox:before {

  height: 14px;

  width: 14px;

  border: 1px solid #ccd0d6;

  position: absolute;

  content: "";

}

input[type=checkbox].input-checkbox:after {

  height: 14px;

  width: 14px;

  font-size: 14px;

  border: 1px solid #ccd0d6;

  font-family: "icon-pokeball" !important;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  position: absolute;

  content: "";
  
  background:#fff;

}


input[type=checkbox].input-checkbox:focus {

  outline: none;

}


input[type=checkbox].input-checkbox:hover:after, input[type=checkbox].input-checkbox:hover:before, input[type=checkbox].input-checkbox[indeterminate="true"]:after, input[type=checkbox].input-checkbox[indeterminate="true"]:before, input[type=checkbox].input-checkbox:checked:after, input[type=checkbox].input-checkbox:checked:before, input[type=checkbox].input-checkbox[checked="checked"]:after, input[type=checkbox].input-checkbox[checked="checked"]:before {

  border: 1px solid #197aff;

}

input[type=checkbox].input-checkbox[indeterminate="true"]:before, input[type=checkbox].input-checkbox:checked:before, input[type=checkbox].input-checkbox[checked="checked"]:before {

  background-color: #fff;

  display: block;

}


input[type=checkbox].input-checkbox[indeterminate="true"]:after, input[type=checkbox].input-checkbox:checked:after, input[type=checkbox].input-checkbox[checked="checked"]:after {

  width: 14px;

  height: 14px;

  color: #197aff;

  border-width: 0;

  background: transparent;

}


input[type=checkbox].input-checkbox[indeterminate="true"]:after {

  content: "\e603";
  
  width:14px;
  height:14px;

}


input[type=checkbox].input-checkbox:checked:after, input[type=checkbox].input-checkbox[checked="checked"]:after {

  content: "\e602";

}

input[type=checkbox].input-checkbox.disabled:after, input[type=checkbox].input-checkbox.disabled:after:hover, input[type=checkbox].input-checkbox[disabled]:after, input[type=checkbox].input-checkbox[disabled]:after:hover, fieldset[disabled] input[type=checkbox].input-checkbox:after, fieldset[disabled] input[type=checkbox].input-checkbox:after:hover {

  background-color: transparent;

  border-width: 0;

  cursor: not-allowed;

  color: #f7f7f7;

}

input[type=checkbox].input-checkbox.disabled:before, input[type=checkbox].input-checkbox.disabled:before:hover, input[type=checkbox].input-checkbox[disabled]:before, input[type=checkbox].input-checkbox[disabled]:before:hover, fieldset[disabled] input[type=checkbox].input-checkbox:before, fieldset[disabled] input[type=checkbox].input-checkbox:before:hover {

  background-color: #ccd0d6;

  border: 1px solid #ccd0d6;

}


.yz_bkyf{float:right;}

.overlay-iframe {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: initial !important;
  height: initial !important;
  left: 0px;
  width: 99%;
  z-index: 998;
  opacity: 0.6;
  position: absolute;
  background-color: rgb(51, 51, 51);
}
.yz_bjhsbaner{
	display:block;
	width:99%;
	height:32px;
	font-size: 14px;
	 color: #000; 
	 line-height: 30px;
	 border-bottom:1px solid #d7524d;
	 border-left:3px solid #d7524d;
}
.yz_zjbj{
	color:#d7524d;
}
.table-title .yz_qftb{
	display:block;
	width:6px;
	height:18px;
	background:#d7524d;
	float:left;
	margin-top:7px;
	margin-right:10px;
}
input[type=checkbox]{
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
width:20px\9;
height:20px\9;

margin: 0;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid B9BBBE;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
position: relative;
border:1px solid #d2d2d2;
border:0px solid #d2d2d2\9;
}



input[type=checkbox]:hover {
border-color: #c6c6c6;
-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,{
background: #fff;
}

input[type=checkbox]:checked::after {
content: url(http://ssl.gstatic.com/ui/v1/menu/checkmark.png);
display: block;
position: absolute;
top: -5px;
right: 0px;
left: -5px
}

input[type=checkbox]:focus {
outline: none;
border-color:#4d90fe;
}
.choice{  
    position: relative;  
}  
.choice .radio{  
    position: relative;  
    display: inline-block;  
    font-weight: 400;  
    color: #0c4757;  
    padding-left: 21px;  
    cursor: pointer;
    margin-left:5px;  
}  

.choice .radio input{  
    position: absolute;  
    left: -9999px;  
}  
.choice .radio i{  
    display: block;  
    position: absolute;  
    top: 10px;  
    left: 0;  
    width: 15px;  
    height: 15px;  
    outline: 0;  
    border: 1px solid #d2d2d2;  
    
    border-radius: 50%;  
    transition: border-color .3s  
    -webkit-transition: border-color .3s;  
}  

.choice .radio input+i:after{  
    position: absolute;  
    content: '';  
    top: 2px;  
    left: 2px;  
    width: 9px;  
    height: 9px;  
    border-radius: 50%;  
    background-color: #f00;  
    opacity: 0;  
    transition: opacity .1s;  
    -webkit-transition: opacity .1s;  
 
}  
.choice .radio input:checked+i:after{  
    opacity: 1;  
}  


.yz_searchselec{
	width:190px;
}
 .yz_xxfloat{ 
   float:right;
   color:#ff7900;
 } 
.yz_cgwjqr{
	background:#fff;
}  
.yz_wdfd{
	background:#fff;
	width:20%; 
	height: 530px;
	float:left;

}
select.m-wrap {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}
.select-hide-span {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.select-out-div1 {
    width: 80px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap1 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
    width:80px;
}
select.m-wrap2 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 32px !important;
    line-height: 34px;
}
.select-hide-span1 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
.select-out-div3 {
    width: 100px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap3 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}

.select-hide-span3 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}
select{
    width: 260px;
    overflow: hidden;
    height:34px;
     border: 1px solid #e5e5e5;
     background: #fff;
}
.select-out-div4 {
    width: 260px;
    overflow: hidden;
    float:left;
    height:34px;
}
select.m-wrap4 {

    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 34px !important;
    line-height: 34px;
}

.select-hide-span4 {
    height: 34px;
    position: absolute;
    top: 0;
    border-right: 1px solid #e5e5e5;
    right: 0;
    width: 20px!important;
    z-index: 999;
    
}