.online-rege {

  padding: 0 50px ;

}





div.online-rege input {
  padding: 10px;
  border: #0a0a0a 1px solid;
  margin-top: 5px;

}

div.online-rege select {
  padding: 10px;
  border: #0a0a0a 1px solid;
  margin-top: 5px;
}



div.online-rege input#edit-submit {
  background-color: #16a086;
  padding: 10px 30px;
  color: #fff;
  margin: 3px 0;
  margin-top: 5px;
}

div.online-rege label[for^="edit-field-"] {
  /* 隐藏所有以 "edit-field-" 开头的 label */
  display: none;
}

div.online-rege {
  display: flex;
  flex-wrap: wrap;
}



.order-2 #search-block-form {
  display: flex;
  align-items: center;
}



.order-2 .form-search {
  
 
  border: #16a086 1px solid !important;
  line-height: 35PX;
  width: 230px;
}

.order-2 .button {
  background-color: #16a086;
  color: #ffffff; /* 设置文字颜色为白色，以确保在深色背景上可见 */
  /* 如果需要调整样式，可以在这里添加其他样式 */
  line-height: 35PX;
  border: #16a086 1px solid !important;
  padding-left: 6px;
  padding-right: 6px;
}

.f-16 {
  font-size: 18px;
}



.gxtitle h1{
  font-size:x-large;
  font-weight: bold;

}


.gxcontent {
  padding-top: 20px;
}

.gxjiaolian {
  border: #dcdfde 1px solid;
}

.contact-message-bao-ming-form input {
  
  border: #16a086 1px solid !important;
  line-height: 35PX;
  width: 230px;
}

.contact-message-bao-ming-form .button {
  background-color: #16a086;
  color: #ffffff; /* 设置文字颜色为白色，以确保在深色背景上可见 */
  /* 如果需要调整样式，可以在这里添加其他样式 */
  line-height: 35PX;
  border: #16a086 1px solid !important;
  padding-left: 6px;
  padding-right: 6px;
   margin-top: 20px;
}

.contact-message-bao-ming-form .form-select {
    border: #16a086 1px solid !important;
  line-height: 35px;
  width: 230px;
  height: 35px;
}



  /* 鼠标向下滑动按钮 */
.scroll-down span {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 7777;
  cursor: pointer;
}

.scroll-down span::before {
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -moz-animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.scrollfan span {
  border: 2px solid #333333;
}

.scrollfan span::before {
  background-color: #333333;
}

.scrollfan .shubiaowz {
  color: #333333;
}

.shubiaowz {
  position: absolute;
  bottom: 16px;
  color: #ccc;
  font-size: 12px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 77;
}

@-webkit-keyframes sdb10 {
  0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
  }

  40% {
      opacity: 1;
  }

  80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
      transform: translate(0, 0);
      opacity: 0;
  }

  40% {
      opacity: 1;
  }

  80% {
      transform: translate(0, 20px);
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}


.nav-pills .nav-link.active.custom-bg {
  background-color:#16A086;
  border-radius: 0; /* 禁用圆角 */
}