html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0088df;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #005993;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.mz-inline-block {
  display: inline-block;
}
.mz-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small,
h1 .small,
h2 .small,
h3 .small,
.h1 .small,
.h2 .small,
.h3 .small {
  font-size: 65%;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
.h4 small,
.h5 small,
.h6 small,
h4 .small,
h5 .small,
h6 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.strong {
  font-weight: bold;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff6d4;
  padding: 0.2em;
}
.mz-text-left {
  text-align: left;
}
.mz-text-right {
  text-align: right;
}
.mz-text-center {
  text-align: center;
}
.mz-text-justify {
  text-align: justify;
}
.mz-text-nowrap {
  white-space: nowrap;
}
.mz-text-lowercase {
  text-transform: lowercase;
}
.mz-text-uppercase {
  text-transform: uppercase;
}
.mz-text-capitalize {
  text-transform: capitalize;
}
.mz-text-muted {
  color: #999999;
}
.mz-text-primary {
  color: #0088df;
}
a.mz-text-primary:hover,
a.mz-text-primary:focus {
  color: #0069ac;
}
.mz-text-error {
  color: #0088df;
  color: red;
}
a.mz-text-error:hover,
a.mz-text-error:focus {
  color: #0069ac;
}
.mz-text-success {
  color: #008b52;
}
a.mz-text-success:hover,
a.mz-text-success:focus {
  color: #005834;
}
.mz-text-info {
  color: #1c699f;
}
a.mz-text-info:hover,
a.mz-text-info:focus {
  color: #144c73;
}
.mz-text-warning {
  color: #875400;
}
a.mz-text-warning:hover,
a.mz-text-warning:focus {
  color: #543400;
}
.mz-text-danger {
  color: #cc4300;
}
a.mz-text-danger:hover,
a.mz-text-danger:focus {
  color: #993200;
}
.mz-text-disabled {
  color: #c8c8c8;
}
a.mz-text-disabled:hover,
a.mz-text-disabled:focus {
  color: #afafaf;
}
.mz-bg-primary {
  color: #fff;
  background-color: #0088df;
}
a.mz-bg-primary:hover,
a.mz-bg-primary:focus {
  background-color: #0069ac;
}
.mz-bg-success {
  background-color: #e7ffeb;
}
a.mz-bg-success:hover,
a.mz-bg-success:focus {
  background-color: #b4ffc1;
}
.mz-bg-info {
  background-color: #f0f7fc;
}
a.mz-bg-info:hover,
a.mz-bg-info:focus {
  background-color: #c5e1f5;
}
.mz-bg-warning {
  background-color: #fff6d4;
}
a.mz-bg-warning:hover,
a.mz-bg-warning:focus {
  background-color: #ffeba1;
}
.mz-bg-danger {
  background-color: #ffeee5;
}
a.mz-bg-danger:hover,
a.mz-bg-danger:focus {
  background-color: #ffccb3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-position: inside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.mz-navbar-default .mz-hoverdown-submenu,
.mz-navbar-old .mz-hoverdown-submenu {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.mz-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 960px;
}
.m2-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  width: 960px;
}
.mz-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.m2-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.mz-row {
  margin-left: -10px;
  margin-right: -10px;
}
.mz-col-sm-1,
.mz-col-md-1,
.mz-col-sm-2,
.mz-col-md-2,
.mz-col-sm-3,
.mz-col-md-3,
.mz-col-sm-4,
.mz-col-md-4,
.mz-col-sm-5,
.mz-col-md-5,
.mz-col-sm-6,
.mz-col-md-6,
.mz-col-sm-7,
.mz-col-md-7,
.mz-col-sm-8,
.mz-col-md-8,
.mz-col-sm-9,
.mz-col-md-9,
.mz-col-sm-10,
.mz-col-md-10,
.mz-col-sm-11,
.mz-col-md-11,
.mz-col-sm-12,
.mz-col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.mz-col-md-0,
.mz-col-md-1,
.mz-col-md-2,
.mz-col-md-3,
.mz-col-md-4,
.mz-col-md-5,
.mz-col-md-6,
.mz-col-md-7,
.mz-col-md-8,
.mz-col-md-9,
.mz-col-md-10,
.mz-col-md-11,
.mz-col-md-12 {
  float: left;
}
.mz-col-md-12 {
  width: 100%;
}
.mz-col-md-11 {
  width: 91.66666667%;
}
.mz-col-md-10 {
  width: 83.33333333%;
}
.mz-col-md-9 {
  width: 75%;
}
.mz-col-md-8 {
  width: 66.66666667%;
}
.mz-col-md-7 {
  width: 58.33333333%;
}
.mz-col-md-6 {
  width: 50%;
}
.mz-col-md-5 {
  width: 41.66666667%;
}
.mz-col-md-4 {
  width: 33.33333333%;
}
.mz-col-md-3 {
  width: 25%;
}
.mz-col-md-2 {
  width: 16.66666667%;
}
.mz-col-md-1 {
  width: 8.33333333%;
}
.mz-col-md-pull-12 {
  right: 100%;
}
.mz-col-md-pull-11 {
  right: 91.66666667%;
}
.mz-col-md-pull-10 {
  right: 83.33333333%;
}
.mz-col-md-pull-9 {
  right: 75%;
}
.mz-col-md-pull-8 {
  right: 66.66666667%;
}
.mz-col-md-pull-7 {
  right: 58.33333333%;
}
.mz-col-md-pull-6 {
  right: 50%;
}
.mz-col-md-pull-5 {
  right: 41.66666667%;
}
.mz-col-md-pull-4 {
  right: 33.33333333%;
}
.mz-col-md-pull-3 {
  right: 25%;
}
.mz-col-md-pull-2 {
  right: 16.66666667%;
}
.mz-col-md-pull-1 {
  right: 8.33333333%;
}
.mz-col-md-pull-0 {
  right: auto;
}
.mz-col-md-push-12 {
  left: 100%;
}
.mz-col-md-push-11 {
  left: 91.66666667%;
}
.mz-col-md-push-10 {
  left: 83.33333333%;
}
.mz-col-md-push-9 {
  left: 75%;
}
.mz-col-md-push-8 {
  left: 66.66666667%;
}
.mz-col-md-push-7 {
  left: 58.33333333%;
}
.mz-col-md-push-6 {
  left: 50%;
}
.mz-col-md-push-5 {
  left: 41.66666667%;
}
.mz-col-md-push-4 {
  left: 33.33333333%;
}
.mz-col-md-push-3 {
  left: 25%;
}
.mz-col-md-push-2 {
  left: 16.66666667%;
}
.mz-col-md-push-1 {
  left: 8.33333333%;
}
.mz-col-md-push-0 {
  left: auto;
}
.mz-col-md-offset-12 {
  margin-left: 100%;
}
.mz-col-md-offset-11 {
  margin-left: 91.66666667%;
}
.mz-col-md-offset-10 {
  margin-left: 83.33333333%;
}
.mz-col-md-offset-9 {
  margin-left: 75%;
}
.mz-col-md-offset-8 {
  margin-left: 66.66666667%;
}
.mz-col-md-offset-7 {
  margin-left: 58.33333333%;
}
.mz-col-md-offset-6 {
  margin-left: 50%;
}
.mz-col-md-offset-5 {
  margin-left: 41.66666667%;
}
.mz-col-md-offset-4 {
  margin-left: 33.33333333%;
}
.mz-col-md-offset-3 {
  margin-left: 25%;
}
.mz-col-md-offset-2 {
  margin-left: 16.66666667%;
}
.mz-col-md-offset-1 {
  margin-left: 8.33333333%;
}
.mz-col-md-offset-0 {
  margin-left: 0%;
}
.mz-container-table-row {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}
.mz-table-row {
  display: table;
  width: 100%;
}
.mz-table-row .mz-col-vertical-middle {
  vertical-align: middle;
}
.mz-table-row .mz-col-md-0,
.mz-table-row .mz-col-md-1,
.mz-table-row .mz-col-md-2,
.mz-table-row .mz-col-md-3,
.mz-table-row .mz-col-md-4,
.mz-table-row .mz-col-md-5,
.mz-table-row .mz-col-md-6,
.mz-table-row .mz-col-md-7,
.mz-table-row .mz-col-md-8,
.mz-table-row .mz-col-md-9,
.mz-table-row .mz-col-md-10,
.mz-table-row .mz-col-md-11,
.mz-table-row .mz-col-md-12 {
  float: none;
  display: table-cell;
}
.mz-alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}
.mz-alert h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1;
  color: inherit;
}
.mz-alert .alert-link:hover {
  text-decoration: underline;
}
.mz-alert .underline {
  text-decoration: underline;
}
.mz-alert > p,
.mz-alert > ul,
.mz-alert > ol {
  font-size: 14px;
  margin-bottom: 0;
}
.mz-alert > h4 + p,
.mz-alert > p + p {
  margin-top: 5px;
}
.mz-alert .alert-code {
  margin-top: 5px;
  padding: 6px 12px;
}
.mz-alert.alert-with-icon {
  min-height: 150px;
  padding-left: 150px;
  font-size: 18px;
  line-height: 1.42857143;
}
.mz-alert.alert-with-icon h2,
.mz-alert.alert-with-icon h4 {
  margin-top: 10px;
}
.mz-alert.alert-with-icon > p,
.mz-alert.alert-with-icon > ul,
.mz-alert.alert-with-icon > ol {
  font-size: 18px;
}
.mz-alert.alert-with-icon .alert-icon-wrapper {
  float: left;
  margin-left: -135px;
}
.mz-alert.alert-with-icon .alert-icon {
  max-width: 120px;
  max-height: 120px;
}
.mz-alert.alert-compact {
  padding: 5px 10px;
  margin-bottom: 5px;
}
.mz-alert.alert-compact .alert-icon > i {
  font-size: 18px;
  font-weight: bold;
}
.mz-alert.alert-info {
  background-color: #f0f7fc;
  border-color: #d2eef7;
  color: #1c699f;
}
.mz-alert.alert-info hr {
  border-top-color: #bce6f3;
}
.mz-alert.alert-info .alert-link {
  color: #144c73;
}
.mz-alert.alert-success {
  background-color: #dbf1d6;
  border-color: #d1eac2;
  color: #1f7835;
}
.mz-alert.alert-success hr {
  border-top-color: #c3e3af;
}
.mz-alert.alert-success .alert-link {
  color: #154f23;
}
.mz-alert.alert-warning {
  background-color: #fdf8e1;
  border-color: #fdebc8;
  color: #8f6c31;
}
.mz-alert.alert-warning hr {
  border-top-color: #fce2af;
}
.mz-alert.alert-warning .alert-link {
  color: #694f24;
}
.mz-alert.alert-danger {
  background-color: #f7ddde;
  border-color: #f2cbd1;
  color: #b63b3d;
}
.mz-alert.alert-danger hr {
  border-top-color: #edb7bf;
}
.mz-alert.alert-danger .alert-link {
  color: #8f2f30;
}
.mz-alert-dismissible {
  padding-right: 35px;
}
.mz-alert-dismissible .close {
  position: relative;
  top: -5px;
  right: -21px;
  color: inherit;
}
.mz-top-alerts {
  width: 100%;
  overflow: hidden;
  color: #666;
}
.mz-top-alerts.alert-info {
  background: #fffaeb;
  border-bottom: 1px solid #fff3cf;
}
.mz-top-alerts.alert-danger {
  color: #b63b3d;
  background: #f7ddde;
  border-bottom: 1px solid #f2cbd1;
}
.mz-top-alerts .mz-alert {
  margin: 0 auto;
  width: 1200px;
  line-height: 24px;
  padding: 12px 0;
  font-size: 14px;
  border: none;
}
.mz-top-alerts .mz-alert > p + p {
  margin-top: 0;
}
.mz-top-alerts .mz-alert + .mz-alert {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mz-top-alerts .mz-alert .title {
  color: #333;
  line-height: 28px;
  font-size: 16px;
}
.mz-module-alerts {
  width: 988px;
  margin: 12px;
  background: #ecf6fd;
  border: 1px solid #d2eafb;
  border-radius: 4px;
  padding: 8px 16px;
}
.mz-module-alerts.margin-legacy {
  margin-left: 26px;
  margin-right: 26px;
  width: 960px;
}
.mz-module-alerts .mz-alert {
  line-height: 24px;
  padding: 12px 0;
  font-size: 14px;
  border: none;
  margin: 0;
}
.mz-module-alerts .mz-alert + .mz-alert {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mz-mshow-bottom-alerts {
  margin: auto;
  bottom: 140px;
  position: absolute;
  width: 940px;
}
.mz-mshow-bottom-alerts .mz-alert {
  margin-top: 10px;
  margin-bottom: 0;
}
.mz-alert-main {
  text-align: center;
  padding: 40px 32px;
}
.mz-alert-main .mz-alert-icon {
  display: inline-block;
  font-size: 96px;
  color: #00be70;
  margin-right: 32px;
}
.mz-alert-main .mz-alert-content {
  display: inline-block;
}
.mz-alert-main .mz-alert-content h2 {
  font-size: 48px;
  color: #333333;
}
.mz-alert-main .mz-alert-content p {
  font-size: 18px;
}
.mz-expire-alert p {
  font-size: 16px;
  line-height: 1.42857143;
}
.mz-expire-alert .quick-renew-block {
  padding: 20px 120px;
}
.mz-new-expire-alert {
  color: #fff;
  background: #ff5400;
  height: 100px;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.mz-new-expire-alert:hover,
.mz-new-expire-alert:focus {
  color: #fff;
}
.mz-new-expire-alert:active {
  color: #fff;
  background: #e64d00;
}
.mz-new-expire-alert .mz-renew-alert-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.mz-new-expire-alert .mz-renew-alert-btn {
  align-self: center;
  margin: 0 24px;
  color: #ff5400;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
}
.mz-new-expire-alert .mz-renew-alert-btn:hover,
.mz-new-expire-alert .mz-renew-alert-btn:focus {
  color: #ff7733;
}
.mz-new-expire-alert .mz-renew-alert-btn:active {
  color: #e64d00;
}
.mz-lowest-alert {
  font-size: 0;
}
.mz-lowest-alert .alert-text {
  display: inline-block;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.mz-lowest-alert .mz-btn {
  margin-left: 10px;
  vertical-align: top;
}
.mz-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 4px;
}
.mz-badge:empty {
  display: none;
}
.mz-btn .mz-badge {
  position: relative;
  top: -1px;
}
a.mz-badge:hover,
a.mz-badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.nav-pills > .active > a > .mz-badge {
  color: #0088df;
  background-color: #fff;
}
.nav-pills > li > a > .mz-badge,
.nav-tabs > li > a > .mz-badge {
  margin-left: 3px;
}
.mz-new-badge {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  margin-left: 8px;
  font-weight: bold;
  color: #ff5400;
}
.mz-breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 12px;
}
.mz-breadcrumb > li {
  display: inline-block;
  color: #999999;
}
.mz-breadcrumb > li + li:before {
  content: '»\00a0';
  padding: 0 5px;
  color: #999999;
}
.mz-breadcrumb > .active {
  color: #999999;
}
.mz-breadcrumb.gray-bg-breadcrumb {
  padding: 8px 16px;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.mz-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 11px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.mz-btn:focus,
.mz-btn:active:focus,
.mz-btn.active:focus,
.mz-btn.focus,
.mz-btn:active.focus,
.mz-btn.active.focus {
  outline: 0;
}
.mz-btn:hover,
.mz-btn.hover,
.mz-btn:focus,
.mz-btn.focus {
  color: #333;
  text-decoration: none;
}
.mz-btn:active,
.mz-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mz-btn.disabled,
.mz-btn[disabled],
.mz-btn.disabled.mz-form-control,
.mz-btn[disabled].mz-form-control,
fieldset[disabled] .mz-btn {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.mz-btn.disabled,
fieldset[disabled] a.mz-btn {
  pointer-events: none;
}
.mz-btn.btn-default,
.mz-btn.btn-default.mz-form-control {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #333333 !important;
}
.mz-btn.btn-default:focus,
.mz-btn.btn-default.mz-form-control:focus,
.mz-btn.btn-default.focus,
.mz-btn.btn-default.mz-form-control.focus,
.mz-btn.btn-default:hover,
.mz-btn.btn-default.mz-form-control:hover,
.mz-btn.btn-default.hover,
.mz-btn.btn-default.mz-form-control.hover {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.mz-btn.btn-default:active,
.mz-btn.btn-default.mz-form-control:active,
.mz-btn.btn-default.active,
.mz-btn.btn-default.mz-form-control.active,
.mz-btn.btn-default:active:hover,
.mz-btn.btn-default.mz-form-control:active:hover,
.mz-btn.btn-default.active:hover,
.mz-btn.btn-default.mz-form-control.active:hover,
.mz-btn.btn-default:active.hover,
.mz-btn.btn-default.mz-form-control:active.hover,
.mz-btn.btn-default.active.hover,
.mz-btn.btn-default.mz-form-control.active.hover,
.mz-btn.btn-default:active:focus,
.mz-btn.btn-default.mz-form-control:active:focus,
.mz-btn.btn-default.active:focus,
.mz-btn.btn-default.mz-form-control.active:focus,
.mz-btn.btn-default:active.focus,
.mz-btn.btn-default.mz-form-control:active.focus,
.mz-btn.btn-default.active.focus,
.mz-btn.btn-default.mz-form-control.active.focus {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.mz-btn.btn-default.disabled,
.mz-btn.btn-default.mz-form-control.disabled,
.mz-btn.btn-default[disabled],
.mz-btn.btn-default.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-default,
fieldset[disabled] .mz-btn.btn-default.mz-form-control,
.mz-btn.btn-default.disabled:hover,
.mz-btn.btn-default.mz-form-control.disabled:hover,
.mz-btn.btn-default[disabled]:hover,
.mz-btn.btn-default.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-default:hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control:hover,
.mz-btn.btn-default.disabled.hover,
.mz-btn.btn-default.mz-form-control.disabled.hover,
.mz-btn.btn-default[disabled].hover,
.mz-btn.btn-default.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-default.hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.hover,
.mz-btn.btn-default.disabled:focus,
.mz-btn.btn-default.mz-form-control.disabled:focus,
.mz-btn.btn-default[disabled]:focus,
.mz-btn.btn-default.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-default:focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control:focus,
.mz-btn.btn-default.disabled.focus,
.mz-btn.btn-default.mz-form-control.disabled.focus,
.mz-btn.btn-default[disabled].focus,
.mz-btn.btn-default.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-default.focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.focus {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.mz-btn.btn-default.btn-bordered,
.mz-btn.btn-default.mz-form-control.btn-bordered {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
.mz-btn.btn-default.btn-bordered:focus,
.mz-btn.btn-default.mz-form-control.btn-bordered:focus,
.mz-btn.btn-default.btn-bordered.focus,
.mz-btn.btn-default.mz-form-control.btn-bordered.focus,
.mz-btn.btn-default.btn-bordered:hover,
.mz-btn.btn-default.mz-form-control.btn-bordered:hover,
.mz-btn.btn-default.btn-bordered.hover,
.mz-btn.btn-default.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #d8d8d8;
}
.mz-btn.btn-default.btn-bordered:active,
.mz-btn.btn-default.mz-form-control.btn-bordered:active,
.mz-btn.btn-default.btn-bordered.active,
.mz-btn.btn-default.mz-form-control.btn-bordered.active,
.mz-btn.btn-default.btn-bordered:active:hover,
.mz-btn.btn-default.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-default.btn-bordered.active:hover,
.mz-btn.btn-default.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-default.btn-bordered:active.hover,
.mz-btn.btn-default.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-default.btn-bordered.active.hover,
.mz-btn.btn-default.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-default.btn-bordered:active:focus,
.mz-btn.btn-default.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-default.btn-bordered.active:focus,
.mz-btn.btn-default.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-default.btn-bordered:active.focus,
.mz-btn.btn-default.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-default.btn-bordered.active.focus,
.mz-btn.btn-default.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #d8d8d8;
}
.mz-btn.btn-default.btn-bordered.disabled,
.mz-btn.btn-default.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-default.btn-bordered[disabled],
.mz-btn.btn-default.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-default.btn-bordered,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-bordered,
.mz-btn.btn-default.btn-bordered.disabled:hover,
.mz-btn.btn-default.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-default.btn-bordered[disabled]:hover,
.mz-btn.btn-default.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-default.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-bordered:hover,
.mz-btn.btn-default.btn-bordered.disabled.hover,
.mz-btn.btn-default.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-default.btn-bordered[disabled].hover,
.mz-btn.btn-default.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-default.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-bordered.hover,
.mz-btn.btn-default.btn-bordered.disabled:focus,
.mz-btn.btn-default.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-default.btn-bordered[disabled]:focus,
.mz-btn.btn-default.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-default.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-bordered:focus,
.mz-btn.btn-default.btn-bordered.disabled.focus,
.mz-btn.btn-default.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-default.btn-bordered[disabled].focus,
.mz-btn.btn-default.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-default.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-bordered.focus {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
.mz-btn.btn-default.btn-alternate,
.mz-btn.btn-default.mz-form-control.btn-alternate {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.mz-btn.btn-default.btn-alternate:focus,
.mz-btn.btn-default.mz-form-control.btn-alternate:focus,
.mz-btn.btn-default.btn-alternate.focus,
.mz-btn.btn-default.mz-form-control.btn-alternate.focus,
.mz-btn.btn-default.btn-alternate:hover,
.mz-btn.btn-default.mz-form-control.btn-alternate:hover,
.mz-btn.btn-default.btn-alternate.hover,
.mz-btn.btn-default.mz-form-control.btn-alternate.hover {
  color: #e8e8e8;
  background-color: #fff;
  border-color: #e8e8e8;
}
.mz-btn.btn-default.btn-alternate:active,
.mz-btn.btn-default.mz-form-control.btn-alternate:active,
.mz-btn.btn-default.btn-alternate.active,
.mz-btn.btn-default.mz-form-control.btn-alternate.active,
.mz-btn.btn-default.btn-alternate:active:hover,
.mz-btn.btn-default.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-default.btn-alternate.active:hover,
.mz-btn.btn-default.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-default.btn-alternate:active.hover,
.mz-btn.btn-default.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-default.btn-alternate.active.hover,
.mz-btn.btn-default.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-default.btn-alternate:active:focus,
.mz-btn.btn-default.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-default.btn-alternate.active:focus,
.mz-btn.btn-default.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-default.btn-alternate:active.focus,
.mz-btn.btn-default.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-default.btn-alternate.active.focus,
.mz-btn.btn-default.mz-form-control.btn-alternate.active.focus {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #e8e8e8;
}
.mz-btn.btn-default.btn-alternate.disabled,
.mz-btn.btn-default.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-default.btn-alternate[disabled],
.mz-btn.btn-default.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-default.btn-alternate,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-alternate,
.mz-btn.btn-default.btn-alternate.disabled:hover,
.mz-btn.btn-default.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-default.btn-alternate[disabled]:hover,
.mz-btn.btn-default.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-default.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-alternate:hover,
.mz-btn.btn-default.btn-alternate.disabled.hover,
.mz-btn.btn-default.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-default.btn-alternate[disabled].hover,
.mz-btn.btn-default.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-default.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-alternate.hover,
.mz-btn.btn-default.btn-alternate.disabled:focus,
.mz-btn.btn-default.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-default.btn-alternate[disabled]:focus,
.mz-btn.btn-default.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-default.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-alternate:focus,
.mz-btn.btn-default.btn-alternate.disabled.focus,
.mz-btn.btn-default.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-default.btn-alternate[disabled].focus,
.mz-btn.btn-default.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-default.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-default.mz-form-control.btn-alternate.focus {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.mz-btn.btn-primary-hollow,
.mz-btn.btn-primary-hollow.mz-form-control {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
  border-color: #d8d8d8;
}
.mz-btn.btn-primary-hollow:focus,
.mz-btn.btn-primary-hollow.mz-form-control:focus,
.mz-btn.btn-primary-hollow.focus,
.mz-btn.btn-primary-hollow.mz-form-control.focus,
.mz-btn.btn-primary-hollow:hover,
.mz-btn.btn-primary-hollow.mz-form-control:hover,
.mz-btn.btn-primary-hollow.hover,
.mz-btn.btn-primary-hollow.mz-form-control.hover {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.mz-btn.btn-primary-hollow:active,
.mz-btn.btn-primary-hollow.mz-form-control:active,
.mz-btn.btn-primary-hollow.active,
.mz-btn.btn-primary-hollow.mz-form-control.active,
.mz-btn.btn-primary-hollow:active:hover,
.mz-btn.btn-primary-hollow.mz-form-control:active:hover,
.mz-btn.btn-primary-hollow.active:hover,
.mz-btn.btn-primary-hollow.mz-form-control.active:hover,
.mz-btn.btn-primary-hollow:active.hover,
.mz-btn.btn-primary-hollow.mz-form-control:active.hover,
.mz-btn.btn-primary-hollow.active.hover,
.mz-btn.btn-primary-hollow.mz-form-control.active.hover,
.mz-btn.btn-primary-hollow:active:focus,
.mz-btn.btn-primary-hollow.mz-form-control:active:focus,
.mz-btn.btn-primary-hollow.active:focus,
.mz-btn.btn-primary-hollow.mz-form-control.active:focus,
.mz-btn.btn-primary-hollow:active.focus,
.mz-btn.btn-primary-hollow.mz-form-control:active.focus,
.mz-btn.btn-primary-hollow.active.focus,
.mz-btn.btn-primary-hollow.mz-form-control.active.focus {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.mz-btn.btn-primary-hollow.disabled,
.mz-btn.btn-primary-hollow.mz-form-control.disabled,
.mz-btn.btn-primary-hollow[disabled],
.mz-btn.btn-primary-hollow.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-primary-hollow,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control,
.mz-btn.btn-primary-hollow.disabled:hover,
.mz-btn.btn-primary-hollow.mz-form-control.disabled:hover,
.mz-btn.btn-primary-hollow[disabled]:hover,
.mz-btn.btn-primary-hollow.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control:hover,
.mz-btn.btn-primary-hollow.disabled.hover,
.mz-btn.btn-primary-hollow.mz-form-control.disabled.hover,
.mz-btn.btn-primary-hollow[disabled].hover,
.mz-btn.btn-primary-hollow.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.hover,
.mz-btn.btn-primary-hollow.disabled:focus,
.mz-btn.btn-primary-hollow.mz-form-control.disabled:focus,
.mz-btn.btn-primary-hollow[disabled]:focus,
.mz-btn.btn-primary-hollow.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control:focus,
.mz-btn.btn-primary-hollow.disabled.focus,
.mz-btn.btn-primary-hollow.mz-form-control.disabled.focus,
.mz-btn.btn-primary-hollow[disabled].focus,
.mz-btn.btn-primary-hollow.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-bordered,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-bordered:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:focus,
.mz-btn.btn-primary-hollow.btn-bordered.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.focus,
.mz-btn.btn-primary-hollow.btn-bordered:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:hover,
.mz-btn.btn-primary-hollow.btn-bordered.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #d8d8d8;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-bordered:active,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:active,
.mz-btn.btn-primary-hollow.btn-bordered.active,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.active,
.mz-btn.btn-primary-hollow.btn-bordered:active:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-primary-hollow.btn-bordered.active:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-primary-hollow.btn-bordered:active.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-primary-hollow.btn-bordered.active.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-primary-hollow.btn-bordered:active:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-primary-hollow.btn-bordered.active:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-primary-hollow.btn-bordered:active.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-primary-hollow.btn-bordered.active.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #d8d8d8;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-bordered.disabled,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-primary-hollow.btn-bordered[disabled],
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-bordered,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-bordered,
.mz-btn.btn-primary-hollow.btn-bordered.disabled:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-primary-hollow.btn-bordered[disabled]:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:hover,
.mz-btn.btn-primary-hollow.btn-bordered.disabled.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-primary-hollow.btn-bordered[disabled].hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.hover,
.mz-btn.btn-primary-hollow.btn-bordered.disabled:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-primary-hollow.btn-bordered[disabled]:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-bordered:focus,
.mz-btn.btn-primary-hollow.btn-bordered.disabled.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-primary-hollow.btn-bordered[disabled].focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-bordered.focus {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-alternate,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-alternate:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:focus,
.mz-btn.btn-primary-hollow.btn-alternate.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.focus,
.mz-btn.btn-primary-hollow.btn-alternate:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:hover,
.mz-btn.btn-primary-hollow.btn-alternate.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.hover {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-alternate:active,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:active,
.mz-btn.btn-primary-hollow.btn-alternate.active,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.active,
.mz-btn.btn-primary-hollow.btn-alternate:active:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-primary-hollow.btn-alternate.active:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-primary-hollow.btn-alternate:active.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-primary-hollow.btn-alternate.active.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-primary-hollow.btn-alternate:active:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-primary-hollow.btn-alternate.active:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-primary-hollow.btn-alternate:active.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-primary-hollow.btn-alternate.active.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.active.focus {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-alternate.disabled,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-primary-hollow.btn-alternate[disabled],
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-alternate,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-alternate,
.mz-btn.btn-primary-hollow.btn-alternate.disabled:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-primary-hollow.btn-alternate[disabled]:hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:hover,
.mz-btn.btn-primary-hollow.btn-alternate.disabled.hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-primary-hollow.btn-alternate[disabled].hover,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.hover,
.mz-btn.btn-primary-hollow.btn-alternate.disabled:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-primary-hollow.btn-alternate[disabled]:focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-alternate:focus,
.mz-btn.btn-primary-hollow.btn-alternate.disabled.focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-primary-hollow.btn-alternate[disabled].focus,
.mz-btn.btn-primary-hollow.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-primary-hollow.mz-form-control.btn-alternate.focus {
  color: #333333;
  background-color: #d8d8d8;
  border-color: #ffffff;
}
.mz-btn.btn-primary-hollow.btn-border-as-bg,
.mz-btn.btn-primary-hollow.mz-form-control.btn-border-as-bg {
  border-color: #ffffff;
}
.mz-btn.btn-primary,
.mz-btn.btn-primary.mz-form-control {
  color: #fff;
  background-color: #0088df;
  border-color: #0088df;
}
.mz-btn.btn-primary:focus,
.mz-btn.btn-primary.mz-form-control:focus,
.mz-btn.btn-primary.focus,
.mz-btn.btn-primary.mz-form-control.focus,
.mz-btn.btn-primary:hover,
.mz-btn.btn-primary.mz-form-control:hover,
.mz-btn.btn-primary.hover,
.mz-btn.btn-primary.mz-form-control.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0094f0;
}
.mz-btn.btn-primary:active,
.mz-btn.btn-primary.mz-form-control:active,
.mz-btn.btn-primary.active,
.mz-btn.btn-primary.mz-form-control.active,
.mz-btn.btn-primary:active:hover,
.mz-btn.btn-primary.mz-form-control:active:hover,
.mz-btn.btn-primary.active:hover,
.mz-btn.btn-primary.mz-form-control.active:hover,
.mz-btn.btn-primary:active.hover,
.mz-btn.btn-primary.mz-form-control:active.hover,
.mz-btn.btn-primary.active.hover,
.mz-btn.btn-primary.mz-form-control.active.hover,
.mz-btn.btn-primary:active:focus,
.mz-btn.btn-primary.mz-form-control:active:focus,
.mz-btn.btn-primary.active:focus,
.mz-btn.btn-primary.mz-form-control.active:focus,
.mz-btn.btn-primary:active.focus,
.mz-btn.btn-primary.mz-form-control:active.focus,
.mz-btn.btn-primary.active.focus,
.mz-btn.btn-primary.mz-form-control.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #007ecc;
}
.mz-btn.btn-primary.disabled,
.mz-btn.btn-primary.mz-form-control.disabled,
.mz-btn.btn-primary[disabled],
.mz-btn.btn-primary.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-primary,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control,
.mz-btn.btn-primary.disabled:hover,
.mz-btn.btn-primary.mz-form-control.disabled:hover,
.mz-btn.btn-primary[disabled]:hover,
.mz-btn.btn-primary.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary:hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control:hover,
.mz-btn.btn-primary.disabled.hover,
.mz-btn.btn-primary.mz-form-control.disabled.hover,
.mz-btn.btn-primary[disabled].hover,
.mz-btn.btn-primary.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary.hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.hover,
.mz-btn.btn-primary.disabled:focus,
.mz-btn.btn-primary.mz-form-control.disabled:focus,
.mz-btn.btn-primary[disabled]:focus,
.mz-btn.btn-primary.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary:focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control:focus,
.mz-btn.btn-primary.disabled.focus,
.mz-btn.btn-primary.mz-form-control.disabled.focus,
.mz-btn.btn-primary[disabled].focus,
.mz-btn.btn-primary.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary.focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.focus {
  background-color: #0088df;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-bordered,
.mz-btn.btn-primary.mz-form-control.btn-bordered {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-bordered:focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered:focus,
.mz-btn.btn-primary.btn-bordered.focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered.focus,
.mz-btn.btn-primary.btn-bordered:hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered:hover,
.mz-btn.btn-primary.btn-bordered.hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-bordered:active,
.mz-btn.btn-primary.mz-form-control.btn-bordered:active,
.mz-btn.btn-primary.btn-bordered.active,
.mz-btn.btn-primary.mz-form-control.btn-bordered.active,
.mz-btn.btn-primary.btn-bordered:active:hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-primary.btn-bordered.active:hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-primary.btn-bordered:active.hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-primary.btn-bordered.active.hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-primary.btn-bordered:active:focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-primary.btn-bordered.active:focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-primary.btn-bordered:active.focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-primary.btn-bordered.active.focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-bordered.disabled,
.mz-btn.btn-primary.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-primary.btn-bordered[disabled],
.mz-btn.btn-primary.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-primary.btn-bordered,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-bordered,
.mz-btn.btn-primary.btn-bordered.disabled:hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-primary.btn-bordered[disabled]:hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-bordered:hover,
.mz-btn.btn-primary.btn-bordered.disabled.hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-primary.btn-bordered[disabled].hover,
.mz-btn.btn-primary.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-bordered.hover,
.mz-btn.btn-primary.btn-bordered.disabled:focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-primary.btn-bordered[disabled]:focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-bordered:focus,
.mz-btn.btn-primary.btn-bordered.disabled.focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-primary.btn-bordered[disabled].focus,
.mz-btn.btn-primary.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-bordered.focus {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-alternate,
.mz-btn.btn-primary.mz-form-control.btn-alternate {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-alternate:focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate:focus,
.mz-btn.btn-primary.btn-alternate.focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate.focus,
.mz-btn.btn-primary.btn-alternate:hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate:hover,
.mz-btn.btn-primary.btn-alternate.hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate.hover {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-alternate:active,
.mz-btn.btn-primary.mz-form-control.btn-alternate:active,
.mz-btn.btn-primary.btn-alternate.active,
.mz-btn.btn-primary.mz-form-control.btn-alternate.active,
.mz-btn.btn-primary.btn-alternate:active:hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-primary.btn-alternate.active:hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-primary.btn-alternate:active.hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-primary.btn-alternate.active.hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-primary.btn-alternate:active:focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-primary.btn-alternate.active:focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-primary.btn-alternate:active.focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-primary.btn-alternate.active.focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-alternate.disabled,
.mz-btn.btn-primary.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-primary.btn-alternate[disabled],
.mz-btn.btn-primary.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-primary.btn-alternate,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-alternate,
.mz-btn.btn-primary.btn-alternate.disabled:hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-primary.btn-alternate[disabled]:hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-primary.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-alternate:hover,
.mz-btn.btn-primary.btn-alternate.disabled.hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-primary.btn-alternate[disabled].hover,
.mz-btn.btn-primary.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-primary.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-alternate.hover,
.mz-btn.btn-primary.btn-alternate.disabled:focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-primary.btn-alternate[disabled]:focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-primary.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-alternate:focus,
.mz-btn.btn-primary.btn-alternate.disabled.focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-primary.btn-alternate[disabled].focus,
.mz-btn.btn-primary.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-primary.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-primary.mz-form-control.btn-alternate.focus {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-btn.btn-primary.btn-border-as-bg,
.mz-btn.btn-primary.mz-form-control.btn-border-as-bg {
  border-color: #0088df;
}
.mz-btn.btn-success,
.mz-btn.btn-success.mz-form-control {
  color: #fff;
  background-color: #01bd70;
  border-color: #01bd70;
}
.mz-btn.btn-success:focus,
.mz-btn.btn-success.mz-form-control:focus,
.mz-btn.btn-success.focus,
.mz-btn.btn-success.mz-form-control.focus,
.mz-btn.btn-success:hover,
.mz-btn.btn-success.mz-form-control:hover,
.mz-btn.btn-success.hover,
.mz-btn.btn-success.mz-form-control.hover {
  color: #fff;
  background-color: #31c98b;
  border-color: #31c98b;
}
.mz-btn.btn-success:active,
.mz-btn.btn-success.mz-form-control:active,
.mz-btn.btn-success.active,
.mz-btn.btn-success.mz-form-control.active,
.mz-btn.btn-success:active:hover,
.mz-btn.btn-success.mz-form-control:active:hover,
.mz-btn.btn-success.active:hover,
.mz-btn.btn-success.mz-form-control.active:hover,
.mz-btn.btn-success:active.hover,
.mz-btn.btn-success.mz-form-control:active.hover,
.mz-btn.btn-success.active.hover,
.mz-btn.btn-success.mz-form-control.active.hover,
.mz-btn.btn-success:active:focus,
.mz-btn.btn-success.mz-form-control:active:focus,
.mz-btn.btn-success.active:focus,
.mz-btn.btn-success.mz-form-control.active:focus,
.mz-btn.btn-success:active.focus,
.mz-btn.btn-success.mz-form-control:active.focus,
.mz-btn.btn-success.active.focus,
.mz-btn.btn-success.mz-form-control.active.focus {
  color: #fff;
  background-color: #02ab64;
  border-color: #02ab64;
}
.mz-btn.btn-success.disabled,
.mz-btn.btn-success.mz-form-control.disabled,
.mz-btn.btn-success[disabled],
.mz-btn.btn-success.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-success,
fieldset[disabled] .mz-btn.btn-success.mz-form-control,
.mz-btn.btn-success.disabled:hover,
.mz-btn.btn-success.mz-form-control.disabled:hover,
.mz-btn.btn-success[disabled]:hover,
.mz-btn.btn-success.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-success:hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control:hover,
.mz-btn.btn-success.disabled.hover,
.mz-btn.btn-success.mz-form-control.disabled.hover,
.mz-btn.btn-success[disabled].hover,
.mz-btn.btn-success.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-success.hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.hover,
.mz-btn.btn-success.disabled:focus,
.mz-btn.btn-success.mz-form-control.disabled:focus,
.mz-btn.btn-success[disabled]:focus,
.mz-btn.btn-success.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-success:focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control:focus,
.mz-btn.btn-success.disabled.focus,
.mz-btn.btn-success.mz-form-control.disabled.focus,
.mz-btn.btn-success[disabled].focus,
.mz-btn.btn-success.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-success.focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.focus {
  background-color: #01bd70;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-bordered,
.mz-btn.btn-success.mz-form-control.btn-bordered {
  color: #01bd70;
  background-color: #fff;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-bordered:focus,
.mz-btn.btn-success.mz-form-control.btn-bordered:focus,
.mz-btn.btn-success.btn-bordered.focus,
.mz-btn.btn-success.mz-form-control.btn-bordered.focus,
.mz-btn.btn-success.btn-bordered:hover,
.mz-btn.btn-success.mz-form-control.btn-bordered:hover,
.mz-btn.btn-success.btn-bordered.hover,
.mz-btn.btn-success.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #31c98b;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-bordered:active,
.mz-btn.btn-success.mz-form-control.btn-bordered:active,
.mz-btn.btn-success.btn-bordered.active,
.mz-btn.btn-success.mz-form-control.btn-bordered.active,
.mz-btn.btn-success.btn-bordered:active:hover,
.mz-btn.btn-success.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-success.btn-bordered.active:hover,
.mz-btn.btn-success.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-success.btn-bordered:active.hover,
.mz-btn.btn-success.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-success.btn-bordered.active.hover,
.mz-btn.btn-success.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-success.btn-bordered:active:focus,
.mz-btn.btn-success.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-success.btn-bordered.active:focus,
.mz-btn.btn-success.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-success.btn-bordered:active.focus,
.mz-btn.btn-success.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-success.btn-bordered.active.focus,
.mz-btn.btn-success.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #02ab64;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-bordered.disabled,
.mz-btn.btn-success.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-success.btn-bordered[disabled],
.mz-btn.btn-success.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-success.btn-bordered,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-bordered,
.mz-btn.btn-success.btn-bordered.disabled:hover,
.mz-btn.btn-success.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-success.btn-bordered[disabled]:hover,
.mz-btn.btn-success.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-success.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-bordered:hover,
.mz-btn.btn-success.btn-bordered.disabled.hover,
.mz-btn.btn-success.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-success.btn-bordered[disabled].hover,
.mz-btn.btn-success.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-success.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-bordered.hover,
.mz-btn.btn-success.btn-bordered.disabled:focus,
.mz-btn.btn-success.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-success.btn-bordered[disabled]:focus,
.mz-btn.btn-success.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-success.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-bordered:focus,
.mz-btn.btn-success.btn-bordered.disabled.focus,
.mz-btn.btn-success.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-success.btn-bordered[disabled].focus,
.mz-btn.btn-success.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-success.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-bordered.focus {
  color: #01bd70;
  background-color: #fff;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-alternate,
.mz-btn.btn-success.mz-form-control.btn-alternate {
  color: #fff;
  background-color: #31c98b;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-alternate:focus,
.mz-btn.btn-success.mz-form-control.btn-alternate:focus,
.mz-btn.btn-success.btn-alternate.focus,
.mz-btn.btn-success.mz-form-control.btn-alternate.focus,
.mz-btn.btn-success.btn-alternate:hover,
.mz-btn.btn-success.mz-form-control.btn-alternate:hover,
.mz-btn.btn-success.btn-alternate.hover,
.mz-btn.btn-success.mz-form-control.btn-alternate.hover {
  color: #01bd70;
  background-color: #fff;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-alternate:active,
.mz-btn.btn-success.mz-form-control.btn-alternate:active,
.mz-btn.btn-success.btn-alternate.active,
.mz-btn.btn-success.mz-form-control.btn-alternate.active,
.mz-btn.btn-success.btn-alternate:active:hover,
.mz-btn.btn-success.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-success.btn-alternate.active:hover,
.mz-btn.btn-success.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-success.btn-alternate:active.hover,
.mz-btn.btn-success.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-success.btn-alternate.active.hover,
.mz-btn.btn-success.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-success.btn-alternate:active:focus,
.mz-btn.btn-success.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-success.btn-alternate.active:focus,
.mz-btn.btn-success.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-success.btn-alternate:active.focus,
.mz-btn.btn-success.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-success.btn-alternate.active.focus,
.mz-btn.btn-success.mz-form-control.btn-alternate.active.focus {
  color: #fff;
  background-color: #02ab64;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-alternate.disabled,
.mz-btn.btn-success.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-success.btn-alternate[disabled],
.mz-btn.btn-success.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-success.btn-alternate,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-alternate,
.mz-btn.btn-success.btn-alternate.disabled:hover,
.mz-btn.btn-success.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-success.btn-alternate[disabled]:hover,
.mz-btn.btn-success.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-success.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-alternate:hover,
.mz-btn.btn-success.btn-alternate.disabled.hover,
.mz-btn.btn-success.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-success.btn-alternate[disabled].hover,
.mz-btn.btn-success.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-success.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-alternate.hover,
.mz-btn.btn-success.btn-alternate.disabled:focus,
.mz-btn.btn-success.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-success.btn-alternate[disabled]:focus,
.mz-btn.btn-success.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-success.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-alternate:focus,
.mz-btn.btn-success.btn-alternate.disabled.focus,
.mz-btn.btn-success.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-success.btn-alternate[disabled].focus,
.mz-btn.btn-success.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-success.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-success.mz-form-control.btn-alternate.focus {
  color: #fff;
  background-color: #31c98b;
  border-color: #01bd70;
}
.mz-btn.btn-success.btn-border-as-bg,
.mz-btn.btn-success.mz-form-control.btn-border-as-bg {
  border-color: #01bd70;
}
.mz-btn.btn-info,
.mz-btn.btn-info.mz-form-control {
  color: #fff;
  background-color: #43bce0;
  border-color: #43bce0;
}
.mz-btn.btn-info:focus,
.mz-btn.btn-info.mz-form-control:focus,
.mz-btn.btn-info.focus,
.mz-btn.btn-info.mz-form-control.focus,
.mz-btn.btn-info:hover,
.mz-btn.btn-info.mz-form-control:hover,
.mz-btn.btn-info.hover,
.mz-btn.btn-info.mz-form-control.hover {
  color: #fff;
  background-color: #87cbe0;
  border-color: #87cbe0;
}
.mz-btn.btn-info:active,
.mz-btn.btn-info.mz-form-control:active,
.mz-btn.btn-info.active,
.mz-btn.btn-info.mz-form-control.active,
.mz-btn.btn-info:active:hover,
.mz-btn.btn-info.mz-form-control:active:hover,
.mz-btn.btn-info.active:hover,
.mz-btn.btn-info.mz-form-control.active:hover,
.mz-btn.btn-info:active.hover,
.mz-btn.btn-info.mz-form-control:active.hover,
.mz-btn.btn-info.active.hover,
.mz-btn.btn-info.mz-form-control.active.hover,
.mz-btn.btn-info:active:focus,
.mz-btn.btn-info.mz-form-control:active:focus,
.mz-btn.btn-info.active:focus,
.mz-btn.btn-info.mz-form-control.active:focus,
.mz-btn.btn-info:active.focus,
.mz-btn.btn-info.mz-form-control:active.focus,
.mz-btn.btn-info.active.focus,
.mz-btn.btn-info.mz-form-control.active.focus {
  color: #fff;
  background-color: #4baecc;
  border-color: #4baecc;
}
.mz-btn.btn-info.disabled,
.mz-btn.btn-info.mz-form-control.disabled,
.mz-btn.btn-info[disabled],
.mz-btn.btn-info.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-info,
fieldset[disabled] .mz-btn.btn-info.mz-form-control,
.mz-btn.btn-info.disabled:hover,
.mz-btn.btn-info.mz-form-control.disabled:hover,
.mz-btn.btn-info[disabled]:hover,
.mz-btn.btn-info.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-info:hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control:hover,
.mz-btn.btn-info.disabled.hover,
.mz-btn.btn-info.mz-form-control.disabled.hover,
.mz-btn.btn-info[disabled].hover,
.mz-btn.btn-info.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-info.hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.hover,
.mz-btn.btn-info.disabled:focus,
.mz-btn.btn-info.mz-form-control.disabled:focus,
.mz-btn.btn-info[disabled]:focus,
.mz-btn.btn-info.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-info:focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control:focus,
.mz-btn.btn-info.disabled.focus,
.mz-btn.btn-info.mz-form-control.disabled.focus,
.mz-btn.btn-info[disabled].focus,
.mz-btn.btn-info.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-info.focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.focus {
  background-color: #43bce0;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-bordered,
.mz-btn.btn-info.mz-form-control.btn-bordered {
  color: #43bce0;
  background-color: #fff;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-bordered:focus,
.mz-btn.btn-info.mz-form-control.btn-bordered:focus,
.mz-btn.btn-info.btn-bordered.focus,
.mz-btn.btn-info.mz-form-control.btn-bordered.focus,
.mz-btn.btn-info.btn-bordered:hover,
.mz-btn.btn-info.mz-form-control.btn-bordered:hover,
.mz-btn.btn-info.btn-bordered.hover,
.mz-btn.btn-info.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #87cbe0;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-bordered:active,
.mz-btn.btn-info.mz-form-control.btn-bordered:active,
.mz-btn.btn-info.btn-bordered.active,
.mz-btn.btn-info.mz-form-control.btn-bordered.active,
.mz-btn.btn-info.btn-bordered:active:hover,
.mz-btn.btn-info.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-info.btn-bordered.active:hover,
.mz-btn.btn-info.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-info.btn-bordered:active.hover,
.mz-btn.btn-info.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-info.btn-bordered.active.hover,
.mz-btn.btn-info.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-info.btn-bordered:active:focus,
.mz-btn.btn-info.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-info.btn-bordered.active:focus,
.mz-btn.btn-info.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-info.btn-bordered:active.focus,
.mz-btn.btn-info.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-info.btn-bordered.active.focus,
.mz-btn.btn-info.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #4baecc;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-bordered.disabled,
.mz-btn.btn-info.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-info.btn-bordered[disabled],
.mz-btn.btn-info.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-info.btn-bordered,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-bordered,
.mz-btn.btn-info.btn-bordered.disabled:hover,
.mz-btn.btn-info.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-info.btn-bordered[disabled]:hover,
.mz-btn.btn-info.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-info.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-bordered:hover,
.mz-btn.btn-info.btn-bordered.disabled.hover,
.mz-btn.btn-info.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-info.btn-bordered[disabled].hover,
.mz-btn.btn-info.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-info.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-bordered.hover,
.mz-btn.btn-info.btn-bordered.disabled:focus,
.mz-btn.btn-info.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-info.btn-bordered[disabled]:focus,
.mz-btn.btn-info.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-info.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-bordered:focus,
.mz-btn.btn-info.btn-bordered.disabled.focus,
.mz-btn.btn-info.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-info.btn-bordered[disabled].focus,
.mz-btn.btn-info.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-info.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-bordered.focus {
  color: #43bce0;
  background-color: #fff;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-alternate,
.mz-btn.btn-info.mz-form-control.btn-alternate {
  color: #fff;
  background-color: #87cbe0;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-alternate:focus,
.mz-btn.btn-info.mz-form-control.btn-alternate:focus,
.mz-btn.btn-info.btn-alternate.focus,
.mz-btn.btn-info.mz-form-control.btn-alternate.focus,
.mz-btn.btn-info.btn-alternate:hover,
.mz-btn.btn-info.mz-form-control.btn-alternate:hover,
.mz-btn.btn-info.btn-alternate.hover,
.mz-btn.btn-info.mz-form-control.btn-alternate.hover {
  color: #43bce0;
  background-color: #fff;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-alternate:active,
.mz-btn.btn-info.mz-form-control.btn-alternate:active,
.mz-btn.btn-info.btn-alternate.active,
.mz-btn.btn-info.mz-form-control.btn-alternate.active,
.mz-btn.btn-info.btn-alternate:active:hover,
.mz-btn.btn-info.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-info.btn-alternate.active:hover,
.mz-btn.btn-info.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-info.btn-alternate:active.hover,
.mz-btn.btn-info.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-info.btn-alternate.active.hover,
.mz-btn.btn-info.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-info.btn-alternate:active:focus,
.mz-btn.btn-info.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-info.btn-alternate.active:focus,
.mz-btn.btn-info.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-info.btn-alternate:active.focus,
.mz-btn.btn-info.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-info.btn-alternate.active.focus,
.mz-btn.btn-info.mz-form-control.btn-alternate.active.focus {
  color: #fff;
  background-color: #4baecc;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-alternate.disabled,
.mz-btn.btn-info.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-info.btn-alternate[disabled],
.mz-btn.btn-info.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-info.btn-alternate,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-alternate,
.mz-btn.btn-info.btn-alternate.disabled:hover,
.mz-btn.btn-info.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-info.btn-alternate[disabled]:hover,
.mz-btn.btn-info.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-info.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-alternate:hover,
.mz-btn.btn-info.btn-alternate.disabled.hover,
.mz-btn.btn-info.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-info.btn-alternate[disabled].hover,
.mz-btn.btn-info.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-info.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-alternate.hover,
.mz-btn.btn-info.btn-alternate.disabled:focus,
.mz-btn.btn-info.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-info.btn-alternate[disabled]:focus,
.mz-btn.btn-info.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-info.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-alternate:focus,
.mz-btn.btn-info.btn-alternate.disabled.focus,
.mz-btn.btn-info.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-info.btn-alternate[disabled].focus,
.mz-btn.btn-info.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-info.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-info.mz-form-control.btn-alternate.focus {
  color: #fff;
  background-color: #87cbe0;
  border-color: #43bce0;
}
.mz-btn.btn-info.btn-border-as-bg,
.mz-btn.btn-info.mz-form-control.btn-border-as-bg {
  border-color: #43bce0;
}
.mz-btn.btn-warning,
.mz-btn.btn-warning.mz-form-control {
  color: #fff;
  background-color: #ff9d00;
  border-color: #ff9d00;
}
.mz-btn.btn-warning:focus,
.mz-btn.btn-warning.mz-form-control:focus,
.mz-btn.btn-warning.focus,
.mz-btn.btn-warning.mz-form-control.focus,
.mz-btn.btn-warning:hover,
.mz-btn.btn-warning.mz-form-control:hover,
.mz-btn.btn-warning.hover,
.mz-btn.btn-warning.mz-form-control.hover {
  color: #fff;
  background-color: #ffb133;
  border-color: #ffb133;
}
.mz-btn.btn-warning:active,
.mz-btn.btn-warning.mz-form-control:active,
.mz-btn.btn-warning.active,
.mz-btn.btn-warning.mz-form-control.active,
.mz-btn.btn-warning:active:hover,
.mz-btn.btn-warning.mz-form-control:active:hover,
.mz-btn.btn-warning.active:hover,
.mz-btn.btn-warning.mz-form-control.active:hover,
.mz-btn.btn-warning:active.hover,
.mz-btn.btn-warning.mz-form-control:active.hover,
.mz-btn.btn-warning.active.hover,
.mz-btn.btn-warning.mz-form-control.active.hover,
.mz-btn.btn-warning:active:focus,
.mz-btn.btn-warning.mz-form-control:active:focus,
.mz-btn.btn-warning.active:focus,
.mz-btn.btn-warning.mz-form-control.active:focus,
.mz-btn.btn-warning:active.focus,
.mz-btn.btn-warning.mz-form-control:active.focus,
.mz-btn.btn-warning.active.focus,
.mz-btn.btn-warning.mz-form-control.active.focus {
  color: #fff;
  background-color: #e68e00;
  border-color: #e68e00;
}
.mz-btn.btn-warning.disabled,
.mz-btn.btn-warning.mz-form-control.disabled,
.mz-btn.btn-warning[disabled],
.mz-btn.btn-warning.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-warning,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control,
.mz-btn.btn-warning.disabled:hover,
.mz-btn.btn-warning.mz-form-control.disabled:hover,
.mz-btn.btn-warning[disabled]:hover,
.mz-btn.btn-warning.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-warning:hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control:hover,
.mz-btn.btn-warning.disabled.hover,
.mz-btn.btn-warning.mz-form-control.disabled.hover,
.mz-btn.btn-warning[disabled].hover,
.mz-btn.btn-warning.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-warning.hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.hover,
.mz-btn.btn-warning.disabled:focus,
.mz-btn.btn-warning.mz-form-control.disabled:focus,
.mz-btn.btn-warning[disabled]:focus,
.mz-btn.btn-warning.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-warning:focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control:focus,
.mz-btn.btn-warning.disabled.focus,
.mz-btn.btn-warning.mz-form-control.disabled.focus,
.mz-btn.btn-warning[disabled].focus,
.mz-btn.btn-warning.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-warning.focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.focus {
  background-color: #ff9d00;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-bordered,
.mz-btn.btn-warning.mz-form-control.btn-bordered {
  color: #ff9d00;
  background-color: #fff;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-bordered:focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered:focus,
.mz-btn.btn-warning.btn-bordered.focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered.focus,
.mz-btn.btn-warning.btn-bordered:hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered:hover,
.mz-btn.btn-warning.btn-bordered.hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #ffb133;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-bordered:active,
.mz-btn.btn-warning.mz-form-control.btn-bordered:active,
.mz-btn.btn-warning.btn-bordered.active,
.mz-btn.btn-warning.mz-form-control.btn-bordered.active,
.mz-btn.btn-warning.btn-bordered:active:hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-warning.btn-bordered.active:hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-warning.btn-bordered:active.hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-warning.btn-bordered.active.hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-warning.btn-bordered:active:focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-warning.btn-bordered.active:focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-warning.btn-bordered:active.focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-warning.btn-bordered.active.focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #e68e00;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-bordered.disabled,
.mz-btn.btn-warning.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-warning.btn-bordered[disabled],
.mz-btn.btn-warning.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-warning.btn-bordered,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-bordered,
.mz-btn.btn-warning.btn-bordered.disabled:hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-warning.btn-bordered[disabled]:hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-warning.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-bordered:hover,
.mz-btn.btn-warning.btn-bordered.disabled.hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-warning.btn-bordered[disabled].hover,
.mz-btn.btn-warning.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-warning.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-bordered.hover,
.mz-btn.btn-warning.btn-bordered.disabled:focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-warning.btn-bordered[disabled]:focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-warning.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-bordered:focus,
.mz-btn.btn-warning.btn-bordered.disabled.focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-warning.btn-bordered[disabled].focus,
.mz-btn.btn-warning.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-warning.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-bordered.focus {
  color: #ff9d00;
  background-color: #fff;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-alternate,
.mz-btn.btn-warning.mz-form-control.btn-alternate {
  color: #fff;
  background-color: #ffb133;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-alternate:focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate:focus,
.mz-btn.btn-warning.btn-alternate.focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate.focus,
.mz-btn.btn-warning.btn-alternate:hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate:hover,
.mz-btn.btn-warning.btn-alternate.hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate.hover {
  color: #ff9d00;
  background-color: #fff;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-alternate:active,
.mz-btn.btn-warning.mz-form-control.btn-alternate:active,
.mz-btn.btn-warning.btn-alternate.active,
.mz-btn.btn-warning.mz-form-control.btn-alternate.active,
.mz-btn.btn-warning.btn-alternate:active:hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-warning.btn-alternate.active:hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-warning.btn-alternate:active.hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-warning.btn-alternate.active.hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-warning.btn-alternate:active:focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-warning.btn-alternate.active:focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-warning.btn-alternate:active.focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-warning.btn-alternate.active.focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate.active.focus {
  color: #fff;
  background-color: #e68e00;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-alternate.disabled,
.mz-btn.btn-warning.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-warning.btn-alternate[disabled],
.mz-btn.btn-warning.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-warning.btn-alternate,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-alternate,
.mz-btn.btn-warning.btn-alternate.disabled:hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-warning.btn-alternate[disabled]:hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-warning.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-alternate:hover,
.mz-btn.btn-warning.btn-alternate.disabled.hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-warning.btn-alternate[disabled].hover,
.mz-btn.btn-warning.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-warning.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-alternate.hover,
.mz-btn.btn-warning.btn-alternate.disabled:focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-warning.btn-alternate[disabled]:focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-warning.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-alternate:focus,
.mz-btn.btn-warning.btn-alternate.disabled.focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-warning.btn-alternate[disabled].focus,
.mz-btn.btn-warning.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-warning.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-warning.mz-form-control.btn-alternate.focus {
  color: #fff;
  background-color: #ffb133;
  border-color: #ff9d00;
}
.mz-btn.btn-warning.btn-border-as-bg,
.mz-btn.btn-warning.mz-form-control.btn-border-as-bg {
  border-color: #ff9d00;
}
.mz-btn.btn-danger,
.mz-btn.btn-danger.mz-form-control {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
}
.mz-btn.btn-danger:focus,
.mz-btn.btn-danger.mz-form-control:focus,
.mz-btn.btn-danger.focus,
.mz-btn.btn-danger.mz-form-control.focus,
.mz-btn.btn-danger:hover,
.mz-btn.btn-danger.mz-form-control:hover,
.mz-btn.btn-danger.hover,
.mz-btn.btn-danger.mz-form-control.hover {
  color: #fff;
  background-color: #ff7733;
  border-color: #ff7733;
}
.mz-btn.btn-danger:active,
.mz-btn.btn-danger.mz-form-control:active,
.mz-btn.btn-danger.active,
.mz-btn.btn-danger.mz-form-control.active,
.mz-btn.btn-danger:active:hover,
.mz-btn.btn-danger.mz-form-control:active:hover,
.mz-btn.btn-danger.active:hover,
.mz-btn.btn-danger.mz-form-control.active:hover,
.mz-btn.btn-danger:active.hover,
.mz-btn.btn-danger.mz-form-control:active.hover,
.mz-btn.btn-danger.active.hover,
.mz-btn.btn-danger.mz-form-control.active.hover,
.mz-btn.btn-danger:active:focus,
.mz-btn.btn-danger.mz-form-control:active:focus,
.mz-btn.btn-danger.active:focus,
.mz-btn.btn-danger.mz-form-control.active:focus,
.mz-btn.btn-danger:active.focus,
.mz-btn.btn-danger.mz-form-control:active.focus,
.mz-btn.btn-danger.active.focus,
.mz-btn.btn-danger.mz-form-control.active.focus {
  color: #fff;
  background-color: #e64d00;
  border-color: #e64d00;
}
.mz-btn.btn-danger.disabled,
.mz-btn.btn-danger.mz-form-control.disabled,
.mz-btn.btn-danger[disabled],
.mz-btn.btn-danger.mz-form-control[disabled],
fieldset[disabled] .mz-btn.btn-danger,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control,
.mz-btn.btn-danger.disabled:hover,
.mz-btn.btn-danger.mz-form-control.disabled:hover,
.mz-btn.btn-danger[disabled]:hover,
.mz-btn.btn-danger.mz-form-control[disabled]:hover,
fieldset[disabled] .mz-btn.btn-danger:hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control:hover,
.mz-btn.btn-danger.disabled.hover,
.mz-btn.btn-danger.mz-form-control.disabled.hover,
.mz-btn.btn-danger[disabled].hover,
.mz-btn.btn-danger.mz-form-control[disabled].hover,
fieldset[disabled] .mz-btn.btn-danger.hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.hover,
.mz-btn.btn-danger.disabled:focus,
.mz-btn.btn-danger.mz-form-control.disabled:focus,
.mz-btn.btn-danger[disabled]:focus,
.mz-btn.btn-danger.mz-form-control[disabled]:focus,
fieldset[disabled] .mz-btn.btn-danger:focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control:focus,
.mz-btn.btn-danger.disabled.focus,
.mz-btn.btn-danger.mz-form-control.disabled.focus,
.mz-btn.btn-danger[disabled].focus,
.mz-btn.btn-danger.mz-form-control[disabled].focus,
fieldset[disabled] .mz-btn.btn-danger.focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.focus {
  background-color: #ff5400;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-bordered,
.mz-btn.btn-danger.mz-form-control.btn-bordered {
  color: #ff5400;
  background-color: #fff;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-bordered:focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered:focus,
.mz-btn.btn-danger.btn-bordered.focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered.focus,
.mz-btn.btn-danger.btn-bordered:hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered:hover,
.mz-btn.btn-danger.btn-bordered.hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered.hover {
  color: #fff;
  background-color: #ff7733;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-bordered:active,
.mz-btn.btn-danger.mz-form-control.btn-bordered:active,
.mz-btn.btn-danger.btn-bordered.active,
.mz-btn.btn-danger.mz-form-control.btn-bordered.active,
.mz-btn.btn-danger.btn-bordered:active:hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered:active:hover,
.mz-btn.btn-danger.btn-bordered.active:hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered.active:hover,
.mz-btn.btn-danger.btn-bordered:active.hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered:active.hover,
.mz-btn.btn-danger.btn-bordered.active.hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered.active.hover,
.mz-btn.btn-danger.btn-bordered:active:focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered:active:focus,
.mz-btn.btn-danger.btn-bordered.active:focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered.active:focus,
.mz-btn.btn-danger.btn-bordered:active.focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered:active.focus,
.mz-btn.btn-danger.btn-bordered.active.focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered.active.focus {
  color: #fff;
  background-color: #e64d00;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-bordered.disabled,
.mz-btn.btn-danger.mz-form-control.btn-bordered.disabled,
.mz-btn.btn-danger.btn-bordered[disabled],
.mz-btn.btn-danger.mz-form-control.btn-bordered[disabled],
fieldset[disabled] .mz-btn.btn-danger.btn-bordered,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-bordered,
.mz-btn.btn-danger.btn-bordered.disabled:hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered.disabled:hover,
.mz-btn.btn-danger.btn-bordered[disabled]:hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-btn.btn-danger.btn-bordered:hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-bordered:hover,
.mz-btn.btn-danger.btn-bordered.disabled.hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered.disabled.hover,
.mz-btn.btn-danger.btn-bordered[disabled].hover,
.mz-btn.btn-danger.mz-form-control.btn-bordered[disabled].hover,
fieldset[disabled] .mz-btn.btn-danger.btn-bordered.hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-bordered.hover,
.mz-btn.btn-danger.btn-bordered.disabled:focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered.disabled:focus,
.mz-btn.btn-danger.btn-bordered[disabled]:focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-btn.btn-danger.btn-bordered:focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-bordered:focus,
.mz-btn.btn-danger.btn-bordered.disabled.focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered.disabled.focus,
.mz-btn.btn-danger.btn-bordered[disabled].focus,
.mz-btn.btn-danger.mz-form-control.btn-bordered[disabled].focus,
fieldset[disabled] .mz-btn.btn-danger.btn-bordered.focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-bordered.focus {
  color: #ff5400;
  background-color: #fff;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-alternate,
.mz-btn.btn-danger.mz-form-control.btn-alternate {
  color: #fff;
  background-color: #ff7733;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-alternate:focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate:focus,
.mz-btn.btn-danger.btn-alternate.focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate.focus,
.mz-btn.btn-danger.btn-alternate:hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate:hover,
.mz-btn.btn-danger.btn-alternate.hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate.hover {
  color: #ff5400;
  background-color: #fff;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-alternate:active,
.mz-btn.btn-danger.mz-form-control.btn-alternate:active,
.mz-btn.btn-danger.btn-alternate.active,
.mz-btn.btn-danger.mz-form-control.btn-alternate.active,
.mz-btn.btn-danger.btn-alternate:active:hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate:active:hover,
.mz-btn.btn-danger.btn-alternate.active:hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate.active:hover,
.mz-btn.btn-danger.btn-alternate:active.hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate:active.hover,
.mz-btn.btn-danger.btn-alternate.active.hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate.active.hover,
.mz-btn.btn-danger.btn-alternate:active:focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate:active:focus,
.mz-btn.btn-danger.btn-alternate.active:focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate.active:focus,
.mz-btn.btn-danger.btn-alternate:active.focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate:active.focus,
.mz-btn.btn-danger.btn-alternate.active.focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate.active.focus {
  color: #fff;
  background-color: #e64d00;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-alternate.disabled,
.mz-btn.btn-danger.mz-form-control.btn-alternate.disabled,
.mz-btn.btn-danger.btn-alternate[disabled],
.mz-btn.btn-danger.mz-form-control.btn-alternate[disabled],
fieldset[disabled] .mz-btn.btn-danger.btn-alternate,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-alternate,
.mz-btn.btn-danger.btn-alternate.disabled:hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate.disabled:hover,
.mz-btn.btn-danger.btn-alternate[disabled]:hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-btn.btn-danger.btn-alternate:hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-alternate:hover,
.mz-btn.btn-danger.btn-alternate.disabled.hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate.disabled.hover,
.mz-btn.btn-danger.btn-alternate[disabled].hover,
.mz-btn.btn-danger.mz-form-control.btn-alternate[disabled].hover,
fieldset[disabled] .mz-btn.btn-danger.btn-alternate.hover,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-alternate.hover,
.mz-btn.btn-danger.btn-alternate.disabled:focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate.disabled:focus,
.mz-btn.btn-danger.btn-alternate[disabled]:focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-btn.btn-danger.btn-alternate:focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-alternate:focus,
.mz-btn.btn-danger.btn-alternate.disabled.focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate.disabled.focus,
.mz-btn.btn-danger.btn-alternate[disabled].focus,
.mz-btn.btn-danger.mz-form-control.btn-alternate[disabled].focus,
fieldset[disabled] .mz-btn.btn-danger.btn-alternate.focus,
fieldset[disabled] .mz-btn.btn-danger.mz-form-control.btn-alternate.focus {
  color: #fff;
  background-color: #ff7733;
  border-color: #ff5400;
}
.mz-btn.btn-danger.btn-border-as-bg,
.mz-btn.btn-danger.mz-form-control.btn-border-as-bg {
  border-color: #ff5400;
}
.mz-btn.btn-lg {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.mz-btn.btn-sm,
.mz-btn-group-sm > .mz-btn,
.mz-btn-line.mz-btn-line-sm > .mz-btn,
.mz-form-inline.mz-form-inline-sm .mz-btn,
.mz-pager .mz-btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
}
.mz-btn.btn-xs,
.mz-btn-group-xs > .mz-btn,
.mz-btn-line.mz-btn-line-xs > .mz-btn {
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
}
.mz-btn.btn-block {
  display: block;
  width: 100%;
}
.mz-btn.btn-block + .mz-btn.btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.mz-file-upload-btn {
  position: relative;
  overflow: hidden;
}
.mz-file-upload-btn .mz-file-upload-input {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.mz-btn-group,
.mz-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mz-btn-group > .mz-btn,
.mz-btn-group-vertical > .mz-btn {
  position: relative;
  float: left;
}
.mz-btn-group > .mz-btn:hover,
.mz-btn-group-vertical > .mz-btn:hover,
.mz-btn-group > .mz-btn:focus,
.mz-btn-group-vertical > .mz-btn:focus,
.mz-btn-group > .mz-btn:active,
.mz-btn-group-vertical > .mz-btn:active,
.mz-btn-group > .mz-btn.active,
.mz-btn-group-vertical > .mz-btn.active {
  z-index: 2;
}
.mz-btn-group .mz-btn + .mz-btn,
.mz-btn-group .mz-btn + .mz-btn-group,
.mz-btn-group .mz-btn-group + .mz-btn,
.mz-btn-group .mz-btn-group + .mz-btn-group {
  margin-left: -1px;
}
.mz-btn-group > .mz-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.mz-btn-group > .mz-btn:first-child {
  margin-left: 0;
}
.mz-btn-group > .mz-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.mz-btn-group > .mz-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mz-btn-line {
  line-height: 40px;
}
.mz-btn-line.mz-btn-line-xs {
  line-height: 23px;
}
.mz-btn-line.mz-btn-line-sm {
  line-height: 35px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='text']::-ms-clear,
input[type='search']::-ms-clear,
input[type='text']::-ms-reveal,
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: url('../i/select_icon.png') right center no-repeat;
}
.mz-form-control {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 20px;
  padding: 9px 19px;
  font-size: 14px;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-form-control:focus,
.mz-form-control.focus {
  border-color: #0088df;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
  box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
}
.mz-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.mz-form-control:-ms-input-placeholder {
  color: #999999;
}
.mz-form-control::-webkit-input-placeholder {
  color: #999999;
}
.mz-form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.mz-form-control[disabled],
.mz-form-control[readonly],
fieldset[disabled] .mz-form-control {
  color: #c8c8c8;
  background-color: #f8f8f8;
  opacity: 1;
}
.mz-form-control[disabled]:focus,
.mz-form-control[readonly]:focus,
fieldset[disabled] .mz-form-control:focus,
.mz-form-control[disabled].focus,
.mz-form-control[readonly].focus,
fieldset[disabled] .mz-form-control.focus {
  border-color: #0088df;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
  box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
}
.mz-form-control[disabled],
fieldset[disabled] .mz-form-control {
  cursor: not-allowed;
}
select.mz-form-control {
  background-image: url('../i/select_icon.png');
  background-size: 14px;
  padding-right: 26px;
  background-position: right 6px center;
}
textarea.mz-form-control {
  padding: 6px 10px;
  height: auto;
}
.mz-form-control.muted {
  color: #c8c8c8;
}
.mz-form-control.mz-btn {
  padding: 9px 19px;
}
input[type='search'] {
  -webkit-appearance: none;
}
.mz-form-group {
  margin-bottom: 15px;
}
.mz-form-group .date-input {
  position: relative;
  cursor: pointer;
  line-height: 40px;
}
.mz-form-group .date-input > input {
  padding-right: 41px;
}
.mz-form-group .date-input:after {
  position: absolute;
  top: 0;
  right: 9px;
  font-size: 20px;
  color: #b0b0b0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e940";
  line-height: inherit;
}
.mz-form-group .date-input:after.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-form-group .date-input:after.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-form-group .date-input:after.mz-icon-12px:after {
  content: '\200b';
}
.mz-form-group .date-input:after.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.mz-form-group .date-input:after.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-form-group .date-input:after.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-form-group .date-input:after.mz-icon-16px:after {
  content: '\200b';
}
.mz-form-group .date-input:after.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.mz-form-group .date-input:after.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-form-group .date-input:after.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-form-group .date-input:after.mz-icon-24px:after {
  content: '\200b';
}
.mz-form-group .date-input:after.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.mz-radio,
.mz-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mz-radio label,
.mz-checkbox label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
label.mz-checkbox-inline,
label.mz-radio-inline {
  padding-left: 0;
}
label.mz-checkbox-inline + label.mz-checkbox-inline,
label.mz-checkbox-inline + label.mz-radio-inline,
label.mz-radio-inline + label.mz-checkbox-inline,
label.mz-radio-inline + label.mz-radio-inline {
  margin-left: 20px;
}
.mz-radio input[type='radio'],
.mz-radio-inline input[type='radio'],
.mz-checkbox input[type='checkbox'],
.mz-checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.mz-radio + .mz-radio,
.mz-checkbox + .mz-checkbox {
  margin-top: -5px;
}
.mz-radio-inline,
.mz-checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.mz-radio-inline + .mz-radio-inline,
.mz-checkbox-inline + .mz-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.mz-radio-inline.disabled,
.mz-checkbox-inline.disabled,
fieldset[disabled] .mz-radio-inline,
fieldset[disabled] .mz-checkbox-inline {
  cursor: not-allowed;
}
.mz-radio.disabled label,
.mz-checkbox.disabled label,
fieldset[disabled] .mz-radio label,
fieldset[disabled] .mz-checkbox label {
  cursor: not-allowed;
}
.mz-checkbox input[type="checkbox"],
.mz-checkbox-inline input[type="checkbox"] {
  display: none;
}
.mz-checkbox input[type="checkbox"] + span:before,
.mz-checkbox-inline input[type="checkbox"] + span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-12px,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-12px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-12px:after,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-12px:after {
  content: '\200b';
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-12px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-16px,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-16px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-16px:after,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-16px:after {
  content: '\200b';
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-16px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-24px,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-24px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-24px:after,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-24px:after {
  content: '\200b';
}
.mz-checkbox input[type="checkbox"] + span:before.mz-icon-24px:before,
.mz-checkbox-inline input[type="checkbox"] + span:before.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.mz-checkbox input[type="checkbox"].icon-large + span:before,
.mz-checkbox-inline input[type="checkbox"].icon-large + span:before {
  font-size: 18px;
  vertical-align: -2px;
}
.mz-checkbox input[type="checkbox"] + span:before,
.mz-checkbox-inline input[type="checkbox"] + span:before {
  color: #d8d8d8;
  content: "\e995";
}
.mz-checkbox input[type="checkbox"].halfchecked + span:before,
.mz-checkbox-inline input[type="checkbox"].halfchecked + span:before {
  color: #0088df;
  content: "\e9c7";
}
.mz-checkbox input[type="checkbox"]:checked + span:before,
.mz-checkbox-inline input[type="checkbox"]:checked + span:before {
  color: #0088df;
  content: "\e996";
}
.mz-checkbox input[type="checkbox"]:disabled + span,
.mz-checkbox-inline input[type="checkbox"]:disabled + span,
.mz-checkbox input[type="checkbox"]:disabled + span:before,
.mz-checkbox-inline input[type="checkbox"]:disabled + span:before {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-radio input[type="radio"],
.mz-radio-inline input[type="radio"] {
  display: none;
}
.mz-radio input[type="radio"] + span:before,
.mz-radio-inline input[type="radio"] + span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-12px,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-12px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-12px:after,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-12px:after {
  content: '\200b';
}
.mz-radio input[type="radio"] + span:before.mz-icon-12px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-16px,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-16px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-16px:after,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-16px:after {
  content: '\200b';
}
.mz-radio input[type="radio"] + span:before.mz-icon-16px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-24px,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-24px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-radio input[type="radio"] + span:before.mz-icon-24px:after,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-24px:after {
  content: '\200b';
}
.mz-radio input[type="radio"] + span:before.mz-icon-24px:before,
.mz-radio-inline input[type="radio"] + span:before.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.mz-radio input[type="radio"].icon-large + span:before,
.mz-radio-inline input[type="radio"].icon-large + span:before {
  font-size: 18px;
  vertical-align: -2px;
}
.mz-radio input[type="radio"] + span:before,
.mz-radio-inline input[type="radio"] + span:before {
  color: #d8d8d8;
  content: "\e985";
}
.mz-radio input[type="radio"].halfchecked + span:before,
.mz-radio-inline input[type="radio"].halfchecked + span:before {
  color: #0088df;
  content: "\e9c7";
}
.mz-radio input[type="radio"]:checked + span:before,
.mz-radio-inline input[type="radio"]:checked + span:before {
  color: #0088df;
  content: "\e994";
}
.mz-radio input[type="radio"]:disabled + span,
.mz-radio-inline input[type="radio"]:disabled + span,
.mz-radio input[type="radio"]:disabled + span:before,
.mz-radio-inline input[type="radio"]:disabled + span:before {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.mz-form-control-static-sm,
.mz-form-control-static.mz-input-sm,
.mz-form-inline.mz-form-inline-sm .mz-form-control-static {
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px;
}
.mz-input-sm,
.mz-form-inline.mz-form-inline-sm .mz-input,
.mz-dropdown-list-sm .mz-btn,
.mz-input-sm .mz-dropdown-list .mz-btn,
.mz-form-inline-sm .mz-dropdown-list .mz-btn,
.mz-category-dropdown .mz-dropdown-list .mz-btn,
.mz-pager-dropdown .mz-dropdown-list .mz-btn,
.mz-effect-dropdown .mz-dropdown-list .mz-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.mz-input-sm {
  background-size: 12px;
  padding-right: 22px;
  background-position: right 5px center;
}
textarea.mz-input-sm,
select[multiple].mz-input-sm {
  height: auto;
}
.mz-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.mz-form-inline .mz-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.mz-form-inline .mz-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.mz-form-inline .mz-form-control.mz-btn {
  vertical-align: top;
}
.mz-form-inline .mz-form-control-static {
  display: inline-block;
  vertical-align: middle;
}
.mz-form-inline .mz-input-group {
  display: inline-table;
  vertical-align: middle;
}
.mz-form-inline .mz-input-group .mz-input-group-addon,
.mz-form-inline .mz-input-group .mz-input-group-btn,
.mz-form-inline .mz-input-group .mz-form-control {
  width: auto;
}
.mz-form-inline .mz-input-group > .mz-form-control {
  width: 100%;
}
.mz-form-inline .mz-control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.mz-form-inline .mz-control-label.mz-append-label {
  font-weight: normal;
  text-align: left;
  padding-left: 0;
  cursor: default;
}
.mz-form-inline .mz-radio,
.mz-form-inline .mz-checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.mz-form-inline input[type='radio'],
.mz-form-inline input[type='checkbox'] {
  margin-top: 12px;
}
.mz-form-inline .mz-radio + .mz-radio,
.mz-form-inline .mz-checkbox + .mz-checkbox {
  margin-top: 0;
  margin-left: 10px;
}
.mz-form-inline .mz-has-feedback .mz-form-control-feedback {
  top: 0;
}
.mz-form-inline.mz-form-inline-sm input[type='radio'],
.mz-form-inline.mz-form-inline-sm input[type='checkbox'] {
  margin-top: 0;
}
.mz-form-horizontal .mz-radio,
.mz-form-horizontal .mz-checkbox,
.mz-form-horizontal .mz-radio-inline,
.mz-form-horizontal .mz-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.mz-form-horizontal .mz-radio,
.mz-form-horizontal .mz-checkbox {
  min-height: 27px;
}
.mz-form-horizontal .mz-form-group {
  margin-bottom: 20px;
  line-height: 40px;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: 0;
  margin-right: 0;
}
.mz-form-horizontal .mz-form-group.mz-form-group-narrow {
  line-height: 20px;
}
.mz-form-horizontal .mz-form-group.mz-form-group-narrow .mz-form-inline input[type='radio'],
.mz-form-horizontal .mz-form-group.mz-form-group-narrow .mz-form-inline input[type='checkbox'] {
  margin-top: 4px;
}
.mz-form-horizontal .mz-form-group.mz-form-group-compact {
  margin-bottom: 0;
}
.mz-form-horizontal .mz-form-group .mz-form-part {
  min-height: 34px;
}
.mz-form-horizontal .mz-form-group .mz-form-part .mz-radio,
.mz-form-horizontal .mz-form-group .mz-form-part .mz-checkbox,
.mz-form-horizontal .mz-form-group .mz-form-part .mz-radio-inline,
.mz-form-horizontal .mz-form-group .mz-form-part .mz-checkbox-inline {
  padding-top: 0;
}
.mz-form-horizontal .mz-form-group .mz-form-part .mz-form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.mz-form-horizontal .mz-form-group .mz-form-group-title,
.mz-form-horizontal .mz-form-group .mz-form-group-input,
.mz-form-horizontal .mz-form-group .mz-form-group-append {
  float: left;
}
.mz-form-horizontal .mz-form-group .mz-form-group-title {
  text-align: right;
  width: 150px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input {
  margin-left: 40px;
  margin-right: 20px;
  width: 380px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-2-1,
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-3-1,
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-4-1,
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-2 {
  float: left;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-2-1:not(:last-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-3-1:not(:last-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-4-1:not(:last-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-2:not(:last-child) {
  padding-right: 5px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-2-1:not(:first-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-3-1:not(:first-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-4-1:not(:first-child),
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-2:not(:first-child) {
  padding-left: 5px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-1 {
  float: left;
  text-align: center;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-2-1 {
  width: 50%;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-3-1 {
  width: 33%;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-4-1 {
  width: 25%;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-1 {
  width: 10px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-input .input-5-2 {
  width: 185px;
}
.mz-form-horizontal .mz-form-group .mz-form-group-append {
  width: 370px;
  color: #b0b0b0;
}
.mz-form-horizontal .mz-form-group label {
  margin-bottom: 0;
}
.mz-form-horizontal .mz-form-group .mz-radio-label > .radio,
.mz-form-horizontal .mz-form-group .mz-checkbox-label > .radio,
.mz-form-horizontal .mz-form-group .mz-radio-label > .checkbox,
.mz-form-horizontal .mz-form-group .mz-checkbox-label > .checkbox {
  margin-top: 2px;
  float: left;
}
.mz-form-horizontal .mz-form-group .mz-describe-label {
  margin-left: 32px;
}
.mz-form-horizontal .mz-form-group .mz-describe-label,
.mz-form-horizontal .mz-form-group .mz-describe-label label {
  font-weight: normal;
}
.mz-form-horizontal.mz-form-horizontal-compact .mz-form-group {
  margin-bottom: 10px;
}
.mz-form-horizontal.mz-form-horizontal-compact .mz-form-group-input {
  width: 80px;
}
.mz-form-horizontal.mz-form-horizontal-compact .mz-form-group-input.mz-form-group-input-wide {
  width: 230px;
}
.mz-form-horizontal .mz-control-label {
  text-align: right;
}
.mz-form-horizontal .mz-control-label.mz-append-label {
  font-weight: normal;
  text-align: left;
  padding-left: 0;
  cursor: default;
}
.mz-form-horizontal .mz-control-label.danger {
  color: #f75555;
}
.mz-form-horizontal .mz-has-feedback .mz-form-control-feedback {
  right: 10px;
}
.mz-form-horizontal .mz-error-text {
  color: #f75555;
}
.mz-static-label {
  font-weight: normal;
}
.mz-error-label {
  display: none;
}
.skuv2-explain {
  color: #f75555;
}
.skuv2-explain:hover,
.skuv2-explain:focus {
  color: #f75555;
}
.mz-error-label-ex {
  line-height: 20px;
}
.mz-has-error .mz-help-block,
.mz-has-error .mz-control-label,
.mz-has-error .mz-radio,
.mz-has-error .mz-checkbox,
.mz-has-error .mz-radio-inline,
.mz-has-error .mz-checkbox-inline,
.mz-has-error.mz-radio label,
.mz-has-error.mz-checkbox label,
.mz-has-error.mz-radio-inline label,
.mz-has-error.mz-checkbox-inline label,
.mz-has-error .date-input:after {
  color: #f75555;
}
.mz-has-error .mz-form-control,
.mz-has-error.mz-form-control {
  border-color: #f75555;
  background-color: #fff;
}
.mz-has-error .mz-form-control:focus,
.mz-has-error.mz-form-control:focus,
.mz-has-error .mz-form-control.focus,
.mz-has-error.mz-form-control.focus {
  border-color: #f75555;
  -webkit-box-shadow: 0 0 4px 0 rgba(247, 85, 85, 0.6);
  box-shadow: 0 0 4px 0 rgba(247, 85, 85, 0.6);
}
.mz-has-error .mz-input-group-addon {
  color: #f75555;
  border-color: #f75555;
  background-color: #fff;
}
.mz-has-error .mz-form-control-feedback {
  color: #f75555;
}
.mz-has-error .mz-hide-on-error {
  display: none;
}
.mz-has-error .mz-error-label {
  display: inline-block;
}
.mz-has-error .mz-no-error {
  color: inherit !important;
}
.mz-hide-on-warning {
  display: none;
}
.mz-has-warning .mz-warning-label {
  color: #ffa108;
}
.mz-has-warning .mz-warning-label {
  display: inline-block;
}
.mz-has-warning .mz-hide-on-error {
  display: none;
}
.mz-has-warning .mz-hide-on-warning {
  display: inline-block;
}
.mz-select-large-group {
  display: flex;
  justify-content: space-between;
}
.mz-select-large {
  position: relative;
  cursor: pointer;
  width: 124px;
  height: 50px;
  border-radius: 4px;
}
.mz-select-extraLarge {
  width: 184px;
}
.mz-select-large-selected {
  background: #edf4ff;
  border: 1px solid #0088df;
}
.mz-select-large-unselected {
  background: #ffffff;
  border: 1px solid #d6d7d8;
}
.mz-act-type-selected-icon {
  position: absolute !important;
  right: 1px;
  bottom: 0px;
  color: #ffffff;
}
.label-yellow {
  color: #ffa108;
}
.label-brown {
  color: #cc9e5c;
}
.label-red {
  color: #ff5400;
}
.mz-label {
  display: inline-block;
  padding: 0 9px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  border: 1px solid;
}
a.mz-label:hover,
a.mz-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mz-label:empty {
  display: none;
}
.btn .mz-label {
  position: relative;
  top: -1px;
}
.mz-label.label-shuiyin-normal {
  background-color: #769ddf;
  border-color: #769ddf;
}
.mz-label.label-shuiyin-normal[href]:hover,
.mz-label.label-shuiyin-normal[href]:focus {
  background-color: #4d7fd5;
}
.mz-label.label-shuiyin-normal.label-bordered {
  color: #769ddf;
  border-color: #769ddf;
  background-color: transparent;
}
.mz-label.label-shuiyin-wireless {
  background-color: #f28d5b;
  border-color: #f28d5b;
}
.mz-label.label-shuiyin-wireless[href]:hover,
.mz-label.label-shuiyin-wireless[href]:focus {
  background-color: #ee6c2c;
}
.mz-label.label-shuiyin-wireless.label-bordered {
  color: #f28d5b;
  border-color: #f28d5b;
  background-color: transparent;
}
.mz-label.label-shuiyin-vertical {
  background-color: #ef7474;
  border-color: #ef7474;
}
.mz-label.label-shuiyin-vertical[href]:hover,
.mz-label.label-shuiyin-vertical[href]:focus {
  background-color: #ea4646;
}
.mz-label.label-shuiyin-vertical.label-bordered {
  color: #ef7474;
  border-color: #ef7474;
  background-color: transparent;
}
.mz-label.label-shuiyin-rectangle {
  background-color: #b086e1;
  border-color: #b086e1;
}
.mz-label.label-shuiyin-rectangle[href]:hover,
.mz-label.label-shuiyin-rectangle[href]:focus {
  background-color: #955dd7;
}
.mz-label.label-shuiyin-rectangle.label-bordered {
  color: #b086e1;
  border-color: #b086e1;
  background-color: transparent;
}
.mz-label.label-zhekou {
  background-color: #ffa108;
  border-color: #ffa108;
}
.mz-label.label-zhekou[href]:hover,
.mz-label.label-zhekou[href]:focus {
  background-color: #d48300;
}
.mz-label.label-zhekou.label-bordered {
  color: #ffa108;
  border-color: #ffa108;
  background-color: transparent;
}
.mz-label.label-secondzhekou {
  background-color: #cc9e5c;
  border-color: #cc9e5c;
}
.mz-label.label-secondzhekou[href]:hover,
.mz-label.label-secondzhekou[href]:focus {
  background-color: #bb863a;
}
.mz-label.label-secondzhekou.label-bordered {
  color: #cc9e5c;
  border-color: #cc9e5c;
  background-color: transparent;
}
.mz-label.label-mjs {
  background-color: #ff5400;
  border-color: #ff5400;
}
.mz-label.label-mjs[href]:hover,
.mz-label.label-mjs[href]:focus {
  background-color: #cc4300;
}
.mz-label.label-mjs.label-bordered {
  color: #ff5400;
  border-color: #ff5400;
  background-color: transparent;
}
.mz-label.label-zhekou-light {
  background-color: #ffc466;
  border-color: #ffc466;
}
.mz-label.label-zhekou-light[href]:hover,
.mz-label.label-zhekou-light[href]:focus {
  background-color: #ffb033;
}
.mz-label.label-zhekou-light.label-bordered {
  color: #ffc466;
  border-color: #ffc466;
  background-color: transparent;
}
.mz-label.label-mjs-light {
  background-color: #ff9966;
  border-color: #ff9966;
}
.mz-label.label-mjs-light[href]:hover,
.mz-label.label-mjs-light[href]:focus {
  background-color: #ff7733;
}
.mz-label.label-mjs-light.label-bordered {
  color: #ff9966;
  border-color: #ff9966;
  background-color: transparent;
}
.mz-label.label-secondzhekou-light {
  background-color: #cc9e5c;
  border-color: #cc9e5c;
}
.mz-label.label-secondzhekou-light[href]:hover,
.mz-label.label-secondzhekou-light[href]:focus {
  background-color: #bb863a;
}
.mz-label.label-secondzhekou-light.label-bordered {
  color: #cc9e5c;
  border-color: #cc9e5c;
  background-color: transparent;
}
.mz-label.label-default {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #999999;
}
.mz-label.label-default[href]:hover,
.mz-label.label-default[href]:focus {
  background-color: #d9d9d9;
}
.mz-label.label-default.label-bordered {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background-color: transparent;
}
.mz-label.label-default.label-bordered {
  color: #999999;
  border-color: #d8d8d8;
}
.mz-label.label-primary {
  background-color: #0088df;
  border-color: #0088df;
}
.mz-label.label-primary[href]:hover,
.mz-label.label-primary[href]:focus {
  background-color: #0069ac;
}
.mz-label.label-primary.label-bordered {
  color: #0088df;
  border-color: #0088df;
  background-color: transparent;
}
.mz-label.label-success {
  background-color: #00be70;
  border-color: #00be70;
}
.mz-label.label-success[href]:hover,
.mz-label.label-success[href]:focus {
  background-color: #008b52;
}
.mz-label.label-success.label-bordered {
  color: #00be70;
  border-color: #00be70;
  background-color: transparent;
}
.mz-label.label-info {
  background-color: #58a9e2;
  border-color: #58a9e2;
}
.mz-label.label-info[href]:hover,
.mz-label.label-info[href]:focus {
  background-color: #2d93da;
}
.mz-label.label-info.label-bordered {
  color: #58a9e2;
  border-color: #58a9e2;
  background-color: transparent;
}
.mz-label.label-warning {
  background-color: #ffa108;
  border-color: #ffa108;
}
.mz-label.label-warning[href]:hover,
.mz-label.label-warning[href]:focus {
  background-color: #d48300;
}
.mz-label.label-warning.label-bordered {
  color: #ffa108;
  border-color: #ffa108;
  background-color: transparent;
}
.mz-label.label-danger {
  background-color: #ff5400;
  border-color: #ff5400;
}
.mz-label.label-danger[href]:hover,
.mz-label.label-danger[href]:focus {
  background-color: #cc4300;
}
.mz-label.label-danger.label-bordered {
  color: #ff5400;
  border-color: #ff5400;
  background-color: transparent;
}
.mz-privilege {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 1px 4px 0px 4px;
}
.mz-ultimate-privilege {
  color: #ecd5ac;
  background: linear-gradient(315deg, #514a43 0%, #3d3732 100%);
}
.mz-prime-privilege {
  color: #333333;
  background: linear-gradient(315deg, #e1c08a 0%, #efdab4 100%);
}
.mz-act-type-label-tilte {
  margin-left: 19px;
  margin-top: 2px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.mz-act-type-label-sub-tilte {
  margin-left: 19px;
  height: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.right-bottom-triangle {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  border-radius: inherit;
  background-image: linear-gradient(135deg, #edf4ff 50%, #0088df 50%);
}
.mz-list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.mz-list-group-item {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
}
.mz-nav-block {
  margin-bottom: 20px;
}
.mz-nav-block.nav-block-after-other {
  margin-top: 10px;
}
.mz-nav-block.nav-block-after-other.large-gap {
  margin-top: 20px;
}
.mz-nav-block.nav-block-after-other.xlarge-gap {
  margin-top: 40px;
}
.mz-nav-block.nav-block-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.mz-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.mz-nav > li {
  line-height: 1.42857143;
  position: relative;
  display: block;
}
.mz-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
  outline: none;
}
.mz-nav > li > a:hover,
.mz-nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.mz-modal .mz-nav > li > a {
  font-size: 14px;
  line-height: 20px;
}
.mz-modal .mz-nav .mz-nav-search {
  margin: 5px 0;
}
.mz-nav .mz-nav-search {
  font-size: 0;
  text-align: right;
  position: relative;
}
.mz-nav .mz-nav-search > input {
  display: inline-block;
  width: 270px;
  margin-left: 10px;
}
.mz-nav .mz-nav-search > .mz-btn {
  margin-left: 10px;
}
.mz-nav .mz-nav-search > .mz-btn[type='submit'] {
  width: 50px;
}
.mz-nav .mz-nav-search > .mz-search-input-icon {
  font-size: 14px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto 0;
  width: 20px;
  right: 6px;
}
.mz-nav.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.mz-nav.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.mz-nav.nav-tabs > li + li {
  margin-left: 2px;
}
.mz-nav.nav-tabs > li > a {
  font-size: 16px;
  line-height: 24px;
  padding: 9px;
  border: 1px solid transparent;
  color: #333333;
}
.mz-nav.nav-tabs > li > a:hover,
.mz-nav.nav-tabs > li > a:focus {
  color: #0088df;
  background-color: transparent;
}
.mz-nav.nav-tabs > li.active > a,
.mz-nav.nav-tabs > li.active > a:hover,
.mz-nav.nav-tabs > li.active > a:focus {
  padding: 10px;
  padding-bottom: 8px;
  color: #0088df;
  border: 0;
  border-bottom: 2px solid #0088df;
  cursor: default;
}
.mz-nav.nav-tabs .raw-text {
  line-height: 42px;
}
.mz-nav.nav-tabs .raw-text > label {
  margin-bottom: 0;
  padding: 0 12px;
  font-weight: normal;
}
.mz-nav.nav-tabs.nav-stacked {
  border-bottom: none;
  border-right: 1px solid #d8d8d8;
}
.mz-nav.nav-tabs.nav-stacked > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}
.mz-nav.nav-tabs.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 2px;
}
.mz-nav.nav-tabs.nav-stacked > li.active > a,
.mz-nav.nav-tabs.nav-stacked > li.active > a:hover,
.mz-nav.nav-tabs.nav-stacked > li.active > a:focus {
  padding-bottom: 10px;
  padding-right: 8px;
  border-right: 2px solid #0088df;
  border-bottom: none;
}
.mz-nav.nav-tabs .mz-nav-search {
  margin: 7px 0;
}
.mz-nav.nav-pills {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.mz-nav.nav-pills > li {
  float: left;
  line-height: 30px;
  margin-right: 6px;
  /*+ li {
        margin-left: 6px;
      }*/
}
.mz-nav.nav-pills > li > a {
  border-radius: 4px;
  padding: 0 12px;
  color: #333333;
}
.mz-nav.nav-pills > li.active > a,
.mz-nav.nav-pills > li.active > a:hover,
.mz-nav.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0088df;
}
.mz-nav.nav-pills.nav-stacked li {
  margin-right: 0;
}
.mz-nav.nav-pills .raw-text {
  line-height: 30px;
}
.mz-nav.nav-pills .raw-text > label {
  margin-bottom: 0;
  padding: 0 12px;
  font-weight: normal;
}
.mz-nav.nav-pills.nav-stacked {
  padding-bottom: 0;
  border-bottom: none;
}
.mz-nav.nav-pills.nav-stacked > li {
  float: none;
}
.mz-nav.nav-pills.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.mz-nav.nav-stacked {
  text-align: right;
}
.mz-tab-content > .mz-tab-pane {
  display: none;
}
.mz-tab-content > .active {
  display: block;
}
.mz-tab-content.mz-tab-content-padding {
  padding: 6px 12px;
}
.mz-navbar-wrapper-old {
  height: 50px;
  margin-bottom: 0;
}
.mz-navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
.mz-navbar-header {
  float: left;
}
.mz-container > .mz-navbar-header,
.mz-container-fluid > .mz-navbar-header {
  margin-right: 0;
  margin-left: 0;
}
.mz-navbar-static-top {
  z-index: 1000;
  border-width: 0;
}
.mz-navbar-brand {
  float: left;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  width: 108px;
}
.mz-navbar-brand:hover,
.mz-navbar-brand:focus {
  text-decoration: none;
}
.mz-navbar-brand > img {
  display: block;
}
.mz-navbar > .m2-container .mz-navbar-brand,
.mz-navbar > .m2-container-fluid .mz-navbar-brand,
.mz-navbar > .mz-container .mz-navbar-brand,
.mz-navbar > .mz-container-fluid .mz-navbar-brand {
  margin-left: -16px;
}
.mz-navbar-logo {
  margin-top: -5px;
  height: 30px;
  width: auto;
}
.mz-navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
}
.mz-navbar-static-top .mz-navbar-collapse,
.mz-navbar-secondary .mz-navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.mz-navbar-nav {
  float: left;
  margin: 0;
}
.mz-navbar-nav > li {
  float: left;
}
.mz-navbar-nav > li > a {
  padding: 15px 16px;
  line-height: 20px;
}
.mz-navbar-nav > li.mz-hoverdown .mz-caret {
  margin-top: -4px;
}
.mz-navbar-left {
  float: left !important;
}
.mz-navbar-right {
  float: right !important;
}
.mz-navbar-default {
  background-color: #0088df;
  border-color: #0074be;
}
.mz-navbar-default .mz-navbar-brand {
  color: #fff;
}
.mz-navbar-default .mz-navbar-brand:hover,
.mz-navbar-default .mz-navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.mz-navbar-default .mz-navbar-text {
  color: #999999;
}
.mz-navbar-default .mz-navbar-nav > li > a {
  color: #fff;
  background-color: #0088df;
  font-size: 14px;
}
.mz-navbar-default .mz-navbar-nav > li > a.active,
.mz-navbar-default .mz-navbar-nav > li > a:hover,
.mz-navbar-default .mz-navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0294f0;
}
.mz-navbar-default .mz-navbar-nav > li.active > a,
.mz-navbar-default .mz-navbar-nav > li:hover > a,
.mz-navbar-default .mz-navbar-nav > li:focus > a {
  color: #fff;
  background-color: #0294f0;
}
.mz-navbar-default .mz-navbar-nav.mz-navbar-right > li > a {
  font-size: 12px;
}
.mz-navbar-default .mz-navbar-nav.mz-navbar-right > li > a .mz-shop-logo {
  margin-top: -12px;
  margin-bottom: -8px;
  -webkit-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  margin-right: 10px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}
.mz-navbar-default .mz-navbar-nav.mz-navbar-right .mz-hoverdown-submenu > li > a {
  font-size: 12px;
  text-align: center;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro {
  display: none;
  position: absolute;
  left: -120px;
  background-color: #fff6d4;
  color: #875400;
  border: 1px solid #ffe5ba;
  border-radius: 2px;
  padding: 6px 12px;
  width: 360px;
  z-index: 1070;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro .img-wrapper {
  width: 300px;
  height: 140px;
  margin: auto;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro .img-wrapper img {
  width: 300px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro:before,
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro:after {
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro:before {
  left: 159px;
  top: -10px;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff6d4;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro:after {
  left: 160px;
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff6d4;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro h4 {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
  margin: 0;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-intro p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 12px 6px;
  margin: 0;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge {
  display: none;
  transform: translateX(-50%);
  left: 50%;
  background-color: white;
  width: 262px;
  color: #333333;
  border: 0px;
  box-shadow: 0 2px 10px #999999;
  z-index: 1070;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .charge-btn-sm,
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .charge-btn-extend {
  width: 60px;
  margin: 0 5px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .charge-btn-renew {
  background-color: #f75555;
  border-color: #f75555;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .charge-btn-upgrade {
  background-color: #01bd70;
  border-color: #01bd70;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .charge-btn-recharge {
  background-color: #ff8d00;
  border-color: #ff8d00;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-item {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 30px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-item .navbar-nav-charge-content {
  color: #ff0000;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-item .navbar-nav-charge-invalid-content {
  color: #999999;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-item > a {
  float: right;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-history {
  margin: 24px 4px 0 4px;
  padding: 16px 0;
  border-top: solid #d8d8d8 1px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge .navbar-nav-charge-history > a {
  color: #999999;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge:before,
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge:after {
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge:before {
  left: 50%;
  top: -10px;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge:after {
  left: calc(50% + 1px);
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge-wide {
  width: 342px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-charge-wide .charge-btn-extend {
  width: 130px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview {
  font-size: 14px;
  display: block;
  position: absolute;
  right: -90px;
  background-color: white;
  width: 450px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 6px 19px;
  box-shadow: 1px 1px 15px #c8c8c8;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview:before,
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview:after {
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview:before {
  right: 107px;
  top: -10px;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview:after {
  right: 106px;
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid white;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-tab {
  font-size: 14px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-content-container {
  margin-top: 20px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-img {
  width: 410px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg a {
  color: #333333;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg a:hover {
  color: #0088df;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg + .preview-msg {
  margin-top: 12px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-index-top {
  color: #0088df;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-index {
  padding-right: 12px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-center {
  margin-top: 20px;
  padding: 12px 0;
  border-top: solid #d8d8d8 1px;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-center > a {
  color: #999999;
}
.mz-navbar-default .mz-navbar-nav .navbar-nav-msg-preview .preview-msg-center > a:hover {
  color: #0088df;
}
.mz-navbar-default .mz-navbar-nav .mz-nav-msg-icon {
  padding-top: 13px;
  padding-bottom: 13px;
}
.mz-navbar-default .mz-navbar-nav .mz-nav-msg-icon img {
  width: 24px;
}
.mz-navbar-default .mz-navbar-nav .mz-nav-msg-icon .msg-preview-new-container {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  right: 5px;
  top: 5px;
}
.mz-navbar-default .mz-navbar-nav .mz-nav-msg-icon .msg-preview-new-container .msg-preview-new-count {
  padding: 9px;
  border-radius: 9px;
  position: absolute;
  background: red;
}
.mz-navbar-default .mz-navbar-nav .mz-nav-msg-icon .msg-preview-new-container .msg-preview-new-count-text {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.mz-navbar-default .mz-navbar-nav > li:hover > .navbar-nav-intro,
.mz-navbar-default .mz-navbar-nav > li:focus > .navbar-nav-intro,
.mz-navbar-default .mz-navbar-nav > li:hover > .navbar-nav-charge,
.mz-navbar-default .mz-navbar-nav > li:focus > .navbar-nav-charge {
  display: block;
}
.mz-navbar-secondary {
  background-color: #fafafa;
  border-width: 0;
  border-bottom: 1px solid #e6e6e6;
  min-height: 40px;
}
.mz-navbar-secondary .mz-navbar-brand {
  height: 40px;
  padding: 10px 12px;
  margin-right: 12px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  min-width: 0;
  width: auto;
}
.mz-navbar-secondary .mz-navbar-brand .mz-navbar-logo {
  display: inline-block;
  height: 18px;
  margin-top: 0;
  vertical-align: top;
}
.mz-navbar-secondary > .m2-container .mz-navbar-brand {
  margin-left: 0;
}
.mz-navbar-secondary > .m2-container .mz-navbar-right {
  margin-right: -12px;
}
.mz-navbar-secondary .mz-navbar-nav > li > a {
  color: #333333;
  background-color: #fafafa;
  font-size: 14px;
}
.mz-navbar-secondary .mz-navbar-nav > li > a.active,
.mz-navbar-secondary .mz-navbar-nav > li > a:hover,
.mz-navbar-secondary .mz-navbar-nav > li > a:focus {
  color: #0088df;
  background-color: #fafafa;
}
.mz-navbar-secondary .mz-navbar-nav > li.active > a,
.mz-navbar-secondary .mz-navbar-nav > li:hover > a,
.mz-navbar-secondary .mz-navbar-nav > li:focus > a {
  color: #0088df;
  background-color: #fafafa;
}
.mz-navbar-secondary .mz-navbar-nav > li {
  line-height: 20px;
}
.mz-navbar-secondary .mz-navbar-nav > li > a {
  padding: 10px 12px;
}
.mz-navbar-secondary .mz-navbar-nav > li > span.raw-text {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
}
.mz-navbar-secondary .mz-navbar-nav > li > span.raw-text .iap-balance {
  color: #ff5400;
}
.mz-navbar-secondary .mz-navbar-nav > li > span.raw-text .recharge-btn {
  margin-left: 18px;
  margin-top: -4px;
}
.mz-navbar-secondary .mz-navbar-nav > li > span.raw-text.small {
  font-size: 12px;
}
.mz-navbar-secondary .mz-hoverdown-submenu {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.mz-navbar-secondary .mz-hoverdown-submenu.mz-nav > li > a {
  color: #333333;
}
.mz-navbar-secondary .mz-hoverdown-submenu.mz-nav > li > a:hover {
  color: #0088df;
  background-color: #fff;
}
.mz-navbar-default .mz-hoverdown-submenu,
.mz-navbar-old .mz-hoverdown-submenu {
  background-color: #0294f0;
  z-index: 1010;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro {
  display: none;
  position: absolute;
  background-color: #fff6d4;
  color: #875400;
  border: 1px solid #ffe5ba;
  border-radius: 2px;
  left: 140px;
  top: -10px;
  padding: 6px 12px;
  width: 320px;
  z-index: 1070;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro.wide-intro,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro.wide-intro {
  width: 500px;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro.shuiyin-intro,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro.shuiyin-intro {
  width: 408px;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro.fg-intro,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro.fg-intro {
  width: 360px;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro.tuan-intro,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro.tuan-intro {
  width: 410px;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro:before,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro:before,
.mz-navbar-default .mz-hoverdown-submenu .nav-intro:after,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro:after {
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro:before,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro:before {
  left: -12px;
  top: 18px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffe5ba;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro:after,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro:after {
  left: -11px;
  top: 19px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #fff6d4;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro h4,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro h4 {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
  margin: 0;
}
.mz-navbar-default .mz-hoverdown-submenu .nav-intro p,
.mz-navbar-old .mz-hoverdown-submenu .nav-intro p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 12px 6px;
  margin: 0;
}
.mz-navbar-default .mz-hoverdown-submenu > li > a,
.mz-navbar-old .mz-hoverdown-submenu > li > a {
  padding: 10px 16px;
}
.mz-navbar-default .mz-hoverdown-submenu > li:hover > .nav-intro,
.mz-navbar-old .mz-hoverdown-submenu > li:hover > .nav-intro,
.mz-navbar-default .mz-hoverdown-submenu > li:focus > .nav-intro,
.mz-navbar-old .mz-hoverdown-submenu > li:focus > .nav-intro {
  display: block;
}
.mz-navbar-default .mz-hoverdown-submenu > li > a,
.mz-navbar-old .mz-hoverdown-submenu > li > a {
  color: #fff;
  background-color: #0294f0;
  font-size: 14px;
}
.mz-navbar-default .mz-hoverdown-submenu > li > a.active,
.mz-navbar-old .mz-hoverdown-submenu > li > a.active,
.mz-navbar-default .mz-hoverdown-submenu > li > a:hover,
.mz-navbar-old .mz-hoverdown-submenu > li > a:hover,
.mz-navbar-default .mz-hoverdown-submenu > li > a:focus,
.mz-navbar-old .mz-hoverdown-submenu > li > a:focus {
  color: #fff;
  background-color: #30a6f0;
}
.mz-navbar-default .mz-hoverdown-submenu > li.active > a,
.mz-navbar-old .mz-hoverdown-submenu > li.active > a,
.mz-navbar-default .mz-hoverdown-submenu > li:hover > a,
.mz-navbar-old .mz-hoverdown-submenu > li:hover > a,
.mz-navbar-default .mz-hoverdown-submenu > li:focus > a,
.mz-navbar-old .mz-hoverdown-submenu > li:focus > a {
  color: #fff;
  background-color: #30a6f0;
}
.mz-navbar-old {
  min-height: 50px;
  background-color: #0088df;
}
.mz-navbar-old .mz-navbar-brand {
  padding: 15px 15px;
  height: 50px;
}
.mz-navbar-old .mz-navbar-brand:hover,
.mz-navbar-old .mz-navbar-brand:focus {
  background-color: transparent;
}
.mz-navbar > .m2-container .mz-navbar-old .mz-navbar-brand,
.mz-navbar > .m2-container-fluid .mz-navbar-old .mz-navbar-brand,
.mz-navbar > .mz-container .mz-navbar-old .mz-navbar-brand,
.mz-navbar > .mz-container-fluid .mz-navbar-old .mz-navbar-brand {
  margin-left: 0;
}
.mz-navbar-old .mz-navbar-brand > img {
  height: 35px;
  margin-top: -7px;
}
.mz-navbar-old .mz-navbar-nav > li > a {
  line-height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #0088df;
}
.mz-navbar-old .mz-navbar-nav > li > a:hover,
.mz-navbar-old .mz-navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0294f0;
}
.mz-navbar-old .mz-navbar-nav > .active > a,
.mz-navbar-old .mz-navbar-nav > .mz-hoverdown:hover > a,
.mz-navbar-old .mz-navbar-nav > .active > a:hover,
.mz-navbar-old .mz-navbar-nav > .mz-hoverdown:hover > a:hover,
.mz-navbar-old .mz-navbar-nav > .active > a:focus,
.mz-navbar-old .mz-navbar-nav > .mz-hoverdown:hover > a:focus {
  color: #fff;
  background-color: #0294f0;
}
.mz-navbar-old .mz-navbar-nav.mz-navbar-right {
  margin-right: -16px;
}
.mz-navbar-old .mz-navbar-nav.mz-navbar-right > li > a {
  font-size: 14px;
}
.mz-navbar-old .mz-navbar-nav.mz-navbar-right > li > a .mz-shop-logo {
  margin-top: -15px;
  margin-bottom: -11px;
  -webkit-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  margin-right: 0;
  margin-left: 10px;
  border-radius: 6px;
}
.mz-navbar-old .mz-navbar-nav.mz-navbar-right .mz-hoverdown-submenu > li > a {
  font-size: 14px;
  text-align: center;
}
.navbar-level-img {
  width: 66px;
}
.navbar-level-block {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding: 3px;
}
.navbar-charge-block {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding: 10px 0;
}
.navbar-charge-block .navbar-charge-text {
  line-height: 15px;
  text-align: center;
}
.navbar-charge-block .navbar-charge-text .navbar-charge-text-inline {
  display: inline-block;
}
.mz-pager {
  display: inline-block;
  font-size: 12px;
}
.mz-pager .mz-pager-list {
  display: inline-block;
}
.mz-pager .mz-pager-list .mz-pager-icon-btn {
  margin-left: 10px;
}
.mz-pager .mz-pager-list .mz-pager-icon-btn .mz-btn {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  height: 30px;
}
.mz-pager .mz-pager-jumper {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}
.mz-pager .mz-pager-jumper .mz-pager-jump-input {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  width: 40px;
}
.mz-pager .mz-pager-size {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}
.mz-pager .mz-pager-size .mz-pager-size-select {
  background-size: 12px;
  padding-right: 22px;
  background-position: right 5px center;
}
.mz-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mz-panel.mz-panel-noborder {
  border: 0;
}
.mz-panel-body {
  padding: 15px;
}
.mz-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.mz-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.mz-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.mz-panel-title > a,
.mz-panel-title > small,
.mz-panel-title > .small,
.mz-panel-title > small > a,
.mz-panel-title > .small > a {
  color: inherit;
}
.mz-panel-footer {
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #d8d8d8;
}
.mz-panel > .mz-list-group,
.mz-panel > .mz-panel-collapse > .mz-list-group {
  margin-bottom: 0;
}
.mz-panel > .mz-list-group .mz-list-group-item,
.mz-panel > .mz-panel-collapse > .mz-list-group .mz-list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.mz-panel > .mz-list-group:first-child .mz-list-group-item:first-child,
.mz-panel > .mz-panel-collapse > .mz-list-group:first-child .mz-list-group-item:first-child {
  border-top: 0;
}
.mz-panel > .mz-list-group:last-child .mz-list-group-item:last-child,
.mz-panel > .mz-panel-collapse > .mz-list-group:last-child .mz-list-group-item:last-child {
  border-bottom: 0;
}
.mz-panel > .mz-panel-heading + .mz-panel-collapse > .mz-list-group .mz-list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mz-panel-heading + .mz-list-group .mz-list-group-item:first-child {
  border-top-width: 0;
}
.mz-list-group + .mz-panel-footer .mz-list-group-item:last-child {
  border-bottom-width: 0;
}
.mz-panel > .mz-table,
.mz-panel > .mz-table-responsive > .mz-table,
.mz-panel > .mz-panel-collapse > .mz-table {
  margin-bottom: 0;
}
.mz-panel > .mz-table caption,
.mz-panel > .mz-table-responsive > .mz-table caption,
.mz-panel > .mz-panel-collapse > .mz-table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.mz-panel > .mz-panel-body + .mz-table,
.mz-panel > .mz-panel-body + .mz-table-responsive,
.mz-panel > .mz-table + .mz-panel-body,
.mz-panel > .mz-table-responsive + .mz-panel-body {
  border-top: 1px solid #f2f2f2;
}
.mz-panel > .mz-table > tbody:first-child > tr:first-child th,
.mz-panel > .mz-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.mz-panel > .mz-table-bordered,
.mz-panel > .mz-table-responsive > .mz-table-bordered {
  border: 0;
}
.mz-panel > .mz-table-bordered > thead > tr > th:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr > th:first-child,
.mz-panel > .mz-table-bordered > tbody > tr > th:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr > th:first-child,
.mz-panel > .mz-table-bordered > tfoot > tr > th:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr > th:first-child,
.mz-panel > .mz-table-bordered > thead > tr > td:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr > td:first-child,
.mz-panel > .mz-table-bordered > tbody > tr > td:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr > td:first-child,
.mz-panel > .mz-table-bordered > tfoot > tr > td:first-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.mz-panel > .mz-table-bordered > thead > tr > th:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr > th:last-child,
.mz-panel > .mz-table-bordered > tbody > tr > th:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr > th:last-child,
.mz-panel > .mz-table-bordered > tfoot > tr > th:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr > th:last-child,
.mz-panel > .mz-table-bordered > thead > tr > td:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr > td:last-child,
.mz-panel > .mz-table-bordered > tbody > tr > td:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr > td:last-child,
.mz-panel > .mz-table-bordered > tfoot > tr > td:last-child,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.mz-panel > .mz-table-bordered > thead > tr:first-child > td,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr:first-child > td,
.mz-panel > .mz-table-bordered > tbody > tr:first-child > td,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr:first-child > td,
.mz-panel > .mz-table-bordered > thead > tr:first-child > th,
.mz-panel > .mz-table-responsive > .mz-table-bordered > thead > tr:first-child > th,
.mz-panel > .mz-table-bordered > tbody > tr:first-child > th,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.mz-panel > .mz-table-bordered > tbody > tr:last-child > td,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr:last-child > td,
.mz-panel > .mz-table-bordered > tfoot > tr:last-child > td,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr:last-child > td,
.mz-panel > .mz-table-bordered > tbody > tr:last-child > th,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tbody > tr:last-child > th,
.mz-panel > .mz-table-bordered > tfoot > tr:last-child > th,
.mz-panel > .mz-table-responsive > .mz-table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.mz-panel > .mz-table-responsive {
  border: 0;
  margin-bottom: 0;
}
.mz-panel-default {
  border-color: #d8d8d8;
}
.mz-panel-default > .mz-panel-heading {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #d8d8d8;
}
.mz-panel-default > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #d8d8d8;
}
.mz-panel-default > .mz-panel-heading .badge {
  color: #f2f2f2;
  background-color: #333333;
}
.mz-panel-default > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #d8d8d8;
}
.mz-panel-primary {
  border-color: #0088df;
}
.mz-panel-primary > .mz-panel-heading {
  color: #fff;
  background-color: #0088df;
  border-color: #0088df;
}
.mz-panel-primary > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #0088df;
}
.mz-panel-primary > .mz-panel-heading .badge {
  color: #0088df;
  background-color: #fff;
}
.mz-panel-primary > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #0088df;
}
.mz-panel-success {
  border-color: #cdffce;
}
.mz-panel-success > .mz-panel-heading {
  color: #008b52;
  background-color: #e7ffeb;
  border-color: #cdffce;
}
.mz-panel-success > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #cdffce;
}
.mz-panel-success > .mz-panel-heading .badge {
  color: #e7ffeb;
  background-color: #008b52;
}
.mz-panel-success > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #cdffce;
}
.mz-panel-info {
  border-color: #d2eef7;
}
.mz-panel-info > .mz-panel-heading {
  color: #1c699f;
  background-color: #f0f7fc;
  border-color: #d2eef7;
}
.mz-panel-info > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #d2eef7;
}
.mz-panel-info > .mz-panel-heading .badge {
  color: #f0f7fc;
  background-color: #1c699f;
}
.mz-panel-info > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #d2eef7;
}
.mz-panel-warning {
  border-color: #ffe5ba;
}
.mz-panel-warning > .mz-panel-heading {
  color: #875400;
  background-color: #fff6d4;
  border-color: #ffe5ba;
}
.mz-panel-warning > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #ffe5ba;
}
.mz-panel-warning > .mz-panel-heading .badge {
  color: #fff6d4;
  background-color: #875400;
}
.mz-panel-warning > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #ffe5ba;
}
.mz-panel-danger {
  border-color: #ffd4cc;
}
.mz-panel-danger > .mz-panel-heading {
  color: #cc4300;
  background-color: #ffeee5;
  border-color: #ffd4cc;
}
.mz-panel-danger > .mz-panel-heading + .mz-panel-collapse > .mz-panel-body {
  border-top-color: #ffd4cc;
}
.mz-panel-danger > .mz-panel-heading .badge {
  color: #ffeee5;
  background-color: #cc4300;
}
.mz-panel-danger > .mz-panel-footer + .mz-panel-collapse > .mz-panel-body {
  border-bottom-color: #ffd4cc;
}
.mz-stepbar {
  margin-bottom: 40px;
  width: 100%;
  display: table;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.mz-stepbar li {
  text-align: center;
  position: relative;
  display: table-cell;
  width: 1%;
  padding: 0;
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  color: #999999;
}
.mz-stepbar li > a {
  color: #999999;
}
.mz-stepbar li.finished {
  color: #999999;
  background-color: #f8f8f8;
}
.mz-stepbar li.finished > a {
  color: #999999;
}
.mz-stepbar li.active {
  color: #0088df;
  background-color: #f8f8f8;
}
.mz-stepbar li.active > a {
  color: #0088df;
}
.mz-stepbar li.active .mz-step-icon {
  background-color: #0088df;
}
.mz-stepbar li + li {
  padding-left: 13px;
}
.mz-stepbar li + li:before,
.mz-stepbar li + li:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mz-stepbar li + li:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 26px 13px;
  margin-top: -26px;
}
.mz-stepbar li + li:after {
  border-color: rgba(248, 248, 248, 0);
  border-left-color: #f8f8f8;
  border-width: 20px 10px;
  margin-top: -20px;
}
.mz-stepbar li.finished + li:after {
  border-color: rgba(248, 248, 248, 0);
  border-left-color: #f8f8f8;
}
.mz-stepbar li.active + li:after {
  border-color: rgba(248, 248, 248, 0);
  border-left-color: #f8f8f8;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.mz-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mz-table > thead > tr > th,
.mz-table > tbody > tr > th,
.mz-table > tfoot > tr > th,
.mz-table > thead > tr > td,
.mz-table > tbody > tr > td,
.mz-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}
.mz-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}
.mz-table > caption + thead > tr:first-child > th,
.mz-table > colgroup + thead > tr:first-child > th,
.mz-table > thead:first-child > tr:first-child > th,
.mz-table > caption + thead > tr:first-child > td,
.mz-table > colgroup + thead > tr:first-child > td,
.mz-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.mz-table > tbody + tbody {
  border-top: 2px solid #f2f2f2;
}
.mz-table .mz-table {
  background-color: #fff;
}
.mz-table.in-panel {
  margin-bottom: 0;
}
.mz-table-condensed > thead > tr > th,
.mz-table-condensed > tbody > tr > th,
.mz-table-condensed > tfoot > tr > th,
.mz-table-condensed > thead > tr > td,
.mz-table-condensed > tbody > tr > td,
.mz-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.mz-table-bordered {
  border: 1px solid #f2f2f2;
}
.mz-table-bordered > thead > tr > th,
.mz-table-bordered > tbody > tr > th,
.mz-table-bordered > tfoot > tr > th,
.mz-table-bordered > thead > tr > td,
.mz-table-bordered > tbody > tr > td,
.mz-table-bordered > tfoot > tr > td {
  border: 1px solid #f2f2f2;
}
.mz-table-bordered > thead > tr > th,
.mz-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.mz-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.mz-table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}
.mz-table-center th,
.mz-table-center td {
  text-align: center;
}
.mz-table-dark > thead > tr {
  background-color: #f8f8f8;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.mz-table > thead > tr > td.active,
.mz-table > tbody > tr > td.active,
.mz-table > tfoot > tr > td.active,
.mz-table > thead > tr > th.active,
.mz-table > tbody > tr > th.active,
.mz-table > tfoot > tr > th.active,
.mz-table > thead > tr.active > td,
.mz-table > tbody > tr.active > td,
.mz-table > tfoot > tr.active > td,
.mz-table > thead > tr.active > th,
.mz-table > tbody > tr.active > th,
.mz-table > tfoot > tr.active > th {
  background-color: #f2f2f2;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e5e5e5;
}
.mz-table > thead > tr > td.success,
.mz-table > tbody > tr > td.success,
.mz-table > tfoot > tr > td.success,
.mz-table > thead > tr > th.success,
.mz-table > tbody > tr > th.success,
.mz-table > tfoot > tr > th.success,
.mz-table > thead > tr.success > td,
.mz-table > tbody > tr.success > td,
.mz-table > tfoot > tr.success > td,
.mz-table > thead > tr.success > th,
.mz-table > tbody > tr.success > th,
.mz-table > tfoot > tr.success > th {
  background-color: #e7ffeb;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #cdffd6;
}
.mz-table > thead > tr > td.info,
.mz-table > tbody > tr > td.info,
.mz-table > tfoot > tr > td.info,
.mz-table > thead > tr > th.info,
.mz-table > tbody > tr > th.info,
.mz-table > tfoot > tr > th.info,
.mz-table > thead > tr.info > td,
.mz-table > tbody > tr.info > td,
.mz-table > tfoot > tr.info > td,
.mz-table > thead > tr.info > th,
.mz-table > tbody > tr.info > th,
.mz-table > tfoot > tr.info > th {
  background-color: #f0f7fc;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #daecf9;
}
.mz-table > thead > tr > td.warning,
.mz-table > tbody > tr > td.warning,
.mz-table > tfoot > tr > td.warning,
.mz-table > thead > tr > th.warning,
.mz-table > tbody > tr > th.warning,
.mz-table > tfoot > tr > th.warning,
.mz-table > thead > tr.warning > td,
.mz-table > tbody > tr.warning > td,
.mz-table > tfoot > tr.warning > td,
.mz-table > thead > tr.warning > th,
.mz-table > tbody > tr.warning > th,
.mz-table > tfoot > tr.warning > th {
  background-color: #fff6d4;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff0bb;
}
.mz-table > thead > tr > td.danger,
.mz-table > tbody > tr > td.danger,
.mz-table > tfoot > tr > td.danger,
.mz-table > thead > tr > th.danger,
.mz-table > tbody > tr > th.danger,
.mz-table > tfoot > tr > th.danger,
.mz-table > thead > tr.danger > td,
.mz-table > tbody > tr.danger > td,
.mz-table > tfoot > tr.danger > td,
.mz-table > thead > tr.danger > th,
.mz-table > tbody > tr.danger > th,
.mz-table > tfoot > tr.danger > th {
  background-color: #ffeee5;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ffddcc;
}
.mz-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mz-hoverdown {
  position: relative;
}
.mz-hoverdown.mz-inline-hoverdown {
  display: inline-block;
}
.mz-hoverdown:hover .mz-hoverdown-submenu,
.mz-hoverdown.show-sub .mz-hoverdown-submenu {
  /*display: block;*/
}
.mz-hoverdown-submenu {
  position: absolute;
  min-width: 140px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1010;
  /*transition: height 0.5s ease;*/
}
.mz-hoverdown-submenu .mz-submenu-tag {
  margin-left: 6px;
  width: 44px;
  height: 20px;
  position: relative;
  top: -1px;
}
.mz-hoverdown-right .mz-hoverdown-submenu {
  right: 0;
  min-width: 112px;
}
.mz-hoverdown-submenu.mz-nav.nav-stacked {
  text-align: left;
}
.mz-hoverdown-submenu.mz-nav.nav-pills {
  overflow: hidden;
}
.mz-hoverdown-submenu.mz-nav.nav-pills > li > a {
  border-radius: 0;
}
.mz-hoverdown-submenu.mz-nav.nav-pills > li > a:hover {
  color: #fff;
  background-color: #0088df;
}
.mz-hoverdown-submenu-wide {
  min-width: 175px;
}
.mz-modal-open {
  overflow: hidden;
}
.mz-modal-open .mz-modal {
  overflow: auto;
}
.mz-modal {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: opacity 0.1s linear;
}
.mz-modal.lower {
  z-index: 1046;
}
.mz-modal.fade {
  opacity: 0;
}
.mz-modal.fade .mz-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: -moz-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  transition: transform 0.1s linear;
}
.mz-modal.in {
  opacity: 1;
}
.mz-modal.in .mz-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mz-modal-global {
  z-index: 1060;
}
.mz-modal-dialog {
  position: relative;
  width: 620px;
  margin: 30px auto;
}
.mz-modal-dialog.modal-sm {
  width: 300px;
}
.mz-modal-dialog.modal-lg {
  width: 900px;
}
.mz-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.mz-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: opacity 0.1s linear;
  opacity: 0;
}
.mz-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mz-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-modal-header {
  min-height: 50px;
  font-size: 0;
  background-color: #f8f8f8;
  padding: 0 20px;
}
.mz-modal-header.text-center {
  text-align: center;
}
.close {
  cursor: pointer;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: none;
  font-size: 20px;
  color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover {
  color: #666666;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mz-modal-header .close {
  float: right;
  line-height: 50px;
}
.mz-modal-body .close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 20px;
}
.mz-modal-title {
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}
.mz-modal-title .sub-title {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #999999;
}
.mz-modal-profile-img {
  float: left;
  margin: 10px 10px 10px 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.mz-modal-body {
  position: relative;
  padding: 20px;
  background-color: #fff;
  display: table;
  width: 100%;
  min-height: 300px;
}
.mz-modal-body.with-header {
  min-height: 250px;
}
.mz-modal-body.with-footer {
  min-height: 238px;
}
.mz-modal-body.with-header.with-footer {
  min-height: 188px;
}
.modal-sm .mz-modal-body {
  min-height: 120px;
}
.modal-sm .mz-modal-body.with-header {
  min-height: 70px;
}
.modal-sm .mz-modal-body.with-footer {
  min-height: 58px;
}
.modal-sm .mz-modal-body.with-header.with-footer {
  min-height: 8px;
}
.mz-modal-body .mz-modal-body-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mz-modal-body .mz-modal-body-inner.text-left {
  text-align: left;
}
.mz-modal-body .mz-modal-body-inner.text-top {
  vertical-align: top;
}
.mz-modal-body .mz-modal-body-inner div:last-child,
.mz-modal-body .mz-modal-body-inner p:last-child {
  margin-bottom: 0;
}
.mz-modal-footer {
  min-height: 62px;
  background-color: #fff;
  padding: 13px 20px 14px;
  border-top: 1px solid #f5f5f5;
  text-align: right;
  font-size: 0;
}
.mz-modal-footer.text-center {
  text-align: center;
}
.mz-modal-footer .mz-btn + .mz-btn {
  margin-left: 20px;
  margin-bottom: 0;
}
.mz-modal-footer .mz-btn-group .mz-btn + .mz-btn {
  margin-left: -1px;
}
.mz-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.mz-modal-footer .footer-append {
  line-height: 18px;
  font-size: 12px;
  color: #c8c8c8;
  margin-top: 8px;
}
.mz-modal-footer .footer-append + .footer-append {
  margin-top: 6px;
}
.mz-modal-footer .inline-msg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 20px;
  overflow: hidden;
}
.mz-modal-footer .inline-msg.align-left-multi-line-msg {
  text-align: left;
  width: 350px;
}
.mz-modal-footer .error-msg {
  font-size: 12px;
  color: #f75555;
}
.mz-modal-footer .mz-btn {
  min-width: 60px;
}
.modal-sm .mz-modal-footer .mz-btn {
  min-width: 0;
}
.modal-lg .mz-modal-footer .mz-btn {
  min-width: 80px;
}
.mz-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.mz-modal-dialog.mz-dialog-modal,
.mz-modal-dialog.mz-progress-modal {
  width: 300px;
}
.mz-modal-dialog.mz-dialog-modal .mz-modal-content {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.mz-modal-dialog.mz-dialog-modal .mz-modal-body {
  min-height: 120px;
}
.mz-modal-dialog.mz-dialog-modal p {
  word-wrap: break-word;
}
.mz-modal-dialog.mz-dialog-modal .mz-btn-line {
  line-height: 0;
  margin-top: 24px;
}
.mz-modal-dialog.mz-dialog-modal .mz-btn-line .mz-btn + .mz-btn {
  margin-left: 20px;
}
.mz-modal-dialog.mz-progress-modal .mz-modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  overflow: hidden;
  border-width: 0;
  border-radius: 4px;
}
.mz-modal-dialog.mz-progress-modal .mz-modal-body {
  background-color: transparent;
  min-height: 60px;
  padding: 10px 20px;
  line-height: 40px;
}
.mz-modal-dialog.mz-progress-modal .inner-container {
  display: inline-block;
}
.mz-modal-dialog.mz-progress-modal .inner-container .success-icon,
.mz-modal-dialog.mz-progress-modal .inner-container .progress-icon {
  float: left;
  margin: 0 10px 0 0;
  font-size: 40px;
}
.mz-modal-dialog.mz-progress-modal .inner-container .success-icon {
  color: #00be70;
}
.mz-modal-dialog.mz-progress-modal .inner-container .circle-sm.progress-icon {
  margin-top: 10px;
}
.mz-modal-clipboard-textarea {
  resize: none;
  width: 100%;
}
.mz-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mz-popover.top {
  margin-top: -10px;
}
.mz-popover.right {
  margin-left: 10px;
}
.mz-popover.bottom {
  margin-top: 10px;
}
.mz-popover.left {
  margin-left: -10px;
}
.mz-popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.mz-popover-content {
  padding: 9px 14px;
}
.mz-popover > .mz-popover-arrow {
  border-width: 11px;
}
.mz-popover > .mz-popover-arrow,
.mz-popover > .mz-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mz-popover > .mz-popover-arrow:after {
  border-width: 10px;
  content: '';
}
.mz-popover.top > .mz-popover-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.mz-popover.top > .mz-popover-arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.mz-popover.right > .mz-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.mz-popover.right > .mz-popover-arrow:after {
  content: ' ';
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.mz-popover.bottom > .mz-popover-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mz-popover.bottom > .mz-popover-arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.mz-popover.left > .mz-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.mz-popover.left > .mz-popover-arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.mz-popover-container {
  position: relative;
  z-index: 1050;
  -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
}
.mz-popover-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-popover-backdrop.transparent-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mz-dialog-popover {
  min-width: 160px;
}
.mz-dialog-popover .mz-popover-content > p {
  text-align: center;
}
.mz-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mz-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mz-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.mz-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.mz-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.mz-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.mz-tooltip.mz-tooltip-large {
  font-size: 14px;
}
.mz-tooltip.mz-tooltip-warning .mz-tooltip-inner {
  color: #875400;
  background-color: #fff6d4;
  border: 1px solid #ffe5ba;
}
.mz-tooltip.mz-tooltip-warning.top .mz-tooltip-arrow {
  border-top-color: #ffe5ba;
}
.mz-tooltip.mz-tooltip-warning.right .mz-tooltip-arrow {
  border-right-color: #ffe5ba;
}
.mz-tooltip.mz-tooltip-warning.left .mz-tooltip-arrow {
  border-left-color: #ffe5ba;
}
.mz-tooltip.mz-tooltip-warning.bottom .mz-tooltip-arrow {
  border-bottom-color: #ffe5ba;
}
.mz-tooltip-inner {
  max-width: 320px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.mz-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mz-tooltip.top .mz-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.mz-tooltip.right .mz-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.mz-tooltip.left .mz-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.mz-tooltip.bottom .mz-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.clearfix:before,
.clearfix:after,
.mz-container:before,
.mz-container:after,
.m2-container:before,
.m2-container:after,
.mz-container-fluid:before,
.mz-container-fluid:after,
.m2-container-fluid:before,
.m2-container-fluid:after,
.mz-row:before,
.mz-row:after,
.mz-container-table-row:before,
.mz-container-table-row:after,
.mz-form-horizontal .mz-form-group:before,
.mz-form-horizontal .mz-form-group:after,
.mz-nav:before,
.mz-nav:after,
.mz-navbar:before,
.mz-navbar:after,
.mz-navbar-header:before,
.mz-navbar-header:after,
.mz-navbar-collapse:before,
.mz-navbar-collapse:after,
.mz-panel-body:before,
.mz-panel-body:after,
.mz-modal-header:before,
.mz-modal-header:after,
.mz-modal-footer:before,
.mz-modal-footer:after,
.mz-sms-recharge-modal .recharge-item:before,
.mz-sms-recharge-modal .recharge-item:after,
.mshow-fabu-wrapper .action-info:before,
.mshow-fabu-wrapper .action-info:after,
.mshow-tuiguang-wrapper .action-info:before,
.mshow-tuiguang-wrapper .action-info:after,
.mshow-fabu-wrapper .action-info .navbar-part:before,
.mshow-fabu-wrapper .action-info .navbar-part:after,
.mshow-tuiguang-wrapper .action-info .navbar-part:before,
.mshow-tuiguang-wrapper .action-info .navbar-part:after,
.mz-mshow-template-list:before,
.mz-mshow-template-list:after,
.edit-banner-preview .edit-bottom-part .edit-navbar:before,
.edit-banner-preview .edit-bottom-part .edit-navbar:after,
.mz-mshow-tag-list:before,
.mz-mshow-tag-list:after,
.mz-mshow-banner-list:before,
.mz-mshow-banner-list:after,
.mz-mshow-template-card-list:before,
.mz-mshow-template-card-list:after,
.modal-coupon-content .mz-mshow-coupon-list:before,
.modal-coupon-content .mz-mshow-coupon-list:after,
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview ul:before,
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview ul:after,
.effect-shop-item-wrapper .item-info-wrapper:before,
.effect-shop-item-wrapper .item-info-wrapper:after,
.effect-shop-item-modal .item-info-wrapper .info-part:before,
.effect-shop-item-modal .item-info-wrapper .info-part:after,
.effect-double-eleven .order_stastic:before,
.effect-double-eleven .order_stastic:after,
.effect-double-eleven .top-sell-part:before,
.effect-double-eleven .top-sell-part:after,
.effect-double-eleven .sell-map:before,
.effect-double-eleven .sell-map:after,
.effect-double-eleven .weitao:before,
.effect-double-eleven .weitao:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.mz-container:after,
.m2-container:after,
.mz-container-fluid:after,
.m2-container-fluid:after,
.mz-row:after,
.mz-container-table-row:after,
.mz-form-horizontal .mz-form-group:after,
.mz-nav:after,
.mz-navbar:after,
.mz-navbar-header:after,
.mz-navbar-collapse:after,
.mz-panel-body:after,
.mz-modal-header:after,
.mz-modal-footer:after,
.mz-sms-recharge-modal .recharge-item:after,
.mshow-fabu-wrapper .action-info:after,
.mshow-tuiguang-wrapper .action-info:after,
.mshow-fabu-wrapper .action-info .navbar-part:after,
.mshow-tuiguang-wrapper .action-info .navbar-part:after,
.mz-mshow-template-list:after,
.edit-banner-preview .edit-bottom-part .edit-navbar:after,
.mz-mshow-tag-list:after,
.mz-mshow-banner-list:after,
.mz-mshow-template-card-list:after,
.modal-coupon-content .mz-mshow-coupon-list:after,
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview ul:after,
.effect-shop-item-wrapper .item-info-wrapper:after,
.effect-shop-item-modal .item-info-wrapper .info-part:after,
.effect-double-eleven .order_stastic:after,
.effect-double-eleven .top-sell-part:after,
.effect-double-eleven .sell-map:after,
.effect-double-eleven .weitao:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.layout-flex {
  display: flex;
}
.layout-flex.col {
  flex-direction: column;
}
.layout-flex.col.justify-content-center {
  justify-content: center;
}
.any-creator-fixed-content {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.any-creator-fixed-content > * > * {
  pointer-events: all;
}
.any-creator-content .anchor-mask,
.any-creator-fixed-content .anchor-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
html {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
body {
  display: inline-block;
  min-width: 100%;
  position: relative;
}
.mz-wrapper {
  min-width: 960px;
  min-height: 100vh;
  padding-bottom: 81px;
  position: relative;
}
.mz-main-wrapper {
  min-height: 480px;
  padding-top: 12px;
  padding-bottom: 60px;
}
.mz-content-wrapper .mz-error-wrapper {
  display: none;
}
.mz-content-wrapper.on-error .mz-main-wrapper {
  display: none;
}
.mz-content-wrapper.on-error .mz-main-wrapper.mz-error-wrapper {
  display: block;
}
.mz-float-sidebar {
  z-index: 1000;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.mz-float-sidebar .mz-sidebar-inner {
  position: relative;
  height: 100%;
}
.mz-float-sidebar ul {
  padding-left: 0;
  list-style: none;
  position: fixed;
}
.mz-float-sidebar ul.mz-sidebar-links {
  padding-top: 120px;
}
.mz-float-sidebar ul.mz-sidebar-links .mz-feedback-text {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.mz-float-sidebar ul.mz-sidebar-scroll-btns {
  bottom: 0;
}
.mz-float-sidebar ul li a {
  display: block;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  line-height: 24px;
}
.mz-float-sidebar ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mz-float-sidebar ul li a .mz-icon {
  display: block;
  font-size: 24px;
}
.mz-float-sidebar ul li + li {
  margin-top: 5px;
}
body.wide {
  background-color: #f2f2f2;
}
body.wide .mz-top-alerts {
  width: 100%;
}
body.wide .mz-content-wrapper {
  width: 1200px;
  margin: 0 auto;
}
body.wide #content {
  width: 100%;
  font-size: 0;
}
body.wide #nav-sidebar {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 176px;
  margin-right: 12px;
}
body.wide #main-content-wrapper {
  display: inline-block;
  width: auto;
  background: #fff;
  vertical-align: top;
}
body.wide #main-content {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background: #fff;
  width: 1012px;
  min-height: 480px;
}
body.wide #main-content.legacy-content {
  padding-left: 26px;
  padding-right: 26px;
}
body.wide #main-content.new-legacy-content {
  padding: 20px;
}
body.wide #main-content.shuiyin-legacy-content {
  padding: 0 20px;
}
body.wide #global-error {
  width: 100%;
}
body.wide #component_navbar:empty,
body.wide #component_navbar:empty ~ .mz-top-alerts {
  opacity: 0;
  visibility: hidden;
}
body.wide #nav-sidebar,
body.wide #nav-sidebar ~ #main-content-wrapper,
body.wide #nav-sidebar ~ #main-content {
  opacity: 0;
  visibility: hidden;
}
body.wide.mz-navbar-ready #component_navbar,
body.wide.mz-navbar-ready #component_navbar ~ .mz-top-alerts {
  transition: opacity 50ms ease-out;
  opacity: 1;
  visibility: visible;
}
body.wide.mz-navbar-ready #nav-sidebar:not(:empty),
body.wide.mz-navbar-ready #nav-sidebar:not(:empty) ~ #main-content-wrapper,
body.wide.mz-navbar-ready #nav-sidebar:not(:empty) ~ #main-content {
  transition: opacity 50ms ease-out;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1279px) {
  body.wide .mz-float-sidebar {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  body.wide .mz-float-sidebar .mz-sidebar-links {
    left: auto;
    right: 0;
  }
  body.wide .mz-float-sidebar .mz-sidebar-links .mz-feedback-text {
    display: block;
    padding: 12px 9px;
    width: 32px;
    word-break: break-all;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 1132px) {
  .mz-float-sidebar {
    display: none;
  }
}
.js-cdn-check-tips {
  display: none;
}
.mz-action-line {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}
.mz-action-line .mz-btn {
  padding: 14px 0;
  line-height: 20px;
  font-size: 16px;
  border: 1px solid transparent;
}
.mz-action-line .mz-btn.primary-action {
  width: 260px;
}
.mz-action-line .mz-btn.secondary-action {
  width: 160px;
}
.mz-action-line .mz-btn.btn-with-excel {
  width: 200px;
}
.mz-action-line .mz-btn.btn-with-excel .icon-excel {
  font-size: 18px;
}
.mz-action-line .mz-btn + .mz-btn {
  margin-left: 20px;
}
.mz-float-left-adv {
  position: fixed;
  top: 0;
  padding-top: 110px;
}
.mz-float-left-adv img {
  width: 110px;
  height: 110px;
}
@media (max-width: 1359px) {
  body.wide .mz-float-left-adv {
    display: none;
  }
}
@media (min-width: 1360px) and (max-width: 1500px) {
  body.wide .mz-float-left-adv > img {
    width: 70px;
    height: 70px;
  }
}
.mz-bulkzhekou-container {
  padding-bottom: 153px;
}
a.mz-renew-item-btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #333333;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.mz-renew-item-btn:hover,
a.mz-renew-item-btn:active,
a.mz-renew-item-btn:focus {
  background-color: rgba(243, 243, 243, 0.4);
  text-decoration: none;
}
a.mz-renew-item-btn .mz-upgrade-price {
  color: #ffa108;
}
a.mz-renew-item-btn .mz-upgrade-price {
  font-weight: bold;
  font-size: 18px;
}
a.mz-renew-item-btn .mz-upgrade-discount {
  font-weight: bold;
  font-size: 24px;
}
.mz-renew-text-gift {
  font-size: 16px;
  padding-bottom: 12px;
  color: #999999;
}
.mz-renew-btn-gift {
  background: linear-gradient(to right, #53a1e7, #7068f4);
  border: 0;
  font-size: 16px;
  color: white;
}
.mz-renew-btn-gift p {
  margin-bottom: 0;
  padding: 12px 44px;
}
.mz-renew-btn-gift:hover,
.mz-renew-btn-gift.hover {
  background: linear-gradient(to right, #348cda, #4f46e6);
  color: white;
}
.mz-renew-btn-custom {
  cursor: pointer;
  color: #999999;
}
.mz-renew-modal .profile .profile-img {
  float: left;
  margin: 10px 10px 10px 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 8px #fff;
  box-shadow: 0 0 8px #fff;
}
.mz-renew-modal .profile .profile-info {
  display: inline-block;
}
.mz-renew-modal .profile .profile-info .user-nick {
  font-size: 16px;
  font-weight: bold;
}
.mz-renew-modal .mz-renew-promo-list {
  margin-bottom: 0;
}
.mz-renew-modal .mz-renew-promo-list li.mz-renew-promo-list-item {
  padding: 6px 0;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 1.42857143;
}
.mz-renew-modal .mz-renew-promo-list li.mz-renew-promo-list-item .append-info {
  display: block;
  color: #333333;
  font-size: 12px;
}
.mz-renew-modal-banner {
  margin-bottom: 20px;
}
.mz-renew-modal-banner a {
  display: block;
}
.mz-renew-modal-banner img {
  display: block;
  width: 580px;
}
.mz-lowest-error-modal .mz-modal-body .lowest-info {
  margin: 12px 10px 32px 10px;
}
.mz-lowest-error-modal .mz-modal-body .lowest-info p + p {
  margin-bottom: 14px;
}
.mz-lowest-error-modal .mz-modal-body .text-color-zhekou {
  color: #ffa108;
}
.mz-lowest-error-modal .mz-modal-footer {
  text-align: center;
}
.mz-modal-body .update-finish {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.mz-modal-body .update-finish > * {
  display: table-cell;
  vertical-align: middle;
}
.mz-modal-body .update-finish .finish-icon {
  color: #00be70;
  font-size: 40px;
  padding-right: 15px;
}
.mz-modal-body .update-finish .finish-text {
  font-size: 20px;
}
.mz-modal-body .update-finish-tips {
  margin-top: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #c8c8c8;
}
.mz-feedback-modal .mz-form-horizontal .mz-form-group-title {
  width: 70px;
}
.mz-feedback-modal .mz-form-horizontal .mz-form-group-input {
  width: 470px;
  margin-left: 20px;
}
.mz-feedback-modal .mz-form-horizontal .mz-form-group-input textarea {
  height: 120px;
}
.mz-feedback-modal .mz-form-horizontal .phone-input {
  width: 185px;
  margin-left: 20px;
}
.mz-feedback-modal .bottom-part {
  margin-top: 60px;
  font-size: 12px;
  line-height: 18px;
}
.mz-feedback-modal .bottom-part .tip {
  color: #999999;
}
.mz-feedback-modal .bottom-part i {
  font-size: 16px;
  top: 1px;
  position: relative;
}
.mz-feedback-modal .text-part {
  position: relative;
}
.mz-feedback-modal .text-part .text-num-part {
  position: absolute;
  right: 5px;
  bottom: 10px;
  height: 20px;
  color: #999999;
}
.mz-feedback-modal .recommend-container {
  margin-left: 10px;
}
.mz-feedback-modal .recommend-tip-container {
  width: 550px;
  font-size: 0px;
  line-height: 15px;
}
.mz-feedback-modal .recommend-tip {
  display: inline-block;
  color: #c8c8c8;
  font-size: 10px;
  line-height: 15px;
  width: 50%;
}
.mz-feedback-modal .recommend-radio + .recommend-radio {
  margin-left: 15px;
}
.mz-feedback-modal-new .text-part textarea {
  height: 160px;
}
.mz-feedback-modal-new .text-part .text-num-part {
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: 20px;
  color: #999999;
}
.mz-modal-adv-container {
  width: 600px;
  height: 400px;
  text-align: center;
  display: table;
}
.mz-modal-adv-container .mz-modal-adv-content {
  display: table-cell;
  vertical-align: middle;
}
.mz-modal-adv-container .mz-modal-adv-close-content:hover .mz-modal-adv-tip-content {
  display: inline-flex;
}
.mz-modal-adv-container .mz-modal-adv-close-content .mz-modal-adv-close-button {
  background: transparent;
  border: none;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 0px;
  right: -24px;
  top: -32px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  outline: none;
}
.mz-modal-adv-container .mz-modal-adv-close-content .mz-modal-adv-tip-content {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  top: -32px;
  right: 8px;
}
.mz-modal-adv-container .mz-modal-adv-close-content .mz-modal-adv-tip-content .big-arrow {
  border-style: solid;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 4px 0 4px 5px;
  border-left-color: rgba(255, 255, 255, 0.9);
}
.mz-modal-adv-container .mz-modal-adv-close-content .mz-modal-adv-tip-content .small-arrow {
  border-style: solid;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 3px 0 3px 4px;
  border-left-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: -3px;
  right: 6px;
}
.mz-modal-adv-container .mz-modal-adv-close-content .mz-modal-adv-tip-content .content {
  color: #ffffff;
  border-radius: 4px;
  max-width: 300px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.mz-modal-adv-container .mz-modal-adv-img {
  max-width: 600px;
  max-height: 400px;
}
.mz-modal-adv-container .mz-modal-img-wrapper {
  display: inline-block;
  position: relative;
}
.mz-modal-adv-container .mz-modal-img-a {
  display: block;
}
.mz-modal-sms {
  width: 500px;
}
.mz-modal-sms-body {
  min-height: 100px;
}
.mz-progress-circle {
  margin: 10px auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mz-progress-circle.circle-sm {
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.mz-progress-circle.mz-progress-xlg {
  width: 120px;
  height: 120px;
  border-width: 10px;
}
.mz-progress-circle.success-circle {
  border-color: #f2f2f2;
  border-top-color: #00be70;
}
.mz-progress-circle.gray-circle {
  border-color: #f2f2f2;
  border-top-color: #999999;
}
.mz-loading-delayed {
  animation: 0.2s loading-delayed ease-in 1.5s both;
}
@keyframes loading-delayed {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mz-footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
}
.mz-footer {
  border-top: #e8e8e8 1px solid;
  padding: 15px 0;
}
.mz-footer .copyright {
  margin: 0 auto;
  width: 1200px;
  padding: 5px 0;
  line-height: 20px;
  font-size: 12px;
  color: #333333;
}
.mz-footer .copyright > a {
  color: #333333;
}
.mz-footer .footer-links {
  float: right;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
}
.mz-footer .footer-links a,
.mz-footer .footer-links a.active,
.mz-footer .footer-links a:hover,
.mz-footer .footer-links a:focus {
  text-decoration: none;
}
.mz-footer .footer-links .links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.mz-footer .footer-links .links-container i {
  font-size: 16px;
  color: var(--color-primary);
}
.mz-footer .footer-links .links-container i + .link {
  margin-left: var(--margin-xs);
}
.mz-footer .footer-links .links-container .link {
  color: var(--text-color-title);
}
.mz-footer .footer-links .links-container .link:hover {
  color: var(--color-primary);
}
.mz-footer .footer-links .links-container .link + .link {
  margin-left: var(--margin-large);
}
.mz-footer .footer-links .contact-info {
  color: var(--text-color-content);
}
.mz-footer .footer-links .mz-footer-ad {
  margin-top: -5px;
}
.mz-footer .footer-links .mz-footer-ad a {
  display: block;
  margin-left: 20px;
  line-height: 0;
}
.mz-footer .footer-links .mz-footer-ad a > img {
  width: 100px;
  height: 50px;
}
.mz-old-box-sizing,
.mz-old-box-sizing * {
  box-sizing: content-box;
}
.mz-old-box-sizing p {
  margin-bottom: 0;
}
.mz-act-form .mz-buy-limit-form .mz-radio-inline + .mz-radio-inline {
  margin-left: 16px;
}
.mz-act-form .mz-buy-limit-form .mz-buy-limit-input {
  width: 80px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.mz-act-form .mz-select-crm-group-form {
  margin-left: 10px;
}
.mz-act-form .mz-select-crm-group-form .mz-dropdown-list {
  width: 200px;
}
.mz-act-form .mz-fd-form .mz-noselect span {
  color: #333333 !important;
}
.mz-act-form .mz-fd-form .mz-noselect input {
  color: #c8c8c8 !important;
  border-color: #c8c8c8 !important;
}
.mz-act-form .mz-fd-form .mz-fd-input {
  width: 90px;
  margin-left: 8px;
  margin-right: 8px;
}
.mz-act-form .mz-fd-form .mz-append-label {
  line-height: 20px;
  vertical-align: middle;
  max-height: 40px;
}
.mz-excel-sample .sample-title {
  font-size: 16px;
  margin-bottom: 16px;
}
.mz-excel-sample .sample-download {
  margin-top: 24px;
}
.mz-excel-sample .sample-setting {
  margin: 2px 0 0 12px;
}
.mz-excel-sample .sample-setting .setting-container {
  margin-top: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mz-excel-sample .sample-setting .setting-checkbox {
  margin: 0 8px 0 0;
}
.mz-excel-sample .sample-setting .setting-icon {
  margin-left: 4px;
}
.mz-mjs-detail {
  position: relative;
}
.mz-mjs-detail:before,
.mz-mjs-detail:after {
  content: ' ';
  display: table;
}
.mz-mjs-detail:after {
  clear: both;
}
.mz-mjs-detail:before,
.mz-mjs-detail:after {
  content: ' ';
  display: table;
}
.mz-mjs-detail:after {
  clear: both;
}
.mz-mjs-detail .mz-mjs-detail-remove {
  position: absolute;
  right: 0;
  font-size: 28px;
}
.mz-mjs-detail .detail-head,
.mz-mjs-detail .detail-body {
  float: left;
}
.mz-mjs-detail .detail-head {
  width: 75px;
  line-height: 40px;
}
.mz-mjs-detail .detail-head .promo-empty-alert {
  color: #f75555;
  line-height: 20px;
}
.mz-mjs-detail .detail-body {
  border-left: 1px solid #f2f2f2;
  padding-left: 30px;
}
.mz-mjs-detail .detail-body.detail-condition {
  width: 400px;
}
.mz-mjs-detail .detail-body.detail-condition .mz-form-item-mjs-yj {
  position: relative;
}
.mz-mjs-detail .detail-body.detail-condition .mz-form-item-mjs-yj .mz-mjs-yj-hover-message {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 35px;
  left: -16px;
  width: 264px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #000;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
.mz-mjs-detail .detail-body.detail-condition .mz-form-item-mjs-yj .mz-mjs-yj-hover-message::before {
  content: '';
  position: absolute;
  display: block;
  left: 21px;
  top: -4px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent;
}
.mz-mjs-detail .detail-body.detail-condition .mz-form-item-mjs-yj:hover .mz-mjs-yj-hover-message {
  display: block;
}
.mz-mjs-detail .detail-body.detail-condition .mz-form-item-mjs-yj .mz-form-label-disabled {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-mjs-detail .detail-body.detail-condition .mz-mjs-yj-message {
  display: inline-block;
  margin-left: 35px;
  padding: 8px 15px 8px 12px;
  background: #f7f8f9;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
}
.mz-mjs-detail .detail-body.detail-condition .mz-mjs-yj-message a {
  margin-left: 8px;
  color: #0088df;
}
.mz-mjs-detail .detail-body.detail-promo {
  width: 410px;
}
.mz-mjs-detail .detail-body.detail-promo .mz-form-label-disabled {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-mjs-detail .detail-body .mz-send-flow-notice {
  color: #f75555;
}
.mz-mjs-detail .detail-body .mz-form-group-input {
  margin-left: 0;
  margin-right: 0;
}
.mz-mjs-detail .detail-body .mz-form-group-input > input[type='text'] {
  text-align: center;
  font-size: 16px;
}
.mz-mjs-detail .detail-body .mz-form-group-input.mz-form-group-input-wide > input[type='text'] {
  text-align: left;
  font-size: 14px;
}
.mz-mjs-detail .detail-body .mz-append-label {
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
.mz-mjs-detail-section {
  margin-top: 50px;
}
.mz-mjs-detail-section .mz-mjs-detail-comments {
  height: 100px;
  resize: vertical;
}
.mz-act-finish-alert {
  padding: 30px 0 120px;
  text-align: center;
}
.mz-act-finish-alert .alert-main {
  font-size: 30px;
}
.mz-act-finish-alert .alert-main .alert-icon {
  color: #00be70;
  font-size: 42px;
}
.mz-act-finish-alert .alert-actions {
  margin-top: 40px;
}
.mz-act-finish-alert .alert-actions > a {
  padding: 0 20px;
}
.mz-act-finish-alert .alert-actions-v2 {
  margin-top: 40px;
}
.mz-act-finish-alert .alert-actions-v2 > a {
  margin: 0 10px;
}
.mz-act-finish-alert .alert-action-sms {
  text-align: center;
  margin-top: 20px;
}
.mz-act-finish-alert .alert-action-sms > a {
  font-size: 12px;
  cursor: pointer;
}
.mz-act-finish-container {
  margin: 30px auto 62px;
  display: table;
  width: auto;
  table-layout: fixed;
}
.mz-act-finish-container .mz-vertical-line {
  position: relative;
}
.mz-act-finish-container .mz-vertical-line:before {
  position: absolute;
  border-left: 1px solid #d8d8d8;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  content: '';
}
.mz-act-finish-container .mz-vertical-line > .vertical-line-text {
  display: block;
  width: 12px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
.mz-act-finish-container .mz-act-finish-info {
  display: table-cell;
  vertical-align: middle;
}
.mz-act-finish-container .mz-act-finish-alert {
  max-width: 280px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main .alert-icon {
  color: #00be70;
  font-size: 48px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main .alert-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 16px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main .alert-text-wrapper .alert-text {
  font-size: 24px;
  line-height: 36px;
  color: #666666;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main .alert-text-wrapper .continue-link {
  margin: none;
  font-size: 14px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-main .alert-text-wrapper .alert-error-count {
  color: #ff7272;
  font-size: 14px;
  line-height: 20px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-actions-v3 {
  margin-top: 30px;
  padding: 0 6px;
  text-align: left;
  font-size: 0;
}
.mz-act-finish-container .mz-act-finish-alert .alert-actions-v3 > a {
  width: 110px;
  margin: 10px 10px 0;
}
.mz-act-finish-container .mz-act-finish-alert .alert-actions-v3 .alert-error-btn {
  width: 128px;
  margin: 10px 0px 0px 10px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-actions-v3 .alert-error-icon {
  width: 14px;
  height: 14px;
  color: #ff7272;
  margin-right: 5px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-action-sms {
  text-align: center;
  margin-top: 20px;
}
.mz-act-finish-container .mz-act-finish-alert .alert-action-sms > a {
  font-size: 12px;
}
.mz-act-finish-container .mz-act-finish-promo-splitter {
  width: 60px;
  display: table-cell;
}
.mz-act-finish-container .mz-act-finish-promo-container {
  display: table-cell;
  vertical-align: middle;
  height: 340px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-version-compare:hover {
  text-decoration-line: underline;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon {
  width: 616px;
  height: 96px;
  background: #fff6f2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  color: #ff5400;
  margin: 16px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-recommend {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 0px;
  background: url('//img.alicdn.com/bao/uploaded/i2/84495163/O1CN01zt9Piw1o0hMgzMQEz_!!2-item_pic.png');
  background-size: cover;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-price {
  height: 61px;
  margin-left: 36px;
  width: 74px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-price .mz-act-price-unit {
  margin-top: 27px;
  font-size: 18px;
  width: 16px;
  text-align: center;
  float: left;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-price .mz-act-price-num {
  font-size: 46px;
  height: 61px;
  line-height: 61px;
  margin-left: 4px;
  width: 54px;
  float: left;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-desc {
  margin-left: 12px;
  width: 274px;
  height: 42px;
  line-height: 42px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-desc .mz-act-desc-title {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin: 0px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-desc .mz-act-desc-content {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 0px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-division {
  width: 22px;
  height: 100%;
  margin-left: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-division span {
  display: inline-block;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-division .mz-act-division-semicircle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  top: -11px;
  position: absolute;
  left: 0px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-division .mz-act-division-line {
  height: 72px;
  width: 0px;
  border: 1px dashed #e0d3ca;
  margin-top: 11px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-division .bottom {
  bottom: -11px;
  top: auto;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-coupon .mz-act-receive {
  margin-left: 33px;
  width: 80px;
  height: 30px;
  background: #ff5400;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-more {
  float: right;
  color: #666666;
  margin-top: 12px;
}
.mz-act-finish-container .mz-act-finish-promo-container .mz-act-more:hover {
  text-decoration-line: underline;
}
.mz-act-finish-container .mz-act-finish-promo {
  width: 620px;
  display: inline-block;
  vertical-align: top;
}
.mz-act-finish-container .mz-act-finish-renew {
  width: 616px;
  color: #666666;
}
.mz-act-finish-container .mz-act-finish-renew p {
  margin-bottom: 4px;
}
.mz-act-finish-container .mz-act-finish-renew a > img {
  width: 616px;
  margin: 12px 0;
}
.mz-act-finish-tips,
.mz-act-finish-ad {
  margin-left: auto;
  margin-right: auto;
}
.mz-act-finish-tips {
  width: 800px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  text-align: center;
}
.mz-act-finish-tips .tip-list {
  margin-bottom: 0;
}
.mz-act-finish-tips .tip-list > li {
  padding: 0 12px;
}
.mz-act-finish-ad {
  width: 972px;
}
.mz-act-finish-ad .ad-entry {
  margin: 40px 0px 8px -6px;
}
.mz-form-group-circle {
  height: 80px;
  line-height: 80px;
}
.circlezhekou-circle-container {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #d8d8d8;
  float: left;
  min-height: 62px;
  width: 640px !important;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form {
  height: auto;
  min-height: 62px;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 12px;
  font-size: 0;
  position: relative;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form:hover {
  background: #f8f8f8;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form:hover > .del-circlezhekou-circle-input-form {
  display: block;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form input[type='text'] {
  width: 70px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  margin: 0 8px 0 8px;
  text-align: center;
  vertical-align: middle;
  outline: none;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form input[type='text']:focus {
  border-color: #0088df;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form input[type='text']:disabled {
  color: #c8c8c8 !important;
  cursor: not-allowed;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form input[type='text']:disabled + span {
  color: #c8c8c8;
  cursor: not-allowed;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form label {
  position: relative;
  display: table-cell;
  font-weight: normal;
  vertical-align: bottom;
  height: 46px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form label > span {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  vertical-align: middle;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-circle-time .circle-time {
  width: 70px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-circle-time > input:nth-of-type(1) {
  margin-left: 0px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-circle-time > input:nth-of-type(2) {
  margin-right: 0px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-discount-label {
  padding-left: 32px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-discount-label input[type='text'] {
  font-size: 16px;
  color: #ffa108;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-decrease-label {
  padding-left: 20px;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-decrease-label input[type='text'] {
  font-size: 16px;
  color: #ffa108;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .mz-noselect > input[type='text'] {
  color: #d8d8d8;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .del-circlezhekou-circle-input-form {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 23px;
  display: none;
}
.circlezhekou-circle-container .circlezhekou-circle-input-form .del-circlezhekou-circle-input-form i {
  font-size: 16px;
  position: absolute;
}
.circlezhekou-circle-container .circlezhekou-circle-form-add {
  height: 60px;
  line-height: 60px;
  color: #0088df;
  text-align: center;
}
.circlezhekou-circle-container .circlezhekou-circle-form-add i {
  font-size: 16px;
  margin-right: 4px;
}
.circlezhekou-circle-container .form-add-disabled {
  color: #c8c8c8;
}
.circlezhekou-circle-container .mz-form-group {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 0px;
  vertical-align: top;
}
.circlezhekou-circle-container .mz-form-group .mz-error-label,
.circlezhekou-circle-container .mz-form-group .mz-lowest-label {
  display: block;
  font-size: 12px;
  color: #f75555;
  margin: 4px 0px 0px 32px;
  position: absolute;
  line-height: 18px;
  height: 18px;
  text-align: left;
}
.circlezhekou-circle-container .mz-form-group .mz-error-right {
  right: 0px;
  margin-left: 0px;
}
.circlezhekou-circle-container .mz-has-error,
.circlezhekou-circle-container .mz-lowest-error {
  height: 78px;
}
.circlezhekou-circle-container .mz-has-error span,
.circlezhekou-circle-container .mz-lowest-error span,
.circlezhekou-circle-container .mz-has-error i,
.circlezhekou-circle-container .mz-lowest-error i {
  color: #f75555;
}
.circlezhekou-circle-container .mz-has-error i,
.circlezhekou-circle-container .mz-lowest-error i {
  font-style: normal;
}
.circlezhekou-circle-container .mz-has-error input,
.circlezhekou-circle-container .mz-lowest-error input {
  border-color: #ffd4cc !important;
  background-color: #ffeee5;
  color: #cc4300;
}
.circlezhekou-circle-container-small {
  width: 380px !important;
}
.mjs-preivew-container {
  display: flex;
  flex-direction: row;
  padding-top: 4px;
}
.mjs-preivew-container .mjs-preview-pc.old_preview {
  width: 960px;
}
.mjs-preivew-container .mjs-preview-pc.new_preview {
  width: 648px;
}
.mjs-preivew-container .mjs-preview-pc .mjs-preivew-alert-link {
  margin-left: 8px;
}
.mjs-preivew-container .mjs-preview-pc .mjs-preview-title {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.mjs-preivew-container .mjs-preview-pc .mjs-preview-pc-content {
  margin-top: 12px;
}
.mjs-preivew-container .mjs-preview-mobile {
  position: relative;
  margin-left: 58px;
  margin-top: 6px;
  width: 240px;
}
.mjs-preivew-container .mjs-preview-mobile .mjs-preview-mobile-bg {
  width: 240px;
  height: 297px;
}
.mjs-preivew-container .mjs-preview-mobile .mjs-preview-mobile-content {
  position: absolute;
  width: 210px;
  top: 94px;
  left: 15px;
}
.mz-coupon {
  margin-bottom: 10px;
  border: 1px solid #c8c8c8;
}
.mz-coupon .mz-coupon-info {
  padding: 10px 16px;
  text-align: left;
}
.mz-coupon .mz-coupon-info .mz-coupon-value {
  padding: 10px 0;
}
.mz-coupon .mz-coupon-status-0 {
  background-color: #f0f7fc;
}
.mz-coupon .mz-coupon-status-2 {
  background-color: #e7ffeb;
}
.mz-coupon .mz-coupon-status-3 {
  background-color: #fff6d4;
}
.mz-coupon .mz-coupon-status-4 {
  background-color: #ffeee5;
}
.mz-coupon .mz-coupon-action {
  vertical-align: middle;
  text-align: center;
}
.mz-coupon .mz-coupon-action p {
  margin-bottom: 6px;
}
.mz-coupon .mz-coupon-action .mz-coupon-status-line {
  margin-top: 10px;
}
.mz-coupon .mz-coupon-action .mz-coupon-log-link.disabled {
  cursor: default;
  color: inherit;
}
.mz-coupon-deploy-badge {
  position: absolute;
  top: -6px;
  right: -32px;
  background-color: #ff0000;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
}
.mz-coupon-deploy-badge:before {
  content: '';
  position: absolute;
  border: 3px solid #ff0000;
  border-color: transparent #ff0000 #ff0000 transparent;
  top: 12px;
  left: -5px;
}
.mz-coupon-create .mz-col-md-0 {
  float: left;
  min-width: 0;
}
.mz-item-selector .mz-nav-block {
  margin-bottom: 10px;
}
.mz-item-selector .mz-nav-block.nav-block-bottom {
  margin-top: 10px;
}
.mz-item-selector .mz-item-selector-query-form {
  position: relative;
  font-size: 0;
}
.mz-item-selector .mz-item-selector-query-form > .mz-form-inline > .mz-btn {
  margin-left: 10px;
}
.mz-item-selector .mz-item-selector-query-form.focus > .mz-form-inline {
  position: absolute;
  right: 10px;
  z-index: 1050;
}
.mz-item-selector .mz-item-selector-query-form .backdrop {
  z-index: 1040;
  position: absolute;
  top: -6px;
  right: 2px;
  background-color: #fff;
  content: ' ';
  width: 416px;
  height: 186px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-item-selector .mz-item-selector-query {
  width: 320px;
}
.mz-item-selector .mz-item-selector-query-narrow {
  width: 200px;
  margin-bottom: 5px;
}
.mz-item-selector .mz-item-selector-batch-error {
  color: #f75555;
}
.mz-item-selector .mz-item-selector-batch-query-container {
  z-index: 1050;
  position: absolute;
  top: 35px;
  right: 5px;
  padding: 5px;
  background-color: transparent;
  width: 410px;
  text-align: left;
  font-size: 12px;
  display: none;
}
.mz-item-selector .mz-item-selector-batch-query-container textarea {
  width: 100%;
  height: 114px;
  resize: none;
}
.mz-item-selector .mz-item-selector-batch-query-hint-container {
  display: flex;
  align-items: center;
}
.mz-item-selector .mz-item-selector-batch-query-hint-container .mz-item-selector-batch-query-hint-text {
  flex: 1;
}
.mz-item-selector .mz-item-selector-batch-query-hint-container .mz-item-selector-batch-query-clear-text {
  width: 40px;
  text-align: center;
  font-size: 12px;
}
.mz-item-selector-filter-part {
  padding: 5px 0;
  border-bottom: 1px solid #f2f2f2;
}
.mz-item-selector-filter-part.bottom-filter-part {
  border-bottom: none;
  border-top: 1px solid #f2f2f2;
}
.mz-item-selector-filter-part > .mz-item-selector-filter {
  padding: 5px 0;
}
.mz-item-selector-filter-part .mz-item-selector-pager {
  padding-bottom: 0;
}
.mz-item-selector-filter-part .mz-item-selector-pager .mz-item-selector-quick-select {
  display: inline-block;
  line-height: 0;
}
.mz-item-selector-filter-part .mz-item-selector-pager .mz-item-selector-quick-select .mz-btn {
  margin-bottom: 5px;
}
.mz-item-selector-filter-part .mz-item-selector-pager .mz-pager {
  margin-bottom: 5px;
}
.mz-item-selector-filter-part .mz-item-selector-batch-query-v2-form {
  margin-top: -5px;
  margin-bottom: -19px;
}
.mz-item-selector-alert {
  padding: 10px 16px;
}
.mz-item-selector-alert .mz-alert {
  margin-bottom: 0;
}
.mz-item-selector-items.mz-row {
  margin-left: 0;
  margin-right: 0;
}
.mz-item-selector-items .mz-selectable-item {
  padding: 10px;
  padding-right: 20px;
}
.mz-item-selector-items .mz-selectable-item:hover {
  background-color: #f8f8f8;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-pic-part {
  width: 70px;
  height: 70px;
  outline: 1px solid #f2f2f2;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-pic {
  max-width: 70px;
  max-height: 70px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info {
  height: 70px;
  padding: 0 10px 0 11px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .title-info {
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 276px;
  line-height: 18px;
  font-size: 12px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .outer-id {
  color: #999999;
  border-bottom: 1px dashed #c8c8c8;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .outer-id:before {
  content: '[';
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .outer-id:after {
  content: ']';
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .title {
  color: #333333;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .title:hover {
  border-bottom: 1px dotted #c8c8c8;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .append-info {
  margin-top: 10px;
  height: 20px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .append-info .act-info {
  display: inline-block;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .price {
  color: #c8c8c8;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .act-info-hoverdown {
  left: 0;
  top: 18px;
  min-width: 299px;
  color: #333333;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .act-info-hoverdown .act-list {
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .act-info-hoverdown .act-list > li {
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .act-info-hoverdown .act-list > li:hover {
  background-color: #fff;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-info .act-info-hoverdown .quick-edit {
  text-align: right;
  padding: 5px 5px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-actions {
  width: 84px;
  min-width: 84px;
}
.mz-item-selector-items .mz-selectable-item .mz-selectable-item-actions .mz-btn {
  white-space: pre-wrap;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item {
  position: relative;
  padding: 9px;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item > .item-content {
  border: 1px solid transparent;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item .mz-selectable-item-info .title-info {
  max-width: 179px;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item .mz-selectable-item-info .price {
  font-weight: bold;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item:hover {
  cursor: pointer;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item.selected > .item-content {
  border: 1px solid #0088df;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item.selected .mz-selectable-item-pic-part {
  outline: 0;
  border-right: 1px solid #f2f2f2;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item.selected .mz-selectable-item-info {
  padding: 0 10px;
}
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item.already-in > .item-content,
.mz-item-selector-items.mz-item-selector-items-compact .mz-selectable-item.disabled > .item-content {
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-text-primary .exceed-limit {
  color: #ff5400;
}
.mz-act-list-nav {
  height: 44px;
}
.mz-act-list-nav > li {
  position: relative;
}
.mz-act-list-nav > li.batch-act {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 11px;
  height: 20px;
  line-height: 20px;
}
.mz-act-list-nav > li.batch-act .batch-label {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.mz-act-list-nav > li.batch-act .batch-act-switch,
.mz-act-list-nav > li.batch-act .sort-btn,
.mz-act-list-nav > li.batch-act .batch-btn {
  display: inline-block;
  padding: 0;
  height: 20px;
  line-height: 20px;
  border-width: 0;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mz-act-list-nav > li.batch-act .batch-act-switch.active,
.mz-act-list-nav > li.batch-act .sort-btn.active,
.mz-act-list-nav > li.batch-act .batch-btn.active {
  cursor: default;
  color: #0088df;
}
.mz-act-list-nav > li.batch-act .batch-act-switch > span,
.mz-act-list-nav > li.batch-act .sort-btn > span,
.mz-act-list-nav > li.batch-act .batch-btn > span,
.mz-act-list-nav > li.batch-act .batch-act-switch > i,
.mz-act-list-nav > li.batch-act .sort-btn > i,
.mz-act-list-nav > li.batch-act .batch-btn > i {
  font-size: 14px;
}
.mz-act-list-nav > li.batch-act .batch-act-switch > i,
.mz-act-list-nav > li.batch-act .sort-btn > i,
.mz-act-list-nav > li.batch-act .batch-btn > i {
  margin-left: 10px;
  margin-right: 4px;
}
.mz-act-list-nav > li.batch-act .batch-act-switch > span + i,
.mz-act-list-nav > li.batch-act .sort-btn > span + i,
.mz-act-list-nav > li.batch-act .batch-btn > span + i {
  margin-left: 4px;
  margin-right: 0;
}
.mz-act-list-nav > li.batch-act .batch-act-switch {
  margin-right: 40px;
  color: #333333;
}
.mz-act-list-nav > li.batch-act .sort-btn {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 14px;
  height: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-left: 1px solid #e6e6e6;
  color: #666666;
}
.mz-act-list-nav > li.batch-act .sort-btn:first-of-type {
  border-left: none;
}
.mz-act-list-nav > li.batch-act .batch-btn {
  color: #0088df;
}
.mz-act-list-nav > li.batch-act .batch-checkbox {
  margin-left: 10px;
}
.mz-act-list-nav .stopped-cnt {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #ff5400;
  color: #fff;
  border: 1px solid #ff5400;
  border-radius: 100%;
}
.mz-multi-acts-modal .mz-modal-body .mz-text-append {
  font-size: 12px;
  color: #999999;
}
.mz-act-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.mz-act-list > li {
  border-bottom: 1px solid #f2f2f2;
}
.mz-act-list > li:last-child {
  border-bottom: none;
}
.mz-act-list-empty-alert {
  padding: 18px 20px;
}
.mz-act-list-empty-alert > a.mz-btn {
  margin-left: 20px;
}
.mz-stopped-act-list-pagination-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}
.mz-stopped-act-list-pagination-container .stopped-over-2years {
  font-size: 14px;
  line-height: 20px;
}
.mz-stopped-act-list-pagination-container .stopped-over-2years .stopped-over-2years-desc {
  color: #999999;
}
.mz-stopped-act-list-pagination-container .stopped-over-2years .stopped-over-2years-link {
  margin-left: 12px;
  color: #0088df;
}
.mz-stopped-act-list-pagination-container .stopped-over-2years .stopped-over-2years-link .stopped-over-2years-icon {
  margin-right: 4px;
}
.mz-stopped-act-list-bottom-actions {
  border-top: 1px solid #f2f2f2;
  padding-top: 40px;
}
.mz-stopped-act-list-bottom-actions > p {
  margin-bottom: 20px;
}
.mz-stopped-act-list-bottom-actions .stopped-act-list-tip-label {
  color: #c8c8c8;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.mz-act-list-quick-btns {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding: 10px;
  text-align: right;
}
.mz-nav-screen-bar {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.mz-nav-screen-bar .mz-nav-select {
  padding: 4px 6px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
.mz-nav-screen-bar .mz-nav-select .icon {
  font-size: 14px;
}
.mz-nav-screen-bar .mz-nav-select-list {
  position: absolute;
  z-index: 9;
  top: 34px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item {
  list-style: none;
  text-align: center;
  padding: 6px 8px;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item input[type='checkbox'] {
  margin: 0;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item .mz-nav-select-list-item-label {
  display: inline-block;
  margin: 0 5px 0 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item:nth-of-type(1) {
  margin-top: 6px;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-item:nth-last-of-type(1) {
  margin-bottom: 6px;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-footer button {
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  border: none;
  border-radius: 6px;
  outline: none;
  background: none;
  cursor: pointer;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-footer .mz-nav-select-list-button-confirm {
  background: #0088df;
  color: #fff;
}
.mz-nav-screen-bar .mz-nav-select-list .mz-nav-select-list-footer .mz-nav-select-list-button-cancel {
  color: #333;
  border: 0.5px solid #333;
}
.mz-nav-screen-bar .mz-nav-select-list::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid #d8d8d8;
  border-right: 5px solid transparent;
}
.mz-nav-screen-bar .mz-nav-select-list::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid transparent;
}
.mz-nav-screen-bar .mz-nav-search {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.mz-nav-screen-bar .mz-nav-search .mz-nav-search-input {
  margin: 0;
  padding: 4px 8px;
  width: 160px;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  outline: none;
}
.mz-nav-screen-bar .mz-nav-search .mz-nav-search-button {
  width: 26px;
  height: 26px;
  margin-left: 4px;
  padding: 0;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #f2f2f2;
  cursor: pointer;
}
.mz-act-list-new > li {
  list-style: none;
}
.mz-act-list-new > li:not(:first-child) {
  margin-top: 20px;
}
.mz-item-list .main-message {
  text-align: center;
  color: #666;
  font-size: 30px;
  line-height: 150px;
}
.mz-item-list .primary-message {
  text-align: center;
  color: #666;
  font-size: 22px;
  line-height: 34px;
  margin-top: 34px;
}
.mz-item-list .secondary-message {
  text-align: center;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 30px;
}
.item-show-card-wrapper {
  padding: 10px;
  position: relative;
}
.item-show-card-wrapper:hover {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.item-show-card-wrapper:hover .append-operation > .operation {
  visibility: visible;
}
.item-show-card-wrapper:hover .append-operation > .operation:hover {
  font-size: 16px;
  color: #0094f0;
}
.item-show-card-wrapper .append-operation {
  position: absolute;
  top: 10px;
  right: 10px;
}
.item-show-card-wrapper .append-operation .mz-icon {
  font-weight: bold;
}
.item-show-card-wrapper .append-operation > .operation {
  display: block;
  text-align: right;
  color: #0088df;
  font-size: 14px;
  visibility: hidden;
}
.item-show-card-pic {
  width: 80px;
  height: 80px;
  outline: 1px solid #f2f2f2;
  vertical-align: middle;
  text-align: center;
}
.item-show-card-pic > img {
  max-width: 80px;
  max-height: 80px;
}
.item-show-card-info {
  position: relative;
  vertical-align: top;
  height: 80px;
  width: 220px;
  padding: 0 20px 0 10px;
}
.item-show-card-info .item-title {
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
.item-show-card-info .item-title .outerid {
  color: #999999;
}
.item-show-card-info .item-title .item-link {
  color: #999999;
}
.item-show-card-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.item-show-card-info .item-price {
  position: absolute;
  bottom: 0;
  max-height: 68px;
  max-width: 300px;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.item-show-card-info .item-price .mz-label {
  border-width: 0;
  padding: 0 6px;
  line-height: 18px;
}
.item-show-card-info .item-price .origin-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  color: #b0b0b0;
}
.item-show-card-info .item-price .item-trade {
  cursor: pointer;
  max-height: 48px;
  margin-left: 16px;
}
.item-show-card-info .item-flow {
  position: absolute;
  bottom: 0;
  right: 0px;
  cursor: pointer;
}
.item-show-card-standard-mode {
  width: 320px;
  height: 100px;
  float: left;
  margin: 0 0 10px;
}
.item-show-card-standard-big-mode {
  width: 360px;
  height: 100px;
  float: left;
}
ko-item-show-card:nth-child(odd) > .item-show-card-standard-big-mode {
  margin-right: 30px;
}
.item-show-card-standard-large-mode {
  width: 400px;
  height: 100px;
  float: left;
}
ko-item-show-card:nth-child(odd) > .item-show-card-standard-large-mode {
  margin-right: 30px;
}
.item-show-card-standard-huge-mode {
  width: 470px;
  height: 100px;
  float: left;
}
ko-item-show-card:nth-child(odd) > .item-show-card-standard-huge-mode {
  margin-right: 20px;
}
.item-show-card-standard-huge-mode .item-show-card-pic {
  width: 120px;
  height: 120px;
}
.item-show-card-standard-huge-mode .item-show-card-pic > img {
  max-width: 120px;
  max-height: 120px;
}
.item-show-card-standard-huge-mode .item-show-card-info {
  width: 330px;
}
.item-show-card-standard-huge-mode .item-show-card-info .item-title {
  max-height: 54px;
}
.item-show-card-standard-huge-mode .item-show-card-info .item-title .item-tag {
  border: 1px solid #d8d8d8;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  padding: 0 9px;
  color: #999999;
}
.item-show-card-error-mode {
  height: 100px;
  margin-bottom: 10px;
}
.item-show-card-error-mode .item-show-card-info {
  height: 80px;
  margin-top: 0;
  padding-right: 10px;
}
.item-show-card-error-mode .item-show-card-extra {
  position: absolute;
  left: 300px;
  right: 28px;
}
.item-show-card-error-mode .item-show-card-extra .error-info {
  vertical-align: top;
  padding: 0 12px;
}
.item-show-card-error-mode .item-show-card-extra .error-wrapper {
  height: 80px;
  overflow: hidden;
}
.item-show-card-error-mode .item-show-card-extra .error-hint {
  color: #333333;
}
.item-show-card-error-mode .item-show-card-extra .error-message {
  color: #cc4300;
  word-break: break-all;
  font-size: 12px;
}
.item-show-card-action {
  vertical-align: middle;
  text-align: center;
}
.item-show-card-poster-error {
  display: table-caption;
  caption-side: bottom;
  color: #cc4300;
  font-size: 12px;
}
.mz-sku-summary {
  display: inline-block;
}
.mz-sku-summary .mz-sku-title {
  color: #0088df;
  border-bottom: 1px dotted #0088df;
  font-size: 12px;
}
.mz-activity-wrapper {
  padding: 10px 0;
}
.mz-activity-wrapper.standalone,
.mz-activity-wrapper.simple {
  background-color: #f8f8f8;
}
.mz-activity-wrapper.list-item:hover {
  background-color: #f8f8f8;
}
.activity-info-group {
  vertical-align: top;
}
.activity-info-group .color-mjs {
  color: #ff5400;
}
.activity-info-group .color-zhekou {
  color: #ffa108;
}
.activity-info-group .color-secondzhekou {
  color: #cc9e5c;
}
.activity-info-group .color-mshow {
  color: #333333;
}
.activity-info-group .activity-icon {
  font-size: 16px;
  color: #999999;
  padding-left: 10px;
}
.activity-title-line {
  height: 22px;
  line-height: 22px;
  font-size: 0;
}
.activity-title-line .activity-title {
  font-size: 0;
}
.activity-title-line .activity-title .activity-type {
  display: inline-block;
  font-size: 16px;
}
.activity-title-line .mz-label {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.activity-effect .activity-effect-title {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.activity-effect .activity-effect-title .mz-icon {
  font-size: 16px;
}
.activity-effect .activity-effect-content {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
}
.activity-effect .activity-effect-hint {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}
.activity-time {
  color: #999999;
  margin-top: 6px;
  margin-bottom: 4px;
}
.activity-time .activity-status {
  margin-left: 10px;
}
.activity-time .activity-effect {
  color: #333333;
}
.activity-name {
  color: #333333;
}
.activity-name:before {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  border: 3px solid #666666;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.activity-action-group {
  vertical-align: middle;
  text-align: right;
}
.activity-action-group .mz-btn {
  min-width: 100px;
}
.activity-action-group .mz-btn:not(first-child) {
  margin-left: 10px;
}
.activity-action-group .mz-btn.mz-hoverdown:hover .mz-hoverdown-top-padding {
  display: block;
}
.activity-action-group .mz-btn .mz-hoverdown-top-padding {
  position: absolute;
  top: 32px;
  right: 0;
  height: 5px;
  display: none;
  width: 100%;
  background-color: transparent;
}
.activity-action-group .mz-btn .mz-hoverdown-submenu {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  top: 37px;
  right: -1px;
}
.activity-action-group .mz-btn .mz-hoverdown-submenu > li {
  text-align: left;
}
.activity-action-group .mz-btn .mz-hoverdown-submenu > li > a {
  border-radius: 0;
}
.activity-action-group .mz-btn .mz-hoverdown-submenu > li > a:hover,
.activity-action-group .mz-btn .mz-hoverdown-submenu > li > a:focus {
  color: #fff;
  background-color: #0088df;
}
.activity-action-group .mz-btn .mz-hoverdown-submenu > li + li {
  margin-top: 0;
}
.activity-action-group .mz-btn.mz-popover-container.mz-hoverdown:hover .mz-hoverdown-submenu {
  display: none;
}
.activity-action-group .activity-action-main {
  font-size: 0;
}
.activity-action-group .activity-action-at-bottom {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}
.activity-action-group .activity-action-at-bottom a.gray-link {
  margin-left: 4px;
  color: #333333;
}
.activity-action-group .activity-action-at-bottom a.gray-link:hover {
  color: #0088df;
}
.activity-action-group .mz-hoverdown-submenu {
  min-width: 140px;
  background-color: #fff;
  border-radius: 4px;
}
.activity-action-group .mz-hoverdown-submenu > li > a {
  line-height: 30px;
  font-size: 12px;
}
.activity-action-group .mz-checkbox-inline {
  margin-left: 20px;
}
.activity-action-group .mz-checkbox-inline input[type='checkbox'] + span:before,
.activity-action-group .mz-checkbox input[type='checkbox'] + span:before {
  padding-right: 0;
}
.activity-effect-group {
  vertical-align: middle;
}
.mz-activity-wrapper-new {
  outline: 1px solid #f2f2f2;
}
.mz-activity-wrapper-new.list-item:hover {
  outline-color: #0088df;
}
.mz-activity-wrapper-new .activity-status.activity-status-created {
  color: #c8c8c8;
}
.mz-activity-wrapper-new .activity-status.activity-status-running {
  color: #333333;
}
.mz-activity-wrapper-new .activity-status.activity-status-stopped {
  color: #c8c8c8;
}
.mz-activity-wrapper-new .activity-status.activity-status-normal {
  color: #c8c8c8;
}
.mz-activity-wrapper-new .activity-status.activity-status-expiring {
  color: #f75555;
}
.mz-activity-wrapper-new .activity-status.activity-used-zk-count {
  color: #333333;
  margin: 0;
}
.mz-activity-wrapper-new .activity-item-count {
  color: #999999;
}
.mz-activity-wrapper-new .activity-header {
  background: #f8f8f8;
  padding: 10px 0;
  height: 40px;
}
.mz-activity-wrapper-new .activity-header .activity-time {
  color: #666666;
}
.mz-activity-wrapper-new .activity-header .activity-time .activity-status {
  font-size: 14px;
}
.mz-activity-wrapper-new .activity-header .activity-detail-link {
  color: #999999;
  font-size: 12px;
}
.mz-activity-wrapper-new .activity-header .activity-detail-link:hover {
  color: #0088df;
}
.mz-activity-wrapper-new .activity-body {
  padding: 10px 0;
  height: 100px;
}
.mz-activity-wrapper-new .activity-body .activity-info-group {
  padding: 0 10px;
  width: 264px;
  vertical-align: middle;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .activity-title {
  padding-bottom: 12px;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .activity-type {
  vertical-align: middle;
  font-size: 16px;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .activity-name {
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .activity-name:before {
  display: none;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .qrcode-show-popover {
  position: absolute;
  top: -60px;
  left: 20px;
  padding: 12px;
  width: 144px;
  line-height: 18px;
  font-size: 12px;
  box-shadow: 0 0 10px #999999;
  background: white;
  text-align: center;
  z-index: 999;
}
.mz-activity-wrapper-new .activity-body .activity-info-group .qrcode-show-popover .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 65px;
  left: -4px;
  z-index: 1001;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.mz-activity-wrapper-new .activity-body .activity-effect-normal {
  width: 198px;
  height: 80px;
  text-align: center;
  cursor: default;
}
.mz-activity-wrapper-new .activity-body .activity-effect-normal .block {
  width: 198px;
  height: 80px;
  padding-top: 18px;
}
.mz-activity-wrapper-new .activity-body .activity-effect-normal .activity-flow-valid:hover {
  cursor: pointer;
  border-radius: 4px;
  background: #f8f8f8;
}
.mz-activity-wrapper-new .activity-body .activity-effect-normal .activity-effect-title {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.mz-activity-wrapper-new .activity-body .activity-effect-normal .activity-effect-link {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.mz-activity-wrapper-new .activity-body .activity-effect {
  width: 195px;
  font-size: 0;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
  display: inline-block;
}
.mz-activity-wrapper-new .activity-body .activity-effect .block {
  float: left;
  height: 80px;
  width: 72px;
  padding-top: 18px;
}
.mz-activity-wrapper-new .activity-body .activity-effect .effect-block {
  display: inline-block;
}
.mz-activity-wrapper-new .activity-body .activity-effect .sidebar {
  border-right: 1px solid #e6e6e6;
  height: 40px;
  margin-top: 20px;
  float: left;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-valid:hover {
  cursor: pointer;
  border-radius: 4px;
  background: #f8f8f8;
}
.mz-activity-wrapper-new .activity-body .activity-effect.activity-flow-valid:hover {
  cursor: pointer;
  border-radius: 4px;
  background: #f8f8f8;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-title {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-title .mz-icon {
  font-size: 12px;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-content {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-link {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.mz-activity-wrapper-new .activity-body .activity-effect .activity-effect-follow {
  float: left;
}
.mz-activity-wrapper-new .activity-body .activity-promo {
  padding: 0 10px;
  vertical-align: middle;
  font-size: 12px;
}
.mz-activity-wrapper-new .activity-body .activity-promo .activity-promo-item {
  text-align: right;
}
.mz-activity-wrapper-new .activity-body .activity-promo .activity-promo-item .activity-promo-title {
  color: #999999;
}
.mz-activity-wrapper-new .activity-body .activity-promo .activity-promo-item.activity-promo-item-enabled .activity-promo-title {
  color: #333333;
}
.mz-activity-wrapper-new .activity-body .activity-promo .activity-promo-item .activity-promo-action {
  margin-left: 8px;
}
.mz-activity-wrapper-new .activity-body .activity-action-group {
  padding: 0 10px;
  width: 360px;
  vertical-align: middle;
}
.mz-activity-wrapper-new .activity-body .activity-action-group .activity-action-button-group:not(:first-child) {
  margin-top: 10px;
}
.activity-header.activity-ump-deleted {
  background-color: #f75555;
}
.activity-header.activity-ump-deleted i,
.activity-header.activity-ump-deleted span {
  color: #fff !important;
}
.activity-header.activity-ump-deleted a {
  color: #fff !important;
}
.activity-header.activity-ump-deleted a:hover {
  text-decoration: underline;
}
.activity-header.activity-ump-deleted .activity-ump-deleted-text {
  padding: 4px 0;
  margin: -4px auto;
  border-radius: 14px;
  background-color: #fff;
  width: 240px;
}
.activity-header.activity-ump-deleted .activity-ump-deleted-text span {
  color: #f75555 !important;
}
.activity-header.activity-ump-deleted .activity-ump-deleted-text a {
  color: #0088df !important;
}
.activity-header.activity-ump-deleted .activity-ump-deleted-text a:hover {
  text-decoration: none;
  color: #005993 !important;
}
.act-user-expire-tag {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 7px;
  min-width: 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #ffbd52;
  border: 1px solid #ffbd52;
}
.act-error-icon-link {
  color: #999999;
}
.act-error-icon {
  line-height: 20px;
}
.activity-promo-card-container {
  float: left;
}
.activity-promo-card-container .activity-promo-card {
  border: 1px solid #f2f2f2;
}
.activity-promo-card-container .activity-promo-name {
  font-size: 18px;
}
.activity-promo-card-container .activity-promo-intro {
  font-size: 12px;
  color: #999999;
}
.activity-promo-card-container .activity-promo-template-dashed {
  border-top: 1px dashed #e8e8e8;
}
.activity-promo-card-container .activity-promo-template-content {
  width: 1000%;
  /**必须是1000*/
  height: 100%;
}
.activity-promo-card-container .activity-promo-template-animation {
  transition: transform 0.5s linear 0s;
}
.activity-promo-card-container-standard {
  margin-top: 24px;
}
.activity-promo-card-container-standard:nth-child(even) {
  margin-left: 40px;
}
.activity-promo-card-container-standard:nth-child(-n + 2) {
  margin-top: 0;
}
.activity-promo-card-container-standard .activity-promo-card {
  width: 460px;
  height: 180px;
}
.activity-promo-card-container-standard .activity-promo-loading {
  color: #d8d8d8;
  text-align: center;
  height: 178px;
  line-height: 178px;
}
.activity-promo-card-container-standard .activity-promo-subject {
  float: left;
  width: 120px;
  height: 178px;
  position: relative;
}
.activity-promo-card-container-standard .activity-promo-icon {
  display: block;
  font-size: 64px;
  color: #666666;
  margin: 24px 28px 4px;
}
.activity-promo-card-container-standard .activity-promo-name {
  text-align: center;
}
.activity-promo-card-container-standard .activity-promo-status {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 50px;
  text-align: center;
}
.activity-promo-card-container-standard .activity-promo-status-not-created {
  color: #999999;
  font-size: 12px;
}
.activity-promo-card-container-standard .activity-promo-status-running {
  background-color: #00be70;
  color: #fff;
}
.activity-promo-card-container-standard .activity-promo-status-stopped {
  background-color: #ccc;
  color: #fff;
}
.activity-promo-card-container-standard .activity-promo-status-subtext {
  font-size: 12px;
}
.activity-promo-card-container-standard .activity-promo-status-icon {
  font-size: 16px;
  vertical-align: -1px;
  padding-right: 4px;
}
.activity-promo-card-container-standard .activity-promo-status-running .activity-promo-status-icon {
  display: none;
}
.activity-promo-card-container-standard .activity-promo-body {
  padding: 12px;
  float: right;
  width: 338px;
  height: 178px;
  border-left: 1px solid #f2f2f2;
  position: relative;
}
.activity-promo-card-container-standard .activity-promo-intro {
  line-height: 28px;
}
.activity-promo-card-container-standard .activity-promo-button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.activity-promo-card-container-standard .activity-promo-intro-btn {
  width: 120px;
}
.activity-promo-card-container-standard .activity-promo-action-btn {
  display: block;
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  width: 90px;
  margin-top: 8px;
}
.activity-promo-card-container-standard .activity-promo-action-btn:first-child {
  margin-top: 0;
}
.activity-promo-card-container-standard .activity-promo-roll {
  float: left;
}
.activity-promo-card-container-standard .activity-promo-msg {
  padding-left: 39px;
}
.activity-promo-card-container-standard .activity-promo-template {
  height: 146px;
  width: 146px;
  float: left;
  overflow: hidden;
}
.activity-promo-card-container-standard .activity-promo-template-animation-content {
  width: 146px;
  float: left;
}
.activity-promo-card-container-standard .activity-promo-template-animation-content img {
  width: 146px;
  height: 146px;
}
.activity-promo-card-container-small {
  margin-top: 20px;
}
.activity-promo-card-container-small:nth-child(even) {
  margin-left: 20px;
}
.activity-promo-card-container-small:nth-child(-n + 2) {
  margin-top: 0;
}
.activity-promo-card-container-small .activity-promo-card {
  width: 300px;
  height: 160px;
  position: relative;
}
.activity-promo-card-container-small .activity-promo-loading {
  color: #d8d8d8;
  text-align: center;
  height: 158px;
  line-height: 158px;
}
.activity-promo-card-container-small .activity-promo-subject {
  line-height: 40px;
  padding: 0 9px;
}
.activity-promo-card-container-small .activity-promo-icon {
  display: none;
}
.activity-promo-card-container-small .activity-promo-name {
  float: left;
}
.activity-promo-card-container-small .activity-promo-status {
  float: right;
  width: auto;
  text-align: right;
  font-size: 12px;
}
.activity-promo-card-container-small .activity-promo-status-not-created {
  color: #999999;
}
.activity-promo-card-container-small .activity-promo-status-running {
  color: #00be70;
}
.activity-promo-card-container-small .activity-promo-status-stopped {
  color: #999999;
}
.activity-promo-card-container-small .activity-promo-status-subtext {
  display: none;
}
.activity-promo-card-container-small .activity-promo-status-icon {
  font-size: 16px;
  vertical-align: -1px;
  padding-right: 4px;
}
.activity-promo-card-container-small .activity-promo-body {
  padding: 8px 9px;
  border-top: 1px solid #f2f2f2;
  height: 78px;
  clear: both;
}
.activity-promo-card-container-small .activity-promo-intro {
  line-height: 18px;
}
.activity-promo-card-container-small .activity-promo-intro ~ .activity-promo-button-group {
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.activity-promo-card-container-small .activity-promo-intro-btn {
  width: 120px;
}
.activity-promo-card-container-small :not(.activity-promo-intro) ~ .activity-promo-button-group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 298px;
  height: 40px;
  padding: 5px 0;
  border-top: 1px solid #f2f2f2;
}
.activity-promo-card-container-small .activity-promo-action-btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  width: 90px;
  float: right;
  margin-right: 7px;
}
.activity-promo-card-container-small .activity-promo-roll {
  float: left;
}
.activity-promo-card-container-small .activity-promo-msg {
  padding-left: 11px;
}
.activity-promo-card-container-small .activity-promo-template {
  height: 100px;
  width: 148px;
  float: left;
  overflow: hidden;
}
.activity-promo-card-container-small .activity-promo-template-animation-content {
  width: 148px;
  height: 100%;
  float: left;
  position: relative;
}
.activity-promo-card-container-small .activity-promo-template-animation-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.activity-promo-card-container-big:nth-last-child(-n + 3) {
  margin-left: 10px;
}
.activity-promo-card-container-big:nth-last-child(-n + 2) {
  margin-top: 0px;
}
.activity-promo-card-container-big:nth-child(1) {
  margin-left: 0px;
}
.activity-promo-card-container-big:nth-child(2) {
  margin-top: 0px;
}
.activity-promo-card-container-big .activity-promo-card {
  width: 180px;
  height: 102px;
  position: relative;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-loading {
  color: #d8d8d8;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-subject {
  line-height: 28px;
  padding: 0 8px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-icon {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-name {
  height: 28px;
  font-size: 12px;
  float: left;
  color: #333333;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-name .name-text {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status {
  float: right;
  width: auto;
  text-align: right;
  font-size: 10px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status-not-created {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status-running {
  color: #00be70;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status-stopped {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status-subtext {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-status-icon {
  font-size: 12px;
  vertical-align: -1px;
  padding-right: 4px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-pic {
  padding-left: 20px;
  padding-top: 24px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-body {
  border-top: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro {
  line-height: 16px;
  font-size: 10px;
  text-align: left;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro ~ .activity-promo-button-group {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 4px;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:active,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.active,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:active:hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.active:hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:active.hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.active.hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:active:focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.active:focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:active.focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.disabled,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn[disabled],
fieldset[disabled] .activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.disabled:hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn[disabled]:hover,
fieldset[disabled] .activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.disabled.hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn[disabled].hover,
fieldset[disabled] .activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.hover,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.disabled:focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn[disabled]:focus,
fieldset[disabled] .activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn:focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.disabled.focus,
.activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn[disabled].focus,
fieldset[disabled] .activity-promo-card-container-big .activity-promo-card .activity-promo-intro-btn.focus {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.activity-promo-card-container-big .activity-promo-card :not(.activity-promo-intro) ~ .activity-promo-button-group {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 178px;
  height: 32px;
  padding: 5px 0;
  border-top: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-action-btn {
  padding: 3px 8px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 4px;
  float: left;
  color: #666666 !important;
}
.activity-promo-card-container-big .activity-promo-card .activity-promo-action-btn:nth-child(2n) {
  margin-left: 6px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms {
  width: 620px;
  height: 340px;
  position: relative;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-loading {
  color: #d8d8d8;
  text-align: center;
  height: 338px;
  line-height: 338px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-subject {
  line-height: 50px;
  padding: 0 12px;
  background: #f8f8f8;
  border-bottom: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-icon {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-name {
  height: 50px;
  font-size: 0;
  float: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-name .name-tag {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #999999;
  position: relative;
  margin-top: 15px;
  vertical-align: top;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-name .name-text {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  margin-left: 8px;
  vertical-align: top;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-name .name-tip {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  margin-left: 8px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status {
  float: right;
  width: auto;
  text-align: right;
  font-size: 12px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status-not-created {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status-running {
  color: #00be70;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status-stopped {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status-subtext {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-status-icon {
  font-size: 16px;
  vertical-align: -1px;
  padding-right: 4px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body {
  border-top: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container {
  padding: 20px 0 20px 20px;
  height: 169px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-title .activity-promo-act-case {
  color: #0088df;
  background-color: #edf4ff;
  width: 53px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #cae0ff;
  display: inline-block;
  text-align: center;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-title .activity-promo-act-icon {
  width: 16px;
  height: 16px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-title .activity-promo-act-up {
  color: #ff874c;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-hr hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content {
  display: inline-flex;
  margin-top: 14px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-left {
  width: 176px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://img.alicdn.com/bao/uploaded/i4/696944147/O1CN01oOiQCI1gVN2rmUUov_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-left .activity-promo-act-desc {
  width: 144px;
  height: 78px;
  font-size: 12px;
  color: #666;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right {
  width: 304px;
  height: 94px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  margin-left: 12px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-result {
  width: 304px;
  height: 28px;
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-left: 16px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-table {
  margin: 4px 4px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-table th,
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-table td {
  width: 74px;
  height: 29px;
  text-align: center;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-table th {
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-right .activity-promo-act-table td {
  color: #0088df;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-body .activity-promo-card-container .activity-promo-act-content .activity-promo-act-button {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-intro {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-intro ~ .activity-promo-button-group {
  text-align: center;
  position: relative;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-intro-btn-shuiyin {
  float: none;
  width: 116px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms :not(.activity-promo-intro) ~ .activity-promo-button-group {
  text-align: center;
  width: 618px;
  height: 50px;
  padding: 5px 0;
  border-top: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-sms .activity-promo-intro {
  font-size: 12px;
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin {
  width: 620px;
  height: 340px;
  position: relative;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-loading {
  color: #d8d8d8;
  text-align: center;
  height: 338px;
  line-height: 338px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-subject {
  line-height: 50px;
  padding: 0 12px;
  background: #f8f8f8;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-icon {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-name {
  height: 50px;
  font-size: 0;
  float: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-name .name-tag {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #999999;
  position: relative;
  margin-top: 15px;
  vertical-align: top;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-name .name-text {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  margin-left: 8px;
  vertical-align: top;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-name .name-tip {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  margin-left: 8px;
  vertical-align: top;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status {
  float: right;
  width: auto;
  text-align: right;
  font-size: 12px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status-not-created {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status-running {
  color: #00be70;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status-stopped {
  color: #999999;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status-subtext {
  display: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-status-icon {
  font-size: 16px;
  vertical-align: -1px;
  padding-right: 4px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-pic {
  padding: 0px;
  height: 206px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-body {
  padding: 0px;
  height: 81px;
  line-height: 80px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-intro {
  font-size: 12px;
  text-align: center;
  float: left;
  margin-left: 70px;
  color: #666666;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-intro ~ .activity-promo-button-group {
  text-align: center;
  position: relative;
  float: left;
  bottom: 0px;
  left: 0px;
  margin-left: 70px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-intro-btn-shuiyin {
  float: none;
  width: 108px;
  color: #0088df;
  background-color: #ffffff;
  border-radius: 4px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin :not(.activity-promo-intro) ~ .activity-promo-button-group {
  text-align: center;
  width: 618px;
  height: 50px;
  padding: 5px 0;
  border-top: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-shuiyin .activity-promo-action-btn-shuiyin {
  float: none;
  width: 108px;
  background: #0088df;
  border-radius: 4px;
  color: #ffffff;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow {
  width: 620px;
  height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-title {
  display: flex;
  align-items: center;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-title .title-tag {
  display: inline-block;
  margin-right: 8px;
  width: 53px;
  height: 24px;
  background: #fff3ed;
  border-radius: 4px;
  border: 1px solid #ffd4be;
  text-align: center;
  line-height: 24px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-title .title-tag .tag-text {
  height: 20px;
  font-size: 14px;
  color: #ff5400;
  line-height: 20px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-title .title-text {
  height: 26px;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-title .title-emphasize {
  display: inline-block;
  width: 132px;
  height: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #ff5400;
  line-height: 26px;
  text-align: center;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-desc {
  margin-top: 4px;
  height: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-subject .activity-promo-intro-pic {
  width: 100px;
  height: 34px;
  cursor: pointer;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: none;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card {
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 115px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card .sub-card-title {
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  background: #ebebeb;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card .sub-card-text {
  height: 19px;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card .sub-card-pic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card .sub-card-pic-container .sub-card-pic {
  width: 210px;
  height: 76px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-middle-pic {
  margin: 0 8px;
  width: 38px;
  height: 34px;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card-emphasize {
  border: 1px solid #ff5400;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card-emphasize .sub-card-title {
  background: #ff5400;
}
.activity-promo-card-container-big .activity-promo-card.activity-promo-card-flow .activity-promo-body .activity-promo-sub-card-emphasize .sub-card-text {
  color: white;
}
.activity-promo-shuiyin-item-link {
  float: left;
}
.activity-promo-card-container .activity-promo-shuiyin-img {
  outline: 1px solid #f2f2f2;
}
.activity-promo-card-container-standard .activity-promo-shuiyin-img {
  width: 100px;
}
.activity-promo-card-container-standard .activity-promo-sms-img {
  height: 100px;
  width: 313px;
}
.activity-promo-card-container-standard .activity-promo-shuiyin-item-link {
  margin-right: 8px;
}
.activity-promo-card-container-standard .activity-promo-shuiyin-item-link:nth-child(n + 3) {
  display: none;
}
.activity-promo-card-container-standard .activity-promo-shuiyin-template {
  float: left;
  width: 146px;
  height: 146px;
  margin-right: 8px;
}
.activity-promo-card-container-standard .activity-promo-current-shuiyin-template-img {
  width: 70px;
  height: 70px;
}
.activity-promo-card-container-small .activity-promo-shuiyin-img {
  width: 60px;
}
.activity-promo-card-container-small .activity-promo-shuiyin-item-link:nth-child(n + 2) {
  margin-left: 13px;
}
.activity-promo-card-container-small .activity-promo-shuiyin-template {
  float: left;
  width: 148px;
  height: 148px;
  margin-right: 8px;
}
.activity-promo-card-container-big .activity-promo-shuiyin-img {
  width: 180px;
  background: #eeeeee;
  outline: none;
}
.activity-promo-card-container-big .activity-promo-shuiyin-item-link {
  float: left;
  width: 206px;
  height: 206px;
  padding: 13px;
  border-right: 1px solid #f2f2f2;
}
.activity-promo-card-container-big .activity-promo-shuiyin-item-link:nth-child(3) {
  border-right: none;
}
.activity-promo-card-container-big .activity-promo-shuiyin-item-link .activity-promo-shuiyin-item-cover {
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(200, 200, 200, 0.9);
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.activity-promo-card-container-big .activity-promo-shuiyin-item-link .activity-promo-shuiyin-item-cover a {
  width: 114px !important;
  height: 30px !important;
  margin: 4px 0 !important;
}
.activity-promo-card-container-big .activity-promo-shuiyin-item-link:hover .activity-promo-shuiyin-item-cover {
  visibility: visible;
}
.activity-promo-card-container-big .activity-promo-action-btn-more {
  display: none;
}
.activity-promo-card-container-big .activity-promo-mshow-qr-container {
  display: table;
}
.activity-promo-card-container-big .activity-promo-mshow-qr-container .activity-promo-mshow-qr {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.activity-promo-card-container-big .activity-promo-mshow-qr-container .activity-promo-mshow-qr-text {
  display: table-cell;
  vertical-align: middle;
}
.activity-promo-mshow-qr-text {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.activity-promo-card-container-standard .activity-promo-mshow-qr-container {
  width: 120px;
  text-align: center;
}
.activity-promo-card-container-standard .activity-promo-mshow-qr-container .activity-promo-mshow-qr {
  width: 100px;
}
.activity-promo-card-container-small .activity-promo-action-btn-more {
  display: none;
}
.activity-promo-card-container-small .activity-promo-mshow-qr-container {
  display: table;
}
.activity-promo-card-container-small .activity-promo-mshow-qr-container .activity-promo-mshow-qr {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.activity-promo-card-container-small .activity-promo-mshow-qr-container .activity-promo-mshow-qr-text {
  display: table-cell;
  vertical-align: middle;
}
.activity-promo-sms-ready {
  color: #666666;
}
.activity-promo-sms-sent {
  color: #00be70;
}
.activity-promo-sms-cancled {
  color: #ccc;
}
.activity-promo-act-container:nth-child(n + 2) {
  margin-top: 20px;
}
.activity-promo-act {
  display: inline-block;
}
.activity-promo-act-title > a {
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-promo-act-status {
  float: right;
}
.activity-promo-act-info {
  font-size: 12px;
  color: #999999;
}
.activity-promo-card-container-small .activity-promo-act-container:nth-child(n + 2) {
  display: none;
}
.mz-act-titles .dropdown-caret {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
  line-height: 20px;
  cursor: pointer;
}
.mz-act-titles-panel {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  border-radius: 4px;
  position: absolute;
  left: 0;
  z-index: 1010;
  background-color: #fff;
  min-width: 100%;
  font-size: 0;
}
.mz-act-titles-panel .mz-act-cate-part {
  padding: 0 10px 0 10px;
  background: #f2f2f2;
  border-bottom: none;
}
.mz-act-titles-panel .mz-act-cate-part .act-cate {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 8px;
  color: #666666;
  cursor: pointer;
}
.mz-act-titles-panel .mz-act-cate-part .act-cate.selected,
.mz-act-titles-panel .mz-act-cate-part .act-cate:hover {
  color: #0088df;
}
.mz-act-titles-panel .mz-act-titles-part {
  padding-top: 10px;
  overflow-y: auto;
  height: 240px;
}
.mz-act-titles-panel .mz-act-titles-part .mz-act-titles-ul {
  margin: auto;
  width: 356px;
  line-height: 0;
}
.mz-act-titles-panel .mz-act-titles-part .mz-act-titles-ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.mz-act-titles-panel .mz-act-titles-part .title-tip-part {
  margin-top: 10px;
}
.mz-act-titles-panel .mz-act-titles-part .title-tip-part .title-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  padding-left: 10px;
}
.mz-act-titles-panel .mz-act-titles-part .mz-label.mz-act-label {
  text-align: center;
  width: 80px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  cursor: pointer;
  color: #999999;
  border-color: #d8d8d8;
}
.mz-act-titles-panel .mz-act-titles-part .mz-label.mz-act-label.selected {
  color: #ffa108;
  border-color: #ffa108;
  background-color: transparent;
}
.mz-act-titles-panel .mz-act-titles-part .mz-label.mz-act-label:hover {
  border-color: #ffad00;
  background-color: #fff7e6;
  color: #666666;
}
.mz-charge-item {
  display: inline-block;
  background-color: #dfefff;
  padding: 2px;
  border-color: #dfefff;
  border-radius: 4px;
  width: 136px;
  text-align: center;
  position: relative;
}
.mz-charge-item .mz-charge-title {
  color: #3399ff;
  line-height: 30px;
  font-size: 12px;
}
.mz-charge-item .mz-charge-body {
  background-color: white;
  height: 130px;
}
.mz-charge-item .mz-charge-body .mz-charge-main {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 24px;
  color: #ff0000;
}
.mz-charge-item .mz-charge-body .mz-charge-sub {
  font-size: 14px;
  color: #ff9d00;
}
.mz-charge-item .mz-charge-body .mz-charge-sub s {
  color: #999999;
}
.mz-charge-item .mz-charge-body .mz-charge-sub s + span {
  margin-left: 8px;
}
.mz-charge-item .mz-charge-footer {
  line-height: 30px;
  background-color: white;
  border-top: 1px solid #dfefff;
  color: #999999;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mz-charge-item .tag {
  position: absolute;
  top: -12px;
  right: -6px;
  background-color: #ff5400;
  color: #fff;
  padding: 7px;
  line-height: 12px;
  font-size: 14px;
  z-index: 1001;
}
.mz-charge-item .tag:before {
  content: '';
  position: absolute;
  border: 4px solid #ff5400;
  border-color: #ff5400 transparent transparent #ff5400;
  left: 2px;
  bottom: -5px;
}
.mz-charge-item:hover,
.mz-charge-item.hover {
  background: #53a1e7;
  background: linear-gradient(to right, #53a1e7, #7068f4);
  box-shadow: 5px 5px 8px #dfefff;
}
.mz-charge-item:hover .mz-charge-title,
.mz-charge-item.hover .mz-charge-title {
  color: white;
}
.mz-charge-item-miniapp {
  display: inline-block;
  background-color: #dcebff;
  padding: 1px;
  border-color: #dcebff;
  width: 136px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.mz-charge-item-miniapp .mz-charge-title {
  color: #0088df;
  background-color: #dcebff;
  line-height: 35px;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
}
.mz-charge-item-miniapp.recommend {
  background-color: #0088df;
}
.mz-charge-item-miniapp .mz-charge-body {
  background-color: white;
  height: 121px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-main {
  padding-top: 12px;
  font-size: 30px;
  line-height: 44px;
  color: #ff5400;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-main .money-icon {
  font-size: 16px;
  line-height: 24px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-gray {
  font-size: 12px;
  color: #999999;
  margin-left: 4px;
  line-height: 18px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-sub {
  font-size: 12px;
  color: #ff5400;
  text-decoration: underline;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 4px;
  cursor: default;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr-wrapper {
  cursor: default;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr-wrapper:hover .mz-charge-qr {
  display: block;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr {
  display: none;
  position: absolute;
  top: 50px;
  left: 122px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 0 7px;
  width: 116px;
  height: 118px;
  line-height: 12px;
  font-size: 14px;
  z-index: 1001;
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr .mz-charge-qr-angle {
  position: absolute;
  border: 6px solid #e6e6e6;
  border-width: 5px 6px;
  border-color: transparent #e6e6e6 transparent transparent;
  left: -13px;
  bottom: 56px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr .mz-charge-qr-angle:before {
  content: '';
  position: absolute;
  border: 6px solid #ffffff;
  border-width: 5px 6px;
  border-color: transparent #ffffff transparent transparent;
  left: -5px;
  bottom: -5px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr img {
  width: 70px;
  height: 70px;
  margin-top: 13px;
  margin-bottom: 4px;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-qr .qr-text {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-bottom {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-bottom:hover {
  color: #0094f0;
}
.mz-charge-item-miniapp .mz-charge-body .mz-charge-bottom:active {
  color: #007ecc;
}
.mz-charge-item-miniapp .mz-charge-footer {
  line-height: 30px;
  background-color: white;
  border-top: 1px solid #e6e6e6;
  color: #999999;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mz-charge-item-miniapp .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5400;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 18px;
  z-index: 1001;
  border-radius: 3px 0px 3px 0px;
}
.mz-charge-item-miniapp:hover,
.mz-charge-item-miniapp.hover {
  cursor: pointer;
  background: #0088df;
}
.mz-charge-item-miniapp:hover .mz-charge-title,
.mz-charge-item-miniapp.hover .mz-charge-title {
  background: #0088df;
  color: #ffffff;
}
.mz-charge-item-expire {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 4px;
  height: 136px;
}
.mz-charge-item-expire .mz-charge-title {
  color: #666666;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}
.mz-charge-item-expire .mz-charge-body {
  margin-top: 12px;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-main {
  font-size: 0px;
  color: #ff5400;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-main .unit {
  font-size: 18px;
  margin-right: 6px;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-main .main_num {
  font-size: 30px;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-sub {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #ff5400;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-sub s {
  color: #999999;
}
.mz-charge-item-expire .mz-charge-body .mz-charge-sub s + span {
  margin-left: 8px;
}
.mz-charge-item-expire .mz-charge-footer {
  margin-top: 16px;
  color: #999999;
  font-size: 12px;
}
.mz-charge-item-expire .tag {
  position: absolute;
  top: -9px;
  left: 0px;
  height: 18px;
  line-height: 16px;
  background: #ff5400;
  border-radius: 0px 100px 100px 0px;
  color: #fff;
  padding: 0px 10px 0px 6px;
  font-size: 12px;
}
.mz-charge-item-expire .tag span {
  font-size: 14px;
}
.mz-charge-item-expire .tag-yellow {
  background: #ffa108;
}
.expire-prime-item {
  padding: 8px;
  border: 1px solid #ecd5ac;
  width: 136px;
}
.expire-prime-item:hover {
  background: #fffbf3 !important;
}
.expire-senior-item {
  padding: 8px;
  border: 1px solid #cae0ff;
  width: 136px;
}
.expire-senior-item:hover {
  background: #f6faff !important;
}
.mz-charge-item-new {
  display: inline-block;
  background-color: #dfefff;
  padding: 2px;
  border-color: #dfefff;
  border-radius: 4px;
  width: 136px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.mz-charge-item-new .mz-charge-title {
  color: #3399ff;
  line-height: 30px;
  font-size: 12px;
}
.mz-charge-item-new .mz-charge-body {
  background-color: white;
  height: 136px;
}
.mz-charge-item-new .mz-charge-body .mz-charge-main {
  padding-top: 23px;
  padding-bottom: 4px;
  font-size: 30px;
  color: #ff5400;
  line-height: 40px;
}
.mz-charge-item-new .mz-charge-body .mz-charge-main .unit {
  font-size: 18px;
  display: inline-block;
  margin-right: 2px;
}
.mz-charge-item-new .mz-charge-body .mz-charge-sub {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #999999;
}
.mz-charge-item-new .mz-charge-body .mz-charge-sub s {
  display: block;
}
.mz-charge-item-new .mz-charge-body .mz-charge-sub .deduction {
  color: #ff874c;
  margin-top: 2px;
  display: block;
}
.mz-charge-item-new .mz-charge-footer {
  line-height: 30px;
  background-color: white;
  border-top: 1px solid #dfefff;
  color: #999999;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mz-charge-item-new .tag {
  position: absolute;
  top: -12px;
  right: -6px;
  background-color: #ff5400;
  color: #fff;
  padding: 7px;
  line-height: 12px;
  font-size: 14px;
  z-index: 1001;
}
.mz-charge-item-new .tag:before {
  content: '';
  position: absolute;
  border: 4px solid #ff5400;
  border-color: #ff5400 transparent transparent #ff5400;
  left: 2px;
  bottom: -5px;
}
.mz-charge-item-new .mz-disabled-desc {
  display: none;
  height: 167px;
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  text-align: center;
  width: 132px;
  vertical-align: middle;
}
.mz-charge-item-new:hover,
.mz-charge-item-new.hover {
  background: #53a1e7;
  background: linear-gradient(to right, #53a1e7, #7068f4);
  box-shadow: 5px 5px 8px #dfefff;
}
.mz-charge-item-new:hover .mz-charge-title,
.mz-charge-item-new.hover .mz-charge-title {
  color: white;
}
.mz-charge-item-new:hover .mz-charge-main span:nth-of-type(2),
.mz-charge-item-new.hover .mz-charge-main span:nth-of-type(2) {
  font-weight: bold;
}
.mz-charge-item-new.disabled {
  background: #f2f2f2;
  color: #c8c8c8;
}
.mz-charge-item-new.disabled .mz-charge-title {
  color: #c8c8c8;
}
.mz-charge-item-new.disabled .mz-charge-main {
  color: #999999;
}
.mz-charge-item-new.disabled .mz-charge-sub {
  color: #c8c8c8;
}
.mz-charge-item-new.disabled .deduction {
  color: #c8c8c8 !important;
}
.mz-charge-item-new.disabled .mz-charge-footer {
  color: #c8c8c8;
  border-top-color: #f2f2f2;
}
.mz-charge-item-new.disabled:hover {
  background: #e6e6e6 !important;
  box-shadow: none;
  color: #999999;
}
.mz-charge-item-new.disabled:hover a {
  cursor: auto;
}
.mz-charge-item-new.disabled:hover .mz-charge-body {
  display: none;
}
.mz-charge-item-new.disabled:hover .mz-charge-footer {
  display: none;
}
.mz-charge-item-new.disabled:hover .mz-disabled-desc {
  display: table-cell;
}
.mz-charge-trial {
  width: 142px;
  height: 166px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  text-align: center;
  display: inline-block;
  margin-left: 16px;
  position: relative;
}
.mz-charge-trial .mz-charge-trial-sign {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url('//img.alicdn.com/bao/uploaded/i3/84495163/O1CN01m7af1M1o0hMhdB9CI_!!2-item_pic.png') 100% 100%;
  background-size: cover;
  top: -8px;
  right: -4px;
}
.mz-charge-trial .mz-charge-trial-title {
  width: 142px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px 4px 0px 0px;
  font-size: 12px;
  color: #ffffff;
  background: #519aff;
  margin-left: -1px;
}
.mz-charge-trial .mz-charge-trial-title img {
  max-height: 12px;
  width: auto;
}
.mz-charge-trial .mz-charge-trial-coupon-discount {
  position: absolute;
  width: 140px;
  height: 18px;
  top: 28px;
  left: 0;
  color: #ff5400;
  font-size: 12px;
  background-color: #fff6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.mz-charge-trial .economical {
  color: #ff5400;
}
.mz-charge-trial .mz-charge-trial-body {
  background-color: white;
  height: 109px;
  text-align: center;
  position: relative;
}
.mz-charge-trial .mz-charge-trial-body .mz-charge-trial-desc {
  width: 100%;
  height: 23px;
  line-height: 23px;
  background: #fff6f2;
  color: #ff5400;
  position: absolute;
  top: 0px;
  font-size: 12px;
}
.mz-charge-trial .mz-charge-trial-body .mz-charge-trial-main {
  padding-top: 25px;
  font-size: 18px;
  color: #333333;
  height: 70px;
  line-height: 45px;
}
.mz-charge-trial .mz-charge-trial-body .mz-charge-trial-main .mz-charge-trial-price {
  font-size: 30px;
  margin-left: 3px;
}
.mz-charge-trial .mz-charge-trial-sub {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.mz-charge-trial .mz-charge-trial-sub s {
  color: #999999;
}
.mz-charge-trial .mz-charge-trial-sub s + span {
  margin-left: 4px;
}
.mz-charge-trial .mz-charge-trial-footer {
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #d4d4d4;
  color: #999999;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}
.mz-charge-trial:hover {
  border-color: #519aff;
}
.black .mz-charge-trial-title {
  background: #383838;
}
.black:hover {
  border-color: #999999;
}
.mz-charge-item-predict {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #53a1e7, #7068f3);
  padding: 2px;
  border-radius: 4px;
  width: 136px;
  text-align: center;
}
.mz-charge-item-predict .mz-charge-title {
  color: #fff;
  background: linear-gradient(135deg, #53a1e7, #7068f3);
  line-height: 28px;
  font-size: 12px;
}
.mz-charge-item-predict .mz-charge-title .title {
  position: relative;
}
.mz-charge-item-predict .mz-charge-title .title .tag {
  position: absolute;
  top: -20px;
  right: -32px;
  background-color: #ff5400;
  color: #fff;
  padding: 4px;
  line-height: 12px;
  font-size: 12px;
  z-index: 1001;
}
.mz-charge-item-predict .mz-charge-title .title .tag:before {
  content: '';
  position: absolute;
  border: 4px solid #ff5400;
  border-color: #ff5400 transparent transparent #ff5400;
  left: 2px;
  bottom: -5px;
}
.mz-charge-item-predict .mz-charge-body {
  background-color: white;
  height: 78px;
}
.mz-charge-item-predict .mz-charge-body .mz-charge-main {
  padding-top: 24px;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 30px;
  height: 54px;
  color: #0088df;
}
.mz-charge-item-predict .mz-charge-body .mz-charge-main .price-icon {
  font-size: 18px;
}
.mz-charge-item-predict .mz-charge-body .mz-charge-sub {
  font-size: 12px;
  line-height: 12px;
  color: #ff9d00;
}
.mz-charge-item-predict .mz-charge-body .mz-charge-sub s {
  color: #999999;
}
.mz-charge-item-predict .mz-charge-body .mz-charge-sub s + span {
  margin-left: 8px;
}
.mz-charge-item-predict .mz-charge-footer {
  line-height: 26px;
  background-color: white;
  border-top: 1px solid #f2f2f2;
  color: #666666;
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mz-charge-item-predict .mz-charge-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 136px;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  border-radius: 3px;
}
.mz-charge-item-predict .selected-tip {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 8px;
  bottom: 6px;
  left: 36px;
  background: #ff5400;
  visibility: hidden;
  border-radius: 3px;
}
.mz-charge-item-predict.selected .mz-charge-cover,
.mz-charge-item-predict:hover .mz-charge-cover,
.mz-charge-item-predict.selected .selected-tip,
.mz-charge-item-predict:hover .selected-tip {
  visibility: visible;
}
.mz-charge-item-predict.narrow {
  width: 106px;
}
.mz-charge-item-predict.narrow .mz-charge-cover {
  width: 106px;
}
.mz-charge-item-predict.narrow .selected-tip {
  left: 21px;
}
.mz-charge-group {
  font-size: 0;
}
.mz-charge-group > *:first-child > .mz-charge-item {
  margin-left: 0px;
}
.mz-charge-group > *:first-child > .mz-charge-item-new {
  margin-left: 0px;
}
.mz-charge-group > *:first-child > .mz-charge-item-expire {
  margin-left: 0px;
}
.mz-charge-group > *:first-child > .mz-charge-item-miniapp {
  margin-left: 0px;
}
.mz-charge-group > *:first-child > .expire-prime-item {
  background: #fef3e0;
}
.mz-charge-group > *:first-child > .mz-charge-trial {
  margin-left: 0px;
}
.mz-charge-group .mz-charge-item {
  margin-left: 12px;
}
.mz-charge-group .mz-charge-item-new {
  margin-left: 12px;
}
.mz-charge-group .mz-charge-item-miniapp {
  margin-left: 12px;
}
.mz-charge-group .mz-charge-item-expire {
  margin-left: 12px;
}
.mz-charge-group > *:first-child > .mz-charge-item-predict {
  margin-left: 0px;
}
.mz-charge-group .mz-charge-item-predict {
  margin-left: 12px;
}
.mz-charge-group .senior-item-hover-color {
  background: #edf4ff;
}
.mz-charge-desc-part {
  height: 100px;
}
.mz-charge-desc-part .mz-charge-desc {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 22.85714286px;
}
.mz-charge-desc-part .mz-charge-free-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto;
  margin-top: 12px;
  text-align: center;
  width: 260px;
  background-image: linear-gradient(-135deg, #53a1e7 0%, #7068f4 100%);
  border-radius: 4px;
  font-size: 16px;
  line-height: 22.85714286px;
  color: #fff;
}
.modal-expire-info-panel {
  margin-top: 12px;
  width: 580px;
  height: 30px;
  background: #d2eafb;
  border-radius: 4px 4px 0 0;
  color: #0088df;
  font-size: 14px;
  line-height: 30px;
}
.modal-expire-info-body {
  height: 72px;
  background: #ecf6fd;
  border-radius: 0 0 4px 4px;
}
.modal-expire-info-body .expire-info-wrapper {
  height: 72px;
  width: 116px;
  float: left;
}
.modal-expire-info-body .expire-info-wrapper .expire-info-container {
  text-align: center;
  margin: 20px auto;
  height: 32px;
}
.modal-expire-info-body .expire-info-wrapper .expire-info-container .title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
  color: #333333;
}
.modal-expire-info-body .expire-info-wrapper .expire-info-container .tag {
  padding: 1px 8px;
  background: #f75555;
  width: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.modal-expire-info-body .expire-info-wrapper .expire-info-container .desc {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
}
.modal-mz-expire-tip {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-bottom: 24px;
}
.modal-mz-expire-tip .mz-expire-time {
  font-size: 16px;
  line-height: 16px;
  color: #ff5400;
}
.modal-mz-more-choice {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.modal-mz-more-choice .text {
  margin-right: 4px;
}
.modal-mz-more-choice .more-choice-icon {
  color: #d8d8d8;
}
.mz-model-charge-item-desc {
  height: 16px;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin-top: 20px;
}
.mz-renew-modal-compare {
  width: 580px;
  height: 100px;
  margin-top: 12px;
  display: block;
}
.mz-renew-modal-compare img {
  max-width: 100%;
  height: auto;
}
.alert-expire {
  background: #fff2f2;
  padding: 16px;
  border: none;
}
.alert-expire .expire-desc {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #ff5400;
  line-height: 21px;
}
.alert-expire .expire-in-promotion-manuly-clear {
  font-weight: bold;
  color: #ff5400;
}
.alert-expire .expire-time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 4px;
}
.mz-link {
  color: #0088df;
}
.mz-link:hover {
  color: #0094f0;
  text-decoration: underline;
}
.mz-link:active {
  color: #007ecc;
  text-decoration: underline;
}
.modal-upgrade-query-container {
  display: flex;
  align-items: center;
}
.modal-upgrade-query-container .modal-upgrade-query-unfinished,
.modal-upgrade-query-container .modal-upgrade-query-finished {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 264px;
}
.modal-upgrade-query-container .modal-upgrade-query-unfinished {
  background-color: #f2f2f2;
}
.modal-upgrade-query-container .modal-upgrade-query-finished {
  margin-left: 20px;
  background-color: #eef9f2;
}
.modal-upgrade-query-container .modal-upgrade-query-img {
  margin-top: 24px;
  width: 72px;
  height: 72px;
}
.modal-upgrade-query-container .modal-upgrade-query-title {
  margin-top: 12px;
  margin-bottom: 0 !important;
}
.modal-upgrade-query-container .modal-upgrade-query-desc {
  margin-top: 4px;
  margin-bottom: 0 !important;
  color: #666;
}
.modal-upgrade-query-container .modal-upgrade-query-button {
  margin-top: 20px;
  margin-bottom: 0 !important;
  width: 180px;
}
.modal-upgrade-query-container .modal-upgrade-query-question {
  margin-top: 12px;
  margin-bottom: 0 !important;
  text-decoration: underline;
  color: #666;
}
.mz-act-list-operation {
  background-color: #f8f8f8;
}
.mz-act-list-operation.focus-on {
  background-color: #f0f7fc;
}
.mz-act-list-operation .mz-act-list-operation-row {
  display: flex;
  justify-content: flex-end;
}
.mz-act-list-operation .mz-discountable-row .item-pic {
  height: 80px;
}
.mz-act-list-operation .mz-discountable-row .discount > input:focus,
.mz-act-list-operation .mz-discountable-row .secondzhekou-first-final-price > input:focus,
.mz-act-list-operation .mz-discountable-row .secondzhekou-second-final-price > input:focus,
.mz-act-list-operation .mz-discountable-row .sku-discount > input:focus,
.mz-act-list-operation .mz-discountable-row .decrease > input:focus,
.mz-act-list-operation .mz-discountable-row .sku-decrease > input:focus,
.mz-act-list-operation .mz-discountable-row .sku-final-price > input:focus,
.mz-act-list-operation .mz-discountable-row .final-price > input:focus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mz-act-list-operation .mz-discountable-row .list-operation-confirm {
  position: absolute;
  left: 10px;
  z-index: 1010;
  background-color: #fff;
  border: 1px solid #0088df;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
  text-align: right;
  display: none;
}
.mz-act-list-operation .mz-discountable-row button.mz-btn.btn-xs {
  line-height: 18px;
  margin: 0;
  padding: 1px 5px 2px;
  height: 23px;
  width: 36px;
}
.mz-act-list-operation .mz-discountable-row .sku-operation button.mz-btn.btn-xs {
  line-height: 18px;
  margin: 0;
  padding: 1px 16px;
  height: 22px;
  width: 58px;
}
.mz-act-list-operation .mz-discountable-row .append-operation {
  margin-left: -5px;
}
.mz-act-list-operation .mz-discountable-row .append-operation button.mz-btn.btn-xs.bottom {
  margin-bottom: 4px;
}
.mz-act-list-operation .mz-discountable-row .mz-act-list-operation-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
.mz-act-list-operation .mz-discountable-row .mz-extra-final-price-all-num-operation {
  position: absolute;
  top: 31px;
  left: 11px;
}
.mz-act-list-operation .mz-discountable-row .mz-extra-final-price-all-num-operation .mz-extra-final-price-all-num-button {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  display: block;
  cursor: pointer;
  color: #333;
}
.mz-act-list-operation .mz-discountable-row .mz-extra-final-price-all-num-operation .selected {
  background: #0088df;
  border-color: #0088df;
  color: #fff;
}
.mz-act-list-operation .mz-discountable-row .mz-extra-final-price-all-num-operation-disabled .selected {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.mz-act-discount-item-title {
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  padding: 8px 0px 12px 0px;
}
.mz-act-discount-item-title span {
  text-align: left;
  float: left;
  padding: 0px 0px 0px 10px;
}
.mz-act-discount-item-title .mz-item-title {
  width: 350px;
}
.mz-act-discount-item-title .mz-item-price {
  width: 222px;
}
.mz-act-discount-item-title .mz-item-final-price {
  width: 182px;
}
.mz-act-discount-item-title .mz-item-sku-set {
  width: 206px;
  padding-left: 2px;
  text-align: right;
}
.mz-act-discount-item-title .mz-item-sku-set i {
  font-style: normal;
}
.mz-act-discount-item-title .mz-item-sku-set .mz-sku-selected-count {
  color: #ffa108;
}
.mz-btn.btn-default.btn-bordered.gray-darker2 {
  color: #666666 !important;
}
.mz-act-discount-item-list {
  padding-left: 0;
  list-style: none;
}
.mz-act-discount-item-list .mz-act-discount-item:hover {
  background-color: #f8f8f8;
}
.mz-act-discount-item-list .mz-act-discount-item.focus-on:hover {
  border: 1px solid #d8d8d8;
  margin: -1px;
}
.mz-act-discount-item-list .mz-act-discount-item.focus-on:hover .item-price > .dropdown-price {
  display: block;
}
.mz-act-discount-item-list .mz-act-discount-item .image-wrapper > img {
  max-width: 80px;
}
.mz-act-discount-item {
  padding: 10px 0;
}
.mz-act-discount-item .item-pic {
  width: 100px;
  text-align: center;
  display: table;
}
.mz-act-discount-item .item-pic .image-wrapper {
  position: relative;
  outline: 1px solid #f2f2f2;
  display: table-cell;
  vertical-align: middle;
}
.mz-act-discount-item .item-pic .image-wrapper .image-hint {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.mz-act-discount-item .item-pic .image-wrapper .image-hint-deleted {
  background-color: #ff7272;
}
.mz-act-discount-item .item-pic .image-wrapper .image-hint-added,
.mz-act-discount-item .item-pic .image-wrapper .image-hint-reAdded {
  background-color: #5ac882;
}
.mz-act-discount-item .item-pic .image-wrapper .image-hint-updated {
  background-color: #ffbd52;
}
.mz-act-discount-item .item-pic .image-wrapper .image-wrapper-content {
  max-width: 80px;
  max-height: 80px;
}
.mz-act-discount-item .item-info {
  width: 250px;
  overflow: hidden;
  line-height: 20px;
}
.mz-act-discount-item .item-info .outer-id {
  color: #999999;
  font-size: 12px;
  border-bottom: 1px dashed #c8c8c8;
}
.mz-act-discount-item .item-info .outer-id:before {
  content: '[';
}
.mz-act-discount-item .item-info .outer-id:after {
  content: ']';
}
.mz-act-discount-item .item-info .sku-item-title {
  color: #424242;
}
.mz-act-discount-item .item-info .sku-item-title:hover {
  border-bottom: 1px dotted #999999;
}
.mz-act-discount-item .item-info .title {
  color: #333333;
}
.mz-act-discount-item .item-info .title:hover {
  border-bottom: 1px dotted #999999;
}
.mz-excel-failure-row {
  min-height: 20px;
}
.mz-excel-failure-row .cell-icon {
  width: 100px;
}
.mz-excel-failure-row .cell-id {
  width: 12%;
}
.mz-excel-failure-row .cell-id-large {
  width: 30%;
}
.mz-excel-failure-row .cell-price {
  width: 10%;
}
.mz-excel-failure-row .cell-desc {
  width: 10%;
}
.mz-excel-failure-row .cell-error {
  width: 20%;
}
.mz-excel-failure-row .cell-span {
  width: 12%;
}
.mz-excel-failure-row .pull-right {
  position: absolute;
  right: 0;
}
.mz-act-compact-head-block .mz-discountable-row .mz-col-md-0 {
  min-height: 20px;
}
.mz-act-compact-head-block .mz-discountable-row .item-pic {
  height: 20px;
}
.mz-act-compact-head-block .mz-discountable-row .append-operation button.mz-btn.btn-xs {
  margin-bottom: 0;
}
.mz-discountable-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.mz-discountable-row .mz-col-md-0 {
  min-height: 80px;
  padding: 0 10px;
}
.mz-discountable-row .item-price,
.mz-discountable-row .sku-item-price,
.mz-discountable-row .discount,
.mz-discountable-row .sku-discount,
.mz-discountable-row .secondzhekou-first-final-price,
.mz-discountable-row .secondzhekou-second-final-price,
.mz-discountable-row .secondzhekou-operation,
.mz-discountable-row .decrease,
.mz-discountable-row .sku-decrease,
.mz-discountable-row .final-price,
.mz-discountable-row .sku-final-price,
.mz-discountable-row .append-operation {
  position: relative;
}
.mz-discountable-row .item-price > label,
.mz-discountable-row .sku-item-price > label,
.mz-discountable-row .discount > label,
.mz-discountable-row .sku-discount > label,
.mz-discountable-row .secondzhekou-first-final-price > label,
.mz-discountable-row .secondzhekou-second-final-price > label,
.mz-discountable-row .secondzhekou-operation > label,
.mz-discountable-row .decrease > label,
.mz-discountable-row .sku-decrease > label,
.mz-discountable-row .final-price > label,
.mz-discountable-row .sku-final-price > label,
.mz-discountable-row .append-operation > label,
.mz-discountable-row .item-price > .label,
.mz-discountable-row .sku-item-price > .label,
.mz-discountable-row .discount > .label,
.mz-discountable-row .sku-discount > .label,
.mz-discountable-row .secondzhekou-first-final-price > .label,
.mz-discountable-row .secondzhekou-second-final-price > .label,
.mz-discountable-row .secondzhekou-operation > .label,
.mz-discountable-row .decrease > .label,
.mz-discountable-row .sku-decrease > .label,
.mz-discountable-row .final-price > .label,
.mz-discountable-row .sku-final-price > .label,
.mz-discountable-row .append-operation > .label {
  display: block;
  line-height: 20px;
  height: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.mz-discountable-row .item-price > input,
.mz-discountable-row .sku-item-price > input,
.mz-discountable-row .discount > input,
.mz-discountable-row .sku-discount > input,
.mz-discountable-row .secondzhekou-first-final-price > input,
.mz-discountable-row .secondzhekou-second-final-price > input,
.mz-discountable-row .secondzhekou-operation > input,
.mz-discountable-row .decrease > input,
.mz-discountable-row .sku-decrease > input,
.mz-discountable-row .final-price > input,
.mz-discountable-row .sku-final-price > input,
.mz-discountable-row .append-operation > input,
.mz-discountable-row .item-price .price,
.mz-discountable-row .sku-item-price .price,
.mz-discountable-row .discount .price,
.mz-discountable-row .sku-discount .price,
.mz-discountable-row .secondzhekou-first-final-price .price,
.mz-discountable-row .secondzhekou-second-final-price .price,
.mz-discountable-row .secondzhekou-operation .price,
.mz-discountable-row .decrease .price,
.mz-discountable-row .sku-decrease .price,
.mz-discountable-row .final-price .price,
.mz-discountable-row .sku-final-price .price,
.mz-discountable-row .append-operation .price {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
}
.mz-discountable-row .item-price > input,
.mz-discountable-row .sku-item-price > input,
.mz-discountable-row .discount > input,
.mz-discountable-row .sku-discount > input,
.mz-discountable-row .secondzhekou-first-final-price > input,
.mz-discountable-row .secondzhekou-second-final-price > input,
.mz-discountable-row .secondzhekou-operation > input,
.mz-discountable-row .decrease > input,
.mz-discountable-row .sku-decrease > input,
.mz-discountable-row .final-price > input,
.mz-discountable-row .sku-final-price > input,
.mz-discountable-row .append-operation > input {
  text-align: center;
}
.mz-discountable-row .expanded {
  font-weight: normal;
}
.mz-discountable-row .expanded:hover {
  cursor: pointer;
  color: #0088df;
}
.mz-discountable-row .item-price {
  width: 130px;
}
.mz-discountable-row .item-price .price {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #0088df;
}
.mz-discountable-row .item-price .dropdown-price {
  display: none;
  position: absolute;
  width: 181px;
  left: -40px;
  top: 90px;
  z-index: 1070;
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 0 12px 6px;
}
.mz-discountable-row .item-price .dropdown-price .dropdown-price-title {
  margin-top: 6px;
  color: #999999;
}
.mz-discountable-row .sku-original-price-range {
  width: 222px;
}
.mz-discountable-row .sku-original-price-range .original-price-range {
  font-size: 22px;
  font-weight: 500;
  color: #0088df;
  line-height: 80px;
}
.mz-discountable-row .sku-final-price-range {
  width: 228px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 10px;
}
.mz-discountable-row .sku-final-price-range > div > span {
  display: block;
}
.mz-discountable-row .sku-final-price-range .price-error {
  color: #f75555;
}
.mz-discountable-row .sku-final-price-range .price-range {
  height: 32px;
  font-size: 22px;
  font-weight: 500;
  color: #ffa108;
  line-height: 32px;
  margin-bottom: 4px;
}
.mz-discountable-row .sku-final-price-range .item-sku-count {
  height: 22px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 2px 8px;
  width: auto;
  display: inline-block;
}
.mz-discountable-row .sku-final-price-range .item-sku-count span {
  color: #ff5400;
}
.mz-discountable-row .sku-final-price-range .item-no-sku {
  height: 80px;
  font-size: 16px;
  color: #c8c8c8;
  line-height: 80px;
}
.mz-discountable-row .sku-set-up {
  width: 126px;
  display: inline-flex;
  align-items: center;
  padding-right: 0px;
}
.mz-discountable-row .sku-set-up button {
  width: 116px;
}
.mz-discountable-row .mz-sku-operation {
  padding: 0px;
  padding-left: 10px;
  width: auto !important;
}
.mz-discountable-row .discount > input,
.mz-discountable-row .secondzhekou-second-final-price > input,
.mz-discountable-row .secondzhekou-first-final-price > input,
.mz-discountable-row .sku-discount > input,
.mz-discountable-row .decrease > input,
.mz-discountable-row .sku-decrease > input,
.mz-discountable-row .final-price > input,
.mz-discountable-row .sku-final-price > input {
  color: #ffa108;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-discountable-row .discount > input:focus,
.mz-discountable-row .secondzhekou-second-final-price > input:focus,
.mz-discountable-row .secondzhekou-first-final-price > input:focus,
.mz-discountable-row .sku-discount > input:focus,
.mz-discountable-row .decrease > input:focus,
.mz-discountable-row .sku-decrease > input:focus,
.mz-discountable-row .final-price > input:focus,
.mz-discountable-row .sku-final-price > input:focus,
.mz-discountable-row .discount > input.focus,
.mz-discountable-row .secondzhekou-second-final-price > input.focus,
.mz-discountable-row .secondzhekou-first-final-price > input.focus,
.mz-discountable-row .sku-discount > input.focus,
.mz-discountable-row .decrease > input.focus,
.mz-discountable-row .sku-decrease > input.focus,
.mz-discountable-row .final-price > input.focus,
.mz-discountable-row .sku-final-price > input.focus {
  border-color: #0088df;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
  box-shadow: 0 0 4px rgba(0, 136, 223, 0.6);
}
.mz-discountable-row .discount > input:disabled,
.mz-discountable-row .secondzhekou-second-final-price > input:disabled,
.mz-discountable-row .secondzhekou-first-final-price > input:disabled,
.mz-discountable-row .sku-discount > input:disabled,
.mz-discountable-row .decrease > input:disabled,
.mz-discountable-row .sku-decrease > input:disabled,
.mz-discountable-row .final-price > input:disabled,
.mz-discountable-row .sku-final-price > input:disabled,
.mz-discountable-row .discount > input.muted,
.mz-discountable-row .secondzhekou-second-final-price > input.muted,
.mz-discountable-row .secondzhekou-first-final-price > input.muted,
.mz-discountable-row .sku-discount > input.muted,
.mz-discountable-row .decrease > input.muted,
.mz-discountable-row .sku-decrease > input.muted,
.mz-discountable-row .final-price > input.muted,
.mz-discountable-row .sku-final-price > input.muted {
  color: #c8c8c8;
  border-color: #e8e8e8;
}
.mz-discountable-row .discount > input:disabled,
.mz-discountable-row .secondzhekou-second-final-price > input:disabled,
.mz-discountable-row .secondzhekou-first-final-price > input:disabled,
.mz-discountable-row .sku-discount > input:disabled,
.mz-discountable-row .decrease > input:disabled,
.mz-discountable-row .sku-decrease > input:disabled,
.mz-discountable-row .final-price > input:disabled,
.mz-discountable-row .sku-final-price > input:disabled {
  background-color: #f8f8f8;
}
.mz-discountable-row .discount {
  width: 110px;
}
.mz-discountable-row .discount .list-operation-confirm {
  width: 90px;
}
.mz-discountable-row .decrease {
  width: 150px;
}
.mz-discountable-row .decrease .list-operation-confirm {
  width: 130px;
}
.mz-discountable-row .decrease.operations-for-all {
  width: 156px;
}
.mz-discountable-row .decrease.operations-for-all .list-operation-confirm {
  width: 136px;
}
.mz-discountable-row .final-price {
  width: 170px;
}
.mz-discountable-row .final-price .list-operation-confirm {
  width: 150px;
}
.mz-discountable-row .secondzhekou-first-final-price {
  width: 130px;
}
.mz-discountable-row .secondzhekou-second-final-price {
  width: 200px;
  padding-right: 0;
}
.mz-discountable-row .secondzhekou-second-final-price > .label {
  height: 22px;
  font-size: 0;
  margin-bottom: 8px;
}
.mz-discountable-row .secondzhekou-second-final-price > .label .label-text {
  font-size: 14px;
}
.mz-discountable-row .secondzhekou-second-final-price > .label .error-tip {
  vertical-align: top;
  margin-left: 4px;
  font-size: 14px;
}
.mz-discountable-row .secondzhekou-second-final-price > input {
  width: 170px;
}
.mz-discountable-row .secondzhekou-operation {
  width: 154px;
  padding: 0;
  margin-top: 30px;
  min-height: 50px;
}
.mz-discountable-row .secondzhekou-operation > label:last-child {
  margin-bottom: 0 !important;
}
.mz-discountable-row .clear-value {
  border-color: #e8e8e8;
  color: #000000;
  margin-top: 8px;
  font-size: 12px;
}
.mz-discountable-row .clear-value:hover {
  background-color: #0088df;
  color: #fff;
}
.mz-discountable-row .append-add-operation {
  position: absolute;
  top: 0;
  right: 8px;
}
.mz-discountable-row .append-add-operation > i {
  margin-right: 2px;
}
.mz-discountable-row .append-operation {
  width: 50px;
}
.mz-discountable-row .append-operation .mz-icon {
  font-weight: bold;
}
.mz-discountable-row .append-operation > .operation {
  display: block;
  text-align: right;
  color: #0088df;
  font-size: 16px;
  visibility: hidden;
}
.mz-discountable-row .append-operation.single-list-operation {
  text-align: right;
  width: 430px;
}
.mz-discountable-row .append-operation.single-list-operation > label,
.mz-discountable-row .append-operation.single-list-operation > .label {
  display: none;
}
.mz-discountable-row .second-append-operation {
  width: 26px;
  padding: 0;
}
.mz-discountable-row .second-append-operation .operation {
  text-align: left;
}
.mz-discountable-row:hover .append-operation > .operation {
  visibility: visible;
}
.mz-discountable-row:hover .append-operation > .operation:hover {
  font-size: 18px;
  color: #0094f0;
}
.mz-discountable-row.dirty .discount > input,
.mz-discountable-row.dirty .sku-discount > input,
.mz-discountable-row.dirty .decrease > input,
.mz-discountable-row.dirty .sku-decrease > input,
.mz-discountable-row.dirty .final-price > input,
.mz-discountable-row.dirty .sku-final-price > input {
  background-color: #e7ffeb;
}
.mz-discountable-row.dirty .discount > input.muted,
.mz-discountable-row.dirty .sku-discount > input.muted,
.mz-discountable-row.dirty .decrease > input.muted,
.mz-discountable-row.dirty .sku-decrease > input.muted,
.mz-discountable-row.dirty .final-price > input.muted,
.mz-discountable-row.dirty .sku-final-price > input.muted {
  background-color: #fff;
}
.mz-discountable-row.mz-has-error .discount > input,
.mz-discountable-row.mz-has-error .sku-discount > input,
.mz-discountable-row.mz-has-error .secondzhekou-first-final-price > input,
.mz-discountable-row.mz-has-error .secondzhekou-second-final-price > input,
.mz-discountable-row.mz-has-error .decrease > input,
.mz-discountable-row.mz-has-error .sku-decrease > input,
.mz-discountable-row.mz-has-error .final-price > input,
.mz-discountable-row.mz-has-error .sku-final-price > input,
.mz-discountable-row .discount.mz-has-error > input,
.mz-discountable-row .sku-discount.mz-has-error > input,
.mz-discountable-row .secondzhekou-first-final-price.mz-has-error > input,
.mz-discountable-row .secondzhekou-second-final-price.mz-has-error > input,
.mz-discountable-row .decrease.mz-has-error > input,
.mz-discountable-row .skudecrease.mz-has-error > input,
.mz-discountable-row .final-price.mz-has-error > input,
.mz-discountable-row .sku-final-price.mz-has-error > input {
  border-color: #ffd4cc;
  background-color: #ffeee5;
  color: #cc4300;
}
.mz-discountable-row.mz-has-error .discount > input:focus,
.mz-discountable-row.mz-has-error .sku-discount > input:focus,
.mz-discountable-row.mz-has-error .secondzhekou-first-final-price > input:focus,
.mz-discountable-row.mz-has-error .secondzhekou-second-final-price > input:focus,
.mz-discountable-row.mz-has-error .decrease > input:focus,
.mz-discountable-row.mz-has-error .sku-decrease > input:focus,
.mz-discountable-row.mz-has-error .final-price > input:focus,
.mz-discountable-row.mz-has-error .sku-final-price > input:focus,
.mz-discountable-row .discount.mz-has-error > input:focus,
.mz-discountable-row .sku-discount.mz-has-error > input:focus,
.mz-discountable-row .secondzhekou-first-final-price.mz-has-error > input:focus,
.mz-discountable-row .secondzhekou-second-final-price.mz-has-error > input:focus,
.mz-discountable-row .decrease.mz-has-error > input:focus,
.mz-discountable-row .skudecrease.mz-has-error > input:focus,
.mz-discountable-row .final-price.mz-has-error > input:focus,
.mz-discountable-row .sku-final-price.mz-has-error > input:focus,
.mz-discountable-row.mz-has-error .discount > input.focus,
.mz-discountable-row.mz-has-error .sku-discount > input.focus,
.mz-discountable-row.mz-has-error .secondzhekou-first-final-price > input.focus,
.mz-discountable-row.mz-has-error .secondzhekou-second-final-price > input.focus,
.mz-discountable-row.mz-has-error .decrease > input.focus,
.mz-discountable-row.mz-has-error .sku-decrease > input.focus,
.mz-discountable-row.mz-has-error .final-price > input.focus,
.mz-discountable-row.mz-has-error .sku-final-price > input.focus,
.mz-discountable-row .discount.mz-has-error > input.focus,
.mz-discountable-row .sku-discount.mz-has-error > input.focus,
.mz-discountable-row .secondzhekou-first-final-price.mz-has-error > input.focus,
.mz-discountable-row .secondzhekou-second-final-price.mz-has-error > input.focus,
.mz-discountable-row .decrease.mz-has-error > input.focus,
.mz-discountable-row .skudecrease.mz-has-error > input.focus,
.mz-discountable-row .final-price.mz-has-error > input.focus,
.mz-discountable-row .sku-final-price.mz-has-error > input.focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(247, 85, 85, 0.6);
  box-shadow: 0 0 4px 0 rgba(247, 85, 85, 0.6);
}
.mz-discountable-row.mz-has-error .discount > input.muted,
.mz-discountable-row.mz-has-error .sku-discount > input.muted,
.mz-discountable-row.mz-has-error .secondzhekou-first-final-price > input.muted,
.mz-discountable-row.mz-has-error .secondzhekou-second-final-price > input.muted,
.mz-discountable-row.mz-has-error .decrease > input.muted,
.mz-discountable-row.mz-has-error .sku-decrease > input.muted,
.mz-discountable-row.mz-has-error .final-price > input.muted,
.mz-discountable-row.mz-has-error .sku-final-price > input.muted,
.mz-discountable-row .discount.mz-has-error > input.muted,
.mz-discountable-row .sku-discount.mz-has-error > input.muted,
.mz-discountable-row .secondzhekou-first-final-price.mz-has-error > input.muted,
.mz-discountable-row .secondzhekou-second-final-price.mz-has-error > input.muted,
.mz-discountable-row .decrease.mz-has-error > input.muted,
.mz-discountable-row .skudecrease.mz-has-error > input.muted,
.mz-discountable-row .final-price.mz-has-error > input.muted,
.mz-discountable-row .sku-final-price.mz-has-error > input.muted {
  color: #c8c8c8;
  background-color: #fff;
  border-color: #e8e8e8;
}
.mz-discountable-row.mz-has-error .discount .error-tip,
.mz-discountable-row.mz-has-error .sku-discount .error-tip,
.mz-discountable-row.mz-has-error .secondzhekou-first-final-price .error-tip,
.mz-discountable-row.mz-has-error .secondzhekou-second-final-price .error-tip,
.mz-discountable-row.mz-has-error .decrease .error-tip,
.mz-discountable-row.mz-has-error .sku-decrease .error-tip,
.mz-discountable-row.mz-has-error .final-price .error-tip,
.mz-discountable-row.mz-has-error .sku-final-price .error-tip,
.mz-discountable-row .discount.mz-has-error .error-tip,
.mz-discountable-row .sku-discount.mz-has-error .error-tip,
.mz-discountable-row .secondzhekou-first-final-price.mz-has-error .error-tip,
.mz-discountable-row .secondzhekou-second-final-price.mz-has-error .error-tip,
.mz-discountable-row .decrease.mz-has-error .error-tip,
.mz-discountable-row .skudecrease.mz-has-error .error-tip,
.mz-discountable-row .final-price.mz-has-error .error-tip,
.mz-discountable-row .sku-final-price.mz-has-error .error-tip {
  background-color: #cc4300;
  color: #fff;
  position: relative;
  width: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.mz-discountable-row .mz-sku-summary {
  display: inline-block;
}
.mz-discountable-row .mz-sku-summary .mz-sku-title {
  color: #0088df;
  border-bottom: 1px dotted #0088df;
  font-size: 12px;
}
.mz-discountable-row .mz-sku-popover {
  width: 420px;
  left: -210px;
  top: 20px;
  font-size: 12px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  border: none;
  max-width: 420px;
}
.mz-discountable-row .mz-sku-popover .mz-popover-sku-title {
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0px;
  color: #333333;
  background: none;
}
.mz-discountable-row .mz-sku-popover .mz-popover-arrow {
  left: 234px;
}
.mz-discountable-row .mz-sku-popover .arrow-padding {
  width: 420px;
  height: 11px;
  position: absolute;
  left: 0;
  top: -11px;
}
.mz-discountable-row .mz-sku-popover .mz-popover-content {
  max-height: 210px;
  overflow-y: auto;
  padding: 6px 12px;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-action {
  color: #ffa108;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table {
  margin-bottom: 0;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table > tbody > tr:hover {
  background-color: #f8f8f8;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table > tbody > tr > td:nth-child(1) {
  width: 180px;
  overflow: hidden;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table tr > :nth-child(5) {
  color: #ffa108;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table tr > td {
  padding: 11px 5px;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table > tbody > .discount-row > :nth-child(4) {
  color: #999999;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table > tbody > .decrease-row > :nth-child(3) {
  color: #999999;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table.discount-table tr > :nth-child(4) {
  color: #999999;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table.decrease-table tr > :nth-child(3) {
  color: #999999;
}
.mz-discountable-row .mz-sku-popover .mz-sku-popover-table.decrease-table > td {
  padding: 11px 5px;
}
.mz-discountable-row .mz-sku-popover-left {
  width: 420px;
  left: -420px;
  transform: translateY(-50%);
  top: 50%;
}
.mz-discountable-row .mz-sku-popover-left .mz-sku-popover-arrow {
  top: 50%;
  left: 420px;
  width: 0px;
  height: 0px;
  position: absolute;
  border: 4px solid transparent;
  border-left-color: #ffffff;
  border-right: 0px;
  margin-top: -4px;
}
.mz-discountable-row .second-item-info {
  width: 220px;
}
.mz-fenxiao-price {
  color: #0088df;
}
.mz-sku-dialog {
  margin: 20px auto;
}
.mz-sku-set-up-div {
  min-height: 558px !important;
  display: block;
  overflow: auto;
  width: 900px;
}
.mz-sku-set-up-div .sku-tabs > li > a {
  padding: 12px 8px 12px 8px !important;
  line-height: 20px;
}
.mz-sku-set-up-div .sku-item-price {
  width: 158px;
  padding: 0px 0px 0px 71px;
}
.mz-sku-set-up-div .sku-item-price .price {
  font-size: 20px;
  font-weight: 400;
  color: #0088df;
  line-height: 18px;
  margin-top: 15px;
  display: inline-block;
  height: 18px;
}
.mz-sku-set-up-div .pull-right > .mz-sku-desc {
  padding: 14px 0px 12px 0px;
  font-size: 12px;
  color: #666666;
}
.mz-sku-set-up-div .pull-right > .mz-sku-desc .sku-count {
  color: #ffa108;
}
.mz-sku-set-up-div .nav-block-fixed {
  position: fixed;
  background: #ffffff;
  width: 860px;
  z-index: 2;
  top: 50px;
  height: 70px;
  padding-top: 20px;
}
.mz-sku-set-up-div .lowest-alert-fixed {
  position: fixed;
  width: 852px;
  z-index: 2;
  top: 160px;
}
.mz-sku-set-up-div .error-msg {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fef0ef;
  border-radius: 4px;
  border: 1px solid #fcdbd9;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 16px;
}
.mz-sku-set-up-div .error-msg .sku-modal-error-msg {
  color: #f75555;
}
.mz-sku-set-up-div .error-msg .sku-modal-upgrade-link {
  color: #ffa108;
}
.mz-sku-set-up-div .error-msg .sku-modal-upgrade-link:hover,
.mz-sku-set-up-div .error-msg .sku-modal-upgrade-link:active {
  color: #f49600;
}
.mz-sku-set-up-div .mz-nav-block {
  width: 860px;
  margin-bottom: 12px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content {
  width: 860px;
  height: auto;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list {
  margin-bottom: 0px;
  width: 860px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 {
  min-height: 78px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 label {
  line-height: 18px;
  margin-bottom: 12px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 .image-wrapper {
  padding: 0 2px;
  text-align: center;
  display: table;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 .image-wrapper img {
  width: 78px;
  height: 78px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-act-list .mz-discountable-row {
  padding: 12px 0px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content input {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 20px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content input[disabled] {
  color: #999999;
  font-size: 14px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-operation {
  width: 96px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-set-row {
  word-break: break-all;
  height: 48px;
  align-items: center;
  display: flex;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-set-row > div {
  min-height: 0px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-set-row input {
  height: 48px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter {
  width: 100%;
  height: 34px;
  margin: 20px 0px 8px 0px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-btn {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 93px;
  height: 34px;
  padding: 7px 12px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-btn i {
  margin-right: 4px;
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-btn span {
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filtered {
  border-color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filtered i {
  color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filtered span {
  color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-unfiltered {
  border-color: #d8d8d8;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-unfiltered i {
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-unfiltered span {
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-reset-filter-btn {
  margin-left: 12px;
  padding: 7px 12px;
  width: 73px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-reset-filter-btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox {
  float: right;
  margin: 8px 20px 8px 0;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox span {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox .hide-act {
  color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox input[type='checkbox'] + span:before {
  padding-right: 9px;
  font-size: 15px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list {
  position: absolute;
  z-index: 9;
  width: 312px;
  margin-top: 9px;
  padding: 0px 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-fiter-footer {
  padding-top: 17px;
  text-align: right;
  font-size: 0px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-fiter-footer .mz-btn {
  width: 60px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-fiter-footer .mz-btn:last-child {
  margin-left: 8px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-fiter-footer-split-line {
  margin-top: 8px;
  width: 312px;
  height: 1px;
  background: #d8d8d8;
  margin-left: -20px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-filter-select-list-item {
  margin-top: 20px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-filter-select-list-item .mz-sku-filed-name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 4px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-filter-select-list-item .mz-btn {
  font-size: 12px;
  line-height: 18px;
  padding: 1px 8px;
  flex: none;
  flex-grow: 0;
  margin-top: 8px;
  border-radius: 4px;
  color: #666666;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list .mz-sku-filter-select-list-item .btn-selected {
  color: #0088df;
  background: #edf4ff;
  border: 1px solid #cae0ff;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: -5px;
  left: 46.5px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid #d8d8d8;
  border-right: 5px solid transparent;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-sku-filter-select-list::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: -4px;
  left: 46.5px;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid transparent;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-title {
  width: 100%;
  height: 40px;
  padding: 12px 0px 0px 0px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-title span {
  float: left;
  font-size: 14px;
  color: #424242;
  padding-left: 20px;
  font-weight: normal;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .mz-sku-item-title .sku-info {
  width: 200px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .title-fixed {
  position: fixed;
  top: 120px;
  background: #ffffff;
  z-index: 2;
  width: 860px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-info {
  width: 210px;
  font-size: 14px;
  color: #424242;
  line-height: 20px;
  padding-left: 20px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-info .title {
  padding-right: 4px;
  max-height: 37px;
  overflow: hidden;
  float: left;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-info .title-tag {
  width: 88px;
  height: 20px;
  background: #fff8ed;
  border-radius: 4px;
  border: 1px solid #ffe5ba;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #ffa108;
  display: inline-block;
  margin-left: left;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-price {
  width: 119px;
  font-size: 20px;
  font-weight: 400;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-price .price {
  color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-discount {
  width: 150px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-decrease {
  width: 150px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-final-price {
  width: 170px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-final-price input {
  width: 150px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-final-price-title {
  width: 126px;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-act-status {
  color: #0088df;
  font-size: 12px;
  padding: 0px;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-act-status:hover {
  color: #005993;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-clear-value {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
  color: #0088df;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .sku-clear-value:hover {
  color: #005993;
}
.mz-sku-set-up-div .mz-modal-sku-set-content .operation-clear {
  position: absolute;
  left: 70px;
  bottom: 11px;
}
.mz-sku-set-up-div .mz-sku-discount-item {
  list-style: none;
}
.mz-split-line {
  position: absolute;
  width: 841.94px;
  height: 1px;
  background: #d8d8d8;
  margin-left: 29.03px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div {
  min-height: 558px !important;
  display: block;
  overflow: auto;
  width: 1012px;
  padding-right: 0 !important;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-lowest-alert {
  width: 972px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .sku-tabs > li > a {
  padding: 12px 8px 12px 8px !important;
  line-height: 20px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .sku-item-price {
  width: 158px;
  padding: 0px 0px 0px 71px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .sku-item-price .price {
  font-size: 20px;
  font-weight: 400;
  color: #0088df;
  line-height: 18px;
  margin-top: 15px;
  display: inline-block;
  height: 18px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .pull-right > .mz-sku-desc {
  padding: 14px 0px 12px 0px;
  font-size: 12px;
  color: #666666;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .pull-right > .mz-sku-desc .sku-count {
  color: #ffa108;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .nav-block-fixed {
  position: fixed;
  background: #ffffff;
  width: 860px;
  z-index: 2;
  top: 50px;
  height: 70px;
  padding-top: 20px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .lowest-alert-fixed {
  position: fixed;
  width: 852px;
  z-index: 2;
  top: 160px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .error-msg {
  width: 972px;
  height: 40px;
  line-height: 40px;
  background: #fef0ef;
  border-radius: 4px;
  border: 1px solid #fcdbd9;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 16px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .error-msg .sku-modal-error-msg {
  color: #f75555;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .error-msg .sku-modal-upgrade-link {
  color: #ffa108;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .error-msg .sku-modal-upgrade-link:hover,
.lowest-sku-modal .mz-lowest-sku-settings-div .error-msg .sku-modal-upgrade-link:active {
  color: #f49600;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-nav-block {
  width: 972px;
  margin-bottom: 12px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content {
  width: 972px;
  height: auto;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list {
  padding-left: 404px;
  margin-bottom: 0px;
  width: 972px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .list-operation-confirm.lowest-sku {
  left: 0;
  width: 136px !important;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .sku-discount,
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .decrease,
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .final-price {
  width: 136px;
  padding: 0;
  margin-right: 16px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .sku-discount > input,
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .decrease > input,
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .final-price > input {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 20px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 {
  min-height: 78px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 label {
  line-height: 18px;
  margin-bottom: 12px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 .image-wrapper {
  padding: 0 2px;
  text-align: center;
  display: table;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .mz-col-md-0 .image-wrapper img {
  width: 78px;
  height: 78px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-act-list .mz-discountable-row {
  padding: 12px 0px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content input {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 20px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content input[disabled] {
  color: #999999;
  font-size: 14px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .sku-operation {
  width: 96px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-set-row {
  word-break: break-all;
  height: 100%;
  align-items: center;
  display: flex;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-set-row > div {
  min-height: 0px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-set-row input {
  height: 48px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-filter {
  width: 100%;
  height: 34px;
  margin: 20px 0px 8px 0px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox {
  float: right;
  margin: 8px 20px 8px 0;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox span {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox .hide-act {
  color: #0088df;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-filter .mz-checkbox input[type='checkbox'] + span:before {
  padding-right: 9px;
  font-size: 15px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .item-lowest-sku-row {
  height: 90px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title span {
  float: left;
  font-size: 14px;
  color: #333333;
  padding-left: 12px;
  font-weight: normal;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .item-info {
  width: 220px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .sku-info {
  width: 220px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .sku-price {
  width: 123px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .sku-discount,
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .sku-decrease {
  width: 128px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .mz-sku-item-title .sku-final-price-title {
  width: 153px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .title-fixed {
  position: fixed;
  top: 98px;
  background: #ffffff;
  z-index: 2;
  width: 972px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .sku-clear-value {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 9px;
  color: #0088df;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .sku-clear-value:hover {
  color: #005993;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-modal-sku-set-content .operation-clear {
  position: absolute;
  left: 70px;
  bottom: 11px;
}
.lowest-sku-modal .mz-lowest-sku-settings-div .mz-sku-discount-item {
  list-style: none;
}
.lowest-sku-modal .mz-act-discount-lowest-sku-list {
  padding-left: 0;
  list-style: none;
  margin-top: 12px;
}
.lowest-sku-modal .mz-act-discount-lowest-sku-list .item-lowest-sku-row:hover {
  background-color: #f6faff;
}
.lowest-sku-modal .mz-act-discount-lowest-sku-list .item-lowest-sku-row + .item-lowest-sku-row {
  margin-top: 4px;
}
.lowest-sku-modal .footer-split-line {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.lowest-sku-modal .item-lowest-sku-row {
  padding: 10px 0;
  height: 90px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row > div {
  height: 100%;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .item-info {
  display: flex;
  flex-direction: row;
  width: 225px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .item-info .item-pic {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .item-info .outer-id-and-title {
  width: 125px;
  line-height: 18px;
  font-size: 12px;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .item-info .outer-id-and-title .item-out-id {
  color: #999999;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .item-info .outer-id-and-title .item-title {
  color: #333333;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info {
  width: 225px;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .sku-pic,
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .no-sku-pic {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .no-sku-pic {
  font-size: 12px;
  color: #7f7f7f;
  background-color: #f5f5f5;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .no-sku-pic .text {
  margin: 0;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .sku-title-and-extra {
  width: 137px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .sku-title-and-extra .title {
  color: #666666;
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-info .sku-title-and-extra .has-sku-discount {
  display: inline-block;
  border: 1px solid #ffe5ba;
  border-radius: 4px;
  height: 20px;
  background: #fff8ed;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #ffa108;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-price {
  width: 123px;
  padding: 0 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-price .price {
  font-size: 18px;
  line-height: 26px;
  color: #0088df;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-discount {
  width: 120px !important;
  padding: 11px 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-decrease {
  width: 120px !important;
  padding: 11px 10px;
}
.lowest-sku-modal .item-lowest-sku-row .mz-discountable-row .sku-final-price {
  width: 120px !important;
  padding: 11px 10px;
}
.sku-footer {
  padding: 17px 43px 21px 20px;
  border-top: none;
}
.sku-footer span {
  color: #b63b3d;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  height: 34px;
  line-height: 34px;
  vertical-align: bottom;
}
.mz-modal-footer .mz-btn + .mz-btn {
  margin-left: 8px;
  margin-bottom: 0;
}
.mz-item-desc {
  width: 960px;
  height: 46px;
  line-height: 46px;
  background: #fff8ed;
  border-radius: 4px;
  border: 1px solid #ffe5ba;
  padding-left: 17px;
  margin: -28px auto 12px auto;
  font-size: 0px;
}
.mz-item-desc span {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-right: 6px;
}
.mz-item-desc a {
  font-size: 14px;
}
.mz-alert.alert-danger.mz-item-alert {
  height: 46px;
  margin: 0 auto 12px auto;
  padding: 0 0 0 17px;
  color: #666666;
  line-height: 46px;
}
.mz-alert.alert-danger.mz-item-alert .item-alert-error-msg {
  color: #f75555;
}
.mz-alert.alert-danger.mz-item-alert .item-alert-upgrade-link {
  color: #ffa108;
}
.mz-alert.alert-danger.mz-item-alert .item-alert-upgrade-link:hover,
.mz-alert.alert-danger.mz-item-alert .item-alert-upgrade-link:active {
  color: #f49600;
}
.circlezhekou-item-desc-top {
  margin-bottom: 20px;
  line-height: 20px;
  padding: 12px 16px;
}
.secondzhekou-item-desc-top {
  margin-bottom: 20px;
  line-height: 20px;
  padding: 12px 16px;
  height: 96px;
}
.day-circle-detail-body {
  min-height: 188px !important;
}
.day-circle-detail-body .day-circle-detail-body-inner {
  padding: 20px 0;
}
.circle-detail-body {
  max-height: 590px;
  overflow: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
  width: 100%;
}
.mz-circlezhekou-sub-title {
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: normal;
}
.mz-circlezhekou-day-detail-container p {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: #333333;
}
.mz-circlezhekou-day-detail-container .circle-act-data {
  margin: 0;
  color: #666666;
}
.days-settings-container {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.days-settings {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}
.days-settings p {
  height: 20px;
  line-height: 20px;
  margin: 4px 0 0 0;
  text-align: left;
}
.days-settings p .setting-value {
  color: #ffa108;
}
.circle-detail-table {
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #333333;
  margin-bottom: 0;
}
.circle-detail-table thead {
  background: #f5f5f5;
  font-size: 16px;
}
.circle-detail-table thead th {
  padding-left: 16px !important;
  height: 40px;
  line-height: 30px !important;
  font-weight: normal;
}
.circle-detail-table tbody {
  font-size: 14px;
}
.circle-detail-table tr > td {
  padding-left: 16px !important;
  height: 40px;
  line-height: 30px !important;
}
.circle-detail-table tr > td:nth-of-type(1) {
  width: 183px;
}
.circle-detail-table tr > td:nth-of-type(2) {
  width: 185px;
}
.circle-detail-table tr > td:nth-of-type(3) {
  width: 210px;
}
.circle-detail-table tbody > .disabled {
  color: #999999;
}
.circle-detail-table tbody > .doing-status {
  background: #edf4ff;
}
.circle-detail-table td > .circle-time-status {
  display: inline-block;
  margin-left: 16px;
  color: #0088df;
}
.circle-detail-table td > .error-msg {
  display: block;
  height: 18px;
  font-size: 12px;
  color: #f75555;
  line-height: 18px;
  word-break: keep-all;
  position: absolute;
  top: 42px;
}
.circlezhekou-discount {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}
.circlezhekou-discount span {
  color: #0088df;
}
.error-detail tr > td {
  height: 80px;
  position: relative;
  line-height: 55px !important;
}
.detail-pages {
  width: 100%;
  height: 46px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.second-discount-button-list {
  width: 94px;
  height: 34px;
  line-height: 32px;
  margin-right: 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.second-discount-button {
  width: 36px;
  height: 22px;
  line-height: 18px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  vertical-align: top;
  margin-left: 4px;
  outline: none;
  padding: 0;
}
.second-discount-button:nth-of-type(1) {
  width: 40px;
}
.second-discount-button-selected {
  border-color: #0088df;
  color: #0088df;
}
.postfree-area {
  font-size: 14px;
  color: #0088df;
  line-height: 20px;
  margin-left: 4px;
}
.mz-second-list-operation {
  height: 68px;
  background: #f8f8f8;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.mz-second-list-operation .list-operation-left {
  padding-left: 12px;
  flex: 1;
}
.mz-second-list-operation .list-operation-left .list-operation-name {
  margin-right: 6px;
}
.mz-second-list-operation .list-operation-right {
  width: 180px;
}
.mz-second-list-operation .list-operation-right > label:last-child {
  margin-bottom: 0 !important;
}
.mz-second-checkbox {
  margin: 0 auto 4px auto !important;
  color: #333333;
  font-weight: normal;
  font-size: 0;
  height: 20px;
}
.mz-second-checkbox span {
  font-size: 14px;
}
.mz-second-checkbox span:before {
  font-size: 16px !important;
  vertical-align: -1px !important;
}
.mz-second-checkbox .item-multiple-tooltip {
  vertical-align: top;
  font-size: 16px;
  margin-left: 4px;
  margin-top: 0px;
  display: inline-block;
}
.mz-second-checkbox::nth-of-type(2) {
  margin-top: 4px;
}
.secondzhekou-item-check-footer {
  text-align: center;
  min-height: 64px;
}
.secondzhekou-item-check-footer button {
  width: 100px;
}
.secondzhekou-other-act-item {
  height: 156px;
  background: #f5f5f5;
  padding: 20px;
}
.secondzhekou-other-act-item .secondzhekou-item-img {
  display: flex;
  justify-content: center;
  height: 80px;
  margin-bottom: 12px;
  font-size: 0;
}
.secondzhekou-other-act-item .secondzhekou-item-img img {
  width: 80px;
  height: 80px;
  margin-left: 12px;
}
.secondzhekou-other-act-item .secondzhekou-item-img img:nth-of-type(1) {
  margin-left: 0;
}
.secondzhekou-other-act-item .secondzhekou-item-img .item-img-more {
  width: 68px;
  height: 80px;
  line-height: 80px;
  margin-left: 12px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.secondzhekou-other-act-item p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #f75555;
  line-height: 24px;
}
.secondzhekou-other-act-item p span {
  font-weight: bold;
}
.secondzhekou-item-check-desc {
  margin-top: 20px;
}
.secondzhekou-item-check-desc h4 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 0;
}
.secondzhekou-item-check-desc .secondzhekou-item-check-answer-container {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
}
.mz-extra-final-price-all-notice-box {
  margin-bottom: 20px;
  text-align: center;
  color: #ffa108;
}
.mz-edit-all-item-list {
  padding-left: 0;
  list-style: none;
}
.mz-edit-all-item-list > li {
  border: 1px solid #e6e6e6;
}
.mz-edit-all-item-list > li.active,
.mz-edit-all-item-list > li:hover {
  border-color: #0088df;
}
.mz-edit-all-item-list > li:not(:first-child) {
  margin-top: 20px;
}
.mz-edit-all-item .mz-edit-all-item-info {
  padding: 20px 0px 19px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.mz-edit-all-item .mz-edit-all-item-info .item-pic {
  width: 110px;
  padding-left: 20px;
}
.mz-edit-all-item .mz-edit-all-item-info .item-info {
  width: 220px;
}
.mz-edit-all-item .mz-edit-all-item-info .item-price {
  width: 170px;
}
.mz-edit-all-item .mz-edit-all-item-info .item-act-count {
  width: 430px;
  line-height: 80px;
  text-align: left;
}
.mz-edit-all-item .mz-edit-all-item-info .item-act-count .act-label {
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.mz-edit-all-item .mz-edit-all-item-info .item-act-count .act-list p {
  margin: 0;
  line-height: 20px;
}
.mz-edit-all-item .mz-edit-all-item-acts {
  padding-left: 0;
  list-style: none;
}
.mz-edit-all-item .mz-edit-all-item-acts > li:hover {
  background-color: #f8f8f8;
}
.mz-edit-all-item .mz-edit-all-item-acts .act-info-wrapper {
  padding-left: 20px;
  line-height: 20px;
}
.mz-edit-all-item .mz-edit-all-item-acts .append-operation {
  width: 28px;
  padding-left: 0px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .mz-discountable-row {
  padding: 10px 0px 10px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .act-info-wrapper {
  width: 330px;
  display: table;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .act-info-wrapper .act-info {
  display: table-cell;
  vertical-align: middle;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .item-price {
  visibility: hidden;
  width: 170px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-price .price {
  font-size: 20px;
  line-height: 26px;
  word-break: break-all;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info {
  width: 326px;
  position: relative;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info .label {
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info .sku-price-content {
  height: 50px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info .sku-price-content .sku-discount-price-range {
  font-size: 20px;
  color: #ffa108;
  display: inline-block;
  max-width: 183px;
  height: 50px;
  word-break: break-all;
  vertical-align: top;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info .sku-price-content .item-sku-count {
  margin-left: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  height: 22px;
  line-height: 20px;
  padding: 0px 8px;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-discount-info .sku-price-content .item-sku-count span {
  color: #ff5400;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .sku-modify-price {
  font-size: 14px;
  color: #0088df;
  width: 104px;
  line-height: 80px;
  text-align: right;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .circlezhekou-discount-info {
  width: 430px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .circlezhekou-discount-info .circlezhekou-detail-top {
  margin-top: -12px;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .circlezhekou-discount-info .circlezhekou-day-info p {
  margin: 0;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .fast-submit {
  text-align: right;
  padding: 6px 12px 10px;
  margin: 0;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act .fast-submit .fast-submit-error {
  margin-right: 12px;
  color: #cc4300;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act:hover .item-price {
  visibility: visible;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act.focus-on:hover {
  border-top-color: #d8d8d8;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act.focus-on:hover .mz-discountable-row {
  border-bottom-color: #d8d8d8;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act.focus-on:hover .item-price > .dropdown-price {
  display: block;
  top: 89px;
  background-color: #f8f8f8;
}
.mz-edit-all-item .mz-edit-all-item-zhekou-act.focus-on:hover .fast-submit {
  background-color: #f8f8f8;
}
.mz-edit-all-item .mz-edit-all-item-manjian-act {
  padding: 10px 0px;
}
.mz-edit-all-item .mz-edit-all-item-manjian-act .act-info-wrapper {
  width: 500px;
}
.mz-edit-all-item .mz-edit-all-item-manjian-act .mz-col-md-0 {
  min-height: 20px;
}
.mz-edit-all-item .mz-edit-all-item-manjian-act .act-time {
  width: 430px;
}
.secondzhekou-discount {
  position: relative;
  float: left;
}
.secondzhekou-discount .secondzhekou-first-final-price {
  width: 150px;
}
.secondzhekou-discount .secondzhekou-second-final-price {
  width: 150px;
}
.secondzhekou-discount .secondzhekou-second-final-price .label {
  width: 190px;
}
.secondzhekou-discount .secondzhekou-second-final-price input {
  width: 130px;
}
.secondzhekou-discount .append-operation {
  position: absolute;
  right: 0;
}
.mz-datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1060;
  display: none;
  float: left;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.mz-datepicker .datepicker-inner:before,
.mz-datepicker .datepicker-inner:after {
  content: ' ';
  display: table;
}
.mz-datepicker .datepicker-inner:after {
  clear: both;
}
.mz-datepicker .datepicker-inner:before,
.mz-datepicker .datepicker-inner:after {
  content: ' ';
  display: table;
}
.mz-datepicker .datepicker-inner:after {
  clear: both;
}
.mz-datepicker .datepicker-main {
  float: left;
}
.mz-datepicker .datepicker-header {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
}
.mz-datepicker .datepicker-header > button.prev {
  float: left;
}
.mz-datepicker .datepicker-header > button.next {
  float: right;
}
.mz-datepicker .datepicker-header .current-month {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.mz-datepicker table {
  margin: 8px;
}
.mz-datepicker table td,
.mz-datepicker table th {
  text-align: center;
  width: 40px;
  height: 28px;
  line-height: 28px;
}
.mz-datepicker table thead > tr > th {
  font-weight: normal;
  color: #666666;
}
.mz-datepicker table tbody > tr > td:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.mz-datepicker table tbody > tr > td.old,
.mz-datepicker table tbody > tr > td.new {
  color: #c8c8c8;
}
.mz-datepicker table tbody > tr > td.disabled,
.mz-datepicker table tbody > tr > td.disabled:hover {
  background: none;
  color: #c8c8c8;
  cursor: default;
}
.mz-datepicker table tbody > tr > td.today,
.mz-datepicker table tbody > tr > td.today:hover,
.mz-datepicker table tbody > tr > td.today.disabled,
.mz-datepicker table tbody > tr > td.today.disabled:hover {
  color: #ffa108;
}
.mz-datepicker table tbody > tr > td.today.active:hover {
  color: #ffa108;
}
.mz-datepicker table tbody > tr > td.active,
.mz-datepicker table tbody > tr > td.active:hover,
.mz-datepicker table tbody > tr > td.active.disabled,
.mz-datepicker table tbody > tr > td.active.disabled:hover {
  color: #fff;
  background-color: #0088df;
}
.mz-datepicker .datepicker-footer {
  border-top: 1px solid #d8d8d8;
  padding: 10px;
  text-align: right;
}
.mz-datepicker .datepicker-footer > button {
  margin-left: 10px;
}
.mz-datepicker .timepicker-container {
  float: left;
  border-left: 1px solid #d8d8d8;
}
.mz-timepicker {
  position: relative;
}
.mz-timepicker .picker-container {
  float: left;
}
.mz-timepicker .timepicker-header:before,
.mz-timepicker .timepicker-wrapper:before,
.mz-timepicker .timepicker-header:after,
.mz-timepicker .timepicker-wrapper:after {
  content: ' ';
  display: table;
}
.mz-timepicker .timepicker-header:after,
.mz-timepicker .timepicker-wrapper:after {
  clear: both;
}
.mz-timepicker .timepicker-header:before,
.mz-timepicker .timepicker-wrapper:before,
.mz-timepicker .timepicker-header:after,
.mz-timepicker .timepicker-wrapper:after {
  content: ' ';
  display: table;
}
.mz-timepicker .timepicker-header:after,
.mz-timepicker .timepicker-wrapper:after {
  clear: both;
}
.mz-timepicker .timepicker-header {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.mz-timepicker .timepicker-header .picker-container {
  width: 54px;
}
.mz-timepicker .timepicker-header .picker-container:first-child {
  border-right: 1px solid #d8d8d8;
}
.mz-timepicker .timepicker-wrapper .picker-container:first-child {
  border-right: 1px solid #e8e8e8;
}
.mz-timepicker .timepicker-wrapper .picker-container {
  width: 64px;
  padding: 0;
  overflow: hidden;
  max-height: 212px;
}
.mz-timepicker .timepicker-wrapper .picker-container:hover {
  overflow-y: scroll;
}
.mz-timepicker .timepicker-wrapper .picker-container:hover::-webkit-scrollbar {
  width: 8px;
}
.mz-timepicker .timepicker-wrapper .picker-container:hover::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 6px;
}
.mz-timepicker .timepicker-wrapper ul.picker-inner {
  padding-left: 0;
  list-style: none;
  width: 64px;
  padding-bottom: 184px;
  margin-bottom: 0;
}
.mz-timepicker .timepicker-wrapper ul.picker-inner > li {
  line-height: 28px;
  color: #666666;
  text-align: center;
}
.mz-timepicker .timepicker-wrapper ul.picker-inner > li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.mz-timepicker .timepicker-wrapper ul.picker-inner > li.current,
.mz-timepicker .timepicker-wrapper ul.picker-inner > li.current:hover {
  background-color: #f0f7fc;
  font-weight: bold;
  color: #333333;
}
.mz-dropdown-list-sm {
  width: auto;
  font-size: 12px;
}
.mz-dropdown-list-sm .mz-dropdown-placeholder {
  padding-right: 22px;
}
.mz-dropdown-list-sm .mz-dropdown-placeholder .dropdown-caret {
  top: 5px;
  right: 5px;
}
.mz-dropdown-list-sm .mz-dropdown-options {
  top: 33px;
}
.mz-dropdown-list-sm .mz-dropdown-options > li {
  line-height: 18px;
}
ko-dropdown-list {
  display: block;
  vertical-align: top;
}
.mz-form-inline ko-dropdown-list {
  display: inline-block;
}
.mz-dropdown-list {
  position: relative;
  width: 100%;
  color: #333333;
}
.mz-dropdown-list .mz-dropdown-placeholder {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 26px;
}
.mz-dropdown-list .mz-dropdown-placeholder > span {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  line-height: 20px;
}
.mz-dropdown-list .mz-dropdown-options {
  display: none;
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 1010;
  min-width: 100%;
  max-height: 320px;
  overflow-y: auto;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked {
  text-align: left;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li {
  line-height: 20px;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
  white-space: nowrap;
  border-radius: 0;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li.active > a {
  background-color: #d8d8d8;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li.option-hover > a {
  color: #fff;
  background-color: #0088df;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li.disabled > a {
  color: #c8c8c8;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked li.disabled > a:hover {
  color: #c8c8c8;
}
.mz-dropdown-list .mz-dropdown-options.mz-nav.nav-pills.nav-stacked > li + li {
  margin-top: 0;
}
.mz-dropdown-list .mz-dropdown-options.pull-right {
  right: 0;
  left: auto;
}
.mz-dropdown-list .mz-dropdown-options:before {
  position: absolute;
  top: -3px;
  height: 3px;
  width: 100%;
  content: ' ';
}
.mz-dropdown-list .mz-dropdown-sub-options {
  position: relative;
  padding-left: 12px;
  border: none;
  text-align: left;
}
.mz-dropdown-list .mz-dropdown-sub-options li {
  float: none;
}
.mz-dropdown-list .mz-dropdown-sub-options li.option-hover > a {
  border-radius: 0;
  color: #fff;
  background-color: #0088df;
}
.mz-dropdown-list .mz-dropdown-sub-options li.active > a {
  color: #333333;
  background-color: #d8d8d8;
}
.mz-dropdown-list.open > .mz-dropdown-options {
  display: block;
}
.mz-dropdown-list.open > a {
  outline: 0;
}
.mz-form-inline .mz-dropdown-list {
  width: auto;
}
.mz-form-inline .mz-dropdown-list > .mz-dropdown-placeholder {
  display: inline-block;
}
.mz-input-sm .mz-dropdown-list,
.mz-form-inline-sm .mz-dropdown-list {
  width: auto;
  font-size: 12px;
}
.mz-input-sm .mz-dropdown-list .mz-dropdown-placeholder,
.mz-form-inline-sm .mz-dropdown-list .mz-dropdown-placeholder {
  padding-right: 22px;
}
.mz-input-sm .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret,
.mz-form-inline-sm .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  top: 5px;
  right: 5px;
}
.mz-input-sm .mz-dropdown-list .mz-dropdown-options,
.mz-form-inline-sm .mz-dropdown-list .mz-dropdown-options {
  top: 33px;
}
.mz-input-sm .mz-dropdown-list .mz-dropdown-options > li,
.mz-form-inline-sm .mz-dropdown-list .mz-dropdown-options > li {
  line-height: 18px;
}
.mz-category-dropdown .mz-dropdown-list {
  width: auto;
  font-size: 12px;
  width: 320px;
}
.mz-category-dropdown .mz-dropdown-list .mz-dropdown-placeholder {
  padding-right: 22px;
}
.mz-category-dropdown .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  top: 5px;
  right: 5px;
}
.mz-category-dropdown .mz-dropdown-list .mz-dropdown-options {
  top: 33px;
}
.mz-category-dropdown .mz-dropdown-list .mz-dropdown-options > li {
  line-height: 18px;
}
.mz-pager-dropdown .mz-dropdown-list {
  width: auto;
  font-size: 12px;
  width: 55px;
}
.mz-pager-dropdown .mz-dropdown-list .mz-dropdown-placeholder {
  padding-right: 22px;
}
.mz-pager-dropdown .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  top: 5px;
  right: 5px;
}
.mz-pager-dropdown .mz-dropdown-list .mz-dropdown-options {
  top: 33px;
}
.mz-pager-dropdown .mz-dropdown-list .mz-dropdown-options > li {
  line-height: 18px;
}
.mz-effect-dropdown .mz-dropdown-list {
  width: auto;
  font-size: 12px;
  width: 150px;
  height: 30px;
}
.mz-effect-dropdown .mz-dropdown-list .mz-dropdown-placeholder {
  padding-right: 22px;
}
.mz-effect-dropdown .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  top: 5px;
  right: 5px;
}
.mz-effect-dropdown .mz-dropdown-list .mz-dropdown-options {
  top: 33px;
}
.mz-effect-dropdown .mz-dropdown-list .mz-dropdown-options > li {
  line-height: 18px;
}
.mz-form-dropdown .mz-dropdown-list {
  height: 40px;
}
.mz-form-dropdown .mz-dropdown-list .mz-btn {
  padding: 9px 19px;
}
.mz-form-dropdown .mz-dropdown-list .mz-btn .dropdown-caret {
  top: 9px;
}
.mz-form-dropdown .mz-dropdown-list .mz-dropdown-options {
  top: 43px;
}
.mz-table-dropdown .mz-dropdown-list {
  display: inline-block;
  margin-left: -15px;
}
.mz-table-dropdown .mz-dropdown-list li {
  font-size: 14px;
  font-weight: normal;
}
.mz-table-dropdown .mz-dropdown-list .mz-dropdown-placeholder {
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mz-table-dropdown .mz-dropdown-list .mz-dropdown-placeholder .dropdown-caret {
  top: 4px;
}
.mz-table-dropdown .mz-dropdown-list .mz-dropdown-placeholder > span {
  font-size: 16px;
  font-weight: bold;
}
.mz-history-table-title .mz-history-table-logo {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 4px;
  background-color: #0088df;
}
.mz-history-table-title .mz-history-table-title {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
}
.mz-history-table-footer {
  background-color: white;
  height: 60px;
  line-height: 37px;
}
.mz-history-table {
  border-color: #e6e6e6;
  margin: 5px;
}
.mz-history-table > thead > tr,
.mz-history-table > tbody > tr,
.mz-history-table > tfoot > tr {
  height: 40px;
}
.mz-history-table > thead > tr > th,
.mz-history-table > tbody > tr > th,
.mz-history-table > tfoot > tr > th {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.mz-history-table > thead > tr > td,
.mz-history-table > tbody > tr > td,
.mz-history-table > tfoot > tr > td {
  vertical-align: middle;
  font-size: 14px;
}
.mz-history-table .select-icon {
  margin-left: -25px;
}
.mz-history-table select {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 2px 25px 2px 15px;
  background: transparent;
  margin-left: -15px;
}
.mz-batch-query-form {
  position: relative;
  font-size: 0;
  width: 420px;
  padding: 0 10px;
}
.mz-batch-query-form .mz-batch-query-input {
  width: 320px;
  color: #333333;
  background-color: #fff;
  background-image: none;
}
.mz-batch-query-form > .mz-form-inline > .mz-btn {
  margin-left: 10px;
}
.mz-batch-query-form.focus > .mz-form-inline {
  position: absolute;
  right: 10px;
  z-index: 1050;
}
.mz-batch-query-form .mz-batch-query-container {
  z-index: 1050;
  position: absolute;
  top: 35px;
  right: 5px;
  padding: 5px;
  background-color: transparent;
  width: 410px;
  text-align: left;
  font-size: 12px;
  display: none;
}
.mz-batch-query-form .mz-batch-query-container > textarea {
  width: 100%;
  height: 114px;
  resize: none;
}
.mz-batch-query-form .mz-batch-query-error {
  color: #f75555;
}
.mz-batch-query-form .mz-batch-query-hint-container {
  display: flex;
  align-items: center;
}
.mz-batch-query-form .mz-batch-query-hint-container .mz-batch-query-hint-text {
  flex: 1;
}
.mz-batch-query-form .mz-batch-query-hint-container .mz-bacth-query-clear-text {
  width: 40px;
  text-align: center;
  font-size: 12px;
}
.mz-batch-query-form .backdrop {
  z-index: 1040;
  position: absolute;
  top: -6px;
  right: 2px;
  background-color: #fff;
  content: ' ';
  width: 416px;
  height: 186px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-batch-query-v2-form {
  position: relative;
  font-size: 0;
  width: 388px;
  padding: 12px;
  bottom: 7px;
}
.mz-batch-query-v2-form .mz-batch-query-v2-input {
  width: 280px;
  color: #333333;
  background-color: #fff;
  background-image: none;
}
.mz-batch-query-v2-form .mz-form-inline > .mz-btn {
  margin-left: 10px;
}
.mz-batch-query-v2-form.focus > .mz-form-inline {
  position: absolute;
  z-index: 1050;
}
.mz-batch-query-v2-form .mz-batch-query-v2-container {
  z-index: 1050;
  position: absolute;
  top: 42px;
  background-color: transparent;
  width: 364px;
  text-align: left;
  font-size: 12px;
  display: none;
}
.mz-batch-query-v2-form .mz-batch-query-v2-container > textarea {
  width: 100%;
  height: 104px;
  resize: none;
  padding: 12px;
  font-size: 12px;
}
.mz-batch-query-v2-form .mz-batch-query-v2-split-line {
  width: 364px;
  height: 1px;
  background: #f2f2f2;
  margin: 16px 0;
}
.mz-batch-query-v2-form .mz-batch-query-v2-error {
  color: #f75555;
}
.mz-batch-query-v2-form .mz-batch-query-v2-hint-container {
  display: flex;
  align-items: center;
  height: 24px;
}
.mz-batch-query-v2-form .mz-batch-query-v2-hint-container .mz-batch-query-v2-hint-text {
  flex: 1;
  font-size: 14px;
}
.mz-batch-query-v2-form .mz-batch-query-v2-category {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mz-batch-query-v2-form .mz-bacth-query-v2-clear-text {
  width: 40px;
  text-align: center;
  font-size: 12px;
}
.mz-batch-query-v2-form .mz-batch-query-v2-operation {
  margin-top: 12px;
}
.mz-batch-query-v2-form .backdrop-v2 {
  z-index: 1040;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  content: ' ';
  width: 388px;
  height: 291px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.banner-preview {
  margin-top: 32px;
  position: relative;
}
.banner-preview-wrapper {
  width: 750px;
}
.act-detail-extra-btn-list {
  margin-top: -5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.banner-preview-btn-list {
  width: 88px;
  float: right;
}
.banner-preview-btn-list .banner-preview-btn + .banner-preview-btn {
  margin-top: 12px;
}
.act-detail-left-content {
  width: 750px;
  overflow: hidden;
  float: left;
}
.act-detail-left-content .mz-nav-search {
  position: relative;
}
.act-detail-left-content .mz-nav-search > input {
  width: 248px;
}
.act-detail-left-content .mz-nav-search > a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto 0;
  width: 20px;
  right: 6px;
}
.act-detail-right-content {
  width: 186px;
  float: right;
}
.side-menu-block {
  width: 186px;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}
.side-menu-block:first-child {
  margin-top: 0;
}
.side-menu-block:first-child .side-menu-title:before {
  background-color: #009dff;
}
.side-menu-title {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px dashed #cccccc;
}
.side-menu-title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  vertical-align: middle;
  background-color: #ff7c00;
  margin-left: 10px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.side-menu-content {
  padding: 7px 10px;
  clear: both;
  overflow: auto;
}
.side-menu-content > a {
  position: relative;
  line-height: 28px;
}
.side-menu-content > a:nth-child(odd) {
  float: left;
}
.side-menu-content > a:nth-child(even) {
  float: right;
}
.side-menu-content > a > i {
  margin-right: 4px;
}
.side-menu-content > p {
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0;
}
.side-menu-content .gray-link,
.side-menu-content .gray-link:link,
.side-menu-content .gray-link:visited {
  color: #666666;
}
.side-menu-content .gray-link:hover {
  color: #0088df;
}
.side-menu-footer {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.act-effect-echarts {
  width: 750px;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.act-detail-circlezhekou-setting {
  margin-top: -8px;
}
.act-detail-circlezhekou-info {
  color: #333333;
  height: 20px;
  font-size: 0px;
}
.act-detail-circlezhekou-info span,
.act-detail-circlezhekou-info a {
  font-size: 14px;
  line-height: 20px;
}
.act-detail-circlezhekou-info .circle {
  margin-left: 30px;
  display: inline-block;
}
.act-detail-circlezhekou-info .detail-normal {
  margin-left: 12px;
  text-decoration: underline;
}
.act-detail-circlezhekou-info .detail-error {
  margin-left: 12px;
  color: #f75555;
  text-decoration: underline;
}
.act-detail-circlezhekou-info .detail-error:hover {
  color: #bc2b2b;
}
.act-detail-new .act-detail-left-content {
  width: 100%;
  overflow: visible;
}
.act-detail-new .act-detail-right-content {
  display: none;
}
.act-detail-new .expand-all-items {
  position: relative;
}
.act-detail-new .expand-all-items > hr {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  margin: 0;
  border-top-color: #d8d8d8;
}
.act-detail-new .act-effect-echarts {
  margin-left: auto;
  margin-right: auto;
}
.mz-update-act-modal .mz-act-update-modal-form {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-nav-update-time {
  width: 580px;
  height: 57px;
  margin-left: -90px;
  text-align: left;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-nav-update-time .mz-btn {
  width: 72px;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 8px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-nav-update-time .mz-btn.active {
  color: #0088df;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-nav-update-time .split-line {
  width: 580px;
  height: 1px;
  background: #d8d8d8;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone {
  height: 181.6px;
  padding: 8px 9px;
  font-size: 12px;
  line-height: 18px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-postpone-time-input {
  margin-top: 4px;
  height: 30px;
  margin-bottom: 8px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-postpone-time-input .mz-time-inupt-box {
  width: 78px;
  height: 30px;
  display: inline-block;
  color: #999999;
  margin-right: 4px;
  padding-left: 0px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-postpone-time-input .mz-time-inupt-box .mz-form-control {
  padding: 6px 25px 6px 13px;
  line-height: 18px;
  width: 78px;
  height: 30px;
  position: absolute;
  color: inherit;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-postpone-time-input .mz-time-inupt-box span {
  position: relative;
  left: 53px;
  line-height: 30px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-quick-input-btn {
  margin-bottom: 8px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-quick-input-btn a {
  padding: 1px 8px;
  color: #0088df;
  background-color: #edf4ff;
  border: 1px solid #cae0ff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  width: 43px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-quick-input-btn a:first-child {
  width: 36px;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-control-label.mz-small-label.mz-warning-label {
  font-weight: 400;
}
.mz-update-act-modal .mz-act-update-modal-form .mz-update-time-postpone .mz-control-label.mz-small-label.mz-warning-label span {
  color: #ffa108;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group {
  margin-bottom: 16px;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-title {
  text-align: left;
  line-height: 34px;
  width: 100%;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-title .mz-control-label {
  margin-right: 6px;
  font-weight: normal;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-title .mz-append-label {
  font-size: 12px;
  color: #999999;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-title .mz-append-label.mz-error-label {
  color: #f75555;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-title .mz-small-label {
  font-size: 12px;
}
.mz-update-act-modal .mz-form-horizontal .mz-form-group .mz-form-group-input {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.mz-update-act-modal .update-progress {
  display: inline-block;
  position: relative;
}
.mz-update-act-modal .update-progress .updating-progress-text {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.mz-update-act-modal .update-progress .updating-progress-text .text-main-done {
  color: #00be70;
}
.mz-nav-wlkj-tab a {
  color: #0088df !important;
}
.mz-settings-block {
  margin-top: 40px;
}
.mz-settings-block .mz-col-md-0 {
  padding-left: 20px;
  padding-right: 10px;
}
.mz-settings-block .mz-settings-head {
  width: 120px;
}
.mz-settings-block .mz-settings-head h5 {
  margin: 0;
  line-height: 20px;
}
.mz-settings-block .mz-settings-body {
  width: 860px;
}
.mz-settings-block .mz-settings-body .mz-settings-row {
  margin-bottom: 5px;
}
.mz-settings-block .mz-settings-body .mz-settings-row p {
  margin-bottom: 0;
}
.mz-settings-block .mz-settings-body .mz-settings-row p + p {
  margin-top: 5px;
}
.mz-settings-block .mz-settings-body .mz-settings-row + .mz-settings-row {
  padding-top: 10px;
}
.mz-settings-block .mz-settings-alert {
  padding-left: 20px;
  position: relative;
}
.mz-settings-block .mz-settings-alert .alert-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
}
.mz-sms-binding-block {
  margin-top: 0;
}
.mz-sms-binding-block .mz-settings-body {
  width: inherit;
}
.mz-new-msg-dot {
  padding: 3px;
  border-radius: 3px;
  background: red;
  position: absolute;
  top: 8px;
  right: 3px;
}
.mz-msg-new {
  padding: 0 2px;
  color: white;
  background-color: #f75555;
  font-size: 12px;
  border-radius: 2px;
}
.mz-staff-item-detail .mz-staff-item-act-list {
  padding-left: 0;
  list-style: none;
}
.mz-staff-item-detail .mz-staff-item-act-list > li {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px #c8c8c8 solid;
}
.mz-staff-item-detail .mz-staff-item-act-list .act-center {
  text-align: center;
}
.mz-staff-item-detail .mz-staff-item-act-head {
  vertical-align: middle;
  font-weight: bold;
}
.mz-staff-item-detail .mz-staff-item-act {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -webkit-align-items: center;
  transition: all 1s;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
}
.mz-staff-item-detail .mz-staff-item-act .act-type-part {
  padding-left: 5px;
  padding-right: 5px;
}
.mz-staff-item-detail .mz-staff-item-act .act_label {
  padding: 2px 5px;
  color: #fff;
  background-color: #ffa108;
  font-family: tahoma, arial, 'Hiragino Sans GB', '宋体', sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}
.mz-staff-item-detail .mz-staff-item-act .act_tag_container {
  overflow: auto;
  max-height: 80px;
}
.mz-staff-item-detail .mz-staff-item-act .price_label {
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #f40;
}
.mz-staff-item-detail .mz-staff-item-act .price_font {
  margin-left: 0.15em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.mz-staff-item-detail .mz-staff-item-act .label {
  font-size: 12px;
  padding: 2px 6px;
  vertical-align: initial;
}
.mz-staff-item-detail .mz-staff-item-act .mjs-banner-preview {
  position: relative;
}
.mz-staff-item-detail .mz-staff-item-act .mjs-banner-preview .preview-html {
  display: none;
  position: absolute;
  right: -280px;
  z-index: 1070;
  opacity: 1;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ff5400;
  text-align: left;
}
.mz-staff-item-detail .mz-staff-item-act .mjs-banner-preview:hover .preview-html {
  display: block;
}
.mz-staff-item-detail .mz-staff-item-act .sku-invalid-preview {
  position: relative;
  width: 118px;
}
.mz-staff-item-detail .mz-staff-item-act .sku-invalid-preview .preview-sku {
  display: none;
  width: 118px;
  position: absolute;
  right: 0px;
  z-index: 1070;
  opacity: 1;
  padding: 10px;
  background-color: #fff;
  color: #333333;
  border: 1px solid #ff5400;
  text-align: left;
}
.mz-staff-item-detail .mz-staff-item-act .sku-invalid-preview:hover .preview-sku {
  display: block;
}
.mz-staff-item-detail .mz-staff-item-act.success {
  background-color: #f6fff8;
}
.mz-staff-item-detail .mz-staff-item-act.success:hover {
  background-color: #e7ffeb;
}
.mz-staff-item-detail .mz-staff-item-act.toggle-bg {
  background-color: white !important;
}
.mz-staff-item-detail .mz-staff-item-act.text-muted {
  background-color: #f8f8f8;
}
.mz-staff-item-detail .mz-staff-item-act.text-muted:hover {
  background-color: #ebebeb;
}
.mz-staff-item-detail .mz-staff-item-act.text-muted .act-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-staff-item-detail .mz-staff-item-act.text-muted .mjs-banner-preview {
  opacity: 1;
}
.staff-act-preferential {
  padding-left: 15px;
}
.staff-act-preferential .setting-value {
  color: #ffa108;
}
.staff-circle-detail-table tbody > .disabled {
  color: #999999;
}
.staff-circle-detail-table tbody > .doing-status {
  background: #edf4ff;
}
.staff-circle-detail-table tbody > tr > td > .circle-time-status {
  display: inline-block;
  margin-left: 16px;
  color: #0088df;
}
.staff-detail-error-msg {
  display: block;
  font-size: 13px;
  color: #f75555;
  line-height: 18px;
  word-break: keep-all;
}
body#loginPage p {
  margin: 0;
}
body#loginPage .wrapper {
  min-height: 100vh;
}
body#loginPage .ie-alert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: #333333;
  font-size: 32px;
  line-height: 40px;
}
body#loginPage .ie-alert p {
  margin-bottom: 20px;
}
body#loginPage .ie-alert a {
  padding: 20px 40px;
  background-color: #0088df;
  color: #fff;
}
body#loginPage .ie-alert a:hover {
  background-color: #0098f9;
}
body#loginPage .container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
body#loginPage .container:before,
body#loginPage .container:after {
  content: ' ';
  display: table;
}
body#loginPage .container:after {
  clear: both;
}
body#loginPage .main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: #d6f2ff url('../i/login/bg2016.png') no-repeat;
  background-position: center;
}
body#loginPage .main .container {
  height: 100%;
}
body#loginPage .main .intro-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
body#loginPage .main .intro-cell {
  display: table-cell;
  vertical-align: middle;
}
body#loginPage .main .intro {
  float: right;
  width: 420px;
  height: 400px;
  margin-bottom: 10px;
  border: 1px solid #7ed5fe;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
}
body#loginPage .main .intro img {
  max-height: 30px;
  width: auto;
}
body#loginPage .main .dot {
  display: inline-block;
  margin: 0 4px 4px;
  padding: 1px;
  border-radius: 2px;
  background-color: #999999;
}
body#loginPage .main .sub-title {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
}
body#loginPage .main .sub-title .mz-icon {
  font-size: 20px;
}
body#loginPage .main .sub-title .dot {
  background-color: #333333;
}
body#loginPage .main .intro-detail {
  margin-top: 30px;
  color: #999999;
}
body#loginPage .main .intro-detail p {
  margin-bottom: 8px;
}
body#loginPage .main .login {
  margin-top: 30px;
}
body#loginPage .main .login .mz-btn {
  padding: 0;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
body#loginPage .main .order {
  margin-top: 30px;
}
body#loginPage .main .order .order-link {
  font-size: 16px;
  color: #333333;
}
body#loginPage .main .order .order-link:hover {
  color: #0088df;
}
body#loginPage .main .order .order-link + .order-link {
  margin-left: 80px;
}
body#loginPage .nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #0088df;
  vertical-align: middle;
}
body#loginPage .nav #logo {
  margin-top: 10px;
  height: 30px;
}
body#loginPage .nav .help-center {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}
body#loginPage .nav .help-center:hover {
  color: #f2f2f2;
}
body#loginPage .nav .vertical-bar {
  color: #519aff;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 30px;
}
body#loginPage .nav .contact {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
}
body#loginPage .nav .contact span {
  display: inline-block;
}
body#loginPage .nav .contact span.ww-icon {
  vertical-align: middle;
}
body#loginPage .nav .contact .mz-icon {
  font-size: 24px;
}
body#loginPage .nav .contact:hover {
  color: #f2f2f2;
}
body#loginPage .footer {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  line-height: 20px;
  font-size: 12px;
}
body#loginPage .footer .col {
  float: left;
}
body#loginPage .footer a {
  color: #424242;
}
body#loginPage .footer .footer-tps {
  height: 40px;
  float: right;
}
body#loginPage .footer .footer-tps .align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body#loginPage .footer .footer-tps > img {
  margin-left: 40px;
}
@media only screen and (max-device-width: 960px) {
  body#loginPage .container {
    width: 100%;
  }
  body#loginPage .main {
    background-image: none;
  }
  body#loginPage .main .intro {
    width: 100%;
    height: 320px;
    padding-top: 50px;
  }
  body#loginPage .main .intro-detail {
    display: none;
  }
  body#loginPage .main .login {
    margin-top: 50px;
  }
  body#loginPage .main .order .order-link + .order-link {
    margin-left: 20px;
  }
  body#loginPage .footer .footer-tps {
    display: none;
  }
}
.poster-heading {
  width: 960px;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.poster-heading .mz-col-md-6:nth-child(2) {
  display: none;
}
.poster-list-block {
  margin-left: 0px;
  margin-right: -15px;
}
.poster-list-block .nav-pointer {
  padding-top: 90px;
  width: 228.75px;
  text-align: center;
}
.poster-list-block .nav-pic {
  text-align: right;
}
.poster-list-block .disabled-card {
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #d8d8d8 !important;
}
.poster-list-block .poster-card {
  position: relative;
  padding: 0;
  width: 310px;
  margin-right: 15px;
  height: 224px;
  margin-bottom: 35px;
  border: 1px solid #d8d8d8;
}
.poster-list-block .poster-card .status-cover-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 46px solid #0088df;
  border-right: 160px solid #0088df;
  border-bottom-color: transparent;
}
.poster-list-block .poster-card .status-cover-text {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #ffffff;
}
.poster-list-block .poster-card .card-text {
  padding: 10px;
}
.poster-list-block .poster-card .card-text p {
  margin: 0px;
}
.poster-list-block .poster-card .card-item-pic {
  margin-bottom: 10px;
  height: 70px;
  padding-left: 7px;
}
.poster-list-block .poster-card .card-item-pic .img-sec {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #f8f8f8;
}
.poster-list-block .poster-card .card-create-time {
  height: 28px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.poster-list-block .poster-card .card-button {
  position: relative;
  height: 54px;
  padding: 10px 0 10px 0px;
  border-top: 1px dashed #d8d8d8;
}
.poster-list-block .poster-card .card-button .mz-btn {
  width: 90px;
  margin-left: 8px;
}
.poster-list-block .card-create {
  position: relative;
  text-align: center;
  border: 1px dashed #0088df;
  color: #0088df;
}
.poster-list-block .card-create .mz-icon {
  position: absolute;
  left: 130px;
  top: 77px;
  font-size: 50px;
}
.poster-list-block .card-create .icon-text {
  position: absolute;
  left: 120px;
  top: 130px;
}
.poster-list-block .card-create:hover {
  background-color: #e6f8ff;
}
.poster-list-block .poster-card-hover {
  background-color: #f8f8f8;
}
.new-poster-block .add-poster .style-sec .item-selector {
  width: 187px;
  height: 102px;
  line-height: 100px;
}
.new-poster-block .add-poster .style-sec .item-selector .mz-icon {
  left: 68px;
}
.new-poster-block .add-poster .style-sec .item-selector .icon-text {
  top: 25px;
  left: 65px;
}
.new-poster-block .add-poster .style-sec .style-bg-img {
  width: 185px;
  opacity: 0.3;
}
.new-poster-block .add-poster .style-sec .item-selector-hover {
  width: 187px !important;
  height: 100px !important;
  background: rgba(0, 0, 0, 0.2);
}
.new-poster-block .add-poster .btn-sec {
  padding-top: 10px;
  padding-left: 23px;
}
.new-poster-block .add-poster .btn-sec .mz-btn {
  width: 160px;
  height: 46px;
  margin-right: 20px;
}
.new-poster-block .add-poster .item-selector {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: 23px;
  color: #999999;
  border: 1px solid #d8d8d8;
}
.new-poster-block .add-poster .item-selector .mz-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 50px;
}
.new-poster-block .add-poster .item-selector .icon-text {
  position: absolute;
  top: 65px;
  left: 22px;
}
.new-poster-block .add-poster .item-selector .item-bg-img {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.3;
  border: 1px #f8f8f8 solid;
}
.new-poster-block .add-poster .item-selector .item-selector-hover {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #d8d8d8;
  width: 98px;
  height: 98px;
}
.new-poster-block .add-poster .item-selector:hover .item-selector-hover {
  display: block !important;
}
.new-poster-block .add-poster .sec-title {
  height: 16px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.11px;
  text-align: left;
  margin-right: 20px;
}
.new-poster-block .add-poster .sec-text {
  padding: 6px 0 0 22px;
}
.new-poster-block .poster-step-img img {
  float: right;
}
.poster-detail-block .poster-head-text {
  margin-right: 20px;
}
.poster-detail-block .poster-detail-preview {
  height: 50px;
  line-height: 50px;
  margin-right: -5px;
  box-shadow: 0px 1px 0px 0px #d8d8d8;
}
.poster-detail-block .poster-detail-preview .btn-detail {
  width: 100px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  margin: 8px 5px;
}
.poster-detail-block .preview-img {
  max-width: 790px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 324px;
  margin: 0px auto 20px auto;
}
.poster-detail-block ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.poster-detail-block ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.poster-detail-block .poster-detail-release .poster-head-sec {
  margin-bottom: 10px;
}
.pointer-cursor {
  cursor: pointer;
}
.intro-picture-bottom {
  display: block;
  z-index: 1010;
  position: absolute;
  height: 212px;
  left: 22px;
  cursor: auto;
}
.poster-add-sec {
  margin-bottom: 30px;
}
.poster-sec {
  margin-bottom: 20px;
}
.poster-head-text {
  font-size: 18px;
}
.poster-head-sec {
  width: 960px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.sec-text {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.08px;
  text-align: left;
}
.mz-modal .mz-poster-snapshot-list {
  padding-left: 0;
  list-style: none;
}
.mz-modal .mz-poster-snapshot-list li {
  margin-bottom: 5px;
}
.mz-modal .mz-poster-snapshot-list li > a {
  display: inline-block;
  border: 1px solid transparent;
  padding: 2px;
  outline: none;
}
.mz-modal .mz-poster-snapshot-list li > a:hover .mz-poster-snapshot-wrapper {
  border: 1px solid #0187df;
  position: relative;
}
.mz-modal .mz-poster-snapshot-list li > a:hover .mz-poster-snapshot-wrapper .add-on-text {
  display: block;
}
.mz-modal .mz-poster-snapshot-list li .mz-poster-snapshot-wrapper {
  border: 1px solid transparent;
  position: relative;
}
.mz-modal .mz-poster-snapshot-list li .mz-poster-snapshot-wrapper .add-on-text {
  display: none;
  position: absolute;
  height: 20px;
  width: 100%;
  background-color: #0088df;
  color: #ffffff;
  left: 0;
  bottom: 0;
}
.mz-modal .mz-poster-snapshot-list li.active .mz-poster-snapshot-wrapper {
  border: 1px solid #0187df;
}
.mz-modal .mz-poster-snapshot-list li.active .mz-poster-snapshot-wrapper .add-on-text {
  display: block;
}
.poster-copy-textarea {
  resize: none;
  width: 100%;
  height: 600px;
}
.mz-btn.btn-wide {
  width: 80px;
  height: 34px;
}
.show-in-qn-only {
  display: none !important;
}
.mz-platform-n-unused label {
  font-weight: normal;
}
.mz-platform-n-unused .show-in-qn-only {
  display: block !important;
}
.mz-platform-n-unused .hide-in-qn {
  display: none !important;
}
.mz-platform-n-unused .mz-act-finish-ad,
.mz-platform-n-unused .mz-footer .footer-links .mz-footer-ad {
  display: none !important;
}
.mz-platform-n-unused .mz-act-finish-tips {
  display: none !important;
}
.mz-platform-n-unused .mz-navbar {
  height: 60px;
}
.mz-platform-n-unused .mz-navbar-logo {
  margin-top: 0;
}
.mz-platform-n-unused .mz-navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mz-platform-n-unused .mz-navbar-secondary.mz-navbar {
  height: 41px;
}
.mz-platform-n-unused .mz-navbar-secondary .mz-navbar-nav > li > a {
  padding: 10px 12px;
}
.mz-platform-n-unused .mz-stepbar li.finished {
  background-color: #e6f5ff;
}
.mz-platform-n-unused .mz-stepbar li.active {
  color: #fff;
  background-color: #0088df;
}
.mz-platform-n-unused .mz-stepbar li.active > a {
  color: #fff;
}
.mz-platform-n-unused .mz-stepbar li.finished + li:after {
  border-color: rgba(230, 245, 255, 0);
  border-left-color: #e6f5ff;
}
.mz-platform-n-unused .mz-stepbar li.active + li:after {
  border-color: rgba(0, 136, 223, 0);
  border-left-color: #0088df;
}
.mz-platform-n-unused .mz-nav.nav-pills {
  padding-bottom: 8px;
}
.mz-platform-n-unused .mz-nav.nav-pills > li.active {
  padding-bottom: 8px;
  margin-bottom: -9px;
  border-bottom: 2px solid #0088df;
}
.mz-platform-n-unused .mz-nav.nav-pills > li.active > a,
.mz-platform-n-unused .mz-nav.nav-pills > li.active > a:hover,
.mz-platform-n-unused .mz-nav.nav-pills > li.active > a:focus {
  color: #0088df;
  background-color: transparent;
}
.mz-platform-n-unused .mz-nav.nav-pills.nav-stacked {
  padding-bottom: 0;
  border-bottom: none;
}
.mz-platform-n-unused .mz-nav.nav-pills.nav-stacked > li.active {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.mz-platform-n-unused .mz-nav.nav-pills.nav-stacked > li.active > a,
.mz-platform-n-unused .mz-nav.nav-pills.nav-stacked > li.active > a:hover,
.mz-platform-n-unused .mz-nav.nav-pills.nav-stacked > li.active > a:focus {
  color: #fff;
  background-color: #0088df;
}
.mz-platform-n-unused .mz-nav .mz-nav-search {
  height: 30px;
}
.mz-platform-n-unused .mz-nav .mz-nav-search .mz-btn {
  margin-top: 0;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action {
  color: #fff;
  background-color: #0088df;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0094f0;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action:active.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #007ecc;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.disabled,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.disabled:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.disabled.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.disabled:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.disabled.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.focus {
  background-color: #0088df;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:active.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.disabled,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.disabled:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.disabled.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.disabled:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.disabled.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-bordered.focus {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.hover {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.active,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.active:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.active.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.active:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:active.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.disabled,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.disabled:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.disabled.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.hover,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.disabled:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate:focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.disabled.focus,
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-alternate.focus {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-action-line .mz-btn.primary-action.btn-border-as-bg {
  border-color: #0088df;
}
.mz-platform-n-unused .mz-item-selector-items .mz-selectable-item .mz-selectable-item-actions .mz-icon {
  display: none !important;
}
.mz-platform-n-unused .mz-item-selector-filter-part > .mz-item-selector-pager.mz-item-selector-pager-top .mz-pager-jumper {
  display: none !important;
}
.mz-platform-n-unused .mz-pager .mz-pager-status {
  font-size: 14px;
}
.mz-platform-n-unused .mz-pager .mz-pager-current-page {
  color: #0088df;
}
.mz-platform-n-unused .mz-pager .mz-pager-list .mz-pager-icon-btn {
  margin-left: 8px;
  margin-right: 8px;
}
.mz-platform-n-unused .mz-pager .mz-pager-list .mz-pager-icon-btn.btn-before {
  margin-left: 0;
}
.mz-platform-n-unused .mz-pager .mz-pager-list .mz-pager-icon-btn.btn-after {
  margin-right: 0;
}
.mz-platform-n-unused .mz-discountable-row .discount > input,
.mz-platform-n-unused .mz-discountable-row .decrease > input,
.mz-platform-n-unused .mz-discountable-row .final-price > input {
  color: #333333;
}
.mz-platform-n-unused .mz-discountable-row .discount > input:disabled,
.mz-platform-n-unused .mz-discountable-row .decrease > input:disabled,
.mz-platform-n-unused .mz-discountable-row .final-price > input:disabled,
.mz-platform-n-unused .mz-discountable-row .discount > input.muted,
.mz-platform-n-unused .mz-discountable-row .decrease > input.muted,
.mz-platform-n-unused .mz-discountable-row .final-price > input.muted {
  color: #c8c8c8;
}
.mz-platform-n-unused .mz-discountable-row.mz-has-error .discount > input,
.mz-platform-n-unused .mz-discountable-row.mz-has-error .decrease > input,
.mz-platform-n-unused .mz-discountable-row.mz-has-error .final-price > input,
.mz-platform-n-unused .mz-discountable-row .discount.mz-has-error > input,
.mz-platform-n-unused .mz-discountable-row .decrease.mz-has-error > input,
.mz-platform-n-unused .mz-discountable-row .final-price.mz-has-error > input {
  color: #cc4300;
}
.mz-platform-n-unused .mz-discountable-row.mz-has-error .discount > input.muted,
.mz-platform-n-unused .mz-discountable-row.mz-has-error .decrease > input.muted,
.mz-platform-n-unused .mz-discountable-row.mz-has-error .final-price > input.muted,
.mz-platform-n-unused .mz-discountable-row .discount.mz-has-error > input.muted,
.mz-platform-n-unused .mz-discountable-row .decrease.mz-has-error > input.muted,
.mz-platform-n-unused .mz-discountable-row .final-price.mz-has-error > input.muted {
  color: #c8c8c8;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:active,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.active,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:active:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.active:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:active.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.active.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:active:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.active:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:active.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.disabled,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.disabled:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.disabled.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.disabled:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.disabled.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-primary.focus {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.hover {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:active,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.active,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:active:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.active:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:active.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.active.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:active:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.active:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:active.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.active.focus {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.disabled,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.disabled:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.disabled.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.hover,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.disabled:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate:focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.disabled.focus,
.mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-activity-wrapper.list-item .activity-action-group .btn-default.btn-alternate.focus {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success {
  color: #fff;
  background-color: #0088df;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0094f0;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success:active.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #007ecc;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.disabled,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.disabled:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.disabled.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.disabled:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.disabled.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.focus {
  background-color: #0088df;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.hover {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:active.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.disabled,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.disabled:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.disabled.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.disabled:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.disabled.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-bordered.focus {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.hover {
  color: #0088df;
  background-color: #fff;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.active,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.active:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.active.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.active:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:active.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.active.focus {
  color: #fff;
  background-color: #007ecc;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.disabled,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.disabled:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.disabled.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.hover,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.disabled:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate:focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.disabled.focus,
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-alternate.focus {
  color: #fff;
  background-color: #0094f0;
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-list-quick-btns .btn-success.btn-border-as-bg {
  border-color: #0088df;
}
.mz-platform-n-unused .mz-act-form .mz-custom-title {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-act-form .mz-custom-title:focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title.focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title:hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title.hover {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-act-form .mz-custom-title:active,
.mz-platform-n-unused .mz-act-form .mz-custom-title.active,
.mz-platform-n-unused .mz-act-form .mz-custom-title:active:hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title.active:hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title:active.hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title.active.hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title:active:focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title.active:focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title:active.focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title.active.focus {
  color: #fff;
  background-color: #e8e8e8;
  border-color: #d8d8d8;
}
.mz-platform-n-unused .mz-act-form .mz-custom-title.disabled,
.mz-platform-n-unused .mz-act-form .mz-custom-title[disabled],
fieldset[disabled] .mz-platform-n-unused .mz-act-form .mz-custom-title,
.mz-platform-n-unused .mz-act-form .mz-custom-title.disabled:hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title[disabled]:hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-form .mz-custom-title:hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title.disabled.hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title[disabled].hover,
fieldset[disabled] .mz-platform-n-unused .mz-act-form .mz-custom-title.hover,
.mz-platform-n-unused .mz-act-form .mz-custom-title.disabled:focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title[disabled]:focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-form .mz-custom-title:focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title.disabled.focus,
.mz-platform-n-unused .mz-act-form .mz-custom-title[disabled].focus,
fieldset[disabled] .mz-platform-n-unused .mz-act-form .mz-custom-title.focus {
  color: #d8d8d8;
  background-color: #fff;
  border-color: #d8d8d8;
}
#wangwangPage {
  display: block;
}
#wangwangPage .mz-header-wrapper,
#wangwangPage .mz-top-alerts,
#wangwangPage .mz-float-sidebar,
#wangwangPage .mz-footer-wrapper {
  display: none !important;
}
#wangwangPage .mz-wrapper {
  min-width: 0;
  max-width: 480px;
  padding-bottom: 0;
}
#wangwangPage .m2-container {
  width: 100%;
}
#wangwangPage .mz-main-wrapper {
  padding: 0;
}
.mz-ww-wrapper .init-alert {
  margin: 10px;
}
.mz-ww-wrapper .mz-wangwang-navbar {
  margin-bottom: 0;
  width: 100%;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs {
  padding-top: 4px;
  padding-left: 0;
  padding-right: 36px;
  display: flex;
  width: 100%;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs > li {
  flex-grow: 1;
  text-align: center;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs > li > a {
  padding: 12px 16px 13px 16px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs > li.active > a {
  padding: 12px 16px 13px 16px;
  color: #0088df;
  font-weight: bold;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs > li .badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #f25e78;
  border-radius: 4px;
  line-height: 16px;
  font-size: 12px;
  padding: 0 5px 1px;
  color: #fff;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs.nav-primary {
  border-bottom: 2px solid #0088df;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs.nav-primary > li {
  margin-bottom: 0;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs.nav-primary > li > a,
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs.nav-primary > li > a:hover {
  border: none;
}
.mz-ww-wrapper .mz-wangwang-navbar .mz-nav.nav-tabs.nav-primary > li.active > a {
  background-color: #0088df;
  color: #fff;
}
.mz-ww-wrapper .mz-wangwang-content {
  padding: 0;
  position: relative;
}
.mz-ww-wrapper .mz-wangwang-content.margin-for-bottom-bar {
  margin-bottom: 70px;
}
.mz-ww-wrapper .mz-wangwang-toast {
  position: absolute;
  z-index: 1050;
  left: 0;
  top: 20px;
  width: 100%;
  padding: 6px;
  text-align: center;
}
.mz-ww-wrapper .mz-ww-flow-form .mz-form-group {
  margin-bottom: 6px;
  line-height: 34px;
}
.mz-ww-wrapper .mz-ww-flow-form input.mz-form-control {
  width: 100px;
  height: 34px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mz-ww-wrapper .flow-action {
  text-align: center;
  margin-top: 10px;
  min-height: 160px;
}
.mz-ww-wrapper .flow-action .flow-pricing {
  margin-top: 10px;
  color: #b0b0b0;
}
.mz-ww-wrapper .flow-action .flow-pricing .pricing-value {
  color: #0088df;
}
.mz-ww-wrapper .coupon-list {
  padding-left: 0;
  list-style: none;
}
.mz-ww-wrapper .coupon-list > li {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 6px;
}
.mz-ww-wrapper .coupon-list > li .coupon-info {
  padding: 6px;
}
.mz-ww-wrapper .coupon-list > li .desc,
.mz-ww-wrapper .coupon-list > li .during {
  color: #b0b0b0;
}
.mz-ww-wrapper .coupon-list > li .denominations-value {
  font-size: 30px;
  line-height: 1.5;
}
.mz-ww-wrapper .coupon-list > li .coupon-action {
  border-top: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  padding: 6px;
}
.mz-ww-wrapper .coupon-list > li .coupon-action .coupon-buyer {
  padding: 6px;
  color: #b0b0b0;
}
.mz-ww-wrapper .bottom_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ant-tabs-top > .ant-tabs-nav {
  margin-bottom: 0;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 12px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.05);
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: bold;
  background: rgba(88, 169, 226, 0.2);
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel {
  margin-bottom: 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel .panel-title {
  background-color: #58a9e2;
  padding: 6px;
  color: #fff;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel .panel-body {
  padding: 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel > ul {
  padding-left: 0;
  list-style: none;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel > ul > li {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d8d8d8;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .ww-panel > ul > li > ul {
  padding-left: 0;
  list-style: none;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .user-panel .shop-level-img {
  vertical-align: top;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .user-panel .mz-form input {
  width: 200px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .item-panel {
  position: relative;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .item-panel .image-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 4px;
  display: inline-block;
  float: left;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .item-panel .item-info {
  width: 70%;
  height: 80px;
  display: inline-block;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li {
  position: relative;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li.disable {
  background-color: #f2dede;
  opacity: 0.8;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-info-basic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-info-basic > ul > li {
  list-style-type: none;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-info-basic .act-title-line {
  line-height: 20px;
  font-size: 12px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-item-info {
  width: 125px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type {
  border: 1px solid;
  border-radius: 2px;
  padding: 1px 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.zhekou,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.fzhekou {
  border-color: #ff8e1b;
  color: #ff8e1b;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.skuzhekou {
  border-color: #00be70;
  color: #00be70;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.circlezhekou {
  border-color: #f5dc03;
  color: #f5dc03;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.circlezhekouv2 {
  border-color: #f5dc03;
  color: #f5dc03;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.secondzhekou {
  border-color: #cc9e5c;
  color: #cc9e5c;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.mjs,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.fmjs,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-type.mjsv2 {
  border-color: #e9193a;
  color: #e9193a;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title {
  color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.zhekou,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.fzhekou {
  background-color: #ff8e1b;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.skuzhekou {
  background-color: #00be70;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.circlezhekou {
  background-color: #f5dc03;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.circlezhekouv2 {
  background-color: #f5dc03;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.secondzhekou {
  background-color: #cc9e5c;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.mjs,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.fmjs,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.mjsv2 {
  background-color: #e9193a;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.limit-label {
  background-color: #5bc0de;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li .act-title.danger-label {
  background-color: #e9193a;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list > li.price-line {
  text-align: right;
  margin-left: 20px;
  width: 140px;
  padding: 4px;
  background-color: #def2f8;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .act-list.show-running-acts > li.disable {
  display: none;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li {
  position: relative;
  padding-left: 6px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.ts-11496,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.ts-11496 {
  border-left: 8px solid #2e92d9;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.ts-15665,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.ts-15665 {
  border-left: 8px solid #ffa200;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.FW_GOODS-1856986,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.FW_GOODS-1856986 {
  border-left: 8px solid #e14e3d;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.FW_GOODS-1910771,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.FW_GOODS-1910771 {
  border-left: 8px solid #f26722;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.FW_GOODS-1921086,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.FW_GOODS-1921086 {
  border-left: 8px solid #58a9e2;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.disable,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.disable {
  opacity: 0.3;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li.danger,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li.danger {
  background-color: #f2dede;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .order-list > li:hover:after,
.mz-ww-wrapper.mz-staff-wangwang-wrapper .score-list > li:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.06);
  pointer-events: none;
  border-radius: inherit;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .detail-status {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 16px;
  padding: 4px 16px;
  color: #e8351f;
  border: 3px solid #e8351f;
  border-radius: 8px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  opacity: 0.5;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .detail-status.success {
  color: #17be76;
  border: 3px solid #17be76;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .detail-status.info {
  color: #2e92d9;
  border: 3px solid #2e92d9;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .detail-status.warning {
  color: #ffa200;
  border: 3px solid #ffa200;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .survey-tag {
  position: absolute;
  right: 128px;
  top: 84px;
  z-index: 10;
  font-weight: bold;
  font-size: 24px;
  padding: 12px 16px;
  background-color: #fff;
  color: #2e92d9;
  border: 2px solid #2e92e9;
  border-radius: 8px;
  cursor: pointer;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .survey-tag:hover {
  background-color: #d8ecf7;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .detail-op {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .tag-candidates-hint {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  background-color: #f2f2f2;
  color: #777;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .staff-tag-list {
  padding: 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .staff-tag-label {
  padding: 2px 6px;
  margin: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .staff-tag-label:hover {
  cursor: pointer;
  border-color: #ffa200;
  color: #ffa200;
  background-color: rgba(255, 162, 0, 0.2);
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .record-submit-status {
  margin-right: 8px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .tag-list .tag-info {
  padding: 4px;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .tag-list .tag-info:hover {
  background-color: #f7f7f7;
}
.mz-ww-wrapper.mz-staff-wangwang-wrapper .tag-list .tag-time {
  padding: 6px;
  margin-bottom: 4px;
  background-color: #f7f7ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-sms-main-container {
  padding: 20px;
}
.mz-sms-main-container .mz-module-alerts {
  margin-left: 0;
  margin-right: 0;
}
#smsIndexPage .mz-sms-main-container {
  padding: 0px;
  background-color: #f2f2f2 !important;
}
#smsNoticePage .mz-sms-main-container {
  padding: 0px;
}
#smsListPage .mz-sms-main-container {
  padding: 12px;
}
.mz-sms-action-line {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 0;
}
.mz-sms-action-line .mz-btn + .mz-btn {
  margin-left: 20px;
}
.mz-sms-top-banner {
  width: 1200px;
  height: 90px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.mz-sms-top-banner .banner-img-container {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
}
.mz-sms-top-banner .banner-img-container img {
  width: 1200px;
  height: 90px;
}
.mz-sms-top-banner .banner-pagination-container {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.mz-sms-top-banner .banner-pagination-container span {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  cursor: pointer;
}
.mz-sms-top-banner .banner-pagination-container .selected {
  background: #fff;
}
.mz-btn.raw-text {
  cursor: text;
  user-select: text;
}
.mz-btn.raw-text:hover {
  color: inherit;
}
.mz-sms-act-list {
  padding-left: 0;
  list-style: none;
}
.mz-sms-act-list > li {
  border: 1px solid #f2f2f2;
}
.mz-sms-act-list > li:not(:first-child) {
  border-top-width: 0;
}
.mz-sms-act-list > li:not(:first-child):hover {
  margin-top: -1px;
  border-top-width: 1px;
}
.mz-sms-act-list > li:hover {
  border-color: #0088df;
}
.mz-sms-act {
  padding: 20px 12px;
  position: relative;
}
.mz-sms-act.mz-row {
  margin: 0;
}
.mz-sms-act.mz-row > .mz-col-md-0 {
  padding-left: 5px;
  padding-right: 5px;
}
.mz-sms-act .act-info,
.mz-sms-act .act-time {
  margin-top: 8px;
}
.mz-sms-act .act-info {
  width: 140px;
}
.mz-sms-act .act-info .act-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.mz-sms-act .act-time {
  color: #666666;
  width: 185px;
}
.mz-sms-act .act-time .create-time {
  margin-bottom: 4px;
}
.mz-sms-act .act-text {
  width: 290px;
  height: 60px;
  position: relative;
  color: #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.mz-sms-act .act-text .act-content {
  max-height: 60px;
  overflow: hidden;
}
.mz-sms-act .act-text .sms-text {
  position: absolute;
  bottom: 0;
  right: 7px;
  padding: 0 8px;
  background-color: #fff;
}
.mz-sms-act .act-cost {
  width: 128px;
  text-align: left;
}
.mz-sms-act .act-actions {
  width: 190px;
  vertical-align: middle;
}
.mz-sms-act .act-actions.activity-action-group .mz-btn {
  min-width: auto;
}
.mz-sms-act .act-actions.activity-action-group .mz-btn:not(first-child) {
  margin-left: 5px;
}
.mz-sms-act .act-actions.activity-action-group .mz-btn.btn-action,
.mz-sms-act .act-actions.activity-action-group .mz-btn.btn-restart {
  width: 86px;
}
.mz-sms-act .act-actions.activity-action-group .mz-btn.btn-desc,
.mz-sms-act .act-actions.activity-action-group .mz-btn.btn-update {
  width: 72px;
}
.mz-sms-act .act-actions.activity-action-group .activity-action-button-group:not(:first-child) {
  margin-top: 5px;
}
.mz-sms-act .act-actions.activity-action-group .mz-hoverdown-submenu {
  min-width: 100px;
  top: 32px;
}
.mz-sms-act .act-actions.activity-action-group .mz-hoverdown-top-padding {
  top: 28px;
}
.mz-sms-act .act-refresh {
  position: absolute;
  right: 6px;
  top: 3px;
}
.mz-sms-list-bottom-actions {
  padding-top: 10px;
}
.mz-sms-list-bottom-actions > p {
  margin-bottom: 10px;
}
.mz-sms-update-schedule-modal .immediate-area {
  text-align: left;
  margin-left: 50px;
}
.mz-sms-update-schedule-modal .delay-area {
  text-align: left;
  margin-left: 50px;
  margin-top: 10px;
}
div.infinite_spinning {
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mz-sms-recharge-modal .promo-bg {
  background: linear-gradient(#ff472d, #8501f8);
  width: 940px;
  padding: 58px 20px 20px 20px;
  border-radius: 12px;
  position: relative;
}
.mz-sms-recharge-modal .promo-bg .promo-bg-img {
  width: 940px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 8px;
}
.mz-sms-recharge-modal .promo-bg .promo-close {
  background: transparent;
  border: none;
  font-size: 32px;
  color: #f2f2f2;
  padding: 0px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  outline: none;
  position: absolute;
  right: -36px;
  top: 0px;
}
.mz-sms-recharge-modal .promo-border-radius {
  border-radius: 8px;
}
.mz-sms-recharge-modal .title-vip-icon {
  font-size: 16px;
  color: #999999;
}
.mz-sms-recharge-modal .recharge-list {
  font-size: 0;
}
.mz-sms-recharge-modal .recharge-list.prime .recharge-item > .default-avg-fee-block,
.mz-sms-recharge-modal .recharge-list.custom .recharge-item > .default-avg-fee-block {
  text-decoration: line-through;
}
.mz-sms-recharge-modal .recharge-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  font-size: 0;
  line-height: 48px;
  height: 48px;
  position: relative;
}
.mz-sms-recharge-modal .recharge-item .recharge-area {
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .recharge-area:hover,
.mz-sms-recharge-modal .recharge-item .recharge-area.hover {
  background: #f2f2f2;
}
.mz-sms-recharge-modal .recharge-item .promo-normal-recharge-area {
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .promo-normal-recharge-area:hover,
.mz-sms-recharge-modal .recharge-item .promo-normal-recharge-area.hover {
  background-color: #ffefd6;
  border-color: #ffe0d6;
}
.mz-sms-recharge-modal .recharge-item .promo-recharge-area {
  display: inline-block;
  background-color: #fff9ef;
  border: 1px solid #ffe0d6;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .promo-recharge-area:hover,
.mz-sms-recharge-modal .recharge-item .promo-recharge-area.hover {
  background-color: #ffefd6;
  border-color: #ffe0d6;
}
.mz-sms-recharge-modal .recharge-item .recharge-area-right-radius {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .update-area {
  display: inline-block;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .update-area:hover,
.mz-sms-recharge-modal .recharge-item .update-area.hover {
  background: #f2f2f2;
}
.mz-sms-recharge-modal .recharge-item .promo-normal-update-area {
  display: inline-block;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .promo-normal-update-area:hover,
.mz-sms-recharge-modal .recharge-item .promo-normal-update-area.hover {
  background-color: #ffefd6;
  border-color: #ffe0d6;
}
.mz-sms-recharge-modal .recharge-item .promo-update-area {
  display: inline-block;
  background-color: #fff9ef;
  border-top: 1px solid #ffe0d6;
  border-bottom: 1px solid #ffe0d6;
  border-right: 1px solid #ffe0d6;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.mz-sms-recharge-modal .recharge-item .promo-update-area:hover,
.mz-sms-recharge-modal .recharge-item .promo-update-area.hover {
  background-color: #ffefd6;
  border-color: #ffe0d6;
}
.mz-sms-recharge-modal .recharge-item .item-block {
  display: block;
  float: left;
  height: 48px;
  color: #333333;
  font-size: 14px;
}
.mz-sms-recharge-modal .recharge-item .text-line-through {
  text-decoration: line-through;
}
.mz-sms-recharge-modal .recharge-item .default-fee-block {
  width: 103px;
}
.mz-sms-recharge-modal .recharge-item .default-amount-block {
  width: 103px;
}
.mz-sms-recharge-modal .recharge-item .default-prime-amount-block {
  width: 153px;
}
.mz-sms-recharge-modal .recharge-item .default-avg-fee-block {
  width: 100px;
}
.mz-sms-recharge-modal .recharge-item .default-avg-fee-block .normal-avg-block {
  line-height: 16px;
  margin-top: 4px;
  font-size: 12px;
}
.mz-sms-recharge-modal .recharge-item .default-avg-fee-block .promo-avg-block {
  line-height: 24px;
}
.mz-sms-recharge-modal .recharge-item .default-prime-avg-fee-block {
  width: 213px;
}
.mz-sms-recharge-modal .recharge-item .default-prime-avg-fee-block .content-block {
  display: inline-block;
  vertical-align: top;
}
.mz-sms-recharge-modal .recharge-item .default-promotion-block {
  width: 163px;
  line-height: 18px;
  padding-top: 10px;
}
.mz-sms-recharge-modal .recharge-item .default-recharge-block {
  width: 103px;
}
.mz-sms-recharge-modal .recharge-item .prime-avg-fee-block {
  width: 96px;
}
.mz-sms-recharge-modal .recharge-item .prime-block {
  width: 164px;
}
.mz-sms-recharge-modal .recharge-item .prime-block .prime-upgrade-btn {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #3d3732;
  border-color: #3d3732;
  color: #ecd5ac;
}
.mz-sms-recharge-modal .recharge-item .prime-block .prime-upgrade-btn:hover,
.mz-sms-recharge-modal .recharge-item .prime-block .prime-upgrade-btn:focus {
  background-color: #514a43;
}
.mz-sms-recharge-modal .recharge-item .prime-block .prime-upgrade-btn:active {
  background: #2e2a26;
}
.mz-sms-recharge-modal .recharge-item .fee {
  font-size: 16px;
}
.mz-sms-recharge-modal .recharge-item .amount {
  font-size: 16px;
}
.mz-sms-recharge-modal .recharge-item .avg-fee-small {
  font-size: 12px;
}
.mz-sms-recharge-modal .recharge-item .avg-fee {
  font-size: 20px;
}
.mz-sms-recharge-modal .recharge-item .avg-fee-text {
  font-size: 14px;
}
.mz-sms-recharge-modal .recharge-item .update-prime {
  color: #0088df;
}
.mz-sms-recharge-modal .recharge-item .update-prime:hover,
.mz-sms-recharge-modal .recharge-item .update-prime.hover {
  text-decoration: underline;
}
.mz-sms-recharge-modal .recharge-item .promotion-text {
  color: #ffa108;
  font-size: 14px;
}
.mz-sms-recharge-modal .recharge-item .promo-color {
  color: #ff5400;
}
.mz-sms-recharge-modal .recharge-item .new-user-flag {
  position: absolute;
  left: 20px;
  top: -10px;
}
.mz-sms-recharge-modal .recharge-item .daily-promo-flag {
  position: absolute;
  left: -8px;
  top: -8px;
  background: url('https://img.alicdn.com/bao/uploaded/i4/696944147/O1CN01DDrY2a1gVN2ahxT4F_!!2-item_pic.png');
  background-size: 130px 18px;
  line-height: 18px;
  width: 130px;
  height: 18px;
  border-radius: 10px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 9px;
}
.mz-sms-recharge-modal .recharge-item .promo-flag-title {
  width: 52px;
  height: 13px;
  margin-bottom: 2px;
}
.mz-sms-recharge-modal .recharge-item .daily-promo-text {
  color: #ffffff !important;
}
.mz-sms-recharge-modal .recharge-item .daily-highlight {
  color: #ff5400;
}
.mz-sms-recharge-modal .recharge-item .btn-hover:hover,
.mz-sms-recharge-modal .recharge-item .btn-hover.hover {
  border-color: #ff5400;
}
.mz-sms-recharge-modal .custom-recharge-item {
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  line-height: 48px;
  border-radius: 4px;
}
.mz-sms-recharge-modal .custom-recharge-item .vip-custom-notice {
  font-size: 12px;
  line-height: 12px;
  padding-left: 12px;
  padding-top: 8px;
}
.mz-sms-recharge-modal .custom-recharge-item .vip-custom-notice .vip-price {
  color: #ff5400;
}
.mz-sms-recharge-modal .custom-recharge-item .custom-items {
  height: 48px;
}
.mz-sms-recharge-modal .custom-recharge-item .item-block {
  display: block;
  float: left;
  height: 48px;
  color: #333333;
}
.mz-sms-recharge-modal .custom-recharge-item .amount-block {
  width: 184px;
  padding-left: 12px;
}
.mz-sms-recharge-modal .custom-recharge-item .fee-block {
  width: 158px;
}
.mz-sms-recharge-modal .custom-recharge-item .price-block {
  width: 83px;
}
.mz-sms-recharge-modal .custom-recharge-item .rule-block {
  font-size: 12px;
}
.mz-sms-recharge-modal .custom-recharge-item .rule-block .rule-text:hover,
.mz-sms-recharge-modal .custom-recharge-item .rule-block .rule-text.hover {
  text-decoration: underline;
}
.mz-sms-recharge-modal .custom-recharge-item .rule-block .rule-content {
  background-color: #ffffff;
  border-radius: 4px;
  left: 58px;
  width: 300px;
}
.mz-sms-recharge-modal .custom-recharge-item .rule-block .rule-content .sub-content {
  position: relative;
  padding: 12px;
}
.mz-sms-recharge-modal .custom-recharge-item .rule-block .rule-content .sub-content .arrow {
  position: absolute;
  left: -16px;
  width: 0px;
  height: 0px;
  font-size: 0;
  border: solid 8px;
  border-color: transparent #ffffff transparent transparent;
}
.mz-sms-recharge-modal .custom-recharge-item .submit-block {
  width: 92px;
}
.mz-sms-recharge-modal .custom-recharge-item .input-amount {
  display: inline;
  width: 82px;
}
.mz-sms-recharge-modal .custom-recharge-item .input-fee {
  display: inline;
  width: 82px;
}
.mz-sms-recharge-modal .custom-recharge-item .price {
  font-size: 20px;
  color: #ff5400;
}
.mz-sms-recharge-modal .custom-recharge-item .price-text {
  color: #ff5400;
}
.mz-sms-recharge-modal .open-new-area {
  margin-top: 20px;
}
.mz-sms-recharge-modal .recharge-footer {
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  margin-top: 16px;
}
.mz-sms-recharge-modal .recharge-footer .protocol-url {
  color: #666666;
  text-decoration: underline;
}
.mz-sms-recharge-modal .recharge-notification {
  margin-bottom: 10px;
}
#manualRecharge .date-input .mz-form-control {
  width: 160px;
}
.mz-sms-recharge-rules {
  font-size: 12px;
  margin: 3px -2px;
}
.mz-sms-recharge-rules .custom-recharge-content {
  margin-bottom: 0px;
}
.mz-sms-recharge-rules .custom-recharge-content .user-custom-rule {
  background: #f6faff;
}
.mz-sms-recharge-rules .custom-recharge-content .user-custom-text {
  color: #0088df;
  font-style: italic;
}
.mz-sms-recharge-rules .recharge-upgrade-area {
  margin-top: 5px;
  background-color: #f8f8f8;
  padding: 8px;
  color: #333333;
  border: 1px solid;
  border-color: #f2f2f2;
  line-height: 20px;
}
.mz-sms-recharge-rules .recharge-upgrade-area .lower-price {
  color: #0088df;
}
.mz-sms-recharge-rules .recharge-upgrade-area .upgrade-text {
  float: right;
  margin-right: 20px;
  color: #0088df;
}
.mz-sms-recharge-rules .recharge-upgrade-area .upgrade-text:hover,
.mz-sms-recharge-rules .recharge-upgrade-area .upgrade-text.hover {
  color: #005993;
  text-decoration: underline;
}
.mz-sms-selected-template {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 20px;
  padding: 9px 19px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-sms-selected-template .select-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.mz-sms-selected-template .template-text-length-hint {
  position: absolute;
  bottom: 6px;
  right: 80px;
  color: #b0b0b0;
}
.mz-sms-selected-template .template-text-length-hint .mz-has-error {
  color: #ff5400;
}
.mz-sms-selected-template .template-text-area {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80px;
  width: 355px;
  overflow-wrap: break-word;
}
.mz-sms-selected-template .template-text-area::-webkit-scrollbar {
  width: 8px;
  background-color: white;
}
.mz-sms-selected-template .template-text-area::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 6px;
}
.mz-sms-select-template-modal .template-candidate {
  padding: 6px 10px;
}
.mz-sms-select-template-modal .template-candidate .candidate-icon {
  width: 20px;
}
.mz-sms-select-template-modal .template-candidate .candidate-text {
  width: 560px;
}
.mz-sms-select-template-modal .template-candidate .candidate-text.disabled {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-sms-select-template-modal .template-candidate .candidate-remove {
  width: 60px;
}
.mz-sms-select-template-modal .template-candidate:hover {
  background-color: #f8f8f8;
}
.mz-sms-select-template-modal .template-empty-area {
  padding: 80px;
}
.mz-sms-trans-wrapper {
  height: 492px;
  text-align: center;
  line-height: 492px;
}
.mz-import-mobile-area {
  height: 492px;
}
.mz-import-mobile-area .mz-sms-textarea {
  height: 100%;
  width: 100%;
  resize: none;
}
.mz-sms-mobiles-import .import-title {
  font-size: 16px;
}
.mz-sms-mobiles-import .import-title.subtitle {
  margin-left: 8px;
  font-size: 12px;
  color: #666666;
}
.mz-sms-mobiles-import .mz-import-mobile-area-with-bg {
  margin-top: 12px;
  height: auto;
  background: #f8f8f8;
  border-radius: 4px;
}
.mz-sms-mobiles-import .mz-import-mobile-area-with-bg .input-area {
  padding: 12px;
}
.mz-sms-mobiles-import .mz-import-mobile-area-with-bg .input-area .mz-sms-textarea {
  height: 456px;
  width: 100%;
  resize: none;
}
.mz-sms-mobiles-import .mz-import-mobile-area-with-bg .filter-area {
  padding-left: 16px;
  line-height: 30px;
}
.mz-sms-excel-trans-wrapper {
  height: 248px;
  text-align: center;
  line-height: 248px;
}
.mz-sms-excel-trans-wrapper .icon-area {
  color: #0088df;
  font-size: 18px;
}
.mz-sms-excel-import .excel-import-act {
  height: 188px;
  border-style: dashed;
  border-width: 1px;
  border-color: #d8d8d8;
}
.mz-sms-excel-import .excel-import-act .excel-import-btn-area {
  margin-top: 60px;
  text-align: center;
}
.mz-sms-excel-import .excel-import-act .excel-import-example {
  margin-top: 20px;
}
.mz-sms-excel-import .excel-import-act .excel-import-example .import-title {
  font-size: 16px;
}
.mz-sms-excel-import .excel-import-act .excel-import-example .import-example {
  font-size: 14px;
  margin-left: 4px;
}
.mz-sms-excel-import .excel-import-act .excel-import-example .msg-area {
  margin-top: 10px;
}
.mz-sms-excel-import .excel-import-act .excel-import-msg {
  margin-top: 18px;
}
.mz-sms-excel-import .excel-import-act .excel-import-msg .import-title {
  font-size: 14px;
  margin: 0px;
  font-weight: normal;
}
.mz-sms-excel-import .excel-import-err {
  margin-top: 16px;
}
.mz-sms-excel-import .excel-filter-area {
  margin-top: 16px;
}
.mz-sms-excel-import .excel-filter-area .import-title {
  font-size: 16px;
}
.mz-sms-excel-import .excel-filter-area .excel-import-area-with-bg {
  margin-top: 20px;
  background: #f2f2f2;
  border-radius: 4px;
}
.mz-sms-excel-import .excel-filter-area .excel-import-area-with-bg .icon-area {
  padding-top: 20px;
  text-align: center;
}
.mz-sms-excel-import .excel-filter-area .excel-import-area-with-bg .icon-area .biao-icon {
  font-size: 64px;
  color: #0088df;
}
.mz-sms-excel-import .excel-filter-area .excel-import-area-with-bg .name-area {
  margin-top: 5px;
  color: #666666;
}
.mz-sms-excel-import .excel-filter-area .excel-import-area-with-bg .filter-area {
  margin-top: 20px;
  padding-left: 16px;
  line-height: 30px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group {
  line-height: 34px;
  margin-bottom: 16px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group.last {
  margin-bottom: 0;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-title {
  float: left;
  text-align: right;
  width: 180px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input {
  float: left;
  margin-left: 24px;
  margin-right: 8px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input.input-lg {
  width: 570px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input.input-xlg {
  width: 650px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input.input-sm {
  width: 200px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .params-name {
  width: 120px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .filter-radio-1 {
  width: 55px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .filter-radio-2 {
  width: 98px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .text-length-notice {
  margin-top: 5px;
  line-height: 20px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .input-append-msg {
  margin-top: 10px;
  line-height: 20px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-input .info-text {
  color: #c8c8c8;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-form-group-append {
  width: 300px;
}
.mz-sms-create-form-new.mz-form-horizontal .mz-form-group .mz-append-label {
  color: #999999;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group {
  margin-bottom: 10px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-lg {
  width: 570px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-xlg {
  width: 750px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-sm {
  width: 200px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .params-name {
  width: 120px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .filter-radio-1 {
  width: 55px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .filter-radio-2 {
  width: 98px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .text-length-notice {
  margin-top: 5px;
  line-height: 20px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .input-append-msg {
  margin-top: 10px;
  line-height: 20px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-input .info-text {
  color: #c8c8c8;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-append.append-sm {
  width: 150px;
}
.mz-sms-create-form.mz-form-horizontal .mz-form-group .mz-form-group-append.multi-para {
  line-height: 20px;
}
.mz-sms-create-form .mz-form-inline .mz-form-control.input-sm {
  width: 80px;
  height: 30px;
  padding: 9px 10px 9px 10px;
}
.mz-sms-test-list-area {
  margin-top: 20px;
}
.mz-sms-create-test-area .send-test-button {
  margin: 2px 0 0 10px;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .operation-part {
  padding-bottom: 5px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 10px;
  text-align: right;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item {
  padding: 15px 15px 15px 15px;
  cursor: pointer;
  height: 185px;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item.selected {
  border: 2px solid #0088df;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item.selected:after {
  right: 3px;
  bottom: 2px;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item .mshow-title {
  text-align: center;
  margin-bottom: 5px;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item .mshow-title .title {
  color: #333333;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item .mshow-title .title:hover {
  border-bottom: 1px dotted #c8c8c8;
}
.mz-sms-short-url-selector .mz-sms-mshow-selector .mz-mshow-item .mshow-pic {
  width: 100%;
  height: 123px;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .operation-part {
  padding-bottom: 5px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 10px;
  text-align: right;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item {
  cursor: pointer;
  height: 175px;
  border: 2px solid #f8f8f8;
  margin: 5px;
  padding: 10px;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item.selected {
  border: 2px solid #0088df;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item.selected .append-label {
  right: 15px;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item.selected:after {
  right: 18px;
  bottom: 2px;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item .coupon-denominations {
  font-size: 24px;
  line-height: 60px;
  border-bottom: 1px dotted #f2f2f2;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item .coupon-denominations .stress {
  font-size: 36px;
}
.mz-sms-short-url-selector .mz-sms-coupon-selector .mz-coupon-item .coupon-info {
  font-size: 12px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected,
.mz-sms-short-url-selector .mz-coupon-item.selected,
.mz-sms-short-url-selector .mz-kj-item.selected,
.mz-sms-short-url-selector .mz-pt-item.selected,
.mz-sms-short-url-selector .mz-pj-item.selected,
.mz-sms-short-url-selector .mz-sc-item.selected {
  border: 2px solid #0088df;
}
.mz-sms-short-url-selector .mz-mshow-item.selected .append-label,
.mz-sms-short-url-selector .mz-coupon-item.selected .append-label,
.mz-sms-short-url-selector .mz-kj-item.selected .append-label,
.mz-sms-short-url-selector .mz-pt-item.selected .append-label,
.mz-sms-short-url-selector .mz-pj-item.selected .append-label,
.mz-sms-short-url-selector .mz-sc-item.selected .append-label {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 60px solid #0088df;
  border-top: 40px solid transparent;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after,
.mz-sms-short-url-selector .mz-coupon-item.selected:after,
.mz-sms-short-url-selector .mz-kj-item.selected:after,
.mz-sms-short-url-selector .mz-pt-item.selected:after,
.mz-sms-short-url-selector .mz-pj-item.selected:after,
.mz-sms-short-url-selector .mz-sc-item.selected:after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: #fff;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e967";
  line-height: inherit;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-12px,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-12px,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-12px,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-12px,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-12px,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-12px:after,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-12px:after,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-12px:after,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-12px:after,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-12px:after,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-12px:after {
  content: '\200b';
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-12px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-16px,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-16px,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-16px,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-16px,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-16px,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-16px:after,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-16px:after,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-16px:after,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-16px:after,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-16px:after,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-16px:after {
  content: '\200b';
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-16px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-24px,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-24px,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-24px,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-24px,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-24px,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-24px:after,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-24px:after,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-24px:after,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-24px:after,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-24px:after,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-24px:after {
  content: '\200b';
}
.mz-sms-short-url-selector .mz-mshow-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-coupon-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-kj-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-pt-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-pj-item.selected:after.mz-icon-24px:before,
.mz-sms-short-url-selector .mz-sc-item.selected:after.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.mz-sms-short-url-selector .mz-sms-kj-selector .operation-part {
  padding-bottom: 5px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 10px;
  text-align: right;
}
.mz-sms-short-url-selector .mz-sms-kj-selector .title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}
.mz-sms-short-url-selector .mz-sms-custom-selector {
  padding-top: 20px;
}
.mz-sms-short-url-selector .mz-sms-custom-selector .url-label {
  font-weight: bold;
}
.mz-sms-short-url-selector .mz-sms-custom-selector .append-label {
  padding-left: 20px;
  padding-top: 20px;
  color: #999999;
}
.mz-sms-short-url-selector .mz-sms-selector-empty {
  text-align: center;
  padding: 50px;
}
.mz-sms-create-title-area .title-input {
  width: 360px !important;
}
.mz-sms-create-input-content .text-content-area {
  padding: 0 20px 0 0;
}
.mz-sms-create-input-content .text-content-area .text-editable-area {
  background: #f2f2f2;
  border-radius: 4px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .append-url-area {
  padding-top: 10px;
  margin: 0 10px 0 10px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .append-url-area .sms-edit-btn {
  padding: 0 6px;
  color: #fff;
  background-color: #58a9e2;
  border-color: #58a9e2;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .append-url-area .sms-edit-btn:hover,
.mz-sms-create-input-content .text-content-area .text-editable-area .append-url-area .sms-edit-btn.hover {
  background-color: #9bcbee;
  border-color: #9bcbee;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .text-input-area {
  padding-top: 10px;
  margin: 0 10px 0 10px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .text-input-area textarea.sms-textarea {
  resize: none;
  width: 100%;
  height: 206px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .operation-area .text-length {
  margin-left: 10px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .operation-area .template-lib {
  margin-right: 10px;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .operation-area .template-lib .elem-hidden {
  visibility: hidden;
}
.mz-sms-create-input-content .text-content-area .text-editable-area .operation-area .template-lib .select-template {
  margin-left: 15px;
}
.mz-sms-create-input-content .text-content-area .error-msg-area {
  margin-top: 12px;
  line-height: 20px;
}
.mz-sms-create-input-content .preview-content-area {
  display: inline-block;
}
.mz-sms-create-input-content .preview-content-area .sms-mobile-preview {
  height: 290px !important;
}
.mz-sms-create-input-content .preview-content-area .sms-mobile-preview .text-preview-area {
  width: 200px;
  line-height: 20px;
  max-height: 150px;
  overflow-x: hidden;
  margin: 10px 8px 0 8px;
  padding: 8px 5px 8px 5px;
  background-color: #d8d8d8;
  border-radius: 4px;
  word-break: break-all;
}
.mz-sms-create-input-content .component-holder {
  line-height: 20px;
}
.mz-sms-mobiles-list-area .filter-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.mz-sms-mobiles-list-area .sms-panel-header {
  font-size: 16px;
}
.mz-sms-mobiles-list-area .sms-filter-area {
  margin-top: 20px;
}
.mz-sms-short-url-footer {
  font-size: 14px;
}
.mz-sms-short-url-footer .footer-btn {
  margin-left: 40px;
}
.mz-sms-preview-area .preview-sms-content {
  line-height: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 9px 19px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  position: relative;
}
.mz-sms-preview-area .preview-sms-content:before,
.mz-sms-preview-area .preview-sms-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 0;
}
.mz-sms-preview-area .preview-sms-content:before {
  border-top-color: #d8d8d8;
  margin-bottom: -12px;
}
.mz-sms-preview-area .preview-sms-content:after {
  border-top-color: #f2f2f2;
  margin-bottom: -11px;
}
.mz-hover-to-delete .show-on-hover {
  visibility: hidden;
}
.mz-hover-to-delete:hover .show-on-hover {
  visibility: visible;
}
.mz-sms-add-template-preview-area {
  display: inline-block;
}
.mz-sms-add-template-preview-area .sms-mobile-preview {
  height: 300px !important;
}
.mz-sms-add-template-preview-area .sms-mobile-preview .text-preview-area {
  width: 200px;
  max-height: 150px;
  overflow-x: hidden;
  margin: 10px 8px 0 8px;
  padding: 8px 5px 8px 5px;
  background-color: #d8d8d8;
  border-radius: 4px;
}
.mz-settings-block .mz-settings-body .sms-balance-alarm {
  margin-top: -8px;
}
.mz-settings-block .mz-settings-body .sms-balance-alarm .sms-group-input {
  width: 100px;
  padding: 5px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mz-settings-block .mz-settings-body .sms-balance-alarm .sms-group-btn {
  width: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  padding-left: 4px;
}
.mz-settings-block .mz-settings-body .sms-sign-append-info {
  color: #c8c8c8;
}
body.sms-staff-pages.wide {
  background-color: #fff;
}
body.sms-staff-pages.wide .m2-container {
  width: 1320px;
}
body.sms-staff-pages.wide .m2-container#content {
  width: 1320px;
  font-size: 14px;
}
body.sms-staff-pages.wide .m2-container#main-content {
  width: 1320px;
  padding-top: 0;
  min-height: 0;
}
body.sms-staff-pages.wide .mz-content-wrapper {
  width: 1320px;
}
.sms-compact-form-inline input.mz-form-control {
  width: 200px;
}
.sms-compact-form-horizontal .mz-form-group {
  margin-bottom: 10px;
}
.sms-template-form-inline input.mz-form-control {
  width: 80px;
}
.sms-template-query .query-area {
  margin-top: -5px;
}
.sms-template-query .query-area .groups-area {
  display: inline-block;
}
.sms-template-table .info-part {
  width: 240px;
}
.sms-template-table .text-part .template-text {
  min-height: 40px;
  overflow: hidden;
  position: relative;
}
.sms-template-table .text-part .template-text .icon-area {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 8px;
  background-color: #fff;
}
.sms-template-table .text-part .error-reason {
  padding: 0 5px;
}
.sms-template-table .action-part {
  width: 400px;
}
.sms-template-table .action-part .batch-approve {
  float: right;
}
.sms-template-table .action-part .reason-part {
  margin: 2px 0px;
}
.sms-template-table .action-part .reason-part .input-reason {
  color: #333333;
  border: 1px solid #d8d8d8;
  width: 240px;
}
.sms-template-table .action-part .reason-part .select-reason {
  display: inline-block;
  width: 120px;
}
.sms-template-table .btn-hidden {
  visibility: hidden;
}
.sms-template-table.in-user-group .text-part .template-text {
  max-height: 40px;
}
.sms-template-table.in-user-group .text-part .icon-area {
  display: block;
}
.sms-template-table.in-user-group .action-part {
  display: none;
}
.sms-staff-template-reject-popover .reject-reason-dropdown,
.sms-staff-template-reject-popover .reject-reason-input {
  width: 192px;
}
.sms-narrow-hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mz-sms-staff-danger-zone {
  display: none;
}
.mz-sms-staff-danger-btn {
  visibility: hidden;
}
.mz-sms-staff-customer-service-zone {
  display: none;
}
.mz-sms-staff-customer-service-btn {
  visibility: hidden;
}
.mz-sms-staff-hide-for-old {
  display: none;
}
.sms-text-hot-template .sms-text-hot-introduction {
  resize: none;
  width: 100%;
  height: 120px;
}
.sms-text-input-area {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
.sms-text-input-area textarea.sms-textarea {
  resize: none;
  width: 100%;
  height: 180px;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
.sms-text-input-area textarea.sms-textarea:hover,
.sms-text-input-area :active {
  border-width: 1px;
}
.sms-text-input-area .tip-area {
  border: 0;
}
.sms-text-input-area .tip-area .text-tip {
  margin-left: 5px;
}
.sms-text-input-area .tip-area .text-length {
  position: absolute;
  right: 5px;
}
.sms-template-error-reason {
  margin-top: 5px;
}
.sms-template-add-description {
  width: 250px !important;
}
.sms-act-list-item {
  margin: 2px;
}
.mz-list-group-item .sms-act-component .mz-col-md-0 {
  padding-left: 10px;
  padding-right: 10px;
}
.mz-list-group-item .sms-act-component .info-part {
  width: 220px;
}
.mz-list-group-item .sms-act-component .text-part {
  width: 320px;
}
.mz-list-group-item .sms-act-component .text-part .append-info {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.mz-list-group-item .sms-act-component .text-part .text-container {
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.mz-list-group-item .sms-act-component .text-part .text-container:after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.3em;
  background: inherit;
}
.mz-list-group-item .sms-act-component .text-part .text-container span:after {
  content: '\0000a0';
  position: absolute;
  width: 960px;
  z-index: 1;
  background: #fff;
}
.mz-list-group-item .sms-act-component .filter-part {
  width: 350px;
}
.mz-list-group-item .sms-act-component .roi-part {
  width: 300px;
}
.sms-detail-search-table .detail-channel {
  width: 80px;
}
.sms-detail-search-table .detail-status {
  width: 168px;
}
.sms-detail-search-table .detail-text {
  width: 450px;
}
.sms-detail-search-table .detail-other {
  width: 240px;
}
.sms-detail-search-table .detail-receiver {
  width: 200px;
}
.sms-detail-search-table .detail-seller {
  width: 140px;
}
.sms-detail-search-table .detail-opt {
  width: 120px;
}
.sms-blacklist-table .blacklist-uid {
  width: 168px;
}
.sms-blacklist-table .blacklist-mobile {
  width: 200px;
}
.sms-blacklist-table .blacklist-time {
  width: 200px;
}
.sms-blacklist-table .blacklist-delete {
  width: 100px;
}
.sms-blacklist-query .mz-form-group + .mz-form-group {
  border-left: 1px solid #e8e8e8;
  padding-left: 5px;
}
.sms-blacklist-query .mz-control-label {
  display: block;
}
.sms-blacklist-query input.mz-form-control {
  width: 180px;
}
.sms-blacklist-query .date-input {
  display: inline-block;
}
.sms-blacklist-query .date-input input.mz-form-control {
  width: 180px;
}
.sms-blacklist-query input.mz-form-control {
  width: 180px;
}
.sms-blacklist-query .mz-checkbox-inline {
  float: left;
}
.sms-blacklist-query input[type='checkbox'] {
  margin-top: 5px;
}
.mz-sms-staff-one-line {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sms-staff-pages .sms-logs-query-form .date-input input.mz-form-control {
  width: 180px;
}
.sms-staff-pages .sms-logs-query-form input.mz-form-control {
  width: 120px;
}
.sms-sign-list .sign-create-time {
  font-size: 12px;
}
.sms-sign-list .sign-oper-input {
  height: 30px;
  padding: 4px 5px;
}
.sms-sign-list.sign-list-compact .sign-text {
  width: 140px;
}
.sms-sign-list.sign-list-compact .sign-status {
  max-width: 150px;
}
.sms-sign-list.sign-list-compact .sign-oper {
  min-width: 170px;
}
.sms-sign-list.sign-list-compact .sign-oper .sign-oper-input {
  margin-top: 10px;
}
.sms-staff-set-sign {
  border: 1px solid #0088df;
  padding: 10px 20px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.abnormal-notification {
  position: relative;
}
.abnormal-notification::after {
  content: attr(data-num);
  height: 13px;
  width: 13px;
  border-radius: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  color: #fff;
  background: red;
  position: absolute;
  top: -7px;
  right: 0px;
}
.sms-staff-sales-allocation-form .mz-form-group + .mz-form-group {
  border-left: 1px solid #e8e8e8;
  padding-left: 5px;
}
.sms-staff-sales-allocation-form .mz-control-label {
  display: block;
  line-height: 30px;
}
.sms-staff-sales-allocation-form .date-input {
  display: inline-block;
}
.sms-staff-sales-allocation-form .date-input input.mz-form-control {
  width: 140px;
}
.sms-staff-sales-allocation-form .mz-form-group.range-input {
  width: 186px;
}
.sms-staff-sales-allocation-form .mz-dropdown-list {
  width: 180px;
}
.sms-staff-sales-allocation-form input.mz-form-control.narrow {
  width: 80px;
}
.sms-staff-statistics-datepicker-top {
  position: absolute;
  top: 6px;
  right: 8px;
}
.sms-staff-statistics-datepicker-bottom {
  position: absolute;
  bottom: 6px;
  right: 8px;
}
.sms-staff-test-page .action-part {
  width: 400px;
}
.sms-staff-test-page .reason-part {
  margin: 2px 0px;
}
.sms-staff-test-page .reason-part .input-reason {
  color: #333333;
  border: 1px solid #d8d8d8;
  width: 240px;
}
.sms-staff-test-page .reason-part .select-reason {
  display: inline-block;
  width: 120px;
}
.sms-staff-template-group-edit .create-group {
  margin-top: -6px;
}
.sms-staff-template-group-update .input-edit {
  width: 80% !important;
}
.sms-staff-template-group-update .rank-text {
  color: #666666;
}
.sms-staff-template-group-update .choice-gap {
  margin-left: 12px;
}
.sms-staff-template-group-update .btn-opt {
  margin-left: 40%;
}
.mz-sms-act-name {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sms-notice-new-tag {
  position: absolute;
  top: -2px;
  right: -22px;
  background-color: #f75555;
  color: #fff;
  padding: 0 4px;
  line-height: 16px;
  font-size: 12px;
  z-index: 1001;
}
.sms-notice-new-tag:before {
  content: '';
  position: absolute;
  border: 4px solid #f75555;
  border-color: #f75555 transparent transparent #f75555;
  left: 2px;
  bottom: -5px;
}
.sms-notice-new-tag.warning {
  background: #ff9700;
}
.sms-notice-new-tag.warning.warning:before {
  border: 3px solid #ff9700;
  border-color: #ff9700 transparent transparent #ff9700;
}
.sms-logs-query-form .mz-form-group + .mz-form-group {
  border-left: 1px solid #e8e8e8;
  padding-left: 5px;
}
.sms-logs-query-form .mz-control-label {
  display: block;
  line-height: 30px;
  padding-left: 16px;
}
.sms-logs-query-form .date-input {
  display: inline-block;
}
.sms-logs-query-form input.mz-form-control {
  width: 180px;
}
.sms-logs-table .sms_buyer_nick {
  max-width: 180px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mz-sms-notice-act .notice-type-selector {
  position: relative;
}
.mz-sms-notice-act .notice-type-selector .notice-item {
  display: inline-block;
  color: #999999;
  background: #f8f8f8;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
}
.mz-sms-notice-act .notice-type-selector .notice-item.selected {
  border-style: dashed;
  border-color: #999999;
}
.mz-sms-notice-act .notice-type-selector .notice-item.notice-on {
  color: #0088df;
}
.mz-sms-notice-act .notice-type-selector .notice-item.disable {
  cursor: not-allowed;
}
.mz-sms-notice-act .notice-type-selector .notice-item .icon-part {
  font-size: 64px;
  margin: 12px 18px 0 18px;
}
.mz-sms-notice-act .notice-type-selector .notice-item .text-part {
  margin: 0 22px 22px 22px;
}
.mz-sms-notice-act .notice-type-selector .status-text {
  width: 100px;
  text-align: center;
  padding-top: 10px;
  color: #666666;
}
.mz-sms-notice-act .notice-type-selector .status-text.notice-on {
  color: #333333;
}
.mz-sms-notice-act .notice-type-selector .arrow {
  position: relative;
  display: inline-block;
}
.mz-sms-notice-act .notice-type-selector .arrow .arrow-body {
  display: inline-block;
  position: absolute;
  top: 60px;
  height: 2px;
  width: 20px;
  margin-left: -18px;
  background-color: #c8c8c8;
}
.mz-sms-notice-act .notice-type-selector .arrow .arrow-append {
  display: inline-block;
  position: absolute;
  top: 57px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #c8c8c8;
}
.mz-sms-notice-act .notice-type-selector .vertical-arrow {
  position: relative;
  height: 30px;
}
.mz-sms-notice-act .notice-type-selector .vertical-arrow .arrow-body {
  position: absolute;
  left: 50px;
  width: 2px;
  height: 20px;
  background-color: #c8c8c8;
}
.mz-sms-notice-act .notice-type-selector .vertical-arrow .arrow-append {
  position: absolute;
  left: 47px;
  top: 20px;
  height: 0;
  width: 0;
  border-top: 8px solid #c8c8c8;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.mz-sms-notice-act .notice-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.mz-sms-notice-act .notice-title .title-append {
  font-size: 12px;
  color: #999999;
  margin-left: 15px;
}
.mz-sms-notice-act .notice-act-preview {
  width: 100%;
  min-height: 320px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.mz-sms-notice-act .notice-act-preview .preview-header {
  border-bottom: 1px solid #d8d8d8;
  height: 50px;
  color: #0088df;
  text-align: right;
  padding-top: 15px;
}
.mz-sms-notice-act .notice-act-preview .preview-header .zero-header {
  color: black;
  display: inline-block;
  vertical-align: top;
}
.mz-sms-notice-act .notice-act-preview .preview-header .clickable-header {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon {
  width: 65px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: white;
  font-size: 12px;
  cursor: pointer;
  vertical-align: top;
  margin-left: 16px;
  margin-right: 16px;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.on {
  background-color: #0088df;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.on .circle {
  height: 20px;
  width: 20px;
  top: 0;
  left: 47px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  position: absolute;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.on .text {
  position: absolute;
  top: 0;
  left: 8px;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.off {
  background-color: #c8c8c8;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.off .circle {
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  position: absolute;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.off .text {
  position: absolute;
  top: 0;
  left: 22px;
}
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.on.locked,
.mz-sms-notice-act .notice-act-preview .preview-header .switch-icon.off.locked {
  background-color: #c8c8c8;
  cursor: not-allowed;
}
.mz-sms-notice-act .notice-act-preview .preview-body {
  padding: 24px;
  position: relative;
}
.mz-sms-notice-act .notice-act-preview .preview-body .title {
  font-size: 16px;
  margin-bottom: 8px;
}
.mz-sms-notice-act .notice-act-preview .preview-body .content {
  margin-bottom: 24px;
}
.mz-sms-notice-act .notice-act-preview .preview-body .edit-btn {
  color: #0088df;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.mz-sms-notice-act .notice-act-preview .preview-body .edit-btn.locked {
  color: #c8c8c8;
  cursor: not-allowed;
}
.mz-sms-protocol-page p {
  text-indent: 2em;
}
.mz-act-list-quick-btns.mz-mshow-index {
  margin-bottom: 100px;
  padding: 20px 10px;
}
.mz-act-list-quick-btns.mz-mshow-index .mz-btn {
  width: 120px;
  padding: 12px;
}
.mz-act-list-quick-btns.mz-mshow-index .tip {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.mz-mshow-index-guide .index-guide-tip {
  margin-right: 10px;
}
.mz-mshow-index-guide .index-guide-top {
  margin-bottom: 40px;
}
.mz-mshow-index-guide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 120px;
}
.mz-mshow-index-tuiguang .index-tuiguang-title {
  font-size: 16px;
  color: #333333;
  padding-right: 25px;
}
.mz-mshow-index-tuiguang .index-tuiguang-part {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #0088df;
}
.mz-mshow-index-tuiguang .index-tuiguang-part:hover {
  color: #005993;
}
.mz-mshow-index-tuiguang .index-tuiguang-part:hover .index-tuiguang-top-pic,
.mz-mshow-index-tuiguang .index-tuiguang-part:hover .index-tuiguang-bottom-pic {
  display: block;
}
.mz-mshow-index-tuiguang .index-tuiguang-part .index-tuiguang-top-pic {
  position: absolute;
  z-index: 1010;
  height: 400px;
  top: -410px;
  left: 0;
  display: none;
}
.mz-mshow-index-tuiguang .index-tuiguang-part .index-tuiguang-bottom-pic {
  position: absolute;
  z-index: 1010;
  width: 225px;
  height: 400px;
  top: 20px;
  left: 0;
  display: none;
}
.act-mshow-text-part {
  font-size: 0;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  list-style-type: none;
}
.act-mshow-text-part .act-mshow-line-part .act-mshow-line {
  position: absolute;
  width: 260px;
  height: 1px;
  margin: 0px auto;
  background-color: #dcdcdc;
  top: 10px;
}
.act-mshow-text-part .act-mshow-line-part .act-mshow-line.right-part {
  left: 700px;
}
.act-mshow-text-part .act-mshow-line-part .act-mshow-title {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}
.act-mshow-text-part .act-mshow-text-card {
  display: inline-block;
  width: 220px;
  min-height: 340px;
  border: 2px solid #dbf1ff;
  text-align: center;
}
.act-mshow-text-part .act-mshow-text-card .link-btn {
  width: 100px;
  margin-bottom: 20px;
}
.act-mshow-text-part .act-mshow-text-card .text-part {
  background-color: #dbf1ff;
}
.act-mshow-text-part .act-mshow-text-card .text-part .title {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.act-mshow-text-part .act-mshow-text-card .text-part .tip {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.act-mshow-text-part .act-mshow-text-card .pic-part {
  margin: 30px auto 25px auto;
  height: 164px;
}
.act-mshow-text-part .act-mshow-text-card + .act-mshow-text-card {
  margin-left: 20px;
}
.activity-info-group .activity-pic-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 70px;
  width: 150px;
}
.activity-info-group .activity-pic-wrapper img {
  max-height: 70px;
  max-width: 150px;
}
.activity-info-group .activity-info-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 260px;
}
.activity-info-group .activity-info-wrapper .activity-title {
  position: relative;
}
.activity-info-group .activity-info-wrapper .activity-title .activity-tip {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.activity-info-group .activity-info-wrapper .activity-time {
  color: #999999;
  margin-top: 5px;
  margin-bottom: 0;
}
.activity-info-group .activity-info-wrapper .activity-info {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 0;
}
.activity-info-group .activity-info-wrapper .gray-link {
  color: #333333;
}
.activity-action-main .activity-deleted {
  color: #c8c8c8 !important;
}
.activity-action-at-bottom .activity-deleted {
  color: #c8c8c8 !important;
}
.mz-mshow-detail img {
  max-width: 100%;
  height: auto;
}
.mz-mshow-edit-success {
  text-align: center;
}
.mz-mshow-edit-success .edit-success-icon {
  display: inline-block;
  margin-right: 20px;
}
.mz-mshow-edit-success .edit-success-top-tip {
  font-size: 16px;
  line-height: 24px;
}
.mz-mshow-edit-success .edit-success-bottom-tip {
  font-size: 12px;
  line-height: 18px;
  color: #ff9d00;
}
.mz-mshow-label {
  font-weight: normal;
  margin-bottom: 0;
}
.mz-mshow-btn {
  width: 120px;
}
.mz-mshow-btn-lg {
  width: 185px;
}
.mz-mshow-icon {
  color: #666;
}
.mz-mshow-pager-part {
  text-align: right;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mshow-deploy-modal-teach {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.mshow-deploy .mshow-alert {
  margin: 20px 20px 0;
}
.mshow-deploy .deploy-bottom-tip {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.mshow-deploy .mshow-deploy-success {
  height: 530px;
  padding-top: 210px;
  text-align: center;
}
.mshow-deploy .mshow-deploy-success .mshow-deploy-icon {
  font-size: 20px;
}
.mshow-deploy .mshow-deploy-success .deploy-top-tip {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.mshow-deploy .mshow-deploy-success .clean-deploy-part {
  margin-bottom: 20px;
}
.mshow-deploy .mshow-deploy-success .deploy-btn {
  color: #00be70;
  border: 1px solid #00be70;
}
.mz-modal-mshow-weitao-footer {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.mz-modal-mshow-weitao-footer .mz-mshow-tip {
  padding-left: 20px;
}
.mz-modal-mshow-weitao-footer .gray-link,
.mz-modal-mshow-weitao-footer .gray-link:link,
.mz-modal-mshow-weitao-footer .gray-link:visited {
  color: #666666;
}
.mz-modal-mshow-weitao-footer .gray-link:hover {
  color: #0088df;
}
.mz-mshow-banner-manage .banner-pager {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mz-mshow-banner-manage .banner-group {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f8f8f8;
}
.mz-mshow-banner-manage .banner-group:hover {
  background: #f8f8f8;
}
.modal-banner-content {
  height: 490px;
}
.mshow_weitao_wrapper {
  height: 600px;
  overflow: hidden;
}
.mshow_weitao_wrapper #mshow_weitao_banner {
  position: absolute;
  bottom: 0;
  width: 900px;
  left: -900px;
  transition: left 0.2s linear;
}
.mshow_weitao_wrapper.in #mshow_weitao_banner {
  left: 0;
}
.mshow_weitao_wrapper.out #mshow_weitao_banner {
  left: -900px;
}
.mshow-tuiguang-wrapper {
  height: 900px;
  overflow: hidden;
}
.mshow-tuiguang-wrapper .modal-banner-content {
  height: 460px;
}
.mshow-tuiguang-wrapper #mshow_weitao_banner {
  position: absolute;
  bottom: 0;
  width: 900px;
  left: -900px;
  transition: left 0.2s linear;
}
.mshow-tuiguang-wrapper.in #mshow_weitao_banner {
  left: 0;
}
.mshow-tuiguang-wrapper.out #mshow_weitao_banner {
  left: -900px;
}
.mshow-fabu-wrapper .basic-info,
.mshow-tuiguang-wrapper .basic-info {
  text-align: left;
  background: #f2faff;
  font-size: 14px;
  line-height: 34px;
  padding: 10px;
  min-height: 100px;
}
.mshow-fabu-wrapper .basic-info .basic-group,
.mshow-tuiguang-wrapper .basic-info .basic-group {
  margin-bottom: 5px;
}
.mshow-fabu-wrapper .basic-info .basic-group .desc,
.mshow-tuiguang-wrapper .basic-info .basic-group .desc {
  color: #000;
  width: auto;
  display: inline-block;
}
.mshow-fabu-wrapper .basic-info .basic-group .banner,
.mshow-tuiguang-wrapper .basic-info .basic-group .banner {
  width: 100px;
}
.mshow-fabu-wrapper .basic-info .basic-group .basic-btn,
.mshow-tuiguang-wrapper .basic-info .basic-group .basic-btn {
  margin-left: 10px;
}
.mshow-fabu-wrapper .basic-info .basic-group-right,
.mshow-tuiguang-wrapper .basic-info .basic-group-right {
  float: right;
}
.mshow-fabu-wrapper .basic-info .basic-group-left,
.mshow-tuiguang-wrapper .basic-info .basic-group-left {
  float: left;
}
.mshow-fabu-wrapper .action-info,
.mshow-tuiguang-wrapper .action-info {
  clear: both;
  text-align: left;
}
.mshow-fabu-wrapper .action-info .navbar-part,
.mshow-tuiguang-wrapper .action-info .navbar-part {
  width: 100%;
  margin-right: 20px;
}
.mshow-fabu-wrapper .action-info .navbar-part .desc,
.mshow-tuiguang-wrapper .action-info .navbar-part .desc {
  color: #778c99;
  padding: 20px 0 20px 10px;
  font-size: 16px;
  line-height: 18px;
}
.mshow-fabu-wrapper .action-info .navbar-part .desc .desc-img,
.mshow-tuiguang-wrapper .action-info .navbar-part .desc .desc-img {
  width: 16px;
  float: left;
  margin-right: 5px;
}
.mshow-fabu-wrapper .action-info .teach-part,
.mshow-tuiguang-wrapper .action-info .teach-part {
  width: 480px;
  float: left;
  margin-right: 10px;
  padding-top: 15px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-group,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-group {
  margin-bottom: 10px;
  font-size: 0;
  width: 330px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-group .step-title,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-group .step-title {
  font-size: 14px;
  line-height: 20px;
  float: left;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-group .step-tip,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-group .step-tip {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 270px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-group .step-link,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-group .step-link {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-btn-group,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-btn-group {
  display: table;
  margin-bottom: 10px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-btn-group .step-btn-title,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-btn-group .step-btn-title {
  font-size: 14px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-step-btn-group .step-btn-wrapper,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-step-btn-group .step-btn-wrapper {
  display: table-cell;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-bottom-part,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-bottom-part {
  margin-top: 30px;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-bottom-part .bottom-url,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-bottom-part .bottom-url {
  font-size: 12px;
  line-height: 18px;
}
.mshow-fabu-wrapper .action-info .teach-part .install-weitao-input,
.mshow-tuiguang-wrapper .action-info .teach-part .install-weitao-input {
  width: 270px;
  margin: auto;
  padding-top: 10px;
}
.mshow-fabu-wrapper .action-info .teach-part .install-weitao-pic,
.mshow-tuiguang-wrapper .action-info .teach-part .install-weitao-pic {
  margin: auto;
  margin-top: 10px;
}
.mshow-fabu-wrapper .action-info .teach-part .install-weitao-pic img,
.mshow-tuiguang-wrapper .action-info .teach-part .install-weitao-pic img {
  max-height: 126px;
}
.mshow-fabu-wrapper .action-info .teach-part .install-weitao-tip,
.mshow-tuiguang-wrapper .action-info .teach-part .install-weitao-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  font-weight: normal;
}
.mshow-fabu-wrapper .action-info .teach-part .weitao-tip-part,
.mshow-tuiguang-wrapper .action-info .teach-part .weitao-tip-part {
  margin-top: 10px;
  margin-bottom: 36px;
}
.mshow-fabu-wrapper .action-info .teach-part .mz-has-error .install-weitao-tip,
.mshow-tuiguang-wrapper .action-info .teach-part .mz-has-error .install-weitao-tip {
  color: #f75555;
}
.mshow-fabu-wrapper .action-info .pic-part,
.mshow-tuiguang-wrapper .action-info .pic-part {
  width: 200px;
  float: right;
  text-align: center;
  padding-top: 15px;
}
.mshow-fabu-wrapper .action-info .pic-part .title,
.mshow-tuiguang-wrapper .action-info .pic-part .title {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.mshow-fabu-wrapper .action-info .pic-part img,
.mshow-tuiguang-wrapper .action-info .pic-part img {
  max-width: 140px;
}
.mshow-fabu-wrapper .text-input-part,
.mshow-tuiguang-wrapper .text-input-part {
  height: 150px;
  width: 480px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.mshow-guanlian-wrapper .desc-part {
  width: 130px;
  text-align: right;
  display: table-cell;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
}
.mshow-guanlian-wrapper .action-part {
  padding-left: 20px;
  text-align: left;
  width: 710px;
  display: table-cell;
}
.mshow-guanlian-wrapper .action-part .option-text {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.mshow-guanlian-wrapper .action-part .option-text .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  padding-left: 20px;
  font-weight: normal;
}
.mshow-guanlian-wrapper .action-part .btn-part {
  vertical-align: middle;
}
.mshow-guanlian-wrapper .action-part .mz-radio {
  margin-bottom: 20px;
}
.mshow-guanlian-wrapper .mshow-list-part {
  margin-top: 20px;
  position: relative;
}
.mshow-guanlian-wrapper .mshow-list-part .desc-part {
  padding-top: 10px;
  vertical-align: top;
}
.mshow-guanlian-wrapper .mshow-list-part .action-part .list-part {
  height: 335px;
  overflow-y: auto;
}
.mshow-step {
  width: 100%;
  height: 100%;
}
.mshow-step .btn {
  position: relative;
  width: 80px;
  height: 100%;
  font-size: 40px;
  float: left;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mshow-step .mz-step-content {
  width: 700px;
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.mshow-step .mz-step-content .mz-step-content-detail {
  position: absolute;
  width: 1000%;
  height: 100%;
}
.mshow-step .mz-step-content .mz-step-content-detail .teach-step-group {
  width: 700px;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.mshow-step .mz-step-content .mz-step-content-detail .teach-step-group .mz-step-text {
  position: absolute;
  right: 0px;
}
.mshow-step .mz-step-content .mz-step-content-detail .teach-step-group .step-title {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mshow-step .mz-step-content .mz-step-content-detail .teach-step-group .step-img {
  max-width: 700px;
  height: auto;
  max-height: 380px;
}
.mshow-step .page {
  clear: both;
  width: 100%;
  height: 40px;
  text-align: center;
}
.mshow-step .page .page-item {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 5px 10px;
  line-height: 30px;
  border-radius: 15px;
  background: #a9a9a9;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.mshow-step .page .active {
  background: gray;
}
.mz-mshow-template-list {
  padding-left: 0;
  list-style: none;
}
.mz-mshow-template-list .template-detail {
  float: left;
  margin-right: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mz-mshow-template-list .template-detail .template-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 1px solid #f2f2f2;
}
.mz-mshow-template-list .template-detail .template-wrapper .template-pic {
  width: 225px;
  height: 400px;
}
.mz-mshow-template-list .template-detail .template-wrapper .template-info {
  display: none;
  position: absolute;
  width: 135px;
  top: 25%;
  left: 20%;
  text-align: center;
}
.mz-mshow-template-list .template-detail .template-wrapper .template-info img {
  width: 100%;
}
.mz-mshow-template-list .template-detail .template-wrapper .template-info .template-tip {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 40px;
}
.mz-mshow-template-list .template-detail .template-wrapper .template-btn {
  display: none;
  position: absolute;
  border-radius: 0px;
  bottom: 0;
}
.mz-mshow-template-list .template-detail .template-wrapper.selected,
.mz-mshow-template-list .template-detail .template-wrapper:hover {
  border: 1px solid #0088df;
  background-color: #000;
}
.mz-mshow-template-list .template-detail .template-wrapper.selected .template-pic,
.mz-mshow-template-list .template-detail .template-wrapper:hover .template-pic {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-mshow-template-list .template-detail .template-wrapper.selected .template-info,
.mz-mshow-template-list .template-detail .template-wrapper:hover .template-info {
  display: block;
}
.mz-mshow-template-list .template-detail .template-wrapper.selected .template-btn,
.mz-mshow-template-list .template-detail .template-wrapper:hover .template-btn {
  display: block;
}
.mz-mshow-template-list .template-detail:nth-child(4n) {
  margin-right: 0px;
}
.edit-banner-preview {
  display: table-cell;
  position: relative;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  width: 610px;
  height: 415px;
}
.edit-banner-preview .banner-wrapper {
  width: 525px;
  height: 245px;
  margin: 0 auto;
  position: relative;
}
.edit-banner-preview img {
  max-width: 525px;
  max-height: 245px;
}
.edit-banner-preview .wmBasic {
  position: absolute;
  cursor: move;
}
.edit-banner-preview .wmBasic-border {
  outline: 1px dashed #000;
}
.edit-banner-preview .edit-bottom-part {
  position: relative;
  height: 40px;
}
.edit-banner-preview .edit-bottom-part .edit-navbar {
  position: absolute;
  background-color: #fff;
}
.edit-banner-preview .edit-bottom-part .edit-navbar .edit-bar-group {
  padding: 10px 10px;
  margin: 0;
  float: left;
  display: block;
  font-size: 14px;
  cursor: default;
}
.edit-banner-preview .edit-bottom-part .edit-navbar .font-wrapper {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
.edit-banner-preview .edit-bottom-part .edit-navbar .color-wrapper {
  height: 20px;
  width: 20px;
  border: 1px solid #f5f5f5;
}
.edit-banner-preview .edit-bottom-part .edit-navbar .icon-wrapper {
  font-size: 17px;
}
.edit-banner-preview .edit-bottom-part .font-part {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
}
.edit-banner-preview .edit-bottom-part .font-part .font-menu {
  list-style: none;
  background: #fff;
}
.edit-banner-preview .edit-bottom-part .font-part .font-menu .font-item {
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
}
.edit-banner-preview .edit-bottom-part .font-part .font-menu .font-item:hover {
  background-color: #eee;
}
.edit-banner-preview .edit-bottom-part .color-menu {
  position: absolute;
  top: 40px;
  width: 180px;
  height: 150px;
  padding: 20px;
  font-size: 0;
  background: #fff;
}
.edit-banner-preview .edit-bottom-part .color-menu .color-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #f5f5f5;
  margin-right: 10px;
}
.edit-banner-preview .edit-bottom-part .color-menu li:nth-child(5n) {
  margin-right: 0;
}
.edit-banner-text-content {
  margin-left: 20px;
}
.edit-banner-text-content .btn-part {
  margin-bottom: 20px;
}
.edit-banner-text-content .btn-part .edit-banner-btn {
  width: 230px;
  color: #0088df;
  border-color: #0088df;
  background-color: #fff;
}
.edit-banner-text-content .text-part {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  position: relative;
}
.edit-banner-text-content .text-part .tip {
  color: #999999;
}
.edit-banner-text-content .text-part .text-num-part {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.mz-mshow-tag-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
  color: #666666;
}
.mz-mshow-tag-list li {
  display: inline-block;
  margin: 1px;
}
.mz-mshow-tag-list .banner-tag {
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 7px;
}
.mz-mshow-tag-list .banner-tag .tag-icon {
  font-size: 10px;
  visibility: hidden;
}
.mz-mshow-tag-list .banner-tag.selected {
  background: #0088df;
  color: #fff;
}
.mz-mshow-tag-list .banner-tag.selected .tag-icon {
  visibility: visible;
}
.mz-mshow-banner-list {
  padding-left: 0;
  list-style: none;
}
.mz-mshow-banner-list .banner-detail {
  float: left;
  text-align: center;
  margin-right: 17px;
  margin-top: 25px;
  margin-bottom: 20px;
  height: 93px;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper {
  width: 202px;
  height: 93px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border: 1px solid #f2f2f2;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper img {
  max-width: 202px;
  max-height: 93px;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper .delete-btn {
  font-size: 18px;
  visibility: hidden;
  position: absolute;
  right: -9px;
  top: -9px;
  color: white;
  background-color: #f75555;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper .delete-btn:before {
  font-size: 12px;
  display: block;
  line-height: 18px;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper .selected-tip {
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.mz-mshow-banner-list .banner-detail .banner-wrapper.selected,
.mz-mshow-banner-list .banner-detail .banner-wrapper:hover {
  border: 1px solid #0088df;
  background-color: rgba(255, 255, 255, 0.8);
}
.mz-mshow-banner-list .banner-detail .banner-wrapper.selected .template-pic,
.mz-mshow-banner-list .banner-detail .banner-wrapper:hover .template-pic {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-mshow-banner-list .banner-detail .banner-wrapper.selected .selected-tip,
.mz-mshow-banner-list .banner-detail .banner-wrapper:hover .selected-tip,
.mz-mshow-banner-list .banner-detail .banner-wrapper.selected .delete-btn,
.mz-mshow-banner-list .banner-detail .banner-wrapper:hover .delete-btn {
  visibility: visible;
}
.mz-mshow-banner-list .banner-detail:nth-child(4n) {
  margin-right: 0;
}
.mz-mshow-template-card-list {
  padding-left: 0;
  list-style: none;
}
.mz-mshow-template-card-list .template-detail {
  float: left;
  text-align: center;
  margin-right: 35px;
  margin-top: 20px;
  margin-bottom: 0px;
  height: 360px;
}
.mz-mshow-template-card-list .template-detail .template-wrapper {
  width: 263px;
  height: 360px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border: 1px solid #f2f2f2;
}
.mz-mshow-template-card-list .template-detail .template-wrapper img {
  max-width: 263px;
  max-height: 360px;
}
.mz-mshow-template-card-list .template-detail .template-wrapper .selected-tip {
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.mz-mshow-template-card-list .template-detail .template-wrapper.selected,
.mz-mshow-template-card-list .template-detail .template-wrapper:hover {
  border: 1px solid #0088df;
  background-color: rgba(255, 255, 255, 0.8);
}
.mz-mshow-template-card-list .template-detail .template-wrapper.selected .template-pic,
.mz-mshow-template-card-list .template-detail .template-wrapper:hover .template-pic {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mz-mshow-template-card-list .template-detail .template-wrapper.selected .selected-tip,
.mz-mshow-template-card-list .template-detail .template-wrapper:hover .selected-tip {
  visibility: visible;
}
.mz-mshow-template-card-list .template-detail:nth-child(3n) {
  margin-right: 0px;
}
.mshow-modal-title-tip {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-weight: normal;
  padding-left: 10px;
}
.modal-coupon-content .desc {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
.modal-coupon-content .desc .tip {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.modal-coupon-content .mz-mshow-coupon-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.modal-coupon-content .mz-mshow-coupon-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.modal-coupon-content .mz-mshow-coupon-list li:nth-child(3n) {
  margin-right: 0;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item {
  position: relative;
  width: 276px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #d8d8d8;
  height: 184px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content {
  background: url('//img.alicdn.com/bao/uploaded/i2/84495163/TB12AUgam8YBeNkSnb4XXaevFXa_!!2-item_pic.png');
  height: 104px;
  width: 236px;
  display: table;
  margin: 20px auto 10px auto;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content .num-part {
  width: 146px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content .num-part .price-icon {
  font-size: 12px;
  line-height: 18px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content .num-part .denominations-num {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content .text-part {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #ff4768;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-content .white-part {
  width: 20px;
  display: table-cell;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-btn-part {
  font-size: 0;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item .coupon-btn-part .coupon-btn {
  padding: 4px 8px;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected {
  border: 2px solid #0088df;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected .append-label {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-right: 30px solid #0088df;
  border-top: 27px solid transparent;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e967";
  line-height: inherit;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-12px:after {
  content: '\200b';
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-16px:after {
  content: '\200b';
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-24px:after {
  content: '\200b';
}
.modal-coupon-content .mz-mshow-coupon-list .mz-coupon-item.selected:after.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.modal-coupon-content .no-coupon .tip {
  margin: 20px;
}
.modal-coupon-content .no-coupon .btn-part {
  font-size: 0;
}
.modal-coupon-content .no-coupon .btn-part a {
  margin-right: 20px;
}
.mz-mshow-edit .edit-header {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #333333;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.mz-mshow-edit .edit-title-group {
  height: 40px;
}
.mz-mshow-edit .edit-form-group-input {
  width: 185px !important;
  margin-right: 0px !important;
}
.mz-mshow-edit .edit-append-label-part {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  padding-left: 20px;
}
.mz-mshow-edit .edit-append-label-part .edit-append-label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05px;
  color: #b0b0b0;
  font-weight: normal;
  width: 150px;
}
.mz-mshow-edit .edit-label {
  font-weight: normal;
  margin-bottom: 0;
}
.mz-mshow-edit .edit-banner-group .banner-desc-part {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.mz-mshow-edit .edit-banner-group .banner-action-part {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.mz-mshow-edit .edit-banner-group .banner-action-part .mz-banner-part {
  border: 1px #f2f2f2 solid;
  width: 350px;
  height: 165px;
  text-align: center;
  vertical-align: middle;
}
.mz-mshow-edit .edit-banner-group .banner-action-part .mz-banner-part img {
  max-width: 350px;
  max-height: 165px;
}
.mz-mshow-edit .edit-banner-group .banner-action-part .mz-banner-edit-btn {
  background-color: #0088df;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 7px;
  width: 350px;
  line-height: 20px;
  margin-left: 1px;
}
.mz-mshow-edit .edit-template-group {
  height: 160px;
}
.mz-mshow-edit .edit-template-group .template-desc-part {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.mz-mshow-edit .edit-template-group .template-action-part {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.mz-mshow-edit .edit-template-group .template-action-part .mz-template-part {
  border: 1px #f2f2f2 solid;
  width: 185px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
.mz-mshow-edit .edit-template-group .template-action-part .mz-template-part img {
  max-width: 160px;
  max-height: 160px;
}
.mz-mshow-edit .edit-item-act-group {
  height: 40px;
}
.mz-mshow-edit .edit-item-act-group .item-desc-part {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.mz-mshow-edit .edit-item-act-group .item-action-part {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
}
.mz-mshow-edit .edit-item-act-group .item-action-part .edit-item-tip {
  font-size: 14px;
  line-height: 40px;
  color: #8f6c31;
}
.mz-mshow-edit .edit-item-group {
  height: 100px;
}
.mz-mshow-edit .edit-item-group .item-desc-part {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  margin-top: 30px;
}
.mz-mshow-edit .edit-item-group .item-action-part {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  cursor: pointer;
}
.mz-mshow-edit .edit-item-group .item-action-part img {
  border: 1px #f2f2f2 solid;
  max-width: 100px;
  max-height: 100px;
}
.mz-mshow-edit .edit-bottom-group {
  margin-top: 40px;
  margin-left: 120px;
}
.mz-mshow-edit .edit-bottom-group .bottom-group-preview {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 20px;
}
.mz-mshow-edit .edit-bottom-alert {
  width: 360px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.mz-mshow-edit .edit-banner-normal {
  height: 380px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.mz-mshow-edit .edit-banner-success {
  height: 380px;
}
.mz-mshow-edit .edit-banner-success .edit-banner-table {
  display: table;
  width: 100%;
}
.mz-mshow-edit .edit-banner-success .edit-banner-table .edit-banner-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 336px;
}
.mz-mshow-edit .edit-banner-success .edit-banner-table .edit-banner-wrapper img {
  max-width: 608px;
  max-height: 336px;
}
.mz-mshow-edit .edit-upload-wrapper {
  display: table;
  width: 100%;
}
.mz-mshow-edit .edit-banner-tip {
  margin-top: 20px;
  font-size: 12px;
  color: #999999;
  text-align: center;
  letter-spacing: 0.08px;
}
.mz-mshow-edit .edit-banner-error-tip {
  margin-top: 60px;
  font-size: 12px;
  color: #f75555;
  text-align: center;
}
.mz-mshow-edit .edit-banner-success-tip {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.mz-mshow-edit .preview-part {
  margin-top: 60px;
}
.table-wrapper {
  display: table;
  position: relative;
  background: #fff;
}
.table-wrapper .table-cell-wrapper {
  display: table-cell;
  position: relative;
}
.table-wrapper .bannerbox {
  font-size: 50px;
  position: absolute;
  display: table-cell;
  text-align: left;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: -25px;
  margin-top: -25px;
}
.table-wrapper img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.table-wrapper:hover {
  background: rgba(0, 0, 0, 0.2);
}
.table-wrapper:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mz-mshow-tmpl-alerts {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.mz-form-horizontal .mz-mshow-form-group .mz-form-group-title {
  width: 80px;
}
.mz-form-horizontal .mz-mshow-form-group .star {
  color: #ff5400;
}
.mz-coupon-num {
  color: #0088df;
}
.mshow-card-wrapper {
  padding: 10px;
  position: relative;
}
.mshow-card-wrapper:hover {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.mshow-card-wrapper:hover .append-operation > .operation {
  visibility: visible;
}
.mshow-card-wrapper:hover .append-operation > .operation:hover {
  font-size: 16px;
  color: #0094f0;
}
.mshow-card-pic {
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
.mshow-card-pic > img {
  max-width: 70px;
  max-height: 70px;
}
.mshow-card-info {
  position: relative;
  vertical-align: top;
  height: 74px;
  width: 130px;
  padding: 0 20px 0 10px;
  margin-top: -2px;
}
.mshow-card-info .item-title {
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
.mshow-card-info .item-title .outerid {
  color: #999999;
}
.mshow-card-info .item-title .item-link {
  color: #999999;
}
.mshow-card-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.mshow-card-info .item-price {
  position: absolute;
  bottom: 0;
  max-height: 48px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.mshow-card-info .item-price .mz-label {
  border-width: 0;
  padding: 0 6px;
  line-height: 18px;
}
.mshow-card-info .item-price .origin-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  color: #b0b0b0;
}
.mshow-card-standard-mode {
  width: 280px;
  height: 90px;
  float: left;
  margin: 0 0 10px;
}
.mshow-click-detail-modal-tip {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-weight: normal;
}
.mshow-card-standard-big-header {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.mshow-card-standard-big-mode {
  height: 440px;
  position: relative;
  overflow-y: scroll;
}
.mshow-card-standard-big-mode .mshow-card-part {
  margin-bottom: 20px;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-pic {
  width: 92px;
  height: 92px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  text-align: center;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-pic > img {
  max-width: 90px;
  max-height: 90px;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info {
  position: relative;
  vertical-align: top;
  height: 92px;
  width: 230px;
  padding-left: 10px;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-title {
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-title .outerid {
  color: #999999;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-title .item-link {
  color: #999999;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-price {
  position: absolute;
  bottom: 0;
  max-height: 48px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-info .item-price .origin-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-click-info {
  vertical-align: middle;
}
.mshow-card-standard-big-mode .mshow-card-part .mshow-card-click-info .mshow-card-click-num {
  font-size: 24px;
  line-height: 45px;
  color: #333;
}
.mz-mshow-detail-tuiguang {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  border: 2px solid #99d7ff;
  position: relative;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-header {
  background: #ebf8ff;
  text-align: center;
  padding-bottom: 15px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-header .detail-tuiguang-header-title {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  width: 360px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-header .detail-tuiguang-header-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  background: #ccebff;
  border-radius: 100px;
  padding: 2px 24px;
  width: 360px;
  margin: auto;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body {
  height: 120px;
  text-align: center;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-part {
  padding-top: 20px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-part .detail-tuiguang-body-num {
  font-size: 30px;
  line-height: 45px;
  color: #ff9700;
  margin-bottom: 10px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-part .detail-tuiguang-icon {
  color: #0088df;
  font-size: 16px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-part .detail-tuiguang-body-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-part .detail-tuiguang-click-tip {
  font-size: 12px;
  line-height: 18px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-body .detail-tuiguang-body-tip {
  font-size: 24px;
  line-height: 36px;
  color: #ff9700;
  margin: auto;
  padding-top: 40px;
}
.mz-mshow-detail-tuiguang .detail-tuiguang-footer {
  position: absolute;
  right: 0;
  margin-top: 10px;
  cursor: pointer;
}
.mz-mshow-detail-card-content {
  padding-left: 0;
  list-style: none;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card {
  width: 200px;
  min-height: 350px;
  border: 2px solid #f2f2f2;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card .link-btn {
  width: 100px;
  margin-bottom: 10px;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card .text-part {
  background-color: #dbf1ff;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card .text-part .title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card .pic-part {
  margin: 10px auto;
  width: 120px;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card:first-child {
  margin-left: 0;
}
.mz-mshow-detail-card-content .mz-mshow-detail-text-card:hover,
.mz-mshow-detail-card-content .mz-mshow-detail-text-card:focus {
  border: 2px solid #dbf1ff;
}
.mz-mshow-detail-qr-wrapper {
  position: relative;
}
.mz-mshow-detail-qr-wrapper .mz-mshow-detail-qr {
  display: none;
  text-align: center;
  width: 140px;
  left: -40px;
  top: 30px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  position: absolute;
  padding-top: 10px;
  z-index: 10;
}
.mz-mshow-detail-qr-wrapper .mz-mshow-detail-qr img {
  width: 130px;
  height: 130px;
}
.mz-mshow-detail-qr-wrapper .mz-mshow-detail-qr .detail-qr-tip {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}
.mz-mshow-detail-qr-wrapper .mz-mshow-detail-qr .detail-qr-tip .detail-qr-tip-spe {
  color: #ff9700;
  font-size: 14px;
  line-height: 20px;
}
.mz-mshow-detail-qr-wrapper .mz-mshow-detail-qr.show-up {
  left: -20px;
  top: -200px;
}
.mz-mshow-detail-qr-wrapper:hover .mz-mshow-detail-qr {
  display: block;
}
.mz-mshow-install img {
  max-width: 100%;
  height: auto;
}
.mz-mshow-install .mz-mshow-install-url {
  font-size: 12px;
  color: #0187df;
  text-line-through: none;
}
.mz-mshow-install .install-deploy-part {
  margin-top: 40px;
}
.mz-mshow-install .install-btn {
  width: 100px;
}
.mz-mshow-install .install-footer {
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.mz-mshow-install .mz-mshow-edit-success {
  padding-top: 15px;
  padding-bottom: 20px;
  margin: auto;
  width: 460px;
}
.mz-mshow-install .mz-mshow-edit-success .update-finish {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.mz-mshow-install .mz-mshow-edit-success .update-finish > * {
  display: table-cell;
  vertical-align: middle;
}
.mz-mshow-install .mz-mshow-edit-success .update-finish .finish-icon {
  color: #00be70;
  font-size: 40px;
  padding-right: 15px;
}
.mz-mshow-install .mz-mshow-edit-success .update-finish .finish-text {
  font-size: 20px;
}
.mz-mshow-install .install-top-part {
  margin-bottom: 30px;
  text-align: center;
  background: #f2faff;
}
.mz-mshow-install .install-top-part .basic-info {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 34px;
  padding: 10px;
}
.mz-mshow-install .install-top-part .basic-info .basic-group {
  margin-bottom: 5px;
}
.mz-mshow-install .install-top-part .basic-info .basic-group .desc {
  color: #000;
  width: 85px;
  display: inline-block;
}
.mz-mshow-install .install-top-part .basic-info .basic-group .banner {
  width: 100px;
}
.mz-mshow-install .install-top-part .basic-info .basic-group .basic-btn {
  margin-left: 10px;
}
.mz-mshow-install .install-content {
  margin-top: 40px;
}
.mz-mshow-install .install-content .install-text-part {
  width: 400px;
  min-height: 340px;
  border: 2px solid #dbf1ff;
  text-align: center;
  margin-left: -10px;
}
.mz-mshow-install .install-content .install-text-part .link-btn {
  width: 120px;
}
.mz-mshow-install .install-content .install-text-part .pic-btn {
  width: 120px;
  margin-right: 20px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .title {
  margin-bottom: 30px;
  background-color: #dbf1ff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  text-align: center;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part {
  text-align: left;
  width: 330px;
  margin: auto;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-group {
  margin-bottom: 20px;
  font-size: 0;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-group .step-title {
  font-size: 14px;
  line-height: 20px;
  float: left;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-group .step-tip {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 270px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-group .step-link {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-btn-group {
  display: table;
  margin-bottom: 20px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-btn-group .step-btn-title {
  font-size: 14px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .step-btn-group .step-btn-wrapper {
  display: table-cell;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .bottom-part {
  margin-top: 30px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .step-part .bottom-part .bottom-url {
  font-size: 12px;
  line-height: 18px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .install-weitao-input {
  width: 270px;
  margin: auto;
  padding-top: 10px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .install-weitao-pic {
  margin: auto;
  margin-top: 10px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .install-weitao-pic img {
  max-height: 126px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .install-weitao-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  font-weight: normal;
}
.mz-mshow-install .install-content .install-text-part .text-panel .weitao-tip-part {
  margin-top: 10px;
  margin-bottom: 36px;
}
.mz-mshow-install .install-content .install-text-part .text-panel .mz-has-error .install-weitao-tip {
  color: #f75555;
}
.mz-mshow-install .install-content .install-pic-part {
  vertical-align: middle;
  text-align: center;
}
.mz-mshow-install .install-content .install-pic-part img {
  height: 300px;
}
.mz-mshow-install .install-content .install-pic-part .pic-tip {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.mz-mshow-install .install-content .install-pic-part.modal-display img {
  width: 360px;
  height: auto;
}
.mz-mshow-install .install-content .install-more-text-part {
  display: inline-block;
  width: 300px;
  height: 460px;
  border: 2px solid #dbf1ff;
  text-align: center;
}
.mz-mshow-install .install-content .install-more-text-part .title-part {
  height: 70px;
  padding-top: 10px;
  background-color: #dbf1ff;
  font-size: 16px;
  line-height: 24px;
}
.mz-mshow-install .install-content .install-more-text-part .title-part .title-tip {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.mz-mshow-install .install-content .install-more-text-part .pic-part {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mz-mshow-install .install-content .install-more-text-part .pic-part img {
  max-height: 250px;
}
.mz-mshow-install .install-content .install-more-text-part .bottom-part .bottom-url {
  font-size: 12px;
  line-height: 18px;
}
.mz-mshow-install .install-content .install-deploy-tip {
  border-left: 3px solid #0088df;
  padding-left: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.mz-mshow-install .mz-mshow-deploy-badge {
  position: absolute;
  top: -6px;
  right: -2px;
  background-color: #ff0000;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
}
.mz-mshow-install .mz-mshow-deploy-badge:before {
  content: '';
  position: absolute;
  border: 3px solid #ff0000;
  border-color: transparent #ff0000 #ff0000 transparent;
  top: 12px;
  left: -5px;
}
.mz-mshow-install .mz-nav-block .pull-right-a {
  cursor: pointer;
  color: #0088df;
}
.mz-mshow-install .mz-nav-block .pull-right-a:hover {
  color: #005993;
}
.mz-mshow-install .mz-nav.nav-tabs.nav-stacked {
  border-bottom: none;
  border-right: none;
}
.mz-mshow-install-teach-img {
  height: 412px;
}
.mz-mshow-install-teach1-img {
  height: 432px;
}
.mz-mshow-install.mshow-modal .install-content {
  margin-top: 0;
}
.mz-piliang-error-msg {
  padding-left: 20px;
  color: #f75555;
}
.mz-mshow-template-mobile-part {
  width: 245px;
  text-align: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview {
  background-image: url('https://img.alicdn.com/bao/uploaded/i4/TB1UZ56OpXXXXaXXFXXXXXXXXXX_!!0-item_pic.jpg');
  background-repeat: no-repeat;
  height: 510px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview ul {
  padding-left: 0;
  list-style: none;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper {
  text-align: left;
  position: absolute;
  top: 70px;
  overflow: hidden;
  margin-left: 17px;
  width: 225px;
  height: 370px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-title {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  width: 210px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-banner-wrapper {
  cursor: pointer;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-banner-wrapper .mobile-preview-banner {
  width: 215px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-banner-wrapper img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-banner-wrapper:hover {
  background: rgba(0, 0, 0, 0.2);
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-banner-wrapper:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper:hover {
  overflow-y: auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper:hover::-webkit-scrollbar {
  width: 8px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-radius: 6px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-coupon-content-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #fff4a3;
  font-size: 0;
  width: 215px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-coupon-content-wrapper .mobile-preview-coupon-content {
  cursor: pointer;
  margin: auto;
  white-space: nowrap;
  display: inline-block;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-coupon-content-wrapper .mobile-preview-coupon-content .tip {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-wrapper .mobile-preview-coupon-content-wrapper .mobile-preview-coupon-content img {
  margin-left: 2px;
  margin-right: 2px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part {
  width: 215px;
  position: relative;
  font-size: 0;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part li:nth-child(2n) {
  margin-right: 0px;
  margin-left: 0px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .white {
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item {
  width: 100px;
  margin: 5px 5px 0 5px;
  display: inline-block;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-item-pic-part {
  display: table;
  width: 100%;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 100px;
  max-height: 100px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-item-title {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 5px;
  word-wrap: break-word;
  overflow: hidden;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-item-price {
  width: 100%;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part {
  width: 100px;
  height: 153px;
  text-align: center;
  position: absolute;
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part .preview-action-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part .preview-action-wrapper .preview-btn {
  display: block;
  margin: 8px auto;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 60px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part.large {
  height: 167px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-item .preview-action-part.small {
  height: 135px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part .mobile-preview-footer {
  clear: both;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style8 li:nth-child(2n) {
  border-right: none;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style8 .mobile-preview-item {
  width: 107px;
  margin: 0px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style8 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 106px;
  width: 106px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style8 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 106px;
  max-height: 106px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style8 .preview-action-part {
  width: 107px;
  height: 155px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large {
  width: 205px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large li:nth-child(2n) {
  margin: uto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large .preview-item-pic-part .preview-item-pic-wrapper {
  height: 205px;
  width: 205px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 205px;
  max-height: 205px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large .preview-action-part {
  width: 205px;
  height: 255px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.large .preview-action-part .preview-btn {
  margin: 5px auto;
  font-size: 12px;
  line-height: 20px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.mid {
  width: 130px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: right;
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.mid .preview-item-pic-part .preview-item-pic-wrapper {
  height: 130px;
  width: 130px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.mid .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 130px;
  max-height: 130px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.mid .preview-item-title {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  margin: 5px 5px 6px 5px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.mid .preview-action-part {
  width: 130px;
  height: 195px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small {
  width: 70px;
  margin-left: 5px;
  margin-bottom: 4px;
  margin-right: auto;
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small li:nth-child(2n) {
  margin: auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small .preview-item-pic-part .preview-item-pic-wrapper {
  height: 70px;
  width: 70px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 70px;
  max-height: 70px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small .preview-action-part {
  width: 70px;
  height: 95px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style9 .mobile-preview-item.small .preview-action-part .preview-btn {
  margin: 2px auto;
  font-size: 12px;
  line-height: 14px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 .mobile-preview-decorator {
  width: 205px;
  height: 60px;
  margin-left: 5px;
  margin-top: 5px;
  background: url('https://img.alicdn.com/bao/uploaded/i4/TB1FGBDQFXXXXb_XVXXXXXXXXXX_!!2-item_pic.png');
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 .mobile-preview-item {
  width: 90px;
  background-color: #fff;
  float: left;
  margin-left: 5px;
  margin-right: 4px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 90px;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 90px;
  max-height: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 li:nth-child(2n) {
  clear: both;
  float: right;
  margin-top: -180px;
  margin-left: 4px;
  margin-right: 13px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style10 .preview-action-part {
  width: 90px;
  height: 135px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style11 {
  background-color: #ff0a6c;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style11 .mobile-preview-decorator {
  width: 215px;
  height: 20px;
  background-image: url('https://img.alicdn.com/bao/uploaded/i4/TB101EEOFXXXXaaXVXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff0a6c;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style11 .mobile-preview-item {
  background: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style11 .mobile-preview-item .preview-action-part {
  height: 160px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style11 .mobile-preview-footer {
  color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 {
  background-color: #141414;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-decorator {
  width: 215px;
  height: 20px;
  background-image: url('https://img.alicdn.com/bao/uploaded/i2/TB1O7swOVXXXXa5apXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #141414;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-item-decorator {
  background-color: #f81833;
  margin-left: 10px;
  margin-right: 10px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-item {
  width: 90px;
  background: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 90px;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 90px;
  max-height: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-item .preview-action-part {
  width: 90px;
  height: 170px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style12 .mobile-preview-footer {
  color: #fff;
  background: #f81833;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 {
  background-color: #fd0;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-decorator {
  width: 215px;
  height: 20px;
  background-image: url('https://img.alicdn.com/bao/uploaded/i3/TB1zq4lPXXXXXaoaXXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fd0;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-item {
  width: 94px;
  margin-left: 8px;
  margin-right: 5px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-item .preview-item-pic-part {
  margin-bottom: 2px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 94px;
  width: 94px;
  border: 2px solid #2a3029;
  border-radius: 2px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 90px;
  max-height: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-item .preview-action-part {
  width: 94px;
  height: 124px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 li:nth-child(2n) {
  margin-left: 5px;
  margin-right: 8px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style13 .mobile-preview-footer {
  color: #fff;
  background: #fd0;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 {
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 ul {
  margin-bottom: 0;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item {
  width: 106px;
  padding: 10px 8px 20px 8px;
  margin: 0;
  float: left;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .preview-item-pic-part {
  margin-bottom: 2px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 90px;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 90px;
  max-height: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .price-info-spe {
  margin-top: -24px;
  position: absolute;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-item .preview-action-part {
  width: 90px;
  height: 130px;
  z-index: 1;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 li:nth-child(2n) {
  border-left: 1px solid #b6c0c2;
  border-right: none !important;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 li:nth-child(2n + 1) .preview-item-pic-part {
  margin-top: -20px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 li:nth-child(2n + 1) .preview-action-part {
  margin-top: -20px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 li:last-child {
  border-right: 1px solid #b6c0c2;
  width: 107px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style14 .mobile-preview-footer {
  color: #fff;
  background: #000;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style15 {
  background-color: #1373b2;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style15 .mobile-preview-item {
  background: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style15 .mobile-preview-item .preview-item-pic-part {
  border-bottom: 1px solid #d8d8d8;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style15 .mobile-preview-item .preview-action-part {
  height: 122px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style15 .mobile-preview-footer {
  color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style16 {
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style16 .mobile-preview-item {
  background: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style16 .mobile-preview-item .preview-item-pic-part {
  border: 1px solid #000;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style16 .mobile-preview-item .preview-action-part {
  height: 122px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style16 .mobile-preview-footer {
  color: #333;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 {
  background-color: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-decorator {
  width: 215px;
  height: 50px;
  background-size: 100%;
  background-image: url('https://img.alicdn.com/bao/uploaded/i2/TB1hUg3QFXXXXXTXXXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .template-mobile-preview-part li:nth-child(2n) {
  margin-right: 1px;
  margin-left: 1px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-item {
  background: #fff;
  width: 212px;
  border: 1px solid #fd73c4;
  margin: 3px 1px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-item .preview-action-part {
  height: 100px;
  width: 210px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-item .preview-action-part .preview-btn {
  margin: 2px auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-item .preview-item-info-part {
  display: inline-block;
  width: 110px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-item .preview-item-info-part .preview-item-title {
  margin-bottom: 20px;
  height: 24px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style17 .mobile-preview-footer {
  color: #ddd;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 {
  background: #449437;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-decorator {
  width: 215px;
  height: 50px;
  background-size: 100%;
  background-image: url('https://img.alicdn.com/bao/uploaded/i3/TB1u32MRXXXXXbOXFXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item-list {
  width: 200px;
  margin: auto;
  background: #85cc7a;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item-list > ul {
  width: 180px;
  margin: auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item {
  width: 80px;
  margin: 3px 5px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-item-pic-part {
  margin-bottom: 2px;
  background: #fff;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 80px;
  width: 80px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 80px;
  max-height: 80px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-action-part {
  height: 135px;
  width: 80px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-action-part .preview-btn {
  margin: 7px auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-item-info-part {
  background: #fff;
  display: inline-block;
  width: 80px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style18 .mobile-preview-item .preview-item-info-part .preview-item-title {
  height: 12px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 {
  background: #a931fd;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-decorator {
  width: 215px;
  height: 140px;
  background-size: 100%;
  background-image: url('https://img.alicdn.com/bao/uploaded/i4/TB1daDcRFXXXXcSXXXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: center;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item-list {
  margin-left: 7px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item {
  background: #fff;
  width: 90px;
  margin: 5px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper {
  height: 90px;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-item-pic-part .preview-item-pic-wrapper img {
  max-width: 90px;
  max-height: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-action-part {
  height: 142px;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-action-part .preview-btn {
  margin: 7px auto;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-item-info-part {
  background: #fff;
  display: inline-block;
  width: 90px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-preview .template-mobile-preview-part.style19 .mobile-preview-item .preview-item-info-part .preview-item-title {
  height: 12px;
}
.mz-mshow-template-mobile-part .mz-mshow-template-mobile-tip {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.mz-mshow-guide img {
  max-width: 100%;
  height: auto;
}
.mz-mshow-guide .guide-top-part {
  margin-top: 80px;
  margin-bottom: 100px;
  color: #333333;
  text-align: center;
}
.mz-mshow-guide .guide-top-part .top-part-title {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 0;
}
.mz-mshow-guide .guide-top-part .top-part-text {
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.mz-mshow-guide ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mz-mshow-guide li:last-child {
  margin-bottom: 0px;
}
.mz-mshow-guide .guide-group {
  margin-bottom: 200px;
  color: #333333;
}
.mz-mshow-guide .guide-group .group-title {
  padding-left: 30px;
  background-image: url('https://img.alicdn.com/bao/uploaded/i4/TB1nAkRPVXXXXbNXVXXXXXXXXXX_!!2-item_pic.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 80px;
}
.mz-mshow-guide .guide-group .group-text {
  font-size: 18px;
  line-height: 27px;
  padding-left: 30px;
}
.mz-mshow-guide .guide-group .group-text-bold {
  font-weight: bold;
}
.mz-mshow-guide .guide-group .group-sub-title {
  margin-bottom: 45px;
}
.mz-mshow-guide .guide-group .sub-group {
  margin-bottom: 20px;
}
.mz-mshow-guide .guide-group .text-desc-img {
  margin-bottom: 50px;
}
.mz-mshow-guide .guide-group .wuxian-img-spe {
  padding-left: 30px;
  margin-bottom: 10px;
}
.mz-mshow-guide .guide-group-end-pic {
  margin-bottom: 170px !important;
}
.mz-mshow-guide .guide-bottom-part {
  margin-top: 120px;
  margin-bottom: 70px;
  text-align: center;
}
.effect-activity-wrapper {
  padding: 16px 0;
}
.effect-activity-wrapper.standalone,
.effect-activity-wrapper.simple {
  background-color: #f8f8f8;
}
.effect-activity-wrapper.list-item:hover {
  background: #f8f8f8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
.effect-activity-wrapper.list-item:hover .color-title {
  color: #ffa108;
}
.effect-activity-info-group {
  vertical-align: top;
}
.effect-activity-info-group .color-title {
  color: #ff5400;
}
.effect-activity-title {
  line-height: 22px;
  font-size: 14px;
}
.effect-activity-info {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-top: 6px;
  margin-bottom: 4px;
}
.effect-activity-info .activity-info-cell {
  margin-right: 12px;
}
.effect-activity-btn-group {
  vertical-align: middle;
}
.effect-item-show-card-wrapper {
  padding: 10px;
  position: relative;
}
.effect-item-show-card-wrapper:hover {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.effect-item-show-card-pic {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
}
.effect-item-show-card-pic > img {
  max-width: 80px;
  max-height: 80px;
}
.effect-item-show-card-info {
  position: relative;
  vertical-align: top;
  height: 84px;
  width: 370px;
  padding: 0 10px 0 10px;
  margin-top: -2px;
}
.effect-item-show-card-info .item-title {
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
}
.effect-item-show-card-info .item-title .item-link {
  color: #666666;
}
.effect-item-show-card-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.effect-item-show-card-info .item-price {
  position: absolute;
  bottom: 0;
  max-height: 48px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
}
.effect-item-show-card-info .item-trade {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-height: 48px;
  overflow: hidden;
  cursor: pointer;
  color: #333333;
}
.effect-item-show-card-info .item-trade .trade-tip {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.effect-item-show-card-modal-mode {
  width: 580px;
  height: 100px;
  text-align: left;
}
.effect-item-show-card-modal-mode .effect-item-show-card-info {
  width: 300px;
}
.effect-item-show-card-modal-mode .effect-item-show-card-trade {
  vertical-align: middle;
  background: #f2f2f2;
}
.effect-item-show-card-modal-mode .effect-item-show-card-trade .trade-group {
  display: inline-block;
  text-align: center;
  width: 85px;
}
.effect-item-show-card-modal-mode .effect-item-show-card-trade .trade-group .trade-desc {
  margin-bottom: 10px;
}
.effect-item-show-card-modal-mode .effect-item-show-card-trade .trade-group:first-child {
  border-right: 1px solid #999999;
}
.effect-act-table {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.effect-act-table th,
.effect-act-table td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 12px !important;
  vertical-align: middle !important;
}
.effect-act-table th {
  text-align: right;
}
.effect-act-wrapper {
  position: relative;
  height: 65px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.effect-act-wrapper .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-act-wrapper .act-info {
  vertical-align: middle;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
}
.effect-act-wrapper .act-info .title {
  color: #333333;
}
.effect-act-wrapper .act-info .detail {
  color: #666666;
}
.effect-act-wrapper .act-info .time {
  color: #999999;
}
.effect-act-wrapper .act-trade {
  width: 135px;
  text-align: right;
  right: 10px;
  max-height: 48px;
  overflow: hidden;
  cursor: pointer;
  color: #666666;
  vertical-align: middle;
}
.effect-act-wrapper .act-custom {
  width: 395px;
  text-align: right;
  vertical-align: middle;
}
.effect-act-wrapper .act-custom .info {
  padding-right: 10px;
}
.effect-act-wrapper .act-detail {
  text-align: right;
  width: 125px;
  vertical-align: middle;
}
.effect-act-wrapper .act-detail a {
  cursor: pointer;
}
.effect-act-wrapper .act-detail .no-trading {
  color: #c8c8c8;
}
.effect-act-modal .item-effect-echarts {
  width: 860px;
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.effect-act-modal .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-act-modal .act-info-wrapper {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.effect-act-modal .act-info-wrapper .act-info {
  display: inline-block;
  width: 238px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.effect-act-modal .act-info-wrapper .act-info .title {
  color: #333333;
}
.effect-act-modal .act-info-wrapper .act-info .detail {
  color: #666666;
}
.effect-act-modal .act-info-wrapper .act-info .time {
  color: #999999;
}
.effect-act-modal .act-info-wrapper .act-trade {
  text-align: right;
  width: 240px;
  color: #666666;
  display: inline-block;
}
.effect-act-modal .act-info-wrapper .act-customer {
  text-align: right;
  width: 350px;
  display: inline-block;
  color: #666666;
}
.effect-act-modal .act-info-wrapper .act-customer .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-act-modal .act-info-wrapper .act-action {
  margin-top: 10px;
  text-align: right;
}
.effect-act-modal .act-info-wrapper .act-action i {
  padding-right: 5px;
}
.effect-shop-table {
  margin-top: 20px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.effect-shop-table th,
.effect-shop-table td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 12px !important;
  vertical-align: middle !important;
  text-align: right;
}
.effect-shop-item-wrapper {
  padding: 10px;
  position: relative;
  height: 80px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.effect-shop-item-wrapper .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-shop-item-wrapper .item-info-wrapper {
  width: 290px;
}
.effect-shop-item-wrapper .item-info-wrapper .item-pic {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
.effect-shop-item-wrapper .item-info-wrapper .item-pic > img {
  max-width: 60px;
  max-height: 60px;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info {
  padding-left: 10px;
  height: 60px;
  font-size: 12px;
  line-height: 18px;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info .item-title {
  width: 190px;
  height: 60px;
  overflow: hidden;
  word-break: break-all;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info .item-title .item-link {
  color: #666666;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info .item-price {
  margin-top: 8px;
  color: #333333;
}
.effect-shop-item-wrapper .item-info-wrapper .item-info .item-time {
  color: #999999;
}
.effect-shop-item-wrapper .item-hot {
  width: 90px;
  text-align: right;
  vertical-align: middle;
}
.effect-shop-item-wrapper .item-hot .item-star i {
  font-size: 16px;
  color: #ffa108;
}
.effect-shop-item-wrapper .item-visit {
  width: 80px;
  vertical-align: middle;
  text-align: right;
  overflow: hidden;
}
.effect-shop-item-wrapper .item-trade {
  text-align: right;
  vertical-align: middle;
  width: 160px;
  max-height: 48px;
  overflow: hidden;
}
.effect-shop-item-wrapper .item-trade .trade-tip {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.effect-shop-item-wrapper .item-custom {
  width: 100px;
  vertical-align: middle;
  text-align: right;
  overflow: hidden;
}
.effect-shop-item-wrapper .item-detail {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.effect-shop-item-wrapper .item-detail a {
  cursor: pointer;
}
.effect-shop-item-wrapper .item-detail .no-trading {
  color: #c8c8c8;
}
.effect-shop-item-modal .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-shop-item-modal .item-effect-echarts {
  width: 860px;
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.effect-shop-item-modal .item-info-wrapper {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info {
  width: 270px;
  float: left;
  font-size: 12px;
  line-height: 18px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-pic {
  vertical-align: middle;
  text-align: center;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-pic > img {
  max-width: 60px;
  max-height: 60px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info {
  text-align: left;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info .item-title {
  width: 180px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  word-break: break-all;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info .item-title .item-link {
  color: #666666;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info .item-price {
  max-height: 48px;
  color: #333333;
  margin-top: 6px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-basic-info .item-info .item-time {
  text-align: left;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-hot,
.effect-shop-item-modal .item-info-wrapper .info-part .item-visit,
.effect-shop-item-modal .item-info-wrapper .info-part .item-customer,
.effect-shop-item-modal .item-info-wrapper .info-part .item-trade,
.effect-shop-item-modal .item-info-wrapper .info-part .item-refund {
  text-align: right;
  float: left;
  width: 189px;
  height: 60px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-hot {
  height: 40px;
  margin-top: 20px;
}
.effect-shop-item-modal .item-info-wrapper .info-part .item-hot .item-star i {
  font-size: 16px;
  color: #ffa108;
}
.effect-shop-item-modal .item-action-wrapper {
  margin: 10px 0;
  text-align: right;
}
.effect-shop-item-modal .item-action-wrapper i {
  padding-right: 5px;
}
.effect-customer-table {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.effect-customer-table th,
.effect-customer-table td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 12px !important;
  vertical-align: middle !important;
}
.effect-customer-table th {
  text-align: right;
}
.effect-customer-sms {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  text-align: right;
  border: 1px solid #e6e6e6;
}
.effect-customer-sms .tip {
  color: #999999;
}
.effect-customer-sms i {
  padding-right: 5px;
}
.effect-customer-wrapper {
  position: relative;
  height: 65px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: right;
}
.effect-customer-wrapper .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-customer-wrapper .customer-info {
  width: 195px;
  text-align: left;
  color: #333333;
}
.effect-customer-wrapper .customer-info .last-time {
  color: #666666;
}
.effect-customer-wrapper .customer-info .first-time {
  color: #999999;
}
.effect-customer-wrapper .customer-level {
  width: 100px;
}
.effect-customer-wrapper .customer-level i {
  font-size: 16px;
  color: #ffa108;
}
.effect-customer-wrapper .customer-trade {
  width: 195px;
}
.effect-customer-wrapper .customer-refund {
  width: 185px;
}
.effect-customer-wrapper .customer-detail {
  width: 185px;
}
.effect-customer-wrapper .customer-detail a {
  cursor: pointer;
}
.effect-customer-wrapper .customer-detail .no-trading {
  color: #c8c8c8;
}
.effect-customer-modal .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-customer-modal .customer-info-wrapper {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.effect-customer-modal .customer-info-wrapper .customer-info {
  color: #666666;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-title {
  text-align: left;
  display: inline-block;
  width: 220px;
  color: #333333;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-title .last-time {
  color: #666666;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-title .first-time {
  color: #999999;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-level {
  display: inline-block;
  width: 100px;
  height: 38px;
  overflow: hidden;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-level i {
  font-size: 16px;
  color: #ffa108;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-trade {
  text-align: right;
  width: 200px;
  display: inline-block;
}
.effect-customer-modal .customer-info-wrapper .customer-info .customer-refund {
  text-align: right;
  width: 300px;
  display: inline-block;
}
.sell-table {
  margin-top: 20px;
  height: 300px;
  overflow-y: auto;
}
.sell-table tr th,
.sell-table tr td {
  text-align: left;
}
.effect-pager {
  display: inline-block;
  width: 100%;
}
.effect-error-tip {
  color: #f75555;
}
.effect-filter {
  font-size: 14px;
}
.effect-filter .effect-act-dropdown {
  display: inline-block;
  margin-right: 10px;
}
.effect-filter .effect-act-dropdown span {
  font-size: 12px;
  line-height: 18px;
}
.effect-filter .effect-act-time-bar {
  color: #999999;
}
.effect-filter .effect-act-time {
  width: 150px;
  display: inline-block;
}
.effect-filter .effect-act-time .date-input {
  height: 30px;
  line-height: 30px;
}
.effect-filter .effect-act-time .mz-form-control {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 4px 14px;
}
.effect-filter .effect-item-query {
  width: 310px;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
.effect-filter .effect-item-query-btn {
  padding: 5px 11px;
  font-size: 12px;
  line-height: 18px;
}
.effect-double-eleven .order_stastic {
  margin-top: 20px;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 20px;
  color: #666666;
}
.effect-double-eleven .order_stastic .ratio-bar {
  margin-top: 20px;
  width: 100%;
  font-size: 0;
}
.effect-double-eleven .order_stastic .ratio-bar .ratio-unshiped {
  display: inline-block;
  background: #0088df;
  height: 10px;
}
.effect-double-eleven .order_stastic .ratio-bar .ratio-shiped {
  display: inline-block;
  background: #ffa108;
  height: 10px;
}
.effect-double-eleven .order_stastic .ratio-bar .ratio-confirmed {
  display: inline-block;
  background: #ff5400;
  height: 10px;
}
.effect-double-eleven .order_stastic .ratio-bar .ratio-refund {
  display: inline-block;
  background: #999999;
  height: 10px;
}
.effect-double-eleven .order_stastic .info-part {
  margin-top: 20px;
}
.effect-double-eleven .order_stastic .info-part .num-part {
  height: 42.85714287px;
  width: 220px;
  overflow: hidden;
  word-break: break-all;
}
.effect-double-eleven .order_stastic .info-part .num-part .num {
  padding-right: 5px;
  font-size: 30px;
  line-height: 42.85714287px;
}
.effect-double-eleven .shop-stastic {
  margin-top: 20px;
  border: 1px solid #999999;
  color: #666666;
  border-radius: 5px;
  padding: 20px;
}
.effect-double-eleven .shop-stastic .shop-info-part {
  margin-top: 20px;
}
.effect-double-eleven .shop-stastic .shop-info-part .mz-col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.effect-double-eleven .shop-stastic .shop-info-part .shop-pic {
  width: 90px;
  height: 90px;
  vertical-align: middle;
  text-align: center;
}
.effect-double-eleven .shop-stastic .shop-info-part .shop-info {
  height: 90px;
  vertical-align: middle;
  text-align: left;
  padding-left: 2px;
}
.effect-double-eleven .shop-stastic .shop-info-part .shop-info .num-part {
  height: 42.85714287px;
  width: 120px;
  overflow: hidden;
  word-break: break-all;
}
.effect-double-eleven .shop-stastic .shop-info-part .shop-info .num-part .num {
  padding-right: 5px;
  font-size: 30px;
  line-height: 42.85714287px;
}
.effect-double-eleven .shop-stastic .shop-info-part .shop-info .num-part .num-revenue {
  padding-right: 5px;
  line-height: 42.85714287px;
}
.effect-double-eleven .shop-stastic .shop-coupon-part {
  margin-top: 20px;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .mz-col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .shop-pic {
  width: 75px;
  height: 75px;
  vertical-align: middle;
  text-align: center;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .shop-info {
  height: 75px;
  vertical-align: middle;
  text-align: left;
  padding-left: 2px;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .shop-info .num-part {
  height: 42.85714287px;
  width: 135px;
  overflow: hidden;
  word-break: break-all;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .shop-info .num-part .num {
  padding-right: 5px;
  font-size: 30px;
  line-height: 42.85714287px;
}
.effect-double-eleven .shop-stastic .shop-coupon-part .shop-info .num-part .num-revenue {
  padding-right: 5px;
  line-height: 42.85714287px;
}
.effect-double-eleven .top-sell-part {
  width: 920px;
  margin-top: 20px;
  font-size: 0;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper {
  width: 450px;
  border: 1px solid #e6e6e6;
  margin-right: 5px;
  float: left;
  position: relative;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-info-desc {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: table;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-index {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-pic {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 40px;
  height: 40px;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-pic > img {
  max-width: 40px;
  max-height: 40px;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-info {
  text-align: left;
  display: table-cell;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-info .item-title {
  width: 180px;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
  word-break: break-all;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-info .item-title .item-link {
  color: #666666;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail .item-trade-info {
  color: #333333;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
  width: 170px;
  font-size: 14px;
  line-height: 20px;
  display: table-cell;
}
.effect-double-eleven .top-sell-part .top-sell-item-wrapper .item-detail:last-child {
  border-bottom: none;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper {
  display: inline-block;
  width: 450px;
  border: 1px solid #e6e6e6;
  position: relative;
  color: #666666;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-info-desc {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail {
  padding: 20px 20px;
  text-align: left;
  display: table;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail .buyer-amount {
  color: #333333;
  width: 250px;
  text-align: right;
  display: table-cell;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail .buyer-index {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail .buyer-nick {
  width: 180px;
  display: table-cell;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail .buyer-nick span {
  height: 20px;
  overflow: hidden;
}
.effect-double-eleven .top-sell-part .top-sell-buyer-wrapper .buyer-detail:last-child {
  border-bottom: none;
}
.effect-double-eleven .sell-map {
  margin-top: 20px;
  height: 460px;
}
.effect-double-eleven .sell-map .sell-map-title {
  margin-bottom: 10px;
}
.effect-double-eleven .sell-map .top-sell-province-wrapper {
  float: left;
  height: 400px;
  width: 265px;
}
.effect-double-eleven .sell-map .top-sell-province-wrapper .province-index {
  width: 30px;
}
.effect-double-eleven .sell-map .top-sell-province-wrapper .province-name {
  width: 45px;
  height: 20px;
  overflow: hidden;
}
.effect-double-eleven .sell-map .top-sell-province-wrapper .province-trade {
  text-align: right;
  width: 190px;
}
.effect-double-eleven .weitao {
  margin-top: 20px;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 20px;
  font-size: 0;
  color: #666666;
}
.effect-double-eleven .weitao .left-part {
  background: #f8f8f8;
  border-radius: 5px;
  width: 540px;
  padding: 20px;
  float: left;
  font-size: 14px;
  line-height: 20px;
}
.effect-double-eleven .weitao .left-part .step-group {
  margin-bottom: 20px;
}
.effect-double-eleven .weitao .left-part .step-group .desc-part {
  display: table-cell;
  vertical-align: middle;
}
.effect-double-eleven .weitao .left-part .step-group .step-title {
  text-align: left;
  width: 60px;
}
.effect-double-eleven .weitao .left-part .step-group .weitao-title-input {
  margin-left: 0;
}
.effect-double-eleven .weitao .left-part .step-group .banner-pic-part {
  width: 270px;
  display: table-cell;
  vertical-align: middle;
}
.effect-double-eleven .weitao .left-part .step-group .btn-part {
  width: 110px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.effect-double-eleven .weitao .left-part .step-group .text-input-part {
  height: 400px;
  width: 380px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.effect-double-eleven .weitao .right-part {
  font-size: 16px;
  line-height: 24px;
  width: 330px;
  margin: 20px;
  float: left;
}
.effect-double-eleven .weitao .right-part .tip {
  margin-bottom: 10px;
}
@keyframes effect-maquee {
  0% {
    transform: translateY(0);
  }
  14% {
    transform: translateY(0);
  }
  86% {
    transform: translateY(-1243px);
  }
  100% {
    transform: translateY(-1243px);
  }
}
.effect-intro img {
  width: 100%;
}
.effect-intro .effect-marquee-cont {
  left: 155px;
  top: 172px;
  position: absolute;
  width: 650px;
  height: 333px;
  overflow: hidden;
}
.effect-intro .effect-marquee-cont > img {
  animation: effect-maquee 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
.effect-intro .effect-special {
  margin-top: 40px;
}
.effect-intro .effect-special .desc {
  margin-top: 20px;
}
.effect-intro .effect-special .desc .icon-part {
  width: 84px;
}
.effect-intro .effect-special .desc .icon-part img {
  max-width: 84px;
}
.effect-intro .effect-special .desc .text-part {
  padding-left: 15px;
  vertical-align: middle;
}
.effect-intro .effect-special .desc .text-part .title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.effect-intro .effect-special .desc .text-part .detail {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.effect-intro .effect-example {
  margin-top: 40px;
  font-size: 0;
}
.effect-intro .effect-example img {
  margin-top: 20px;
  width: 470px;
  border: 1px solid #d8d8d8;
  margin-right: 0px;
}
.effect-intro .effect-example img:nth-child(2n) {
  margin-right: 20px;
}
.effect-intro .effect-btn {
  margin-top: 20px;
  text-align: center;
}
.effect-intro .effect-btn img {
  width: 140px;
}
.effect-navbar-badge {
  position: absolute;
  top: 4px;
  right: -10px;
  background-color: #ff0000;
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
  z-index: 1001;
}
.effect-navbar-badge:before {
  content: '';
  position: absolute;
  border: 3px solid #ff0000;
  border-color: transparent #ff0000 #ff0000 transparent;
  top: 12px;
  left: -5px;
}
.effect-detail-modal .item-effect-echarts {
  width: 860px;
  height: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.effect-detail-modal .large {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}
.effect-detail-modal .bottom-related-part {
  width: 860px;
  height: 390px;
  margin-top: 20px;
  font-size: 0;
}
.effect-detail-modal .bottom-related-part .pager {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
.effect-detail-modal .bottom-related-part .effect-alert-info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.effect-detail-modal .bottom-related-part .effect-table-desc {
  height: 30px;
  text-align: left;
  padding-top: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper {
  width: 400px;
  height: 375px;
  margin-right: 55px;
  float: left;
  position: relative;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info {
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  display: table;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-pic {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 60px;
  height: 60px;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-pic > img {
  max-width: 60px;
  max-height: 60px;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-info {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #666666;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-info .item-title {
  width: 190px;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
  word-break: break-all;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-info .item-title .item-link {
  color: #666666;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-info .item-title .item-link:hover {
  border-bottom: 1px dotted #999999;
}
.effect-detail-modal .bottom-related-part .left-part-wrapper .table-item-info .item-trade {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  width: 140px;
}
.effect-detail-modal .bottom-related-part .right-part-wrapper {
  display: inline-block;
  width: 400px;
  height: 375px;
  position: relative;
}
.effect-detail-modal .bottom-related-part .right-part-wrapper .table-item-info {
  padding: 5px 0;
  text-align: left;
  display: table;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}
.effect-detail-modal .bottom-related-part .right-part-wrapper .table-item-info .item-desc {
  width: 205px;
  display: table-cell;
  vertical-align: middle;
}
.effect-detail-modal .bottom-related-part .right-part-wrapper .table-item-info .item-desc span {
  height: 20px;
  overflow: hidden;
}
.effect-detail-modal .bottom-related-part .right-part-wrapper .table-item-info .item-tip {
  width: 200px;
  height: 60px;
  text-align: right;
  display: table-cell;
}
.effect-num {
  padding-right: 5px;
}
.mz-wl-l {
  float: left !important;
}
.mz-wl-clear {
  clear: both;
}
.mz-wl-short-input {
  width: 80px;
  display: inline;
}
.mz-wl-create-buttons {
  margin-top: 60px;
}
.mz-wl-create-button-wrapper {
  padding: 10px 300px;
}
.mz-wl-create-button-wrapper div.text {
  text-align: left;
  width: 70%;
}
.mz-wl-create-button-wrapper .one-line {
  line-height: 32px;
}
.mz-wl-create-button-wrapper .two-line {
  line-height: 16px;
}
.mz-wl-create-button-wrapper div.button {
  width: 30%;
}
.mz-wl-create-finish-alert {
  padding-top: 44px;
  width: 644px;
  height: 236px;
  text-align: center;
  font-size: 0;
  border: 1px solid #f2f2f2;
  float: left;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 64px;
  color: #00be70;
  display: inline-block;
  margin-right: 6px;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-text {
  display: inline-block;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-text .line1 {
  text-align: left;
  font-size: 28px;
  line-height: 42px;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-text .line2 {
  margin-top: 4px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-copy-link {
  width: 100%;
  text-align: center;
  color: #999999;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-button-wrapper {
  margin-top: 20px;
}
.mz-wl-create-finish-alert .mz-wl-create-finish-button-wrapper .mz-btn:not(:nth-last-child(1)) {
  margin-right: 8px;
}
.mz-wl-create-finish-qrcode-wrapper {
  margin-left: 12px;
  padding-top: 44px;
  width: 316px;
  height: 236px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  line-height: 20px;
  float: left;
  color: #333333;
}
.wl-create-complate-adv-wrapper {
  width: 972px;
  height: 90px;
  margin-top: 12px;
}
.mz-wl-step2-content-wrapper {
  width: 640px;
  border: 2px solid #dbf1ff;
}
.mz-wl-step2-content {
  margin: 0 10px 40px;
}
.mz-wl-step2-content .status-item-wrapper {
  line-height: 24px;
  margin: 20px 0 10px;
}
.mz-wl-step2-content .status-item-wrapper .status-item-no {
  width: 24px;
  height: 24px;
  line-height: 20px;
  border: 2px solid #4e9af8;
  border-radius: 13px;
  text-align: center;
  color: #4e9af8;
  margin: 0 5px;
}
.mz-wl-step2-content .status-item-pic {
  padding: 10px 20px;
  border-left: 1px solid #4e9af8;
  margin: 10px 15px;
}
.mz-wl-step2-content-title {
  margin-bottom: 30px;
  background: #dbf1ff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  text-align: center;
}
.mz-wl-create-picgen-preview {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.mz-wl-create-finish-spread {
  width: 100%;
  padding: 0 56px;
  font-size: 14px;
  text-align: left;
}
.font-green {
  color: #00be70;
}
.font-blue {
  color: #0088df;
}
.font-yellow {
  color: #ff8d00;
}
.font-red {
  color: #ff0d00;
}
.font-gray {
  color: #999999;
}
.mz-wl-detail-item-wrapper {
  margin-top: 20px;
  width: 100%;
  height: 160px;
  border: 1px #f2f2f2 solid;
  padding: 15px;
  font-size: 12px;
  color: #666666;
}
.mz-wl-detail-item-wrapper .item-info {
  width: 500px;
  height: 100%;
  border-right: 1px #f2f2f2 solid;
  position: relative;
}
.mz-wl-detail-item-wrapper .item-info .item-pic {
  height: 100%;
  width: 130px;
  line-height: 130px;
  text-align: center;
}
.mz-wl-detail-item-wrapper .item-info .item-desc {
  width: 360px;
  height: 100%;
  color: #666666;
  line-height: 20px;
  padding: 0 10px;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .item-title {
  color: #666666;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .item-price-origin {
  color: #999999;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .item-price-start {
  color: #666666;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .item-price-target {
  color: #666666;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .item-lucky-users-range {
  display: inline-block;
  padding: 0px 4px;
  font-size: 12px;
  line-height: 20px;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .range0 {
  border: 1px solid orange;
  color: orange;
}
.mz-wl-detail-item-wrapper .item-info .item-desc .range1 {
  border: 1px solid red;
  color: red;
}
.mz-wl-detail-item-wrapper .item-info .sell-statistics {
  position: absolute;
  width: 200px;
  right: 20px;
  height: 60px;
  bottom: 0px;
}
.mz-wl-detail-item-wrapper .item-info .sell-statistics .statistics {
  width: 99px;
  height: 100%;
  float: left;
}
.mz-wl-detail-item-wrapper .item-info .sell-statistics .statistics .title {
  color: #999999;
  text-align: center;
}
.mz-wl-detail-item-wrapper .item-info .sell-statistics .statistics .content {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
.mz-wl-detail-item-wrapper .item-info .sell-statistics .left {
  border-right: 1px solid #f2f2f2;
}
.mz-wl-detail-item-wrapper .activity-info {
  width: 420px;
  height: 100%;
  padding-left: 20px;
}
.mz-wl-detail-item-wrapper .activity-info .data-block {
  width: 130px;
}
.mz-wl-detail-item-wrapper .activity-info .data-block div {
  padding-left: 10px;
}
.mz-wl-detail-item-wrapper .activity-info .data-block .content {
  line-height: 40px;
}
.mz-wl-detail-item-wrapper .activity-info .data-block .content span {
  font-size: 32px;
}
.mz-wl-activity-spread {
  width: 100%;
  padding: 10px 0px;
}
.mz-wl-activity-spread .spread-material {
  width: 100%;
  height: 100px;
  border: 1px solid #f2f2f2;
}
.mz-wl-activity-spread .spread-material .spread-url {
  vertical-align: middle;
  height: 100%;
  padding: 33px 10px;
  border-right: 1px solid #f2f2f2;
}
.mz-wl-activity-spread .spread-material .spread-pic {
  padding: 20px;
  color: #0088df;
  border-right: 1px solid #f2f2f2;
}
.mz-wl-activity-spread .spread-material .spread-pic .prompt_pic {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 10px #999999;
  color: #999999;
  background: white;
}
.mz-wl-activity-spread .spread-material .spread-pic .prompt_pic img {
  width: 100%;
}
.mz-wl-activity-spread .spread-material .spread-qrcode {
  padding: 20px;
  color: #0088df;
}
.mz-wl-activity-spread .spread-material .spread-qrcode .prompt_pic {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 10px #999999;
  color: #999999;
  background: white;
}
.mz-wl-activity-spread .spread-material .spread-qrcode .prompt_pic img {
  width: 100%;
}
.mz-wl-activity-spread .spread-channel {
  position: relative;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item {
  height: 120px;
  padding: 10px;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content .spread-channel-pic {
  float: left;
  width: 100px;
  padding: 20px;
  font-size: 60px;
  height: 100%;
  border-right: 1px solid #eeeeee;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content .spread-channel-text {
  float: left;
  width: calc(100% - 100px);
  height: 100%;
  padding: 10px 20px;
  color: #999999;
  position: relative;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content .spread-channel-text .title {
  color: #333333;
  font-size: 16px;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content .spread-channel-text .portal {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.mz-wl-activity-spread .spread-channel .spread-channel-item .spread-channel-content:hover {
  border: 1px solid #0088df;
}
.mz-wl-activity-spread .spread-channel .spread-pic {
  position: absolute;
  background-color: white;
  top: -10px;
  width: 220px;
  height: 380px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 10px #999999;
  border-radius: 5px;
}
.mz-wl-activity-spread .spread-channel .spread-pic .triangle {
  width: 0;
  height: 0;
  position: absolute;
}
.mz-wl-activity-spread .spread-channel .spread-pic img {
  display: block;
  width: 170px;
  position: absolute;
  left: 25px;
  top: 17px;
}
.mz-wl-activity-spread .spread-channel .vertical-1 .triangle {
  top: 65px;
}
.mz-wl-activity-spread .spread-channel .vertical-2 .triangle {
  top: 185px;
}
.mz-wl-activity-spread .spread-channel .vertical-3 .triangle {
  top: 305px;
}
.mz-wl-activity-spread .spread-channel .horizontal-1 {
  left: 50%;
}
.mz-wl-activity-spread .spread-channel .horizontal-1 .triangle {
  right: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.mz-wl-activity-spread .spread-channel .horizontal-2 {
  right: 50%;
}
.mz-wl-activity-spread .spread-channel .horizontal-2 .triangle {
  left: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}
.mz-wl-activity-data .mz-sessions-table tr {
  cursor: pointer;
}
.mz-wl-activity-data .mz-sessions-table td {
  text-align: center;
}
.mz-wl-qrcodegen-preview {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.list-item-detail .item-pic {
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  margin-right: 10px;
}
.list-item-detail .item-title {
  color: #666666;
}
.list-item-detail .item-price-origin {
  color: #999999;
}
.list-item-detail .item-price-start {
  color: #666666;
}
.list-item-detail .item-time-create {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}
.list-item-detail .item-price-target {
  color: #666666;
}
.list-item-detail .item-lucky-users-range {
  display: inline-block;
  padding: 0px 4px;
  font-size: 12px;
  line-height: 20px;
}
.list-item-detail .range0 {
  border: 1px solid orange;
  color: orange;
}
.list-item-detail .range1 {
  border: 1px solid red;
  color: red;
}
.wl-spread-detail-wrapper {
  height: 440px;
}
.wl-spread-detail-arrow {
  height: 400px;
  line-height: 400px;
  width: 80px;
  float: left;
  cursor: pointer;
}
.wl-spread-detail-arrow:hover {
  color: #0088df;
}
.wl-spread-content-wrapper {
  width: 700px;
  height: 440px;
  float: left;
}
.wl-spread-content-wrapper .content {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wl-spread-content-wrapper .content .content-detail {
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page {
  padding: 5px 0px;
  width: 700px;
  height: 100%;
  float: left;
  position: relative;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page #first-img {
  width: 170px;
  margin-top: 10px;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page .first-page-text1 {
  position: absolute;
  top: 80px;
  left: 200px;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page .first-page-text2 {
  position: absolute;
  top: 175px;
  right: 5px;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page .detail-text {
  line-height: 32px;
}
.wl-spread-content-wrapper .content .content-detail .content-detail-page .detail-text .step-num {
  color: #0088df;
  font-size: 24px;
}
.wl-spread-content-wrapper .pager {
  height: 40px;
  width: 100%;
  text-align: center;
}
.wl-spread-content-wrapper .pager .pager-item {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 5px 10px;
  line-height: 30px;
  border-radius: 15px;
  background: darkgray;
  color: white;
  text-align: center;
  cursor: pointer;
}
.wl-spread-content-wrapper .pager .pager-item.active {
  background: gray;
}
.wl-spread-content-wrapper .pager .pager-item:hover {
  background: lightgray;
}
#wl-draw-item-show-modal .mz-nav-search {
  position: relative;
}
#wl-draw-item-show-modal .mz-nav-search > a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto 0;
  width: 20px;
  right: 6px;
}
.wl-index-wrapper {
  padding: 20px;
  background-color: #ffffff;
  min-height: 400px;
}
.wl-index-wrapper .mz-module-alerts {
  margin: 0 0 12px 0;
}
.wl-index-top-adv-wrapper {
  width: 1012px;
  height: 102px;
  background: #eee;
  padding: 0 0 12px 0;
}
.wl-index-top-adv-wrapper.is-below-msg {
  height: 114px;
  padding-top: 12px;
}
.wl-datas-wrapper {
  width: 676px;
  margin-right: 12px;
  float: left;
  height: 172px;
  margin-bottom: 12px;
  overflow: hidden;
}
.wl-datas-wrapper .wl-pannel-content {
  height: 130px;
}
.wl-datas-wrapper .wl-no-data-prompt {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 42px;
  color: #666666;
}
.wl-datas-wrapper .wl-activity-data-wrapper {
  width: 208px;
  height: 108px;
  margin: 6px;
  float: left;
  position: relative;
}
.wl-datas-wrapper .wl-activity-data-wrapper .wl-activity-data-title {
  position: absolute;
  top: 23px;
  width: 100%;
  color: #666666;
  text-align: center;
  font-size: 14px;
}
.wl-datas-wrapper .wl-activity-data-wrapper .wl-activity-data-num {
  position: absolute;
  top: 55px;
  width: 100%;
  color: #0088df;
  text-align: center;
  font-size: 30px;
}
.wl-articles-wrapper {
  width: 284px;
  float: left;
  height: 172px;
  margin-bottom: 12px;
  overflow: hidden;
}
.wl-articles-wrapper .wl-pannel-content {
  height: 130px;
  padding: 8px 12px !important;
}
.wl-articles-wrapper .wl-pannel-content .wl-article-item {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0;
}
.wl-articles-wrapper .wl-pannel-content .wl-article-item:hover {
  color: #0088df;
}
.wl-taobao-activity-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity {
  width: 938px;
  margin: 6px 0 6px 14px;
  position: relative;
  overflow: visible;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left {
  width: 396px;
  float: left;
  font-size: 0;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-title-wrapper {
  width: 100%;
  height: 120px;
  position: relative;
  line-height: 26px;
  background-color: #f8f8f8;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-title-wrapper .wl-taobao-activity-pic {
  top: 28px;
  left: 28px;
  position: absolute;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-title-wrapper .wl-taobao-activity-title {
  top: 35px;
  left: 108px;
  position: absolute;
  font-size: 18px;
  color: #ff2626;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-title-wrapper .wl-taobao-activity-subtitle {
  top: 65px;
  left: 108px;
  position: absolute;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-title-wrapper .wl-taobao-activity-prime-icon {
  right: 0;
  position: absolute;
  width: 78px;
  height: 78px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-desc {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-desc div {
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-desc div:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-button {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  height: 32px;
  width: 192px;
  line-height: 32px;
  border: 1px solid #0088df;
  border-radius: 4px;
  color: #0088df;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-button:hover {
  color: white;
  background: #0088df;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-left .wl-taobao-activity-button.button2 {
  margin-left: 12px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-right {
  float: left;
  margin-left: 20px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-right .wl-taobao-activity-detail {
  float: left;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-right .wl-taobao-activity-detail.tb-lucky-detail img {
  width: 158px;
  height: 280px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-right .wl-taobao-activity-detail.tb-lucky-detail p {
  margin: 4px 0 0 0;
  width: 158px;
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.wl-taobao-activity-wrapper .wl-pannel-content .wl-taobao-activity .wl-taobao-activity-right .tb-lucky-detail-split {
  font-size: 16px;
  line-height: 280px;
  float: left;
  margin: 0 4px;
}
.wl-tools-list {
  width: 100%;
  float: left;
}
.wl-pannel {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
.wl-pannel .wl-pannel-title {
  border-bottom: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #333333;
  font-size: 16px;
}
.wl-pannel .wl-pannel-content {
  padding: 6px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item {
  width: 467px;
  height: 134px;
  margin: 6px;
  border: 1px solid #f2f2f2;
  position: relative;
  overflow: visible;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-pic {
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-title-wrapper {
  position: absolute;
  left: 88px;
  top: 12px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-title {
  margin-top: 3px;
  float: left;
  color: #333333;
  font-size: 14px;
  line-height: 14px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-preview {
  float: left;
  margin-top: 3px;
  margin-left: 8px;
  font-size: 10px;
  line-height: 14px;
  position: relative;
  color: #0088df;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-free-icon {
  display: block;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ff5400;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-prime-icon {
  display: block;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(to right, #efdab4, #e1c08a);
  color: #3d3732;
  font-size: 12px;
  text-align: center;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-desc {
  position: absolute;
  top: 38px;
  right: 12px;
  left: 88px;
  color: #999999;
  line-height: 19px;
  font-size: 12px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-button {
  display: block;
  position: absolute;
  top: 88px;
  height: 34px;
  width: 216px;
  line-height: 32px;
  border: 1px solid #0088df;
  border-radius: 4px;
  color: #0088df;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-button:hover {
  color: white;
  background: #0088df;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-button.button1 {
  left: 12px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-button.button2 {
  left: 240px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .wl-index-project-preview-pic {
  position: absolute;
  top: -112px;
  left: 28px;
  width: 162px;
  border-radius: 3px;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 0 10px #999999;
  padding: 6px;
}
.wl-pannel .wl-pannel-content .wl-index-project-item .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 114px;
  left: -4px;
  z-index: 1001;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.wl-nav-bar {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
}
.wl-nav-bar .wl-nav-bar-btn {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  color: #999999;
}
.wl-nav-bar .wl-nav-bar-btn.btn-left {
  border-radius: 4px 0 0 4px;
}
.wl-nav-bar .wl-nav-bar-btn.btn-right {
  border-radius: 0 4px 4px 0;
}
.wl-nav-bar .wl-nav-bar-btn.active {
  border: 1px solid #0088df;
  background-color: #0088df;
  color: #ffffff;
}
.wl-nav-bar .wl-main-breadcrumb {
  height: 100%;
  line-height: 29px;
  font-size: 15px;
}
.wl-lead-pic-wrapper {
  width: 100%;
}
.wl-lead-pic-wrapper .wl-lead-pic-top {
  width: 100%;
  height: 306px;
  position: relative;
}
.wl-lead-pic-wrapper .wl-lead-pic-top .wl-lead-pic-top-pic {
  position: absolute;
  width: 160px;
  height: 148px;
  left: 50%;
  margin-left: -80px;
  top: 40px;
}
.wl-lead-pic-wrapper .wl-lead-pic-top .wl-lead-pic-top-text {
  position: absolute;
  width: 100%;
  top: 196px;
  color: #666666;
  text-align: center;
}
.wl-lead-pic-wrapper .wl-lead-pic-mid {
  width: 100%;
}
.wl-lead-pic-wrapper .wl-lead-pic-mid .wl-lead-pic-main {
  width: 100%;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom {
  width: 100%;
  height: 100px;
  position: relative;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button {
  display: block;
  width: 272px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -136px;
  font-size: 24px;
  color: white;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.tuan-button {
  background: linear-gradient(to right, #ff5f1f, #ff8612);
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.tuan-button:hover {
  background: #ff8612;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.tuan-button:active {
  background: #ff5f1f;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.draw-button {
  background: #f93232;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.draw-button:hover {
  background: #fa4444;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.draw-button:active {
  background: #e91616;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.fg-button {
  background: linear-gradient(to right, #ff3a6b, #ff6e42);
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.fg-button:hover {
  background: #ff6d43;
}
.wl-lead-pic-wrapper .wl-lead-pic-bottom .wl-lead-pic-create-button.fg-button:active {
  background: #ff3a6b;
}
.wl-extend-corner-icon {
  overflow: visible;
}
.wl-extend-corner-icon:after {
  display: block;
  position: absolute;
  left: calc(100% - 4px);
  bottom: calc(100% - 12px);
  padding: 0 4px;
}
.wl-extend-corner-icon:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 16px);
  left: calc(100% - 4px);
  border: 4px solid;
}
.wl-extend-corner-icon.hot:after {
  content: 'HOT';
  background: #f75555;
  color: white;
}
.wl-extend-corner-icon.hot:before {
  border-color: #f75555 transparent transparent #f75555;
}
/*列表页公用，临时放在此处*/
.mz-activity-wrapper-new .activity-body .wl-activity-effect {
  padding: 0 10px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
.mz-activity-wrapper-new .activity-body .wl-activity-effect .wl-activity-effect-title {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.mz-activity-wrapper-new .activity-body .wl-activity-effect .wl-activity-effect-content {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
#wl-spin-wrapper {
  margin-top: 60px;
  position: relative;
}
.wl-prime-btn {
  position: relative;
}
.wl-prime-btn:after {
  content: ' ';
  background: url('https://img.alicdn.com/bao/uploaded/i4/696944147/O1CN01tCTGEk1gVN243BUqk_!!2-item_pic.png');
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
}
.wl-fg-activity .award-item-detail {
  width: 160px;
  height: 86px;
  position: relative;
  color: #ff5400;
}
.wl-fg-activity .award-item-detail .text1 {
  font-size: 0;
  position: absolute;
  top: 8px;
  left: 12px;
  line-height: 38px;
}
.wl-fg-activity .award-item-detail .text2 {
  font-size: 12px;
  position: absolute;
  top: 47px;
  left: 12px;
  line-height: 18px;
  color: #ff540080;
}
.wl-fg-activity .award-item-detail .text3 {
  font-size: 12px;
  position: absolute;
  top: 64px;
  left: 12px;
  line-height: 18px;
  color: #ff540080;
}
.wl-fg-activity .award-item-detail.coupon {
  background: url(https://img.alicdn.com/bao/uploaded/i3/84495163/O1CN01A7Rzlz1o0hNBPXlcM_!!2-item_pic.png);
  background-size: 100% 100%;
}
.wl-fg-activity .award-item-detail.red-package {
  background: url(https://img.alicdn.com/bao/uploaded/i3/84495163/O1CN01mV6cSp1o0hNFlT5lG_!!2-item_pic.png);
  background-size: 100% 100%;
}
.wl-fg-activity .award-item-detail .multi_award .multi_award_background {
  position: absolute;
  top: 0;
  left: 124px;
  width: 0;
  height: 0;
  border-top: 36px solid #f75555;
  border-left: 36px solid transparent;
}
.wl-fg-activity .award-item-detail .multi_award .multi_award_text {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 36px;
  height: 36px;
  top: 2px;
  left: 124px;
  font-weight: normal;
}
.wl-fg-activity .activity-detail .time-create {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.wl-fg-activity .activity-detail .pc-img {
  margin-bottom: 4px;
}
.wl-fg-activity .activity-detail .qrcode-show-popover {
  position: absolute;
  top: -90px;
  left: 20px;
  padding: 12px;
  width: 144px;
  line-height: 18px;
  font-size: 12px;
  box-shadow: 0 0 10px #999999;
  background: white;
  text-align: center;
}
.wl-fg-activity .activity-detail .qrcode-show-popover .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 94px;
  left: -4px;
  z-index: 1001;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.total-probability {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  height: 80px;
  line-height: 80px;
  width: 590px;
  margin-left: 60px;
}
.total-probability .total-probability-title {
  padding-left: 6px;
}
.total-probability .total-probability-value {
  margin-left: 444px;
}
.mz-luckydraw-award-list {
  margin-left: 60px;
  list-style: none;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info:hover {
  background-color: #f8f8f8;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info {
  padding: 10px 0;
  width: 590px;
  height: 90px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-prop-key {
  display: block;
  line-height: 20px;
  height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-prop-value {
  height: 50px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-prop-value input {
  margin: 0;
  line-height: 38px;
  height: 40px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-title {
  width: 80px;
  padding-left: 6px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-detail {
  width: 260px;
  margin-left: 20px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-detail .no-award {
  line-height: 40px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-type {
  width: 120px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-probability {
  width: 70px;
  margin-left: 20px;
}
.mz-luckydraw-award-list .mz-luckydraw-award .award-info .award-probability input {
  padding-left: 10px;
  width: 50px;
  display: inline;
}
#luckydraw-create-step-1 .luckydraw-rules {
  width: 400px;
  min-height: 200px;
  font-size: 14px;
  line-height: 20px;
}
.wl-prime-icon {
  display: inline-block;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(to right, #efdab4, #e1c08a);
  color: #3d3732;
  font-size: 12px;
  text-align: center;
}
.mz-wl-create-step {
  margin-top: 32px;
}
.mz-wl-create-step .mz-action-line {
  margin-top: 0;
}
.mz-wl-create-step-finish {
  margin-top: 12px;
}
.wl-create-left {
  float: left;
  width: 650px;
}
.wl-create-left .mz-form-group {
  display: flex;
  margin-bottom: 16px;
}
.wl-create-left .mz-form-group .mz-form-group-title {
  width: 120px;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
}
.wl-create-left .mz-form-group .mz-form-group-input {
  width: auto;
  margin-left: 24px;
  margin-right: 8px;
  white-space: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
}
.wl-create-left .mz-form-group .mz-form-group-input .mz-dropdown-list,
.wl-create-left .mz-form-group .mz-form-group-input .mz-form-control,
.wl-create-left .mz-form-group .mz-form-group-input .date-input {
  width: 260px;
}
.wl-create-left .mz-form-group .mz-form-group-input .mz-wl-short-input {
  width: 50px;
  padding: 9px 10px;
  text-align: center;
}
.wl-create-left .mz-form-group .mz-form-group-input .mz-wl-short-input:not(:first-child) {
  margin-left: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-input .mz-wl-short-input:not(:last-child) {
  margin-right: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-input .mz-radio-inline:not(:first-child) {
  margin-left: 20px;
}
.wl-create-left .mz-form-group .mz-form-group-input .wl-prime-icon:not(:first-child) {
  margin-left: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-input .wl-prime-icon:not(:last-child) {
  margin-right: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-input button:not(:first-child) {
  margin-left: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-input button:not(:last-child) {
  margin-right: 4px;
}
.wl-create-left .mz-form-group .mz-form-group-append {
  width: auto;
  flex-grow: 1;
}
.wl-create-left .mz-form-group .mz-form-group-append label {
  line-height: 18px;
  font-size: 12px;
  color: #999999;
}
.wl-create-left .mz-wl-prime-privilege {
  width: 494px;
  height: 36px;
  background: #fff8ed;
  border-radius: 19px;
  margin-left: 64px;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 36px;
}
.wl-create-left .mz-wl-prime-privilege .mz-wl-prime-privilege-title {
  float: left;
  margin-left: 16px;
  font-weight: normal;
  color: #3d3732;
}
.wl-create-left .mz-wl-prime-privilege .mz-wl-prime-privilege-button {
  float: right;
  margin-right: 16px;
  font-weight: normal;
  color: #3d3732;
  cursor: pointer;
}
.wl-create-left .mz-wl-prime-privilege .mz-wl-prime-privilege-button:hover {
  color: #0094f0;
}
.wl-create-left .mz-wl-prime-privilege .mz-wl-prime-privilege-button:active {
  color: #007ecc;
}
.wl-create-right {
  margin-left: 24px;
  float: left;
}
.wl-create-right img {
  width: 234px;
  margin-bottom: 8px;
}
.wl-create-right p {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  width: 234px;
  text-align: center;
  margin-bottom: 30px;
}
@font-face {
  font-family: 'iconfont';
  src: url('icon/fonts/iconfont.woff2?hfa90j') format('woff2'), url('icon/fonts/iconfont.ttf?hfa90j') format('truetype'), url('icon/fonts/iconfont.woff?hfa90j') format('woff'), url('icon/fonts/iconfont.svg?hfa90j#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dabiao-paixu:before {
  content: "\ea94";
}
.icon-dingzhi-line:before {
  content: "\e900";
}
.icon-bianji-fill:before {
  content: "\e901";
}
.icon-dabiao-xiazai:before {
  content: "\ea71";
}
.icon-shangpin:before {
  content: "\e9a2";
}
.icon-dianpu:before {
  content: "\ea6f";
}
.icon-daohang:before {
  content: "\ea6a";
}
.icon-shouqi:before {
  content: "\ea6b";
}
.icon-dabiao-qiehuan:before {
  content: "\ea6c";
}
.icon-fankui:before {
  content: "\ea6d";
}
.icon-lianxi:before {
  content: "\ea6e";
}
.icon-puhuo:before {
  content: "\ea69";
}
.icon-dabiao-shangchuan:before {
  content: "\ea68";
}
.icon-dabiao-picture:before {
  content: "\ea67";
}
.icon-dabiao-tupian:before {
  content: "\ea66";
}
.icon-banner:before {
  content: "\e902";
}
.icon-help:before {
  content: "\ea63";
}
.icon-bofang:before {
  content: "\ea5a";
}
.icon-zanting:before {
  content: "\ea5b";
}
.icon-bofang-line:before {
  content: "\ea55";
}
.icon-zanting-line:before {
  content: "\ea56";
}
.icon-dabiao-chicun:before {
  content: "\ea57";
}
.icon-dabiao-jianji:before {
  content: "\ea58";
}
.icon-dabiao-music:before {
  content: "\ea59";
}
.icon-yinliang-24:before {
  content: "\ea4d";
}
.icon-jinyin-24:before {
  content: "\ea4e";
}
.icon-jianji:before {
  content: "\e903";
}
.icon-dabiao-guanbi:before {
  content: "\ea2f";
}
.icon-haibao:before {
  content: "\ea20";
}
.icon-huodongye:before {
  content: "\ea21";
}
.icon-shuiyin:before {
  content: "\ea22";
}
.icon-choujiang_64:before {
  content: "\ea23";
}
.icon-kanjia_64:before {
  content: "\ea24";
}
.icon-pintuan_64:before {
  content: "\ea25";
}
.icon-guanzhuyouli_64:before {
  content: "\ea26";
}
.icon-zhekou_64:before {
  content: "\ea27";
}
.icon-dingshi_64:before {
  content: "\ea28";
}
.icon-duanxin_64:before {
  content: "\ea29";
}
.icon-duogeshuiyin_64:before {
  content: "\ea46";
}
.icon-hudong_64:before {
  content: "\ea4b";
}
.icon-more_64:before {
  content: "\ea60";
}
.icon-shuiyin_64:before {
  content: "\ea61";
}
.icon-shengchengxiaohaibao:before {
  content: "\ea64";
}
.icon-shengchengerweima:before {
  content: "\ea74";
}
.icon-zixun:before {
  content: "\ea75";
}
.icon-dabiao-suodingfill:before {
  content: "\e9c9";
}
.icon-dabiao-buxuhua:before {
  content: "\e9f1";
}
.icon-dabiao-dajiahao:before {
  content: "\e9f2";
}
.icon-dabiao-dajianhao:before {
  content: "\e9f3";
}
.icon-dabiao-xuhua:before {
  content: "\e9f4";
}
.icon-dabiao-jiaocheng:before {
  content: "\e915";
}
.icon-sucai-xuanzhuan:before {
  content: "\e91c";
}
.icon-dabiao-xianshi:before {
  content: "\e916";
}
.icon-dabiao-beijing:before {
  content: "\e917";
}
.icon-dabiao-caijian:before {
  content: "\e918";
}
.icon-dabiao-jiesuotuceng:before {
  content: "\e919";
}
.icon-dabiao-juzhong:before {
  content: "\e91a";
}
.icon-dabiao-suodingtuceng:before {
  content: "\e91b";
}
.icon-dabiao-wenzifangxiang:before {
  content: "\e91d";
}
.icon-dabiao-wenzijiacu:before {
  content: "\e9f5";
}
.icon-dabiao-wenzishanchuxian:before {
  content: "\e9f6";
}
.icon-dabiao-wenzixiahuaxian:before {
  content: "\e9f7";
}
.icon-dabiao-wenzixieti:before {
  content: "\e9f8";
}
.icon-dabiao-youduiqi:before {
  content: "\e9f9";
}
.icon-dabiao-zhuashou:before {
  content: "\e9fa";
}
.icon-dabiao-zuoduiqi:before {
  content: "\e9fb";
}
.icon-dabiao-shiyingchuangkou:before {
  content: "\e9fc";
}
.icon-dabiao-chenggong:before {
  content: "\e9fd";
}
.icon-dabiao-chexiao:before {
  content: "\e9fe";
}
.icon-dabiao-chongzuo:before {
  content: "\e9ff";
}
.icon-dabiao-down-arrow2:before {
  content: "\ea00";
}
.icon-dabiao-fangda:before {
  content: "\ea01";
}
.icon-dabiao-fanhui:before {
  content: "\ea2d";
}
.icon-dabiao-fuzhituceng:before {
  content: "\ea2e";
}
.icon-dabiao-huabulianjie:before {
  content: "\ea30";
}
.icon-dabiao-huabuquxiaolianjie:before {
  content: "\ea31";
}
.icon-dabiao-jiahao:before {
  content: "\ea32";
}
.icon-dabiao-jianhao:before {
  content: "\ea33";
}
.icon-dabiao-jinggaoxinxi:before {
  content: "\ea34";
}
.icon-dabiao-muban:before {
  content: "\ea35";
}
.icon-dabiao-shanchu-tuceng:before {
  content: "\ea36";
}
.icon-dabiao-shangyi:before {
  content: "\ea37";
}
.icon-dabiao-shengchengxiaohaibao:before {
  content: "\ea38";
}
.icon-dabiao-sucai:before {
  content: "\ea39";
}
.icon-dabiao-suoxiao:before {
  content: "\ea3a";
}
.icon-dabiao-tianjia-24:before {
  content: "\ea3b";
}
.icon-dabiao-tiaosepan:before {
  content: "\ea3c";
}
.icon-dabiao-tucengshunxu:before {
  content: "\ea3d";
}
.icon-dabiao-tucengweizhi:before {
  content: "\ea3e";
}
.icon-dabiao-wenben:before {
  content: "\ea3f";
}
.icon-dabiao-wode:before {
  content: "\ea40";
}
.icon-dabiao-xiala:before {
  content: "\ea41";
}
.icon-dabiao-xiayi:before {
  content: "\ea42";
}
.icon-dabiao-xiayiye:before {
  content: "\ea43";
}
.icon-dabiao-yijiaru:before {
  content: "\ea44";
}
.icon-dabiao-zhidi:before {
  content: "\ea45";
}
.icon-dabiao-zhiding:before {
  content: "\ea4a";
}
.icon-hebing:before {
  content: "\eaaa";
}
.icon-sl_shuiyinmulti:before {
  content: "\eaa9";
}
.icon-sl_dierjian:before {
  content: "\ea95";
}
.icon-sl_liebiao:before {
  content: "\ea96";
}
.icon-sl_manjian:before {
  content: "\ea97";
}
.icon-sl_quanbu:before {
  content: "\ea98";
}
.icon-sl_quandianjian:before {
  content: "\ea99";
}
.icon-sl_quandianzhe:before {
  content: "\ea9a";
}
.icon-sl_shouqi:before {
  content: "\ea9b";
}
.icon-sl_shuiyin:before {
  content: "\ea9c";
}
.icon-sl_shuiyin23:before {
  content: "\ea9d";
}
.icon-sl_shuiyin34:before {
  content: "\ea9e";
}
.icon-sl_shuiyin916:before {
  content: "\ea9f";
}
.icon-sl_shuiyinsku:before {
  content: "\eaa0";
}
.icon-sl_sku:before {
  content: "\eaa1";
}
.icon-sl_wodemuban:before {
  content: "\eaa2";
}
.icon-sl_xunhuang:before {
  content: "\eaa3";
}
.icon-sl_yijianxiadan:before {
  content: "\eaa4";
}
.icon-sl_zhankai:before {
  content: "\eaa5";
}
.icon-sl_zhekou:before {
  content: "\eaa6";
}
.icon-sl_zheshangzhe:before {
  content: "\eaa7";
}
.icon-chengzhangjihua:before {
  content: "\ea92";
}
.icon-group:before {
  content: "\ea8f";
}
.icon-ungroup:before {
  content: "\ea90";
}
.icon-quit:before {
  content: "\ea88";
}
.icon-quandianmanjian:before {
  content: "\ea8c";
}
.icon-skudazhe:before {
  content: "\ea85";
}
.icon-haibaozhizuo:before {
  content: "\ea86";
}
.icon-shuiyin1:before {
  content: "\ea87";
}
.icon-guanzhu:before {
  content: "\ea89";
}
.icon-jinli:before {
  content: "\ea8a";
}
.icon-manjian:before {
  content: "\ea8b";
}
.icon-emoji1:before {
  content: "\ea81";
}
.icon-emoji2:before {
  content: "\ea82";
}
.icon-emoji3:before {
  content: "\ea83";
}
.icon-emoji4:before {
  content: "\ea84";
}
.icon-jianshao:before {
  content: "\ea80";
}
.icon-diannaofill:before {
  content: "\ea7d";
}
.icon-shoujifill:before {
  content: "\ea7e";
}
.icon-shijan-jiantou:before {
  content: "\ea7f";
}
.icon-duobao:before {
  content: "\e91e";
}
.icon-gouxuan:before {
  content: "\e904";
}
.icon-Enterprise-Edition:before {
  content: "\ea76";
}
.icon-Free-version:before {
  content: "\ea77";
}
.icon-Trial-Version:before {
  content: "\ea78";
}
.icon-Ultimate-version:before {
  content: "\ea79";
}
.icon-wenzhang:before {
  content: "\ea73";
}
.icon-chongkai-xi:before {
  content: "\ea65";
}
.icon-shipin-fill:before {
  content: "\e905";
}
.icon-home-fill:before {
  content: "\e906";
}
.icon-zhiding-xian:before {
  content: "\ea5f";
}
.icon-zhiding:before {
  content: "\ea5e";
}
.icon-ketihuan:before {
  content: "\ea5d";
}
.icon-shipin:before {
  content: "\ea5c";
}
.icon-qiehuan:before {
  content: "\ea54";
}
.icon-duodian:before {
  content: "\ea53";
}
.icon-dingshishangjia:before {
  content: "\ea52";
}
.icon-qianniu:before {
  content: "\ea50";
}
.icon-xiajia:before {
  content: "\ea51";
}
.icon-shangjia:before {
  content: "\ea4c";
}
.icon-zuoce-shipinshuiyin:before {
  content: "\e907";
}
.icon-copy:before {
  content: "\e90d";
}
.icon-dingtalk:before {
  content: "\e908";
}
.icon-zhekou_cuowu:before {
  content: "\e909";
}
.icon-saomiao:before {
  content: "\ea49";
}
.icon-kongjian:before {
  content: "\ea47";
}
.icon-line-shanghuan:before {
  content: "\ea48";
}
.icon-ico_wendang:before {
  content: "\e911";
}
.icon-xiazai:before {
  content: "\e910";
}
.icon-shouhouyujing:before {
  content: "\e90c";
}
.icon-shujutongji:before {
  content: "\e90e";
}
.icon-home:before {
  content: "\e90a";
}
.icon-huiyuanyingxiao:before {
  content: "\e90b";
}
.icon-zhuangxiushuazi:before {
  content: "\e90f";
}
.icon-qidongzhong:before {
  content: "\e912";
}
.icon-weix-shezhi:before {
  content: "\ea2a";
}
.icon-weix-shanchu:before {
  content: "\ea2b";
}
.icon-weix-kefu:before {
  content: "\ea2c";
}
.icon-chuangjian:before {
  content: "\ea16";
}
.icon-chuangjianfenzu:before {
  content: "\ea17";
}
.icon-line-daoru:before {
  content: "\ea18";
}
.icon-shuiyi-free:before {
  content: "\ea12";
}
.icon-shuiyin-pay:before {
  content: "\ea13";
}
.icon-shaixuan-1:before {
  content: "\e91f";
}
.icon-shaixuan-2:before {
  content: "\e920";
}
.icon-sucai-xuanzhuan1:before {
  content: "\e921";
}
.icon-jihuo:before {
  content: "\ea0a";
}
.icon-dingding:before {
  content: "\ea07";
}
.icon-fenxiangliebian:before {
  content: "\ea06";
}
.icon-weitaoqiandao:before {
  content: "\ea03";
}
.icon-choujiang:before {
  content: "\e922";
}
.icon-faquan:before {
  content: "\e923";
}
.icon-pintuanyingxiao:before {
  content: "\e924";
}
.icon-yijiaru:before {
  content: "\e967";
}
.icon-chongkai:before {
  content: "\e960";
}
.icon-huodongshuju-16:before {
  content: "\e961";
}
.icon-shuiyin-16:before {
  content: "\e962";
}
.icon-faduanxin-16:before {
  content: "\e964";
}
.icon-fabuhuodong:before {
  content: "\e969";
}
.icon-tongbu:before {
  content: "\e96a";
}
.icon-qingchuhaibaofill:before {
  content: "\e979";
}
.icon-excelfill:before {
  content: "\e970";
}
.icon-yongjiushanchu:before {
  content: "\e977";
}
.icon-tianjia:before {
  content: "\e9b3";
}
.icon-shanchu:before {
  content: "\e9bd";
}
.icon-xiugaiyouhui:before {
  content: "\e9c1";
}
.icon-xiugai:before {
  content: "\e9c2";
}
.icon-shanchuxiao:before {
  content: "\e9c3";
}
.icon-shijian:before {
  content: "\e9d2";
}
.icon-xiugaibiaoqian:before {
  content: "\e9e5";
}
.icon-beizhu:before {
  content: "\e9e6";
}
.icon-shouqi1:before {
  content: "\e9e7";
}
.icon-piliang:before {
  content: "\e9e8";
}
.icon-lock-16:before {
  content: "\e9f0";
}
.icon-step-circle-16:before {
  content: "\e9ec";
}
.icon-wangwangfill:before {
  content: "\e9e9";
}
.icon-wangwang:before {
  content: "\e978";
}
.icon-crown:before {
  content: "\e9eb";
}
.icon-heart:before {
  content: "\e9ea";
}
.icon-yanzhengma-16:before {
  content: "\e9ee";
}
.icon-tianjiashangpin:before {
  content: "\e9ca";
}
.icon-go-to-top2:before {
  content: "\e999";
}
.icon-close2:before {
  content: "\e9ae";
}
.icon-down-arrow2:before {
  content: "\e9b2";
}
.icon-liaotian:before {
  content: "\e9d0";
}
.icon-shuaxin:before {
  content: "\e9d6";
}
.icon-right_circle:before {
  content: "\e9c0";
}
.icon-shijiankong:before {
  content: "\e9b5";
}
.icon-shengxu-16:before {
  content: "\e931";
}
.icon-jiangxu-16:before {
  content: "\e932";
}
.icon-fanhuiqianniu:before {
  content: "\e933";
}
.icon-weitaoguangbo:before {
  content: "\e972";
}
.icon-huodonglianjie:before {
  content: "\e9ad";
}
.icon-tuiguanghuodong:before {
  content: "\e9d5";
}
.icon-hudongyingxiao:before {
  content: "\e9d4";
}
.icon-duanxin:before {
  content: "\e935";
}
.icon-chakanxiangqing_16:before {
  content: "\e953";
}
.icon-chakan_16:before {
  content: "\e946";
}
.icon-kehu-16:before {
  content: "\e956";
}
.icon-liulansongliuliang:before {
  content: "\e9d1";
}
.icon-guanzhulingliuliang:before {
  content: "\e936";
}
.icon-xingyunchoujiang:before {
  content: "\e96b";
}
.icon-yiyuangou:before {
  content: "\e937";
}
.icon-zuoce-taobaopintuan:before {
  content: "\e94f";
}
.icon-kanjia:before {
  content: "\e98a";
}
.icon-pintuan:before {
  content: "\e98e";
}
.icon-pingjia:before {
  content: "\e98c";
}
.icon-shoucang:before {
  content: "\e990";
}
.icon-home1:before {
  content: "\e988";
}
.icon-dingdanguanhuai:before {
  content: "\e93a";
}
.icon-qunfa:before {
  content: "\e93b";
}
.icon-shuiyinmubanshouji-16:before {
  content: "\e976";
}
.icon-zuoce-shuiyinmuban2:before {
  content: "\e9bc";
}
.icon-liebiao:before {
  content: "\e93c";
}
.icon-zuoce-shoujiliuliangbao:before {
  content: "\e99f";
}
.icon-zuoce-youhuiquan:before {
  content: "\e9b4";
}
.icon-zuoce-huodongleixing:before {
  content: "\e9a9";
}
.icon-zuoce-shangpintongji:before {
  content: "\ea70";
}
.icon-zuoce-gukeguanxi:before {
  content: "\e9a4";
}
.icon-zuoce-xinshourenwu:before {
  content: "\e9c6";
}
.icon-zuoce-gongjuxiang:before {
  content: "\e99e";
}
.icon-zuoce-xiaoxizhongxin:before {
  content: "\e9ac";
}
.icon-zuoce-yaoqingfanxian:before {
  content: "\e9a0";
}
.icon-zuoce-meizheshezhi:before {
  content: "\e9b6";
}
.icon-zuoce-dinggouchongzhi:before {
  content: "\e9b9";
}
.icon-zuoce-zhanghuxinxi:before {
  content: "\e99d";
}
.icon-bianjiline:before {
  content: "\e9b7";
}
.icon-lianjie:before {
  content: "\e93f";
}
.icon-rili:before {
  content: "\e940";
}
.icon-shanchuquan:before {
  content: "\e971";
}
.icon-jinggao:before {
  content: "\e968";
}
.icon-jinggaofill:before {
  content: "\e96c";
}
.icon-jinggaoxinxi:before {
  content: "\e99a";
}
.icon-yiwen:before {
  content: "\e9ef";
}
.icon-yiwen-shixin:before {
  content: "\e9c8";
}
.icon-chenggong:before {
  content: "\e9af";
}
.icon-success:before {
  content: "\e99b";
}
.icon-bangzhu:before {
  content: "\e9ed";
}
.icon-bangzhufill:before {
  content: "\e9b0";
}
.icon-shanchu-xian:before {
  content: "\e9b1";
}
.icon-excel:before {
  content: "\e9bb";
}
.icon-details:before {
  content: "\e998";
}
.icon-bianji:before {
  content: "\e997";
}
.icon-duoxuanfill:before {
  content: "\e996";
}
.icon-bufenxuanzhong:before {
  content: "\e9c7";
}
.icon-duoxuan:before {
  content: "\e995";
}
.icon-danxuanfill:before {
  content: "\e994";
}
.icon-danxuan:before {
  content: "\e985";
}
.icon-kulian:before {
  content: "\e984";
}
.icon-xiaolian:before {
  content: "\e983";
}
.icon-paixujiang:before {
  content: "\e991";
}
.icon-paixusheng:before {
  content: "\e992";
}
.icon-shouqijiantou:before {
  content: "\ea05";
}
.icon-liuchengjiantou:before {
  content: "\e982";
}
.icon-liuchengjiantou2:before {
  content: "\e981";
}
.icon-xiayiye:before {
  content: "\e97f";
}
.icon-fanhui:before {
  content: "\e97e";
}
.icon-shangxia:before {
  content: "\e9ce";
}
.icon-gengduo:before {
  content: "\e97d";
}
.icon-biaodan:before {
  content: "\e9b8";
}
.icon-fuzhi:before {
  content: "\e9be";
}
.icon-sousuo:before {
  content: "\e9e3";
}
.icon-kongxinxing:before {
  content: "\e9cc";
}
.icon-shixinxing:before {
  content: "\e9cf";
}
.icon-dianao:before {
  content: "\e9ba";
}
.icon-shouji:before {
  content: "\e94b";
}
.icon-xiugailine:before {
  content: "\e9e2";
}
.icon-fangke:before {
  content: "\e9e0";
}
.icon-xiadan:before {
  content: "\e9da";
}
.icon-dingzhi:before {
  content: "\e941";
}
.icon-message:before {
  content: "\e945";
}
.icon-biaoqi:before {
  content: "\e948";
}
.icon-sending:before {
  content: "\e94e";
}
.icon-template:before {
  content: "\e975";
}
.icon-save:before {
  content: "\e951";
}
.icon-piliangtoufang:before {
  content: "\e952";
}
.icon-toufang:before {
  content: "\e955";
}
.icon-shuju:before {
  content: "\e954";
}
.icon-erweima:before {
  content: "\e95b";
}
.icon-tianjiaduojiyouhui:before {
  content: "\e973";
}
.icon-fanhuijiuban:before {
  content: "\e926";
}
.icon-dibu:before {
  content: "\eaa8";
}
.icon-dingbu:before {
  content: "\e927";
}
.icon-guanbi:before {
  content: "\e928";
}
.icon-dingwei:before {
  content: "\e913";
}
.icon-dian:before {
  content: "\e914";
}
.icon-daxiaoxie:before {
  content: "\ea7a";
}
.icon-kefu-2:before {
  content: "\ea62";
}
.icon-phone:before {
  content: "\ea4f";
}
.icon-zhuanhuan:before {
  content: "\ea15";
}
.icon-dingding-line:before {
  content: "\ea0b";
}
.icon-jiantou:before {
  content: "\e92b";
}
.icon-jiantou2:before {
  content: "\e92c";
}
.icon-huiyuanshaixuan-24:before {
  content: "\e989";
}
.icon-wenjiandaoru-24:before {
  content: "\e92d";
}
.icon-ceshiduanxin-24:before {
  content: "\e92e";
}
.icon-dingdandshaixuan-24:before {
  content: "\e92f";
}
.icon-gukefenzu-24:before {
  content: "\e930";
}
.icon-zhidinghaoma-24:before {
  content: "\e934";
}
.icon-tonghangjiaoliu_32:before {
  content: "\e938";
}
.icon-july-xingongneng:before {
  content: "\e980";
}
.icon-fankui_32:before {
  content: "\e939";
}
.icon-huodngleibiao_32:before {
  content: "\e95a";
}
.icon-jiaocheng_32:before {
  content: "\e95c";
}
.icon-kefu_32:before {
  content: "\e95d";
}
.icon-kefufull_32:before {
  content: "\e95e";
}
.icon-laxinfanxian_32:before {
  content: "\e95f";
}
.icon-lingduanxin_32:before {
  content: "\e963";
}
.icon-shang_32:before {
  content: "\ea7c";
}
.icon-xia_32:before {
  content: "\ea7b";
}
.icon-notification:before {
  content: "\e966";
}
.icon-shezhi:before {
  content: "\e965";
}
.icon-go-down-24:before {
  content: "\e944";
}
.icon-go-up-24:before {
  content: "\e93d";
}
.icon-level-off-24:before {
  content: "\e93e";
}
.icon-zhekou-24:before {
  content: "\e942";
}
.icon-manjian-24:before {
  content: "\e943";
}
.icon-biaoqian:before {
  content: "\e925";
}
.icon-up:before {
  content: "\ea93";
}
.icon-brand:before {
  content: "\ea91";
}
.icon-price:before {
  content: "\ea8d";
}
.icon-txt:before {
  content: "\ea8e";
}
.icon-dengdai:before {
  content: "\ea72";
}
.icon-yinliuzhangfen:before {
  content: "\e929";
}
.icon-shoucangjiagou:before {
  content: "\e92a";
}
.icon-zhibo-jiaocheng:before {
  content: "\ea08";
}
.icon-shoucangjiagou-32:before {
  content: "\ea14";
}
.icon-gonggaohaibao:before {
  content: "\ea11";
}
.icon-youhuiquan-32:before {
  content: "\ea09";
}
.icon-dierjian-32:before {
  content: "\ea02";
}
.icon-guanzhulingliuliang-32:before {
  content: "\e947";
}
.icon-sku-fill-32:before {
  content: "\e949";
}
.icon-xingyunchoujiang-32:before {
  content: "\e94a";
}
.icon-shuiyinmuban-32:before {
  content: "\ea0c";
}
.icon-zhutushuiyin2-3-32:before {
  content: "\e94c";
}
.icon-zhutushuiyin3-4-32:before {
  content: "\e94d";
}
.icon-pingjiatixing-32:before {
  content: "\e950";
}
.icon-fukuantixing-32:before {
  content: "\e957";
}
.icon-liebiao-32:before {
  content: "\e958";
}
.icon-zhekou-32:before {
  content: "\e959";
}
.icon-manjian-32:before {
  content: "\e96d";
}
.icon-pintuan-32:before {
  content: "\e96e";
}
.icon-shoucang-32:before {
  content: "\e96f";
}
.icon-zhutushuiyin-32:before {
  content: "\e974";
}
.icon-wuxianhuodongye-32:before {
  content: "\e97a";
}
.icon-huiyuanshaixuan-32:before {
  content: "\e98b";
}
.icon-zhidinghaoma:before {
  content: "\e9a1";
}
.icon-querenshouhuo:before {
  content: "\e97b";
}
.icon-wxhuodongye:before {
  content: "\e9ab";
}
.icon-manjianbaoyou:before {
  content: "\e97c";
}
.icon-poster:before {
  content: "\e9d7";
}
.icon-quandiandazhe:before {
  content: "\e9d8";
}
.icon-sku:before {
  content: "\e9d9";
}
.icon-zhidinghaomafaduanxin:before {
  content: "\e9db";
}
.icon-zhutushuiying:before {
  content: "\e9dc";
}
.icon-4shuiuyin:before {
  content: "\e9dd";
}
.icon-changtushuiuyin:before {
  content: "\e9de";
}
.icon-dazhe:before {
  content: "\e9df";
}
.icon-huiyuanshaixuan:before {
  content: "\e9e1";
}
.icon-didatongcheng:before {
  content: "\e986";
}
.icon-fahuotixing:before {
  content: "\e987";
}
.icon-fukuanguanhuai:before {
  content: "\e98d";
}
.icon-dingdancuifu:before {
  content: "\e98f";
}
.icon-haoping:before {
  content: "\e993";
}
.icon-huankuanguanhuai:before {
  content: "\e99c";
}
.icon-huodongcuifu:before {
  content: "\e9a3";
}
.icon-paisongtixing:before {
  content: "\e9a5";
}
.icon-qianshoutixing:before {
  content: "\e9a6";
}
.icon-tuikuanguanhuai:before {
  content: "\e9a7";
}
.icon-weipingjiatixing:before {
  content: "\e9a8";
}
.icon-xiadanguanhuai:before {
  content: "\e9aa";
}
.icon-yushoucuifu:before {
  content: "\e9bf";
}
.icon-zhongchaping:before {
  content: "\e9c4";
}
.icon-fasongxiaoguo:before {
  content: "\e9c5";
}
.icon-dingdanguanghuai-32:before {
  content: "\e9cb";
}
.icon-dingdandshaixuan:before {
  content: "\e9cd";
}
.icon-wenjiandaoru:before {
  content: "\e9d3";
}
.icon-gukefenzu:before {
  content: "\e9e4";
}
.icon-ceshiduanxin:before {
  content: "\ea04";
}
.icon-tianjiacu:before {
  content: "\ea0d";
}
.icon-group1-32:before {
  content: "\ea0e";
}
.icon-group2-32:before {
  content: "\ea0f";
}
.icon-number01:before {
  content: "\ea10";
}
.icon-number02:before {
  content: "\ea19";
}
.icon-number03:before {
  content: "\ea1a";
}
.icon-shangpin1:before {
  content: "\ea1b";
}
.icon-renwu:before {
  content: "\ea1c";
}
.icon-jinggao-48:before {
  content: "\ea1d";
}
.icon-yiwen-48:before {
  content: "\ea1e";
}
.icon-chenggong-48:before {
  content: "\ea1f";
}
.mz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mz-icon.mz-icon-12px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-icon.mz-icon-12px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-icon.mz-icon-12px:after {
  content: '\200b';
}
.mz-icon.mz-icon-12px:before {
  font-size: 12px;
  top: 0px;
}
.mz-icon.mz-icon-16px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-icon.mz-icon-16px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-icon.mz-icon-16px:after {
  content: '\200b';
}
.mz-icon.mz-icon-16px:before {
  font-size: 16px;
  top: 0px;
}
.mz-icon.mz-icon-24px {
  font-family: inherit !important;
  display: inline-block;
  position: relative;
  line-height: 24px;
  width: 24px;
  margin-left: -1px;
  margin-right: -1px;
}
.mz-icon.mz-icon-24px:before {
  font-family: 'iconfont' !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mz-icon.mz-icon-24px:after {
  content: '\200b';
}
.mz-icon.mz-icon-24px:before {
  font-size: 24px;
  top: 0px;
}
.mz-float-sidebar ul.mz-sample-nav {
  top: 62px;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 160px;
  padding: 6px 0;
}
.mz-float-sidebar ul.mz-sample-nav li.nav-header {
  font-weight: bold;
  padding: 6px 10px;
}
.mz-float-sidebar ul.mz-sample-nav li + li {
  margin-top: 0;
}
.mz-float-sidebar ul.mz-sample-nav li a {
  background-color: transparent;
  line-height: 20px;
  padding: 0 0 0 16px;
  border-radius: 0;
  font-size: 14px;
  text-align: left;
}
.mz-float-sidebar ul.mz-sample-nav li a:hover {
  font-weight: bold;
}
.mz-sample-section + .mz-sample-section {
  border-top: 1px dashed #e8e8e8;
}
.mz-sample-section > h2 .mz-anchorjs {
  margin-left: 12px;
  display: none;
}
.mz-sample-section > h2:hover {
  color: #999999;
}
.mz-sample-section > h2:hover .mz-anchorjs {
  display: inline-block;
}
.mz-sample-section .mz-params-list li {
  padding-left: 1em;
}
.mz-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  /* Echo out a label for the example */
  /* Tweak display of the code snippets when following an example */
}
.mz-example:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: '实例';
  padding: 5px 12px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom-right-radius: 4px;
  background-color: #f7f7f9;
}
.mz-example > .mz-container {
  width: 100%;
}
.mz-example > p:last-child,
.mz-example > ul:last-child,
.mz-example > ol:last-child,
.mz-example > blockquote:last-child,
.mz-example > .mz-form-control:last-child,
.mz-example > .mz-table:last-child,
.mz-example > .mz-navbar:last-child,
.mz-example > .mz-jumbotron:last-child,
.mz-example > .mz-alert:last-child,
.mz-example > .mz-panel:last-child,
.mz-example > .mz-list-group:last-child,
.mz-example > .mz-well:last-child,
.mz-example > .mz-progress:last-child,
.mz-example > .mz-table {
  margin-bottom: 0;
}
.mz-example + .mz-highlight {
  border-top-width: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mz-example.mz-example-code-only {
  display: none;
}
.mz-example.mz-example-code-only + .mz-highlight {
  border-width: 1px;
  border-radius: 4px;
}
.mz-example.mz-example-padded-bottom {
  padding-bottom: 24px;
}
.mz-example.mz-example-standalone {
  border-radius: 4px;
}
.mz-highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.mz-highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: normal;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-highlight pre code {
  word-break: normal;
  white-space: pre-wrap;
  font-size: 12px;
}
.mz-highlight pre code:first-child {
  display: inline-block;
  padding-right: 45px;
}
.mz-example-row {
  background-color: #e8e8e8;
}
.mz-example-row > div {
  background-color: #e7ffeb;
  border: 1px solid #ffe5ba;
}
.mz-example-row .inner {
  padding: 6px 12px;
  background-color: #f8f8f8;
}
.mz-example-row .mz-table-row {
  border: none;
}
.mz-example-row .mz-table-row > div {
  background-color: #e7ffeb;
  border: 1px solid #ffe5ba;
}
.mz-palette {
  display: inline-block;
  width: 120px;
  text-align: center;
}
.mz-palette .palette {
  margin: 0 auto;
  width: 90px;
  height: 60px;
  border-radius: 4px;
}
.mz-palette .palette.brand-primary {
  background-color: #0088df;
}
.mz-palette .palette.brand-primary:after {
  content: '#0088df';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.brand-success {
  background-color: #00be70;
}
.mz-palette .palette.brand-success:after {
  content: '#00be70';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.brand-info {
  background-color: #58a9e2;
}
.mz-palette .palette.brand-info:after {
  content: '#58a9e2';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.brand-warning {
  background-color: #ffa108;
}
.mz-palette .palette.brand-warning:after {
  content: '#ffa108';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.brand-danger {
  background-color: #ff5400;
}
.mz-palette .palette.brand-danger:after {
  content: '#ff5400';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.link-color {
  background-color: #0088df;
}
.mz-palette .palette.link-color:after {
  content: '#0088df';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.brand-error {
  background-color: #f75555;
}
.mz-palette .palette.brand-error:after {
  content: '#f75555';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.special-zhekou {
  background-color: #ffa108;
}
.mz-palette .palette.special-zhekou:after {
  content: '#ffa108';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.special-mjs {
  background-color: #ff5400;
}
.mz-palette .palette.special-mjs:after {
  content: '#ff5400';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-darkest {
  background-color: #333333;
}
.mz-palette .palette.gray-darkest:after {
  content: '#333333';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-darker2 {
  background-color: #666666;
}
.mz-palette .palette.gray-darker2:after {
  content: '#666666';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-darker {
  background-color: #999999;
}
.mz-palette .palette.gray-darker:after {
  content: '#999999';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #ffffff;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-dark {
  background-color: #c8c8c8;
}
.mz-palette .palette.gray-dark:after {
  content: '#c8c8c8';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-light {
  background-color: #d8d8d8;
}
.mz-palette .palette.gray-light:after {
  content: '#d8d8d8';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-lighter {
  background-color: #f2f2f2;
}
.mz-palette .palette.gray-lighter:after {
  content: '#f2f2f2';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-palette .palette.gray-lightest {
  background-color: #f8f8f8;
}
.mz-palette .palette.gray-lightest:after {
  content: '#f8f8f8';
  display: block;
  width: 90px;
  line-height: 60px;
  color: #000000;
  font-size: 14px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-font {
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.mz-font .font {
  margin-bottom: 20px;
}
.mz-font .font.font-small {
  font-size: 12px;
  line-height: 18px;
}
.mz-font .font.font-base {
  font-size: 14px;
  line-height: 20px;
}
.mz-font .font.font-large {
  font-size: 16px;
  line-height: 1.5;
}
.mz-font .font.font-larger {
  font-size: 18px;
  line-height: 1.5;
}
.mz-font .font.font-largest {
  font-size: 30px;
  line-height: 1.5;
}
.mz-font .font.font-base {
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
}
.mz-font .font.font-base .font-family:after {
  content: 'Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif';
}
.mz-font .font.font-serif {
  font-family: Georgia, 'Times New Roman', Times, SimSun, 宋体, serif;
}
.mz-font .font.font-serif .font-family:after {
  content: 'Georgia, 'Times New Roman', Times, SimSun, 宋体, serif';
}
.mz-font .font.font-sans-serif {
  font-family: Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif;
}
.mz-font .font.font-sans-serif .font-family:after {
  content: 'Tahoma, Arial, 'Microsoft YaHei', 微软雅黑, 'PingFang SC', 'Helvetica Neue', Helvetica, sans-serif';
}
.mz-font .font.font-monospace {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.mz-font .font.font-monospace .font-family:after {
  content: 'Monaco, Menlo, Consolas, 'Courier New', monospace';
}
.mz-font .font.font-number {
  font-family: Arial, sans-serif;
}
.mz-font .font.font-number .font-family:after {
  content: 'Arial, sans-serif';
}
.mz-font .font-title {
  background-color: #f8f8f8;
  margin-bottom: 0.75em;
  line-height: 2;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-title {
  width: 84px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-append {
  width: inherit;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-append a {
  margin-left: 8px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-append.next-line {
  margin-left: 147px;
  line-height: 20px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input {
  margin-left: 39px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-lg {
  width: 510px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-lg label.mz-radio-inline + label.mz-radio-inline {
  margin-left: 16px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-lg .mz-radio-inline input[type='radio'] + span:before {
  padding-right: 8px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-md {
  width: 195px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input.input-xlg {
  width: 750px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .customer-input-area,
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .group-title-input {
  resize: none;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .customer-input-area.danger,
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .group-title-input.danger {
  border-color: #f75555;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .custom-field {
  display: inline-block;
  margin-left: 10px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .custom-field.custom-date .date-input {
  width: 185px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .custom-field.custom-amount input {
  height: 30px;
  width: 100px;
}
.crm-create-group-form.mz-form-horizontal .mz-form-group .mz-form-group-input .custom-field + .custom-field {
  margin-left: 10px;
}
.crm-staff-pages {
  padding-top: 0;
}
.crm-staff-pages .m2-container {
  width: 1200px;
}
.crm-staff-dashboard .crm-group-list-item table td {
  width: 33%;
}
.crm-staff-dashboard .crm-group-list-item.success-group {
  background: white;
}
.crm-staff-dashboard .crm-group-list-item.updating-group {
  background: #f2f2f2;
}
.crm-staff-dashboard .crm-group-list-item.deleted-group {
  background: #f2f2f2;
  opacity: 0.5;
}
.crm-staff-dashboard .crm-group-list-item .custom-group-tag {
  margin-left: 8px;
  background-color: #06abf3;
  color: white;
  border-radius: 3px;
  padding: 0 8px;
}
.crm-staff-dashboard .crm-group-list-item .custom-group-tag:hover {
  cursor: pointer;
  color: white;
}
.crm-intro-img-container {
  position: relative;
}
.crm-intro-img-container .upgrade-btn {
  width: 260px;
  height: 46px;
  border-radius: 23px;
  color: white;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
}
.crm-intro-img-container .upgrade-btn-top {
  position: absolute;
  top: 186px;
  left: 350px;
}
.crm-intro-img-container .upgrade-btn-bottom {
  position: absolute;
  bottom: 54px;
  left: 350px;
}
.crm-intro-img-container .detail-btn {
  position: absolute;
  width: 360px;
  height: 46px;
  border-radius: 23px;
  color: white;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  left: 300px;
  bottom: 284px;
}
.crm-intro-img-container .intro-head {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  top: 358px;
}
.crm-intro-img-container .intro-title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.crm-intro-img-container .intro-title-white {
  color: white;
}
.crm-intro-img-container .intro-title-dark {
  color: #535a72;
}
.crm-intro-img-container .intro-desc-container {
  position: absolute;
  top: 300px;
  color: #5160ff;
}
.crm-intro-img-container .intro-desc-container .intro-desc-item {
  padding: 25px 50px;
}
.crm-intro-img-container .intro-desc-container .intro-desc-item .desc-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.crm-intro-img-container .intro-desc-container .intro-desc-item .desc-content {
  font-size: 20px;
}
.crm-intro-img-container .intro-bottom-text {
  position: absolute;
  bottom: 410px;
  color: red;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
}
