* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-width: 1020px;
  height: 100%;
  line-height: 1;
  font-family: '微软雅黑';
  font-size: 14px;
}

ul,
li {
  list-style: none;
  margin: 0;
}

a,
a:hover,
a:active,
a:visited,
button {
  text-decoration: none !important;
  outline: none;
}

.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  z-index: 20;
}

.mask .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.mask-img {
  display: none;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 30;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  min-height: 48px;
  max-height: 112px;
  background-color: #030D25;
}

.header .nav-box {
  height: 48px;
  padding: 0 16px;
}

.header .logo {
  width: 250px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
}

.header .nav-item {
  position: relative;
  padding: 0 6px;
  width: auto;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: rgba(255, 255, 255, .65);
  transition: opacity .5s;
  cursor: pointer;
  background-color: #333;
}

.header .nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, .65);
}

.header .nav-item:hover a {
  color: rgba(255, 255, 255, 1);
}

.header .nav-item .sub-nav {
  display: none;
  position: absolute;
  left: -26px;
  top: 44px;
  width: 156px;
  z-index: 60;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
}

.header .nav-item .sub-nav:before {
  position: absolute;
  top: -28px;
  left: 64px;
  z-index: 10;
  width: 0;
  height: 0;
  border: 14px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.header .nav-item .sub-nav a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  background-color: #fff;
  color: #8C8C8C;
  text-align: left;
}

.header .nav-item .sub-nav li:first-child a {
  border-radius: 5px 5px 0 0;
}

.header .nav-item .sub-nav li:last-child a {
  border-radius: 0 0 5px 5px;
}

.header .nav-item .sub-nav a:hover {
  background-color: #EBF0FC;
  color: #000;
}

.header .window-box .window {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  color: rgba(255, 255, 255, .65);
}

.header .window-box {
  height: 48px;
  background-color: #030D25;
  transition: height .5s;
}

.header .window-box.nowindow {
  height: 0;
}

.header .window-box .window.active,
.header .window-box .window:hover {
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}

.header .window-box .window .close {
  width: 14px;
  height: 14px;
  margin-top: 17px;
  margin-left: 8px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 14px 14px;
  opacity: 1;
}

.header .window-box .window.active .close,
.header .window-box .window:hover .close {
  background: url(../images/close-active.png) no-repeat center center;
  background-size: 14px 14px;
}

.content {
  position: relative;
  padding-top: 48px;
  min-height: calc(100% - 48px);
}

.content.haswindow {
  padding-top: 112px;
  height: calc(100% - 112px);
}

.content .left {
  position: fixed;
  left: 0;
  top: 48px;
  width: 120px;
  height: calc(100vh - 48px);
  background-color: #26bfca;
  transition: left .5s;
  z-index: 1;
}

.content .left.active-left {
  left: -150px;
}

.content.haswindow .left {
  top: 112px;
  height: calc(100vh - 112px);
}

.content .center {
  position: absolute;
  top: 0;
  left: 54px;
  width: calc(100% - 54px);
  min-height: calc(100% + 48px);
  padding-top: 48px;
  background-color: #fff;
  overflow-y: auto;
  transition: left .5s;
  z-index: 50;
}

.content.haswindow .center {
  min-height: calc(100vh - 112px);
  padding-top: 112px;
}

.content .center.menu-open {
  left: 120px;
  width: calc(100% - 120px);
}

.content .center.menu-two {
    left: 120px;
    width: calc(100% - 120px);
}

.content .center.menu-cont {
    left: 54px;
    width: calc(100% - 54px);
}

.content .left .menu-icon {
  width: 54px;
  height: 48px;
  background-color: #2ab0ba;
  background-image: url(../images/menu-icon-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
}

.content .left.active .menu-icon {
  width: 100%;
  background-color: #2ab0ba !important;
  background: url(../images/menu-icon.png) no-repeat center center;
  background-size: 16px 16px;
}

.content .left .menu-icon:hover {
  background-color: #2ab0ba;
}

.content .left .big-menu {
  margin-bottom: 20px;
  position: absolute;
  left: -96px;
  top: 48px;
  width: 100%;
  background-color: transparent;
  /* z-index: -1; */
}

.content .left.active .big-menu {
  left: 0;
  z-index: 10;
}

.content .left:not(.active) .big-menu-name {
  display: none
}

.content .left.active .big-menu .text {
  display: inline;
}

.content .left .small-menu {
  width: 54px;
  cursor: pointer;
}

.content .left .small-menu img {
  width: 20px;
  height: 20px;
}

.content .left .small-menu li {
  width: 54px;
  height: 48px;
  text-align: center;
  padding-top: 14px;
}

.content .left .small-menu li:hover {
  background-color: #1B2640;
}

.content .left .big-menu li {
  position: relative;
  width: 100%;
  min-height: 48px;
  line-height: 48px;
  padding-left: 17px;
  cursor: pointer;
}

.content .left .big-menu li img.icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: -2px;
}

.content .left .big-menu li:hover {
  background-color: #1B2640;
}

.content .left .big-menu li a {
  display: block;
  width: 100%;
  height: 48px;
  /*font-size: 14px;*/
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
}

.content .left .big-menu li:hover a {
  color: rgba(255, 255, 255, 1);
}

.content .left .big-menu .submenu {
  display: none;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 48px);
  background-color: #D5D9E0;
}

.content .left .big-menu .submenu.active {
  display: block;
}

.content.haswindow .left .big-menu .submenu {
  height: calc(100vh - 112px);
}

.content .left .big-menu .submenu li {
  min-height: 48px;
  line-height: 48px;
  padding-left: 0;
}

.content .left .big-menu .submenu li a {
  display: block;
  width: 100%;
  height: 48px;
  color: #666;
}

.content .left .big-menu .submenu li .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 25px;
  margin-right: 15px;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 12px 12px;
}

.content .left .big-menu .submenu li.active .icon {
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: 12px 12px;
}

.content .left .big-menu .submenu li:hover,
.content .left .big-menu .submenu li.active {
  background-color: #fff;
}

.content .left .big-menu .submenu .title {
  height: 48px;
  line-height: 48px;
  /*font-size: 15px;*/
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #E4E6EB;
}

.content .left .big-menu .submenu li .threemenu {
  display: none;
}

.content .left .big-menu .submenu li .threemenu li {
  padding-left: 50px;
  background-color: #E1E4E9;
}

.content .left .big-menu .submenu li .threemenu li:hover {
  background-color: #eee;
}

.help {
  position: fixed;
  width: 256px;
  right: -100%;
  top: 48px;
  height: calc(100vh - 48px);
  border-left: 1px solid #E6E6E6;
  background-color: #fff;
  overflow: auto;
  transition: right .5s;
  z-index: 50;
}

.haswindow .help {
  height: calc(100vh - 112px);
  top: 112px;
}

.help.active {
  right: 0;
}

.help .title {
  height: 47px;
  line-height: 47px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dotted #E6E6E6;
}

.help .title span {
  font-size: 12px;
  color: #ED1112;
  cursor: pointer;
}

.help .title span img {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-left: 2px;
}

.help .help-cntent {
  padding: 0 24px;
}

.help .help-cntent .title {
  height: auto;
  line-height: 22px;
  margin: 12px 0;
  padding: 0;
  border: none;
}

.help .help-cntent .help-text {
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.help .help-cntent .help-text img {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.list {
  background-color: #fff;
  padding-bottom: 30px;
}

.list .title {
  position: relative;
  height: 48px;
  padding: 0 16px;
  padding-left: 32px;
  font-size: 14px;
  background-color: #EDF0F5;
}

.list .list-show .title {
  padding-left: 16px;
}

.list .title:before {
  position: absolute;
  left: 16px;
  top: 17px;
  width: 4px;
  height: 20px;
  background-color: #26324D;
  border-radius: 1px;
}

.list .title .title-text {
  line-height: 52px;
  font-size: 16px;
}

.list .title .add-icon {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background: url(../images/add-icon.png) no-repeat center center;
  background-size: 24px 24px;
  cursor: pointer;
}

.list .title .button,
.list .title button {
  height: 32px;
  display: inline-block;
  width: 80px;
  line-height: 32px;
  margin-top: 8px;
  background-color: #fff;
  color: #33c0c9;
  border: none;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  text-align: center;
}

.list .title .button-add,
.list .title button.add,
.list .title a.add {
  background-color: #33c0c9;
  color: #fff;
}

.list .list-form {
  position: relative;
  padding: 0px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #E6E6E6;
}

.list .list-form label,
.alert label {
  float: left;
  /*width: 70px;*/
  height: 32px;
  line-height: 32px;
  margin: 0 4px 0 10px;
  text-align: right;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

input:focus,
select:focus {
  box-shadow: none;
  outline: none;
}

.list .list-form .input-box,
.alert .input-box {
  float: left;
  position: relative;
}

.list .list-form .input-box input[type="text"],
.list .list-form .input-box select,
.alert .input-box input[type="text"],
.alert .input-box select {
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-left: 8px;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.list .list-form .input-box input[type="password"],
.list .list-form .input-box select,
.alert .input-box input[type="text"],
.alert .input-box input[type="password"],
.sku .input-box input[type="text"],
.alert .input-box select,
.page select
{
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-left: 8px;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.list .list-form .input-box input.text,
.alert .input-box input.text,
.alert .input-box select.text {
  width: 320px;
}

.list .list-form .input-box.hasicon input {
  padding-left: 8px;
}

.list .list-form .input-box.hasicon .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 9px;
  top: 8px;
}

.list .list-form .input-row,
.alert .input-row {
  padding: 8px 0;
}

.list .list-form .input-row:last-child {
  margin-bottom: 0;
}

.list .list-form input.line-input,
.list .list-form select.line-input {
  width: 160px;
}

.list .list-form .input-box .icon-down,
.alert .input-box .icon-down {
  position: absolute;
  right: 14px;
  top: 8px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/*.list .list-form button {*/
/*  width: 80px;*/
/*  height: 32px;*/
/*  background-color: rgba(56, 108, 225, 0.05);*/
/*  border: 1px solid #E6E6E6;*/
/*  border-radius: 4px;*/
/*  color: #33c0c9;*/
/*  font-size: 12px;*/
/*}*/

.list .list-form .file {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.fileinput-button {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: #33c0c9;
  border: none;
}

.fileinput-button:hover {
  background: #32dde6;
}

.list .list-form .show-more {
  position: absolute;
  right: 15px;
  top: 25px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.list .list-form .show-more .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/down.png) no-repeat center center;
  background-size: 16px 16px;
}

.list .list-form .show-more.active .icon {
  background: url(../images/up.png) no-repeat center center;
  background-size: 16px 16px;
}

.list .list-form .more-input {
  display: none;
}

.list .list-form .inline-text {
  line-height: 32px;
  padding: 0 15px;
}

.list .list-show {
  padding: 0 15px;
  margin-top: 12px;
}

.list .list-show .title {
  line-height: 48px;
  background-color: rgba(245, 166, 35, 0.1);
  border: 1px dotted #E6E6E6;
}

.list .list-show .title img {
  position: relative;
  top: -2px;
}

.list .list-show .title span {
  color: #F5222D;
}

.list .table {
  margin-top: 16px;
  margin-bottom: 0;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}

.list th {
  padding: 15px 8px;
  background-color: #FAFAFA;
  border-right: 1px solid #E6E6E6;
}

.list th:last-child {
  border-right: none;
}

.list .table td {
  padding: 12px 6px;
  border-right: 1px solid #E6E6E6;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
}

.list .table tr .check,
.list .table tr .check-disable,
.list .table tr .check-all,
.list .page .check-all {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/check-no.png) no-repeat center center;
  background-size: 14px 14px;
  border-radius: 2px;
  cursor: pointer;
}

.list .table tr.active td {
  background-color: #EBF0FC;
}

.list .table tr.active:hover td {
  background-color: #EBF0FC;
}

.list .table tr.active .check,
.list .table tr.active .check-disable,
.list .table tr.active .check-all,
.list .page.active .check-all {
  background: url(../images/check.png) no-repeat center center;
  background-size: 14px 14px;
}

.list .table tr button {
  border: none;
  padding: 0;
  background-color: transparent;
  margin-right: 10px;
  color: #33c0c9;
  text-decoration: underline !important;
}

.list .table tr button:nth-child(3n+0) {
  margin-right: 0;
}

.list .table td.check-box,
.list .page .check-box {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}

.list .page .check-box {
  line-height: 48px;
}

.list .page {
  height: 48px;
}

.list .page button {
  height: 32px;
  margin-top: 8px;
  padding: 0 24px;
  color: #333;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 12px;
}

.list .page button:hover {
  background: #E6E6E6;
}

.list .page .page-box {
  margin-top: 8px;
}

.list .page .page-box span,
.list .page .page-box a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 8px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}

.list .page .page-box span:last-child {
  margin-right: 0;
}

.list .page .page-box span.active,
.list .page .page-box span:hover,
.list .page .page-box a:active,
.list .page .page-box a:hover {
  background-color: #33c0c9;
  color: #fff;
}

.list .page .page-box span img {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  vertical-align: top;
}

.list .list-content {
  margin-top: 16px;
}

.list .list-content-item {
  width: 24%;
  height: 134px;
  margin-right: 1.3333333%;
  margin-bottom: 1.3333333%;
  background-color: rgba(56, 108, 225, 0.10);
  border: 1px solid #E6E6E6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.list .list-content-item:nth-child(4n+0) {
  margin-right: 0;
}

.list .list-content-item .title {
  height: 25px;
  line-height: 25px;
  margin-top: 38px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
  border: none;
}

.alert .btn-box,
.list .list-content .btn-box {
  margin-left: 172px;
  margin-top: 16px;
}

.alert .btn-box {
  margin-left: 15px;
}

.alert .btn-box .btn,
.list .list-content .btn-box .btn {
  float: left;
  width: 240px;
  height: 48px;
  line-height: 48px;
  margin-right: 1.3333333%;
  margin-bottom: 1.3333333%;
  padding: 0;
  background-color: #F5F5F5;
  border: 1px solid #E6E6E6;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  color: #333;
}

.alert .btn-box .btn:nth-child(6n+0),
.list .list-content .btn-box .btn:nth-child(6n+0) {
  margin-right: 0;
}

.alert .btn-box .btn.active,
.list .list-content .btn-box .btn.active {
  background-color: rgba(56, 108, 225, 0.10);
  box-shadow: none;
}

.list .list-content .list-content-text {
  padding: 10px;
  line-height: 20px;
  background-color: rgba(56, 108, 225, 0.10);
  border: 1px solid #E6E6E6;
  color: #33c0c9;
}

.list .list-content .list-content-text p {
  margin-bottom: 0;
}

.alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  /*background-color: #f7f7f7;*/
  opacity: 0;
  z-index: 0;
  overflow: auto;
  transition: width .5s, height .5s, opacity .5s;
}

.alert.active {
  min-height: 100%;
  opacity: 1;
  z-index: 200;
  background-color: #FFF;
}

.alert.active .content {
  /*height: 100%;*/
}

.alert.active .content .center {
  position: static;
  /*width: calc(100% - 512px);*/
  width: 100%;
  margin: 0 auto;
}

.alert.active .help.active {
  right: 15px;
}

.alert .content .left {
  left: 0;
}

.alert > .title {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}

.alert.active > .title {
  position: fixed;
  z-index: 999999;
}

.alert .title .close {
  position: absolute;
  right: 53px;
  top: 25px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  opacity: 1;
  color: #333;
  font-weight: 400;
}

.alert .title .close img {
  width: 100%;
  height: 100%;
}

.alert .content .center {
  /*min-height: 100%;*/
  background-color: #fff;
  padding: 0;
}

.alert .content .center .title {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding-left: 32px;
  margin-bottom: 12px;
  background-color: #EDF0F5;
  font-size: 16px;
}

.alert .content .center .title-sub {
  background: none;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  color: #383838;
}

.alert .content .center .title:before {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 4px;
  height: 20px;
  background-color: #26324D;
  border-radius: 1px;
  content: '';
}

.alert .content .center .title-sub:before {
  width: 4px;
  height: 16px;
  top: 16px;
  background-color: #e6e6e6;
}

.alert .content .center .title .open-help {
  position: absolute;
  right: 14px;
  top: 19px;
  line-height: 16px;
  font-size: 16px;
  color: #7ED321;
  cursor: pointer;
}

.alert .content .center .add-form {
  background-color: #fff;
  overflow: hidden;
}

.alert .content .center .add-form .red {
  position: relative;
  top: 5px;
  margin-right: 3px;
  font-size: 16px;
  color: #ED1112;
}

.alert label {
  width: 160px;
  line-height: 32px;
}

.alert .input-box input.text,
.alert .input-box select.text {
  width: 240px;
}

.alert .input-box select.text {
  -webkit-appearance: menulist-button;
}

.alert .explain {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  cursor: pointer;
}

.alert .explain .explain-text {
  display: none;
  position: absolute;
  left: -25px;
  top: 30px;
  width: 256px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 10;
}

.alert .explain .explain-text:before {
  position: absolute;
  left: 22px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px 0 rgba(136, 136, 136, 0.15);
  content: '';
}

.alert .input-box textarea {
  width: 400px;
  height: 170px;
  padding-top: 8px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-left: 8px;
  font-size: 12px;
  outline: none;
  line-height: 20px;
}

.alert .num {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: rgba(0, 0, 0, 0.25);
}

.alert .line {
  position: relative;
  height: 1px;
  margin-left: -31px;
  margin-right: -17px;
  background-color: #E6E6E6;
}

.alert .add-form2 label {
  width: auto;
}

.alert .input-box .clearfix span.label {
  float: left;
  width: 60px;
  height: 32px;
  padding: 0;
  margin-right: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  font-size: 12px;
  text-align: right;
}

.alert .input-box .clearfix input {
  float: left;
  /*margin-top: -4px;*/
}

.alert .input-box > .clearfix {
  /*margin: 8px 0;*/
  margin-bottom: 8px;
  line-height: 3;
}

.alert .input-box .clearfix input.goods {
  width: 240px;
}

.alert .input-box .clearfix input.goodsid {
  width: 80px;
}

.alert .input-box .insert {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #33c0c9;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.alert .input-box .insert:hover {
  background-color: #33c0c9;
}

.alert .input-box .radio {
  margin: 0;
  margin-left: 40px;
  cursor: pointer;
}

.alert .input-box .radio:first-child {
  margin-left: 0;
}

.alert .input-box .radio .circle {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.alert .input-box .radio:hover .circle,
.alert .input-box .radio.active .circle {
  border-color: #33c0c9;
}

.alert .input-box .radio.active .circle:before {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #33c0c9;
  border-radius: 50%;
  content: '';
}

.alert .input-box .radio-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -2px;
  margin-left: 5px;
}

.alert .input-box .checkbox {
  margin: 0;
  margin-left: 40px;
  cursor: pointer;
}

.alert .input-box .checkbox:first-child {
  margin-left: 0;
}

.alert .input-box .check-box {
  line-height: 24px;
  margin-right: 20px;
}

.alert .input-box .checkbox .check-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/check-no.png) no-repeat center center;
  background-size: 12px 12px;
}

.alert .input-box .checkbox.active .check-icon {
  background: url(../images/check.png) no-repeat center center;
  background-size: 12px 12px;
}

.alert .input-box .check-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -2px;
  margin-left: 7px;
}

.alert .input-box input[type="checkbox"] {
  display: none;
}

.alert .input-box .clearfix span.label.company {
  width: 30px;
}

.alert .num-box .num-btn {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #666;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  background-color: #FCFCFC;
}

.alert .num-box span {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.sku .submit,
.alert .submit {
  width: 160px;
  height: 32px;
  margin-top: 16px;
  margin-left: 175px;
  background-color: #33c0c9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
}

.alert .submit {
  float: left;
}

.alert .button {
  align-items: flex-start;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 32px;
  line-height: 32px;
  margin-top: 16px;
  margin-left: 15px;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #7d7d7d;
  float: left;
}

.add_upload,
.alert .file {
  position: relative;
  width: 104px;
  height: 104px;
  margin-bottom: 12px;
  background: url(../images/file-bg.png) no-repeat center center;
  background-size: 104px 104px;
  border: 1px dashed #E6E6E6;
  border-radius: 4px;
}

.goods_img .add_upload,
.goods_img.alert .file {
  background: url(../images/file-bg-1.png) no-repeat center center;
  background-size: 104px 104px;
}

.add_upload input[type="file"],
.alert .file input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.alert .file-box {
  margin-left: 27px;
}

.alert .file-img-box {
  position: relative;
  width: 104px;
  height: 104px;
  padding: 5px;
  margin-bottom: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.alert .file-box:first-child {
  margin-left: 0;
}

.alert .file-img-box img {
  width: 100%;
  height: 100%;
}

.alert .file-box .modify,
.alert .file-box .del {
  position: relative;
  display: inline-block;
  border: none;
  color: #33c0c9;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
}

.alert .file-box .modify {
  margin-right: 24px;
}

.alert .file-box .modify input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.alert .file-box p {
  font-size: 12px;
  color: #666;
}

.alert .input-box input[type="text"].error,
.alert .input-box select.error,
.alert .input-box textarea.error,
.alert .input-box div.error {
  border: 1px solid red;
}

.error-page .error-img {
  margin-top: 40px;
}

.error-page .error-btn {
  margin-top: 40px;
  text-align: center;
}

.error-page .error-btn a {
  font-size: 16px;
  color: #666;
}

.error-page .error-btn a img {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.error-page .error-btn a.reload {
  margin-right: 100px;
}

.toast-box {
  padding-top: 40px;
}

.toast-box .toast {
  position: static;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
  opacity: 1;
}

.toast {
  position: fixed;
  left: 20%;
  top: 160px;
  width: 60%;
  padding: 10px 15px;
  color: #93998E;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  transition: top .5s, opacity .5s, z-index .5s;
}

.toast.active {
  top: 80px;
  opacity: 1;
  z-index: 99999999;
}

.toast .toast-icon {
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.toast p {
  width: calc(100% - 60px);
  margin-bottom: 0;
}

.toast .close {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background: url(../images/close-gray.png) no-repeat center center;
  background-size: 14px 14px;
  opacity: 1;
}

.toast.toast-error {
  border: 1px solid #FFA39E;
  background-color: #FFF1F0;
}

.toast.toast-error .toast-icon {
  background: url(../images/toast-error.png) no-repeat center center;
  background-size: 16px 16px;
}

.toast.toast-blue {
  border: 1px solid #91D5FF;
  background-color: #E6F7FF;
}

.toast.toast-blue .toast-icon {
  background: url(../images/toast-blue.png) no-repeat center center;
  background-size: 16px 16px;
}

.toast.toast-green {
  border: 1px solid #B7EB8F;
  background-color: #F6FFED;
}

.toast.toast-green .toast-icon {
  background: url(../images/toast-green.png) no-repeat center center;
  background-size: 16px 16px;
}

.toast.toast-yellow {
  border: 1px solid #FFE58F;
  background-color: #FFFBE6;
}

.toast.toast-yellow .toast-icon {
  background: url(../images/toast-yellow.png) no-repeat center center;
  background-size: 16px 16px;
}

/*20180121*/
.alert {
  position: static;
  height: 100%;
}

.alert a {
  color: #33c0c9;
}

.alert.active .content {
  padding-top: 0;
}

.alert.active > .title {
  position: static;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

.show_img_upload img {
  /*width: 100px;*/
}

/*20180626*/
.alert .input-box a.insert {
  display: inline-block;
  text-align: center;
}

.content .left.active .small-menu li.active,
.content .left .big-menu > li:hover,
.content .left .big-menu > li.active {
  background-color: transparent;
}

.content .left .small-menu li.active,
.content .left.active .big-menu > li:hover,
.content .left.active .big-menu > li.active {
  background-color: #00a3ac;
}

.content .left .small-menu {
  display: block;
}

.content .left.active .small-menu {
  display: none;
}

/*20180817 修正*/
.is-check-box {
  /*width: 30px;*/
  width: 40px !important;
}

.phone-number {
  width: 112px;
}

td {
  white-space: nowrap;
}

.data_scroll {
  /*overflow-x: scroll;*/
  overflow-x: auto;
  width: 100%;
}

.gender {
  width: 50px;
}

.is-address {
  width: 100px;
}

.order-num {
  width: 60px;
}

.is-time {
  width: 140px;
}

.is-status {
  width: 80px;
}

.operate-btn {
  display: inline-block;
  padding: 2px;
  border: 1px solid #33c0c9;
  border-radius: 4px;
  margin-right: 2%;
  margin-bottom: 4px;
  /*transition: 0.4s all ease-in-out;*/
}

.disable-btn {
  display: inline-block;
  padding: 2px;
  border: 1px solid lightgrey;
  color: lightgrey;
  border-radius: 4px;
  margin-right: 2%;
}

.operate-btn:hover {
  /*background-color: #33c0c9;
  color: #fff;*/
}

.is-image {
  width: 80px;
}

.is-category {
  width: 60px;
}

.is-label-selection {
  line-height: 38px !important;
}

.is-detail {
  line-height: 32px !important;
}

/*end 20180817 修正*/

.img-max-width {
  width: 730px;
}

/*20180926*/
.upload-name {
  text-align: center;
  background: white;
  line-height: 24px;
  height: 24px;
}

a.sort {
  padding-right: 12px;
  background: url('../images/sort.gif') no-repeat right;
  display: block;
}

a.asc {
  background: url('../images/asc.gif') no-repeat right;
  color: #000;
  display: block;
  padding-right: 12px;
}

a.desc {
  background: url('../images/desc.gif') no-repeat right;
  color: #000;
  display: block;
  padding-right: 12px;
}

.list .add-form input[type="text"].error {
  border: 1px solid red;
}

.order-status {
  padding-bottom: 7px;
}

.order-status__block {
  width: 17.2%;
  float: left;
  padding: 2%;
  font-size: 14px;
  background-color: #ebfafc;
  color: #26bfca;
  border: 1px solid #e6e6e6;
  margin-right: 3.5%;
  position: relative;
}

.order-status__block:before {
  content: '';
  background-image: url("/images/arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10%;
  height: 40%;
  position: absolute;
  right: -16%;
  top: 30%;
}

.order-status__block:last-child {
  margin-right: 0;
  float: right;
}

.order-status__block:last-child:before {
  background: none;
}

.order-status__block--active {
  background-color: #46c9d2;
  color: white;
  position: relative;
}

.order-status__block--active:after {
  content: "";
  background: url(/images/triangle.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 7px;
}

.money {
  color: #ff5a19;
}
