.clear {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
textarea {
  resize: none;
  padding-left: 4px ;
  padding-right: 2px;
  background: #ffffff;
}
.btn {
  padding: 4px 8px;
}
body {
  min-width: 1340px;
  min-height: 600px;
  background-color: #f3f3f3;
  position: relative;
  color: #000000;
  background: #f3f3f3;
  text-align: center;
}
select {
  background-color: #ffffff;
  padding-left: 4px;
}
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
}
.add-class-set:focus {
  border: 1px solid #409EFF;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input {
  padding-left: 4px ;
  padding-right: 2px;
  background: #ffffff;
}
input[type="button"]:disabled:not(:first-child),
button:not(:first-child) {
  margin-left: 4px;
}
button:disabled {
  border: 1px solid transparent !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  box-shadow: none;
}
.required {
  border-color: #409EFF !important;
}
.f_warp {
  display: inline-block;
  width: 255px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.f_warp label {
  width: 70px;
  text-align: right;
  height: 30px;
  line-height: 30px;
}
.f_warp .btn-res {
  margin-left: 0;
}
.search_button {
  padding-left: 12px;
}
.f_warp_fill {
  display: inline-block;
  width: 255px;
  height: 0;
  padding: 0;
  margin: 0;
}
.f_split {
  display: inline-block;
  width: 10px;
}
.f_inPut {
  display: inline-block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  padding-left: 5px;
}
.f_inPut3 {
  display: inline-block;
  height: 30px;
  padding-left: 4px;
  line-height: 30px;
  margin-left: -4px;
}
.f_inPut1 {
  width: 85px;
  display: inline-block;
  padding-left: 5px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
}
.f_inPutNUm {
  width: 85px;
  display: inline-block;
  padding-left: 5px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
}
.f_inPutDate {
  width: 85px;
  display: inline-block;
  padding-left: 2px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
}
.f_user {
  display: inline-block;
}
/*大按钮*/
.btn-res {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  margin: 0 0px;
  color: #606266;
  font-size: 14px;
  outline: none;
}
.btn-res:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.btn-res:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: none;
}
.btn-warn {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  background-color: #e6a23c;
  border: 1px solid transparent;
  border-color: #e6a23c;
  border-radius: 4px;
  margin: 0 0px;
  color: #ffffff;
  outline: none;
  font-size: 14px;
}
.btn-warn:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
}
.btn-warn:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
}
.btn-add {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  background-color: #409EFF;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 0px;
  color: #ffffff;
  outline: none;
  font-size: 14px;
}
.btn-add:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.btn-add:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}
.btn-danger {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  background-color: #f56c6c;
  border: 1px solid #f56c6c;
  border-radius: 4px;
  margin: 0 0px;
  color: #ffffff;
  outline: none;
  font-size: 14px;
}
.btn-danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.btn-danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}
.btn-success {
  min-width: 60px;
  padding: 0 8px;
  height: 30px;
  background-color: #67c23a;
  border: 1px solid #67c23a;
  border-radius: 4px;
  margin: 0 0px;
  color: #ffffff;
  outline: none;
  font-size: 14px;
}
.btn-success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff;
}
.btn-success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
}
.header {
  background-color: #ffffff;
  width: 100%;
  height: 36px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 0;
  box-shadow: 0 0 4px #409EFF;
  display: flex;
  /*列表*/
}
.header .nav {
  margin: 0 auto;
  list-style: none;
  margin-bottom: 0px;
  color: #333333;
  text-align: left;
  flex: auto;
  padding-left: 10px;
}
.header .nav ul {
  margin: 0;
}
.header .nav li {
  list-style-type: none;
}
.header .nav a {
  display: block;
  text-decoration: none;
  padding: 0 8px;
  margin: 0px 8px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #666666;
  font-size: 16px;
}
.header .nav .drop-down {
  float: left;
}
.header .nav .drop-down .li-on {
  color: #409EFF;
  box-shadow: inset 0px -3px 0px #409EFF;
}
.header .nav .drop-down li a.active {
  background-color: #4CAF50;
  color: white;
}
.header .nav .drop-down a:hover {
  text-decoration: none;
  background: none;
}
.header .nav .drop-down a:focus {
  background: none;
}
.header .nav .drop-down:hover .drop-down-content {
  padding-top: 4px;
  display: block;
}
.header .nav .drop-down-content {
  padding: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 0 2px #409EFF;
}
.header .nav .drop-down-content a {
  background-color: #ffffff;
  width: 140px;
  margin: 0;
  height: 36px !important;
  line-height: 36px !important;
}
.header .nav .drop-down-content li + li a {
  border-top: 1px dashed #cccccc;
}
.header .nav .drop-down-content .on {
  background-color: #409EFF !important;
  color: #ffffff !important;
}
.header .nav .drop-down-content li:hover a {
  color: #666666;
  background-color: #dbecfe;
}
.header .logo {
  margin: 6px 5px;
  width: 264px;
  text-align: left;
  font: "Arial";
}
.header .logo a {
  text-decoration: none;
  color: #808080;
}
.header a:hover {
  color: #409EFF;
}
.header .logo span {
  display: inline-block;
  margin-left: 10px;
  height: 25px;
  border: 0.6px solid #cccccc;
}
.header .right {
  height: 36px;
  line-height: 36px;
  padding-right: 20px;
  flex: none;
  display: flex;
  font: "Arial";
}
.header .right .endCase,
.header .right .fllowCase {
  padding: 0 6px;
  color: #666666;
}
.header .right .endCase a,
.header .right .fllowCase a {
  padding-left: 4px;
  color: #f56c6c;
}
.header .right .iconMessage {
  margin: 0 12px;
  width: 22px;
  height: 36px;
  background-image: url('/dist/images/message.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.header .right .user {
  width: 22px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/dist/images/user.png");
}
.header .right a {
  display: inline-block;
  text-decoration: none;
  color: #808080;
}
.header .right #header-my:hover + .drop-down-content {
  display: block;
}
.header .right #header-help:hover + .drop-down-content {
  display: block;
}
.header .right .drop-down-content:hover {
  display: block;
}
.header .right .drop-down-content {
  padding: 0;
  display: none;
  position: absolute;
  top: 36px;
  right: 5px;
  z-index: 1000;
  box-shadow: 0 0 2px #409EFF;
}
.header .right .drop-down-content li a {
  background-color: #ffffff;
  width: 100px;
  margin: 0;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center;
}
.header .right .drop-down-content li a:hover a {
  background-color: #0AA1ED;
}
.header .right .drop-down-content li + li a {
  border-top: 1px dashed #cccccc;
}
.header .right .drop-down-content .on {
  color: #f56c6c;
}
.header .right .drop-down-content li {
  list-style: none;
}
.header .right .drop-down-content li:hover a {
  background-color: #409EFF;
  color: #ffffff;
}
.header img {
  vertical-align: top;
  margin-left: 10px;
}
.header #nav {
  margin-left: 50px;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.header #nav li {
  float: left;
  margin-right: 30px;
}
.header #input-box img:last-child {
  position: relative;
  left: 2px;
}
.header #input-box img:nth-child(3) {
  margin-top: 13px;
}
.minConer_112 {
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #f3f3f3;
  margin-right: 16px;
  margin-left: 16px;
}
.conTaineres_112 {
  height: 36px;
  text-align: center;
  box-shadow: 0 1px 1px #f3f3f3;
}
.lEft {
  float: left;
  padding-left: 12px;
  color: #666666;
}
.lFlist li {
  float: left;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.lFlist li:last-child {
  color: #409EFF;
}
.lFlist img {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -2px;
}
.common-text {
  display: block;
  float: left;
  color: #666666;
}
.common-text label {
  padding-left: 16px;
  color: #666666;
  margin: 0;
}
.common-text span {
  padding-left: 4px;
  padding-right: 2px;
  color: #f56c6c;
}
.rGht {
  float: right;
  display: none;
}
.rGlist li {
  height: 36px;
  float: left;
  background: #f3f3f3;
  font-size: 16px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.rGlist li:last-child {
  border-right: 1px solid #cccccc;
  border-top-right-radius: 5px;
}
.rGlist li a {
  color: #666666;
}
.rGlist .on {
  background: #ffffff;
  box-shadow: 0 -2px #409EFF;
  border-top: 1px solid #409EFF;
}
.rGlist .on a {
  color: #409EFF;
}
input::-webkit-input-placeholder {
  color: #999999;
}
.rGlist li:hover {
  background: #ffffff;
}
.rGlist li:hover + .on {
  background: #ffffff;
  box-shadow: 0 -2px #409EFF;
}
.rGlist li a {
  margin: 0 10px;
}
.main-div {
  width: 100%;
  margin: auto;
  padding: 0 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.main-div-set {
  width: 100%;
  margin: auto;
  padding: 0 16px;
  background: #ffffff;
}
.sPli {
  width: 1342px;
}
.lIsize {
  float: left;
  color: #666666;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #333333;
  float: right;
  margin: 3px 15px -3px -13px;
}
.bTnn {
  border: 1px solid #cccccc;
  width: 60px;
  height: 30px;
  margin: 3px;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
}
.digg {
  float: right;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  margin: 3px;
  padding-top: 3px;
  text-align: center;
}
.digg a {
  background: #f3f3f3;
  border-right: #cccccc 1px solid;
  padding-right: 5px;
  border-top: #cccccc 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #cccccc 1px solid;
  color: #666666;
  padding-top: 2px;
  border-bottom: #cccccc 1px solid;
  text-decoration: none;
}
.digg a:hover {
  border-right: #409EFF 1px solid;
  border-top: #409EFF 1px solid;
  border-left: #409EFF 1px solid;
  color: #333333;
  border-bottom: #409EFF 1px solid;
}
.digg a:active {
  border-right: #409EFF 1px solid;
  border-top: #409EFF 1px solid;
  border-left: #409EFF 1px solid;
  color: #333333;
  border-bottom: #409EFF 1px solid;
}
.digg span.current {
  border-right: #409EFF 1px solid;
  padding-right: 5px;
  border-top: #409EFF 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #409EFF 1px solid;
  color: #ffffff;
  padding-top: 2px;
  border-bottom: #409EFF 1px solid;
  background-color: #409EFF;
}
.digg span.disabled {
  width: 45px;
  height: 27px;
  background: #f3f3f3;
  border-right: #f3f3f3 1px solid;
  padding-right: 5px;
  border-top: #f3f3f3 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 2px;
  border-left: #f3f3f3 1px solid;
  color: #409EFF;
  padding-top: 2px;
  border-bottom: #f3f3f3 1px solid;
}
.bBtn11 {
  background: #ffffff;
  color: #ffffff;
  border: 1px solid #409EFF;
  width: 50px;
  height: 27px;
  background: #409EFF;
  outline: none;
}
.container3 {
  margin: -20px auto;
  border: 1px solid transparent;
  width: 1220px;
  position: relative;
}
.jGg {
  float: left;
  overflow: hidden;
}
.jGg li {
  float: left;
}
.jGg li:hover {
  box-shadow: 0 0 2px 1px #409EFF;
}
.jGg img {
  cursor: pointer;
}
.jGg p img {
  cursor: pointer;
}
.jGg span img {
  margin: 14px -179px -2px 121px;
  cursor: pointer;
}
.zaiCui {
  vertical-align: middle;
  color: #666666;
  font-size: 16px;
}
.numBe {
  color: #409EFF;
  font-size: 30px;
}
.jGg li {
  border: 1px solid #cccccc;
  width: 386px;
  height: 200px;
  margin: 10px 10px 10px 10px;
  border-radius: 5px;
  box-shadow: 2px 4px 6px #cccccc;
  background-color: #ffffff;
}
.jGg {
  margin-bottom: 0px;
}
.pic {
  position: relative;
}
.img2 {
  display: none;
}
.jGg li:hover .img1 {
  display: none;
}
.jGg li:hover .img2 {
  display: block;
}
.img2 img {
  margin-left: 10px;
}
.img1 {
  position: absolute;
  right: 20px;
  top: 27px;
}
.img2 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.img3 {
  position: absolute;
  right: 60px;
  top: 20px;
}
.list-set {
  vertical-align: middle;
  margin-top: 49px;
}
.backgrouond-set {
  opacity: 0.5;
}
.zaiCui-1 {
  margin-top: 65px;
}
.sPli {
  display: none;
}
.fanhui {
  width: 80px;
  height: 30px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 30px;
  color: #4d9ef9;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.fanhui-1 {
  width: 80px;
  height: 30px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 20px;
  color: #4d9ef9;
  line-height: 30px;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
#formContainerPwds label.error {
  position: absolute;
  top: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  font-size: 12px;
  text-align: left;
  margin: 0;
}
.ContainerPwdsClass {
  background-color: rgba(236, 89, 81, 0.4);
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  width: auto;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
  height: 0px;
  line-height: 40px;
}
.f_wrap {
  display: none;
  text-align: right;
  line-height: 50px;
  overflow: hidden;
  padding-left: 16px;
}
#departmentManName,
#departmentManTel,
#depState,
.la_wrap,
.erroeWrap {
  display: block !important;
  float: left;
  margin-top: 12px;
}
#departmentManName,
#departmentManTel,
#depState,
.erroeWrap {
  width: 15%;
}
#departmentManName,
#departmentManTel,
.la_wrap,
.erroeWrap input {
  cursor: auto !important;
}
.la_wrap {
  position: inherit !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  width: 90px !important;
  margin-right: 20px;
}
#departmentName-error {
  position: absolute;
  top: 72px;
  left: 104px;
  color: #f56c6c;
}
#ctrl_aA button,
#ctrl_ button {
  margin: 12px 0;
}
label#departmentManName-error {
  position: absolute;
  top: 72px;
  left: 362px;
  color: #f56c6c;
}
label#departmentManTel-error {
  position: absolute;
  top: 72px;
  left: 596px;
  color: #f56c6c;
}
.aAlll {
  width: 100%;
  float: left;
}
.cOntianer {
  float: right;
  width: calc(100% - 310px);
}
.lFdiv {
  background: #ffffff;
  float: left;
  width: 300px;
  height: 620px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 2px #cccccc;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
}
.lFdiv .ztree {
  margin-left: 16px;
  margin-top: 12px;
}
.fOtsi {
  color: #409EFF;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.line3 {
  border-bottom: 1px dashed #cccccc;
  height: 10px;
  width: 300px;
  margin-left: 12px;
}
.rIsdiv {
  background: #ffffff;
  float: right;
  width: 100%;
  min-height: 620px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 2px #cccccc;
  position: relative;
  margin-top: 12px;
}
.jBxx {
  position: absolute;
  left: 10px;
  right: 0;
  width: 80px;
  margin: 10px;
  color: #409EFF;
  font-size: 16px;
}
.clear {
  clear: both;
}
.maNger {
  color: #409EFF;
  width: 100%;
  height: 30px;
  margin-top: 16px;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
}
.iPut {
  display: inline-block;
  margin: -6px 1px 1px 1px;
  width: 306px;
}
.diSab {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 218px;
}
.diSab1 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 218px;
}
.iPut1 {
  display: inline-block;
}
.iPut2 {
  display: inline-block;
  border-radius: 5px;
  margin-left: 16px;
}
.iPut3 {
  display: inline-block;
  margin-left: 16px;
}
.iPut3-1 {
  display: inline-block;
}
.aDdd {
  padding-left: 35px;
  text-align: left;
  margin-top: 12px;
}
.sElee {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 130px;
}
.sElee1 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 130px;
  display: inline-block;
}
.sElee2 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 130px;
  display: inline-block;
}
.sElee3 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 360px;
  display: inline-block;
}
.diSab2 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 218px;
}
.diSab2-1 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 218px;
  display: inline-block;
}
.chuanzhen {
  display: inline-block;
}
.diSab3 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 218px;
}
.diSab4 {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  width: 180px;
}
.aDdd2 {
  margin: -6px 0px 0px 0px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.faxTpl {
  display: inline-block;
}
.iPut4 {
  margin-left: 16px;
  display: inline-block;
}
.iPut4 label.error {
  left: 28px !important;
}
.iPut5 label.error {
  left: 28px !important;
}
.iPut5 {
  margin-left: 16px;
  display: inline-block;
}
.line-list {
  width: 100%;
}
.rIxdiv {
  background: #ffffff;
  float: right;
  width: 100%;
  height: 347px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 0 2px #cccccc;
  position: relative;
}
.jBxx1 {
  position: absolute;
  left: -5px;
  right: 0;
  top: 120px;
  width: 80px;
  margin: 10px;
  color: #409EFF;
  font-size: 16px;
}
.permission {
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.permission ul {
  padding-left: 0;
  height: 32px;
}
.permission ul li {
  border: 1px dashed #cccccc;
  border-bottom: 0;
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  border-left: 0;
  text-align: left;
  font-size: 14px;
}
.permission ul li:first-child {
  color: #409EFF;
}
.permission ul:last-child li {
  border-right: 0;
}
.main-div td {
  text-align: left;
}
.no-records-found td {
  text-align: center !important;
}
.shadow_s label.error {
  position: absolute;
  top: 32px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
}
input.error {
  border: 1px solid #f56c6c !important;
}
.add-form-control {
  border: 1px solid #409EFF;
}
select.error {
  border: 1px solid #f56c6c !important;
}
.input_st {
  float: left;
}
.shadow_s h4 {
  padding-left: 0;
  width: 98%;
  margin: 0 20px;
}
.shadow_s label > img {
  margin-right: 10px;
}
.dataAuthority {
  padding-right: 0px;
  margin-right: -52px !important;
}
.shadow_s li.clearfix {
  margin-top: 0;
  border-radius: 0;
}
.lable_st {
  float: left;
  margin-left: 5px;
}
.lable_s {
  float: left;
  color: #333;
  margin-left: 5px;
}
#permission ul {
  list-style: none;
  padding-left: 0;
  float: left;
  width: 20%;
  text-align: left;
}
#permission ul li {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  border-left: 0;
  text-align: left;
}
#permission ul li label {
  margin-bottom: 0px;
}
#permission ul li input {
  margin-top: 10px;
}
#permission ul:last-child li {
  border-right: 0;
}
#permission ul li:first-child {
  color: #409EFF !important;
}
#permission ul li:last-child {
  border-bottom: 1px dashed #ddd;
  border-left: 0;
}
#permission_backs ul {
  list-style: none;
  padding-left: 0;
  float: left;
  width: 20%;
}
#permission_backs ul li {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding-left: 15px;
  height: 40px;
  padding-top: 10px;
  border-left: 0;
}
#permission_backs ul li:last-child {
  border-bottom: 1px dashed #ddd;
}
.input_st {
  float: left;
}
.lable_st {
  float: left;
  margin-left: 5px;
}
.lable_s {
  float: left;
  margin-left: 5px;
}
.iPpput {
  width: 50%;
}
.iPpput1 {
  float: right;
  width: 50%;
}
.f_wraps {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.iPut21 {
  margin-left: 16px;
  width: 100%;
}
.iPut31 {
  width: 45%;
  text-align: right;
  border-radius: 5px;
}
.diSab7 {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 30px;
  width: 50%;
}
.diSab8 {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 30px;
  width: 75%;
}
.bUttton {
  float: right;
  text-align: right;
  margin-top: 6px;
}
.pageDown {
  text-align: center;
  height: 300px;
  margin-top: 12px;
}
.gWgl2 {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 2px #cccccc;
}
.gWgl3 {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.gridtable {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  border-width: 1px;
  border-collapse: collapse;
  width: 98%;
  text-align: left;
  margin-left: 17px;
  border-radius: 5px;
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  background-color: #f3f3f3;
  width: 25%;
  margin: 10px 0;
  height: 26px;
  border: 1px solid #cccccc !important;
  border-radius: 5px;
}
table.gridtable td {
  border-width: 1px;
  padding: 8px;
  background-color: #ffffff;
  height: 26px;
  border: 1px solid #cccccc;
}
.fOntts {
  display: block;
  text-align: left;
  margin: 14px 9px 12px 18px;
}
.post-add label.error {
  left: 58px;
}
.table > thead > tr > th {
  border: 1px solid #cccccc;
  color: #666666;
}
.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  border: 1px solid #cccccc;
  padding: 6px;
}
.go_font > input {
  border: 1px solid #cccccc;
}
.go_font > input:before {
  content: "nihao";
}
.go_font > input:after {
  content: "nihao";
}
.conTaineres {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.minConer {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  height: 180px;
  box-sizing: border-box;
  box-shadow: 0 0 2px #cccccc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wHij {
  width: 100%;
  margin-bottom: 20px;
}
.clearfix {
  background-color: #fff;
  border-radius: 0 5px;
}
.font_st {
  color: #409EFF;
  height: 60px;
  line-height: 60px;
  text-align: left;
  margin-bottom: 6px;
  font-size: 16px;
  vertical-align: middle;
}
.font_st_look {
  color: #409EFF;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
}
.font_sta {
  color: #409EFF;
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
  display: block;
}
.font_st {
  display: block;
}
#birthday,
#age,
#origin {
  background-color: #fff;
  cursor: auto;
}
.main-div input.error {
  border: 1px solid #409EFF;
}
.main-div select.error {
  border: 1px solid #409EFF;
}
.main-div #userEmail-error,
.main-div #departmentId-error,
.main-div #userName-error,
.main-div #userTel-error,
.main-div #idcard-error,
.main-div #workAccount-error,
.main-div #password-error,
.main-div #tplId-error {
  position: absolute;
  top: 30px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  font-size: 12px;
  text-align: left;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
#formContainer-rec > div > input {
  padding-left: 25px;
}
#formContainer-rec #newPass-error {
  position: absolute;
  top: 32px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
}
.clientAdd label.error {
  top: 24px !important;
  left: 40px;
}
.fixed-table-container {
  border: none !important;
}
#basic-form label.error {
  position: absolute;
  top: 32px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
}
#basic-form label.errores {
  position: absolute;
  top: 32px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #f56c6c;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  margin-left: 20px;
}
.clientHeader > span {
  padding-left: 0;
  margin-right: 20px;
}
.conTaineres_1 {
  text-align: center;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #ffffff;
  margin-bottom: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 56px;
}
.minConer_1 {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  height: 140px;
  box-sizing: border-box;
  box-shadow: 0 0 2px #cccccc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.f_user_1 {
  text-align: right;
}
.f_warp_1 {
  width: 25%;
  float: left;
  margin-top: 22px;
}
.f_inPut_1 {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 32px;
  width: 60%;
}
.minConer12_1 {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.search-panel {
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-panel .filter-panel {
  text-align: justify;
  padding: 6px 16px;
  line-height: 0;
}
.search-panel .filter-panel .hiden {
  display: none;
}
.search-panel .operation-panel {
  width: 100%;
  padding: 0 0 6px 0;
}
.data-panel {
  margin-top: 8px;
  width: 100%;
  border: 1px sold #cccccc;
  background-color: #ffffff;
  border-radius: 5px;
}
.data-panel .operation-panel {
  width: 100%;
  display: flex;
  padding: 6px 12px;
}
.data-panel .operation-panel .left {
  text-align: left;
  width: 80%;
}
.data-panel .operation-panel .right {
  text-align: right;
  flex: auto;
}
.data-panel .list-panel {
  margin-top: 0px;
  width: 100%;
  overflow-x: auto;
}
.conTaineres12_1 {
  text-align: center;
}
.bbaTon_1 {
  margin-bottom: 20px;
}
.gWgl211_1 {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  color: #333333;
  font-size: 14px;
  height: 150px;
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.gridtableES_1 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  border-width: 1px;
  border-collapse: collapse;
  width: 98%;
  text-align: left;
  margin-left: 17px;
  border-radius: 5px;
}
table.gridtableES_1 th {
  border-width: 1px;
  padding: 8px;
  background-color: #f3f3f3;
  width: 9%;
  margin: 10px 0;
  height: 26px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: table-cell;
  vertical-align: inherit;
}
table.gridtableES_1 td {
  border-width: 1px;
  padding: 8px;
  background-color: #ffffff;
  height: 26px;
  border: 1px solid #cccccc;
}
.fOntts {
  display: block;
  text-align: left;
  margin: 14px 9px 12px 18px;
}
.invalid_panel {
  margin-left: 40px;
  margin-bottom: -8px;
  margin-top: 20px;
}
.sure_panel {
  margin-left: 49px;
  margin-bottom: -8px;
  margin-top: 20px;
}
.form-control {
  margin-left: 45px;
}
select.form-control {
  padding: 6px 6px !important;
}
.table-action-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
}
.table-action-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-action-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-action-text {
  display: inline-block;
  cursor: pointer;
  color: #409EFF;
  font-weight: 500;
}
.table-action-text:not(:last-child) {
  margin-right: 6px;
}
.table-action-text1 {
  display: inline-block;
  cursor: pointer;
  color: #f56c6c;
  font-weight: 500;
  margin-right: 12px;
}
.table-edit-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/bj.png');
  vertical-align: middle;
}
.table-edit-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-edit-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-edit-icon1 {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/commissionCorrect.png');
  vertical-align: middle;
}
.table-edit-icon1:nth-of-type(1) {
  margin-left: 0;
}
.table-edit-icon1 span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-edit-icon2 {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/commissionCorrectNo.png');
  vertical-align: middle;
}
.table-edit-icon2:nth-of-type(1) {
  margin-left: 0;
}
.table-edit-icon2 span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-stop-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/ty_14.png');
  vertical-align: middle;
}
.table-stop-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-stop-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-up-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/qy.png');
  vertical-align: middle;
}
.table-up-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-up-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-update-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/gxaj.png');
  vertical-align: middle;
}
.table-update-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-update-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-download-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/xz.png');
  vertical-align: middle;
}
.table-download-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-download-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-hk-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/hk.png');
  vertical-align: middle;
}
.table-hk-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-hk-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-hk1-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/hk1.png');
  vertical-align: middle;
}
.table-hk1-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-hk1-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-play-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/play.png');
  vertical-align: middle;
}
.table-play-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-play-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-pause-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/pause.png');
  vertical-align: middle;
}
.table-pause-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-pause-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-stop-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/zz.png');
  vertical-align: middle;
}
.table-stop-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-stop-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-invalid-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/zf.png');
  vertical-align: middle;
}
.table-invalid-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-invalid-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-invalid1-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/zf1.png');
  vertical-align: middle;
}
.table-invalid1-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-invalid1-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-sms-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/sms.png');
  vertical-align: middle;
}
.table-sms-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-sms-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-close-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/close.png');
  vertical-align: middle;
}
.table-close-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-close-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.table-cz-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url('/dist/images/cz.png');
  vertical-align: middle;
}
.table-cz-icon:nth-of-type(1) {
  margin-left: 0;
}
.table-cz-icon span {
  display: none;
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 100000;
  padding: 2px;
  color: #999999;
  background-color: #ffffff;
  min-width: 50px;
  height: 20px;
  border-radius: 4px;
  text-align: center;
}
.data-table th {
  text-align: center;
  color: #666666;
  border: 1px dashed #cccccc;
}
.data-table td {
  color: #333333;
  border: 1px dashed #cccccc;
}
td.table-red-column {
  color: #f56c6c !important;
}
.notice {
  border-radius: 0 0 5px 5px;
  background: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}
.notice .table {
  display: table;
}
.notice .table td {
  cursor: pointer;
}
#noticeLook .shadow_s {
  text-align: left;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #e0e0e0;
  width: 100%;
  padding: 20px;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}
#noticeLook .clearfix {
  background-color: #f3f3f3;
}
#noticeLook .shadow_s .clearfix {
  background-color: #fff;
}
#noticeLook > div {
  width: 80%;
  margin: 20px auto;
  font-size: 16px;
}
#mymodal-data-case .modal-header {
  border-bottom: 1px dashed #e5e5e5;
  height: 40px;
}
.word {
  cursor: pointer;
}
.active_word {
  color: #4a9ffa !important;
}
#mymodal-data-case .modal-header h3 {
  margin: 0 0 5px 5px;
  float: left;
  font-size: 16px;
  color: #f56c6c;
}
#add_data ul li {
  float: left;
  font-size: 16px;
  color: #333333;
  width: 130px;
  margin-bottom: 20px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  margin-left: 20px;
}
.saas-font-set {
  margin-top: 20px;
  padding-top: 10px;
}
.saas-font {
  font-size: 30px;
  color: #409EFF;
}
.saas-font-set p {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.fixed-table-pagination .pagination-detail {
  padding-left: 8px;
}
.fixed-table-pagination .pagination a {
  padding: 4px 12px;
}
.pagination {
  margin: 8px 0;
  padding-right: 12px;
}
.pagination li a {
  color: #409EFF;
}
.pagination li a:hover {
  color: #666666;
  background-color: #dbecfe;
  border-color: #dbecfe;
}
.pagination .active a {
  color: #ffffff;
  background-color: #409EFF;
  border-color: #cccccc;
}
.data-table table table-hover {
  width: 100%;
}
.page-number-search-button {
  float: right;
  color: #ffffff;
  cursor: default;
  background-color: #409EFF;
  border-color: #409EFF;
  outline: none;
}
.page-number-search-button:hover {
  color: #ffffff;
  opacity: 0.9;
}
.changeid {
  margin-top: 0px;
}
.changeid-1 {
  margin-top: -10px;
}
.go_font {
  float: right;
  margin: 6px 5px 0 -12px;
}
.go_font input {
  height: 30px;
  width: 30px !important;
}
.list-content {
  margin: 0px 20px -11px 27px;
  height: auto;
  text-align: left;
}
.list-content .item {
  display: inline-block;
  width: 108px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 5px;
}
.list-content .item input:checked + span {
  color: #409EFF;
}
.btn-line {
  text-align: center;
}
.NewOk {
  margin-top: 17px;
}
.oldPassword {
  margin-top: -10px;
  margin-bottom: -10px;
}
.form-horizontal .control-label {
  padding-top: 4px;
  text-align: right;
  margin-left: 16px;
  margin-right: -46px;
}
.table-float-div .table-float {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 240px !important;
  border-collapse: separate;
  border: none !important;
  box-shadow: 0px 0px 8px -2px #000000;
  border-radius: 5px;
  display: none;
}
.yykxiugai2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.sanjiao {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
}
.yykxiugai2 span {
  display: inline-block;
  line-height: 28px;
}
.yykxiugai2 span:nth-of-type(1) {
  line-height: 40px;
  padding-left: 10px;
}
.title-1 {
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
}
.yykxiugai span {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}
.yykxiugai {
  padding-left: 10px;
}
.yykxiugai:nth-of-type(1) {
  margin-top: 10px;
}
.modal-header {
  border-bottom: 1px dashed #cccccc;
  text-align: left;
  padding: 10px 20px;
  height: 40px;
}
.modal-title {
  display: inline-block;
  text-align: left;
  color: #666666;
}
.modal-body {
  position: relative;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 0px;
}
.modal-content-html {
  display: none;
}
.modal-footer {
  border: none;
  padding-top: 0px;
  padding-bottom: 12px;
  margin: 0;
  text-align: center;
}
.modal-message {
  display: none;
  line-height: 30px;
  text-align: center;
  color: #333333;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}
.modal-message-error {
  display: none;
  line-height: 30px;
  text-align: center;
  color: #333333;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(236, 89, 81, 0.2);
}
.modal-message-ok {
  display: none;
  line-height: 30px;
  text-align: center;
  color: #333333;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(20, 183, 178, 0.2);
}
.positionMarginB {
  margin-bottom: 20px;
  border-left: 0;
}
.positionMarginB li {
  border-right: 0;
}
.clickExpansion {
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: rgba(76, 158, 248, 0.2);
  height: 30px;
  color: #646663;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
}
.showInputStyle {
  height: 54px !important;
  margin-top: -4px;
}
.fixed-table-body thead th .th-inner {
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
  border-top: none;
  padding: 6px 18px 6px 4px;
}
.fixed-table-container .bs-checkbox .th-inner {
  text-align: center;
  padding: 6px 0;
}
.fixed-table-container .bs-checkbox .th-inner a:visited {
  color: #ffffff;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  white-space: nowrap;
  text-align: left;
  border: 1px solid #dddddd;
}
.table-bordered th:last-child {
  border-right: 1px dashed #ccc;
}
.comments-value {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.cur-yyk {
  max-width: 200px;
  word-wrap: break-word;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc !important;
  vertical-align: middle;
}
.table > thead > tr > th {
  border: 1px solid #cccccc;
  font-weight: normal;
  color: #000;
}
.fixed-table-body thead th .th-inner {
  font-weight: normal !important;
  color: #000;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 4px;
}
.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 8px;
  margin-bottom: 0px;
}
.pull-left {
  margin-bottom: 8px !important;
}
.col-sm-3 {
  width: 20%;
}
.col-sm-8 {
  margin-left: -15px;
  margin-bottom: 10px;
}
#popup_message {
  color: #333333;
}
#edit_batchNo {
  margin-left: 6px;
}
#edit_clientName {
  margin-left: 6px;
}
#edit_caseType {
  margin-left: 6px;
}
#edit_entrustStart {
  margin-left: 6px;
}
#edit_entrustStop {
  margin-left: 6px;
}
#edit_M1 {
  margin-left: 6px;
}
#edit_M2 {
  margin-left: 6px;
}
#edit_M3 {
  margin-left: 6px;
}
#edit_M4 {
  margin-left: 6px;
}
#edit_M5 {
  margin-left: 6px;
}
#edit_M6 {
  margin-left: 6px;
}
#edit_M7 {
  margin-left: 6px;
}
.form-horizontal .staffOnlyClass {
  text-align: right;
  margin-right: -64px;
  margin-left: 35px;
}
.depOnlyClass {
  margin-right: 0px;
  width: 82px !important;
}
.depInpClass {
  margin-left: 10px;
}
.depMan {
  margin-left: 12px;
}
.depYesOrNo {
  width: 68px !important;
}
.col-sm-12 {
  margin-left: -6px;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  border-bottom: none !important;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  border: 1px dashed #ccc !important;
  white-space: pre;
}
.table > thead > tr > th {
  border: 1px dashed #cccccc;
}
.table > thead > tr > th {
  border: 1px dashed #cccccc;
}
.bootstrap-table thead tr {
  border-top: 1px solid #ccc;
}
.bootstrap-table > .fixed-table-container > .fixed-table-body > .table {
  border: none !important;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td:first-child {
  border-left: none !important;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td:last-child {
  border-right: none !important;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr:last-child {
  border-bottom: 1px solid #ccc !important;
}
.bootstrap-table .table:not(.table-condensed) > thead > tr > th:last-child {
  border: none !important;
}
.fixed-table-body-set-111 {
  overflow-x: auto;
  overflow-y: scroll;
  height: 245px;
}
.col-sm-12-new {
  margin-bottom: 20px;
}
.col-sm-1-new {
  margin-left: 20px;
}
#userName-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#idcard-error.error {
  width: 180px;
  margin-left: 47px;
  margin-top: -3px;
}
#userTel-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#workAccount-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#password-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#userEmail-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#userCode-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#departmentId-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
#tplId-error.error {
  margin-left: 47px;
  margin-top: -3px;
}
.yyk_pointer {
  cursor: pointer;
}
.pressge {
  margin-bottom: 20px;
}
.assgesg {
  margin-bottom: 20px;
}
.btn-sm-press {
  margin-top: 20px;
}
.lina-set {
  margin-top: 20px;
}
.top-ok {
  margin-bottom: 20px;
}
.nineTable3 {
  margin: 0px auto;
}
.selectCaseList {
  text-align: left;
}
.fixed-table-pagination .pagination-info {
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.list-content-seted {
  width: 600px;
  padding-bottom: 16px;
}
.modal-body-seted {
  margin-top: -18px;
}
.a-word {
  margin-left: -8px;
}
.clearfix-seted {
  margin-bottom: 0px;
}
.pSetend {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}
.form-gdroup-sete {
  margin-bottom: 20px;
}
.col-lg-12-seted {
  margin-top: -6px;
}
.panel-default > .panel-heading {
  text-align: left;
}
.select_case_panel {
  width: 798px;
  margin-left: -15px;
  margin-bottom: 16px;
}
.table_qipao1 {
  margin-left: 10px;
}
.icon-setend {
  text-align: center;
}
.data-panel-stedes {
  text-align: center;
}
.line3-seted {
  margin-left: 0px;
}
.add-class-set {
  border: 1px solid #409EFF;
}
.modal-message-error-seted {
  margin-top: 0px;
  margin-bottom: 20px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  white-space: nowrap;
  text-align: left;
  border: 1px dashed #cccccc;
  border-left: none;
}
.table-bordered > tbody > tr > td:last-child {
  border-right: none;
}
.table-bordered {
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}
.text-tip {
  padding: 10px;
  min-width: 20px;
  max-width: 400px;
  line-height: 25px;
  border-radius: 5px;
  text-align: left;
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 8px -2px #000000;
  z-index: 99999;
}
.export-div-panel-addclass {
  margin-top: -15px;
}
.progress-text-addclass {
  margin-bottom: 12px;
  display: inline-block;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(76, 158, 248, 0.2);
}
.fixed-table-container tbody .selected td {
  background-color: rgba(76, 158, 248, 0.2);
}
.add-class-all {
  border-right: 0;
}
.add-class-all-set {
  background: #ffffff !important;
  border-right: 1px dashed #cccccc !important;
}
#table th:last-child {
  border-right: 0;
}
.vertical {
  display: inline-block;
  margin-right: 6px;
}
.post-bottom {
  margin: 0 20px;
  border-bottom: 1px solid #ddd;
}
.form-group-Separate {
  margin-bottom: 20px;
}
.font-sta-look {
  height: 56px;
  line-height: 56px;
}
select[disabled] {
  background-color: #eee;
}
.red-point {
  position: relative;
}
.red-point::before {
  content: " ";
  border: 3px solid red;
  /*设置红色*/
  border-radius: 3px;
  /*设置圆角*/
  position: absolute;
  z-index: 1000;
  right: -6px;
  top: 6px;
}
.playAudio {
  width: 100%;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.warnColorLine-red {
  background-color: rgba(245, 34, 45, 0.5) !important;
}
.warnColorLine-red a {
  color: #333;
}
.warnColorLine-red div {
  color: #333;
}
.warnColorLine-red span {
  color: #333;
}
.warnColorLine-blue {
  background-color: rgba(9, 88, 217, 0.5) !important;
}
.warnColorLine-blue a {
  color: #333;
}
.warnColorLine-blue div {
  color: #333;
}
.warnColorLine-blue span {
  color: #333;
}
.warnColorLine-green {
  background-color: rgba(56, 158, 13, 0.5) !important;
}
.warnColorLine-green a {
  color: #333;
}
.warnColorLine-green div {
  color: #333;
}
.warnColorLine-green span {
  color: #333;
}
.warnColorLine-gray {
  background-color: rgba(140, 140, 140, 0.5) !important;
}
.warnColorLine-gray a {
  color: #333;
}
.warnColorLine-gray div {
  color: #333;
}
.warnColorLine-gray span {
  color: #333;
}
.warnColorLine-yellow {
  background-color: rgba(182, 198, 67, 0.5) !important;
}
.warnColorLine-yellow a {
  color: #333;
}
.warnColorLine-yellow div {
  color: #333;
}
.warnColorLine-yellow span {
  color: #333;
}
.warnColorLine-limegreen {
  background-color: rgba(50, 205, 50, 0.5) !important;
}
.warnColorLine-limegreen a {
  color: #333;
}
.warnColorLine-limegreen div {
  color: #333;
}
.warnColorLine-limegreen span {
  color: #333;
}
.warnColorLine-pink {
  background-color: rgba(255, 192, 203, 0.5) !important;
}
.warnColorLine-pink a {
  color: #333;
}
.warnColorLine-pink div {
  color: #333;
}
.warnColorLine-pink span {
  color: #333;
}
.warnColorLine-cyan {
  background-color: rgba(0, 255, 255, 0.5) !important;
}
.warnColorLine-cyan a {
  color: #333;
}
.warnColorLine-cyan div {
  color: #333;
}
.warnColorLine-cyan span {
  color: #333;
}
.sseStatus {
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 3px;
}
.sseOffline {
  border: 3px solid red;
}
.sseOnline {
  border: 3px solid green;
}
.xibao {
  width: 267px;
  height: 398px;
  position: relative;
  background-image: url('/dist/images/zb.png');
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.xibao .content {
  position: absolute;
  top: 170px;
  left: 54px;
  width: 160px;
  text-align: center;
}
.xibao .content p {
  margin: 0;
  padding: 0;
  color: #FEFDE1;
  font-weight: 600;
  font-size: 28px;
}
.line-contact-editor {
  width: 100%;
  height: 30px;
  margin-bottom: 18px;
  text-align: left;
}
.line-contact-editor .item-label {
  display: inline-block;
  text-align: right;
}
.line-contact-editor .item-input {
  display: inline-block;
  width: 180px;
}
.line-contact-editor .item-input-big {
  display: inline-block;
  width: 425px;
}
.line-contact-editor input,
.line-contact-editor select {
  display: inline-block;
  border-radius: 5px;
  padding-left: 5px;
  height: 30px;
  border: 1px solid #cccccc;
  width: 100%;
}
.line-contact-editor textarea {
  display: inline-block;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px solid #cccccc;
  width: 100%;
  height: 90px;
}
.line-contact-editor .item-left {
  width: 50%;
  float: left;
  text-align: right;
}
.line-contact-editor .item-right {
  width: 50%;
  float: right;
  text-align: right;
}
.line-contact-editor-label {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  text-align: left;
}
.line-contact-editor-label .item-label {
  display: inline-block;
  text-align: right;
}
.line-contact-editor-label .item-input {
  display: inline-block;
  width: 180px;
}
.line-contact-editor-label input {
  display: inline-block;
  border-radius: 5px;
  padding-left: 5px;
  height: 24px;
  border: none;
  width: 100%;
  background-color: beige;
}
.line-contact-editor-label .item-left {
  width: 50%;
  float: left;
  text-align: right;
}
.line-contact-editor-label .item-right {
  width: 50%;
  float: right;
  text-align: right;
}
.line-contact-view {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  text-align: left;
}
.line-contact-view .item-label {
  display: inline-block;
  text-align: right;
}
.line-contact-view .item-input {
  display: inline-block;
  width: 180px;
}
