html,
body {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
  overflow-x: auto;
  min-width: 1600px;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
}

.amap-icon img,
.amap-marker-content img {
  width: 25px;
  height: 34px;
}

.marker {
  position: absolute;
  top: -20px;
  right: -118px;
  color: #fff;
  padding: 4px 10px;
  box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
  white-space: nowrap;
  font-size: 12px;
  font-family: "";
  background-color: #25A5F7;
  border-radius: 3px;
}

input::-webkit-input-placeholder {

  color: rgb(240, 240, 240);

}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: rgb(240, 240, 240);

}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: rgb(240, 240, 240);

}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: rgb(240, 240, 240);
}

/*滚动条宽 长,滚动条整体部分，其中的属性有width,height,background,border等。*/
::-webkit-scrollbar {
  width: 7px;
}

/*滚动条的滑轨背景颜色,可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/* 滑块颜色 */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-button {
  background-color: rgb(187, 187, 187);
  display: none;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
  background-color: black;
}

.active {
  color: red;
}

.item {
  margin: 4px;
}

.el-col-11 {
  width: 40%;
}

.el-col-2 {
  text-align: center;
  vertical-align: middle;
}

.el-form-item__content {
  margin-left: 80px;
}

.el-icon-arrow-up {
  background-color: "";
}

.el-popover {
  white-space: pre-wrap !important;
}

.el-submenu__title {
  padding: 0 15px !important;
}

#panel {
  z-index: 9999;
  position: fixed;
  background-color: white;
  max-height: 50%;
  overflow-y: auto;
  top: 350px;
  right: 50px;
  width: 280px;
}

#panel .amap-call {
  background-color: #009cf9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#panel .amap-lib-driving {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.amap-ui-control-position-rt,
.amap-ui-control-position-tr {
  z-index: 10000;
  top: 2% !important;
  right: 1% !important;
  font-size: 1em;
}

.amap-ui-control-layer {
  border-radius: 5px !important;
}

.open_notice .el-button {
  width: 40% !important;
  height: 60% !important;
}

.open_notice .el-button {
  font-size: 14px !important;
}


#backgroudimg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background:url('../img/village4.jpg') no-repeat;
  /* background-size:cover; */
  background-size:100% 100%;
  background-position:center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* ///////////////////////////////////// */

#titlebar {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  background: #4e4e4e;
  display: flex;
  align-items: center;
  min-width: 1600px;
}

#pkimg {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

a.banner {
  font-size: 1.5vw;
  text-decoration: none;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-left: 1vw;
  letter-spacing: 5px;
  cursor: pointer;
}

#buttons_group{
  padding: 8px;
  position: fixed;
  width: 35%;
  height: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background:rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px) ;
  border-radius: 20px;
}

#buttons_table{
  width: 100%;
  height: 100%;
}

#buttons_table>tbody>tr{
  cursor: pointer;
  height: 25%;
}
#buttons_table .btn{
  /* width: 100%; */
  height: 100%;
  padding: 0px 10px;
  border-radius: 18px;
  background:rgba(50, 50, 50, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-around;
  font-size: 24px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}
#buttons_table .btn:hover{
  background:rgba(50, 50, 50, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#buttons_table .button_english{
  font-size: 18px;
}

#right_reserve{
  z-index: 999; 
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 2px 8px;
  font-size: 10px;
  background: rgba(100, 100, 100, 0.8);
  text-align: center;
}
/* CSS调整（文档1） */
#buttons_group {
  /* 调整高度为80%以容纳更多按钮 */
  height: 85%;
  /* 增加宽度保持比例 */
  width: 38%;
}

#buttons_table > tbody > tr {
  /* 5个按钮平均分配高度 */
  height: 15%;
}

#buttons_table .btn {
  /* 优化内边距 */
  /* padding: 8px 15px; */
  /* 调整字体层级 */
  font-size: 22px;
  /* 紧凑行距 */
  line-height: 1.3;
}

#buttons_table .button_english {
  /* 缩小英文字号 */
  font-size: 16px;
  /* 增加字母间距 */
  letter-spacing: 0.5px;
  /* 优化行高 */
  line-height: 1.2;
}

/* 新增响应式调整 */
@media screen and (min-height: 900px) {
  #buttons_table .btn {
    font-size: 24px;
  }
  #buttons_table .button_english {
    font-size: 18px;
  }
}

/* 建议添加到 main.css 文件 */
#buttons_group {
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
}