body::-webkit-scrollbar {
  width: 0;
}
#index-body .top {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 30px;
}
#index-body .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .top .right .name {
  font-size: 16px;
  color: #333;
  margin-right: 13px;
}
#index-body .content-box {
  width: 100%;
  height: calc(100vh - 70px);
  display: flex;
}
#index-body .content-box .admincp-container-right{
  width: 100%;
}
#index-body .content-box .side {
  height: 100%;
  background: #e6e6e6;
}
#index-body .content-box .side .side-item {
  width: 95px;
  color: #333;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 12px;
  font-weight: bold;
  font-size: 18px;
}
#index-body .content-box .side .side-item img {
  margin-left: 15px;
  margin-right: 10px;
  width: 16px;
  height: auto;
  filter: grayscale(100%) invert(100%);
}
#index-body .content-box .side .side-item.active img{
  filter:drop-shadow(2px 4px 6px black);
}
#index-body .content-box .side .side-item .shu {
  box-sizing: border-box;
  width: 6px;
  height: 30px;
  background-color: #3670ff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#index-body .content-box .side .active {
  color: #3670ff;
}
#index-body .content-box .content-right {
  width: calc(100vw - 150px);
}
#index-body .content-box .content-right .nav-box {
  width: auto;
  display: flex;
  height: 50px;
  background: #f4f4f4;
}
#index-body .content-box .content-right .nav-box .nav-item {
  box-sizing: border-box;
  line-height: 50px;
  margin: 0 24px;
}
#index-body .content-box .content-right .nav-box .active {
  border-bottom: 1px solid #3670ff;
  color: #3670ff;
}
#index-body .content-box .content-right .main-box {
  box-sizing: border-box !important;
  padding: 0 24px;
}
#index-body .content-box .content-right .main-box .main-top {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#index-body .content-box .content-right .main-box .main-top .layui-input {
  width: 160px;
  height: 32px;
  margin-right: 10px;
  border-radius: 6px;
}
#index-body .content-box .content-right .main-box .main-top .layui-edge {
  right: 20px;
}
#index-body .content-box .content-right .main-box .main-top .btn {
  width: 80px;
  height: 32px;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
}
#index-body .content-box .content-right .main-box .main-top .search {
  background-color: #3670ff;
  margin-right: 10px;
}
#index-body .content-box .content-right .main-box .main-top .reset {
  background-color: #ffffff;
  border: solid 1px #696d7a;
  color: #5e6371;
  margin-right: 190px;
}
#index-body .content-box .content-right .main-box .main-top .order {
  background-color: #ee5555;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
}
#index-body .content-box .content-right .main-box .main-top .export {
  background-color: #f08200;
}
#index-body .content-box .content-right .main-box .table .layui-table {
  margin: 0;
}
#index-body .content-box .content-right .main-box .table .layui-table .active {
  color: #ff0000;
}
#index-body .content-box .content-right .main-box .table .layui-table th,
#index-body .content-box .content-right .main-box .table .layui-table td {
  text-align: center;
}
#index-body .content-box .content-right .main-box .table .layui-table th a,
#index-body .content-box .content-right .main-box .table .layui-table td a {
  font-size: 14px;
  color: #3670ff;
  cursor: pointer;
}
#index-body .content-box .content-right .main-box .table .paging {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 50px;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
#index-body .content-box .content-right .main-box .table .paging .num {
  color: #999;
  margin-right: 30px;
}
#index-body .content-box .content-right .main-box .table .paging .jump {
  color: #333;
  margin-right: 20px;
}
#index-body .content-box .content-right .main-box .table .paging .input {
  width: 40px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  text-align: center;
  margin-left: 38px;
}
#index-body .content-box .content-right .main-box .table .paging .btn {
  width: 40px;
  height: 22px;
  background-color: #f4f4f4;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  margin-left: 10px;
  margin-right: 23px;
}
.content-box {
  display: block;
  height: auto;
  box-sizing: border-box;
  /*padding: 14px 24px 24px 24px;*/
}
.title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-top .right {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #3670ff;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}
/* 提交和取消 按钮 */
.btn-container {
  margin-top: 24px;
}
.btn-container .com-btn {
  /*margin: 0 auto;*/
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #3670ff;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.btn-container .com-btn {
  width: 140px;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #3670ff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.btn-container .cancel {
  background-color: #ffffff;
  color: #3670ff;
  margin-right: 10px;
}
.btn-container .submit {
  color: #fff;
  background: #3670ff;
}
.input .img-item {
  position: relative;
  /*width: 96px;
  height: 96px;*/
  border-radius: 6px;
  /*margin-bottom: 10px;
  margin-right: 10px;*/
}
.input .img-item img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.input .img-item i {
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* 头部 */
.main-top
 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-top .btn {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  cursor:pointer;
  padding: 0 10px;
  flex-shrink:0;
}
.main-top .left {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}
.main-top .left .layui-input {
  width: 160px;
  height: 32px;
  margin-right: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
.main-top .left .layui-edge {
  right: 20px;
  top: 25px;
}
.main-top .left .search {
  background-color: #3670ff;
  margin-right: 10px;
}
.main-top .left .reset {
  background-color: #ffffff;
  border: solid 1px #696d7a;
  color: #5e6371;
}
.main-top .right {
  display: flex;
}
.main-top .order {
  background-color: #ee5555;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
}
.main-top .export {
  background-color: #f08200;
}

.main-top .add {
  background-color: #3eb134;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
}
/*头部结束*/
.upload-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #3670ff;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
/*登录*/
#login {
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  min-width: 800px;
  background-image: url('../images/18.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#login .login-box {
  width: 580px;
  height: 439px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#login .login-box .title {
  font-size: 23px;
  color: #003f98;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 36px;
  border: none;
}
#login .login-box .account,
#login .login-box .password,
#login .login-box .verification {
  width: 403px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
}
#login .login-box .account .layui-input,
#login .login-box .password .layui-input,
#login .login-box .verification .layui-input {
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  padding-left: 55px;
}
#login .login-box .account .img,
#login .login-box .password .img,
#login .login-box .verification .img {
  position: absolute;
  left: 28px;
}
#login .login-box .account .img {
  top: 15px;
}
#login .login-box .password .img {
  top: 14px;
}
#login .login-box .verification {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#login .login-box .verification .layui-input {
  width: 250px;
}
#login .login-box .verification .nums {
  width: 143px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  cursor: pointer;
}
#login .login-box .verification .nums img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
#login .login-box .verification .img {
  top: 16px;
}
#login .login-box .btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 223px;
  height: 50px;
  line-height: 50px;
  background-color: #3670ff;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
}
/*登录结束*/

/*首页*/
#index .top {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 30px;
}
#index .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .top .right .name {
  font-size: 16px;
  color: #333;
  margin-right: 13px;
}
#index .content-maxbox {
  height: calc(100vh);
  display: flex;
}
#index .content-maxbox .side {
  height: 100%;
  background: #252733;
}
#index .content-maxbox .side .side-item {
  display: block;
  width: 150px;
  color: #9fa2b5;
  height: 60px;
  line-height: 60px;
  position: relative;
}
#index .content-maxbox .side .side-item img {
  margin-left: 28px;
  margin-right: 16px;
}
#index .content-maxbox .side .side-item .shu {
  box-sizing: border-box;
  width: 6px;
  height: 30px;
  background-color: #3670ff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index .content-maxbox .side .active {
  color: #fff;
}
#index .content-maxbox .content-right {
  box-sizing: border-box;
  /*width: calc(100vw - 150px);*/
  background: #f4f4f4;
  padding-left: 24px;
}
#index .content-maxbox .content-right .title {
  font-size: 24px;
  color: #333;
  margin-top: 16px;
}
#index .content-maxbox .content-right .main-money {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height:auto;
  padding:0;
}
#index .content-maxbox .content-right .main-money .money-item {
  box-sizing: border-box;
  width: 418px;
  height: 103px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 23px;
  margin-right: 16px;
  margin-top: 16px;
}
#index .content-maxbox .content-right .main-money .money-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#index .content-maxbox .content-right .main-money .money-item .right {
  text-align: right;
}
#index .content-maxbox .content-right .main-money .money-item .right .text {
  font-size: 18px;
  color: #666;
}
#index .content-maxbox .content-right .main-money .money-item .right .num {
  font-size: 32px;
  color: #333;
  font-weight: 900;
}
#index .content-maxbox .content-right .main-money .money-item .right .num .span {
  font-size: 20px;
  margin-right: 10px;
}
/*首页结束*/

/*设置弹出*/
.setup .contract-box .contract {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 20px;
}
.setup .contract-box .contract .item {
  height: 80px;
  width: 100%;
}
.setup .contract-box .contract .item .layui-input {
  height: 40px;
  background: #f1f1f1;
  border-radius: 6px;
}
.setup .contract-box .contract .item.wide{
  height:auto;
}
.setup .contract-box .contract .item textarea{
  resize: none;
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  padding: 12px 10px;
  margin-top: 10px;
}
.setup .contract .title {
  margin: 10px 0;
}
.finance .main-top{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.finance .layui-input{
  width: 150px;
  height: 32px;
  margin-right: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
.finance .layui-edge{
  right: 20px;
  top: 25px;
}
.finance .btn{
  height: 32px;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}
.finance .month{
  border: solid 1px #3670ff;
  width: 60px;
  color: #3670ff;
}
.finance .search{
  width: 80px;
  background-color: #3670ff;
}
.finance .reset{
  width: 80px;
  background-color: #ffffff;
  border: solid 1px #696d7a;
  color: #5e6371;
}
.finance .export{
  width: 80px;
  background-color: #f08200;
}
.finance .batch{
  width: 80px;
  background-color: #d552f6;
}
/*按钮*/
.btn-box {
  margin: 0 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-box .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background-color: #3670ff;
  color: #fff;
  cursor:pointer
}
/* 数据搜索那块 */
.data .main-box {
  box-sizing: border-box !important;
  /*padding: 0 24px;*/
}
.data .main-box .main-top {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.data .main-box .main-top .time {
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #3670ff;
  font-size: 14px;
  color: #3670ff;
  margin-top: 10px;
  margin-right: 10px;
}
.data .main-box .main-top .btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.data .main-box .main-top .layui-input {
  width: 200px;
  height: 32px;
  margin-right: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
.data .main-box .main-top .layui-input:first-child {
  width: 160px;
}
.data .main-box .main-top .layui-edge {
  right: 20px;
  top: 25px;
}
.data .main-box .main-top .search {
  background-color: #3670ff;
  margin-right: 10px;
}
.data .main-box .main-top .reset {
  background-color: #ffffff;
  border: solid 1px #696d7a;
  color: #5e6371;
}
.data .main-box .type {
  /*margin-bottom: 14px;*/
  font-size: 14px;
  color: #666;
}
.data .main-box .table .layui-table {
  margin: 0;
}
.data .main-box .table .layui-table th,
.data .main-box .table .layui-table td {
  text-align: center;
}
.data .main-box .table .paging {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 50px;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
.data .main-box .table .paging .num {
  color: #999;
  margin-right: 30px;
}
.data .main-box .table .paging .jump {
  color: #333;
  margin-right: 20px;
}
.data .main-box .table .paging .input {
  width: 40px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  text-align: center;
  margin-left: 38px;
}
.data .main-box .table .paging .btn {
  width: 40px;
  height: 22px;
  background-color: #f4f4f4;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  margin-left: 10px;
  margin-right: 23px;
}
.detail-body{
  background: #F6F3F7;
  padding: 10px 15px 0 15px;
}
.crumb {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px solid #DBDBDB;
}
.tit{
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  margin-left: 3px;
  color: #4C494D;
}
.admin-setting{
  background-color: #fff;
  padding: 40px;
}
.admin-setting .lines {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.admin-setting .input-txt{
  display: flex;
}
.admin-setting .star{
  width: 15px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  color: red;
}
.admin-setting .lines .label{
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 5px;
}
.admin-setting .lines .labels{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 5px;
}
.admin-setting .bold{
  font-weight: bold;
}
.admin-setting .lines .right {
   width: calc(100% - 190px);
   min-height: 32px;
   line-height: 32px;
  margin-bottom: 5px;
}
.admin-setting .lines .right input[type="text"], .admin-setting .lines .right input[type="password"], .admin-setting .lines .right input[type="number"] {
  /* width: 400px; */
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 20px;
}
.admin-setting .lines .right .layui-form-select {
  width: 200px;
  margin-right: 10px;
}
.admin-setting .lines2 {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.admin-setting .lines2 .label{
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  margin-bottom: 5px;
}
.admin-setting .lines2 input{
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.admin-setting .lines2 .layui-form-select {
  width: 200px;
  margin-right: 10px;
}
.flex{
  display: flex;
}
.excel-import{
  padding: 25px;
  line-height: 25px;
  background-color: #393D49;
  color: #fff;
  font-weight: 300;
}
.excel-import .import-title span{
  font-size: 20px;
  margin-right: 20px;
  font-weight:bold;
}
.excel-import .error-title{
  font-size: 18px;
  margin: 20px 0 5px;
}
.excel-import .error-data{
  height: 400px;
  overflow-x: auto;
}
.btn{
  padding: 0 10px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #3670ff;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #3670ff;
  color: #fff;
  cursor: pointer;
}
.ml140{
  margin-left: 140px;
}
.mr30{
  margin-right: 30px;
}
.norm-tab table{
  width: 100%;
  table-layout: fixed;
}
.noborder {
  border: none!important;
}
.norm-tab table tr{
  border-bottom: 1px solid #DBDBDB;
}
.norm-tab table th{
  background-color: #f5f8ff;
  height: 40px;
  padding: 0 5px;
  white-space: nowrap !important;
}
.norm-tab table td {
  padding: 0 5px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
}
.norm-tab table td.desc {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.al{
  text-align: center;
}
.ac{
  text-align: center;
}
.logo-txt{
  font-size: 20px;
  font-weight: 700;
}
.head-fixed{
  position: fixed;
  top: -1px;
  left: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding:10px 55px 0px!important;
}
.review-time{
  margin-right: 20px;
}
.review-zip{
  padding: 20px 0;
  display: flex;
  width: 100%;
}
.review-zip-head{
  padding-bottom: 0!important;
}
.review-zip .label{
  font-weight: bold;
}
.review-zip .review-div{
  width: 35%;
  margin-right: 20px;
  position: relative;
}
.review-zip .review-div .review-data{
  overflow-y: auto;
  width: 100%;
}
.review-zip .review-div .review-data::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #dddddd;
}
.review-zip .review-div .review-data::-webkit-scrollbar-thumb {
  background-color: #3670ff;
}
.review-zip .review-div .review-data::-webkit-scrollbar-track {
  background-color: #dddddd;
}
.review-zip .review-div .review-data .review-procedure{
  border: 1px solid #ddd;
  padding: 20px;
}
.review-zip .review-div .total{
  border: 1px solid #ddd;
  padding: 18px 20px;
  font-size: 16px;
}
.review-zip .review-div .submit-div .btn{
  width: 100%;
}
.review-zip .review-div .submit-div .cancel{
  background-color: #ffffff;
  color: #3670ff;
}
.review-zip .review-div .review-data .review-procedure .level-one{
  display: flex;
  justify-content: space-between;
}
.review-zip .review-div .review-data .review-procedure .level-one.active-fixed{
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
}
.procedure-data{
  line-height: 30px;
}
.procedure-data input{
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 20px;
}
.procedure-data .desc{
  display: flex;
}
.procedure-data .desc .txt{
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: calc(100% - 43px);
  white-space: pre-wrap;
  overflow-wrap: break-word;
  background-color: #F6F3F7;
}
.review-data .opinion textarea{
  resize: none;
  width: 100%;
  height: 150px;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  padding: 12px 10px;
  margin-top: 10px;
}
.review-zip .zip-div{
  width: 65%;
}
.review-zip .zip-div .file-show{
  border: 1px solid #ddd;
  width: 100%;
  min-height: 800px;
  display: grid;
  place-items: center;
}
.review-zip .zip-div .file-show .file-pic{
  max-width: 100%;
  height: auto;
}
.review-zip .zip-div .file-show .iframe{
  width: 100%;
  height: 100%;
}
.data-board-list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.data-board .data-item{
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin-right: 20px;
  min-width: 295px;
  margin-bottom: 10px;
  text-align: center;
}
.data-board .data-item .tit{
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 20px;
}
.data-board .data-item .num{
  font-weight: bold;
  font-size: 30px;
}
.admincp-header{
  border-bottom: 1px solid #ddd;
}
.w192{
  width: 192px!important;
}
.w542{
  width: 542px!important;
}
.w557{
  width: 557px!important;
}
.laydate-footer-btns .laydate-btns-now {
  display: none!important;
}
.layui-select-disabled .layui-disabled{
  background-color: #ebebe4!important;
}
.grey{
  background-color: #ebebe4;
}
.main-top .heading{
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  margin-right: 10px;
}
.layui-table-tips-main{
  white-space: pre-wrap;
}
.blue{
  color: #3670ff;
}
.first-level-list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.first-level-list .first-level-item{
  padding: 5px 5px;
  border: 1px solid #ddd;
  margin-right: 7px;
  cursor: pointer;
}
.first-level-list .first-level-item.active{
  color: #fff;
  background-color: #3670ff;
}