body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
/*img{vertical-align:top;}*/
input,
button {
  vertical-align: middle;
  color: #6b5f53;
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #3136bd;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body,
html {
  font-size: 16px;
  overflow-x: hidden;
  color: #333;
  background: #f0f3f7;
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  display: block;
  clear: both;
  content: '';
}
.gray-bg {
  background: url(/static/protect/cn/images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  width: 100%;
}
.login-wrap-w {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
}
.login-wrap-w .log-t {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.login-wrap-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/img14.jpg) #e79b80 no-repeat left bottom;
  border-radius: 10px;
  overflow: hidden;
}
.login-wrap-box .login-title {
  width: 52%;
  align-self: flex-start;
}
.login-wrap-box .login-title .login-title-box {
  text-align: center;
  margin-top: 35px;
}
.login-wrap-box .login-title .login-title-box .logo-img img {
  max-width: 180px;
  max-height: 85px;
}
.login-wrap-box .login-title .login-title-box .logo-tit {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
.login-wrap-box .login-wrap {
  width: 48%;
  background: #fff;
  padding: 52px 40px;
}
.login-wrap-box .login-wrap .login-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
}
.login-wrap-box .login-wrap .login-logo .li {
  width: 50%;
  text-align: center;
  font-size: 22px;
  padding: 12px 0;
  cursor: pointer;
}
.login-wrap-box .login-wrap .login-logo .li.curr {
  background: #d88069;
  border-radius: 15px 15px 0 0;
  color: #fff;
}
.login-wrap-box .login-wrap .login-b {
  border: 2px solid #d88069;
  border-radius: 0 0 5px 5px;
  padding: 50px 30px;
}
.login-wrap-box .login-wrap .form-group {
  position: relative;
  margin-bottom: 30px;
}
.login-wrap-box .login-wrap .form-control {
  height: 54px;
  padding-left: 70px;
  border-color: #d9ccc9;
}
.login-wrap-box .login-wrap .login-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 38px;
  text-align: center;
  border-right: 1px solid #d7d9dc;
  padding-right: 15px;
}
.login-wrap-box .login-wrap .login-icon img {
  width: 100%;
}
.login-wrap-box .login-wrap .btn-primary {
  padding: 1rem 0.75rem;
  background-color: #dea015;
  border-color: #dea015;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.login-wrap-box .login-wrap .btn-primary:hover {
  background-color: #dea015;
  border-color: #dea015;
  opacity: 0.8;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.login-wrap-box .login-wrap .form-tit {
  position: absolute;
  left: 57px;
  top: 18px;
  color: #999;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  /* -webkit-transform: translate3d(0, 3em, 0); */
  /* transform: translate3d(0, 3em, 0); */
  overflow: hidden;
  padding: 0 1.25em;
}
.login-wrap-box .login-wrap .form-tit span {
  color: #ff5858;
  margin-right: 5px;
}
.login-wrap-box .login-wrap .form-tit.curr {
  transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  font-size: 12px;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  /*background:#fff;*/
  /*padding:0 5px;*/
  /*border-radius:4px;*/
}
.login-wrap-box .login-wrap .form-tit-box {
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.login-wrap-box .login-wrap .verify-input {
  display: inline-block;
  width: 65%;
}
.login-wrap-box .login-wrap .verify-img {
  width: 32%;
  height: 54px;
  display: block;
  float: right;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.login-warp-bot {
  position: fixed;
  left: 0;
  bottom: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.login-warp-bot a {
  color: #fff;
}
.content-top .con-wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.content-top .con-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.content-top .con-wrap .top-tit {
  height: 87px;
  width: 225px;
  float: left;
}
.content-top .con-wrap .top-tit .logo {
  line-height: 87px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
}
.content-top .con-wrap .top-tit .logo img {
  width: 173px;
  margin-bottom: 3px;
}
.content-top .con-wrap .process-box {
  height: 87px;
  float: right;
  width: calc(100% - 225px);
  padding: 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-top .con-wrap .process-box .company {
  font-size: 16px;
  color: #333;
}
.content-top .con-wrap .process-box .company span {
  color: #3a95f0;
  font-size: 26px;
  vertical-align: sub;
}
.content-top .con-wrap .process-box .but {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-top .con-wrap .process-box .but a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-left: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-top .con-wrap .process-box .but a:nth-of-type(1) {
  color: #48b374;
  background: #e4f4ea;
}
.content-top .con-wrap .process-box .but a:nth-of-type(2) {
  color: #3a95f0;
  background: #e2effd;
}
.content-top .con-wrap .process-box .but a:nth-of-type(3) {
  color: #aa4dc8;
  background: #f2e4f7;
}
.content-top .con-wrap .process-box .but a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-left {
  width: 225px;
  background: #131720;
  overflow: hidden;
}
.content-left .li {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li .stair {
  display: block;
  padding: 20px 0;
  margin: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.content-left .li .stair span {
  position: relative;
  z-index: 2;
}
.content-left .li .stair:before {
  position: absolute;
  right: -22px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  content: '';
  background: #2b2e37;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li .stair .fa {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: text-bottom;
  color: #717479;
  width: 24px;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li .stair .fa-angle-right {
  float: right;
  margin: 0;
}
.content-left .li .second {
  display: none;
}
.content-left .li .second a {
  display: block;
  padding: 10px 0 10px 64px;
}
.content-left .li .second a:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li.curr,
.content-left .li:hover {
  background: #2b2e37;
}
.content-left .li.curr .stair,
.content-left .li:hover .stair {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border-color: #2b2e37;
}
.content-left .li.curr .stair .fa,
.content-left .li:hover .stair .fa {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li.curr .stair:before,
.content-left .li:hover .stair:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-left .li.curr .second,
.content-left .li:hover .second {
  padding: 0 0 14px 0;
}
.content-left .li.curr .second a,
.content-left .li:hover .second a {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right {
  width: calc(100% - 270px);
  margin-top: 25px;
  margin-left: 25px;
}
.content-right .ind-comtent {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.content-right .ind-comtent.min-height {
  margin-bottom: 0;
  min-height: 92vh;
}
.content-right .title {
  color: #3a95f0;
  font-size: 24px;
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.content-right .title .p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-left: 6px;
}
.content-right .title .p span {
  font-size: 18px;
  font-weight: bold;
}
.content-right .title .p .green {
  color: #6abe8b;
}
.content-right .title .p .purple {
  color: #aa4dc8;
}
.content-right .title .p .blue {
  color: #3a95f0;
}
.content-right .title a {
  font-size: 16px;
  color: #3a95f0;
  font-weight: bold;
}
.content-right .title a .fa {
  margin-right: 6px;
}
.content-right .history-title {
  margin-top: 40px;
  border-bottom: none;
}
.content-right .search-box {
  margin: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.content-right .search-box .search-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.content-right .search-box .search-input .search-li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.content-right .search-box .search-input .search-li select {
  width: 100px;
}
.content-right .search-box .search-input .search-li input {
  width: 100px;
  min-width: auto;
}
.content-right .search-box .search-input .sub {
  float: left;
  margin: 10px 0;
  border-radius: 5px;
}
.content-right .search-box .search-list:after {
  display: block;
  content: '';
  clear: both;
}
.content-right .search-box .search-list .search-li {
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.content-right .search-box .search-list .search-li select {
  width: 210px;
}
.content-right .search-box .search-list .search-li input {
  width: 210px;
  min-width: auto;
}
.content-right .search-box .search-list .search-li .sub {
  border-radius: 4px;
}
.content-right .search-box select {
  background: #f0f3f7;
  border: 1px solid #dbe3ec;
  border-radius: 4px;
  height: 44px;
  min-width: 110px;
  padding: 0 10px;
  margin-right: 10px;
}
.content-right .search-box input {
  background: #f0f3f7;
  border: 1px solid #dbe3ec;
  border-radius: 4px 0 0 4px;
  height: 44px;
  min-width: 195px;
  padding: 0 10px;
}
.content-right .search-box .time {
  border-radius: 4px;
  margin-right: 10px;
}
.content-right .search-box .sub {
  background: #3a95f0;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
  margin-right: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .search-box .sub.reset {
  border-radius: 4px;
}
.content-right .search-box .sub:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .search-box .add {
  margin-left: auto;
}
.content-right .search-box .add .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .search-box .add .btn .fa {
  margin-right: 4px;
}
.content-right .search-box .add .btn:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .search-box .add .btn-primary {
  background-color: #3a95f0;
  border-color: #3a95f0;
}
.content-right .search-box .add .btn-danger {
  background-color: #aa4dc8;
  border-color: #aa4dc8;
}
.content-right .search-box .add .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77, 200, 0.5);
}
.content-right .bottom-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin: 30px 0;
}
.content-right .bottom-box label {
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
}
.content-right .bottom-box label input {
  vertical-align: top;
  margin-top: 5px;
}
.content-right .bottom-box .add .btn {
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .bottom-box .add .btn .fa {
  margin-right: 4px;
}
.content-right .bottom-box .add .btn:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content-right .bottom-box .add .btn-primary {
  background-color: #3a95f0;
  border-color: #3a95f0;
}
.content-right .bottom-box .add .btn-danger {
  background-color: #aa4dc8;
  border-color: #aa4dc8;
}
.content-right .bottom-box .add .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77, 200, 0.5);
}
.table-box {
  border: 1px solid #dbe3ec;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.table-box .table {
  margin-bottom: 0;
}
.table-box .table th,
.table-box .table td {
  font-size: 14px;
  border-bottom: 1px solid #dbe3ec;
  padding: 1rem;
  vertical-align: middle;
}
.table-box .table th {
  border-top: none;
  background: #eaf7ff;
  font-size: 15px;
  font-weight: bold;
}
.table-box .table th:first-of-type {
  border-radius: 10px 0 0 0;
}
.table-box .table th:last-of-type {
  border-radius: 0 10px 0 0;
}
.table-box .table th .fa {
  color: #3a95f0;
  margin-left: 4px;
  cursor: pointer;
}
.table-box .table td {
  color: #929aac;
}
.table-box .table .purple {
  color: #b059cc;
}
.table-box .table .blue {
  color: #3a95f0;
}
.table-box .table .red {
  color: #dc3545;
}
.table-box .table .fa-check {
  color: #48b374;
}
.table-box .table .has-error th,
.table-box .table .has-error td {
  border-color: #b059cc;
}
.table-box .btn {
  margin-bottom: 4px;
}
.table-box .btn .fa {
  margin-right: 4px;
}
.add-prop .add-prop-tit {
  font-size: 20px;
  color: #3a95f0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.add-prop .add-prop-tit span {
  font-size: 14px;
  margin-left: 5px;
  color: #333;
}
.add-prop .add-prop-tit span b {
  color: #e60012;
}
.add-prop .add-prop-tit.batch-tit {
  color: #aa4dc8;
}
.add-prop .modal-content {
  border: none;
}
.add-prop .modal-header {
  border-bottom: 0;
}
.add-prop .modal-header.download-box-header {
  position: relative;
  z-index: 2;
}
.add-prop .modal-body {
  padding: 0 3rem;
}
.add-prop .modal-body.download-box-body {
  margin-top: -35px;
}
.add-prop .modal-body .datetimepicker {
  padding: 0;
}
.add-prop .modal-body .col-form-label {
  text-align: right;
  font-size: 15px;
}
.add-prop .modal-body .sales-name {
  align-self: center;
}
.add-prop .modal-body .table-box {
  margin-bottom: 30px;
}
.add-prop .modal-body .history {
  padding: 10px 15px;
  border-radius: 5px;
  background: #fdf6ff;
  margin-top: 6px;
  border: 1px solid #aa4dc8;
  font-size: 14px;
  color: #aa4dc8;
}
.add-prop .modal-footer {
  border-top: 0;
  margin-bottom: 20px;
  justify-content: center;
}
.add-prop .modal-footer .btn {
  padding: 0.55rem 2.5rem;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background-color: #3a95f0;
  border-color: #3a95f0;
}
.add-prop .modal-footer .btn:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.add-prop .modal-footer .btn.green {
  background-color: #48b374;
  border-color: #48b374;
}
.add-prop .modal-footer .btn.cancel {
  background-color: #aa4dc8;
  border-color: #aa4dc8;
}
.add-prop .modal-footer.download-box {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
.add-prop .modal-footer.download-box .btn {
  width: 84%;
}
.add-prop .live-form-tit {
  line-height: 50px;
}
.add-prop .history-tit {
  color: #ff0000;
  margin-top: 4px;
  font-size: 14px;
}
.add-prop .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.add-prop .modal-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.add-prop .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.permissions-box {
  max-height: 35vh;
  overflow-y: scroll;
}
.permissions-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.permissions-box::-webkit-scrollbar-track {
  background-color: #fff;
}
.permissions-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.password-box {
  width: 75%;
  margin: 50px auto;
  background: #f0f3f7;
  padding: 55px;
}
.password-box .col-form-label {
  text-align: right;
  align-self: center;
}
.password-box .col-form-label span {
  color: #ff0000;
  margin-right: 5px;
}
.password-box .form-group {
  margin-bottom: 2rem;
}
.password-box .form-control {
  border-color: #fff;
  height: calc(2.6em + 0.75rem + 2px);
}
.password-box .modal-footer {
  padding-top: 30px;
}
.password-box .btn {
  background-color: #3a95f0;
  border-color: #3a95f0;
  padding: 10px 40px;
}
.steps-box-wrap {
  margin: 70px 0 50px 0;
  padding-bottom: 70px;
  border-bottom: 2px solid #e9eaeb;
}
.steps-box-wrap .bot-tit {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  margin-top: 20px;
}
.steps-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.steps-box .li {
  text-align: center;
}
.steps-box .li .tit {
  font-size: 24px;
  font-weight: bold;
}
.steps-box .li .but {
  background: #3a95f0;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 5px;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}
.steps-box .li .but-success {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  display: block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
}
.steps-box .steps-arr {
  color: #bababa;
  margin-bottom: 12px;
  padding: 0 50px;
  font-size: 26px;
}
body .webuploader-pick {
  background: none;
  padding: 0 40px;
}
.form-control {
  height: calc(2em + 0.75rem + 2px);
  font-size: 14px;
}
.form-control.has-error {
  border-color: #aa4dc8;
  box-shadow: 0 0 5px rgba(170, 77, 200, 0.3);
}
body .layui-laydate-content td.laydate-selected {
  background: #d8e9fb;
}
.no-data {
  text-align: center;
  width: 100%;
  padding: 80px 0;
  color: #3a95f0;
}
.no-data img {
  margin-top: 20px;
}
.pages {
  text-align: center;
  margin-left: auto;
}
.pages a,
.pages span {
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid #d1e0ec;
  color: #333;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 0 2px;
  font-size: 14px;
}
.pages a:hover,
.pages span:hover {
  background: #3a95f0;
  border-color: #3a95f0;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pages span {
  background: #3a95f0;
  border-color: #3a95f0;
  color: #fff;
}
.pages .pagination {
  justify-content: center;
  font-size: 14px;
}
.booking-tip {
  display: none;
  position: fixed;
  min-width: 210px;
  border-radius: 6px;
  z-index: 99999;
  padding: 10px 20px 10px 50px;
  color: #fff;
  background: #006a99;
  bottom: 20px;
  right: 30px;
}
.booking-tip .booking-title {
  font-size: 16px;
}
.booking-tip .booking-message {
  font-size: 14px;
}
.booking-tip .booking-message a {
  color: #3a95f0;
}
.booking-tip .booking-close {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.booking-tip .booking-icon {
  width: 32px;
  height: 32px;
  background: url(../images/booking-icon.png) no-repeat center center;
  position: absolute;
  top: 12px;
  left: 10px;
}
.booking-tip .booking-btn {
  display: inline-block;
  font-size: 18px;
  background-size: 100% 100%;
  color: #000;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
}
.booking-tip .booking-btn img {
  vertical-align: middle;
}
.booking-tip .tip-message {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  font-size: 15px;
  width: 200px;
  text-align: center;
  height: auto;
  line-height: 1;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  font-weight: normal;
  z-index: 999;
}
.booking-tip .tip-message:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -14px;
  width: 0;
  height: 0;
  border-width: 6px 6px 8px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}
.batch-box select,
.batch-box input,
.batch-box textarea {
  border: 1px solid #dbe3ec;
  width: 100%;
  border-radius: 4px;
  padding: 6px 6px;
}
.tree-box-wrap {
  display: flex;
}
.tree-box-li {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.arrow-fa {
  margin: 0 25px 0 15px;
  font-size: 36px;
  align-self: center;
  color: #aaabbb;
}
.tree-box {
  padding: 0 15px;
  margin: 15px 0;
  max-height: 270px;
  min-height: 270px;
  overflow-y: scroll;
}
.tree-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.tree-box::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  /*background-color: #eee;*/
}
.tree-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #ddd;
}
.tree-box .fa {
  cursor: pointer;
  vertical-align: top;
  margin-top: 4px;
  color: #f6c358;
}
.tree-box:after {
  display: block;
  content: '';
  clear: both;
}
.tree-box-tit {
  /*margin-bottom:10px;*/
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.level-box:after {
  display: block;
  content: '';
  clear: both;
}
.level2-box label {
  display: block;
  margin: 4px 0;
}
.level-box input {
  margin: 4px 0 4px 8px;
}
.dining-input label {
  display: block;
  margin: 0;
}
.dining-input input {
  margin-top: -3px;
}
.level1-box {
  padding: 2px 0;
  cursor: pointer;
}
.level2-box {
  margin-left: 18px;
  padding: 2px 0;
  /*margin-top:2px;*/
}
.level3-box {
  padding: 2px 0;
}
.Selecte-staff {
  padding: 4px 0;
}
.Selecte-staff:after {
  display: block;
  content: '';
  clear: both;
}
.Selecte-staff span {
  float: right;
}
.search-crew {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ced4da;
  margin: 10px;
}
.search-crew:after {
  display: block;
  content: '';
  clear: both;
}
.search-crew .fa {
  float: left;
  width: 25px;
  text-align: center;
  vertical-align: top;
  margin-top: 7px;
}
.search-crew input {
  float: left;
  width: calc(100% - 50px);
  background: none;
  border: none;
  font-size: 14px;
  padding: 4px;
}
.search-crew-box .tree-box {
  display: none;
}
.search-crew-box .level2-box {
  margin-left: 0;
}
.search-box-tit {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  display: none;
}
.footer {
  padding: 14px;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.fuzzy-box {
  position: relative;
}
.J-fuzzy-box {
  position: absolute;
  left: 0;
  top: 44px;
  max-height: 400px;
  overflow-x: hidden;
  background: #fff;
  padding: 10px 0;
  border-radius: 4px;
  min-width: 150px;
  border: 1px solid #ced4da;
  z-index: 1;
  display: none;
}
.J-fuzzy-box::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.J-fuzzy-box::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.J-fuzzy-box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 8px;
}
.fuzzy-box-li {
  cursor: pointer;
  padding: 6px 15px;
  font-size: 14px;
}
.fuzzy-box-li:hover {
  background: #efefef;
}
.welcome-box {
  min-height: calc(100vh - 158px);
}
.welcome-box .box-li {
  padding: 25px 30px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
}
.welcome-box .box-li .title-t {
  font-size: 24px;
}
.welcome-box .box-li .title-t .fa {
  color: #3a95f0;
  margin-right: 6px;
}
.welcome-box .top {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-box .top .fa {
  margin-right: 8px;
  font-size: 22px;
  color: #aa4dc8;
}
.welcome-box .top .text span {
  color: #3a95f0;
}
.welcome-box .box-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.welcome-box .box-info .box-li {
  width: 64%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welcome-box .box-info .box-li:first-of-type {
  width: 35%;
  border-left: 6px solid #3a95f0;
}
.welcome-box .box-info .box-li .userinfo .li {
  font-size: 14px;
  padding: 12px 0;
}
.welcome-box .box-info .box-li .userinfo .li span {
  color: #666;
}
.welcome-box .box-info .box-li .userinfo .li .fa {
  width: 30px;
  text-align: center;
  color: #3a95f0;
}
.welcome-box .box-info .box-li a {
  background: #9ab6d2;
  padding: 8px 14px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: inline-table;
  align-self: end;
  font-size: 14px;
}
.welcome-box .box-info .box-li a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.welcome-box .box-info .box-li.quick-box {
  display: block;
}
.welcome-box .box-info .box-li .quick {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.welcome-box .box-info .box-li .quick .quick-li {
  width: 24%;
  text-align: center;
  padding: 30px 0;
}
.welcome-box .box-info .box-li .quick .quick-li .img {
  height: 66px;
  margin-bottom: 10px;
}
.welcome-box .box-info .box-li .quick .quick-li .img img {
  max-width: 66px;
}
.welcome-box .box-info .box-li .quick .quick-li .quick-tit {
  font-size: 15px;
  font-weight: bold;
}
.welcome-box .box-info .box-li .quick .quick-li:nth-of-type(1) {
  background: #48b374;
}
.welcome-box .box-info .box-li .quick .quick-li:nth-of-type(2) {
  background: #3a95f0;
}
.welcome-box .box-info .box-li .quick .quick-li:nth-of-type(3) {
  background: #aa4dc8;
}
.welcome-box .box-info .box-li .quick .quick-li:nth-of-type(4) {
  background: #5c6ed9;
}
.welcome-box .message-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.welcome-box .message-box .message-sw {
  margin-left: 20px;
  padding-left: 20px;
  height: 26px;
  overflow: hidden;
  margin-top: 6px;
  position: relative;
}
.welcome-box .message-box .message-sw:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 1px;
  background: #ccc;
}
.welcome-box .message-box .message-sw a {
  color: #333;
  font-size: 14px;
}
.welcome-box .message-box .message-sw a .blue {
  color: #3a95f0;
}
.welcome-box .message-box .message-sw a .reg {
  color: #ff0000;
}
.welcome-box .chart-box .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.welcome-box .chart-box .box .li {
  width: 49%;
  border-radius: 5px;
}
.welcome-box .chart-box .box .li .figure-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
}
.welcome-box .chart-box .box .li .figure-box .figure-li {
  position: relative;
  padding-left: 20px;
}
.welcome-box .chart-box .box .li .figure-box .figure-li:after {
  left: 0;
  top: 5.3px;
  position: absolute;
  display: block;
  content: '';
  clear: both;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}
.welcome-box .chart-box .box .li .figure-box .figure-li:nth-of-type(1):after {
  background: #3a95f0;
}
.welcome-box .chart-box .box .li .figure-box .figure-li:nth-of-type(2):after {
  background: #48b374;
}
.welcome-box .chart-box .box .li .figure-box .figure-li:nth-of-type(3):after {
  background: #aa4dc8;
}
.remind-tit {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aa4dc8;
  margin-right: 8px;
  display: none;
}
.remind-tit.curr {
  display: inline-block;
}
.multi-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.multi-select label {
  margin-right: 40px;
}
.multi-select label input {
  margin-right: 5px;
}
body .remove-class {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  min-width: 200px;
}
body .remove-class .layui-layer-btn .layui-layer-btn0 {
  border-color: #b059cc;
  background-color: #b059cc;
}
body .remove-class .layui-layer-btn {
  font-size: 14px;
  text-align: center;
  padding-bottom: 24px;
}
body .remove-class .layui-layer-btn:hover {
  color: #fff;
}
body .remove-class .layui-layer-btn1:hover {
  color: #333;
}
body .remove-class .layui-layer-content {
  color: #333;
  padding: 18px 0;
  text-align: center;
}
.import-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.import-box .batch-tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  border: none;
}
.import-box .modal-footer {
  padding: 0;
}
.view-box {
  align-self: center;
  color: #aa4dc8;
  font-size: 14px;
}
.add-exhitor {
  display: none;
}
/*# sourceMappingURL=base.css.map */