@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/skins/skin-green.css");
@import url("../css/skins/skin-red.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("../libs/toastr/toastr.min.css");
@import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
@import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
@import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
@import url("../libs/nice-validator/dist/jquery.validator.css");
@import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../libs/fastadmin-selectpage/selectpage.css");
@import url("../libs/bootstrap-slider/slider.css");
html,
body {
  height: 100%;
}
body {
  background: #f1f4f6;
  font-size: 13px;
}
body.is-dialog {
  background: #fff;
}
.selection {
  position: absolute;
  border: 1px solid #8B9;
  background-color: #BEC;
}
.must-fill-in:before {
  content: '*';
  display: inline-block;
  vertical-align: sub;
  padding: 2px;
  color: red;
}
.optional-fill-in:before {
  content: '*';
  display: inline-block;
  vertical-align: sub;
  padding: 2px;
  color: transparent;
}
.input-hint, .show-hint {
  display: inline-block;
  /*color: #999;*/
  color: red;
  font-size: 12px;
  transform: scale(0.95);
}
.input-placeholder {
  display: inline-block;
  color: #999;
  font-size: 12px;
  transform: scale(0.95);
}
.fixed-table-body {
  max-height: 660px;
  min-height: 350px;
}
#placeInfo .fixed-table-body {
  min-height: 400px;
}
.dns [class*='col-'] {
  padding: 0 4px;
}
.span-check-city, .span-check-provence {
  position: absolute;
  cursor: pointer;
}
.span-check-provence+a, .span-check-city+a {
  cursor: auto;
}
.city-value {
  border: 1px solid #999999;
  margin-right: 5px;
}
.i-del-address, .i-del-city, .del_add {
  cursor: pointer;
}
#show-address {
  max-height: 100px;
  overflow-y: auto;
}
.show-image {
  position: fixed;
  top: 10%;
  height: auto;
  left: 50%;
  z-index: 999;
}
.close-image {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  border-radius: 30px;
}
.select-center {
  text-align: center;
  text-align-last: center;
}
.confirm {
  position: absolute;
  bottom: 30px;
  right: 4%;
  z-index: 99;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  background-color: white;
  background: #1ABC9C;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}
.place-logo {
  width: auto;
  height: 60px;
  vertical-align: bottom;
  margin-top: 5px;
  max-width: 100%;
}
.random-list, .random-list-info {
  font-size: 0;
  display: none;
}
.random-list-input {
  width: 33.33%;
}
.form-group-title {
  padding: 8px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  /*background-color: #eee;*/
  border-bottom: 1px solid #eee;
}
.control-title {
  text-align: left!important;
}
@media (max-width: 768px) {
  .hint-info {
    display: block;
  }
  .form-group-title {
    text-align: left;
    /*text-indent: 40px;*/
    padding-left: 40px;
  }
  .control-title {
    line-height: 27px;
  }
  .place-logo {
    width: 100%;
    height: auto;
  }
}
.form-center {
  /*text-align: center;*/
}
/*.form-group.form-content {*/
/*  margin-bottom: 0;*/
/*  padding-bottom: 8px;*/
/*  padding-top: 7px;*/
/*  border-bottom: 1px solid #eee;*/
/*}*/
/*.form-group.form-content.layer-footer {*/
/*  border: none;*/
/*}*/
.main-header .logo,
.main-header .navbar {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main-header .navbar {
  position: relative;
}
.bootstrap-dialog .modal-dialog {
  /*width: 70%;*/
  max-width: 885px;
}
/*iOS兼容*/
html.ios-fix,
html.ios-fix body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper {
  height: 100%;
}
#header {
  background: #fff;
}
.content-wrapper {
  position: relative;
  height: 100%;
}
.control-relative {
  position: relative;
}
.tab-addtabs .tab-pane {
  height: 100%;
  width: 100%;
}
.row-between .col-xs-6 + .col-xs-6:before {
  content: "-";
  position: absolute;
  left: -2%;
  top: 6px;
}
@media only screen and (min-width: 481px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .row-flex.row:after,
  .row-flex.row:before {
    display: flex;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a.btn-danger {
    color: #fff;
    background-color: #e74c3c;
  }
  .main-header .navbar-custom-menu a.btn-primary {
    color: #fff;
    background-color: #2c3e50;
  }
}
.common-search-table {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
/* 固定的底部按钮 */
.fixed-footer {
  position: fixed;
  bottom: 0;
  background-color: #ecf0f1;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}
table.table-template {
  overflow: hidden;
}
.sp_container .msg-box {
  position: absolute;
  right: 0;
  top: 0;
}
.toast-top-right-index {
  top: 62px;
  right: 12px;
}
.bootstrap-select .status {
  background: #f0f0f0;
  clear: both;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -5px;
  padding: 10px 20px;
}
.img-center {
  margin: 0 auto;
  display: inline;
  float: none;
}
/*
 * RIBBON
 */
#ribbon {
  overflow: hidden;
  padding: 15px 15px 0 15px;
  position: relative;
}
#ribbon a {
  color: #777 !important;
  text-decoration: none !important;
}
#ribbon .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: top;
}
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li {
  color: #aaa;
}
#ribbon .shortcut a {
  margin-left: 10px;
}
.is-dialog #main {
  background: #fff;
}
.is-dialog .layer-footer {
  display: none;
}
form.form-horizontal .control-label {
  font-weight: normal;
}
.user-panel > .image img {
  width: 45px;
  height: 45px;
}
/*panel扩展描述样式*/
.panel-intro {
  margin-bottom: 0;
  border: none;
}
.panel-intro > .panel-heading {
  padding: 15px;
  padding-bottom: 0;
  background: #e8edf0;
  border-color: #e8edf0;
  position: relative;
}
.panel-intro > .panel-heading .panel-lead {
  margin-bottom: 15px;
}
.panel-intro > .panel-heading .panel-lead em {
  display: block;
  font-weight: bold;
  font-style: normal;
}
.panel-intro > .panel-heading .panel-title {
  height: 25px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-intro > .panel-heading .panel-control {
  height: 42px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.panel-intro > .panel-heading .panel-control .fa {
  font-size: 14px;
}
.panel-intro > .panel-heading .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  width: auto;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.panel-intro > .panel-heading .nav-tabs > li {
  float: none;
  display: inline-block;
}
.panel-intro > .panel-heading .nav-tabs > li > a {
  margin-right: 4px;
  color: #95a5a6;
  background-color: #d8e0e6;
  border: 1px solid #e8edf0;
  border-bottom-color: transparent;
}
.panel-intro > .panel-heading .nav-tabs > li > a:hover,
.panel-intro > .panel-heading .nav-tabs > li > a:focus {
  border: 1px solid #e8edf0;
  color: #7b8a8b;
  background-color: #c9d4dc;
}
.panel-intro > .panel-heading .nav-tabs > li.active > a,
.panel-intro > .panel-heading .nav-tabs > li.active > a:hover,
.panel-intro > .panel-heading .nav-tabs > li.active > a:focus {
  color: #7b8a8b;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
/*单表格*/
.panel-tabs .panel-heading {
  padding: 12px 15px 12px 15px;
}
.panel-tabs .panel-heading .panel-lead {
  margin-bottom: 0px;
}
/*选项卡*/
.panel-nav .panel-heading {
  padding: 0px;
  padding-bottom: 0;
  background: #f1f4f6;
  border-color: #f1f4f6;
}
.panel-nav .nav-tabs > li > a {
  padding: 12px 15px;
  background-color: #e8edf0;
  border: 1px solid #f1f4f6;
}
.panel-nav .nav-tabs > li > a:hover,
.panel-nav .nav-tabs > li > a:focus {
  border: 1px solid #e8edf0;
  background-color: #e8edf0;
}
.panel-nav .nav-tabs > li.active > a,
.panel-nav .nav-tabs > li.active > a:hover,
.panel-nav .nav-tabs > li.active > a:focus {
  border-color: #f1f4f6;
  border-bottom-color: transparent;
}
/*顶栏addtabs*/
.nav-addtabs {
  height: 100%;
  border: none;
}
.nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  display: none;
}
.nav-addtabs > li {
  margin: 0;
}
.nav-addtabs > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
  color: #95a5a6;
}
.nav-addtabs > li > a:hover,
.nav-addtabs > li > a:focus {
  border: none;
  color: #2c3e50;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs > li.active > a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f4f6;
  color: #2c3e50;
  overflow: hidden;
}
.nav-addtabs > li.active > a:hover,
.nav-addtabs > li.active > a:focus {
  border: none;
  color: #2c3e50;
  background: #f1f4f6;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs > li .close-tab {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
  cursor: pointer;
  color: #eee;
  display: none;
}
.nav-addtabs > li .close-tab:before {
  content: "\e626";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}
.nav-addtabs .open > a:hover,
.nav-addtabs .open > a:focus {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs ul li {
  position: relative;
}
.nav-addtabs li:hover > .close-tab {
  display: block;
}
.multiplenav .content-wrapper,
.multiplenav .right-side {
  padding-top: 94px;
}
.multiplenav #firstnav .nav-addtabs {
  padding-right: 450px;
}
#firstnav {
  height: 50px;
  border-bottom: 1px solid transparent;
  /*box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);*/
  position: relative;
}
#firstnav .sidebar-toggle {
  position: absolute;
  width: 45px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
@media (min-width: 768px) {
  .songs-import-view {
    line-height: 94px;
  }
  #firstnav .sidebar-toggle {
    display: none;
  }
}
#firstnav .nav-addtabs {
  position: absolute;
  left: 45px;
  z-index: 98;
}
#firstnav .navbar-custom-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: transparent;
}
/*次栏菜单栏*/
#secondnav {
  height: 44px;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#secondnav .nav-addtabs {
  height: 100%;
  border: none;
}
#secondnav .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  display: none;
}
#secondnav .nav-addtabs > li {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 2px 5px 2px 0;
  background: #fff;
}
#secondnav .nav-addtabs > li > a {
  display: block;
  color: #495060 !important;
  height: 100%;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  background: none;
  border: none;
}
#secondnav .nav-addtabs > li.active {
  border-color: #bdbebd;
  background-color: #f7f7f7;
}
#secondnav .nav-addtabs > li .close-tab {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
  cursor: pointer;
  color: #eee;
}
#secondnav .nav-addtabs > li .close-tab:before {
  content: "\e626";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}
#secondnav .nav-addtabs > li:hover,
#secondnav .nav-addtabs > li:focus {
  border-color: #bdbebd;
}
#secondnav .nav-addtabs ul li {
  position: relative;
}
#secondnav .nav-addtabs li:hover > .close-tab {
  display: block;
  border-color: #222e32;
  color: #222e32;
}
.main-sidebar .sidebar-form {
  overflow: visible;
}
.main-sidebar .sidebar-form .menuresult {
  z-index: 999;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  margin: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-sidebar .sidebar-form .menuresult a {
  border-top: 1px solid #eee;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  display: block;
  padding: 10px 15px;
  color: #222d32;
}
.main-sidebar .sidebar-form .menuresult a:hover {
  background: #eee;
}
.input-group .sp_result_area {
  width: 100%;
}
.sidebar-menu.show-submenu .treeview-menu {
  display: block;
}
.sidebar-menu > li .badge {
  margin-top: 0;
}
.sidebar-menu .treeview-menu > li > a {
  font-size: inherit;
}
.sidebar-collapse .user-panel > .image img {
  width: 25px;
  height: 25px;
}
.hint-info {
  vertical-align: super;
  color: red;
}
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 41px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    top: 7px !important;
    height: 17px;
  }
  .form-horizontal .service-time .control-label,
  .form-horizontal .open-room-time .control-label,
  .form-horizontal .close-room-time .control-label {
    text-align: left;
  }
}
.fieldlist dd {
  display: block;
  margin: 5px 0;
}
.fieldlist dd input {
  display: inline-block;
  width: 300px;
}
.fieldlist dd input:first-child {
  width: 110px;
}
.fieldlist dd ins {
  width: 110px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
/* 弹窗中的表单 */
.form-layer {
  height: 100%;
  min-height: 150px;
  min-width: 300px;
}
.form-layer .form-body {
  width: 100%;
  overflow: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  padding: 15px;
}
.form-layer .form-footer {
  height: 50px;
  line-height: 50px;
  background-color: #ecf0f1;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  margin: 0;
}
.form-layer .form-footer .form-group {
  margin-left: 0;
  margin-right: 0;
}
#treeview .jstree-container-ul .jstree-node {
  display: block;
  clear: both;
}
#treeview .jstree-leaf:not(:first-child) {
  float: left;
  background: none;
  margin-left: 0;
  min-width: 80px;
  clear: none;
}
#treeview .jstree-leaf {
  float: left;
  margin-left: 0;
  padding-left: 24px;
  min-width: 80px;
  clear: none;
  color: #777;
}
#treeview .jstree-leaf > .jstree-icon,
#treeview .jstree-leaf .jstree-themeicon {
  display: none;
}
#treeview .jstree-last {
  background-image: url("../img/32px.png");
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
  content: " ";
  display: table;
}
#treeview .jstree-children:after {
  clear: both;
}
#treeview .jstree-themeicon {
  display: none;
}
/*去除bootstrap-table的边框*/
.fixed-table-container {
  border: none !important;
}
/*修复nice-validator新版下的一处BUG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
  display: inherit;
}
/*预览区域*/
.plupload-preview {
  padding: 0 10px;
  margin-bottom: 0;
}
.plupload-preview li {
  margin-top: 15px;
}
.plupload-preview .thumbnail {
  margin-bottom: 10px;
}
.plupload-preview a {
  display: block;
}
.plupload-preview a:first-child {
  height: 90px;
}
.plupload-preview a img {
  height: 80px;
  object-fit: cover;
}
.pjax-loader-bar .progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #77b6ff;
  box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.dropdown-menu.text-left a,
.dropdown-menu.text-left li {
  text-align: left !important;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu {
  overflow: auto;
}
.bootstrap-table .fa-toggle-on.fa-2x {
  font-size: 1.86em;
}
.bootstrap-table .form-commonsearch .form-group {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}
.toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
  line-height: inherit;
}
.fixed-table-toolbar .toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-table table tbody tr:first-child td .bs-checkbox {
  vertical-align: middle;
}
.bootstrap-table td.bs-checkbox {
  vertical-align: middle;
}
table.table-nowrap tbody > tr > td,
table.table-nowrap thead > tr > th {
  white-space: nowrap;
}
.fixed-table-container thead th .sortable {
  padding-right: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  overflow: auto;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 6px 6px 6px;
  -moz-background-clip: padding;
  border-radius: 0 6px 6px 6px;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 6px 0 6px 6px;
  background-clip: padding-box;
}
/*重写toast的几个背景色*/
.toast-primary {
  background-color: #48c9b0 !important;
}
.toast-success {
  background-color: #18bc9c !important;
}
.toast-error {
  background-color: #e74c3c !important;
}
.toast-info {
  background-color: #5dade2 !important;
}
.toast-warning {
  background-color: #f1c40f !important;
}
.toast-inverse {
  background-color: #34495e !important;
}
.toast-default {
  background-color: #bdc3c7 !important;
}
#toast-container > div,
#toast-container > div:hover {
  -webkit-box-shadow: 0 0 3px #eee;
  -moz-box-shadow: 0 0 3px #eee;
  box-shadow: 0 0 3px #eee;
}
.layui-layer-fast {
  /*自定义底部灰色操作区*/
}
.layui-layer-fast .layui-layer-title {
  /*background: #2c3e50 !important;*/
  background: #fff !important;
  /*color: #fff !important;*/
  color: #000 !important;
  /*border-bottom: none;*/
}
.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  top: 0px;
  height: 42px;
}
.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  height: 42px;
  line-height: 42px;
  display: inline-block;
}
.layui-layer-fast.layui-layer-border {
  border: none !important;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}
.layui-layer-fast.layui-layer-iframe {
  overflow: visible;
}
.layui-layer-fast .layui-layer-moves {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.layui-layer-fast .layui-layer-btn {
  text-align: center !important;
  padding: 10px !important;
  /*background: #ecf0f1;*/
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.layui-layer-fast .layui-layer-btn a {
  background-color: #95a5a6;
  border-color: #95a5a6;
  color: #fff !important;
  height: 31px;
  margin-top: 0;
  border: 1px solid transparent;
}
.layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  background-color: #18bc9c;
  border-color: #18bc9c;
}
.layui-layer-fast .layui-layer-footer {
  padding: 8px 20px;
  /*background-color: #ecf0f1;*/
  background-color: #fff;
  border-top: 1px solid #eee;
  height: auto;
  text-align: inherit !important;
}
.layui-layer-fast .layui-layer-setwin > a {
  background: none !important;
}
.layui-layer-fast .layui-layer-setwin > a cite {
  display: none;
}
.layui-layer-fast .layui-layer-setwin > a:after {
  content: "\e625";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 18px;
  /*color: #fff;*/
  color: #000;
  margin: 0;
  z-index: 1;
}
.layui-layer-fast .layui-layer-setwin > a:hover {
  text-decoration: none !important;
  background: none !important;
}
.layui-layer-fast .layui-layer-setwin > a:focus {
  text-decoration: none !important;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-min {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  content: "\e625";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-max {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  content: "\e623";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  content: "\e624";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  content: "\e626";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  top: -30px;
  right: -30px;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  display: none;
}
.layui-layer-content {
  clear: both;
}
.layui-layer-fast-msg {
  min-width: 100px;
}
.layui-layer-fast-tab .layui-layer-title .layui-this {
  color: #333;
}
.layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
  margin: 0;
  padding: 0;
}
/*.layui-layer-content div{*/
/*  text-align: left;*/
/*  padding: 0;*/
/*}*/
.canvas-code, .canvas-code div {
  text-align: center;
}
.n-bootstrap .input-group > .n-right {
  position: absolute;
}
@media (min-width: 564px) {
  body.is-dialog .daterangepicker {
    min-width: 130px;
  }
  body.is-dialog .daterangepicker .ranges ul {
    width: 130px;
  }
}
.padding-10-to-40 {
  padding: 0 40px;
}
/*手机版样式*/
@media (max-width: 480px) {
  .padding-10-to-40 {
    padding: 0 10px;
  }
  .fixed-table-toolbar .toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #firstnav .navbar-custom-menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #firstnav .navbar-nav > .user-menu .user-image {
    margin-top: -3px;
  }
  .fixed-table-toolbar .columns-right.btn-group {
    /*display: none;*/
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 50px;
  }
  .multiplenav .fixed .content-wrapper,
  .multiplenav .fixed .right-side {
    padding-top: 94px;
  }
  .multiplenav .content-wrapper,
  .multiplenav .right-side {
    padding-top: 94px;
  }
  .main-sidebar,
  .left-side {
    padding-top: 144px;
  }
}
/*平板样式*/
@media (max-width: 768px) {
  body .wrapper .main-header .logo {
    background: none;
    color: #fff;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    z-index: 1200;
    width: 130px;
    left: 50%;
    margin-left: -65px;
  }
  body .sidebar .mobilenav a.btn-app {
    color: #444;
    width: 100px;
    height: 70px;
    font-size: 13px;
  }
  body .sidebar .mobilenav a.btn-app i.fa {
    font-size: 24px;
  }
  body .sidebar .mobilenav a.btn-app span {
    margin-top: 5px;
    display: block;
  }
  body .sidebar .mobilenav a.btn-app.active {
    color: #222d32;
  }
  body .wrapper .main-header .navbar .dropdown-menu li > a {
    color: #333;
  }
  body .wrapper .main-header .navbar .dropdown-menu li > a:hover {
    background: #eee;
  }
  body .wrapper .main-header .navbar .dropdown-menu li.active > a {
    color: #fff;
  }
  body .wrapper .main-header .navbar .dropdown-menu li.active > a:hover {
    background: #222d32;
  }
  .main-sidebar,
  .left-side {
    padding-top: 50px;
  }
  .n-bootstrap .n-right {
    margin-top: 0;
    top: -20px;
    position: absolute;
    left: 0;
    text-align: right;
    width: 100%;
  }
  .n-bootstrap .n-right .msg-wrap {
    position: relative;
  }
  .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
    margin-right: 15px;
  }
}
/*修复radio和checkbox样式对齐*/
.radio > label,
.checkbox > label {
  margin-right: 10px;
}
.radio > label > input,
.checkbox > label > input {
  margin: 2px 0 0;
}
.wipecache li a {
  color: #444444 !important;
}
/*修正开关关闭下的颜色值*/
.btn-switcher.disabled {
  opacity: .6;
  cursor: not-allowed;
}
.btn-switcher .text-gray {
  color: #d2d6de !important;
}
.add-product {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #fff;
  transition: color .25s;
  position: absolute;
  vertical-align: sub;
  background-color: #15b0ff;
  border-radius: 10px;
  top: -15px;
  cursor: pointer;
}
.add-product::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  margin-left: -7px;
  margin-top: -1px;
  border-top: 2px solid;
}
.add-product::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 14px;
  margin-left: -1px;
  margin-top: -7px;
  border-left: 2px solid;
}
.delete-product {
  display: inline-block;
  height: 14px;
  width: 14px;
  color: #fff;
  transition: color .25s;
  position: absolute;
  vertical-align: sub;
  background-color: #15b0ff;
  border-radius: 10px;
  left: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -7px;
}
.delete-product::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  margin-left: -5px;
  margin-top: -1px;
  border-top: 2px solid;
}
.sm-st {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 100%;
  /*-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);*/
  /*box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);*/
}
.sm-st-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  color: #fff;
}
.sm-st-info {
  font-size: 12px;
  padding-top: 2px;
}
.sm-st-info span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.orange {
  background: #fa8564 !important;
}
.tar {
  background: #45cf95 !important;
}
.sm-st .green {
  background: #86ba41 !important;
}
.pink {
  background: #AC75F0 !important;
}
.yellow-b {
  background: #fdd752 !important;
}
.stat-elem {

  background-color: #fff;
  padding: 18px;
  border-radius: 40px;

}
.stat-info {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -5px;
  padding: 8px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  font-style: italic;
}
.stat-icon {
  text-align: center;
  margin-bottom: 5px;
}
.st-red {
  background-color: #F05050;
}
.st-green {
  background-color: #27C24C;
}
.st-violet {
  background-color: #7266ba;
}
.st-blue {
  background-color: #23b7e5;
}
.stats .stat-icon {
  color: #28bb9c;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  float: left;
}
.stat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px;
}
.stat .value {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.stat .name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.stat.lg .value {
  font-size: 26px;
  line-height: 28px;
}
.stat.lg .name {
  font-size: 16px;
}
.stat-col .progress {
  height: 2px;
}
.stat-col .progress-bar {
  line-height: 2px;
  height: 2px;
}
.item {
  padding: 30px 0;
}
.no-margins {
  margin-top: 0;
  font-size: 24px;
}
.panel .panel-body {
  padding: 5px 15px;
}
#myFollowContent .btn-add, #mySettingContent .btn-add {
  float: left;
  margin-top: 10px;
}
.table-select {
  height: 21px;
}
.set-picture, .set-meal {
  position: relative;
}
.set-picture span, .set-meal span {
  position: absolute;
  font-size: 12px;
  bottom: 3px;
  left: 50%;
  margin-left: -12px;
}
@media (min-width: 769px) {
  .input-cip {
    padding-left: 0;
  }
  .set-picture, .set-meal {
    padding: 5px 25px 18px 25px;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: normal;
  }
  .save-pic, .save-meal {
    padding: 0;
    display: inline-block;
  }
  .save-pic li, .save-meal li {
    position: relative;
    list-style: none;
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    vertical-align: bottom;
    margin-bottom: 10px;
  }
  .save-pic li img {
    height: 100%;
  }
  .delete-image, .delete-image1 {
    position: absolute;
    right: -4px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 7px;
  }
  .delete-image {
    top: -4px;
  }
  .delete-image1 {
    top: 2px;
  }
  #edit-chang-form .delete-image, #add-chang-form .delete-image {
    top: 2px;
  }
}
@media (max-width: 768px) {
  .set-picture, .set-meal {
    line-height: 20px;
    padding: 5px 25px 18px 25px;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .save-pic, .save-meal {
    padding: 0;
    display: inline-block;
  }
  .save-pic li, .save-meal li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    margin-bottom: 5px;
  }
  .save-pic li img {
    height: 100%;
    width: 100%;
  }
  .delete-image, .delete-image1 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
  }
}
.save-meal li {
  line-height: 45px;
  padding: 0 5px;
  margin-right: 10px;
  border: 1px solid black;
  min-width: 65px;
  text-align: center;
}
.save-meal li span {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -4px;
  right: -4px;
  line-height: 14px;
  cursor: pointer;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.keep-image-out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.song-library {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.layui-layer-content .song-library div {
  text-align: left;
}
.form-horizontal.song-library .form-group, .song-library .row {
  margin-left: 0;
  margin-right: 0;
}
.radio-group {
  display: -webkit-flex;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  padding: 10px 10px;
}
.radio-group label {
  display: inline-block;
  /*width: 33%;*/
  width: 50%;
  text-align: left;
  font-weight: normal;
}
.checkbox-group {
}
.checkbox-group label {
  display: block;
  text-align: left;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkbox-group label:hover {
  background: #ddd;
}
/*.layui-layer-content::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.layui-layer-content p {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .layui-layer-dialog .layui-layer-content {
    /*min-width: 460px;*/
    min-width: 360px;
    min-height: 64px;
    max-height: 500px;
  }
  .text-align-center {
    text-align: center;
  }
  .text-align-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .layui-layer-dialog .layui-layer-content {
    min-width: 260px;
    min-height: 64px;
    max-height: 300px;
  }
  .code-image img {
    width: 150px;
  }
  .radio-group label {
    width: 100%;
  }
}
.layui-layer-dialog {
  max-width:520px;
}
.code-image {
  display: inline-block;
  padding: 20px 20px 15px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.color-red {
  color: red;
  font-size: 24px;
  margin-top: 5px;
}
.red {
  color: red;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.padding-left30{
  padding-left: 30px;
}
.padding-left15{
  padding-left: 15px;
}
.color999 {
  color: #999999;
}
.win-radio {
  /*margin-right: 10px;*/
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.win-radio input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* right: 0; */
  margin: auto;
}
.btn.disabled {
  opacity: 0.5;
}
.commonsearch-table {
  margin-top: 10px;
}
.content-head {
  position: relative;
}
.border1 {
  border: 1px solid #000;
}
.content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a9a9a9;
  word-break: keep-all;
  margin-bottom: 5px;
}
.background-ef {
  background-color: #efefef;
}
.padding-top20 {
  padding-top: 20px!important;
}
.row-title {
  position: relative;
  height: 100%;
  background: #dddddd;
  color: #222222;
  font-weight: bolder;
}
.row-title .content-body {
  font-weight: bolder;
}
.content-body {
  color: #222222;
}
.text-align-left {
  text-align: left!important;
}
.padding10 {
  padding: 10px;
}
.content-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  line-height: 36px;
}
.content-table-title {
  color: #a9a9a9;
}
.content-table-title, .content-table-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-table-title div, .content-table-text div {
  box-sizing: border-box;
  width: 25%;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.dns-float-right {
  float: right;
  color: #a9a9a9;
  transform: scale(0.9);
}
.dns-bottom {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #a9a9a9;
  transform: scale(0.9);
}
.music .sm-st {
  background: #4A5256;
}
.music .content-title, .music .content-head {
  color: #ffffff;
}
.music .content-head {
  font-size: 24px;
  font-weight: bolder;
}
.setup-content {
  padding: 5px;
}
.setup-content-head {
  color: #c2c2c2;
}
.setup-content-head span {
  position: absolute;
  top: 11px;
  right: 0;
  padding: 3px 10px;
  border-radius: 5px 0 0 5px;
  background: #ffe824;
}
.setup-content-head .terminal-connected {
  background: #ffe824;
  color: #666;
}
.setup-content-head .terminal-ununited {
  background: red;
  color: #ddd;
}
.setup .btn-setup {
  padding: 3px 8px;
  margin-left: 10px;
}
.btn-show-time {
  padding: 3px 8px;
}
.setup-base {
  text-align: center;
  color: #c2c2c2;
}
.refresh-version, .scan-db {
  cursor: pointer;
  padding: 3px 8px;
  margin-left: 10px;
}
.terminal-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.terminal-status {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  padding: 2px 5px 2px 7px;
  border-radius: 10px 0 0 10px;
  word-break: keep-all;
}
.terminal-info {
  position: relative;
  height: 120px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.terminal-info .terminal-info-head {
  position: relative;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  display: flex;
}
.terminal-info-head .terminal-info-head-left, .terminal-info-head .terminal-info-head-right {
  width: 50%;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.terminal-info-head .terminal-info-head-left {
  text-align: left;
}
.terminal-info-head .terminal-info-head-right {
  text-align: right;
}
.terminal-info .terminal-info-body {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  padding: 0 10px 36px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.terminal-info .terminal-info-footer {
  position: absolute;
  bottom: 0;
  line-height: 36px;
  padding: 0 10px;
}
.terminal-info-head-right.online {
  background-image: url("../img/terminal-online.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: right center;
}
.terminal-info-head-right.offline {
  background-image: url("../img/terminal-offline.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: right center;
}
.background-14b49c {
  background-color: #14b49c;
}
.background-cbcbcb {
  background-color: #cbcbcb;
}
.background-14b49c.call-in, .background-cbcbcb.call-in {
  background-color: #f53257;
}
.background-f53257 {
  background-color: #f53257;
}
.background-ffe824 {
  background: #ffe824;
}
.background-dddddd {
  background: #dddddd;
}
.terminal-header, .dns-monitor-header {
  position: relative;
  padding: 10px 0;
}
.terminal-footer {
  padding: 5px 0;
  border-top: dashed 1px #dcdde1;
}
.terminal-footer.header {
  border-top: none;
  border-bottom: dashed 1px #dcdde1;
}
.terminal-footer a {
  margin-right: 5px;
}
.terminal-footer a:last-child {
  margin-right: 0;
}
.dns-monitor-choose {
  padding: 0 15px;
}
.terminal-choose label, .dns-monitor-choose label, .terminal-sort label {
  font-weight: normal;
  margin-right: 20px;
}
.terminal-radio, .dns-monitor-radio {
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}
.terminal-radio input, .dns-monitor-radio input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* right: 0; */
  /*margin: auto;*/
}
.dns-monitor-radio input {
  top: -6px;
}
.btn-push {
  position: absolute;
  right: 15px;
  top: 15px;
}
#terminal-detail-form .sm-st {
  background: #EEEEEE;
  position: relative;
}
.client-message {
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #333;
  padding: 6px 10px;
}
.play-songs {
  margin: 0;
  padding: 0;
  height: 200px;
  border: 1px solid #d2d6de;
  margin-top: 10px;
  overflow-y: auto;
  box-sizing: border-box;
}
.play-songs li {
  list-style: none;
  padding: 5px 10px;
}
.play-songs li:hover {
  background: #dddddd;
}
.songs-label {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.music .sm-st {
  cursor: pointer;
}
@media (min-width: 769px) {
  .terminal-footer.header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .room-number {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .terminal-control {
    min-height: 600px;
  }
  .row-content {
    word-break: keep-all;
    padding: 10px!important;
  }
  .dns .row, .setup .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .dns .row [class*='col-'], .setup .row [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .dns.disk-info .sm-st {
    margin-bottom: 5px;
    padding: 5px 3px;
  }
  .dns.disk-info .row [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-content .content-head {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .row-title, .align-center {
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .align-center {
    max-height: 88px;
    overflow: hidden;
  }
  .content-body {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .min-height20 {
    min-height: 20px;
  }
  .min-height120 {
    min-height: 120px;
  }
  .min-height88 {
    min-height: 88px;
  }
  .min-height136 {
    min-height: 136px;
  }
}
@media (max-width: 768px) {
  .content-body {
    text-align: left;
  }
  .min-height20, .min-height88, .min-height120, .min-height136 {
    min-height: 20px;
  }
  .row-content .content-head {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
  }
}
.label-space {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 10px;
  border: 1px solid #0e0e0e;
  color: dodgerblue;
  line-height: 43px;
}
.label-space span {
  position: absolute;
  display: inline-block;
  background: #000000;
  padding: 3px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  line-height: 10px;
  color: #ffffff;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.label-space span:after {
  content: '✖';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 16px;
}
.delete-check-name {
  display: inline-block;
  font-style: normal;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.delete-check-name:after {
  content: '✖';
}
.playlist-label-room .label-space {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.board-title {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
}
.board-content {
  color: #999999;
}
.board-content>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*width: 100%;*/
}
.board-content-footer>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*width: 100%;*/
  justify-content: space-between;
  /*height: 100%;*/
}
.board-content-left>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  /*height: 100%;*/
  flex-wrap: wrap;
}
.board-content-header {
  height: 55%;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 10px 20px 10px;
}
.board-header-top {
  color: red;
}
.board-header-center {
  text-align: center;
}
.board-header-center span {
  font-size: 32px;
  color: #000;
  margin-right: 5px;
}
.board-header-center a {
  font-size: 32px;
  margin-right: 5px;
}
.board-header-bottom, .board-footer-left-bottom, .board-footer-right-bottom {
  text-align: center;
}
.board-header-bottom-left, .board-header-bottom-right, .board-footer-bottom-left, .board-footer-bottom-right {
  margin: 0 10px 0 5px;
}
.board-header-link {
  position: absolute;
  color: #19c9bb;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.board-content-content {
  height: 5%;
  padding: 5px;
}
.board-content-footer {
  height: 40%;
  padding: 0;
}
.board-content-footer>div>div {
  /*padding: 10px;*/
  padding: 0;
  /*height: 100%;*/
}
.board-content-right {
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  max-height: 232px;
  overflow: auto;
  height: 100%;
  color: #000;
}
.board-content-right-title {
  position: relative;
}
.board-content-right-title button {
  padding: 3px 6px;
}
.board-footer-left-top {
  color: #19c9bb;
}
.board-footer-left-center, .board-footer-right-center {
  text-align: center;
}
.board-footer-left-text, .board-footer-center-text, .board-footer-right-text {
  font-size: 32px;
  /*color: #000;*/
  margin-right: 5px;
}
.board-footer-right-top {
  color: #333333;
}
.board-footer-left, .board-footer-right {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 10px 20px 10px;
}
@media (min-width: 769px) {
  .board-content-footer>div>div.first {
    padding-right: 1%;
  }
  .board-content-footer>div>div.last {
    padding-left: 1%;
  }
  .padding-left-sm-0 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .padding-left-sm-0 {
    padding-top: 10px;
  }
  .board-content-footer>div>div.first {
    padding-bottom: 1%;
  }
  .board-content-footer>div>div.last {
    padding-top: 1%;
  }
}
.btn-skip {
  display: none;
}
.server-total, .usb-load {
  width: 25%;
  height: 25px;
  vertical-align: middle;
}
.vod_set {
  background-image: url("../img/vod_set.png");
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.special-button a.btn-success {
  margin-left: 5px;
}
.upload-group {
  float: right;
}
.upload-group .upload, .upload-group .download {
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  color: #ffffff;
}
.upload-group .upload:hover, .upload-group .download:hover {
  background: #333;
}
.local-cloud-babel-group {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
}
.local-cloud-babel-group label {
  font-weight: normal;
  margin-right: 10px;
}
.color-18bc9c {
  color: #18bc9c;
}
.ad-list-details {
  margin: 0;
  padding: 0;
  /*border: 1px solid #d2d6de;*/
}
.ad-list-details li {
  word-break: keep-all;
  position: relative;
  list-style: none;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.ad-list-details li.movie-sort-li {
  display: inline-block;
  background: #ddd;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  margin-right: 5px;
}
.ad-list-details li:hover {
  background-color: #dddddd;
}
.delete-ad-icon {
  padding: 0 10px 0 0;
  line-height: 30px;
  font-size: 16px;
}
.shipping-address-info {
  display: flex;
}
.shipping-address-info .shipping-icon {
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.shipping-address-info .shipping-info {
  flex-grow: 1;
}
.shipping-address-info .shipping-info input {
  width: 100%;
  height: 100%;
  border: none;
  outline:none;
}
.add-shipping-address {
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.del-shipping-address {
  padding: 0 10px 0 0;
  line-height: 30px;
  font-size: 16px;
}
.server-line.color-red {
  color: red;
  font-size: 13px;
  margin: 0;
}
.server-line.color-green, .server-status.color-green {
  color: #19c9bb;
}
.folder-lump, .file-lump {
  text-align: center;
  cursor: pointer;
}
.folder-lump.color-ccc, .file-lump.color-ccc {
  background-color: #CCCCCC;
}
.folder-lump.color-ccc:hover, .file-lump.color-ccc:hover {
  background-color: #CCCCCC;
}
.folder-lump:hover, .file-lump:hover {
  background-color: #dddddd;
}
.folder-img, .file-img {
  height: 90px;
  background-position: center center;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}
.folder-img {
  background-image: url("../img/folder.png");
}
.file-img {
  background-image: url("../img/file.png");
}
.folder-name, .folder-size, .folder-time, .file-name, .file-size, .file-time {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
#path {
  padding: 5px 0;
  font-size: 16px;
}
#path .visit-path {
  display: inline-block;
}
#contextMenu li a {
  background-color: #ffffff;
  color: #999;
  cursor: default;
}
#contextMenu li.inactive a {
  color: #333333;
  cursor: pointer;
}
#contextMenu li.inactive a:hover {
  background-color: #dddddd;
}
.terminal-refresh-time {
  width: 60px;
  border-radius: 5px;
  text-align: center;
  text-align-last: center;
  padding-left: 8px;
}
.more-log, .load-in, .load-end, .more-file {
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 5px;
}
.more-log:hover, .more-file:hover {
  background-color: #dddddd;
  cursor: pointer;
}
.del_song_hint.error {
  color: red;
}
.btn-group > .btn.checked {
  background: #0e0e0e;
  color: #ffffff;
}
.server-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.server-time-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 25px;
}
.server-time-data span {
  width: 33.33%;
}
.refresh-file-info {
  vertical-align: middle;
  color: #18bc9c;
  cursor: pointer;
}
.input-result {
  font-size: 12px;
  transform: scale(0.95);
}
tr .dropdown-menu {
  min-width: auto;
}
.dropup .caret {
  border-bottom: 0;
  border-top: 4px dashed;
  border-top: 4px solid \9;
}
.huochang .btn-success {
  background-color: #dc3b71;
  border-color: #dc3b71;
}
.huochang .btn-success:focus,
.huochang .btn-success.focus {
  color: #fff;
  background-color: #ff1140;
  border-color: #ff1140;
}
.huochang .btn-success:hover {
  color: #fff;
  background-color: #ff3340;
  border-color: #ff3340;
}
.huochang .btn-success:active,
.huochang .btn-success.active,
.huochang .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #ff3340;
  border-color: #ff3340;
}
.huochang .btn-success:active:hover,
.huochang .btn-success.active:hover,
.huochang .open > .dropdown-toggle.btn-success:hover,
.huochang .btn-success:active:focus,
.huochang .btn-success.active:focus,
.huochang .open > .dropdown-toggle.btn-success:focus,
.huochang .btn-success:active.focus,
.huochang .btn-success.active.focus,
.huochang .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #ff1140;
  border-color: #ff1140;
}
.huochang .btn-success:active,
.huochang .btn-success.active,
.huochang .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.huochang .btn-success.disabled:hover,
.huochang .btn-success[disabled]:hover,
.huochang fieldset[disabled] .btn-success:hover,
.huochang .btn-success.disabled:focus,
.huochang .btn-success[disabled]:focus,
.huochang fieldset[disabled] .btn-success:focus,
.huochang .btn-success.disabled.focus,
.huochang .btn-success[disabled].focus,
.huochang fieldset[disabled] .btn-success.focus {
  background-color: #ff6640;
  border-color: #ff6640;
}
.huochang .btn-success .badge {
  color: #ff6640;
  background-color: #fff;
}
.huochang .text-success {
  color: deepskyblue;
}
.huochang .layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  background-color: #dc3b71;
  border-color: #dc3b71;
}
.show-data {
  font-size:14px; color:dodgerblue; padding: 5px 12px; vertical-align: top; height: 31px; line-height: 19px;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar {
  background-color: #007bff;
}
.finance-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  height: 100px;
  background: #ddd;
  margin-top: 10px;
}
.red-back {
  margin-bottom: 20px;
}
.bully-screen-row {
  display: flex;
  flex-wrap: wrap;
}
.bully-screen-row>div {
  margin-bottom: 25px;
}
.bully-screen-html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  background: #EEEEEE;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
  border-radius: 8px;
  height: 100%;
}
.bully-screen-html .bully-screen-img {
  display: flex;
  align-items: center;
  width: 40%;
}
.bully-screen-html .bully-screen-img img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}
.bully-screen-html .bully-screen-info {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  justify-content: space-around;
}
.bully-screen-info .info-meal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.info-meal .info-meal-time {
  width: 30%;
  border-right: 1px solid #ccc;
}
.info-meal .info-meal-price {
  width: 40%;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-meal .info-meal-price .meal-price-input {
  width: 80%;
  height: 100%;
  border-radius: 5px;
  border: none;
  outline: none;
  text-align: center;
}
.info-meal .info-meal-edit {
  width: 30%;
  cursor: pointer;
  font-size: 0;
}
.info-meal .info-meal-edit i {
  font-size: 12px;
}
.info-meal .info-meal-edit .meal-edit-button {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 0;
  line-height: 16px;
}
input[name='red_proportion'] {
  padding-right: 24px;
}
.red_percentage {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contract-area {
  height: auto;
  min-height: 31px;
  list-style: none;
  margin: 0;
}
.contract-area li {
  width: auto;
  height: 20px;
  line-height: 20px;
  border: 1px solid #c5b8b8;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  vertical-align: middle;
  overflow: hidden;
  padding-left: 5px;
}
.contract-area li span {
  width: 15px;
  height: 15px;
  line-height: 17px;
  background-color: #dce2dc;
  display: inline-block;
  text-align: center;
  text-indent: 0;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  vertical-align: text-bottom;
}
#add-province, #add-city {
  height: 200px;
  overflow: overlay;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
}
#add-province li, #add-city li {
  cursor: pointer;
  line-height: 26px;
}
#add-province li:hover, #add-city li:hover {
  background-color: #ced9df;
}
#add-province li input, #add-city li input {
  margin: 0;
  margin-right: 5px;
}
.active-info {
  padding-top: 20px;
}
.active-info-null {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.check_group {
  border: 1px solid #d2d6de;
  padding: 5px;
}
.check_group label {
  font-weight: normal;
  margin-right: 10px;
}
.check_group input {
  vertical-align: text-top;
  margin: 0;
}
.message-content {
  white-space: pre-wrap;
  word-break: break-all;
}
.room-info {
  display: flex;
  flex-wrap: wrap;
}
.room-info>div {
  margin-bottom: 10px;
}
.place-content .p-content-img.first-icon {
  background-image: url("../img/gross_revenue.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.place-content .p-content-img.second-icon {
  background-image: url("../img/total_terminal.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.place-content .p-content-img.third-icon {
  background-image: url("../img/open_rate.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.place-content .p-content-img.fourth-icon {
  background-image: url("../img/revenue.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.place-content .p-content-img.fifth-icon {
  background-image: url("../img/scan_number.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.place-content .p-content-img.sixth-icon {
  background-image: url("../img/scan_rate.png");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.show-img-shade img {
  max-width: 100%;
}
.table-overflow {
  table-layout: fixed;
}
.table-overflow .td-overflow {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.self-product-picture {
  font-size: 22px;
  cursor: pointer;
  line-height: 31px;
}

@media (min-width: 769px) {
  .vod-setting-room {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30%;
  }
}
.vod-setting-room {
  min-width: 200px;
  max-width: 350px;
  height: 31px;
}
.add-news, .btn-int-add {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #fff;
  transition: color .25s;
  position: relative;
  vertical-align: sub;
  background-color: #15b0ff;
  border-radius: 10px;
  cursor: pointer;
}
.delete-news, .btn-int-sub {
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #fff;
  transition: color .25s;
  position: relative;
  vertical-align: sub;
  background-color: #15b0ff;
  border-radius: 10px;
  cursor: pointer;
}
.add-news::before, .delete-news::before, .btn-int-add::before, .btn-int-sub::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  margin-left: -7px;
  margin-top: -1px;
  border-top: 2px solid;
}
.add-news::after, .btn-int-add::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 14px;
  margin-left: -1px;
  margin-top: -7px;
  border-left: 2px solid;
}
.btn-int-add, .btn-int-sub {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
  width: 50px;
  height: 31px;
  border-radius: 0;
}
.btn-int-title {
  padding: 0 0 0 10px;
}
.sp_select_label {
  display: none;
  width: 100%;
  overflow: auto;
  max-height: 265px;
  border: 1px solid #CCCCCC;
}
ul.sp_element_box li.selected_tag.checked_label {
  color: #18bc9c;
  border-color: #18bc9c;
  background: #FFFFFF;
}
/*# sourceMappingURL=../css/backend.css.map */