.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;
  z-index: 999;
}
.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;
}
