* {
  font-family: "微软雅黑";
}
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-y: scroll;
  height: 100%;
  background: #F3F3F9;
  width: 100%;
}
.clearpm {
  padding: 0;
  margin: 0;
}
.fr {
  float: right;
}
.p0 {
  padding: 0px;
}
.pr0 {
  padding-right: 0px;
}
.mt20 {
  margin-top: 20px;
}
.p10 {
  padding: 10px;
}
.w100 {
  width: 100%;
}
.mt25 {
  margin-top: 25px;
}
.pl0 {
  padding-left: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#vmxLogin {
  padding: 0px;
  margin: 0px;
  background: #F6F8FB;
  overflow: hidden;
  background: url("/extend/vmxadmin/img/bg.jpg");
}
#vmxLogin .signin {
  width: 800px;
  position: fixed;
  left: 50%;
  height: 400px;
  margin-left: -400px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.05);
  top: 50%;
  margin-top: -300px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#vmxLogin .signin .title {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: 300;
}
#vmxLogin .signin .title p {
  font-size: 24px;
  margin-bottom: 6px;
}
#vmxLogin .signin .title .b {
  font-weight: 500;
}
#vmxLogin .signin .title .nowStatus {
  font-size: 22px;
}
#vmxLogin .signin .leftInfo {
  width: 500px;
  float: left;
  background: linear-gradient(left, #6fa8cf 2%, #bacdf9 99%);
  background: -o-linear-gradient(left, #6fa8cf 2%, #bacdf9 99%);
  background: -ms-linear-gradient(left, #6fa8cf 2%, #bacdf9 99%);
  background: -moz-linear-gradient(left, #6fa8cf 2%, #bacdf9 99%);
  background: -webkit-linear-gradient(left, #6fa8cf 2%, #bacdf9 99%);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#vmxLogin .signin .leftInfo .desc {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px;
}
#vmxLogin .signin .leftInfo img {
  width: 60%;
}
#vmxLogin .signin .rightInfo {
  width: 300px;
  float: left;
  padding: 20px;
  padding-top: 40px;
  color: #4293F6;
}
#vmxLogin .signin .rightInfo .form p {
  margin: 0px;
}
#vmxLogin .signin .rightInfo .qrcode {
  width: 100%;
  text-align: center;
  height: 164px;
  float: left;
  line-height: 164px;
  position: relative;
}
#vmxLogin .signin .rightInfo .qrcode img {
  width: 140px;
  height: 140px;
}
#vmxLogin .signin .rightInfo .qrcode .zz {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  text-align: center;
  line-height: 164px;
  color: #fff;
  cursor: pointer;
}
#vmxLogin .signin .rightInfo .qrcode .back {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  line-height: 12px;
  text-align: left;
  cursor: pointer;
}
#vmxLogin .signin .rightInfo .three {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#vmxLogin .signin .rightInfo .three a {
  margin-left: 0;
  line-height: 24px;
  float: left;
  margin-right: 20px;
  color: #999;
}
#vmxLogin .signin .rightInfo .three a svg {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}
#vmxLogin .signin .rightInfo .three a:hover {
  background: #eee;
}
#vmxLogin .signin .rightInfo .copy {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
#vmxLogin .signin .rightInfo .copy a {
  margin-left: 0;
  color: #ccc;
}
#vmxLogin .signin input {
  border: solid 1px #fff;
  border-bottom: solid 1px #eee;
  width: 100%;
  padding: 3%;
  margin-bottom: 10px;
  outline: none;
  padding-left: 0;
}
#vmxLogin .signin input:focus {
  border-bottom: solid 1px #4293F6;
}
#vmxLogin .signin input::-webkit-input-placeholder {
  font-size: 12px;
  color: #ccc;
}
#vmxLogin .signin input::-moz-placeholder {
  font-size: 12px;
  color: #ccc;
}
#vmxLogin .signin input:-ms-input-placeholder {
  font-size: 12px;
  color: #ccc;
}
#vmxLogin .signin .login-btn {
  background: #4293F6;
  width: 100%;
  height: 40px;
  border: none;
  color: #fff;
  outline: none;
  margin-bottom: 5px;
}
#vmxLogin .signin .wx {
  background: #2BA245;
}
#vmxLogin .signin .qq {
  background: #999;
}
#vmxLogin .signin a {
  text-decoration: none;
  margin-left: 10px;
}
@media screen and (max-device-width: 480px) {
  #vmxLogin .signin {
    float: left;
    left: 5%;
    width: 90%;
    padding: 5%;
    top: 5%;
    margin-top: 0px;
    margin-left: 0;
  }
  #vmxLogin .signin .leftInfo {
    display: none;
  }
  #vmxLogin .signin .rightInfo {
    padding-top: 20px;
  }
}
nav {
  width: 100%;
  left: 0px;
  top: 0px;
  height: 48px;
  z-index: 2;
  position: absolute;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
  /*background-image: -webkit-gradient(linear,left top,right top,from(#1278f6),to(#00b4aa));
    background-image: -webkit-linear-gradient(left,#1278f6,#00b4aa);
    background-image: -moz-linear-gradient(left,#1278f6,#00b4aa);
    background-image: linear-gradient(to right,#1278f6,#00b4aa);*/

  background: #0078D7;
  padding-left: 230px;
}
nav .userclick:hover {
  background: #005A9E;
}
nav .menu {
  float: left;
  width: 80px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
nav .menu:hover {
  background: #eee;
  background: #005A9E;
}
nav .menu i {
  font-size: 18px;
}
nav .search {
  position: relative;
  width: 220px;
  left: 50%;
  top: 6px;
  float: left;
  margin-left: -285px;
  border-radius: 5px;
}
nav .search .searchbox {
  background: rgba(244, 246, 255, 0.8);
  float: left;
}
nav .search .searchbox span {
  float: left;
}
nav .search input {
  height: 35px;
  border: none;
  width: 300px;
  padding-left: 15px;
  border-radius: 3px;
  float: left;
}
nav .search .searchTips {
  width: 300px;
  background: #fff;
  position: absolute;
  left: 0px;
  display: none;
  border: solid 1px #eee;
}
nav .search .searchTips a {
  width: 100%;
  float: left;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
}
nav .search .searchTips a:hover {
  background: #eee;
  color: #0078D7;
}
nav a {
  float: left;
  height: 48px;
  padding: 0px 20px;
  font-size: 16px;
  color: #000;
  line-height: 48px;
  color: #d0eae9;
}
nav a:hover {
  color: #fff;
  text-decoration: none;
}
nav .face {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 3px #fff;
  top: 0px;
}
.user-menu {
  position: fixed;
  right: 10px;
  background: #fff;
  border-radius: 4px;
  margin-top: 0px;
  display: none;
  top: 65px;
  border: solid 1px #ccc;
  width: 300px;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.user-menu a {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
}
.user-menu a i {
  font-size: 14px;
  margin-right: 5px;
}
.user-menu a:hover {
  color: #1278f6;
  text-decoration: none;
  background: #eee;
}
.user-menu .info {
  padding: 20px;
  float: left;
  width: 100%;
}
.user-menu .info .face {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.user-menu .info .name {
  margin-top: 10px;
  font-size: 16px;
}
.user-menu .info .tel {
  margin-top: 5px;
  font-size: 14px;
}
.user-menu .list {
  width: 100%;
  float: left;
  border-top: solid 1px #eee;
}
.vmx-zz {
  background: rgba(255, 255, 255, 0.01);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 2;
}
.mobile-vmx-zz {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 2;
}
.leftNavHover {
  width: 23px;
  background: rgba(0, 0, 0, 0.01);
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
}
.leftNav {
  width: 230px;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.leftNav::-webkit-scrollbar {
  width: 4px;
}
.leftNav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.leftNav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.leftNav .logo {
  width: 230px;
  float: left;
  height: 48px;
  text-align: left;
  line-height: 48px;
  color: #fff;
  font-size: 22px;
  background: #0078D7;
  text-indent: 25px;
  font-weight: 100;
  cursor: pointer;
  margin-bottom: 60px;
}
.leftNav .list {
  position: absolute;
  width: 100%;
  float: left;
  padding-top: 48px;
}
.leftNav a {
  width: 100%;
  text-indent: 20px;
  float: left;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  color: #464a53;
}
.leftNav a i {
  font-size: 12px;
  margin-right: 5px;
}
.leftNav a span {
  float: right;
  margin-right: 10px;
  font-size: 12px;
}
.leftNav a:hover {
  background: rgba(13, 139, 222, 0.2);
  text-decoration: none;
}
.leftNav .active {
  background: rgba(13, 139, 222, 0.2);
  text-decoration: none;
}
.leftNav .son {
  display: none;
  background: #eee;
  width: 100%;
  float: left;
  text-decoration: none;
}
.border {
  border: 1px solid #dedede;
}
.v-status {
  padding: 5px 7px;
  font-weight: 600;
  font-size: 65%;
}
.v-status-success {
  background-image: linear-gradient(230deg, #70c80f, #4c880a);
  color: #fff;
}
.v-status-info {
  background-image: linear-gradient(230deg, #759bff, #843cf6);
  color: #fff;
}
.v-status-pink {
  background-image: linear-gradient(230deg, #fc5286, #fbaaa2);
  color: #fff;
}
.v-status-or {
  background-image: linear-gradient(230deg, #ffc480, #ff763b);
  color: #fff;
}
#pageinfo {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
#pageinfo a {
  padding: 8px 10px;
  border: solid 1px #ccc;
  color: #000;
  border-right: 0px;
  min-width: 25px;
  float: left;
}
#pageinfo a:first-child {
  border-radius: 5px 0 0 5px;
}
#pageinfo a:last-child {
  border-right: solid 1px #ccc;
  border-radius: 0px 5px 5px 0px;
}
#pageinfo a:hover {
  background: #eee;
}
/*覆盖BOOT*/
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table {
  margin-bottom: 0px;
  font-size: 12px;
}
.card {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 0.625rem;
}
.card .card-body {
  padding: 1.88rem 1.81rem;
  width: 100%;
  float: left;
}
.card .card-body .card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1rem;
  color: #222222;
}
.content {
  width: 100%;
  margin-top: 80px;
  border-right: solid 23px #eee;
  margin-bottom: 80px;
  padding-bottom: 30px;
  padding-left: 260px;
}
.content .art {
  width: 100%;
  float: left;
}
.content .screen {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #f4f4f4;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.content .screen .title {
  font-weight: bold;
  width: 100%;
  float: left;
  margin-top: 9px;
  margin-bottom: 9px ;
}
.content .search-result {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.content .search-result span {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content .placelabel {
  color: #787a7d;
  margin-right: 6px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.content table a {
  color: #1276e5;
}
.content table a:hover {
  text-decoration: none;
}
.content a:hover {
  text-decoration: none;
}
.cover-list {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.cover-list .item {
  padding: 15px;
  width: 10%;
  float: left;
  overflow: hidden;
  height: 100px;
  position: relative;
  padding-left: 0px;
}
.cover-list .item span {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: red;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.cover-list img {
  width: 100%;
  border: solid 1px #eee;
}
.vmx-input-group {
  width: 100%;
  float: left;
}
.vmx-input-group input {
  width: 100%;
}
.vmx-input-group select {
  width: 100%;
}
.vmx-input {
  border: none;
  height: 38px;
  cursor: pointer;
  border: 1px solid #e1e3e4;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  color: #323437;
}
.vmx-input:hover {
  color: #323437;
  border: 1px solid #4da7fd;
  outline: none;
}
.vmx-input:focus {
  color: #323437;
  border: 1px solid #4da7fd;
  outline: none;
  background: rgba(45, 133, 253, 0.1);
}
.vmx-upload-btn {
  display: inline-block;
  zoom: 1;
  padding: 10px 16px;
  border-radius: 2px;
  line-height: 1;
  color: #323437;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background: #4f97e7;
  color: #fff;
}
.vmx-upload-btn:hover {
  color: #fff;
}
.vmx-btn {
  display: inline-block;
  zoom: 1;
  padding: 10px 16px;
  border-radius: 2px;
  line-height: 1;
  color: #323437;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}
.vmx-btn .iconfont {
  font-size: 14px;
  margin-right: 2px;
}
.btn-blue {
  background: #4f97e7;
  color: #fff;
}
.btn-long {
  width: 100%;
}
.btn-w {
  height: 38px;
  padding: 0px 15px;
  background: #fff;
  border: solid 1px #e1e3e4;
}
.btn-w:hover {
  color: #323437;
  border: 1px solid #4da7fd;
  outline: none;
}
.vbtn-success {
  height: 38px;
  padding: 0px 15px;
  background: #28a745;
  border: solid 1px #28a745;
  color: #fff;
}
.vbtn-success:hover {
  color: #fff;
  border: 1px solid #28a745;
  outline: none;
  background: #2cb44a;
}
.vbtn-primary {
  height: 38px;
  padding: 0px 15px;
  background: #4f97e7;
  border: solid 1px #4f97e7;
  color: #fff;
}
.vbtn-primary:hover {
  color: #fff;
  border: 1px solid #4f97e7;
  outline: none;
  background: #69a7eb;
}
td {
  white-space: nowrap;
}
tr {
  white-space: nowrap;
}
.mobile-menu {
  display: none;
}
@media screen and (max-device-width: 480px) {
  body {
    width: 100%;
    overflow-x: hidden;
    background: #F3F3F9;
  }
  .leftNav {
    position: fixed;
    left: -230px;
    z-index: 3;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 40px;
    float: left;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav {
    padding-left: 0;
  }
  nav .logo {
    display: none;
  }
  nav .search {
    left: 60px;
  }
  nav .search .searchTips {
    width: 150px;
  }
  nav .search input {
    width: 150px;
  }
  .mobile-menu {
    position: absolute;
    top: 0px;
    display: block;
    padding-left: 8px;
    line-height: 60px;
    z-index: 4;
  }
  .mobile-menu i {
    font-size: 32px;
  }
  .mobile-menu span {
    font-size: 18px;
  }
  .card-body {
    position: relative;
  }
  .card-body .table-responsive {
    margin-bottom: 0;
  }
  .card-body .operation {
    float: right;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 5px;
    background-image: linear-gradient(230deg, #759bff, #4da7fd);
    border-radius: 5px;
    color: #fff;
  }
  .card-body .operation i {
    font-size: 12px;
  }
  .card-body .operation:hover {
    background-image: linear-gradient(100deg, #759bff, #4da7fd);
  }
  .card-body .operationList {
    position: fixed;
    background: #fff;
    bottom: 0px;
    display: none;
    z-index: 999;
    width: 100%;
    left: 0px;
    border-radius: 5px 5px 0px 0px;
  }
  .card-body .operationList .btn-group {
    width: 100%;
    padding: 10px;
  }
  .card-body .operationList a {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: solid 1px #eee;
    padding: 15px 16px;
  }
  .card-body .operationList a:last-child {
    border-bottom: none;
  }
  .card-body .operationList a:hover {
    background: #eee;
    color: #4da7fd;
  }
}
.vmx-checkbox2,
.vmx-checkbox {
  display: none;
}
.vmx-checkbox-show2 {
  color: #4da7fd;
}
.vmx-checkbox-show2 i {
  font-size: 16px;
}
.vmx-checkbox-show {
  width: 50px;
  height: 26px;
  float: left;
  background: #ccc;
  border-radius: 15px;
  cursor: pointer;
  padding: 3px;
}
.vmx-checkbox-show .vmx-checbox-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.vmx-checkbox-checked {
  background: #4da7fd;
}
.vmx-checkbox-checked .vmx-checbox-dot {
  background: #fff;
}
.vmx-checkbox-check {
  background: #ccc;
}
.vmx-checkbox-check .vmx-checbox-dot {
  background: #fff;
}
.vmx-base {
  color: #4da7fd;
}
.vmx-success {
  color: #A6E22A;
}
.vmx-fail {
  color: red;
}
.vmx-warn {
  color: #FF7600;
}
.vmx-message {
  padding: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.vmx-message-info {
  padding: 8px;
  text-align: center;
  animation: myfirst 0.3s;
  animation: move 0.3s linear 0 1;
  margin-top: 15px;
}
.vmx-message-info .vmx-message-info-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
  font-size: 14px;
}
.vmx-message-info .vmx-message-info-content i {
  margin-right: 5px;
}
@keyframes myfirst {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
.vmx-loading {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding-top: 15px;
  z-index: 9999999999999999999;
}
.vmx-loading span {
  width: 100%;
  margin-top: 20px;
  float: left;
  font-size: 14px;
}
.vmx-loading-zz {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999999999999;
  left: 0px;
  top: 0px;
}
.vmx-drawer {
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  z-index: 9999999;
}
.vmx-drawer .vmx-drawer-title {
  width: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  text-align: left;
  font-size: 18px;
  text-indent: 20px;
}
.vmx-drawer .vmx-drawer-content {
  width: 100%;
  float: left;
  overflow: auto;
}
.vmx-drawer .vmx-drawer-close {
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
.vmx-drawer-zz {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 6;
  left: 0px;
  top: 0px;
}
.vmx-showmodal-zz {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 6;
  left: 0px;
  top: 0px;
}
.vmx-showmodal {
  position: fixed;
  z-index: 6;
  background: #fff;
  left: 50%;
  top: 30%;
  border-radius: 5px;
  animation: vmx-showmodal-flash 0.5s;
  animation: move 0.3s linear 0 1;
  margin-top: 35px;
}
.vmx-showmodal .vmx-showmodal-title {
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  text-align: left;
  font-size: 14px;
  text-indent: 10px;
}
.vmx-showmodal .vmx-showmodal-close {
  float: right;
  font-size: 20px;
  padding: 0px 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.vmx-showmodal .vmx-showmodal-close:hover {
  background: #eee;
}
.vmx-showmodal .vmx-showmodal-content {
  float: left;
  width: 100%;
  text-indent: 0px;
  padding: 10px;
}
.vmx-showmodal .vmx-showmodal-tools {
  float: left;
  width: 100%;
  text-indent: 0px;
  padding: 10px;
  text-align: right;
}
.vmx-showmodal .vmx-showmodal-tools a {
  padding: 8px 16px;
  background: #eee;
  margin-right: 10px;
  text-decoration: none;
  display: inline-flex;
  background-image: linear-gradient(100deg, #759bff, #4da7fd);
  color: #fff;
}
.vmx-showmodal .vmx-showmodal-tools a:hover {
  background-image: linear-gradient(230deg, #759bff, #4da7fd);
}
@keyframes vmx-showmodal-flash {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 35px;
  }
}
@media screen and (max-device-width: 600px) {
  .vmx-showmodal {
    width: 100%;
    bottom: 0px;
    left: 0px;
    border-radius: 5px 5px 0px 0px;
    top: unset;
  }
  .vmx-showmodal .vmx-showmodal-tools {
    overflow-y: scroll;
  }
  .vmx-showmodal .vmx-showmodal-tools a {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    color: #000;
    border-bottom: solid 1px #eee;
    padding: 15px 16px;
  }
  .vmx-showmodal .vmx-showmodal-tools a:hover {
    background: #eee;
  }
  .vmx-showmodal .vmx-showmodal-tools a:last-child {
    border-bottom: none;
  }
}
.banner-box-item {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.banner-box-item .op {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -20px;
}
.banner-box-item a {
  display: none;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.banner-box-item .update {
  background: #ccc;
}
.banner-box-item .zz {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 96%;
  height: 100%;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.banner-box-item:hover .zz,
.banner-box-item:hover a {
  display: block;
}
.mobx-box-item {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mobx-box-item .op {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -20px;
}
.mobx-box-item .info {
  text-align: center;
  border: solid 1px #eee;
  height: 220px;
  position: relative;
}
.mobx-box-item .info img {
  max-height: 170px;
}
.mobx-box-item .info .name {
  height: 50px;
  float: left;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
}
.mobx-box-item .info .zz {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.mobx-box-item a {
  display: none;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.mobx-box-item .update {
  background: #ccc;
}
.mobx-box-item:hover .zz,
.mobx-box-item:hover a {
  display: block;
}
.usedMostPage {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.usedMostPage a {
  padding: 8px 18px;
  font-size: 13px;
  background: #f8f8f8;
  margin-right: 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  float: left;
}
.usedMostPage a:hover {
  background: #eee;
}
.card1 {
  background-image: linear-gradient(230deg, #759bff, #843cf6);
}
.card2 {
  background-image: linear-gradient(230deg, #fc5286, #fbaaa2);
}
.card3 {
  background-image: linear-gradient(230deg, #ffc480, #ff763b);
}
.card4 {
  background-image: linear-gradient(230deg, #0e4cfd, #6a8eff);
}
.boxcard {
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.boxcard .card-body {
  font-size: 1.875rem;
}
.boxcard .glyphicon {
  float: right;
  font-size: 2rem;
}
.content table a {
  background: #0078D7;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
}
.content table a:hover {
  background: #005eaa;
}
.table-hover > tbody > tr:hover {
  background: #DDEDF9;
}
tr {
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
thead {
  background: #eee;
}
table input {
  background: #f8f8f8;
  border: none;
  width: 100%;
  padding: 3px;
  float: left;
}
