﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 微软雅黑;
}

html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1 {
  text-align: center;
  font-size: 1.6em;
  font-family: 黑体;
  padding-top: 0.5%;
  padding-bottom: 1%;
}

.frame {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.orderDetailTable {
  margin-top: 5px;
  width: 100%;
}

.orderDetailTable th {
  color: #0e0e0e;
  height: 32px;
  font-size: 1.2em;
  font-family: 黑体;
}

.orderDetailTable td {
  height: 32px;
}

.login_background {
  background: transparent url(../imgs/slide_sub2.jpg) no-repeat center top;
  height: 100%;
  background-size: cover;
}

.aboutSunbow {
  color: #fff;
  text-decoration: none;
}

.sunbow_website {
  font-size: 15px;
  font-weight: 400;
  min-width: 200px;
  border: none;
  border-radius: 4px;
  color: #9d9d9d;
  background-color: transparent;
  padding: 15px 12px;
  position: absolute;
  top: 4px;
  right: 86px;
  cursor: pointer;
  z-index: 2;
}

.aboutSunbow a {
  color: #fff;
}

.aboutSunbow a:hover {
  color: #fff;
  text-decoration: underline;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px "Lucida Grande", Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}

.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}

.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}

.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}

.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

body {
  font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #333;
}

.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  padding: 30px 40px;
  width: 420px;
  background: #ffffff2e;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.regist {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px;
  width: 650px;
  background: white;
  border-radius: 3px;
  background: rgba(193, 192, 192, 0.8);
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.loginLabel {
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.loginInput {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 45px;
  padding-left: 10px;
  outline: none;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid #c0c4cc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  font-size: 16px;
}

.placeholderName {
  position: relative;
}

.placeholderName::after {
  content: "";
  position: absolute;
  width: 30px;
  top: 7px;
  right: 10px;
  height: 30px;
  background: url(../imgs/placeholderName.png) no-repeat;
}

.placeholderPwd {
  position: relative;
}

.placeholderPwd::after {
  content: "";
  position: absolute;
  width: 25px;
  top: 9px;
  right: 12px;
  height: 25px;
  background: url(../imgs/placeholderPwd.png) no-repeat;
}

.loginBoxTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
}

.loginBoxTitleWrapper .loginBoxTitle {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

.loginBoxTitleWrapper .logoBoxLogo {
  width: 40px;
  height: 38px;
  vertical-align: -10px;
}

.loginInput:hover {
  border-color: #998e8e;
}

.login .backgroundImg {
  float: left;
  margin: 57px -11px 0 14px;
}

.login h1 {
  padding: 0px;
  font-size: 25px;
  margin: -20px -20px 21px;
  line-height: 40px;
  font-weight: bold;
  color: #484848;
  text-shadow: 0 1px white;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  background: -o-linear-gradient(#c1c0c0, #464646);
  background: -moz-linear-gradient(#c1c0c0, #464646);
  background: linear-gradient(#c1c0c0, #616161);
}

.login p {
  margin: 12px 0 0;
}

.login select {
  height: 34px;
  width: 278px;
  outline: 5px solid #eff4f7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: 5px;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.registerInput {
  margin: 5px;
  padding: 0 10px;
  width: 287px;
  height: 26px;
  color: #404040;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  outline: none;
  line-height: 26px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.registerInput:hover {
  border-color: #998e8e;
}

.registerFormTitle {
  padding-right: 20px;
  width: 22%;
}

.registerButton {
  margin-top: 20px;
  margin-left: 10px;
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -moz-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -o-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: linear-gradient(to bottom, #edf5f8, #37bdf5);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.securityInput {
  padding: 0 10px;
  width: 287px;
  height: 26px;
  color: #404040;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  outline: none;
  line-height: 26px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.securityInput:hover {
  border-color: #998e8e;
}

/*input[type=submit] {*/

.loginBtn {
  padding: 0 60px;
  height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -moz-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -o-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: linear-gradient(to bottom, #edf5f8, #37bdf5);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/*input[type=submit]:active {*/

.loginBtn:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.securityBtn {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 5px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -moz-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: -o-linear-gradient(top, #edf5f8, #37bdf5);
  background-image: linear-gradient(to bottom, #edf5f8, #37bdf5);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"] {
  line-height: 34px;
}

.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  /*background: rgb(73,126,217) url(img02/nav_gb2.gif) repeat-x bottom left;*/
  background: rgb(147, 153, 162);
  color: black;
  border-bottom: none;
}

.tabs ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}

.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "宋体", sans-serif;
}

.tabs li {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  color: #eee;
  text-decoration: none;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgb(116, 116, 117);
}

/*
.tabs a:hover, body .up a {
  color: #333;
  padding-bottom: 5px;
  border-color: #d2d2d2;
  background: rgb(200,230,251);
}*/

.tabs .selected {
  color: #333;
  padding-bottom: 5px;
  border-color: #d2d2d2;
  background: rgb(255, 255, 255);
}

.tabs .tabdiv {
  padding: 10px 10px 8px 10px;
  padding-top: 3px;
  margin-top: -15px;
  clear: left;
  background: rgb(255, 255, 255);
  font: 10pt Georgia;
}

.session_bar {
  float: right;
  padding-top: 11px;
  color: white;
}

.bgdiv {
  background-color: #666666;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.busyDiv {
  background-color: #666666;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.busyDiv span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.dialogdiv {
  position: absolute;
  width: 350px;
  left: 50%;
  top: calc(50% - 295px);
  margin-left: -175px;
  height: auto;
  z-index: 100;
  background-color: #fff;
  box-shadow: #0f0f0f 1px 1px 9px;
  border-radius: 4px;
}

.dialogdiv .dialogTitle {
  border-radius: 4px 4px 0 0;
  margin-bottom: 26px;
  padding-left: 0;
  font-size: 16px;
  text-align: center;
  height: 32px;
  line-height: 31px;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.dialogPanel .dialogTitle .dialogClose {
  text-align: center;
  font-size: 35px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 32px;
  width: 32px;
  color: #fff;
  cursor: pointer;
  line-height: 27px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

.dialogdiv label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(#c1c0c0, #464646);
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  color: #fff;
  font-weight: bold;
}

.dialogdiv .uploadLabel {
  width: 90%;
  padding-top: 20px;
  font-size: large;
  font-family: 微软雅黑;
  display: inline-block;
}

.dialogdiv .uploadFile {
  outline: none;
  padding-left: 34px;
  padding-top: 4px;
}

.dialogdiv div {
  padding-left: 32px;
}

.dialogdiv input {
  display: inline-block;
  margin: 0 0 17px 0;
  padding-left: 8px;
  outline: none;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  border-top: 1px solid #c8c0c0;
  border-bottom: 1px solid #c8c0c0;
  border-right: 1px solid #c8c0c0;
  border-left: none;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.dialogdiv input:hover {
  border-color: #998e8e;
}

.dialogdiv span {
  display: block;
  text-align: center;
}

.dialogdiv select {
  display: inline-block;
  margin: 0 0 17px 0;
  padding-left: 4px;
  padding-right: 10px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  outline: none;
  border-radius: 0 4px 4px 0;
  background: #f5fffa;
}

.dialogdiv #saveBtn {
  padding-left: 0;
  width: 33%;
  margin: 0 54px 0 -1px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv #saveBtn:disabled {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv #saveBtn[disabled] {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv #saveBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv #cancelBtn {
  padding-left: 0;
  width: 33%;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv #cancelBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv #resetBtn {
  padding-left: 0;
  width: 33%;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv #resetBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.closeBtn {
  background: url("../imgs/close.png") no-repeat center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -8px;
}

.dialogdiv .para div {
  padding-left: 17px;
}

.dialogdiv .para label {
  width: 45%;
}

.dialogdiv .para .rangeLeftInput {
  width: 60px;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.dialogdiv .para .rangeRightInput {
  width: 60px;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.dialogdiv .para .rangeMiddleInput {
  width: 15px;
  border-left: none;
  padding-left: 5px;
  border-right: none;
  border-radius: 0px;
}

.dialogdiv .para Input {
  width: 135px;
  padding-left: 20px;
  margin-bottom: 12px;
}

.dialogdiv .para Select {
  width: 135px;
  padding-left: 16px;
  margin-bottom: 12px;
}

.div-inline {
  float: left;
  height: 100%;
}

.divider {
  width: 0px;
  border: 2px;
  border-color: #afafaf;
  border-left-style: solid;
  border-right-style: none;
  border-top-style: none;
}

.contentDiv {
  width: 80%;
  background: white;
}

.playDialog {
  background-color: #8b8d8e;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -200px;
  height: auto;
  z-index: 100;
  border: 1px #8fa4f5 solid;
  padding: 1px;
}

.playDialog {
  background-color: #464040;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -200px;
  height: auto;
  z-index: 100;
  border: 1px #8fa4f5 solid;
  padding: 1px;
}

.playDialog .title {
  text-align: center;
  color: white;
  font-size: 35px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.recordDialog {
  background-color: #151414;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -200px;
  height: auto;
  z-index: 100;
  border: 1px #8fa4f5 solid;
  padding: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.recordDialog #timer {
  color: white;
  text-align: center;
  font-size: 45px;
  padding-top: 45px;
  padding-bottom: 20px;
}

.recordDialog .mikeImg {
  border: none;
  background: url("../imgs/mike.png") no-repeat center;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 120px;
  background-size: 120px 150px;
}

.recordDialog .mikeImgPress {
  border: none;
  background: url("../imgs/mike_hover.png") no-repeat center;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 120px;
  background-size: 120px 150px;
}

.recordDialog #saveBtn {
  width: 50%;
  background: #211f1f;
  border-bottom: none;
  border-left: none;
  border-width: 1px;
  color: white;
  padding: 5px;
}

.recordDialog #cancelBtn {
  width: 50%;
  background: #211f1f;
  color: white;
  border-bottom: none;
  border-right: none;
  border-width: 1px;
  border-left: none;
  padding: 5px;
}

.recordDialog .title {
  text-align: center;
  color: white;
  font-size: 35px;
  padding-top: 10px;
  margin-bottom: 5px;
}

.tabledialogdiv {
  border-radius: 10px;
  position: absolute;
  width: 85%;
  left: 22.5%;
  top: 15%;
  overflow: hidden;
  margin-left: -200px;
  z-index: 100;
  background-color: #f9f9f9;
  height: 440px;
}

.tabledialogdiv span {
  margin-top: 20px;
  display: block;
  text-align: right;
}

#orderDetailTable {
  text-align: center;
  margin-top: 20px;
}

.tabledialogdiv .dialogTitle {
  line-height: 30px;
  text-align: center;
}

.tabledialogdiv div {
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 5px;
  color: white;
  background-color: #909090;
  padding-bottom: 10px;
  font-family: 黑体;
  letter-spacing: 3px;
}

.tabledialogdiv .closeImgClass {
  position: relative;
  top: -5px;
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../imgs/close2.png") no-repeat center;
  background-size: 30px 30px;
  padding: 0px;
  cursor: pointer;
}

.dialogdiv2 .closeImgClass {
  padding-left: 0px;
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 32px;
  width: 32px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 28px;
}

.dialogdiv .closeImgClass {
  padding-left: 0px;
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 32px;
  width: 32px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 28px;
}

.c3 {
  text-align: center;
  width: 120px;
  min-height: 1.5em;
  display: inline-block;
  padding: 12px 36px;
  margin: 10px 5px 5px 0px;
  cursor: pointer;
  opacity: 0.9;
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
  background: #434343;
  /*border: 1px solid #242424;*/
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -khtml-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -moz-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -o-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -webkit-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.c3:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px,
    inset rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.25) 0px 0px 0px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
}

.c3:active {
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.5) 0px 0px 5px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -khtml-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.5) 0px 0px 5px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -moz-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.5) 0px 0px 5px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  -o-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.5) 0px 0px 5px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px,
    inset rgba(255, 255, 255, 0) 0px 1px 0px,
    inset rgba(0, 0, 0, 0.5) 0px 0px 5px,
    inset rgba(255, 255, 255, 0.03) 0px 20px 0px,
    inset rgba(0, 0, 0, 0.15) 0px -20px 20px,
    inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
}

.shine {
  display: block;
  position: relative;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  background: linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0px 12px;
  top: -12px;
  left: -24px;
  height: 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
  -khtml-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
  -o-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c3:hover .shine {
  left: 30px;
}

.c3:active .shine {
  opacity: 0;
}

.c3.title1 {
  background: #555;
}

.c3.title2 {
  background: #3a617e;
  margin-left: 10px;
}

.c3.title3 {
  background: #477343;
  margin-left: 20px;
}

.c3.title4 {
  background: #723131;
  margin-left: 30px;
}

.c3.title5 {
  background: #4b3f5e;
  margin-left: 40px;
}

.c3.title6 {
  background: #624529;
  margin-left: 50px;
}

.titleDiv {
  background: #565656;
  display: inline-table;
  border-radius: 10px;
  padding-left: 5px;
  width: 95%;
  padding-top: 20px;
  height: 100%;
}

.contentInternalDiv {
  background: #565656;
  display: inline-table;
  border-radius: 10px;
  padding-left: 5px;
  width: 98%;
  margin-left: 10px;
  padding-top: 20px;
  height: 100%;
}

.title {
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 微软雅黑, 黑体;
  font-style: initial;
  font-size: 2.2em;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 30px;
}

.title_white {
  text-align: center;
  width: 100%;
  color: white;
  height: 50px;
  font-family: 微软雅黑, 黑体;
  font-style: initial;
  font-size: 2.2em;
  font-weight: 800;
  margin-top: 20px;
}

.motto {
  padding-left: 450px;
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
}

.topArea {
  width: 100%;
  height: calc(50% - 208px);
}

.centerDiv {
  width: 100%;
  height: calc(50% + 134px);
}

.bottomBar {
  height: 30px;
  width: 100%;
  padding-top: 10px;
  color: white;
  text-align: center;
  background: #333;
}

.contentDiv {
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
}

.rgContentDiv {
  width: 100%;
  height: calc(100% - 100px);
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(245, 244, 244, 0.9),
    rgba(75, 94, 136, 0.9)
  );
}

.scContentDiv {
  width: 100%;
  height: calc(100% - 60px);
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(245, 244, 244, 0.9),
    rgba(75, 94, 136, 0.9)
  );
}

.leftNav {
  float: left;
  width: 150px;
  height: 100%;
  background-color: #2c2b2b;
  color: whitesmoke;
  overflow: hidden;
}

.leftNav-scroll {
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: auto;
}

.leftNav li {
  font-family: 黑体;
}

.leftNav .nav_ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leftNav .nav_li {
  position: relative;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-color: #2c2b2b;
}

.leftNav .nav_li .arrow_nav_li {
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 17px;
  right: 14px;
  transition-duration: 0.5s;
}

.leftNav .nav_li .arrow_nav_li_change {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: 11px;
}

.leftNav .nav_li .nav_i {
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: -2px;
  margin-left: 12px;
}

.leftNav .nav_li .nav_dl .nav_dt .nav_i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  vertical-align: -1px;
  margin-left: 0;
}

.leftNav .nav_a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}

.leftNav .nav_ul .nav_li > .nav_a {
  font-size: 17px;
}

.leftNav .nav_ul .nav_li .nav_dl .nav_dt > .nav_a {
  font-size: 14px;
}

.leftNav .nav_ul .nav_li .nav_dl .nav_dd > .nav_a {
  font-size: 12px;
}

.leftNav .nav_ul .nav_li .nav_dl .nav_dd ul .nav_dd_li > .nav_a {
  font-size: 12px;
}

.left_nav_title_tip {
  border-radius: 4px;
  background-color: #2c2b2b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leftNav .nav_dl {
  text-align: center;
  position: relative;
  background-color: #333333;
  height: 35px;
  overflow: hidden;
}

.leftNav .nav_dl:hover {
  background-color: #1296db;
}

.leftNav .selectedDl:hover {
  background-color: #333333 !important;
}

.leftNav .nav_dl .arrow_nav_dl {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 16px;
  right: 17px;
  transition-duration: 0.5s;
}

.leftNav .nav_dl .arrow_nav_dl_change {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  top: 11px;
}

.leftNav .nav_dt {
  font-weight: bold;
}

.leftNav .nav_dt a {
  height: 35px;
  line-height: 35px;
  padding: 0 27px 0 13px;
}

.leftNav .nav_dd {
  position: relative;
  font-weight: bold;
  background-color: #383636;
  height: 30px;
  overflow: hidden;
}

.leftNav .selectedDD:hover {
  background-color: #383636 !important;
}

.leftNav .nav_dd:hover {
  background-color: #1296db;
}

.leftNav .nav_dd a {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 30px;
  width: 85px;
  text-align: left;
}

.leftNav .nav_dd .nav_dd_li {
  background: #3d3d3d;
}

.leftNav .nav_dd .nav_dd_li:not(.separator):hover {
  background: #1296db;
}

.leftNav .nav_dd .arrow_nav_dd {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 13px;
  right: 16px;
  transition-duration: 0.5s;
}

.leftNav .nav_dd .arrow_nav_dd_change {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  top: 7px;
}

.leftNav .Aselect {
  background-color: #7cb5ec;
}

.leftNav .dlddselectedItem {
  background: #1296db !important;
}

.detailPanel {
  float: left;
  width: calc(100% - 150px);
  height: 100%;
  overflow: hidden;
}

.groupItem {
  height: 49px;
  width: 100%;
  background-color: #333333;
  border: 1px solid #d5d7d7;
  border-left: none;
  border-right: none;
  font-size: x-large;
  font-weight: bold;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.elementItem {
  height: 38px;
  width: 100%;
  font-size: medium;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.groupImgBGDiv {
  border: none;
  height: 30px;
  margin-right: 12px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
}

.eleImgBGDic {
  border: none;
  height: 20px;
  margin-right: 4px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.subTitleClass {
  color: white;
  font-weight: bold;
  padding-left: 10px;
}

.managementGroupImgClass {
  background: url("../imgs/managementGroup.png") no-repeat center;
  background-size: 30px 30px;
}

.analyticsGroupImgClass {
  background: url("../imgs/analyticsGroup.png") no-repeat center;
  background-size: 30px 30px;
}

.deviceEleImgClass {
  background: url("../imgs/deviceEle.png") no-repeat center;
  background-size: 20px 20px;
}

.systemSettingEleImgClass {
  background: url("../imgs/sysConfig.png") no-repeat center;
  background-size: 20px 20px;
}

.warehouseEleImgClass {
  background: url("../imgs/warehouse.png") no-repeat center;
  background-size: 20px 20px;
}

.personalSettingEleImgClass {
  background: url("../imgs/key.png") no-repeat center;
  background-size: 20px 20px;
}

.selectedImgDiv {
  position: relative;
  width: 10px;
  height: 10px;
  background: url("../imgs/selected.png") no-repeat center;
  background-size: 10px 10px;
  display: none;
  float: right;
  top: 7px;
}

.userEleImgClass {
  background: url("../imgs/userEle2.png") no-repeat center;
  background-size: 20px 20px;
}

.pickingStatusClass {
  background: url("../imgs/pickingStatusEle.png") no-repeat center;
  background-size: 20px 20px;
}

.pickingStatusClass7 {
  background: url("../imgs/sevenCount.png") no-repeat center;
  background-size: 20px 20px;
}

.pickingStatusClass0 {
  background: url("../imgs/counting3.png") no-repeat center;
  background-size: 20px 20px;
}

.pickingStatusClass9 {
  background: url("../imgs/countPay.png") no-repeat center;
  background-size: 20px 20px;
}

.pickingStatusClassTest {
  background: url("../imgs/testing.png") no-repeat center;
  background-size: 20px 20px;
}

.deviceEleImgClass {
  background: url("../imgs/deviceEle.png") no-repeat center;
  background-size: 20px 20px;
}

.elementDiv {
  cursor: pointer;
  padding: 7px 0;
  overflow: hidden;
  text-align: center;
}

.loginContentDiv {
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  height: 60px;
  width: 100%;
  background: rgba(51, 51, 51, 0.7);
}

.header .mainLogo {
  width: 45px;
  height: 43px;
  margin-left: 27px;
  margin-top: 9px;
  vertical-align: -7px;
}

.header .subSlogan {
  width: 260px;
  height: 30px;
  padding-left: 7px;
}

.rgDivider {
  margin-top: 5px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  width: 100%;
  height: 1px;
}

.rgTop {
  height: calc(50% - 222px);
}

.rgDialog {
  width: 45%;
  height: 445px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 10px;
  background: #bfbfbf;
  opacity: 0.7;
  border-color: #a0a3a5;
  border-width: 10px;
  border-style: none;
  color: black;
}

.rgContent {
  height: calc(100% - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

.logoSpan {
  background: url("../imgs/sunbow1.png") no-repeat center;
  background-size: 80px 100px;
  width: 80px;
  height: 100px;
  display: inline-block;
}

.logoTitle {
  float: right;
  font-size: x-large;
  padding-top: 45px;
  padding-right: 50px;
  font-family: 黑体;
}

.formCtx .item {
}

.titleSpan {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: 微软雅黑;
}

.formCtx input {
  width: 35%;
  height: 30px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.formCtx .submitDiv {
  text-align: center;
  padding-top: 20px;
}

.contactClass {
  height: 125px;
  background: url(../imgs/contactbg.jpg) no-repeat left 0;
  -moz-background-size: cover;
  background-size: cover;
  padding: 20px 0;
}

.contactTitle {
  font-size: 2em;
  margin-bottom: 1%;
  text-align: center;
}

.contactContent {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.center-block {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.securityLabel {
  line-height: 75px;
  height: 75px;
  font-size: 22px;
  width: 100%;
  background-color: #eee;
}

.securityContent {
  height: calc(100% - 290px);
  margin: 25px 15%;
}

.securityImg {
  float: left;
  padding-top: 16px;
  line-height: 75px;
  padding-left: 10%;
}

#stab {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}

#stabs li {
  margin: 0px 0.5em 0px 0px;
  float: left;
}

#stabs a {
  background: rgb(221, 221, 221);
  padding: 0.7em 3.5em;
  border-radius: 5px 0px 0px;
  color: rgb(68, 68, 68);
  text-decoration: none;
  float: left;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

#stabs a::after {
  background: rgb(221, 221, 221);
  border-radius: 0px 5px 0px 0px;
  top: 0px;
  width: 1em;
  right: -0.5em;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  content: "";
  -ms-transform: skew(10deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}

#stabs .current a:after {
  background: rgb(255, 255, 255);
  z-index: 3;
}

#stabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}

#stabs .current a {
  background: rgb(255, 255, 255);
  z-index: 3;
}

.securityContent .content {
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  padding: 2% 5% 2% 5%;
  border-radius: 0px 5px 5px;
  height: 85%;
  position: relative;
  z-index: 2;
  box-shadow: 0px -2px 3px -2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.5);
}

.rememberMeBtn {
  position: relative;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  -webkit-appearance: none;
  background: #fff;
  border-color: #c4c4c4;
  outline: none;
  border-radius: 2px;
}

.rememberMeBtn:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 1px;
  left: 3px;
}

.aLink {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.aLink:hover {
  text-decoration: underline;
}

#errorMsgDiv {
  font-weight: bold;
  float: left;
  color: #ec4b4b;
  margin-bottom: 12px;
  font-size: 14px;
}

.tabAlex {
  padding: 9px 0 9px 14px;
  overflow: hidden;
  text-align: left;
}

.txtAlex {
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
}

.functionGroupImgClass {
  background: url("../imgs/workfunction.png") no-repeat center;
  background-size: 30px 30px;
}

.dialogdiv2 {
  position: absolute;
  width: 680px;
  left: 50%;
  top: calc(50% - 175px);
  margin-left: -340px;
  height: auto;
  z-index: 100;
  background-color: #fff;
  box-shadow: #0f0f0f 1px 1px 9px;
  border-radius: 4px;
}

.dialogdiv2 .dialogTitle {
  border-radius: 4px 4px 0 0;
  margin-bottom: 26px;
  padding-left: 0;
  font-size: 16px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.dialogdiv2 label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(#c1c0c0, #464646);
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  color: #fff;
  font-weight: bold;
}

.dialogdiv2 input {
  display: inline-block;
  margin: 0 0 17px 0;
  padding-left: 8px;
  outline: none;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  border-top: 1px solid #c8c0c0;
  border-bottom: 1px solid #c8c0c0;
  border-right: 1px solid #c8c0c0;
  border-left: none;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.dialogdiv2 input:hover {
  border-color: #998e8e;
}

.dialogdiv2 select {
  display: inline-block;
  margin: 0 0 17px 0;
  padding-left: 4px;
  padding-right: 10px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  outline: none;
  border-radius: 0 4px 4px 0;
  background: #ffffff;
  border-color: #c8c0c0;
  cursor: pointer;
}

.dialogdiv2 span {
  display: block;
  text-align: center;
}

.dialogdiv2 #saveBtn {
  padding-left: 0;
  width: 25%;
  margin-right: 160px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv2 #saveBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv2 #cancelBtn {
  padding-left: 0;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv2 #cancelBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.dialogdiv2 #resetBtn {
  padding-left: 0;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogdiv2 #resetBtn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.bo {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
}

.btnLanguage {
  background-color: #272727;
  font-size: 15px;
  font-weight: 400;
  min-width: 200px;
  border: none;
  border-radius: 4px;
  color: #9d9d9d;
  background-color: transparent;
  padding: 15px 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 2;
}

.mainLanguage {
  font-size: 13px !important;
  min-width: 60px !important;
  color: #ffffff !important;
  padding: 1px 0 !important;
  position: static;
  margin-left: -4px;
}

.btnLanguage:hover {
  background: #0e0d0d;
}

.select-map {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 10px;
}

.select-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 20px;
}

.select-language-body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #272727;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 200px;
  height: 278px;
  border-radius: 0 0 0 4px;
}

.h {
  height: 0 !important;
}

.language-contain {
  position: relative;
  height: 278px;
  background: url(../imgs/mapB.png) no-repeat 20px center;
}

.languageS {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18%;
  height: 40%;
  margin: auto;
  color: #9d9d9d;
  font-size: 15px;
}

.languageS dl {
  display: inline-block;
  margin: 0 11px;
}

.languageS dl dd {
  margin: 6px 0;
}

.languageS dl dd a {
  text-decoration: none;
  cursor: pointer;
  color: #8d8585;
}

.languageS dl dd a:hover {
  color: #b3aeae;
}

.in {
  height: 278px;
  transition: all;
  transition-duration: 700ms;
}

.off {
  height: 0px !important;
  transition: all;
  transition-duration: 700ms;
}

.hidden {
  display: none;
}

.disabled {
  background-color: #272727;
}

.btnExit {
  width: 60px;
  height: 17px;
  border: none;
  margin-left: -4px;
  margin-right: 10px;
  border-radius: 4px;
  background: #333333;
}

.btnExit:hover {
  background: #0e0d0d;
}

.txtSession {
  font-size: 13px;
}

.liveGroupImgClass {
  background: url(../imgs/liveGroup.png) no-repeat center;
  background-size: 30px 30px;
}

.skuStatusClass {
  background: url(../imgs/skuStatus.png) no-repeat center;
  background-size: 20px 20px;
}

.progressStatusClass {
  background: url(../imgs/progressStatus.png) no-repeat center;
  background-size: 20px 20px;
}

#userInstr {
  width: 60px;
  height: 17px;
  border: none;
  margin-left: -4px;
  margin-right: -4px;
  border-radius: 4px;
  background: #333333;
  color: #fff;
  cursor: pointer;
}

.loadingImgClass {
  background: url(../imgs/lcbb.png) no-repeat center;
  background-size: 20px 20px;
}

.deviceReportClass {
  background: url(../imgs/sbbb.png) no-repeat center;
  background-size: 20px 20px;
}

.mask {
  height: 100%;
  width: 100%;
  background: grey;
  opacity: 0.7;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}

.dialog {
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 6px;
}

.titleAlex {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
}

#close {
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 25px;
  width: 25px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#close:hover {
  background: red;
}

.titPanel {
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 25px;
  background-color: #000000;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#callBackPager {
  width: 100%;
  margin: 15px 0;
  color: #ccc;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#callBackPager a {
  display: inline-block;
  color: #909090;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}

#callBackPager a:hover {
  text-decoration: none;
  border: 1px solid #909090;
}

#callBackPager span.current {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #fff;
  background-color: #909090;
  border: 1px solid #909090;
  border-radius: 4px;
  vertical-align: middle;
}

#callBackPager span.disabled {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
}

.skipDes {
  margin-left: 10px;
  color: #333333;
  font-weight: bold;
}

#skipNum {
  width: 46px;
  height: 25px;
  padding-left: 6px;
  outline: none;
  line-height: 25px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.skipNum:hover {
  border-color: #998e8e;
}

#skip {
  color: #909090;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  cursor: pointer;
}

#skip:hover {
  border: 1px solid #909090;
}

.tableAlex {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableAlex > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.tableAlex > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  position: relative;
}

.tableAlex > tbody > tr:hover {
  background: #ddd;
}

.textAlex {
  width: 132px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.content {
  height: calc(100% - 25px);
  position: relative;
  overflow: hidden;
}

.uploader {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  padding: 0;
  margin: 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.filename {
  border-left: 1px solid #c8c0c0 !important;
  border-radius: 4px 0 0 4px !important;
  float: left;
  display: inline-block;
  outline: 0 none;
  height: 30px;
  width: 190px !important;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden;
  cursor: default;
  border: 1px solid;
  border-right: 0;
  font: 9pt/100% Arial, Helvetica, sans-serif;
  color: #777;
  text-shadow: 1px 1px 0px #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #f5f5f5)
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
  border-color: #ccc;
  -moz-box-shadow: 0px 0px 1px #fff inset;
  -webkit-box-shadow: 0px 0px 1px #fff inset;
  box-shadow: 0px 0px 1px #fff inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button {
  line-height: 0 !important;
  width: 96px !important;
  float: left;
  height: 32px;
  display: inline-block;
  outline: 0 none;
  padding: 8px 12px;
  margin: 0;
  cursor: pointer;
  border: none;
  font: bold 9pt/100% Arial, Helvetica, sans-serif;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  -moz-box-shadow: 0px 0px 1px #fff inset;
  -webkit-box-shadow: 0px 0px 1px #fff inset;
  box-shadow: 0px 0px 1px #fff inset;
  background: linear-gradient(#c1c0c0, #464646) !important;
  background: -webkit-linear-gradient(#c1c0c0, #464646) !important;
  color: #fff;
}

.uploader input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  cursor: pointer;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
  -moz-box-sizing: content-box;
}

input[type="button"]::-webkit-focus-inner {
  padding: 0;
  border: 0 none;
  -webkit-box-sizing: content-box;
}

input[type="text"]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
  -moz-box-sizing: content-box;
}

input[type="text"]::-webkit-focus-inner {
  padding: 0;
  border: 0 none;
  -webkit-box-sizing: content-box;
}

.downAlex {
  width: 100px;
  padding: 0 !important;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  background: linear-gradient(#c1c0c0, #464646);
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 216px;
  margin-bottom: 18px;
  color: #fff;
  cursor: pointer;
}

.downAlex:active {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.searchAlex {
  position: relative;
  width: 100%;
  text-align: center;
}

.seRow {
  display: inline-block;
  padding: 12px 7px;
  font-size: 12px;
  font-weight: bold;
}

.seRow2 {
  display: inline-block;
  padding: 12px 0;
  font-size: 12px;
  font-weight: bold;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.daRow {
  width: 170px;
  height: 25px;
  padding-left: 6px;
  outline: none;
  line-height: 25px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.daRow:hover {
  border-color: #998e8e;
}

.daRow2 {
  width: 73px;
  height: 25px;
  padding-left: 6px;
  outline: none;
  line-height: 25px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.daRow2:hover {
  border-color: #998e8e;
}

.searchAlex .searchAlexButton {
  color: #909090;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  cursor: pointer;
}

.searchAlex .searchAlexButton:hover {
  border: 1px solid #909090;
}

#tabData > tr:hover {
  background: #ddd;
}

.dialogPanel {
  width: 500px;
  height: 150px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -75px;
  border-radius: 4px;
  box-shadow: #0f0f0f 1px 1px 9px;
  z-index: 100;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  opacity: 0.1;
  transition: all;
  transition-duration: 500ms;
  background: #fff;
}

.dialogPanel .dialogPanel_input {
  display: inline-block;
  margin-top: 15px;
  outline: none;
  width: 225px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #c8c0c0;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  text-align: center;
}

.dialogPanel .dialogPanel_input:hover {
  border-color: #998e8e;
}

.diaTitlePanel {
  height: 31px;
  border-bottom: 1px solid #000000;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.dialogTitle {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  cursor: move;
}

.dialogContent {
  height: calc(100% - 32px);
  overflow: hidden;
}

.dialogContent span {
  padding: 5px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  margin-top: -4px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.dialogContent span:hover {
  background: #fff;
  color: #403b3b;
}

.content-scroll {
  overflow: hidden;
  height: calc(100% - 82px);
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
  padding: 37px 0 0 0;
  text-align: center;
}

.content-scroll .innerContent {
  width: 100%;
  height: 100%;
}

.content1 {
  overflow-y: auto;
  height: 100%;
  width: calc(100% + 17px);
}

.content1 .innerContent1 {
  padding-right: 17px;
}

.content1 .innerContent1 .hrItem {
  overflow: hidden;
}

.content1 .innerContent1 .hrItem .htItem_left {
  float: left;
  font-size: 17px;
  margin-left: 62px;
}

.content1 .innerContent1 .hrItem .htItem_right {
  overflow: auto;
  color: red;
  text-decoration: underline;
  font-size: 16px;
  text-align: left;
}

.content2 {
  height: calc(100% - 50px);
  font-size: 17px;
  padding: 0 37px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.content2::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.content2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.content2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.content2 p {
  font-size: 16px;
  text-align: left;
  margin: 15px 0;
}

.content2 img {
  margin: 13px 0;
}

.imgw {
  width: 900px;
}

.dialogMenu {
  height: 37px;
}

.dialogMenu2 {
  border-top: 1px solid rgb(7, 17, 27);
}

.alexShow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.abtnDiv {
  width: 25%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.abtnDiv:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.btnPanel {
  margin-top: 8px;
}

.btnPanel .halfBtnPanel {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 0;
}

.btnPanel2 {
  width: 90%;
  height: 50%;
  padding-top: 7px;
  margin: 0 auto;
}

.btnPanel2 .btnRight {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.btnPanel2 .btnRight #btnRight {
  width: 93px;
  padding: 9px 0;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.btnPanel2 .btnRight #btnRight:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.chc {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  color: black;
  background: #fff;
}

.chc #chck {
  vertical-align: middle;
}

.chc label {
  cursor: pointer;
}

.sxli {
  overflow: hidden;
}

.hl {
  height: 50px;
}

.inent {
  text-indent: 2em;
}

#tanContainer {
  position: absolute;
  width: 1000px;
  height: 509px;
  top: 50%;
  left: 50%;
  margin: -255px 0 0 -500px;
  background: -webkit-linear-gradient(#928f8f, #c3bcbc);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#928f8f, #c3bcbc);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#928f8f, #c3bcbc);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#928f8f, #c3bcbc);
  /* 标准的语法（必须放在最后） */
  border-radius: 4px;
  box-shadow: 1px 2px 6px #333;
  z-index: 9999999;
  overflow: hidden;
}

#tanContainer .header {
  position: relative;
  width: 100%;
  height: 100px;
}

#tanContainer .header-close {
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 25px;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#tanContainer .header-close:active {
  transform: scale(0.9);
}

#tanContainer .header .left-info {
  display: inline-block;
  border-radius: 4px;
  height: 100%;
}

#tanContainer .header .right-info {
  display: inline-block;
  border-radius: 4px;
  height: 100%;
}

#tanContainer #tabNav ul {
  margin: 8px 0;
  height: 100%;
  line-height: 28px;
}

#tanContainer .header .left-info .left-txt {
  height: 20px;
  color: #fff;
  padding: 19px 0 0 40px;
}

#tanContainer .header .right-info .right-txt {
  height: 20px;
  color: #fff;
  padding: 19px 0 0 40px;
}

#tanContainer #tabNav li {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin-left: 24px;
  border-radius: 4px;
  padding: 2px 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#tanContainer #tabNav li:hover {
  background: #fff;
  color: grey;
}

#tanContainer #tabNav .lise {
  background: #fff;
  color: grey;
}

#tanContainer #tabNav li:active {
  transform: scale(0.9);
}

#tanContainer #tab #tab1 {
  display: none;
  width: 98%;
  height: 95%;
  margin: 5px auto;
}

#tanContainer #tab #tab2 {
  display: none;
  width: 98%;
  height: 95%;
  margin: 5px auto;
}

#tanContainer #tab {
  width: 100%;
  position: absolute;
  top: 175px;
  left: 0;
  bottom: 0;
}

.warehouseZone .tab .tab1 {
  width: 98%;
  height: calc(100% - 20px);
  padding-bottom: 20px;
  margin: 0px auto;
  overflow-y: auto;
}

.warehouseZone .tab .tab1::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.warehouseZone .tab .tab1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.warehouseZone .tab .tab1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.warehouseZone .tab {
  width: 100%;
  margin: 5px 0;
  position: absolute;
}

.warehouseZone .tab_line_wrapper {
  width: 98%;
  margin: 10px auto 0 auto;
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 4px;
}

.warehouseZone .tab_line_wrapper .tab_line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.warehouseZone .tab_line_wrapper .tab_line .tab_line_item {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.warehouseZone .tab_line_wrapper .tab_line .tab_line_item .tab_line_button_dom {
  text-align: right;
}

.warehouseZone .tab_line_wrapper .tab_line .tab_line_item label {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  margin-right: 5px;
  color: #fff;
}

.warehouseZone .tab_line_wrapper .tab_line_item input {
  height: 25px;
  width: 200px;
  line-height: 25px;
  padding-left: 6px;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.warehouseZone .tab_line_wrapper .tab_line_item input:hover {
  border-color: #998e8e;
}

.warehouseZone .tab_line_wrapper .tab_line_item .tab_lin_btn {
  margin: 3px 6px 3px 0px;
  width: 70px;
  height: 26px;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.warehouseZone .tab_line_wrapper .tab_line_item .tab_lin_btn:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.warehouseZone .tab_line_wrapper .tab_line_item .tab_lin_btn_black {
  background-color: #333333;
  border: 1px solid #333333;
}

.tablePage thead > tr > th {
  padding: 6px 5px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-align: center !important;
  background: rgba(51, 51, 51, 0.7) !important;
}

.tablePage thead > tr > th:last-child {
  border-right: 0 !important;
}

.tablePage tbody > tr:hover {
  background: #f7f7f7 !important;
}

.tablePage tbody > tr > td {
  padding: 6px 7px !important;
  font-size: 13px !important;
  color: #1f1f1f !important;
  text-align: center !important;
}

.tablePage tbody > tr > td:last-child {
  border-right: 0 !important;
}

#tanContainer .tan-title {
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 16px;
  padding: 7px 0;
  line-height: 16px;
}

/*表格样式开始*/

#tanContainer #tab #tab1 .dataTables_wrapper {
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
}

#tanContainer
  #tab
  #tab1
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  padding: 0.3em 1em;
}

#tanContainer #tab #tab2 .dataTables_wrapper {
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
}

#tanContainer
  #tab
  #tab2
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  padding: 0.3em 1em;
}

/*区域管理*/

.warehouseZone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(#928f8f, #c3bcbc);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#928f8f, #c3bcbc);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#928f8f, #c3bcbc);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#928f8f, #c3bcbc);
  /* 标准的语法（必须放在最后） */
  border-radius: 4px;
  z-index: 99;
  overflow: hidden;
}

.warehouseZone .header {
  position: relative;
  width: 100%;
  height: 100px;
}

.warehouseZone .header-close {
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 25px;
  width: 25px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.warehouseZone .header-close:active {
  transform: scale(0.9);
}

.warehouseZone .header .left-info {
  display: inline-block;
  border-radius: 4px;
  height: 100%;
}

.warehouseZone .header .right-info {
  display: inline-block;
  border-radius: 4px;
  height: 100%;
}

.warehouseZone #tabNav ul {
  margin: 8px 0;
  height: 100%;
  line-height: 28px;
}

.warehouseZone .header .left-info .left-txt {
  height: 20px;
  color: #fff;
  padding: 19px 0 0 40px;
}

.warehouseZone .header .right-info .right-txt {
  height: 20px;
  color: #fff;
  padding: 19px 0 0 40px;
}

.warehouseZone #tabNav li {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin-left: 24px;
  border-radius: 4px;
  padding: 2px 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.warehouseZone #tabNav li:hover {
  background: #fff;
  color: grey;
}

.warehouseZone #tabNav .lise {
  background: #fff;
  color: grey;
}

.warehouseZone #tabNav li:active {
  transform: scale(0.9);
}

.warehouseZone #tab #tab1 {
  width: 98%;
  height: 100%;
  margin: 0px auto;
  overflow-y: auto;
}

.warehouseZone #tab {
  width: 100%;
  position: absolute;
  top: 175px;
  left: 0;
  bottom: 0;
}

.warehouseZone .tan-title {
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  color: #fff;
  text-align: left;
  height: 25px;
  background-color: #000000;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.warehouseZone .tan-title .tan-title-content {
  margin-left: 5px;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
}

.warehouseZone #tab #tab1 .dataTables_wrapper {
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
}

.warehouseZone
  #tab
  #tab1
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  padding: 0.3em 1em;
}

.warehouseZone .tab .tab1 .dataTables_wrapper {
  margin-top: 0;
  padding: 0;
  border-radius: 4px;
}

.warehouseZone
  .tab
  .tab1
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button {
  padding: 0.3em 1em;
}

.warehouseZone .buttonArea {
  overflow: hidden;
  text-align: right;
  margin: 5px auto 0 auto;
  height: 29px;
  width: 98%;
}

.warehouseZone .buttonArea .warehouseZoneBtn {
  margin-left: 13px;
  padding: 0 7px;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.warehouseZone .buttonArea .warehouseZoneBtn:active {
  transform: scale(0.8);
}

.warehouseZone .buttonArea .disabled {
  background: grey !important;
  border-color: grey !important;
}

.warehouseZone_bindPeople {
  padding: 15px 0;
}

.warehouseZone_bindPeople:first-child {
  padding-top: 0;
}

.warehouseZone_bindPeople {
  border-bottom: 1px solid #333;
}

.warehouseZone_bindPeople:last-child {
  border-bottom: none;
}

.warehouseZone_bindPeople .warehouseZone_bindPeople_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.warehouseZone_bindPeople_search {
  overflow: hidden;
  height: 26px;
}

.warehouseZone_bindPeople_search .warehouseZone_bindPeople_row {
  margin-right: 30px;
  float: left;
}

.warehouseZone_bindPeople_search
  .warehouseZone_bindPeople_row
  .warehouseZone_bindPeople_label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.warehouseZone_bindPeople_search
  .warehouseZone_bindPeople_row
  .warehouseZone_bindPeople_input {
  width: 100px;
  height: 23px;
  outline: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid grey;
  font-size: 14px;
  padding-left: 3px;
}

.warehouseZone_bindPeople_search .warehouseZone_bindPeople_btn {
  float: left;
  font-size: 13px;
  line-height: 25px;
  padding: 0px 12px;
  -moz-border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  height: 25px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.warehouseZone_bindPeople_search .warehouseZone_bindPeople_btn:active {
  transform: scale(0.8);
}

.warehouseZone_bindPeople_area {
  max-height: 143px;
  overflow-y: auto;
}

.warehouseZone_bindPeople_area::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.warehouseZone_bindPeople_area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.warehouseZone_bindPeople_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.warehouseZone_bindPeople_area .warehouseZone_bindPeople_area_ul {
  list-style: none;
  text-align: left;
  margin-top: 10px;
}

.warehouseZone_bindPeople_area
  .warehouseZone_bindPeople_area_ul
  .warehouseZone_bindPeople_area_li {
  display: inline-block;
  margin: 7px 6px 0px 6px;
}

.warehouseZone_bindPeople_area
  .warehouseZone_bindPeople_area_ul
  .warehouseZone_bindPeople_area_li
  .warehouseZone_bindPeople_area_label {
  font-size: 12px;
  color: #333333;
}

.warehouseZone_bindPeople_area
  .warehouseZone_bindPeople_area_ul
  .warehouseZone_bindPeople_area_li
  .warehouseZone_bindPeople_area_label
  .warehouseZone_bindPeople_area_checkbox {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b0a3a3;
  vertical-align: -3px;
  margin-right: 3px;
}

.warehouseZone_bindPeople_area
  .warehouseZone_bindPeople_area_ul
  .warehouseZone_bindPeople_area_li
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 0px;
  left: 2px;
}

.dialogContent .content1 .content_inline {
  display: inline-block;
  margin: 0 14px 18px 1px;
}

.dialogContent .content1 .content_inline .content_label {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
}

.dialogContent .content1 .content_inline .content_input {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 150px;
  height: 28px;
  line-height: 30px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.dialogContent .content1 .content_inline .content_input:hover {
  border-color: #998e8e;
}

.dialogContent .content1 .content_inline .content_select {
  display: inline-block;
  padding-left: 4px;
  padding-right: 10px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  outline: none;
  border-radius: 4px;
  background: #f5fffa;
}

.dialogContent .content1 .content_inline .content_textarea {
  display: inline-block;
  padding-left: 4px;
  padding-right: 10px;
  width: 143px;
  height: 60px;
  resize: none;
  outline: none;
  border-radius: 4px;
  background: #ffffff;
  border-color: #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.dialogContent .content1 .content_inline .content_textarea:hover {
  border-color: #998e8e;
}

.dialogContent .content1 #warehouseZoneForm {
  text-align: left;
}

/*区域管理结束*/

#tab_user > thead > tr > th {
  padding: 6px 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(51, 51, 51, 0.7);
}

#tab_user > thead > tr > th:last-child {
  border-right: 0;
}

#tab_user > tbody > tr:hover {
  background: #f7f7f7;
}

#tab_user > tbody > tr > td {
  padding: 6px 7px;
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
}

#tab_user > tbody > tr > td:last-child {
  border-right: 0;
}

#tab_device > thead > tr > th {
  padding: 6px 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(51, 51, 51, 0.7);
}

#tab_device > thead > tr > th:last-child {
  border-right: 0;
}

#tab_device > tbody > tr:hover {
  background: #f7f7f7;
}

#tab_device > tbody > tr > td {
  padding: 6px 7px;
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
}

#tab_device > tbody > tr > td:last-child {
  border-right: 0;
}

.tbPanel {
  width: 97%;
  border: 1px solid #b1adad;
  box-shadow: 2px 3px 2px #bfb2b2;
  margin: 11px auto;
  border-radius: 4px;
  height: 100%;
}

.tb-top {
  width: 96%;
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #e0d9d9;
  overflow: hidden;
  color: #fff;
  padding-left: 9px;
}

.tb-top-left {
  float: left;
  background: #d3ebf7;
  width: 10%;
  padding: 5px 5px 5px 18px;
  margin: 5px;
  color: #0da6f3;
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.tb-arrow {
  position: absolute;
  border-top: 10px solid #42b7f3;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 12px;
  right: 16px;
  cursor: pointer;
}

.tb-dl {
  margin: 11px auto 0 auto;
  width: 97%;
  border-bottom: 1px solid #e0d9d9;
  color: #fff;
}

.tb-dl dt {
  display: inline-block;
  font-size: 15px;
  padding: 0 5px 17px 5px;
}

.tb-dl > dd,
ul,
li {
  list-style: none;
}

.tb-dl > dd {
  display: inline-block;
}

.tb-dl > dd > ul {
  padding-left: 0;
}

.tb-dl > dd > ul > li {
  display: inline-block;
  font-size: 14px;
  margin: 0 16px;
  padding: 6px;
  color: #fff;
  cursor: pointer;
}

.liChange {
  background: #2dabea;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
}

.tb-panel {
  padding: 3px 17px 16px 17px;
  background: #fff;
  height: calc(100% - 21px);
}

.tb-panel-title {
  font-weight: bolder;
  font-size: 15px;
  height: 99px;
}

#container {
  width: 100%;
  margin: 15px auto 0 auto;
  height: calc(100% - 114px);
  position: relative;
}

.tb-panel-menu {
  width: 10%;
  float: right;
  padding: 5px 20px 5px 11px;
  margin: 5px;
  background: #d3ebf7;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.colorDiv2 {
  display: inline-block;
  width: 20%;
  height: 10px;
  background: #2dabea;
  border-radius: 4px;
}

.menu-txt {
  font-size: 15px;
  color: #4aa6f3;
  display: inline-block;
}

.menu-arrow {
  position: absolute;
  border-top: 10px solid #42b7f3;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 12px;
  right: 11px;
  cursor: pointer;
}

.datainp {
  width: 160px;
  height: 26px;
  font-size: 13px;
  border: 1px #a5d2ec solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.wicon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQCAYAAADj5tSrAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8xNS8xNGnF/oAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAoElEQVQ4jWPceOnNfwYqAz9dYRQ+E7UtwAaGjyUsDAyYYUgJ2HT5LXZLcEmSCnA6duOlN///////H0bDALl8dPH/////Z8FuNW6Qtvw2nL3lyjsGBgYGhlmRqnj1kGwJuqHIlhJlCXq8EOITEsdqCXLEbbr8FisfFkTo+vBZRFZwERNEFFkCiw90nxJtCalxQmzegltCzVyP1RJq5HZ8AABuNZr0628DMwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right center;
}

.tb-top-mid {
  float: left;
  margin: 5px 0 9px 0;
  font-size: 15px;
}

#pickTime {
  outline: none;
  height: 15px;
  line-height: 15px;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  width: 60px;
}

#pickCode {
  outline: none;
  height: 15px;
  line-height: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px;
  width: 250px;
}

.warehouseSt {
  width: 450px;
  position: absolute;
  z-index: 999;
  top: -49px;
  left: 68px;
}

.whArrow {
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 10px solid #2dabea;
  top: 59px;
  left: -4px;
}

.whArea {
  width: 97%;
  background: #2dabea;
  border-radius: 4px;
  margin-left: 12px;
  box-shadow: 1px 1px 5px grey;
  -moz-box-shadow: 1px 1px 5px grey;
  -webkit-box-shadow: 1px 1px 5px grey;
}

.whArea > ul {
  padding: 10px 0 0 20px;
}

.whArea > ul > li {
  display: inline-block;
  margin: 2px 10px 0 10px;
}

.sq {
  width: 13px;
  height: 13px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.areaText {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.wh-sel {
  background: #a0e556;
}

.btnWh {
  display: inline-block;
  padding: 1px 20px;
  background: #198fca;
  margin: 10px 65px;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#wh-text {
  font-size: 14px;
  color: #1aaff3;
  font-weight: bold;
}

#pm-text {
  font-size: 14px;
  color: #1aaff3;
  font-weight: bold;
  display: inline-block;
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 -4px 10px;
}

.hidden {
  display: none !important;
}

.wh-tip {
  font-size: 15px;
  color: #a0e556;
  font-weight: bold;
}

.pm-tip {
  font-size: 15px;
  color: #a0e560;
  font-weight: bold;
}

.pmArrow {
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 10px solid #2dabea;
  top: 59px;
  left: 8px;
}

.pmArea {
  width: 97%;
  background: #2dabea;
  border-radius: 4px;
  margin-left: 24px;
  box-shadow: 1px 1px 5px grey;
  -moz-box-shadow: 1px 1px 5px grey;
  -webkit-box-shadow: 1px 1px 5px grey;
}

.pmArea > ul > li {
  display: inline-block;
  margin: 2px 10px 0 10px;
}

.pmArea > ul {
  padding: 0 0 0 20px;
  margin-top: 10px;
  max-height: 70px;
  overflow-y: auto;
}

.mask {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.btnSe {
  float: right;
  padding: 6px 43px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  background: #2dabea;
  cursor: pointer;
  border-color: #2dabea;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

.btnSe:hover {
  background: #4ea8d6;
}

.btnSe:active {
  background: #089ce6;
}

.btnExport {
  padding: 4px 0;
  margin: 5px 0 0 11px;
  width: 10%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  background: #2dabea;
  cursor: pointer;
  border-color: #2dabea;
  font-size: 14px;
}

.btnExport:hover {
  background: #4ea8d6;
}

.btnExport:active {
  background: #089ce6;
}

.tip-panel {
  margin-top: 13px;
  border: 1px solid #e0d9d9;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #bfb2b2;
  display: inline-block;
}

.date {
  padding: 7px 0 7px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #0da4f0;
}

.tips {
  font-size: 14px;
}

.tips-son {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin: 0 25px 10px 25px;
  color: #333;
}

.table-panel {
  margin: 14px auto;
  width: 97%;
  font-size: 13px;
  background: #fff;
  box-shadow: -5px 8px 5px #333;
  -webkit-box-shadow: -5px 8px 5px #333;
  -moz-box-shadow: -5px 8px 5px #333;
  padding-bottom: 8px;
  padding-top: 8px;
}

.realStat-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: dimgray;
  overflow-y: auto;
}

.realStat-dialog::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.realStat-dialog::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.realStat-dialog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.APanel {
  width: 100%;
  height: calc(100% - 73px);
}

.tbTitle {
  width: 95%;
  height: 30px;
  margin: 5px auto;
}

.tp {
  width: 100%;
  height: 30px;
  margin-top: 14px;
}

.leftTitle {
  font-size: 16px;
  float: left;
  font-weight: bold;
  text-shadow: 1px 2px 3px grey;
  -webkit-text-shadow: 1px 2px 3px grey;
  -moz-text-shadow: 1px 2px 3px grey;
}

#container2 {
  background: #333333;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 95%;
  margin: 0 auto;
  height: calc(100% - 60px);
}

.rightMenu {
  float: right;
}

#enter {
  cursor: pointer;
  background: #5a5454;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 11px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #5a5454;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#enter:hover {
  background: #766c6c;
}

.back-Panel {
  display: inline-block;
}

#back {
  float: right;
  width: 24px;
  height: 24px;
  background: url(../imgs/minimize.png) no-repeat;
  cursor: pointer;
}

.conditon-text {
  float: left;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  padding-left: 8px;
  color: #fff;
}

.conditon-icon {
  float: left;
  width: 24px;
  height: 24px;
  background: url(../imgs/tongji-icon.png) no-repeat;
}

.conditon-icon-warn {
  float: left;
  width: 24px;
  height: 24px;
  background: url(../imgs/oostock.png) no-repeat;
}

.ss {
  overflow: hidden;
  height: 266px;
  transition: all;
  transition-duration: 500ms;
  position: absolute;
  width: 97%;
  z-index: 99;
  background: rgba(51, 51, 51, 0.81);
}

.ss-h {
  height: 0px;
}

.openSe {
  cursor: pointer;
  float: right;
  width: 24px;
  height: 24px;
  background: url(../imgs/btnse.png) no-repeat;
  margin-right: 5px;
}

.openSeP {
  padding: 7px 10px 2px 18px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  color: #fff;
  background: #333;
  font-size: 15px;
  font-weight: bold;
}

.tbPanel2 {
  width: 97%;
  margin: 11px auto;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background: #fff;
  height: calc(100% - 24px);
}

.tb-panel-shadow {
  box-shadow: -5px 8px 5px #333;
  -webkit-box-shadow: -5px 8px 5px #333;
  -moz-box-shadow: -5px 8px 5px #333;
  height: calc(100% - 31px);
}

.timeDJ {
  float: right;
  margin: 21px 6px 0 0;
}

.timeDj-text {
  padding: 7px;
}

.timeDj-time {
  text-align: center;
}

.re-fresh {
  cursor: pointer;
  float: right;
  width: 24px;
  height: 24px;
  background: url(../imgs/report-refresh.png) no-repeat;
  margin-right: 7px;
}

.wareSe {
  padding: 5px 0 0 30px;
  height: 20px;
}

.wareIn {
  outline: none;
  border-radius: 4px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-left: 5px;
  height: 20px;
}

.wareIn-b {
  line-height: 15px;
  background: #198fca;
  color: #fff;
  width: 50px;
  height: 20px;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 0 9px;
  vertical-align: bottom;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.oo-live-warn {
  float: right;
  margin-right: 7px;
  line-height: 25px;
  padding: 0 4px;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.oo-live-pick {
  float: right;
  margin-right: 7px;
  line-height: 25px;
  padding: 0 4px;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

.warn-txt {
  color: red;
}

.tips-son2 {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 23px;
  color: #333;
}

.warnTotal {
  padding-left: 24px;
}

.tip-panel2 {
  margin-top: 13px;
  border: 1px solid #e0d9d9;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #bfb2b2;
  display: inline-block;
  width: 595px;
}

.date2 {
  padding: 2px 0 2px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #0da4f0;
}

.noDataPanel {
  position: absolute;
  width: 234px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -117px 0 0 -100px;
}

.noDataIMG {
  width: 100%;
  height: 170px;
  background: url(../imgs/warn.png) no-repeat;
  background-size: 100% auto;
}

.noDataTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}

.liveScroll {
  width: 100%;
  overflow: hidden;
}

.pmArea > .liveScroll > ul > li {
  display: inline-block;
  margin: 2px 10px 0 10px;
}

.pmArea > .liveScroll > ul {
  padding: 0 0 0 20px;
  margin-top: 10px;
  width: calc(100% + 3px);
  overflow-y: auto;
  max-height: 70px;
}

.whArea > .liveScroll > ul > li {
  display: inline-block;
  margin: 2px 10px 0 10px;
}

.whArea > .liveScroll > ul {
  padding: 0 0 0 20px;
  margin-top: 10px;
  width: calc(100% + 3px);
  overflow-y: auto;
  max-height: 70px;
}

.dialogdiv2 #addDevice {
  padding: 10px;
}

.dialogdiv2 #addDevice #deAddBtn {
  height: 30px;
  line-height: 30px;
  width: 70px;
  padding-left: 17px;
  font-size: 16px;
  color: #0dabfa;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dialogdiv2 #addDevice #deAddBtn:hover {
  opacity: 0.5;
}

.dialogdiv2 #addDevice .deviceAddPanel {
  padding-left: 0;
  overflow: hidden;
}

.dialogdiv2 #addDevice .deviceAddPanel #addInputPanel {
  padding-left: 0;
  width: calc(100% + 17px);
  max-height: 352px;
  overflow-y: auto;
}

.dialogdiv2 #addDevice .deviceAddPanel #addInputPanel .btnRow {
  padding-left: 20px;
  margin: 10px 0;
}

.dialogdiv2 #addDevice .deviceAddPanel #addInputPanel .btnRow input {
  border-radius: 4px;
  vertical-align: top;
  border-left: 1px solid #c8c0c0;
}

.dialogdiv2 #addDevice .deviceAddPanel #addInputPanel .btnRow .deDelBtn {
  padding: 5px;
  margin-left: 40px;
  cursor: pointer;
  background: #f33838;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 11px;
  box-shadow: 0 1px 3px rgba(224, 20, 20, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(224, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(224, 20, 20, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #f33838;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.dialogdiv2 #addDevice .deviceAddPanel #addInputPanel .btnRow .deDelBtn:active {
  transform: scale(0.9);
}

/* 修改密码页面css */

.sclContentDiv {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 164px;
  line-height: 164px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(245, 244, 244, 0.9),
    rgba(75, 94, 136, 0.9)
  );
  margin-top: -110px;
  box-shadow: 0 2px 4px #868181;
  -moz-box-shadow: 0 2px 4px #868181;
  -webkit-box-shadow: 0 2px 4px #868181;
  font-size: 0;
}

.sclContentDiv .leftIntrodu {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  text-align: right;
}

.sclContentDiv .leftIntrodu .Introdu_text {
  font-size: 15px;
  color: #fff;
  font-weight: bolder;
}

.sclContentDiv .rightFormDiv {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}

.sclContentDiv .rightFormDiv .form_div {
  position: absolute;
  right: 60px;
  top: -40px;
  height: 244px;
  width: 400px;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 2px 4px #868181;
  -moz-box-shadow: 0 2px 4px #868181;
  -webkit-box-shadow: 0 2px 4px #868181;
}

.sclContentDiv .rightFormDiv .form_div .form_title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: bolder;
  padding-left: 10px;
  border-bottom: 1px solid #dddde8;
}

.sclContentDiv .rightFormDiv .form_div .form_set {
  font-size: 14px;
  height: calc(100% - 41px);
}

.sclContentDiv .rightFormDiv .form_div .form_set div {
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.sclContentDiv .rightFormDiv .form_div .form_set input {
  width: 260px;
  height: 25px;
  padding-left: 4px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #dddde8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sclContentDiv .rightFormDiv .form_div .form_set .labelTitle {
  width: 84px;
  display: inline-block;
  text-align: right;
}

.sclContentDiv .rightFormDiv .form_div .form_set .btnEdit {
  height: 28px;
  cursor: pointer;
  background: #00bcd4;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 11px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #00bcd4;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tableAlex tr td .productDetail {
  border: 1px solid #1296db;
  background-color: #1296db;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
}

.tableAlex tr td .productdetailPanel {
  position: absolute;
  top: -56px;
  left: 174px;
  background: #ebeef5;
  min-width: 150px;
  border: 1px solid #ebeef5;
  padding: 5px 12px;
  z-index: 999;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.tableAlex tr td .productdetailPanel::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -17px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 10px solid #ebeef5;
  z-index: 999;
}

.postBackTip {
  width: 250px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -125px;
  background: #7c7c7c;
  border-radius: 4px;
  box-shadow: 1px 2px 1px #cac2c2;
  text-align: center;
  z-index: 9999;
}

.postBackTip .post_tip {
  padding: 10px;
  color: #ffffff;
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
}

.postBackTip i {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.advanceSearch {
  position: absolute;
  width: 680px;
  left: 50%;
  margin-left: -340px;
  top: calc(50% - 295px);
  z-index: 100;
  background-color: #fff;
  box-shadow: #0f0f0f 1px 1px 9px;
  border-radius: 4px;
}

.advanceSearch .diaTitlePanel .closeImgClass {
  padding-left: 0px;
  font-size: 28px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 32px;
  width: 30px;
  color: #fff;
  border-radius: 0 4px 0 0;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
}

.advanceSearch .dialogContent .content_wrapper {
  padding: 0 5px;
  margin-top: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.advanceSearch .dialogContent .content_wrapper::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.advanceSearch .dialogContent .content_wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.advanceSearch .dialogContent .content_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.advanceSearch .dialogContent .content_wrapper .content_inline {
  display: inline-block;
  margin: 15px 10px 0 36px;
}

.advanceSearch .dialogContent .content_wrapper .content_inline .content_label {
  display: inline-block;
  vertical-align: top;
  width: 77px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(#c1c0c0, #464646);
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  color: #fff;
  font-weight: bold;
}

.advanceSearch .dialogContent .content_wrapper .content_inline .content_input {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  border-top: 1px solid #c8c0c0;
  border-bottom: 1px solid #c8c0c0;
  border-right: 1px solid #c8c0c0;
  border-left: none;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.advanceSearch
  .dialogContent
  .content_wrapper
  .content_inline
  .content_input:hover {
  border-color: #998e8e;
}

.advanceSearch
  .dialogContent
  .content_wrapper
  .content_inline
  .content_input_date {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  height: 28px;
  line-height: 30px;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  border: 1px solid #c8c0c0;
  cursor: pointer;
}

.advanceSearch .dialogContent .content_wrapper .content_inline .content_select {
  display: inline-block;
  padding-left: 4px;
  padding-right: 10px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  outline: none;
  border-color: #c8c0c0;
  border-radius: 0 4px 4px 0;
  background: #ffffff;
}

.advanceSearch .dialogContent .content_btn {
  overflow: hidden;
  margin: 21px;
  height: 33px;
  line-height: 33px;
}

.advanceSearch .dialogContent .content_btn .content_button_p {
  width: 50%;
  float: left;
  text-align: center;
}

.advanceSearch .dialogContent .content_btn .content_button_p .content_button {
  padding: 0 45px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.advanceSearch
  .dialogContent
  .content_btn
  .content_button_p
  .content_button:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.switch_wrapper {
  width: 500px;
  overflow: hidden;
  float: right;
}

.warehouse_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.warehouse_wrapper .wh_title {
  padding: 5px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.warehouse_wrapper .wh_title .wh_button_close {
  text-align: center;
  font-size: 24px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 25px;
  width: 25px;
  color: #fff;
  cursor: pointer;
  line-height: 23px;
}

.warehouse_wrapper .wh_content {
  width: 100%;
  position: absolute;
  top: 25px;
  bottom: 0;
  overflow: hidden;
}

.warehouse_wrapper .wh_content .wh_nav {
  float: left;
  width: 200px;
  height: 100%;
  background-color: rgb(244, 245, 247);
  overflow: hidden;
}

.warehouse_wrapper .wh_content .wh_nav #wh_nav_btn_ul {
  height: calc(100% - 20px);
  overflow-y: auto;
}

.warehouse_wrapper .wh_content .wh_nav #wh_nav_btn_ul::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.warehouse_wrapper .wh_content .wh_nav #wh_nav_btn_ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgb(244, 245, 247);
  -webkit-box-shadow: inset 0 0 0 rgb(244, 245, 247);
  -moz-box-shadow: inset 0 0 0 rgb(244, 245, 247);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: rgb(244, 245, 247);
}

.warehouse_wrapper .wh_content .wh_nav #wh_nav_btn_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 0 rgb(244, 245, 247);
  -webkit-box-shadow: inset 0 0 0 rgb(244, 245, 247);
  -moz-box-shadow: inset 0 0 0 rgb(244, 245, 247);
  background: rgb(244, 245, 247);
}

.warehouse_wrapper .wh_content .wh_nav li {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.warehouse_wrapper .wh_content .wh_nav .liClick {
  background: #56a6ff;
  color: #ffffff;
}

.warehouse_wrapper .wh_content .wh_nav .liClick:hover {
  background: #56a6ff;
  color: #ffffff;
}

.warehouse_wrapper .wh_content .wh_nav li:hover {
  background-color: rgb(234, 244, 255);
  box-shadow: 0 -1px rgba(227, 239, 252, 1), 0 1px rgba(227, 239, 252, 1);
}

.warehouse_wrapper .wh_content .wh_nav li .wh_li_arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #f4f5f7;
  position: absolute;
  top: 13px;
  right: 0;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_nav_button {
  position: fixed;
  right: 10.5%;
  bottom: 25px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_nav_button
  .wh_nav_button_b {
  padding: 5px 12px;
  border-radius: 4px;
  margin-left: 55px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_nav_button
  .wh_nav_button_b:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.warehouse_wrapper .wh_content .wh_html_wrapper {
  position: relative;
  float: left;
  width: calc(100% - 200px);
  height: 100%;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form {
  height: 100%;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form .form_son_wrapper {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input:not(.rangeMiddleInput):disabled {
  background-color: #edecec;
  color: #b7b6b3;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  select:disabled {
  background-color: #edecec;
  color: #b7b6b3;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  textarea:disabled {
  background-color: #edecec;
  color: #b7b6b3;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .fillHtml {
  margin-left: 4px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .form_h3 {
  margin: 25px 0 12px 35px;
  font-size: 15px;
  font-weight: bold;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input {
  box-sizing: border-box;
  float: left;
  outline: none;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_label {
  float: left;
  padding: 0 15px;
  font-weight: 400;
  width: 180px;
  height: 32px;
  line-height: 32px;
  text-align: right;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_label_t {
  float: left;
  padding: 6px 15px;
  margin-left: 65px;
  font-weight: 400;
  width: 180px;
  line-height: 20px;
  text-align: right;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_label_s {
  float: left;
  height: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  margin-right: 10px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_label_s_noL {
  float: left;
  padding: 5px 0;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  margin-right: 10px;
  margin-left: 46px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_label_s_noLL {
  float: left;
  height: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  margin-right: 10px;
  margin-left: 15px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .sevent {
  width: 72px;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form .form_son_wrapper .mg {
  margin: 2px 16px 0 2px;
  font-size: 13px;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form .form_son_wrapper .bf {
  width: 105px;
  font-weight: bold;
  font-size: 15px;
  margin-left: 55px;
  margin-right: 48px;
  text-align: left;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form .form_son_wrapper .bp {
  width: 100px;
  font-weight: bold;
  font-size: 15px;
  margin-left: 92px;
  margin-right: 54px;
}

.warehouse_wrapper .wh_content .wh_html_wrapper .wh_form .form_son_wrapper .be {
  font-size: 15px;
  margin-left: 90px;
  padding: 6px 0;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .bp2 {
  font-size: 13px;
  margin-left: 116px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .bp3 {
  font-size: 13px;
  margin-left: 139px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  -webkit-appearance: none;
  background: #fff;
  border-color: #c4c4c4;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: -7px;
  left: 2px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  select {
  float: left;
  padding-left: 8px;
  outline: none;
  width: 150px;
  height: 32px;
  line-height: 32px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .rangeLeftInput {
  border-right: none;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .rangeMiddleInput {
  width: 15px;
  border-left: none;
  padding-left: 5px;
  border-right: none;
  border-radius: 0px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .rangeRightInput {
  border-left: none;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #62acff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 13px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_margin {
  margin: 0 0 0 116px;
  overflow: hidden;
  font-size: 13px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_margin
  .checkbox_l_txt2 {
  margin-left: 25px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_margin
  .checkbox_group {
  margin-left: 50px;
  margin-top: 10px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_line {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: top;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_line_checkbox {
  overflow: hidden;
  margin-top: 2px;
  display: inline-block;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .textareaSettings {
  margin-top: 8px;
  width: 215px;
  height: 70px;
  outline: none;
  padding: 4px 0 0 6px;
  font-size: 14px;
  resize: none;
  border-radius: 2px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div2 {
  overflow: hidden;
  margin: 10px 0 0 49px;
  font-size: 13px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div_s {
  overflow: hidden;
  font-size: 13px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group {
  float: left;
  font-weight: 400;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group
  .radio_g {
  margin-bottom: 18px;
  margin-right: 22px;
  display: inline-block;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group
  .radio_l {
  margin-bottom: 13px;
  margin-right: 22px;
  overflow: hidden;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group
  .radio_l_line {
  display: inline-block;
  padding: 6px 14px 6px 0px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  #downTemplate {
  margin: 5px 0 0 10px;
  display: inline-block;
  cursor: pointer;
  color: #56a6ff;
}

.warehouse_wrapper .wareLabTip {
  position: absolute;
  line-height: 25px;
  top: 185px;
  left: 825px;
  font-size: 15px;
  width: 380px;
  text-indent: 2em;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f4f5f7;
}

.wareLabTipM {
  width: 150px;
  position: absolute;
  top: 40%;
  left: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #211f1f;
  color: #fff;
  padding: 9px;
  font-size: 14px;
  z-index: 999999999;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group {
  float: left;
  font-weight: 400;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .checkbox_l {
  margin-left: 20px;
  float: right;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .checkbox_g {
  margin-bottom: 5px;
  margin-right: 22px;
  overflow: hidden;
  display: inline-block;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelF {
  margin: 0 0 6px 118px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelFS {
  margin: 0 0 6px 36px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelFSS {
  margin: 10px 0 10px 52px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelS {
  margin: 0 0 6px 206px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelU {
  margin: 15px 0 0 82px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .noHaveLabelSCB {
  margin: 0 0 6px 16px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .checkbox_g
  .checkbox_g_label {
  display: inline-block;
  margin-top: 7px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .checkbox_l
  .checkbox_l_txt {
  padding: 7px 15px 0 15px;
  float: left;
  font-size: 13px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .checkbox_group
  .checkbox_g
  .checkbox_l_t {
  margin: 10px 0;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group_s {
  float: left;
  padding: 0 23px;
  font-weight: 400;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group_s
  .radio_group_s_label {
  float: left;
  padding: 3px 0px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group_s
  .radio_l {
  margin-bottom: 18px;
  margin-right: 22px;
  overflow: hidden;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group_s
  .radio_l
  .radio_l_span {
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div
  .radio_group
  .radio_l
  .radio_label {
  display: inline-block;
  margin-top: 8px;
}

.warehouse_wrapper
  .wh_content
  .wh_html_wrapper
  .wh_form
  .form_son_wrapper
  .wh_form_son_div3 {
  overflow: hidden;
  float: right;
  margin-left: 12px;
  margin-top: 3px;
  font-size: 13px;
}

.warehouse_wrapper .createPrintTemplate {
  cursor: pointer;
  font-size: 16px;
  color: #66ccff;
  font-weight: bold;
  margin: 0 0 0 117px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.dialog_kanban {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #0c0e29;
}

.dialog_kanban #fpp {
  padding: 15px;
  height: calc(100% - 30px);
}

.dialog_kanban #app {
  height: 100%;
  width: 100%;
  position: relative;
}

.svgTxt {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 90px;
  margin-left: -45px;
  color: #1296db;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 20px grey;
  cursor: pointer;
}

.svg_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg_content .svg_content_header {
  height: 25px;
  width: 100%;
  border-bottom: 3px solid transparent;
  overflow: hidden;
  line-height: 28px;
}

.svg_content .svg_content_header .logo {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #5585bb;
}

.svg_content .svg_content_header .title_vo {
  float: right;
  font-size: 12px;
  width: 99px;
  font-weight: bold;
  color: #1296db;
}

.svg_content .svg_content_s {
  height: calc(100% - 28px);
  width: 100%;
}

.svg_content .svg_content_s .svg_content_table {
  padding: 10px 20px 10px 20px;
  border-bottom: 3px solid #1296db;
}

.svg_content .svg_content_s .hidden_svg_content {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.svg_content .svg_content_s .svg_content_table .tableArea_header {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_header
  .tableArea_header_page {
  float: left;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_header
  .tableArea_header_page
  .pageWrapper {
  margin-left: 18px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #5785b9;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_header
  .tableArea_header_page
  .pageWrapper
  .pageButton {
  padding: 0px 20px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #ffffff;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.pageButton .pageLine {
  width: 2px;
  height: 13px;
  display: inline-block;
  background: #ffffff;
}

.pageButton .pagePaused {
  width: 4px;
  height: 13px;
  display: inline-block;
  background: #ffffff;
}

.pageButton .pageLeft {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ffffff;
  display: inline-block;
}

.pageButton .pageRight {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  display: inline-block;
}

.pageButton .pagePlay {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  display: inline-block;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_header
  .tableArea_header_page
  .pageWrapper
  .pageButton:last-child {
  border-right: none;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_header
  .tableArea_header_date {
  margin-right: 35px;
}

.svg_content .svg_content_s .svg_content_table .tableArea_table {
  color: #ffffff;
  width: 100%;
}

.svg_content .svg_content_s .svg_content_table .tableArea_table thead {
  font-size: 16px;
  background-color: #4b4e50;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_table
  thead
  > tr
  > th {
  text-align: center;
  padding: 10px 20px;
}

.svg_content .svg_content_s .svg_content_table .tableArea_table tbody {
  font-size: 14px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_table
  tbody
  > tr
  > td {
  text-align: center;
  padding: 5px 10px;
}

.svg_content .svg_content_s .svg_content_table .tableArea_table_css {
  table-layout: fixed;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_table_css
  thead
  > tr
  > th {
  white-space: nowrap;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .tableArea_table_css
  tbody
  > tr
  > td {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.scroll-txt-to-left {
  animation: 20s scroll-to-left linear infinite normal;
  display: inline-block;
}

@keyframes scroll-to-left {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.svg_content .svg_content_s .svg_content_chart .content_chart {
  padding-top: 30px;
  width: 100%;
  height: calc(100% - 30px);
}

.svg_content .svg_content_header .svg_content_header_close {
  float: right;
  color: #1296db;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
}

.dt-button {
  text-decoration: none;
  cursor: pointer;
  background: #5a5454;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 11px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #5a5454;
  width: 70px;
  position: absolute;
  right: 14px;
  top: -11px;
  z-index: 99;
  text-align: center;
}

.dt-buttons {
  position: relative;
}

.mask .choice_kanban {
  width: 660px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -165px 0 0 -330px;
}

.mask .choice_kanban .choice_kanban_son {
  width: 600px;
  border: 2px solid #ffffff;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 55px auto;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.mask .choice_kanban .choice_kanban_son span {
  position: absolute;
  left: 9px;
  -webkit-transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
  -moz-transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
  transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
}

.mask .choice_kanban .choice_kanban_son .choice_kanban_son_s {
  height: 100%;
  width: 0%;
  border-radius: 14px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #1296db;
  -webkit-transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
  -moz-transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
  transition: all 1s cubic-bezier(0.98, 0.01, 0.06, 0.92);
}

/* 打印模板 */

.print_template_area {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
}

.print_template_area table {
  background-color: #ffffff;
  width: 960px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -480px;
  z-index: 9999999;
  border-collapse: separate;
  border-radius: 4px;
  border: 1px solid #888888;
}

.print_template_area table #printerTemplateTitleArea {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.print_template_area table td:last-child {
  width: 185px;
}

.print_template_area .fieldValue {
  width: 202px;
  height: 348px;
  overflow: auto;
  background-color: #424242;
}

.print_template_area .fieldValue li {
  padding: 4px 18px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.print_template_area .templateArea {
  width: 197px;
  height: 348px;
  overflow: auto;
  background: #424242;
}

.print_template_area .templateArea li {
  overflow-x: hidden;
  padding: 3px 0;
  margin-left: 7px;
  font-size: 14px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.print_template_area .templateArea li .templateButton {
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
  width: 142px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print_template_area .templateArea li .templateDelButton {
  background-image: url(../imgs/delTemplate.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  vertical-align: 1px;
}

.print_template_area .templateArea li .selected {
  color: #66ccff;
  transition: all;
  transition-duration: 500ms;
}

.print_template_area .print_newButton {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

.print_template_area .print_newButton #createNewTemplate {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 9px;
  margin-right: 4px;
}

.print_template_area .print_newButton .templateType {
  float: left;
  width: 126px;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  height: 30px;
  line-height: 30px;
  border: 2px solid #e6e6e6;
  background-color: #66ccff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
}

.print_template_area .fieldList {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #66ccff;
}

.print_template_area .printTextArea {
  width: 581px;
  height: 329px;
  position: absolute;
  top: 121px;
  left: 187px;
  resize: none;
  outline: none;
  border: none;
  font-size: 14px;
}

.print_template_area #print_save {
  padding: 5px 12px;
  border-radius: 4px;
  margin-left: 55px;
  margin: 0 20px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.print_template_area #print_save:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.print_template_area #print_cancel {
  padding: 5px 12px;
  border-radius: 4px;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.print_template_area #print_cancel:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.print_template_area .templateCondition {
  float: left;
  margin: 10px 0 10px 13px;
}

.print_template_area #templateName {
  padding-left: 8px;
  outline: none;
  width: 150px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.print_template_area #pageWidth {
  padding-left: 8px;
  outline: none;
  width: 70px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.print_template_area #pageHeight {
  padding-left: 8px;
  outline: none;
  width: 70px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.print_template_area #print_template_area_close {
  text-align: center;
  font-size: 24px;
  background: #d81616;
  position: absolute;
  top: 0;
  right: 0px;
  height: 30px;
  width: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
}

/* 分配仓库权限 */

.authorityWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.authorityWrap .authority_title {
  position: relative;
  padding: 5px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.authorityWrap .authority_title .title_close {
  text-align: center;
  font-size: 18px;
  background: #d81616;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 25px;
  color: #fff;
  cursor: pointer;
  line-height: 23px;
}

.authorityWrap .authority_title .title_search {
  position: absolute;
  top: 0px;
  right: 34px;
  width: 24px;
  height: 24px;
  background: url(../imgs/btnse.png) no-repeat;
  cursor: pointer;
}

.authorityWrap .authority_title .title_search:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.authorityWrap .authority_footer {
  text-align: right;
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  height: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.authorityWrap .authority_footer #authorSave {
  padding: 5px 12px;
  border-radius: 4px;
  margin-left: 55px;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.authorityWrap .authority_footer #authorSave:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.authorityWrap .authority_footer #authorCancel {
  padding: 5px 12px;
  border-radius: 4px;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.authorityWrap .authority_footer #authorCancel:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.authorityWrap .authority_footer span:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.authorityWrap .authority_searchWrap {
  position: absolute;
  background: grey;
  width: 100%;
  top: 25px;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  background: rgba(51, 51, 51, 0.81);
}

.authorityWrap .authority_searchWrap .authority_search {
  margin-bottom: 5px;
  width: 674px;
  padding: 5px;
  overflow: hidden;
  border-radius: 4px;
}

.authorityWrap .authority_searchWrap .authority_search_height {
  height: 21px;
}

.authorityWrap .authority_searchWrap .authority_search_label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .authority_search_content {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .authority_search_content
  label {
  margin-right: 20px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .authority_search_content
  input[type="radio"] {
  margin-right: 4px;
  vertical-align: -3px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .authority_search_content
  input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #62acff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.authorityWrap .authority_searchWrap .authority_search .content_multi {
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
  width: 500px;
  border: 1px solid #eeeeee;
  margin-left: 166px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son {
  max-height: 150px;
  overflow-y: auto;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son
  .authority_li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son
  .authority_li
  .authority_checkbox_name
  input[type="checkbox"] {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b0a3a3;
  vertical-align: -3px;
  margin-right: 3px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son
  .authority_li
  .authority_checkbox_name {
  font-size: 12px;
  color: #fff;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_button {
  display: inline-block;
  width: 64px;
  text-align: center;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_button:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.authorityWrap .authority_tableArea {
  overflow: auto;
  height: calc(100% - 91px);
  width: 100%;
}

.authority_tableArea .nav {
  margin-top: 10px;
  min-width: 100%;
}

.authority_tableArea .nav th {
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  min-width: 150px;
  background: -webkit-linear-gradient(#c1c0c0, #464646);
  background: -o-linear-gradient(#c1c0c0, #464646);
  background: -moz-linear-gradient(#c1c0c0, #464646);
  background: linear-gradient(#c1c0c0, #464646);
  color: #ffffff;
}

.authority_tableArea .nav th input[type="checkbox"] {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b0a3a3;
  vertical-align: -2px;
  margin-right: 12px;
}

.authority_tableArea .nav th input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 2px;
  left: 2px;
}

.authority_tableArea .nav_content {
  min-width: 100%;
}

.authority_tableArea .nav_content tr:nth-child(odd) {
  background: #fff;
}

.authority_tableArea .nav_content tr:nth-child(even) {
  background: #f5fafa;
}

.authority_tableArea .nav_content td {
  min-width: 150px;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
}

.authority_tableArea .nav_content td input[type="checkbox"] {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b0a3a3;
}

.authority_tableArea .nav th label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.authority_tableArea .nav_content td input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 0px;
  left: 2px;
}

.authorityWrap
  .authority_searchWrap
  .authority_search
  .content_multi
  .content_multi_son
  .authority_li
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 0px;
  left: 2px;
}

.authorityWrap .tablePage {
  float: right;
  margin: 10px 18px 0 0;
}

.authorityWrap .tablePage input {
  padding: 3px 12px;
  -moz-border-radius: 4px;
  margin: 0 6px;
  font-size: 12px;
  background: -o-linear-gradient(#888888, #020202);
  padding: 0;
  width: 60px;
  text-align: center;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  height: 23px;
  line-height: 22px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.authorityWrap .tablePage input:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.authorityWrap .tablePage span {
  font-size: 13px;
  vertical-align: -1px;
}

.authorityWrap .tablePageSize {
  border-color: antiquewhite;
  display: inline-block;
  margin: 10px 0 0 33px;
}

.authorityWrap .tablePageSize select {
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 3px 4px 3px 4px;
}

.authorityWrap #searchConfirm {
  cursor: pointer;
  background: #2dabea;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #2dabea;
  position: absolute;
  right: 31px;
  top: 28px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.authorityWrap #searchConfirm:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.leftNav .nav_fold {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  background-color: #2c2b2b;
}

.leftNav .nav_fold img {
  margin-top: 5px;
}

.leftNav_hide {
  width: 25px;
}

.leftNav .nav_ul_hide {
  display: none;
}

.detailPanel_hide {
  width: calc(100% - 25px);
}

.leftNav .nav_li_hide_li {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
}

.leftNav .nav_li_hide_li:hover {
  background-color: #1296db;
}

.leftNav .nav_li_hide_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  height: 20px;
  width: 20px;
}

.warehouse_wrapper .multiSort {
  vertical-align: -10px;
  cursor: pointer;
}

.warehouse_wrapper .multiSort:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.alertTip {
  opacity: 1;
  /*border-box 使得div整体padding+border+width等于长度*/
  box-sizing: border-box;
  min-width: 380px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  /*居中*/
  transform: translateX(-50%);
  transition: opacity 0.3s, transform 0.4s;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #edf2fc;
  padding: 15px 15px 15px 20px;
}

.alertTip_success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.alertTip_warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.alertTip_error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.alertTip_success .alertTip_p {
  color: #67c23a;
}

.alertTip_warning .alertTip_p {
  color: #e6a23c;
}

.alertTip_error .alertTip_p {
  color: #f56c6c;
}

.alertTip_appear {
  opacity: 0;
  transform: translate(-50%, -125%);
}

.alertTip_p {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #909399;
}

.inputErrorBorderColor {
  border-color: red !important;
}

.alertTip_close {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
  color: #c0c4cc;
}

.alertTip_close:hover {
  color: #d5d9e1;
}

.alertTip_close::before {
  content: "\2716";
}

.userBillType_warpper {
  margin: 6px 0 12px 142px;
  overflow: hidden;
  font-size: 13px;
}

.userBillType_warpper .userBillType_warpper_li {
  margin-bottom: 5px;
}

.userBillType_warpper .userBillType_warpper_li .userBillType_warpper_li_th {
  display: inline-block;
  width: 102px;
  text-align: center;
  margin-right: 20px;
}

.userBillType_warpper .userBillType_warpper_li .userBillType_warpper_li_th_btn {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background: #2dabea;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  padding: 0px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #2dabea;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.userBillType_warpper
  .userBillType_warpper_li
  .userBillType_warpper_li_th_btn:active {
  transform: scale(0.9);
}

.userBillType_warpper .userBillType_warpper_li .userBillType_warpper_li_td {
  overflow: hidden;
  display: inline-block;
  margin-right: 22px;
  vertical-align: -11px;
}

.userBillType_warpper .userBillType_warpper_li .userBillType_warpper_li_td_btn {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
  background: #ef0e0e;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  padding: 0px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #ef0e0e;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.userBillType_warpper
  .userBillType_warpper_li
  .userBillType_warpper_li_td_btn:active {
  transform: scale(0.9);
}

.postBack_ul .postBack_li {
  font-size: 14px;
  padding: 10px 0;
  display: flex;
}

.postBack_ul .postBack_li .postBack_li_label {
  width: 100px;
  text-align: right;
}

.postBack_ul .postBack_li .postBack_li_content {
  flex: 1;
}

.grid_link {
  width: 95%;
  table-layout: fixed;
}

.grid_link td,
.grid_link th {
  padding: 5px 10px;
  font-size: 13px;
  color: #333;
}

.grid_link th {
  font-size: 14px;
  font-weight: bolder;
}

.grid_link tr {
  border-bottom: 1px solid #ebeef5;
}

.borderColorErr {
  border-color: red !important;
}

.realStat-dialog .liveSearchInput {
  outline: none;
  height: 15px;
  line-height: 15px;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  width: 60px;
}

.addDetailLabDom {
  position: absolute;
  top: 29px;
  right: 9px;
  font-size: 0;
  z-index: 101;
}

.addDetailLabDom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}

.addDetailLabDom .addDetailLi {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  cursor: pointer;
}

.addDetailLabDom .addDetailLi:hover {
  color: #2dabea;
}

.addDetailLabDom .addDetailLiChange {
  color: #2dabea;
}

.addDetailLabDom .addDetailLiMove {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #409eff;
  z-index: 11;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}

.customizeWrapper {
  height: 100%;
  width: 0px;
  padding: 10px;
  background: #fff;
  border-left: 1px solid #dcdfe6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.customizeWrapper .customize-content {
  height: 100%;
  overflow: hidden;
}

.customizeWrapper .customize-content .customize-title {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  height: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.customizeWrapper .customize-content .customize-ul {
  height: calc(100% - 46px);
  overflow-y: auto;
}

.customizeWrapper .customize-content .customize-ul::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.customizeWrapper .customize-content .customize-ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.customizeWrapper .customize-content .customize-ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.customizeWrapper .customize-content .customize-ul .customize-li {
  background-color: #409eff;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: move;
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.customizeWrapper .customize-content .customize-ul .customize-li:active {
  transform: scale(0.9);
}

.customizeWrapper .customize-content .customize-ul .customize-li-no {
  background-color: #909399;
  cursor: pointer !important;
}

.customizeWrapper
  .customize-content
  .customize-ul
  .customize-li
  .customize-icon {
  font-weight: bold;
  font-size: 15px;
}

.customizeWrapper
  .customize-content
  .customize-ul
  .customize-li
  .customize-text {
  font-weight: bold;
  font-size: 13px;
}

.realStat-dialog .realStat-tbPanel {
  width: 97%;
  margin: 11px auto 0 auto;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background: #fff;
}

.realStat-dialog .realStat-table-panel {
  height: calc(100% - 59px);
  margin: 0 auto 11px auto;
  width: 97%;
  font-size: 13px;
  background: -webkit-linear-gradient(#928f8f, #c3bcbc);
  background: -o-linear-gradient(#928f8f, #c3bcbc);
  background: -moz-linear-gradient(#928f8f, #c3bcbc);
  background: linear-gradient(#928f8f, #c3bcbc);
  box-shadow: -5px 8px 5px #333;
  -webkit-box-shadow: -5px 8px 5px #333;
  -moz-box-shadow: -5px 8px 5px #333;
}

.realStat-dialog .realStat-tbPanel .ss {
  height: 200px;
}

.realStat-dialog .realStat-tbPanel .ss-h {
  height: 0px;
}

.realStat-dialog .realStat-tbPanel .printSearch {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div label {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  margin-right: 5px;
  color: #ffffff;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div input {
  height: 25px;
  width: 150px;
  line-height: 25px;
  padding-left: 6px;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div input:hover {
  border-color: #998e8e;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div select {
  height: 25px;
  width: 150px;
  line-height: 25px;
  padding-left: 6px;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffffff;
  border: 1px solid #c0c4cc;
  font-size: 13px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div select:hover {
  border-color: #998e8e;
}

.realStat-dialog .realStat-tbPanel .printSearch .buttonDom {
  text-align: right;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .print_search_sort_div {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .print_search_sort_div
  label {
  border: 1px solid #2dabea;
  padding: 0 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 0px;
  height: 24px;
  line-height: 23px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: 0px;
  background-color: #2dabea;
  color: #fff;
  box-shadow: 1px 1px 2px #0a5479;
  -webkit-box-shadow: 1px 1px 2px #0a5479;
  -moz-box-shadow: 1px 1px 2px #0a5479;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .print_search_sort_div
  label:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .print_search_sort_div
  select {
  width: 70px;
}

.realStat-dialog .realStat-tbPanel .printSearch .print_search_div .multiOrder {
  width: 20px;
  float: left;
  margin-right: 20px;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .print_search_date {
  width: 50%;
  float: left;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .buttonDom
  .buttonDom_btn {
  margin: 3px 6px 3px 0px;
  width: 70px;
  height: 26px;
  line-height: 19px;
  outline: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .buttonDom
  .buttonDom_btn:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .buttonDom
  .buttonDom_btn_black {
  background-color: #333333;
  border: 1px solid #333333;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .buttonDom
  .buttonDom_btn_blue {
  background-color: #2dabea;
  border: 1px solid #2dabea;
}

.realStat-dialog
  .realStat-tbPanel
  .printSearch
  .print_search_div
  .buttonDom
  .buttonDom_btn_red {
  background-color: red;
  border: 1px solid red;
}

.realStat-dialog .realStat-table-panel .timeDJ {
  float: right;
  margin: 6px 6px 0 0;
  color: #ffffff;
  font-weight: bold;
}

.realStat-dialog .realStat-table-panel .timeDJ .timeDj-text {
  padding: 0 7px;
  display: inline-block;
}

.realStat-dialog .realStat-table-panel .timeDJ .timeDj-time {
  text-align: center;
  display: inline-block;
}

.realStat-dialog .realStat-table-panel .realStat-table {
  height: calc(100% - 101px);
  padding: 0 16px 16px 16px;
}

.realStat-dialog
  .realStat-table-panel
  .realStat-table
  #realStatTable
  > thead
  > tr
  > th {
  padding: 6px 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(51, 51, 51, 0.7);
}

.realStat-dialog
  .realStat-table-panel
  .realStat-table
  #realStatTable
  > tbody
  > tr
  > td {
  padding: 6px 7px;
  font-size: 13px;
  color: #1f1f1f;
  text-align: center;
}

.realStat-dialog .realStat-table-panel .realStat-buttonArea {
  text-align: right;
  padding: 40px 3px 0 0px;
  height: 29px;
}

.realStat-dialog .realStat-table-panel .realStat-buttonArea .realStatBtn {
  margin-right: 13px;
  padding: 0 12px;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.realStat-dialog .realStat-table-panel .realStat-buttonArea .disabled {
  background: grey !important;
  border-color: grey !important;
}

.realStat-dialog
  .realStat-table-panel
  .realStat-buttonArea
  .realStatBtn:active {
  transform: scale(0.9);
}

.realStat-dialog .realStat-table-panel .realStat-buttonArea .realStatBtn_red {
  background: red;
  border-color: red;
}

.realStat-dialog .realStat-table-panel .not_treatment {
  background-color: #e27638;
  font-size: 15px;
  font-weight: bolder;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.tablePage thead > tr > th {
  padding: 6px 5px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-align: center !important;
  background: rgba(51, 51, 51, 0.7) !important;
}

.tablePage thead > tr > th:last-child {
  border-right: 0 !important;
}

.tablePage tbody > tr:hover {
  background: #f7f7f7 !important;
}

.tablePage tbody > tr > td {
  padding: 6px 7px !important;
  font-size: 13px !important;
  color: #1f1f1f !important;
  text-align: center !important;
}

.tablePage tbody > tr > td:last-child {
  border-right: 0 !important;
}

.warehouseZone .tan-footer {
  height: 40px;
  position: fixed;
  bottom: 0;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  left: 0;
}

.warehouseZone .tan-footer .tan-footer-half {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.warehouseZone .tan-footer .tan-footer-half .tan-footer-btn {
  padding-left: 0;
  width: 26%;
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.warehouseZone .tan-footer .tan-footer-half .tan-footer-btn:hover {
  color: rgba(90, 90, 90, 0.83);
  background: #f2f2f2;
}

.warehouseZone .header .header-line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.warehouseZone .header .header-line .header-line-chunk {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 20px 0px 20px;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-label {
  color: #fff;
  font-size: 13px;
  font-weight: bolder;
  margin-right: 10px;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-input {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 70%;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  .header-line-input:hover {
  border-color: #998e8e;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-chunk-son {
  margin-left: 23px;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  .header-line-chunk-block {
  margin-top: 10px;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-checkbox {
  position: relative;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  -webkit-appearance: none;
  background: #fff;
  border-color: #c4c4c4;
  border-radius: 4px;
  outline: none;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 1px;
  left: 3px;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-select {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  .header-line-radio-group {
  display: inline-block;
  vertical-align: top;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  .header-line-radio-group
  .header-line-radio_l {
  margin-bottom: 10px;
}

.warehouseZone .header .header-line .header-line-chunk .header-line-radio {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  outline: none;
  vertical-align: text-top;
}

.warehouseZone
  .header
  .header-line
  .header-line-chunk
  input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #62acff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dialog_in_content {
  width: 100%;
}

.dialog_in_content .dialog_in_line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_label {
  font-size: 13px;
  margin-right: 10px;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_input {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 180px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_input:hover {
  border-color: #998e8e;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_select {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_radio_group {
  display: inline-block;
  vertical-align: top;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  .dialog_in_radio_group
  .dialog_in_radio_l {
  margin-bottom: 7px;
  margin-top: 3px;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_radio {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  outline: none;
  vertical-align: text-top;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #62acff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_textarea {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 460px;
  height: 85px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  resize: none;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  .dialog_in_textarea:hover {
  border-color: #998e8e;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_checkbox {
  position: relative;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 7px;
  border: 1px solid #999999;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  background: #fff;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 1px;
  left: 3px;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_button {
  margin-left: 10px;
  padding: 0 12px;
  color: #ffffff;
  background: #2dabea;
  border-color: #2dabea;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.dialog_in_content .dialog_in_line .dialog-line-chunk .dialog_in_button:active {
  transform: scale(0.9);
}

.linePanel {
  margin-bottom: 15px;
}

.linePanel .linePanel_title {
  font-size: 14px;
  font-weight: bold;
  float: left;
}

.linePanel p {
  font-size: 14px;
  color: red;
}

.linePanel .linePanel_ul {
  display: inline-block;
  width: calc(100% - 100px);
  text-align: left;
  padding-right: 5px;
  max-height: 160px;
  min-height: 160px;
  overflow-y: auto;
}

.linePanel .linePanel_ul::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.linePanel .linePanel_ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.linePanel .linePanel_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.linePanel .linePanel_ul .linePanel_li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.linePanel .linePanel_ul .linePanel_li .linePanel_li_label {
  font-size: 12px;
  color: #333;
}

.linePanel .linePanel_ul .linePanel_li input[type="checkbox"] {
  cursor: pointer;
  outline: none;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b0a3a3;
  vertical-align: -3px;
  margin-right: 5px;
  border-radius: 4px;
}

.linePanel .linePanel_ul .linePanel_li input[type="checkbox"]:checked::before {
  position: absolute;
  content: url(../imgs/checkboxSelected.png);
  top: 0px;
  left: 2px;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  .dialog_in_radio_group
  .dialog_in_radio_l
  .dialog_in_radio_l_son {
  margin-left: 75px;
  margin-top: 5px;
  font-size: 13px;
}

.dialog_in_content
  .dialog_in_line
  .dialog-line-chunk
  .dialog_in_radio_group
  .dialog_in_radio_l_line {
  display: inline-block;
  margin-top: 2px;
}

.inInput {
  border: none;
  text-align: center;
  cursor: pointer;
}

.editInput {
  width: 100%;
  border: none;
  text-align: center;
  cursor: pointer;
}

.editInput::-webkit-outer-spin-button,
.editInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.itemPanel {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.itemPanel .th_line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.itemPanel .th_line_overflow {
  height: calc(100% - 40px);
  overflow-y: auto;
}

.itemPanel .th_line_overflow::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.itemPanel .th_line_overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.itemPanel .th_line_overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.itemPanel .th_line_div {
  width: 90px;
  padding: 5px 12px;
  font-size: 13px;
}

.itemPanel .th_line_div_bg_black {
  background-color: #000000;
  color: white;
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
}

.itemPanel .th_line_div .th_line_div_input {
  border: none;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #333;
  outline: none;
}

.itemPanel .th_line_div_bg_grey {
  background: -webkit-linear-gradient(#928f8f, #c3bcbc);
  background: -o-linear-gradient(#928f8f, #c3bcbc);
  background: -moz-linear-gradient(#928f8f, #c3bcbc);
  background: linear-gradient(#928f8f, #c3bcbc);
}

.itemPanel .itemPanel_icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itemPanel img {
  width: 100%;
  height: 100%;
}

.itemPanel .itemPanel_close {
  text-align: center;
  font-size: 40px;
  color: #d81616;
  height: 30px;
  width: 30px;
  line-height: 25px;
}

.itemPanel .th_line_div_input_error {
  border-color: red !important;
  border: 1px solid;
}

.itemPanel .div_line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.itemPanel .div_line .div_line_chunk {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.itemPanel .div_line .div_line_chunk .div_line_label {
  display: inline-block;
  font-size: 14px;
}

.itemPanel .div_line .div_line_chunk .div_line_input {
  display: inline-block;
  padding-left: 8px;
  outline: none;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #ffffff;
  border-width: 0;
  border: 1px solid #c8c0c0;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
  box-sizing: border-box;
}

.itemPanel .div_line .div_line_chunk input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -2px;
}

.itemPanel .div_line .div_line_chunk .div_line_input:hover {
  border-color: #998e8e;
}

.itemPanel .div_line .div_line_chunk .div_line_chunk_radio_group {
  display: inline-block;
}

.itemPanel
  .div_line
  .div_line_chunk
  .div_line_chunk_radio_group
  .div_line_chunk_radio_l {
  display: inline-block;
  margin-right: 40px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-size: 13px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  font-size: 12px !important;
}

.warningText {
  color: red !important;
  font-weight: bolder !important;
}

.report-dialog {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: left top;
  z-index: 999;
}

.svg_content .svg_content_s .svg_content_table .svg_content_table_header {
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.svg_content .svg_content_s .svg_content_table .svg_content_table_header_time {
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header_time
  .svg_content_table_header_date {
  margin-right: 35px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea {
  height: 40px;
  line-height: 40px;
  padding: 5px 0 5px 23px;
  overflow: hidden;
}

.svg_content .svg_content_s .svg_content_charts {
  position: absolute;
  top: 83px;
  bottom: 0;
  left: 0;
  right: 0;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.svg_content .svg_content_s .svg_content_charts .svg_content_chart_item {
  width: 32%;
  height: 100%;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son {
  width: 100%;
  height: 46%;
  box-sizing: border-box;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_title {
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  background-color: #3d3d48;
  padding-left: 20px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_title
  img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart {
  height: calc(100% - 35px);
  overflow: hidden;
  background-color: #000;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_top {
  border-bottom: 5px solid #000;
  height: 60px;
  padding: 15px 5px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul
  .svg_content_chart_ul_li {
  width: 32%;
  text-align: center;
  font-size: 0;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul
  .svg_content_chart_ul_li
  .svg_content_chart_ul_li_left {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 12px;
  vertical-align: 3px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul
  .svg_content_chart_ul_li
  .svg_content_chart_ul_li_right {
  display: inline-block;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul
  .svg_content_chart_ul_li
  .svg_content_chart_ul_li_title {
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_ul
  .svg_content_chart_ul_li
  .svg_content_chart_ul_li_val {
  font-size: 25px;
  color: #fff;
  font-weight: bolder;
  margin-top: 10px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_bottom {
  height: calc(100% - 105px);
  padding: 5px 10px;
  min-height: 105px;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  dl {
  width: 90%;
  margin: 0 auto 10px auto;
  font-size: 0;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  dl
  dd {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bolder;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  dl
  dd:nth-child(1) {
  text-align: left;
  width: 50%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  dl
  dd:nth-child(2) {
  text-align: center;
  width: 35%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  dl
  dd:nth-child(3) {
  text-align: right;
  width: 15%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul {
  margin-top: 0;
  transition: margin-top 1.5s cubic-bezier(0.36, -0.02, 0.92, 1.01);
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul
  li {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul
  li
  div {
  display: inline-block;
  font-size: 13px;
  color: red;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul
  li
  div:nth-child(1) {
  text-align: left;
  width: 45%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul
  li
  div:nth-child(2) {
  text-align: center;
  width: 40%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  ul
  li
  div:nth-child(3) {
  text-align: right;
  width: 15%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_list
  .svg_content_chart_item_son_chart_ulList {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  height: calc(100% - 36px);
  min-height: 79px;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_top2 {
  border-bottom: 2px solid #1296db;
  height: 200px;
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .svg_content_chart_item_son_chart
  .svg_content_chart_item_son_chart_bottom2 {
  height: calc(100% - 202px);
  overflow: hidden;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .tableArea_table {
  color: #ffffff;
  width: 100%;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .tableArea_table
  thead {
  font-size: 12px;
  font-weight: bolder;
  background-color: #4b4e50;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .tableArea_table
  thead
  > tr
  > th {
  text-align: center;
  padding: 5px 10px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .tableArea_table
  tbody {
  font-size: 12px;
}

.svg_content
  .svg_content_s
  .svg_content_charts
  .svg_content_chart_item
  .svg_content_chart_item_son
  .tableArea_table
  tbody
  > tr
  > td {
  text-align: center;
  padding: 5px 10px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item {
  float: left;
  color: #fff;
  margin-left: 90px;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  .svg_content_table_header_searchArea_select {
  outline: none;
  font-size: 20px;
  font-weight: 800;
  border: none;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  span {
  font-size: 16px;
  font-weight: 800;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  .filter_choice {
  border-radius: 2px;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  .filter_choice
  .filter_choice_item {
  height: 25px;
  line-height: 25px;
  padding: 2px 12px;
  float: left;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 4px;
  background: #313248;
  box-shadow: 0 1px 3px #333;
  -webkit-box-shadow: 0 1px 3px #333;
  -moz-box-shadow: 0 1px 3px #333;
  text-shadow: 0 -1px 1px #333;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  .filter_choice
  .filter_choice_item:active {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-tranform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  #kanban_search {
  height: 23px;
  line-height: 23px;
  cursor: pointer;
  background: #2dabea;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
  border: 1px solid #2dabea;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .svg_content_table_header_searchArea_item
  #kanban_search:active {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-tranform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.svg_content
  .svg_content_s
  .svg_content_table
  .svg_content_table_header
  .svg_content_table_header_searchArea
  .selectedChangeItem {
  background: #2dabea !important;
}

.select-company-body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #272727;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 200px;
  max-height: 278px;
  border-radius: 0 0 0 4px;
}

.company-contain {
  position: relative;
  max-height: 278px;
}

.companyS {
  max-height: 278px;
  overflow-y: auto;
  color: #9d9d9d;
  font-size: 15px;
  display: flex;
  justify-content: center;
}

.companyS::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.companyS::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #EDEDED;
}

.companyS::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.companyS dl {
  display: inline-block;
  margin: 0 11px;
  text-align: center;
}

.companyS dl dd {
  margin: 6px 0;
}

.companyS dl dd a {
  text-decoration: none;
  cursor: pointer;
  color: #8d8585;
}

.companyS dl dd a:hover {
  color: #b3aeae;
}

.svg_content_chart_item_son_chart_top2 .tableArea_table tr th span,
.svg_content_chart_item_son_chart_top2 .tableArea_table tr td span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.warnTip {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  padding: 20px 0 0 20px;
}

#kanban_container .svgTxt_p {
  width: 220px;
  margin-left: -108px;
  font-size: 32px;
  text-shadow: 0px 0px 20px #020202;
  letter-spacing: 3px;
}

.sixthWarnTip {
  position: absolute;
  width: 200px;
  height: 20px;
  top: 40%;
  left: 50%;
  margin-top: -10px;
  margin-left: -100px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 2px;
}

/* 设备终端记录 */
.customizeWrapper .customize-content .customize-top {
  background-color: #e2e2e2;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 30px;
}

.customizeWrapper .customize-content .customize-top .customize-top-title {
  width: 180px;
  font-size: 16px;
  font-weight: bold;
  color: #66ccff;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}

.customizeWrapper .customize-content .customize-search-wrapper {
  background: #fff;
  border: 1px solid transparent;
  margin-top: 10px;
  height: 80px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.customizeWrapper .customize-content .customize-content-wrapper {
  background: #888888;
  border: 1px solid #888888;
  margin: 5px auto;
  width: 450px;
  height: calc(100% - 146px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow-y: auto;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ededed;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-line {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin: 5px 0;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-label {
  font-size: 13px;
  display: inline-block;
  width: 52px;
  text-align: right;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-select {
  font-size: 12px;
  padding-left: 8px;
  outline: none;
  width: 160px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #c8c0c0;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-select:hover {
  border-color: #998e8e;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-input-date {
  font-size: 12px;
  padding-left: 8px;
  outline: none;
  width: 100px;
  height: 17px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #c8c0c0;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-input-date:hover {
  border-color: #998e8e;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-input {
  font-size: 12px;
  padding-left: 8px;
  outline: none;
  width: 160px;
  height: 17px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #c8c0c0;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.36, -0.02, 0.92, 1.01);
  cursor: pointer;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-input:hover {
  border-color: #998e8e;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-button {
  padding: 0 20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(90, 90, 90, 0.83);
  background: -webkit-linear-gradient(#888888, #020202);
  background: -o-linear-gradient(#888888, #020202);
  background: -moz-linear-gradient(#888888, #020202);
  background: linear-gradient(#888888, #020202);
  color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customizeWrapper
  .customize-content
  .customize-search-wrapper
  .customize-search-wrapper-button:active {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son {
  width: 100%;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-h4Txt {
  font-weight: bold;
  color: #fff;
  padding: 5px 7px;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-txt-dialog {
  display: inline-block;
  position: relative;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-txt-dialog
  .customize-content-wrapper-txt-arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #a1a1a1;
  position: absolute;
  top: 19px;
  left: -7px;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-txt-dialog
  .customize-content-wrapper-txt {
  padding: 5px;
  color: #fff;
  background-color: #a1a1a1;
  border-radius: 4px;
  position: relative;
  max-width: 300px;
  top: 8px;
  left: 13px;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  li {
  margin-bottom: 10px;
  position: relative;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-txt-dialog
  .customize-content-wrapper-txt-arrow-2 {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #6e6e6e;
  border-right: 10px solid transparent;
  position: absolute;
  top: 19px;
  right: -7px;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  .customize-content-wrapper-a {
  position: absolute;
  right: 10px;
  color: #66ccff;
  border-bottom: 1px solid #66ccff;
  cursor: pointer;
  display: none;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-son
  li:hover
  .customize-content-wrapper-a {
  display: block;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-back {
  cursor: pointer;
  display: block;
  width: 450px;
  text-align: center;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 4px 4px 0 0;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

.customizeWrapper
  .customize-content
  .customize-content-wrapper
  .customize-content-wrapper-back:hover {
  color: #fff;
}
