/*
* Bootstrap reset
* author: boy
*/
/**
 * 通用变量
 * @author kepler
 */
@font-face {
  font-family: FontAwesome;
  src: url('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont_d95d6f5.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  background: #F0F2F7;
}
/*角色*/
*[data-privilege] {
  display: none !important;
}
*[data-link] {
  cursor: pointer;
}
.v-hide {
  visibility: hidden;
}
.v-hide-none {
  visibility: hidden;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
}
/*text*/
.c-base {
  color: #3bb4f2;
}
.c-sub {
  color: #748aa0;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.text-info {
  color: #5bc0de;
}
.text-primary {
  color: #3bb4f2;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-success {
  color: #5cb85c;
}
.text-error {
  color: #d9534f;
}
.text-danger {
  color: #d9534f;
}
.text-gray {
  color: #666;
}
.text-sub {
  color: #748aa0;
}
.text-price {
  color: #fe5771;
}
.hide {
  display: none !important;
}
.text-bold {
  font-weight: bold;
}
.bg-base {
  color: #3bb4f2;
}
.c-a {
  color: #aaa;
}
.c-b {
  color: #bbb;
}
.c-c {
  color: #ccc;
}
.c-6 {
  color: #666;
}
.c-9 {
  color: #999;
}
.c-3 {
  color: #333;
}
.c-0 {
  color: #000;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.col-diff {
  color: #e9164a;
}
::selection {
  color: #fff;
  background-color: #3bb4f2;
}
::-moz-selection {
  color: #fff;
  background-color: #3bb4f2;
}
/*滚动条的轨道*/
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  height: 20px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
ul {
  padding-left: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: #3bb4f2;
}
a:hover,
a:focus {
  color: #0f9ae0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.active {
  color: #3bb4f2 !important;
}
.page-heading {
  padding: 10px 0;
}
.page-heading h4 {
  padding-left: 10px;
  border-left: 4px solid #3bb4f2;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: .5px;
}
.page-heading .glyphicon {
  margin-right: 10px;
  top: 5px;
}
.page-heading img {
  margin-right: 5px;
}
.page-container.page-cover {
  margin-left: -50px;
  margin-top: -40px;
}
/*dialog*/
.bootstrap-dialog .modal-footer .bootstrap-dialog-footer-buttons {
  text-align: center;
}
.bootstrap-dialog .modal-footer .bootstrap-dialog-footer-buttons .btn {
  margin-right: 20px;
}
.bootstrap-dialog .bootstrap-dialog-message .form-horizontal .form-group .control-input textarea {
  min-width: auto;
  min-height: 120px;
}
#mask-box {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #fff;
}
#mask-box img {
  width: 200px;
  position: absolute;
  left: 48%;
  margin-left: -100px;
  top: 49%;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* 紫色 */
.label-purple {
  background-color: #b748b7;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #811781;
}
/*btn*/
/* ----------------------------------------------- */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn {
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.btn-primary {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
/*btn-outline*/
.btn-outline.btn-sm {
  padding: 4px 8px;
  line-height: 1.25;
  border-radius: 2px;
}
.btn-outline-default {
  color: #e8e8e8;
  background-image: none;
  background-color: transparent;
  border-color: #e8e8e8;
}
.btn-outline-default:hover {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-default.focus,
.btn-outline-default:focus {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-default.active,
.btn-outline-default:active,
.open > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn-outline-default.active.focus,
.btn-outline-default.active:focus,
.btn-outline-default.active:hover,
.btn-outline-default:active.focus,
.btn-outline-default:active:focus,
.btn-outline-default:active:hover,
.open > .btn-outline-default.dropdown-toggle.focus,
.open > .btn-outline-default.dropdown-toggle:focus,
.open > .btn-outline-default.dropdown-toggle:hover {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #a8a8a8;
}
.btn-outline-default.disabled.focus,
.btn-outline-default.disabled:focus,
.btn-outline-default:disabled.focus,
.btn-outline-default:disabled:focus {
  border-color: #fff;
}
.btn-outline-default.disabled:hover,
.btn-outline-default:disabled:hover {
  border-color: #fff;
}
.btn-outline-primary {
  color: #3bb4f2;
  background-image: none;
  background-color: transparent;
  border-color: #3bb4f2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  border-color: #aac2f8;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #aac2f8;
}
.btn-outline-info {
  color: #4cc3f0;
  background-image: none;
  background-color: transparent;
  border-color: #4cc3f0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4cc3f0;
  border-color: #4cc3f0;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  color: #fff;
  background-color: #4cc3f0;
  border-color: #4cc3f0;
}
.btn-outline-info.active,
.btn-outline-info:active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4cc3f0;
  border-color: #4cc3f0;
}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #129ed4;
  border-color: #0f82ae;
}
.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
  border-color: #aae3f8;
}
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #aae3f8;
}
.btn-outline-success {
  color: #7fc35c;
  background-image: none;
  background-color: transparent;
  border-color: #7fc35c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #7fc35c;
  border-color: #7fc35c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  color: #fff;
  background-color: #7fc35c;
  border-color: #7fc35c;
}
.btn-outline-success.active,
.btn-outline-success:active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #7fc35c;
  border-color: #7fc35c;
}
.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #559236;
  border-color: #44752b;
}
.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
  border-color: #badea7;
}
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #badea7;
}
.btn-outline-warning {
  color: #f0c54c;
  background-image: none;
  background-color: transparent;
  border-color: #f0c54c;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0c54c;
  border-color: #f0c54c;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  color: #fff;
  background-color: #f0c54c;
  border-color: #f0c54c;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0c54c;
  border-color: #f0c54c;
}
.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d4a112;
  border-color: #ae840f;
}
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
  border-color: #f8e3aa;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #f8e3aa;
}
.btn-outline-danger {
  color: #d26d54;
  background-image: none;
  background-color: transparent;
  border-color: #d26d54;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d26d54;
  border-color: #d26d54;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #d26d54;
  border-color: #d26d54;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d26d54;
  border-color: #d26d54;
}
.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #a4432b;
  border-color: #843623;
}
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
  border-color: #e7b2a5;
}
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #e7b2a5;
}
/* dialog */
/* ----------------------------------------------- */
.bootstrap-dialog.type-primary .modal-header {
  background-color: #3bb4f2;
}
/* panel */
/* ----------------------------------------------- */
.panel-shadow {
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
  box-shadow: 0 0 25px -5px #9e9c9e;
}
.panel-hover {
  transition: .5s;
}
.panel-hover:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
  box-shadow: 0 0 25px -5px #9e9c9e;
}
.panel-heading {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 16px;
}
.common-action-row {
  margin-bottom: 15px;
  overflow: hidden;
  zoom: 1;
}
.common-action-row .btn {
  margin-right: 5px;
}
.form-horizontal .form-group {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-submit {
  margin-top: 35px 0;
  text-align: center;
}
.form-horizontal .form-submit .btn {
  margin-right: 35px;
}
.form-horizontal .form-group .control-label {
  float: left;
  width: 140px;
}
.form-horizontal .required > .control-label:before {
  content: "*";
  margin-right: 10px ;
  font-family: "宋体";
  color: #D20000;
  font-weight: 400;
  font-size: 13px;
}
.form-horizontal .form-group .control-input {
  position: relative;
  margin-left: 160px;
}
.form-horizontal .form-group .form-control {
  display: inline-block;
  padding: 6px;
}
.form-horizontal .form-group input[type="radio"],
.form-horizontal .form-group input[type="checkbox"] {
  margin-top: 3px;
}
.form-horizontal .form-group .control-input .help-inline,
.help-block {
  color: #c5c5c5;
}
.form-horizontal .form-group .control-input .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group .control-input textarea {
  min-width: 400px;
  min-height: 200px;
}
.form-horizontal .form-group .error-msg {
  position: absolute;
  left: 160px;
  font-size: 12px;
}
.form-group.has-error .form-control,
.form-group.has-error .error-msg {
  color: #a94442;
}
.form-group.has-success .form-control,
.form-group.has-success .error-msg {
  color: #3c763d;
}
.form-control {
  border-radius: 0;
}
.form-filter .form-group {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-filter .form-group .control-label {
  float: left;
  width: 140px;
}
.form-filter .form-group .control-input {
  position: relative;
  margin-left: 160px;
}
.form-filter .form-group .control-input:hover .clear-input {
  display: inline-block;
}
.form-filter .form-group .form-input {
  width: 180px;
}
.form-filter .form-group .clear-input {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
}
.form-filter .form-group .clear-input:after {
  content: "x";
  color: #b3b3b3;
  font-size: 20px;
}
.form-filter .form-line {
  display: block;
}
.form-filter .form-submit {
  text-align: left;
  margin-left: 160px;
}
.dialog-com-filter .form-filter.form-horizontal .form-group .control-label {
  width: 60px;
}
.dialog-com-filter .form-filter.form-horizontal .form-group .control-input {
  margin-left: 60px;
}
.dialog-com-filter .form-filter.form-horizontal .form-submit {
  margin-left: 60px;
}
.collapse-switch {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.collapse-switch .collapse-up {
  display: inline-block;
}
.collapse-switch .collapse-down {
  display: none;
}
.collapse-switch .collapsed .collapse-up {
  display: none;
}
.collapse-switch .collapsed .collapse-down {
  display: inline-block;
}
.span12 {
  width: 100% !important;
}
.span11 {
  width: 91.66666667% !important;
}
.span10 {
  width: 83.33333333% !important;
}
.span9 {
  width: 75% !important;
}
.span8 {
  width: 66.66666667% !important;
}
.span7 {
  width: 58.33333333% !important;
}
.span6 {
  width: 50% !important;
}
.span5 {
  width: 41.66666667% !important;
}
.span4 {
  width: 33.33333333% !important;
}
.span3 {
  width: 25% !important;
}
.span2 {
  width: 16.66666667% !important;
}
.span1 {
  width: 8.33333333% !important;
}
.table {
  margin-top: 15px;
}
.table thead th {
  background-color: #ebf2f6 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > td.action {
  vertical-align: top;
}
.table > tbody > tr > td.action .btn {
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer !important;
}
.table > tbody > tr > td label {
  font-weight: normal;
  color: #666;
}
.table > tbody > tr > td.or-content {
  width: 250px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(2n) td,
.table-striped tbody tr:nth-child(2n) th {
  background: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
/* ==Navbar [.navbar]*/
/* ----------------------------------------------- */
.navbar-inverse .navbar-nav > li > a {
  color: #DBD8D8;
}
.navbar .divider-vertical {
  border-right: 1px solid #363636;
  border-left: 1px solid #080808;
  height: 50px;
  margin: 0;
}
.navbar-right {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu:before {
    content: '';
    position: relative;
    z-index: 10601;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    left: 8px;
  }
  .navbar-nav.navbar-right .dropdown-menu:before {
    left: auto;
    right: 12px;
  }
}
.dropdown-menu > li {
  margin-right: .5em;
  margin-left: .5em;
}
.dropdown-menu > li > a {
  padding: 6px 7px;
  font-size: 13px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3bb4f2;
}
.caret {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.open .caret {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-tip-area .header-tips {
  border-radius: 20px;
}
.common-upload-section .uploadForm {
  margin-top: 10px;
}
.common-upload-section .uploadForm .uploadFile {
  width: 75px;
  margin-right: 25px;
  display: inline-block;
}
.common-upload-section .uploadForm .btn-img-upload {
  margin-right: 10px;
}
.common-upload-section .img-container,
.common-upload-section .file-container {
  min-width: 150px;
  max-width: 300px;
  min-height: 150px;
  border: 1px solid silver;
  margin-top: 15px;
}
.common-upload-section .img-container img,
.common-upload-section .file-container img {
  width: 100%;
  height: auto;
}
.common-multi-upload-section .uploadForm {
  margin-top: 10px;
}
.common-multi-upload-section .uploadForm .uploadFile {
  width: 75px;
  margin-right: 25px;
  display: inline-block;
}
.common-multi-upload-section .uploadForm .btn-img-upload {
  margin-right: 10px;
}
.common-multi-upload-section .img-container {
  border: 0px solid silver;
  width: 100%;
  min-height: 150px;
  margin-top: 15px;
}
.common-multi-upload-section .img-container .img-item {
  float: left;
  position: relative;
  width: 375px;
  border: 1px solid silver;
  margin-right: 20px;
  margin-top: 10px;
}
.common-multi-upload-section .img-container .img-item .img-index {
  position: absolute;
  left: -15px;
  top: 0;
  color: #967aff;
  text-align: right;
}
.common-multi-upload-section .img-container .img-item .img-actions {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.54902);
  color: #eed1ff;
  text-align: right;
  display: none;
}
.common-multi-upload-section .img-container .img-item .img-actions b {
  cursor: pointer;
  margin-right: 10px;
}
.common-multi-upload-section .img-container .img-item a {
  display: block;
}
.common-multi-upload-section .img-container .img-item img {
  width: 100%;
  height: 210px;
  border: 0;
}
.common-multi-upload-section .img-container .has-img:hover .img-actions {
  display: block;
}
.common-multi-upload-section .img-container .no-img {
  display: none;
}
/*Notify*/
.notify-container {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.6);
  width: 320px;
  z-index: 9999;
}
.notify-top-right,
.notify-top-left,
.notify-top-center {
  top: 0px;
  border-width: 0 3px 3px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
.notify-bottom-right,
.notify-bottom-left,
.notify-bottom-center {
  bottom: -2px;
  border-width: 3px 3px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
.notify-top-right,
.notify-bottom-right {
  right: 20px;
}
.notify-top-left,
.notify-bottom-left {
  left: 20px;
}
.notify-top-center,
.notify-bottom-center {
  left: 50%;
  margin-left: -160px;
}
.notify-item {
  position: relative;
  display: none;
  height: auto !important;
  padding: 10px;
  color: #555;
}
.notify-item.notify-error {
  color: #C62626;
}
.notify-item.notify-success {
  color: #7fae00;
}
.notify-item.notify-info {
  color: #00a6fc;
}
.notify-item.notify-warning {
  color: #f0ad4e;
}
.notify-close {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.notify-close:hover,
.notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.notify-message {
  padding-right: 20px;
  padding-left: 14px;
  text-align: center;
  font-weight: 700;
}
.notify-top-right .notify-item,
.notify-top-left .notify-item,
.notify-top-center .notify-item {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-bottom-right .notify-item,
.notify-bottom-left .notify-item,
.notify-bottom-center .notify-item {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-top-right .notify-item:last-child,
.notify-top-left .notify-item:last-child,
.notify-top-center .notify-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.notify-bottom-right .notify-item:first-child,
.notify-bottom-left .notify-item:first-child,
.notify-bottom-center .notify-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
/*pagination*/
.pagination-section {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.common-ui-pagination {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
}
.common-ui-pagination .page-per {
  float: left;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .page-skip {
  float: right;
  height: 36px;
  line-height: 36px;
  margin-left: 15px;
}
.common-ui-pagination .page-skip .page-skip-input {
  width: 60px;
  margin: 0 5px;
  height: 30px;
  display: inline-block;
}
.common-ui-pagination .page-skip .page-skip-btn {
  margin-left: 5px;
  height: 30px;
  padding: 2px 8px;
}
.common-ui-pagination .page-list {
  float: right;
}
.common-ui-pagination .page-msg {
  float: right;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .pagination {
  margin: 0 0 0 10px;
  overflow: hidden;
  zoom: 1;
  *margin: 0;
}
.common-ui-pagination .pagination .page-item {
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.common-ui-pagination .pagination .page-item a {
  color: #3bb4f2;
}
.common-ui-pagination .pagination .page-active a {
  cursor: default;
  color: #3bb4f2;
  background-color: #eee;
  border-color: #ddd;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #3bb4f2;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3bb4f2, 0 0 5px #3bb4f2;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #3bb4f2;
  border-left-color: #3bb4f2;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*开关按钮*/
#div1 {
  width: 40px;
  height: 23px;
  border-radius: 50px;
  position: relative;
}
#div2 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.open1 {
  background: rgba(0, 184, 0, 0.8);
}
.open2 {
  top: 0;
  right: 0;
}
.close1 {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-left: transparent;
}
.close2 {
  left: 0px;
  top: -2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#checkbox-title {
  top: -8px;
  position: absolute;
}
.checkbox-box {
  margin-left: 10px;
}
.line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.ruleeditadd-submit-box {
  margin: 20px;
}
.readonly {
  border: none;
  background: none;
  outline: none;
  border: 0px;
}
.log-dialog-modal .modal-dialog {
  width: 1000px;
}
.com-modal-dialog-middle .modal-dialog {
  width: 750px;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
/*end*/
/*规则条件的提示css样式*/
#page-data-ruleslist-ruleedit .form-horizontal .form-group .error-msg {
  position: absolute;
  left: 0;
  font-size: 12px;
}
/*菜单*/
.mobile {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.mobile-inner {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fafafa;
  position: relative;
}
.mobile-inner img {
  width: 100%;
  margin-bottom: 30px;
}
.mobile-inner p {
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0px;
}
.mobile-inner-header {
  height: 50px;
  position: absolute;
  top: 2px;
  right: 0px;
}
.mobile-inner-header-icon {
  color: #0081cc;
  height: 50px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 50px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon span {
  position: absolute;
  left: calc(37.5%);
  top: calc(49.5%);
  width: 25px;
  height: 1px;
  background-color: #0081cc;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.head-middle {
  width: 70%;
  text-align: center;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-right {
  float: right;
  text-align: center;
  width: 15%;
}
.app-hide-list i {
  margin-right: 5px;
}
.app-hide-list {
  background: #f5f5f5;
  margin: 5px 0;
  color: #333333;
}
.app-slide-menu .mdui-list-item-content {
  text-align: left;
  padding-left: .8em;
}
.app-collapse-menu {
  margin: 0 16px;
}
.app-list-home {
  padding: 0;
  margin: 5px 0 10px;
  background: #00b355;
}
.app-list-home:hover {
  background: #00b355;
}
.app-list-home i {
  margin-top: -3px;
  margin-right: 5px;
  color: #fff;
}
.app-list-home a {
  color: #fff;
}
.app-list-item-link {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
}
.mdui-collapse-item-body .app-sub-list {
  padding: 0 ;
  margin: 8px;
  background: #fff;
}
.mdui-collapse-item-body .app-sub-list a {
  padding-left: 23px;
}
.menu-click {
  background: #f2f2f2;
}
.mdui-icon {
  background: url(/static/images/rightarrow_130991e.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 0.7rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.operate-box {
  border-top: 1px solid #f2f2f2;
}
.operate-box .btn-search {
  background-color: #0d967d;
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.operate-box .btn-verify {
  background-color: #ec971f;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.wm-tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
}
.wm-tag-yu {
  background-color: #FFCD41;
}
.community-checkbox-input {
  height: 300px;
  overflow-y: scroll;
}
.qrcode-bigshow-jconfirm .jconfirm-box {
  margin-top: 100px !important;
}
.qrcode-bigshow-jconfirm canvas {
  width: 300px !important;
  height: 300px !important;
}
.img-preview-container img:hover {
  cursor: pointer;
}
.d-flex {
  display: flex;
}
.d-flex > label {
  white-space: nowrap;
}
.visiable-hide {
  visibility: hidden;
  transition: left 0 !important;
}
