html,
body,

#container {
  width: 100%;
  height: 100%;
}

/* flex布局 上下居中 */
.flex {
  display: flex;
  align-items: center;
}

/* 顶部工具栏大小固定样式 */
.mainToolbar {
  width: calc(100% - 20px);
  height: 60px;
  background: #005362b3;
  border-radius: 30px;
  left: calc(50% - 450px);
  left: 10px;
  position: fixed;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 10px 0px rgba(0, 83, 98, 0.74);
}

/* 工具栏左侧logo和标题样式 */
.logo-community {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 80px;
  height: 50px;
  margin-left: 60px;
}

.logo-title {
  margin-left: 60px;
  color: rgb(250, 254, 255);
  font-size: 18px;
}

/* 工具栏右侧搜索框和菜单样式 */
.crumb_container {
  cursor: pointer;
  height: 60px;
  padding: 0 10px;
}

.crumb_icon {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 1);
  align-items: center;
  justify-content: space-around;
}

.crumb_text {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  width: 24px;
  margin-left: 8px;
}

.search_container {
  width: 230px;
  height: 30px;
  background: #fff;
  border-radius: 7px;
  margin-left: 10px;
}

.search_input {
  border: 0 !important;
  height: 100% !important;
  border-radius: 7px !important;
  width: 184px !important;
}

.search_btn {
  align-items: center;
  justify-content: space-around;
  width: 30px;
  cursor: pointer;
}

/* 我的界面样式 */
.accountInformation {
  position: fixed;
  top: 80px;
  right: 10px;
  width: 290px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  padding: 30px 20px 10px;
  z-index: 8;
  display: none;
}

.account_btn {
  width: 50px;
  padding: 0;
  height: 30px;
  line-height: 30px;
}

.closeUserPanel-close {
  position: absolute;
  top: 0;
  right: 3px;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}

/* 搜索结果面板样式 */
.search-information {
  width: 350px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  font-size: 14px;
  position: fixed;
  top: 100px;
  right: 370px;
  padding: 12px;
  display: none;
}

/* 关闭按钮样式 */
.classCloseSubEvaluatePanel {
  width: 30px;
  height: 30px;
  line-height: 22px;
  font-size: 36px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 99;
}

.trStyle {
  background: #FEF3F3;
  transition: all 500ms ease-in-out;
}

/* 顶部工具栏样式结束 */

/* 左边的图层管理大小固定样式开始 */
.sidebar {
  background: #FFFFFF;
  border-radius: 20px;
  position: fixed;
  top: 100px;
  left: 10px;
  padding: 20px 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 83, 98, 0.74);
  width: 200px;
}

.sidebar_container {
  width: 100%;
  position: relative;
}

.sidebar_a {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 4px;
  display: block;
  text-align: center;
}

.sidebar_tbody td {
  color: #333;
}

.sidebar_tbody>tr {
  height: 40px;
}

.sidebar_tbody>tr>td:first-child {
  width: 32px;
}

.sidebar_tbody>tr>td:last-child {
  width: 16px;
}

.sidebar_tbody>tr>td>input {
  margin: 0;
}

.sidebar_tbody>tr>td>img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.scenic-select-box {
  position: fixed;
  top: 120px;
  left: 220px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 9;
}

.scenic-select-box div {
  padding: 5px 15px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.scenic-select-box div:hover {
  background: #eee;
}

.scenicSelectBox-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.scenic-select-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  top: 0;
  z-index: 8;
}

/* 左边的图层管理大小固定样式结束 */

/* 右边地点详情开始 */
.detailed-information {
  width: 350px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  font-size: 14px;
  position: fixed;
  top: 100px;
  right: 10px;
  padding: 12px;
  display: none;
}

.detailed-container {
  max-height: calc(100vh - 154px);
  overflow: auto;
}

.details-container {
  border-bottom: 1px solid rgba(187, 187, 187, 1);
  /* line-height: 28px; */
  display: flex;
  align-items: center;
}

.details-title {
  color: rgba(0, 83, 98, 0.95);
  font-weight: 600;
  font-size: 16px;
  /* line-height: 22px; */
}

.details-title_style {
  min-width: 90px;
  line-height: 28px;
  font-weight: 600;
  font-size: 15px !important;
}

.details-content {
  color: rgb(12, 12, 12);
  font-size: 14px;
}

.sign_gy {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.details-img_container {
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: space-around;
  border: 1px solid rgba(187, 187, 187, 1);
}

.sign_yszp {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details_btn-container {
  display: flex;
  justify-content: flex-end;
}

.details_btn {
  background-color: rgba(35, 86, 86, 1);
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 34px;
}

.details_btn2 {
  background-color: rgba(35, 86, 86, 1);
  color: rgba(255, 255, 255, 0.99);
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  margin-top: 4px;
}

/* 右边地点详情结束 */

/* 报修记录样式开始 */
.repair-record {
  position: fixed;
  top: 100px;
  right: 370px;
}

.repair-record2 {
  position: fixed;
  top: 100px;
  right: 10px;
}

.repair_record {
  width: 376px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  font-size: 15px;
  padding: 12px 0;
  margin-bottom: 10px;
  position: relative;
  display: none;
}

.repair_title {
  color: rgba(0, 83, 98, 0.95);
  font-weight: 600;
}

.repair_table .layui-table-cell {
  height: 30px !important;
  line-height: 30px !important;
  padding: 0px 15px !important;
}

.repair-record .layui-form-switch {
  box-sizing: content-box !important;
  margin: 0;
}

.btn-maintenance {
  background-color: rgba(35, 86, 86, 1);
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  width: 100%;
  height: 30px;
  border-radius: 100px;
  border: 0;
  margin-top: 5px;
}

/* 报修记录样式结束 */

/* 图层管理删除提示 */
.prompt_container {
  width: 480px;
  height: 184px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  padding: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prompt_btn {
  justify-content: flex-end;
}

.prompt_btn button {
  width: 46px;
  height: 25px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

/* 添加设施面板 */
.add-sign {
  width: 300px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  font-size: 14px;
  position: fixed;
  /* top: 700px; */
  left: 220px;
  bottom: 30px;
  padding: 12px;
  display: none;
}

/* 编辑窗口样式开始 */
.container-style {
  position: fixed;
  top: 100px;
  right: 10px;
  left: 220px;
  padding: 10px;
  height: calc(100vh - 130px);
  /* overflow: auto; */
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  border-radius: 20px 20px 20px 20px;
  display: none;
}

.container-style2 {
  position: fixed;
  top: 100px;
  right: 10px;
  padding: 20px;
  max-height: calc(100vh - 130px);
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  border-radius: 20px 20px 20px 20px;
  display: none;
}

.container-style2 .ManageEdit_layui-form-item {
  padding: 6px 0 10px;
  border-bottom: 1px solid #D7D5D5;
}

.input-Upload_style {
  width: 100px !important;
  height: 100px;
  background-color: rgba(230, 228, 228, 0.36);
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.input-Upload_style i {
  font-size: 20px;
  color: #BBBBBB;
}

.ManageEdit_layui-form-item {
  padding: 10px 0 16px;
  border-bottom: 1px solid #D7D5D5;
}

/* 编辑窗口样式结束 */

/* 台账数据样式开始 */
.scenic_container {
  width: 175px;
  height: 175px;
  border-radius: 20px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(84, 188, 189, 0.96);
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: default;
}

.scenic_container2 {
  background-color: rgba(3, 163, 146, 1) !important;
}

.scenic_container2 div {
  color: #fff !important;
}

.scenic_container_title {
  font-size: 16px;
  color: rgb(13, 92, 106);
}

.scenic_container_date {
  font-size: 60px;
  color: rgb(13, 92, 106);
}

.scenic_container_text {
  font-size: 14px;
  color: rgba(154, 154, 154, 1);
}

.vehicle_guidance {
  width: 175px;
  height: 100px;
  background: #E9EFF5;
  border-radius: 20px;
  margin: 0 10px;
  box-shadow: 0px 1px 3px 0px rgba(213, 222, 230, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.vehicle_guidance_img {
  position: absolute;
  top: 6px;
  left: 6px;
}

.vehicle_guidance_date {
  font-size: 48px;
  color: rgba(84, 84, 84, 1);
  font-weight: 600;
  margin-top: 20px;
}

.vehicle_guidance_text {
  font-size: 14px;
}

/* 台账数据样式结束 */

/* 报修数据样式开始 */
.repair-data_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  min-width: 1160px;
}

.repair-data_title {
  color: rgb(16, 16, 16);
  font-size: 18px;
  font-weight: 600;
}

.repair-data_title2 {
  color: rgb(16, 16, 16);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 30px;
  border-bottom: 2px solid rgba(215, 213, 213, 1);
}

.repair-data_content {
  width: 180px;
  height: 125px;
  color: rgba(16, 16, 16, 1);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 2px 15px 0px rgba(84, 188, 189, 0.56);
}

.repair-data_content2 {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(84, 188, 189, 0.56);
  height: 125px;
  color: rgba(16, 16, 16, 1);
  padding: 10px 30px;
  min-width: 824px;
}

.repair-data_content3 {
  margin-bottom: 15px;
  height: 100px;
  width: 180px;
  color: rgba(84, 84, 84, 1);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  background-color: rgba(233, 239, 245, 1);
}

.repair-data_content2_son {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: rgba(61, 123, 134, 1);
}

.repair-data_div {
  height: 81px;
  padding: 6px;
  border-radius: 6px;
}

.repair-data_div2 {
  height: 81px;
  padding: 6px;
  border-radius: 6px;
  background: #16807A;
  color: #fff;
}

.repair-data_name {
  font-size: 13px;
  font-weight: 600;
}

.repair-data_number {
  font-size: 50px;
  font-weight: 600;
}

.repair-data_select {
  width: 86px;
  margin-right: 10px;
}

.repair-data_label {
  float: left;
  margin-right: 10px;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
}

.repair-data_bottom {
  height: calc(100vh - 380px);
  overflow: hidden;
  min-width: 1214px;
}

.repair-data_sub {
  width: 100%;
  height: 58px;
  border-radius: 20px;
  background-color: rgba(233, 239, 245, 1);
  color: rgba(16, 16, 16, 1);
  padding: 10px;
}

.repair-data_query {
  width: 53px;
  height: 28.3px;
  background-color: rgba(0, 83, 98, 0.95);
  margin-left: 7px;
  color: rgba(255, 255, 255, 1);
  border: 0;
  font-size: 12px;
  border-radius: 5px;
}

/* 报修数据样式结束 */

/* 反馈数据样式开始 */
.feedback-data_flex {
  display: flex;
  justify-content: space-between;
}

.feedback-data_content {
  color: rgba(16, 16, 16, 1);
  color: rgba(0, 83, 98, 0.94);
  font-size: 14px;
  padding: 10px 0px;
  line-height: 25px;
  font-weight: 600;
  border-bottom: 1px solid #D7D5D5;
  width: 100%;
}

.feedback-content {
  margin-right: 10px;
  background-color: rgba(233, 239, 245, 0.7);
}

.selectAll_style {
  padding: 10px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: rgba(0, 83, 98, 0.94);
  font-weight: 600;
  /* font-size: 14px; */
  height: 45px;
  align-items: center;
}

/* 反馈数据样式结束 */

/* 新键账号样式 */
.Newkey_layui-form-label {
  text-align: left;
  padding: 0 !important;
  width: 50px;
  height: 24px;
  line-height: 24px;
}

.User_layui-form-label {
  text-align: left;
  padding: 0 !important;
  width: 60px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-right: 10px;
}

.Newkey_layui-input {
  background-color: rgba(242, 242, 242, 1) !important;
  height: 24px !important;
  border: 0 !important;
}

.Newkey_btn {
  width: 44px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 14px;
}

.Newkey_select .layui-form-select .layui-input {
  height: 24px;
  background-color: rgba(242, 242, 242, 1);
  border: 0;
}

/* 景区管理 */
.scenicspot-manage_bg {
  padding: 20px;
  background: #fff;
}

.scenicspot-form-label {
  width: 110px;
}

/* 注册地图样式 */
.register-users {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.container {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  position: relative;
}

/* 覆盖layui的样式 */

.layui-form-radio {
  margin: 0;
}

.layui-form-label {
  padding: 4px 15px;
}

.layui-form-item .layui-input-inline {
  width: 300px;
}

.layui-input-block {
  margin-left: 80px;
}

.layui-textarea {
  min-height: 70px;
}

#panelRepairData .layui-table-cell {
  height: 50px !important;
  line-height: 50px !important;
  padding: 0px 15px !important;
}

.layui-form-item {
  margin-bottom: 8px !important;
}

.layui-form-item_style {
  margin-bottom: 30px !important;
}

.layui-form-checkbox i {
  height: 30px;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #009688;
  border: #009688;
}

@media print {
  .no-print {
    display: none !important;
  }
}


/* 整个滚动条 */
::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 10px;
  /* 对应横向滚动条的宽度 */
  height: 10px;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
  background-color: rgb(211, 211, 211);
  border-radius: 32px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background-color: rgb(252, 252, 252);
  border-radius: 32px;
}

/* table表格样式 */
table {
  table-layout: fixed;
}

/* 必须，表格宽度不随文字增多而变长。 */

td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 用户设置 */
.user-settings {
  width: 350px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0, 83, 98, 0.74);
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
}