.titles {
  width: 100%;
  background-color: #3c454e;
  height: 50px;
  color: #fff;
  font-size: 20px;
}
.titles span {
  margin-left: -13px;
}
.th_btn img {
  width: 17px;
  height: 17px;
}
.layui-bg-black {
  background-color: #3c454e !important;
}
.layui-side-scroll {
  width: 180px;
}
.layui-layout-admin .layui-side {
  width: 180px;
}
.layui-nav .item {
  width: 100%;
  height: 50px;
  background-color: #343d44;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 28px;
  width: 180px;
  border-left: 2px solid transparent;
}
.layui-nav .item img {
  width: 15px;
  height: 15rpx;
  margin-right: 13px;
}
.layui-nav .item_avtive {
  background-color: #2c3137;
  border-left: 2px solid #20a53a;
}
.layui-body {
  padding: 10px 0 0 20px;
  background-color: #f1f1f1;
  left: 180px;
}
.right_box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.right_box .top {
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.right_box .title {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  color: #676568;
  font-size: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.right_box .card {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.right_box .card .item {
  width: 230px;
  height: 100px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9a989b;
  font-size: 14px;
  margin-right: 20px;
}
.right_box .card .item .text {
  margin-bottom: 20px;
}
.right_box .card .item .num {
  color: #21a43a;
  font-size: 20px;
}
.right_box .card .item .red {
  color: red;
}
.right_box .list {
  padding: 37px 0 27px 17px;
  box-sizing: border-box;
  background-color: #fff;
}
.right_box .list .list_inputs {
  display: flex;
  align-items: center;
}
.right_box .list .list_inputs .input {
  width: 120px;
  height: 40px;
}
.right_box .list .list_inputs .date {
  margin-left: 20px;
}
.right_box .list .list_inputs .date span {
  margin: 0 10px;
}
.right_box .list .list_inputs .right_btn {
  border: 1px solid #e6e6e6;
  height: 40px;
  box-sizing: border-box;
  margin-left: 13px;
  padding: 10px 13px;
  background-color: #fbfbfb;
  white-space: nowrap;
}
.right_box .list .list_inputs .select {
  margin-left: 0;
  width: 130px;
  background-color: #fff;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right_box .list .list_inputs .select img {
  width: 17px;
  height: 17px;
}
/*.right_box .list .color_tr {*/
/*  background-color: #f1f6fc;*/
/*}*/
.right_box .list th {
  text-align: center;
}
.right_box .list tbody th {
  text-align: center;
  height: 50px;
}
.right_box .list tbody tr:hover {
 background-color: #f1f6fc;
}

.right_box .list .layui-laypage-em {
  background-color: #5992f9;
}
.right_box .list .page {
  display: flex;
  justify-content: end;
  padding-right: 25px;
  align-items: center;
}
.right_box .list .page .layui-laypage-count {
  color: #323234;
}
.right_box .list .page .per {
  margin-top: -6px;
  color: #323234;
  margin-left: 10px;
}
.right_box .list .btns {
  border-radius: 10px;
  margin-left: 28px;
  padding: 0;
  width: 120px;
  background-color: #5992f9;
  height: 40px;
  line-height: 40px;
}
.right_box .list .layui-laypage-prev {
  border: none;
  color: #d3d3d3;
  font-size: 24px;
  padding-top: 3px;
}
.right_box .list .layui-laypage-next {
  border: none;
  border-left: 1px solid #eee;
  color: #d3d3d3;
  font-size: 24px;
  padding-top: 3px;
}
.layui-layout-admin .layui-side {
  top: 0;
}
.layui-layout-admin .layui-body {
  top: 0;
}
.layui-layer-title {
  background: #f1f6fd;
}
.bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg .login_form {
  width: 500px;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  padding-bottom:20px;
}
.bg .login_form .tille {
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  color: #2c3137;
  font-size: 26px;
}
.bg .login_form .form_item {
  width: 80%;
  margin: 30px auto;
}
.bg .login_form .form_item .layui-input {
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  height: 50px;
  line-height: 70px;
}
.bg .login_form .btn_box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.bg .login_form .btn_box .login_btn {
  background: linear-gradient(to right, #4870ff, #859afe);
  width: 80%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.layui-layout-admin .layui-body {
  bottom: 0;
}
.scrool {
  white-space: nowrap;
  display: flex;
  overflow-x: scroll;
}
.scrool th {
  min-width: 100px;
}

.card_top {
  padding: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
.card_top .card_top_rigth {
  display: flex;
  align-items: center;
  color: #20a53a;
}
.card_top .card_top_rigth .btn {
  margin-left: 20px;
}
.card_top .card_top_left {
  display: flex;
  align-items: center;
  color: #333;
}
.card_top img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.card_top .red_box {
  margin-left: 20px;
  display: flex;
  align-items: center;
  color: #20a53a;
}
.card_top .setting {
  margin-left: 20px;
  display: flex;
  align-items: center;
  color: #333;
}
.card_top .setting img {
  width: 20px;
  height: 20px;
}

