@font-face {
  font-family: coarseSongSimplified;
  src: url('font/coarseSongSimplified.ttf');
}
body {
  color: rgba(0, 0, 0, 0.85);
  background: #f5f5f5;
}
body .layui-layer {
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
.main {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 800px;
  min-height: 600px;
  width: 100%;
  height: 100%;
}
.main .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #0453A2;
  background-size: 100% 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .main-header .header-l {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.main .main-header .header-l .home {
  height: 50px;
  cursor: pointer;
}
.main .main-header .header-l a {
  color: #fff;
}
.main .main-header .header-l i {
  font-size: 16px;
  margin-right: 10px;
}
.main .main-header .big-title {
  font-size: 1.6vw;
  font-weight: 500;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-family: coarseSongSimplified;
  letter-spacing: 2px;
}
.main .main-header .header-r {
  width: 300px;
  height: 50px;
}
.main .main-header .header-r .time {
  height: 50px;
  line-height: 50px;
  width: 220px;
  font-size: 16px;
  color: #fff;
}
.main .main-header .header-r .user {
  width: 80px;
  height: 50px;
}
.main .main-header .header-r .user span {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.main .main-header .header-r .logout {
  width: 57px;
  height: 50px;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  justify-content: center;
}
.main .main-header .header-r .logout .img {
  transition: all 0.1s;
  width: 22px;
  height: 22px;
  background: url(../../images/btn_loginout.png) no-repeat;
  background-size: 100% 100%;
}
.main .main-header .header-r .logout:hover .img {
  width: 25px;
  height: 25px;
}
.main .main-header .header-r .exit {
  width: 57px;
  height: 50px;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.main .main-header .header-r .exit .drop-out {
  cursor: pointer;
  display: none;
  width: 128px;
  height: 56px;
  position: absolute;
  top: 40px;
  right: 0;
  text-align: center;
  z-index: 1000;
  width: 96px;
  height: 34px;
  background: #ffffff;
}
.main .main-header .header-r .exit .drop-out .out {
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.main .main-header .header-r .exit .drop-out .out i {
  cursor: pointer;
  margin-right: 5px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.main .main-header .header-r .exit .drop-out .out span {
  cursor: pointer;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.main .main-header .header-r .exit .drop-out .out:hover {
  opacity: 0.8;
}
.main .main-header-blue {
  background: linear-gradient(211deg, #00b3ff 0%, #1890ff 100%);
}
.main .main-header-purple {
  background: linear-gradient(90deg, #7b7de5 0%, #7b7de5 100%);
}
.main .main-body {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: calc(100% - 50px);
}
.main .main-body iframe {
  width: 100%;
  height: 100%;
}
.left {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
}
.left .submenu {
  z-index: 8;
  position: absolute;
  left: 241px;
  top: 50px;
  width: 200px;
  height: unset;
  min-height: unset;
  max-height: calc(100% - 50px);
  background: #ffffff;
  border-radius: 0;
  display: none;
}
.left .search {
  z-index: 9;
  position: absolute;
  left: 241px;
  top: 0;
  width: 200px;
  height: 50px;
  padding: 9px 20px;
  background: #ffffff;
  display: none;
}
.left .tips {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.right {
  position: absolute;
  top: 0;
  left: 230px;
  right: 0;
  z-index: 8;
  height: 100%;
  background: #FAFAFA;
}
.right iframe {
  width: 100%;
  height: 100%;
}
.right .mask {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.right .push-button {
  z-index: 9;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.right .push-button i {
  font-size: 20px;
  color: #828691;
}
.norm-box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
}
.norm-box .box-item {
  width: 1000px;
  margin: 10px;
}
.norm-box .box-item .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: left;
  color: #000;
}
.norm-box .box-item .content {
  position: relative;
  border: 1px #ccc solid;
  width: 100%;
  height: 500px;
  padding: 10px;
  overflow-y: auto;
}
.public-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding: 15px 20px;
  overflow: hidden;
}
.public-box-bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.public_box_border {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.imgs {
  display: flex;
}
.imgs li {
  margin-right: 10px;
  position: relative;
}
.imgs li img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.imgs li .del_icon {
  color: red;
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -7px;
}
.imgs img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: flex-start;
}
.hide {
  display: none;
}
button:hover {
  opacity: 0.9;
}
button:hover {
  opacity: 0.8;
}
button i {
  margin-right: 5px;
  vertical-align: baseline;
}
.btn-blue {
  padding: 0 18px;
  height: 32px;
  background: #1890ff;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
}
.btn-white {
  padding: 0 18px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}
.btn-grey {
  padding: 0 18px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}
.btn-orange {
  height: 32px;
  padding: 0 18px;
  text-align: center;
  border-radius: 2px;
  background: #FFA940;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
}
.btn-green {
  height: 32px;
  padding: 0 18px;
  text-align: center;
  border-radius: 2px;
  background: #31B3AE;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
}
.btn-blue-font {
  padding: 0 10px;
  height: 32px;
  background: #e6f7ff;
  border-radius: 2px;
  border: 1px solid #5cc1ff;
  cursor: pointer;
  color: #1890FF;
}
.btn-orange-font {
  height: 32px;
  padding: 0 10px;
  text-align: center;
  background: #fffbe6;
  border-radius: 2px;
  border: 1px solid #f3b25f;
  cursor: pointer;
  color: #FA9514;
}
.btn-red-font {
  height: 32px;
  padding: 0 10px;
  text-align: center;
  background: #fff1f0;
  border-radius: 2px;
  border: 1px solid #ff7770;
  cursor: pointer;
  color: #EF232E;
}
.button-box {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 300px;
  height: 33px;
  text-align: right;
}
.btn-green-font {
  height: 32px;
  padding: 0 10px;
  text-align: center;
  background: #F6FFED;
  border-radius: 2px;
  border: 1px solid #8CDE4D;
  cursor: pointer;
  color: #52C41A;
}
.font-orange {
  color: #FAAD14;
}
.font-blue {
  color: #1890FF;
}
.font-black {
  color: rgba(0, 0, 0, 0.85);
}
.font-green {
  color: #52C41A;
}
.font-red {
  color: #F5222D;
}
.public-return {
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
}
.layui-table-cell button {
  height: 24px;
}
.public-title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.public-title i {
  font-size: 24px;
  color: #1890FF;
}
.public-title span {
  margin-left: 5px;
  font-size: 18px;
  color: #000000;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f4f4f4;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background: #f4f4f4;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background-color: #ccc;
}
.public_return {
  width: 108px;
  height: 32px;
  border-radius: 100px 0px 0px 100px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.public_return img {
  width: 20px;
  margin-right: 5px;
}
.public_map_search {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
  padding-right: 30px;
  border-radius: 3px;
  padding-left: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.public_map_search input {
  border: 0;
  background: transparent;
  height: 32px;
  width: 100%;
  color: #000;
}
.public_map_search :-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.public_map_search ::-moz-placeholder {
  color: #000;
  opacity: 0.7;
}
.public_map_search input:-ms-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.public_map_search input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.7;
}
.public_map_search i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #1890FF;
  font-size: 24px;
  cursor: pointer;
}
.public_map_scrollbar {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 200px;
  padding-right: 5px;
  border-radius: 3px;
  padding-left: 5px;
  background-color: transparent;
}
.public_map_scrollbar i {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
  font-size: 18px;
  display: block;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.public_map_scrollbar span {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
  display: block;
  background-color: transparent;
  text-align: center;
  font-size: 12px;
}
.public_map_scrollbar div {
  margin: 6px auto;
  padding: 3px 6px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.public_map_info {
  padding: 0 15px;
}
.public_map_info .item {
  margin-bottom: 5px;
  padding-top: 5px;
}
.public_map_info .item .name_info {
  margin-left: 5px;
  margin-right: 45px;
}
.public_map_info .item img {
  width: 85px;
  margin-right: 10px;
}
.public_map_info .text_info {
  height: 86px;
  border: 1px solid #8cc5ff;
  padding: 10px;
  color: #fff;
  line-height: 1.3;
}
/* 加减器样式 */
.public-input-counter {
  display: flex;
  align-items: center;
}
.public-input-counter .public-btn-add,
.public-input-counter .public-btn-subtract {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  color: #8CC5FF;
  border: 1px solid #8CC5FF;
  margin: 0 10px;
  font-size: 15px;
  padding: 3px;
  cursor: pointer;
  user-select: none;
}
.public-input-counter .public-counter {
  width: 20px;
  outline: none;
  background: transparent;
  border: none;
  color: #000;
  text-align: center;
}
.public_table_info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  padding-top: 15px;
}
.public_table_info .item {
  margin-bottom: 15px;
}
.public_table_info .item .info {
  margin-left: 10px;
}
.public_table_info .img_group {
  overflow: hidden;
}
.public_table_info .img_group > div {
  margin-bottom: 10px;
  float: left;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.public_table_info .img_group > div img {
  width: 60px;
}
.public_table_info .img_group > div a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.public_table_info textarea {
  background: transparent;
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  color: #fff;
}
.public_table_info .textarea1,
.public_table_info #textarea1 {
  display: none;
}
.public-submit-box {
  position: absolute;
  top: 15px;
  right: 20px;
}
.maps {
  margin-bottom: 15px;
  width: 100%;
  height: 300px;
  padding: 0 !important;
  position: relative;
  border: 6px solid #ffffff !important;
}
.maps .amap-container {
  width: 100%;
  height: 100%;
}
.timeline-box {
  width: 100%;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #8cc5ff;
}
.timeline-box #history_ul {
  border: unset;
}
.timeline-box #history_ul h3 {
  font-weight: unset !important;
  color: #fff;
}
.timeline-box #history_ul .layui-text p {
  opacity: 0.85;
}
.timeline-box #history_ul p {
  opacity: 0.85;
}
.amap-ui-control-zoom {
  border: unset;
}
.public-search-container {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.public-search-container .public-search-container-header {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border-bottom: 1px solid #dddddd;
}
.public-search-container .public-search-container-header .public-search-container-header-right {
  margin-left: auto;
  display: flex;
}
.public-search-container .public-search-container-header .public-search-container-header-right .cloud-map {
  margin: 0 10px;
}
.public-search-container .public-search-container-content {
  display: flex;
  margin-top: 10px;
}
.public-search-container .public-search-container-content .layui-form {
  display: flex;
  flex-wrap: wrap;
}
.public-search-container .public-search-container-content .layui-form .layui-form-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.public-search-container .public-search-container-content .layui-form .layui-form-item .layui-input-block,
.public-search-container .public-search-container-content .layui-form .layui-form-item .layui-input-inline {
  width: 200px;
}
.public-search-container .public-search-container-content .layui-form .layui-form-item .time-box,
.public-search-container .public-search-container-content .layui-form .layui-form-item .public-time-box {
  width: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-search-container .public-search-container-content .layui-form .layui-form-item .time-box div,
.public-search-container .public-search-container-content .layui-form .layui-form-item .public-time-box div {
  color: #000;
  margin: 0 5px;
}
.public-search-container .public-search-container-content .layui-form .public-search-container-content-btns {
  height: 32px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}
body .layui-layer {
  background-color: #fff;
}
body .layui-layer-dialog .layui-layer-content {
  color: #000;
}
.time-box,
.public-time-box {
  width: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-box div,
.public-time-box div {
  color: #000;
  margin: 0 5px;
}
.left_box {
  padding: 15px;
}
.item {
  margin-bottom: 15px;
}
.amap-ui-control-theme-my .amap-ui-control-layer {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.amap-ui-control-theme-my .amap-ui-control-layer-expanded {
  color: #000;
  background: #fff;
}
.amap-ui-control-theme-my .amap-ui-control-layer-toggle {
  color: #000;
}
.btn-blue-dark {
  background: #7B7DE5;
}
.public-search-container-dark {
  padding: 5px 0;
}
.public-search-container-dark .public-search-container {
  padding-left: 0;
  padding-right: 0;
}
.public-search-container-dark .public-search-container-header {
  border-bottom: 0;
}
.public-search-container-dark button {
  margin-right: 5px;
}
.mar_b_10 {
  margin-bottom: 15px;
}
.mar_t_20 {
  margin-top: 20px;
}
.public-return-dark {
  background: transparent;
}
.public_right_box .layui-form-item .layui-input-inline {
  width: 309px;
}
