/*
 * base v1.0.8
 * bixingweb-ui for pc
 * Copyright 2011-2017 bixingweb, Inc.
 */
 
html {
  font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  }
  
body{ 
  font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0px;
  padding:0px;
  color:#555;
}
input,textarea{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,ul,li{list-style:none; margin:0px; padding:0px;}
a{color:#666; }
a:link,a:hover,a:active,a:visited{text-decoration:none !important;}
img {border:0 none;}
i{font-style:normal;}
em{font-style:normal;}


/*==============================================================================================*/
/*container-app-css
/*==============================================================================================*/
.container{ width: 100%;}
.full-width{ width:100%;}

.fr{ float:right;}
.pull-right{ float: right !important;}

.fl{ float:left;}
.pull-left{ float: left !important;}

.top{top:0px}
.left{ left:0px;}
.right{ right:0px;}
.bottom{ bottom:0px;}

.hide{display: none;}
.hidden{display: none !important;}

.block{display:block;}
.active{display:block;}
.show{display: block!important;}

.clearfix{ clear:both;}
.affix{position: fixed;}

.overflow{overflow:hidden;}

.center{text-align:center !important; }
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.invisible{visibility: hidden;}

.middle{ vertical-align:middle;}
.handle{ cursor:move;}
.border{ border:#ddd solid 1px;}
.pointer{ cursor:pointer;}

.backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 8888;
	filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;
    background-color: #000;
	display:none;
}
.circle{ border-radius: 50%;}
/*==============================================================================================*/
/*form-app-css
/*==============================================================================================*/
.form-control {
  font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
  width: auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
textarea.form-control {
  height: auto;
}
.text{ width:280px;}
.textarea{ width:500px;}

.text-center{text-align: center!important;}
.text-right{text-align: right!important;}
.text-left{text-align: left!important;}
.search-input{
    display: block;
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.input-time{ position:relative;}
.input-time i{ position:absolute; right:10px; top:10px; color:#999;}

.checkbox label{ margin-right:15px;}
.checkbox input{height:12px; margin-top:2px;}

.radio label{ margin-right:15px;}
.radio input{height:12px; margin-top:2px;}

.r_tips{ color:#F00; padding-left:5px;}

.form-item{ margin-bottom:10px; clear:both; display:block; position:relative;}
.form-item .item-label{ height:30px; line-height:30px;}
.item-label{ height:30px; line-height:30px;}

.form-row{margin-bottom:20px; clear:both; display:block; overflow:hidden; }
.form-row .row-label{ width:90px; float:left; height:35px; line-height:35px; text-align:right; }
.form-row .row-controls{margin-left:116px; line-height:35px;}
.form-row .form_check_info{left:116px;}

.btn {
  font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;	
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary{
	font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    border-radius: 3px;
	color:#333;
	background:#eee;
	border:#ddd solid 1px;
    font-size: 14px;
	line-height: 1.4285;
    padding: 5px 20px;
	cursor: pointer;
}
.btn-primary:hover{ background:#ddd;}

.btn-default{
	font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    border-radius: 3px;
    background:#fcfcfc;
    font-size: 14px;
	line-height: 1.4285;
    color:#888;
    padding: 5px 20px;
    border:#ccc solid 1px;
	cursor: pointer;
}
.btn-default:hover{ background:#f8f8f8;}

.btn-search{
	  font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	  display: inline-block;
	  padding: 6px 12px;
	  margin-bottom: 0;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 1.42857143;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -ms-touch-action: manipulation;
		  touch-action: manipulation;
	  cursor: pointer;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	  border: 1px solid #ddd;
	  background:#eee;
}

.btn-search:hover, .btn-search:focus, .focus.btn-search{ 
	color:#FFF;
	background:#1b9ad5;
	border:#1b9ad5 solid 1px;
}

.btn-small{
	font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    border-radius: 3px;
    background:#fcfcfc;
    font-size: 14px;
	line-height: 1.2em;
    color:#888;
    padding: 3px 12px;
    border:#ccc solid 1px;
	cursor: pointer;
}
.btn-small:hover, .btn-small:focus, .focus.btn-small{ 
	background:#f3f3f3;
	color:#999;
	border:#999 solid 1px;
}

/*==============================================================================================*/
/*switch 开关, 注意id与for要对应 
<input type="checkbox" name="sex" id="male" checked class="switch" />
<label for="male" class="switch_label"></label>
/*==============================================================================================*/
.switch { display: none; }
.switch_label {
	box-shadow: #ccc 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	background-color: #eee;
	overflow: hidden;
	cursor:pointer;
}

.switch_label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	border:#ddd solid 1px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.switch:checked + label.switch_label:before { left: 20px; }
.switch:checked + label.switch_label {
	box-shadow: #e2231a 0px 0px 0px 1px;
	background-color: #e2231a;
}

/*==============================================================================================*/
/*checkbox 布尔开关, 注意id与for要对应 
<input type="checkbox" id="blbtn" name="status" class="checkbox">
<label for="blbtn" class="checkbox_label">
	<span class="on">是</span>
	<span class="off">否</span>
</label>
/*==============================================================================================*/
.checkbox{ display: none; }
.checkbox_label{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 25px;
	overflow: hidden;
	cursor:pointer;
}
.checkbox_label span{
	width: 28px;
	line-height: 23px;
	font-size: 12px;
	display: block;
	float:left;
	text-align:center;
}
.checkbox_label .on{ border-radius: 5px 0px 0px 5px; border:#BEC3C7 solid 1px; background-color: #ECF0F1; border-right:none;}
.checkbox_label .off { color: #fff; background-color: #96A6A6; border:#96A6A6 solid 1px; border-left:none; border-radius: 0px 5px 5px 0px;}
.checkbox:checked + label.checkbox_label .on{ color: #fff; background-color: #2170e5; border:#2170e5 solid 1px; border-right:none;}
.checkbox:checked + label.checkbox_label .off{ color: #333; background-color: #ECF0F1; border:#BEC3C7 solid 1px; border-left:none;}

/*==============================================================================================*/
/*alert-css
/*==============================================================================================*/
.red{color:#F00;}
.warning{color:#F00;}
.error{ color:#F00;}
.success{ color:#36F;}
.non-empty{color:#F00; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-size:14px; vertical-align:middle; margin-left:5px;}


/*==============================================================================================*/
/* page */
/*==============================================================================================*/
.page{ overflow:hidden; display: block;}
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  float:right;
}
.pagination .rows{
	height:30px; line-height:30px;
	padding-left:15px;
} 
.pagination > li{ display:inline; padding-left:5px}   
.pagination > li > a,
.pagination > li > span {
  color:#666;
  padding: 8px 12px;
  font-family:"宋体";
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius:2px;
  }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
  background-color: #f2f2f2;
  border:#ddd solid 1px;
}

.pagination > li.active span{
  background-color:fff;
  border: 0px solid #ccc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
  border-color: #ddd;
}

/*==============================================================================================*/
/*layout-css
/*==============================================================================================*/
.with-padding{ padding:12px;}
.with-margin{ margin:12px;}
.mid-margin{ margin:0px auto;}
.width-auto{
	display:block;
	overflow:hidden;
	position:relative;
	margin:0px auto;
}
.width-300{
	display:block;
	overflow:hidden;
	position:relative;
	width:300px;
	margin:0px auto;
}
.width-500{
	display:block;
	overflow:hidden;
	position:relative;
	width:500px;
	margin:0px auto;
}
.width-600{
	display:block;
	overflow:hidden;
	position:relative;
	width:600px;
	margin:0px auto;
}
.width-800{
	display:block;
	overflow:hidden;
	position:relative;
	width:800px;
	margin:0px auto;
}

.w-30{ width:30px;}
.w-50{ width:50px;}
.w-80{ width:80px;}
.w-100{ width:100px;}
.w-120{ width:120px;}
.w-150{ width:150px;}
.w-200{ width:200px;}
.w-220{ width:220px;}
.w-250{ width:250px;}
.w-300{ width:300px;}
.w-350{ width:350px;}
.w-400{ width:400px;}
.w-450{ width:450px;}
.w-500{ width:500px;}
.w-600{ width:600px;}
.w-800{ width:800px;}

.h-50{ height:100px;}
.h-100{ height:100px;}
.h-150{ height:150px;}
.h-200{ height:200px;}
.h-250{ height:250px;}
.h-300{ height:300px;}
.h-500{ height:300px;}

.pl-none{padding-left:0px;}
.pl-5{ padding-left:5px;}
.pl-10{ padding-left:10px;}
.pl-12{ padding-left:12px;}
.pl-15{ padding-left:15px;}
.pl-20{ padding-left:20px;}
.pl-25{ padding-left:25px;}
.pl-30{ padding-left:30px;}
.pl-50{ padding-left:50px;}

.pr-none{padding-right:0px;}
.pr-5{ padding-right:5px;}
.pr-10{ padding-right:10px;}
.pr-12{ padding-right:12px;}
.pr-15{ padding-right:15px;}
.pr-20{ padding-right:20px;}
.pr-25{ padding-right:25px;}
.pr-30{ padding-right:30px;}
.pr-50{ padding-right:50px;}

.pt-none{padding-top:0px;}
.pt-10{ padding-top:10px;}
.pt-12{ padding-top:12px;}
.pt-15{ padding-top:15px;}
.pt-20{ padding-top:20px;}
.pt-25{ padding-top:25px;}
.pt-30{ padding-top:30px;}
.pt-50{ padding-top:50px;}

.pb-none{padding-bottom:0px;}
.pb-10{ padding-bottom:10px;}
.pb-12{ padding-bottom:12px;}
.pb-15{ padding-bottom:15px;}
.pb-20{ padding-bottom:20px;}
.pb-25{ padding-bottom:25px;}
.pb-30{ padding-bottom:30px;}
.pb-50{ padding-bottom:50px;}

.ml-none{margin-left:0px;}
.ml-5{ margin-left:5px;}
.ml-10{ margin-left:10px;}
.ml-12{ margin-left:12px;}
.ml-15{ margin-left:15px;}
.ml-20{ margin-left:20px;}
.ml-25{ margin-left:25px;}
.ml-30{ margin-left:30px;}
.ml-50{ margin-left:50px;}

.mr-none{margin-right:0px;}
.mr-5{ margin-right:5px;}
.mr-10{ margin-right:10px;}
.mr-12{ margin-right:12px;}
.mr-15{ margin-right:15px;}
.mr-20{ margin-right:20px;}
.mr-25{ margin-right:25px;}
.mr-30{ margin-right:30px;}
.mr-50{ margin-right:50px;}

.mt-none{margin-top:0px;}
.mt-10{ margin-top:10px;}
.mt-12{ margin-top:12px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-50{ margin-top:50px;}

.mb-none{margin-bottom:0px;}
.mb-10{ margin-bottom:10px;}
.mb-12{ margin-bottom:12px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-50{ margin-bottom:50px;}

.p-lr-10{ padding-left:10px; padding-right:10px;}
.p-lr-15{ padding-left:15px; padding-right:15px;}
.p-lr-20{ padding-left:20px; padding-right:20px;}
.p-lr-30{ padding-left:30px; padding-right:30px;}
.p-lr-50{ padding-left:50px; padding-right:50px;}

.m-lr-10{ margin-left:10px; margin-right:10px;}
.m-lr-15{ margin-left:15px; margin-right:15px;}
.m-lr-20{ margin-left:20px; margin-right:20px;}
.m-lr-30{ margin-left:30px; margin-right:30px;}
.m-lr-50{ margin-left:50px; margin-right:50px;}

.padding-5{padding:5px;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-30{padding:30px;}
.padding-50{padding:50px;}

.margin-5{margin:5px;}
.margin-10{margin:10px;}
.margin-15{margin:15px;}
.margin-20{margin:20px;}
.margin-30{margin:30px;}
.margin-50{margin:50px;}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12
{
  position: relative;
  min-height: 1px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,.col-12 {
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}

/*==============================================================================================*/
/*color-css
/*==============================================================================================*/
.color-0{ color:#000;}
.color-1{ color:#111;}
.color-3{ color:#333;}
.color-6{ color:#666;}
.color-8{ color:#888;}
.color-9{ color:#999;}
.color-c{ color:#ccc;}
.color-d{ color:#ddd;}
.color-e{ color:#eee;}
.color-f{ color:#fff;}
.color-red{ color:#f00;}
.color-blue{ color:#39C;}
.color-green{ color:#3C6;}
.color-orange{ color:#F60;}
/*==============================================================================================*/
/*table-css
/*==============================================================================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table,caption,tr,th,td {
	margin:0;
	padding:0;
}
.table-row:hover td{ background:#fcfcfc;} 

.itable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #ffffff;
}
.itable {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-color: #ddd;
	border-collapse: collapse;
}
.itable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #eeeeee;
}

.data-table {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-color: #ddd;
	width:100%;
	border-collapse: collapse;
}
.data-table th {
	border-width: 1px;
	padding: 12px 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #eeeeee;
}
.data-table td {
	border-width: 1px;
	padding: 12px 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #ffffff;
}

.n-table {
	font-family: verdana, arial, sans-serif;
	border-width: 0px;
	border-color: #fff;
	width:100%;
	border-collapse: collapse;
}
.n-table th {
	border-width: 1px;
	padding: 12px 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
}
.n-table td {
	border-width: 0px;
	padding: 12px 6px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
}
/*==============================================================================================*/
/*crumb-css
/*==============================================================================================*/
/*.breadcrumb {
  padding: 10px 15px 10px 5px;
  list-style: none;
  }
.breadcrumb > ol { margin:0px; padding:0px;}  
.breadcrumb > li {
  display: inline-block;
  }
.breadcrumb > li + li:before {
  font-family: ZenIcon;
  font-size: 14px;	
  line-height: 1;
  padding: 0 5px;
  color: #ccc;
  content: '\e6e1';
  }
.breadcrumb > .active {
  color: #888;
}*/


/*==============================================================================================*/
/* 上传框 */
/*==============================================================================================*/
 
.upload_single_pic{ position:relative; width:100px; height:100px; display:block; overflow:hidden; background:#fff; padding:0px; margin:0px;}
.upload_single_pic ._imagebox{ 
	border:1px solid #eee; 
	height:100px;
	width:100px; 
	text-align:center; 
	overflow:hidden; 
	display:flex; 
	align-items:center; 
	justify-content:center;
}
.upload_single_pic ._imagebox img{ max-width:100px; max-height:100px;}
.upload_single_pic ._imagebar{ position:absolute; z-index:100; bottom:0px; left:0px; height:22px; display:flex; align-items:center; justify-content:center; line-height:22px;  background-color: rgba(0,0,0,0.3); color:#FFF; width:100%; text-align:center; }
.upload_single_pic ._imagebar a{ color:#fff; width:25%; }
/*.upload_single_pic:hover ._imagebar{ display:flex; align-items:center; justify-content:center;}*/

.upload_multi_list{ float:left;}
.upload_multi_list ._each{ height:100px; width:100px; float:left; display:block; overflow:hidden; margin-right:10px; position:relative;}
.upload_multi_list ._each a{ display:block; overflow:hidden;}
.upload_multi_list ._each a._imagebox{ border:1px solid #eee; height:100px; width:100px; text-align:center; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.upload_multi_list ._each img{ max-width:100px; max-height:100px;}

.upload_multi_list ._each ._imagebar {
  position: absolute;
  z-index:99;
  width: 100%;
  bottom:0px;
  height:25px;
  line-height:25px;	
  background-color: rgba(0,0,0,0.3); 
  color:#FFF; 
  display:none;
}
.upload_multi_list ._each:hover ._imagebar {
	display:block; 
}
.upload_multi_list ._each ._imagebar a{ width:25%; float:right; text-align:center; }
.upload_multi_list ._each ._imagebar i{ color:#fff; }
  
/*==============================================================================================*/
/* 消息框 */
/*==============================================================================================*/

.messager {
  position: fixed;
  z-index: 99999;
  max-width: 80%;
  padding-right: 50px;
  color: #fff;
  background-color: #3333333;
  background-color: rgba(51, 51, 51, .8);
  border-radius: 20px;
}
.messager.top {
  top: 20px;
}
.messager.top-left {
  top: 20px;
  left: 20px;
}
.messager.top-right {
  top: 20px;
  right: 20px;
}
.messager.bottom {
  bottom: 20px;
}
.messager.bottom-left {
  bottom: 20px;
  left: 20px;
}
.messager.bottom-right {
  right: 20px;
  bottom: 20px;
}
.messager-content {
  padding: 10px 20px;
}
.messager-content > [class^='icon-'] {
  display: inline-block;
  margin-right: 8px;
}
.messager-actions {
  position: absolute;
  top: 7px;
  right: 15px;
}
.messager-actions > .action {
  color: #fff !important;
  color: rgba(255, 255, 255, .8);
  text-shadow: none;
  background: none;
  border: none;
}
.messager-actions > .action.close {
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}
.messager-actions > .action:hover {
  color: #fff;
}
.messager-primary {
  background-color: #2ac25f;
}
.messager-success {
  background-color: #1b9ad5;
}
.messager-error {
  background-color: #de3b3b;
}
.messager-info {
  background-color: #00c3b6;
}
.messager-warning {
  background-color: #f39c11;
}
.messager-danger {
  background-color: #ee4e2f;
}
.messager-important {
  background-color: #a76531;
}
.messager-special {
  background-color: #6f5499;
}


/*==============================================================================================*/
/*icon-css import-zenicon-fonts 
/*==============================================================================================*/
@font-face {
  font-family: ZenIcon;
  font-style: normal;
  font-weight: normal;

  src: url('../fonts/zenicon.eot?v=2.2.0');
  src: url('../fonts/zenicon.eot?#iefix&v=2.2.0') format('embedded-opentype'), url('../fonts/zenicon.woff?v=2.2.0') format('woff'), url('../fonts/zenicon.ttf?v=2.2.0') format('truetype'), url('../fonts/zenicon.svg#regular?v=2.2.0') format('svg');
}
  
[class^="icon-"],
[class*=" icon-"] {
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  display: inline-block;
  min-width: 14px;
  text-align: center;
}
a .icon,
a [class^="icon-"],
a [class*=" icon-"] { display: inline; }
 
.icon-resize:before {content: '\e667';}
.icon-expand-full:before {content: '\e6a3';}
.icon-arrows-alt:before { content: '\e6a3';}
.icon-fullscreen:before { content: '\e6a3';}
.icon-collapse-full:before{content: '\e682';}
.icon-yinyang:before {content: '\e687';}
.icon-taiji:before{content: '\e687';}
.icon-window:before{content: '\e68e';}
.icon-window-alt:before{content: '\e68f';}
.icon-carousel:before{content: '\e6b0';}
.icon-spinner-snake:before{content: '\e97b';}
.icon-spinner-indicator:before{content: '\e97c';}
.icon-check-board:before{content: '\e9b8';}
.icon-bar-chart:before{content: '\f080';}
.icon-bar-chart-o:before{content: '\f080';}
.icon-github:before{content: '\f09b';}
.icon-dot-circle:before{content: '\f192';}
.icon-dot-circle-o:before{content: '\f192';}
.icon-cube-alt:before{content: '\f1b2';}
.icon-cubes:before{content: '\f1b3';}
.icon-file-pdf:before{content: '\f1c1';}
.icon-file-word:before{content: '\f1c2';}
.icon-file-excel:before{content: '\f1c3';}
.icon-file-powerpoint:before{content: '\f1c4';}
.icon-file-image:before{content: '\f1c5';}
.icon-file-photo:before{content: '\f1c5';}
.icon-file-picture:before{content: '\f1c5';}
.icon-file-archive:before{content: '\f1c6';}
.icon-file-zip:before{content: '\f1c6';}
.icon-file-audio:before{content: '\f1c7';}
.icon-file-sound:before{content: '\f1c7';}
.icon-file-movie:before{content: '\f1c8';}
.icon-file-video:before{content: '\f1c8';}
.icon-file-code:before{content: '\f1c9';}
.icon-circle-o-notch:before{content: '\f1ce';}
.icon-qq:before{content: '\f600';}
.icon-wechat:before{content: '\f1d7';}
.icon-weixin:before{content: '\f1d7';}
.icon-history:before{content: '\f1da';}
.icon-circle-thin:before{content: '\f1db';}
.icon-sliders:before{content: '\f1de';}
.icon-newspaper-o:before{content: '\f1ea';}
.icon-calculator:before{content: '\f1ec';}
.icon-paint-brush:before{content: '\f1fc';}
.icon-area-chart:before{content: '\f1fe';}
.icon-pie-chart:before{content: '\f200';}
.icon-line-chart:before{content: '\f201';}
.icon-toggle-off:before{content: '\f204';}
.icon-toggle-on:before{content: '\f205';}
.icon-diamond:before{content: '\f219';}
.icon-venus:before{content: '\f221';}
.icon-mars:before{content: '\f222';}
.icon-server:before{content: '\f233';}
.icon-music:before{content: '\e602';}
.icon-search:before{content: '\e603';}
.icon-envelope:before{content: '\e604';}
.icon-heart:before{content: '\e605';}
.icon-star:before{content: '\e606';}
.icon-star-empty:before{content: '\e607';}
.icon-user:before{content: '\e608';}
.icon-film:before{content: '\e609';}
.icon-th-large:before{content: '\e60a';}
.icon-th:before{content: '\e60b';}
.icon-th-list:before{content: '\e60c';}
.icon-ok:before{content: '\e60d';}
.icon-check:before{content: '\e60d';}
.icon-remove:before{content: '\d7';}
.icon-times:before{content: '\d7';}
.icon-zoom-in:before{content: '\e60f';}
.icon-zoom-out:before{content: '\e610';}
.icon-off:before{content: '\e611';}
.icon-cog:before{content: '\e613';}
.icon-trash:before{content: '\e614';}
.icon-home:before{content: '\e615';}
.icon-file-o:before{content: '\e616';}
.icon-file-alt:before{content: '\e616';}
.icon-time:before{content: '\e617';}
.icon-download-alt:before{content: '\e618';}
.icon-download:before{content: '\e619';}
.icon-upload:before{content: '\e61a';}
.icon-inbox:before{content: '\e61b';}
.icon-play-circle:before{content: '\e61c';}
.icon-repeat:before{content: '\e61d';}
.icon-refresh:before{content: '\e61e';}
.icon-list-alt:before{content: '\e61f';}
.icon-lock:before{content: '\e620';}
.icon-flag:before{content: '\e621';}
.icon-headphones:before{content: '\e622';}
.icon-volume-off:before{content: '\e623';}
.icon-volume-up:before{content: '\e625';}
.icon-qrcode:before{content: '\e626';}
.icon-barcode:before{content: '\e627';}
.icon-tag:before{content: '\e628';}
.icon-tags:before{content: '\e629';}
.icon-book:before{content: '\e62a';}
.icon-bookmark:before{content: '\e62b';}
.icon-print:before{content: '\e62c';}
.icon-camera:before{content: '\e62d';}
.icon-font:before{content: '\e62e';}
.icon-bold:before{content: '\e62f';}
.icon-align-justify:before{content: '\e636';}
.icon-list:before{content: '\e637';}
.icon-picture:before{content: '\e63b';}
.icon-pencil:before{content: '\e63c';}
.icon-map-marker:before{content: '\e63d';}
.icon-adjust:before{content: '\e63e';}
.icon-tint:before{content: '\e63f';}
.icon-edit:before{content: '\e640';}
.icon-share:before{content: '\e641';}
.icon-checked:before{content: '\e642';}
.icon-move:before{content: '\e643';}
.icon-arrows:before{content: '\e643';}
.icon-step-backward:before{content: '\e644';}
.icon-fast-backward:before{content: '\e645';}
.icon-backward:before{content: '\e646';}
.icon-play:before{content: '\e647';}
.icon-pause:before{content: '\e648';}
.icon-stop:before{content: '\e649';}
.icon-forward:before{content: '\e64a';}
.icon-fast-forward:before{content: '\e64b';}
.icon-step-forward:before{content: '\e64c';}
.icon-eject:before{content: '\e64d';}
.icon-chevron-left:before{content: '\e64e';}
.icon-chevron-right:before{content: '\e64f';}
.icon-plus-sign:before{content: '\e650';}
.icon-minus-sign:before{content: '\e651';}
.icon-remove-sign:before{content: '\e652';}
.icon-ok-sign:before{content: '\e653';}
.icon-check-circle:before{content: '\e653';}
.icon-question-sign:before{content: '\e654';}
.icon-info-sign:before{content: '\e655';}
.icon-remove-circle:before{content: '\e657';}
.icon-ok-circle:before{content: '\e658';}
.icon-check-circle-o:before{content: '\e658';}
.icon-ban-circle:before{content: '\e659';}
.icon-arrow-left:before{content: '\e65a';}
.icon-arrow-right:before{content: '\e65b';}
.icon-arrow-up:before{content: '\e65c';}
.icon-arrow-down:before{content: '\e65d';}
.icon-share-alt:before{content: '\e65e';}
.icon-resize-full:before{content: '\e65f';}
.icon-resize-small:before{content: '\e660';}
.icon-plus:before{content: '\e661';}
.icon-minus:before{content: '\e662';}
.icon-asterisk:before{content: '\e663';}
.icon-exclamation-sign:before{content: '\e664';}
.icon-gift:before{content: '\e665';}
.icon-leaf:before{content: '\e666';}
.icon-eye-open:before{content: '\e668';}
.icon-eye-close:before{content: '\e669';}
.icon-warning-sign:before{content: '\e66a';}
.icon-plane:before{content: '\e66b';}
.icon-calendar:before{content: '\e66c';}
.icon-random:before{content: '\e66d';}
.icon-comment:before{content: '\e66e';}
.icon-chevron-up:before{content: '\e670';}
.icon-chevron-down:before{content: '\e671';}
.icon-shopping-cart:before{content: '\e673';}
.icon-folder-close:before{content: '\e674';}
.icon-folder-open:before{content: '\e675';}
.icon-resize-v:before{content: '\e676';}
.icon-resize-h:before{content: '\e677';}
.icon-bar-chart-alt:before{content: '\e678';}
.icon-camera-retro:before{content: '\e679';}
.icon-key:before{content: '\e67a';}
.icon-cogs:before{content: '\e67b';}
.icon-comments:before{content: '\e67c';}
.icon-thumbs-o-up:before{content: '\e67d';}
.icon-thumbs-o-down:before{content: '\e67e';}
.icon-star-half:before{content: '\e67f';}
.icon-heart-empty:before{content: '\e680';}
.icon-signout:before{content: '\e681';}
.icon-pushpin:before{content: '\e683';}
.icon-external-link:before{content: '\e684';}
.icon-signin:before{content: '\e685';}
.icon-trophy:before{content: '\e686';}
.icon-upload-alt:before{content: '\e688';}
.icon-lemon:before{content: '\e689';}
.icon-phone:before{content: '\e68a';}
.icon-check-empty:before{content: '\e68b';}
.icon-bookmark-empty:before{content: '\e68c';}
.icon-phone-sign:before{content: '\e68d';}
.icon-credit:before{content: '\e690';}
.icon-rss:before{content: '\e691';}
.icon-hdd:before{content: '\e692';}
.icon-bullhorn:before{content: '\e693';}
.icon-bell:before{content: '\e694';}
.icon-certificate:before{content: '\e695';}
.icon-hand-right:before{content: '\e696';}
.icon-hand-left:before{content: '\e697';}
.icon-hand-up:before{content: '\e698';}
.icon-hand-down:before{content: '\e699';}
.icon-circle-arrow-left:before{content: '\e69a';}
.icon-circle-arrow-right:before{content: '\e69b';}
.icon-circle-arrow-up:before{content: '\e69c';}
.icon-circle-arrow-down:before{content: '\e69d';}
.icon-globe:before{content: '\e69e';}
.icon-wrench:before{content: '\e69f';}
.icon-tasks:before{content: '\e6a0';}
.icon-filter:before{content: '\e6a1';}
.icon-group:before{content: '\e6a4';}
.icon-link:before{content: '\e6a5';}
.icon-cloud:before{content: '\e6a6';}
.icon-beaker:before{content: '\e6a7';}
.icon-cut:before{content: '\e6a8';}
.icon-copy:before{content: '\e6a9';}
.icon-paper-clip:before{content: '\e6aa';}
.icon-save:before{content: '\e6ab';}
.icon-sign-blank:before{content: '\e6ac';}
.icon-bars:before{content: '\e6ad';}
.icon-reorder:before{content: '\e6ad';}
.icon-list-ul:before{content: '\e6ae';}
.icon-list-ol:before{content: '\e6af';}
.icon-table:before{content: '\e6b2';}
.icon-magic:before{content: '\e6b3';}
.icon-caret-down:before{content: '\e6b8';}
.icon-caret-up:before{content: '\e6b9';}
.icon-caret-left:before{content: '\e6ba';}
.icon-caret-right:before{content: '\e6bb';}
.icon-columns:before{content: '\e6bc';}
.icon-sort:before{content: '\e6bd';}
.icon-sort-down:before{content: '\e6be';}
.icon-sort-up:before{content: '\e6bf';}
.icon-envelope-alt:before{content: '\e6c0';}
.icon-undo:before{content: '\e6c1';}
.icon-dashboard:before{content: '\e6c3';}
.icon-comment-alt:before{content: '\e6c4';}
.icon-comments-alt:before{content: '\e6c5';}
.icon-bolt:before{content: '\e6c6';}
.icon-sitemap:before{content: '\e6c7';}
.icon-umbrella:before{content: '\e6c8';}
.icon-paste:before{content: '\e6c9';}
.icon-lightbulb:before{content: '\e6ca';}
.icon-exchange:before{content: '\e6cb';}
.icon-cloud-download:before{content: '\e6cc';}
.icon-cloud-upload:before{content: '\e6cd';}
.icon-bell-alt:before{content: '\e6d1';}
.icon-coffee:before{content: '\e6d2';}
.icon-file-text-o:before{content: '\e6d4';}
.icon-file-text-alt:before{content: '\e6d4';}
.icon-building:before{content: '\e6d5';}
.icon-double-angle-left:before{content: '\e6dc';}
.icon-double-angle-right:before{content: '\e6dd';}
.icon-double-angle-up:before{content: '\e6de';}
.icon-double-angle-down:before{content: '\e6df';}
.icon-angle-left:before{content: '\e6e0';}
.icon-angle-right:before{content: '\e6e1';}
.icon-angle-up:before{content: '\e6e2';}
.icon-angle-down:before{content: '\e6e3';}
.icon-desktop:before{content: '\e6e4';}
.icon-laptop:before{content: '\e6e5';}
.icon-tablet:before{content: '\e6e6';}
.icon-mobile:before{content: '\e6e7';}
.icon-circle-blank:before{content: '\e6e8';}
.icon-quote-left:before{content: '\e6e9';}
.icon-quote-right:before{content: '\e6ea';}
.icon-spinner:before{content: '\e6eb';}
.icon-circle:before{content: '\e6ec';}
.icon-reply:before{content: '\e6ed';}
.icon-folder-close-alt:before{content: '\e6ef';}
.icon-folder-open-alt:before{content: '\e6f0';}
.icon-expand-alt:before{content: '\e6f1';}
.icon-collapse-alt:before{content: '\e6f2';}
.icon-smile:before{content: '\e6f3';}
.icon-frown:before{content: '\e6f4';}
.icon-meh:before{content: '\e6f5';}
.icon-gamepad:before{content: '\e6f6';}
.icon-keyboard:before{content: '\e6f7';}
.icon-flag-alt:before{content: '\e6f8';}
.icon-flag-checkered:before{content: '\e6f9';}
.icon-terminal:before{content: '\e6fa';}
.icon-code:before{content: '\e6fb';}
.icon-reply-all:before{content: '\e6fc';}
.icon-star-half-full:before{content: '\e6fd';}
.icon-location-arrow:before{content: '\e6fe';}
.icon-crop:before{content: '\e6ff';}
.icon-code-fork:before{content: '\e700';}
.icon-unlink:before{content: '\e701';}
.icon-question:before{content: '\e702';}
.icon-info:before{content: '\e703';}
.icon-shield:before{content: '\e70b';}
.icon-calendar-empty:before{content: '\e70c';}
.icon-rocket:before{content: '\e70e';}
.icon-chevron-sign-left:before{content: '\e70f';}
.icon-chevron-sign-right:before{content: '\e710';}
.icon-chevron-sign-up:before{content: '\e711';}
.icon-chevron-sign-down:before{content: '\e712';}
.icon-html5:before{content: '\e713';}
.icon-anchor:before{content: '\e714';}
.icon-unlock-alt:before{content: '\e715';}
.icon-bullseye:before{content: '\e716';}
.icon-ellipsis-h:before{content: '\e717';}
.icon-ellipsis-v:before{content: '\e718';}
.icon-rss-sign:before{content: '\e719';}
.icon-play-sign:before{content: '\e71a';}
.icon-minus-sign-alt:before{content: '\e71c';}
.icon-check-minus:before{content: '\e71d';}
.icon-level-up:before{content: '\e71e';}
.icon-level-down:before{content: '\e71f';}
.icon-check-sign:before{content: '\e720';}
.icon-edit-sign:before{content: '\e721';}
.icon-external-link-sign:before{content: '\e722';}
.icon-share-sign:before{content: '\e723';}
.icon-compass:before{content: '\e724';}
.icon-collapse:before{content: '\e725';}
.icon-collapse-top:before{content: '\e726';}
.icon-expand:before{content: '\e727';}
.icon-dollar:before{content: '\e728';}
.icon-yen:before{content: '\e729';}
.icon-file:before{content: '\e72b';}
.icon-file-text:before{content: '\e72c';}
.icon-sort-by-alphabet:before{content: '\e72d';}
.icon-sort-by-alphabet-alt:before{content: '\e72e';}
.icon-sort-by-attributes:before{content: '\e72f';}
.icon-sort-by-attributes-alt:before{content: '\e730';}
.icon-sort-by-order:before{content: '\e731';}
.icon-sort-by-order-alt:before{content: '\e732';}
.icon-thumbs-up:before{content: '\e733';}
.icon-thumbs-down:before{content: '\e734';}
.icon-long-arrow-down:before{content: '\e736';}
.icon-long-arrow-up:before{content: '\e737';}
.icon-long-arrow-left:before{content: '\e738';}
.icon-long-arrow-right:before{content: '\e739';}
.icon-apple:before{content: '\e73a';}
.icon-windows:before{content: '\e73b';}
.icon-android:before{content: '\e73c';}
.icon-linux:before{content: '\e73d';}
.icon-sun:before{content: '\e742';}
.icon-moon:before{content: '\e743';}
.icon-archive:before{content: '\e744';}
.icon-bug:before{content: '\e745';}
.icon-zhifubao:before,
.icon-alipay:before{content: '\e901';}
.icon-zhifubao-square:before,
.icon-alipay-square:before{content: '\e900';}
.icon-taobao:before{content: '\e902';}
.icon-weibo:before{content: '\e746';}
.icon-renren:before{content: '\e747';}
.icon-chrome:before{content: '\e76c';}
.icon-firefox:before{content: '\e76d';}
.icon-ie:before{content: '\e76e';}
.icon-opera:before{content: '\e76f';}
.icon-safari:before{content: '\e770';}
.icon-node:before{content: '\e76a';}
.icon-layout:before{content: '\e768';}
.icon-usecase:before{content: '\e74a';}
.icon-stack:before{content: '\e769';}
.icon-branch:before{content: '\e74b';}
.icon-chat:before{content: '\e74c';}
.icon-chat-line:before{content: '\e74f';}
.icon-comment-line:before{content: '\e74f';}
.icon-chat-dot:before{content: '\e750';}
.icon-cube:before{content: '\e751';}
.icon-align-left:before{content: '\e633';}






