/*reset[[*/
#app {
  height: 100%;
}
.pages-fade-transition {
  height: 100%;
  overflow-y: auto;
}
@font-face {
  font-family: 'fonticon';
  src: url(../images/iconfont.woff); 
}
.fonticon {
  font-family: 'fonticon';
  font-size: 16px;
  font-style: normal; 
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
body {
  margin: 0;
  color: #666;
  height: 100%;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  font-family: "Microsoft Yahei";
  background-color: #f2f2f2;
}
em {
	font-style: normal;
}
div,
span,
p,
a,
h1,
h2,
h3,
input,
textarea,
ul,
li,
label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-weight: normal;
}
label,
input,
button,
select,
textarea {
  border-radius: 0;
  font-weight: normal;
  font-family: "Microsoft Yahei";
}
a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
/*火狐去除箭头 */
input[type="number"] {
    -moz-appearance: textfield;
}
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px white inset !important;
}
.not_click{
	pointer-events:none;
}
.vertical-center{
	display: flex;
  align-items: center;
}
.center-horizontally{
	display: flex;
  flex-direction: column-reverse;
}
/*reset]]*/
/*reset - bootstrap*/
.hide {
  display: none;
}
.w-2 {
  width: 1.4285rem;
}
.w-3 {
  width: 2.1428rem;
}
.w-4 {
  width: 2.8571rem;
}
.w-5 {
  width: 3.5714rem;
}
.w-6 {
  width: 4.2857rem;
}
.w-7 {
  width: 5.1428rem;
}
.w-8 {
  width: 5.7142rem;
}
.w-9 {
  width: 6.4285rem;
}
.w-10 {
  width: 7.1485rem;
}
.w-11 {
	width: 7.8571rem;
}
.w-12 {
  width: 8.5714rem;
}
.w-14 {
  width: 10rem;
}
.w-16 {
  width: 11.4285rem;
}
.w-18 {
  width: 12.8571rem;
}
.w-20 {
  width: 14.2857rem;
}
.w-22 {
  width: 15.7142rem;
}
.w-24 {
  width: 17.1428rem;
}
.w-26 {
  width: 18.5714rem;
}
.w-28 {
  width: 20rem;
}
.w-30 {
  width: 21.4285rem;
}
.w-auto {
  width: 100%;
}
.mt {
  margin-top: 10px;
}
.ml-5 {
	margin-left: 5px;
}
.ml {
  margin-left: 10px;
}
.mr {
  margin-right: 10px;
}
.mb {
  margin-bottom: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.ml-2 {
  margin-left: 20px;
}
.mr-2 {
  margin-right: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
/*input*/
input[type=text] {
  outline: 0;
}
input::placeholder {
  color: #ccc;
}
.input-tab input {
  height: 34px;
  border: 0;
  color: #666;
  font-size: 15px;
  padding: 8px 10px;
  line-height: 20px;
}
/*input*/

button,.btn {
  outline: none;
  border-radius: 0;
}

.btn:visited {
  outline: none;
}
a.btn {
  padding: 0 2px;
  font-size: 14px;
  vertical-align: top;
  line-height: 32px;
}
a.btn-sm {
  line-height: 28px;
  font-size: 14px;
}
a.btn-lg {
  line-height: 40px;
  font-size: 16px;
}
a.btn-mini {
  line-height: 22px;
  font-size: 12px;
  margin-top: 4px;
}
a.btn-lit {
  line-height: 18px;
  font-size: 12px;
}
a.btn-auto {
  padding: 0 15px;
}
.btn-upload {
  color: #fff;
  border: 1px solid #1FB9F0;
  background-color: #27c6ff;
}
.btn-upload:hover {
  color: #fff;
  background-color: #1EBFF8;
}
.btn-upload:focus,
.btn-upload:active,
.btn-upload.active {
  color: #fff;
  border: 1px solid #1FB9F0;
  background-color: #27c6ff;
}
.btn-primary {
  border-color: #009688;
  background-color: #009688;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.btn-primary:hover {
  border-color: #1baa9c;
  background-color: #1baa9c;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  border: 1px solid #1baa9c;
  background-color: #1baa9c;
}
.btn-warning {
  border-color: #ef9438;
  background-color: #ef9438;
}
.btn-warning:hover {
  border-color: #d77d09;
  background-color: #f08904;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  border: 1px solid #d77d09;
  background-color: #f08904;
}
.btn-default {
  color: #666;
  border: 1px solid #e6e6e6;
}
a.btn-del {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #bbb;
}
a.btn-del:hover {
  background-color: #E53E49;
  border-color: #c7222c;
}
.form-group:after {
  display: block;
  content: "";
  clear: both;
}
.form-group .input-group {
  float: left;
}
.form-group .btn-group {
  float: left;
  padding-right: 21px;
  margin-right: 5px;
}
.form-group .btn-group > button:first-child {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
}
.form-group .btn-group > button:first-child:hover {
  cursor: default;
  background-color: #fff;
  border-color: #ccc;
}
.form-group .btn-group > button:first-child:active {
  box-shadow: none;
}
.form-group .btn-group .dropdown-toggle {
  right: 0;
  position: absolute;
}
.form-group .btn-group.w-18 .dropdown-menu {
  min-width: 180px;
}
.form-group .btn-group.w-20 .dropdown-menu {
  min-width: 200px;
}
.radio-inline {
  padding-top: 6px;
}
.btn-group > button:first-child {
  text-align: left;
}
.btn-group .dropdown-menu {
  max-height: 142px;
  top: 31px;
  overflow: auto;
}
.btn-group .dropdown-menu a {
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.check-group input {
  margin-top: 4px;
  vertical-align: top;
}
.radio-group input {
  margin-top: 3px;
  vertical-align: top;
}
.lab-checkbox {
  margin: 0;
  vertical-align: top;
  line-height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  margin-top: 6px;
  font-weight: normal;
}
.lab-checkbox input {
  margin-top: 3px;
  vertical-align: top;
}
.form-control {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.control-label {
  float: left;
  line-height: 34px;
  text-align: right;
  padding-right: 6px;
}
.form-group.mb {
  margin-bottom: 10px;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
/*icon*/
/*+*/
.i-add {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
}
.i-add:active {
  background-color: #fafafa;
}
.i-add:after {
  position: absolute;
  display: block;
  content: " ";
  width: 2px;
  height: 16px;
  left: 13px;
  top: 6px;
  background-color: #bbb;
}
.i-add:before {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 2px;
  left: 6px;
  top: 13px;
  background-color: #bbb;
}
.i-add.addActive {
  background-color: #fff;
}
/*-*/
.i-sub {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
}
.i-sub:active {
  background-color: #fafafa;
}
.i-sub:after {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 2px;
  left: 6px;
  top: 13px;
  background-color: #bbb;
}
.i-sub.subActive {
  background-color: #fff;
}
.i-turn-r,
.i-turn-l,
.i-turn-t,
.i-turn-b {
  position: relative;
  display: block;
  min-width: 30px;
  min-height: 30px;
  padding-right: 30px;
}
.i-turn-r:after,
.i-turn-l:after,
.i-turn-t:after,
.i-turn-b:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 12px;
  right: 12px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.i-turn-r:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.i-turn-l:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.i-turn-t:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.i-turn-b:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.modal-open {
/*  padding-right: 17px !important;*/
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/
.page {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.pagination { 
  margin: 0;
}
.pagination a {
  display: inline-block;
  height: 26px;
  color: #999;
  padding: 0 6px;
  font-size: 12px;
  min-width: 26px;
  margin-left: 4px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ddd;
}
.pagination a.active,
.pagination a.active:hover {
  background-color: #0fb7db;
  color: #fff;
  border-color: #0fb7db;
}
.pagination a:hover {
  background-color: #fff;
  color: #028dea;
  border-color: #028dea;
}
.pagination span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  mine-width: 26px;
  text-align: center;
  padding: 0 4px;
  font-size: 12px;
  line-height: 26px;
  color: #999;
}
input[type="number"].point-page {
  width: 42px;
  margin-left: 8px;
  text-align: center;
  height: 26px;
  line-height: 18px;
  border-radius: 0;
  border: 1px solid #c1d2f0;
  outline: 0;
  font-size: 12px;
  vertical-align: top;
}
.btn-page {
  height: 28px;
  border-radius: 0;
  line-height: 28px;
  padding: 0 8px;
  margin: 0 0 ;
}
input[type="number"].point-page-max {
  width: 42px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  height: 24px;
  border-radius: 0;
}
.btn-page-max {
  height: 34px;
  border-radius: 0;
}
.pagination-max {
  height: 34px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
}
.pagination-max a {
  display: inline-block;
  margin-left: 8px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #c1d2f0;
  padding-left: 14px;
  padding-right: 14px;
}
.pagination-max a.active {
  background-color: #0fb7db;
  color: #fff;
  border-color: #0fb7db;
}
.pagination-max a:hover {
  background-color: #fe8f00;
  color: #fff;
  border-color: #fe8f00;
}
.pagination .btn-group{
	vertical-align:top;
}
.pagination button.btn{
	padding:2px 12px;
}
.pagination .dropdown-menu>li>a{
	font-size:14px;
	text-align:left;
	border:none;
}
.pagination .dropdown-menu{
	width:70px;
	min-width:80px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.modal-open {
  overflow-y: hidden;
}
.modal-dialog {
  padding-top: 10px;
  width: auto;
}
.modal {
  overflow: hidden;
  z-index: 9999;
}
.modal .modal-content {
  height: auto;
  overflow: hidden;
}
.modal .modal-footer {
  margin-top: 0;
}
.modal .modal-header {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
      height: 35px;
    line-height: 35px;
  position: relative;
  cursor: move;
}
.modal .modal-header > span.tit {
  display: none;
  font-weight: normal;
}
.modal .modal-header > a {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  right: 7px;
  top: 7px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #bbb;
}
.modal .modal-header > a:hover {
  border-color: #c7222c;
  background-color: #E53E49;
}
.modal .modal-header .close {
  opacity: 1;
}
.modal .modal-footer {
  padding: 15px;
}
.modal .modal-body {
  padding-top: 0;
  min-height: 100px;
}
.modal.tit .modal-header {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.modal.tit .modal-header > span.tit {
  display: block;
}
.modal.tit .modal-body {
  padding-top: 15px;
}
.modal.tit.info .modal-header {
  color: #fff;
  background-color: #0b9fbf;
  border-bottom: 1px solid #0b9fbf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal.tit.info .modal-header > a {
  line-height: 14px;
  font-size: 0;
  border: 0;
  background: url(../images/program_icon.svg) no-repeat -16px -1858px;
  width: 28px;
  height: 28px;
}
.modal.tit.info .modal-header > a:hover {
  background-position:-58px -1858px;
}
.modal.medium-modal .modal-footer {
  margin-top: 0;
  padding: 15px;
  text-align: left;
}
.size-30 > .modal-dialog,
.size-30 > div > div.modal-content {
  width: 300px;
}
.size-35 > .modal-dialog,
.size-35 > div > div.modal-content {
  width: 350px;
}
.size-40 > .modal-dialog,
.size-40 > div > div.modal-content {
  width: 400px;
}
.size-45 > .modal-dialog,
.size-45 > div > div.modal-content {
  width: 450px;
}
.size-60 > .modal-dialog,
.size-60 > div > div.modal-content {
  width: 600px;
}
.size-75 > div.modal-dialog,
.size-75 > div > div.modal-content {
  width: 750px;
}
.size-100 > div.modal-dialog,
.size-100 > div > div.modal-content {
  width: 1000px;
}
.size-120 > div.modal-dialog,
.size-120 > div > div.modal-content {
  width: 1200px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.table {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 0;
}
.table td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  text-align: center;
  font-weight: normal;
  background-color: #deeaff;
  border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
  padding: 6px 8px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼*/
.tab-list {
  position: relative;
  padding-top: 40px;
/*  border: 1px solid #ddd;*/
}
.tab-list > .tit {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #666;
  background-color: #deeaff;
}
.tab-list > .tit li {
  float: left;
  text-align: center;
  height: 100%;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}
.tab-list .list {
  height: 400px;
  overflow-y: scroll;
}
/*.tab-list .pagination {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}*/
.tab-list .group.open ul {
  display: block;
}
.tab-list .group.open .group-switch:after {
  background-position: -1px 6px;
}
.tab-list .group ul {
  display: none;
}
.tab-list .group li {
  height: 34px;
  display: block;
  line-height: 34px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  /*display: flex;*/
}
.tab-list .tit ul{
	padding-left: 20px;
	height: 100%;
}
.tab-list .group li > a {
  display: block;
  height: 34px;
  color: #666;
  line-height: 34px;
  text-decoration: none;
  font-size: 0;
}
.tab-list .group li > a:hover {
  background-color: #f9f9f9;
}
.tab-list .group li label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.tab-list .group li input[type="checkbox"] {
  margin-top: 12px;
  margin-right: 2px;
  vertical-align: top;
}
.tab-list .group li span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 0 6px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-list .group-switch {
  display: block;
  height: 35px;
  font-size: 0;
  line-height: 34px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.tab-list .groupname{height: 34px;background:#eaeaea;border-bottom: 1px solid #cecece;}
.tab-list .groupname label{
    color: #00b300;
    font-size: 12px;
    padding: 0px 4px;
	line-height:30px;
	display: inline-table;
    float: left;
}
.tab-list .groupname .program-his-open-close{
	float:left;
}
.tab-list .groupname input{
    vertical-align: top;
    margin-top: 11px;
}
.tab-list .group-switch input {
  margin-top: 11px;
  margin-right: 2px;
  vertical-align: top;
}
.tab-list .group-switch label {
  padding: 0 3px;
  font-size: 14px;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.groupname:before{
  content: "";
  width: 30px;
  height: 34px;
  vertical-align: top;
  display: inline-block;
  background-image: url(../images/triangle.svg);
  background-repeat: no-repeat;
  background-position: 8px -16px;
  float:left;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.groupname.open:before{
  background-position: 6px 6px;
}
.tab-list .group-switch:before{
    content: "";
    width: 30px;
    height: 34px;
    vertical-align: top;
    display: inline-block;
    background-image: url(../images/open_close_icon.png);
    background-repeat: no-repeat;
    background-position: 8px -160px;
    cursor: pointer;
    border-right: 1px solid #ddd;
}
.tab-list .open .group-switch:before {
  background-position: 8px 12px;
}
.input-group .error {
  border-color: red;
}
.input-group .error:focus {
  box-shadow: 0 0 4px #ff6363;
}
.input-group:hover label.error {
  font-size: 14px;
  display: block !important;
}
.input-group label.error {
  display: block !important;
  position: absolute;
  right: -195px;
  top: 0;
  color: #fff;
  width: inherit;
  font-size: 14px;
  padding: 0 8px 0 16px;
  z-index: 99;
  line-height: 34px;
  /*background-image: url(../images/tip.png);
  background-repeat: no-repeat;
  background-position: 0 0px;*/
  background: #fe8f00;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.input-group label.error:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fe8f00;
	position: absolute;
	left: -9px;
	top: 5px;
}
.input-group label.error.show {
  font-size: 14px;
  display: block !important;
}
#cont {
	line-height: 20px;
	margin: 10px 0;
}
.file-btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 3px;
	margin-left: 5px;
	color: #FFFFFF;
	background-color: #0080D4;
	text-align: center;
	line-height: 30px;
}
.file-input {
	position: absolute;
	opacity: 0;
}
em.file-name {
	padding-left: 5px;
}
.risk {
	position: relative;
	display: inline-block;
  padding-right: 10px;
}
.risk:before {
	display: block;
	content: ":";
	height: 100%;
	width: 1px;
	position: absolute;
	right: 6px;
}

/**单选/复选框美化-start**/
.radio-box,.checkbox-box {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.radio-input, .checkbox-input {
	position: relative;
	z-index: 1;
	opacity: 0;
}
.radio-icon, .checkbox-icon {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}
.checkbox-icon {
	border-radius: 3px;
}
.radio-icon {
	border-radius: 50%;
}
.radio-input:checked + .radio-icon, .checkbox-input:checked + .checkbox-icon {
	border: 1px solid #1890ff;
}
.checkbox-input:checked + .checkbox-icon:before {
	display: block;
    content: "";
    width: 8px;
    height: 4px;
    border: 1px solid #1890ff;
    border-top: none;
    border-right: none;
    position: absolute;
    transform: rotate(-45deg);
    top: 3px;
    left: 2px;
}
.radio-input:checked + .radio-icon:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #1890ff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/**单选/复选框美化-end**/

/**--滑动选择 start--**/
.slide-select-box .slide-box {
	width: 36px;
	height: 18px;
	border-radius: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
.slide-select-box span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}
.slide-select-box .slide-input {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	margin: 0;
	cursor: pointer;
}
.slide-select-box .slide-icon {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	background: #DDDDDD;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	
}
.slide-select-box .slide-icon:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #009C27;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px #333;
	transition: 0.5s;
}
.slide-input:checked + .slide-icon {
	background: #009C27;
	transition: 0.5s;
}
.slide-input:checked + .slide-icon:before {
	left: 50%;
	transition: 0.5s;
}

/**--滑动选择 end--**/
.scrollbar-box {
	position: relative;
	border-radius: 4px;
}
.scrollbar-box .scrollbar_track {
	width: 9px;
	border-radius: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: #eee;
	border: 1px solid #ddd;
}
.scrollbar-box .scrollbar_pane {
	width: 96%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 10px;
}
.scrollbar-box .scrollbar_handle {
	width: 7px;
	border-radius: 7px;
	background: #8f8f8f;
	position: absolute;
	top: 0;
	left: 0.5px;
}
.gm-emptyTemplate{
	width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.back-upper-level {
    display: block;
    float: left;
    position: relative;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #848484;
    font-size: 18px;
    border-right: 1px solid #bbb;
}
.point-icon {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    line-height: 29px;
    padding-right: 25px;
}
.point-icon a {
    color: #666;
    cursor: default;
    padding-left: 5px;
    height: 100%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb>li+li:before {
    display: block !important;
    content: "" !important;
    clear: both !important;
}
.point-icon .icon-right {
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/next_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}
.breadcrumb>li:hover {
	/* background: rgb(242 242 242); */
}
.breadcrumb>li:hover .icon-right {
	/* border-left: 1px solid #c5c5c5; */
}
.breadcrumb>li .icon-right:hover {
	/* background-color: rgb(230 230 230); */
}
.breadcrumb>li a {
	/* overflow: initial; */
}
.input-error {
	border: 1px solid red;
}
.change-lang-base {
	display: inline-block;
	position: relative;
	height: 40px;
	padding-top: 5px;
}

.change-lang-base .select-language span {
	width: 38px;
	height: 32px;
	display: inline-block;
	font-size: 0;
	background: url(../images/language_icon.png) no-repeat;
	background-size: 32px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 1 !important;
}

.change-lang-base .select-language span[type="en"] {

}
.change-lang-base .select-language span[type="zh-cn"] {
	background-position: 0 -63px;
}
.change-lang-base .select-language span[type="zh-cht"] {
	background-position: 0 -129px;
}

.change-lang-base .language-list, .change-bg .bg-list {
	width: 100px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 40px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
}
.select-language {
	float: left;
}
.change-lang-base:hover .language-list, .change-bg:hover .bg-list {
	min-height: 120px;
	height: auto;
	transition: .5s;
	padding-top: 3px;
	border-bottom: 1px solid #d2d2d2;
}
.change-lang-base .language-list li, .change-bg .bg-list li {
	color: #333;
	padding: 15px;
	margin-top: 0;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	border-top: none;
	line-height: 14px;
}
.change-lang-base .language-list li:first-child, .change-bg .bg-list li:first-child {
	border-top: 1px solid #d2d2d2;
}
.change-lang-base .language-list li:hover, .change-bg .bg-list li:hover {
	background-color: #e6e6e6;
}

.change-bg {
	height: 40px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	margin-right: 6px;
	padding-left: 12px;
	position: relative;
	cursor: pointer;
}
.change-bg::before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #d7d7d7;
}
.change-bg span {
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 1 !important;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
}
.change-bg span[type="black"] {
	background-color: #20222A;
}
.change-bg span[type="blue"] {
	background-color: #00aaff;	
}
.change-bg .bg-list li {
	padding: 10px;
	padding-left: 40px;
	line-height: 20px;
	position: relative;
}
.change-bg .bg-list li::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
}
.change-bg .bg-list li[type="black"]::before {
	background-color: #20222A;
}
.change-bg .bg-list li[type="blue"]::before {
	background-color: #00aaff;
}
.change-bg .bg-list li[type="purple"]::before {
	background-color: #50314F;
}
.table-wrap .gm-checkbox-wrapper .gm-checkbox .gm-checkbox-inner:after {
	display: block !important;
}

.scroll-box {
	width: 100%;
	height: 5px;
	border-radius: 5px; 
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #eee;
	border: 1px solid #ddd;
	display: none;
}
.scroll-rail {
	width: 50%;
	height: 3px;
	border-radius: 3px;
	background: #8f8f8f;
	position: absolute;
	top: 0;
	left: 0;
}
.i_close{
		background: url(../images/i_colse.png) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    cursor: pointer;
   display: none;
}
.gm-checkbox.gray {
	cursor: pointer;
}
.gray {
	-webkit-filter: grayscale(100%); /* webkit */
	-moz-filter: grayscale(100%); /*firefox*/
	-ms-filter: grayscale(100%); /*ie9*/
	-o-filter: grayscale(100%); /*opera*/
	filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
	filter:gray; /*ie9- */
	cursor: no-drop;
}
.gray > label {
	cursor: no-drop;
}
.gray .gm-checkbox-inner {
	background-color: #1890ff;
	border-color: #1890ff;
}
.gray .gm-checkbox-inner::after {
	display: block;
	position: absolute;
	transform: rotate(45deg) scale(1);
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	content: " ";
}
.list-con {
	padding: 10px;
}
.crumb {
	height: 35px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	line-height: 35px;
	padding: 0 10px;
}
.crumb .crumb-child {
	display: inline-block;
	position: relative;
	padding: 0 15px 0 6px;
}
.crumb .crumb-child::before {
	display: block;
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
.crumb .crumb-child:last-child::before {
	display: none;
}
.dialogMask {
	position:fixed;
	width:100%;
	background:#000;
	height:100%;
	top:0;
	left:0;
	z-index:19998;
}
.dialoghmMask{
  position:fixed;
  width:100%;
  background:#000;
  height:100%;
  top:0;
  left:0;
  z-index:9;
}
#dialogLoad {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 99998;
	border-radius: 5px;
	padding-top: 38px;
	margin-top: -50px;
	margin-left: -50px;
}
.dialogBox {
	position: fixed;
	width: 400px;
	height: 200px;
	background: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 4px #ddd;
}
.dialogBox .title {
	height:38px;
	border-bottom:1px solid #e6e6e6;
	line-height:38px;
	padding:0 20px;
	background-color: #f2f2f2;
}
.dialogBox .title a {
	float:right;
	font-size:18px;
	width:20px;
	text-align:center;
	font-weight:bold;
	color:#747474;
}
.dialogBox .auth_time {
	text-align:right;
	padding-right:10px;
	height:28px;
	line-height:28px;
	font-size:12px;
}
.dialogBox .auth_time font {
	color: #f30303;
}
.dialogBox .dialog-main {
	 text-align:center;
	 height:115px;
	 border-bottom:1px solid #e6e6e6;
}
.dialogBox .dialog-main img{
	display:block;
	width:57px;
	height:57px;
	margin:20px auto 10px;
}
.dialogBox .dialog-main span {
	font-size: 16px;
}

/*单位设备分组树状*/

.dev-group-nav {
	width: 300px;
	z-index: 9;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.dev-group-box .nav-title {
	padding: 10px;
	background-color: #f6f6f6;
	font-size: 13px;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}
.nav-title .nav-search-box {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 8px;
}
.nav-title .nav-search-box input {
	border: 1px solid #e6e6e6;
	height: 25px;
	padding-left: 5px;
	display: none;
	vertical-align: middle;
}
.nav-title span {
	display: inline-block;
	width: 26px;
	height: 25px;
	cursor: pointer;
	vertical-align: middle;
}
.nav-title .search-clear {
	position: absolute;
	top: 0;
	right: 30px;
	background-image: url(../images/register-close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	display: none;
}
.nav-title span.search-clear:hover {
	background-color: #f4f2f2;
	border: 1px solid #e6e6e6;
}
.nav-title .nav-search-icon[type="search"] {
	background-image: url(../images/nav_search.png);
	background-repeat: no-repeat;
	background-size: 20px;
	transition: .5s;
	background-position: 3px 5px;
}
.nav-title .nav-search-icon[type="close"] {
	background-image: url(../images/nav_search.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: 4px -28px;
	transition: .5s;
}

.dev-group-box .active-group-dev {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	line-height: 40px;
	text-align: center;
}
.dev-group-box .active-group-dev .active-online-dev {
	color: #4DDDD0;
}
.nav-title .nav-narrow {
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url(../images/narrow.png) no-repeat;
	background-size: 23px;
	background-position: 2px -3px;
	position: absolute;
	top: 6px;
	right: 7px;
	cursor: pointer;
	z-index: 9;
}
.nav-title span:hover {
	background-color: #eaeaea;
}
.dev-nav-list li {
	padding-left: 20px;
}
.dev-nav-list .more {
	width: 100%;
	height: 30px;
	cursor: pointer;
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
	color: #9c9c9c;
}
.dev-nav-list .more i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/dev_nav_icon.png) no-repeat;
	background-size: 12px;
	transform: rotate(180deg);
	vertical-align: text-top;
}
.dev-group-box .dev-nav-list {
	height: calc(100% - 38px);
	padding: 0 20px 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
.dev-group-box .devgroup-child-list {
	position: relative;
}
.dev-group-box .devgroup-child-list::before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #BBBBBB;
	position: absolute;
	top: -19px;
	left: -14px;
	z-index: 1;
}
.dev-nav-list > li > ul::after {
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #BBBBBB;
	position: absolute;
	bottom: 19px;
	left: -14px;
	z-index: 1;
}
.dev-nav-list > li > ul ul::after {
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #BBBBBB;
	position: absolute;
	bottom: 19px;
	left: -14px;
	z-index: 1;
}
.dev-group-box .nav-name {
	position: relative;
	padding: 7px 0 7px 20px;
	cursor: pointer;
	text-align: left;
}

.dev-group-box .nav-name .expand {
	font-style: normal;
	display: block;
	width: 13px;
	height: 13px;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 8px;
	left: -20px;
	z-index: 2;
}
.dev-group-box .nav-name::after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/unit_icon.png) no-repeat;
	background-size: 20px;
	background-position: -3px -3px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 2;

}
.dev-group-box .nav-name.down::after {
	background: url(../images/unit_icon.png) no-repeat;
	background-size: 20px;
	background-position: -3px -3px;
}

.dev-group-box .nav-name .expand::before {
	display: block;
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 10px;
	text-align: center;
}
.dev-group-box .nav-name.down .expand::before {
	content: "+";
	line-height: 10px;
}
.dev-group-box .devgroup-child-list li {
	position: relative;
}
.dev-group-box .devgroup-child-list li::before {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background-color: #BBBBBB;
	position: absolute;
	top: 14px;
	left: -13px;
	z-index: 1;
}
.dev-group-box .nav-name span {
	position: relative;
	z-index: 2;
}
.dev-group-box .nav-name.active span, .dev-group-box .nav-name:hover span {
	/* color: #FFFFFF; */
}
.dev-group-box .nav-name.active::before {
	display: block;
	content: "";
	width: 300%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -150%;
	z-index: 0;
}
.dev-group-box .nav-name:hover::before {
	display: block;
	content: "";
	width: 300%;
	height: 100%;
	background-color: #48e2b12e;
	position: absolute;
	top: 0;
	left: -150%;
	z-index: 0;
}
.dev-group-box .nav-name.active + ul::before, 
.dev-group-box .nav-name.active + ul ul::before, 
.dev-group-box .nav-name.active + ul li::before,
.dev-nav-list > li .nav-name.active + ul::after,
.dev-group-box .nav-name.active + ul ul::after {
	background-color: #009688;
}

.dev-group-box .nav-name:hover + ul::before, 
.dev-group-box .nav-name:hover + ul ul::before, 
.dev-group-box .nav-name:hover + ul li::before,
.dev-nav-list > li .nav-name:hover + ul::after,
.dev-group-box .nav-name:hover + ul ul::after {
	background-color: #2fd89e !important;
}
.dev-group-box .nav-name.none_child + ul::after {
	display: none;
}
.devgroup-child-list ul {
	display: none;
}
.navunit-scroll-box, .echart-scroll-box {
	width: 8px;
	height: calc(100% - 37px);
	border-radius: 5px; 
	position: absolute;
	top: 37px;
	right: 0;
	background: #eee;
	border: 1px solid #ddd;
	display: none;
}
.navunit-scroll-rail, .echart-scroll-rail {
	width: 6px;
	height: 100%;
	border-radius: 3px;
	background: #8f8f8f;
	position: absolute;
	top: 0;
	right: 0;
}
/* .navunitX-scroll-box {
	width: 100%;
	height: 5px;
	border-radius: 5px; 
	position: absolute;
	bottom: 0;
	left: 0;
	background: #eee;
	border: 1px solid #ddd;
	display: none;
}
.navunitX-scroll-rail {
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: #8f8f8f;
	position: absolute;
	bottom: 0;
	left: 0;
} */
.unit-nav-amplify {
	width: 30px;
	height: 30px;
	background: url(../images/amplify.png) no-repeat;
	background-size: 15px;
	background-position: 8px 8px;
	position: absolute;
	bottom: 6px;
	left: 0;
	cursor: pointer;
	display: none;
}
.progress-bar-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 99999;
}
.progress-bar-box {
	width: 500px;
	height: 16px;
	border-radius: 10px;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}
.progress-bar {
	width: 50px;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #009688;
}
.progress-bar span {
	display: inline-block;
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	line-height: 14px;
}
.cmd-readback {
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-user-select: text;
	user-select: text;
}
.cmd-readback.hover {
	position: fixed;
	top: 208px;
	right: 26px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
	white-space: break-spaces;
	min-height: 38px;
	text-align: center;
}
body .jconfirm {
	z-index: 99998;
}
.ser-unit-btnbox {
	padding: 2px;
}
.ser-unit-btnbox > div {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: calc(100% - 61px);
}
.ser-unit-btnbox .ser-unit-btn {
	width: 30px;
	height: 30px;
	background: url(../images/next_icon.png) no-repeat center;
	background-size: 15px;
	border: none;
	float: right;
}
.ser-unit-btnbox .ser-unit-btn[data-type="pre"] {
	transform: rotate(180deg);
	float: left;
}
.select-list {
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
	box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
}
.send-details-box {
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	background: #FFFFFF;
	z-index: 1;
	display: none;
	padding: 0 10px 0 30px;
	box-shadow: 1px 2px 2px #ddd;
}
.send-details-box span {
	display: inline-block;
	padding: 2px 5px;
	width: 16%;
}
.send-details-box p {
	margin: 5px 0;
}
.send-details-box .title {
	margin-top: 10px;
}
.table-code-box table {
	user-select: text;
	-webkit-user-select: text;
}
.dev-loading {
	width: 100%;
	height: 100%;
	min-height: 50px;
	position: absolute;
	top: 30px;
}
.dev-loading > span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/loading_1.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: myloading 2s linear infinite;
	-webkit-animation: myloading 2s linear infinite;
}

@keyframes myloading {
	0%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes myloading{
	0%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(360deg);}
}
.activation-box{
  width: 500px;
  height: 380px;
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-left: -200px;
  margin-top: -190px;
  border-radius: 5px;
}
.activation-box .activation-title{
  display: block;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
}
.activation-box textarea{
  width: 500px;
  height: 296px;
  border: 1px solid #a4a4a4;
  padding: 10px;
}
.activation-box textarea:focus-visible{
  outline: none;
  outline-offset: 1px;
}
.activation-box .activation-btn{
  padding: 8px 40px;
  background: #42d7a8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.gm-custom-filter-box {
  position: relative;
}
.gm-custom-filter-box i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.gm-custom-filter-box i::before {
  font-family: gm-iconfont !important;
  font-style: normal;
  content: "\e6e2";
}
.gm-custom-filterdialog {
  position: absolute;
  right: 10px;
  top: 26px;
  z-index: 9;
  width: 160px;
  height: 60px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: right;
  box-shadow: 0 0 20px 4px #d8d8d8;
}
.gm-custom-filterdialog input {
  border: 1px solid #ccc;
  height: 28px;
  margin: 4px 10px;
  text-align: center;
  color: #797878;
  border-radius: 3px;
  width:140px;
}
.gm-custom-filterdialog a {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 10px;
}
.global-notice {
  width: 800px;
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -400px;
  z-index: 9;
  text-align: center;
  background: #fff;
  min-height: 400px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 9px 1px #5c5a5a;
  max-height: 640px;
  overflow-y: auto;
}
.global-notice .global-notice-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dddd;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.global-notice .global-notice-close {
  position: absolute;
  font-size: 14px;
  right: 15px;
  top: 0;
}
.global-notice img {
  width: 100%;
}