@charset "UTF-8";

.dg {
	z-index: 1000 !important;
}
.cr input {
	line-height: normal;
}

#mq-header li {
  border-bottom: unset;
}

#mq-header .menu-case-info {
  color: #fff;
}

#mq-header .menu-case-info:hover {
  color: #996699;
}

#mq-header .menu-user-info {
  color: white;
}

#mq-header .menu-user-info:hover {
  background-color: #fff;
  color: #000;
}

#mq-header .menu-user-info > div:nth-child(1) {
  width: 80px;
  text-align: center;
}

#mq-header .menu-user-info > img:hover {
  margin: 0 auto;
}

#mq-header .menu-user-info ul {
  background-color: #996699;
  display: none;
  top: 80px;
  position: absolute;
  z-index: 999;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0;
  width: 120px;
  color: white;
  text-align: center;
}

#mq-header .menu-user-info ul li {
  list-style: none;
  margin: 15px auto;
}

#mq-header .menu-user-info ul li:hover {
  color: #38334a;
}

#mq-header .menu-user-info ul li:last-child {
  border-top: 1px solid #888;
}

.mq-main-menu {
  height: 100%;
  position: relative;
  max-width: 1200px;
  padding: 0px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}

.mq-main-menu > ul {
  height: inherit;
  width: auto;
  position: absolute;
  border-bottom: none;
}

.mq-main-menu > ul > li {
  vertical-align: middle;
  align-items: center;
  justify-items: center;
  place-items: center;
  display: flex;
  min-width: 40px;
  margin: 0px auto;
}

.mq-main-menu > ul > li.menu-case-info {
  margin-left: 100px;
}

.mq-main-menu > ul > li.menu-case-info:hover {
  cursor: pointer;
}

.mq-main-menu > ul > li > a {
  margin: auto 5px;
}

.mq-main-menu > ul:nth-child(2) {
  float: right;
  right: 0px;
  z-index: 200;
}

[class^="glyphicon-mq-"],
[class*="glyphicon-mq-"] {
  background: url("../img/page/page-icon.png");
}

.glyphicon-mq-messagebox {
  background-position: -112px -0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.glyphicon-mq-exitsystem {
  background-position: -96px -0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.glyphicon-mq-add {
  background-position: -214px -0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-search {
  background-position: -192px -0px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}

.glyphicon-mq-search2 {
  background-position: -191px -0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin: 8px;
  border-style: none;
}

.glyphicon-mq-breadcrumb {
  background-position: -240px -16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin: 8px;
}

.glyphicon-mq-edit {
  background-position: -64px -32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit:hover {
  background-position: -128px -0px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-case-delete {
  background-position: -192px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-case-delete:hover {
  background-position: -192px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-delete {
  background-position: -32px -32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-delete:hover {
  background-position: -96px -0px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-upload {
  background-position: -0px -48px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-upload:hover {
  background-position: -64px -16px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-ckeckview {
  background-position: -160px -48px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-ckeckview:hover {
  background-position: -128px -48px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-image-rotate {
  background-position: -264px -16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-image-rotate:hover {
  background-position: -240px -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-image-delete {
  background-position: -216px -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-image-delete:hover {
  background-position: -192px -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-crown-pos-on {
  background-position: -216px -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-crown-pos-off {
  background-position: -192px -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-user {
  background-position: -0px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-user:hover {
  background-position: -0px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-table {
  background-position: -32px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-table:hover {
  background-position: -32px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-photo {
  background-position: -64px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-photo:hover {
  background-position: -64px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-model {
  background-position: -96px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-model:hover {
  background-position: -96px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-edit-arrow {
  background-position: -128px -80px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-map {
  background-position: -0px -0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.glyphicon-mq-phone {
  background-position: -160px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-mail {
  background-position: -16px -0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.glyphicon-mq-user {
  background-position: -128px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-password {
  background-position: -160px -64px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.glyphicon-mq-phone-mobile {
  background-position: -160px -96px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.mq-common-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,
 background-color .15s ease-in-out,
 border-color .15s ease-in-out,
 box-shadow .15s ease-in-out;
  background: transparent;
  color: #996699;
}

.mq-common-button:hover {
  background: #996699;
  color: white;
}

.mq-outline {
  border: 1px solid #996699;
}

.btn-outline-maiqi {
  color: white;
  background-color: #996699;
  background-image: none;
  border-color: #996699;
}

.btn-outline-maiqi > span {
  color: white;
}

.btn-primary2 {
  color: #fff;
  background-color: #e0d5e6;
  border-color: #e0d5e6;
}

.btn-primary3 {
  color: #fff;
  background-color: #996699;
  border-color: #996699;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  position: absolute;
}

header {
  height: 80px;
  width: 100%;
  position: absolute;
  background: #38334a;
}

.container-fluid,
.row-fluid {
  height: inherit;
}

.mq-main-body {
  height: calc(100% - 80px);
  margin-top: 80px;
  width: 100%;
  display: block;
  overflow-y: auto;
}

.mq-main-content {
  width: 1200px;
  margin: 10px auto;
}

@media screen and (max-width: 1200px) {
  .mq-main-content {
    width: 900px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 901px) {
  .mq-main-content {
    width: 800px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 801px) {
  .mq-main-content {
    width: 600px;
    margin: 10px auto;
    display: float;
  }
}

.form-control:focus {
  border-color: #638fa5;
  box-shadow: 0 0 0 0.2rem rgba(99, 143, 165, 0.25);
}

.text-center {
  text-align: center;
  margin: auto;
}

.btn:focus {
  box-shadow: none;
}

.btn-outline-primary {
  background-color: none;
  border: 1px solid var(--svg-fill);
  color: #6c757d;
}

.btn-outline-primary:hover {
  background-color: #D0EBF7;
  color: #6c757d;
  border-color: var(--svg-fill);
}

.btn-primary {
  background-color: var(--svg-fill);
  border: 1px solid var(--svg-fill);
  color: #fff;
}

.btn-primary:focus {
  background-color: var(--svg-fill);
  border: 1px solid var(--svg-fill);
  color: #fff;
}

.btn-primary:hover {
  background-color: #2380aa;
  color: #fff;
}

.btn-outline-primary-selected {
  background-color: #EAF7FE;
}

.mq-slider {
  width: 100%;
  height: 2rem;
  position: absolute;
  z-index: 1;
}

.mq-slider .thumb {
  width: 2rem;
  height: 2rem;
  background-color: #00AEEF;
  position: absolute;
  top: 0;
  border-radius: 2rem;
}

.mq-slider .thumb:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6e0a;
}

.mq-slider .track {
  width: 100%;
  height: 0.5rem;
  margin: 0.75rem 0;
  background-color: #c4c4c4;
  border-radius: 1rem;
}

.mq-slider .minus {
  position: absolute;
  left: -2rem;
  top: 0px;
}

.mq-slider .plus {
  position: absolute;
  top: 0;
  right: -2rem;
}

.mq-slider-vertical {
  width: 2rem;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.mq-slider-vertical .thumb {
  width: 2rem;
  height: 2rem;
  background-color: #00AEEF;
  position: absolute;
  left: 0;
  border-radius: 2rem;
}

.mq-slider-vertical .thumb:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6e0a;
}

.mq-slider-vertical .track {
  width: 0.5rem;
  height: 100%;
  margin: 0 0.75rem;
  background-color: #c4c4c4;
  border-radius: 1rem;
}

.mq-slider-vertical .minus {
  position: absolute;
  left: 0px;
  bottom: -2rem;
}

.mq-slider-vertical .plus {
  position: absolute;
  left: 0;
  top: -2rem;
}

/* 大尺寸对话框的布局 */
.mq-lg-modal-body {
  height: 600px;
}

@media (max-width: 575.98px) {
  .mq-lg-modal-body {
    height: 300px;
  }
}

@media (max-height: 575.98px) {
  .mq-lg-modal-body {
    height: 300px;
  }
}

.mq-lg-modal-header {
  display: flex;
}

@media (max-width: 575.98px) {
  .mq-lg-modal-header {
    display: none;
  }
}

@media (max-height: 575.98px) {
  .mq-lg-modal-header {
    display: none;
  }
}
