

 .menuTop{
    background: #30604e;
    height: 3.5rem;
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    align-items: center;
  }
  #menuCheckbox:checked ~ .boxMobile{
    display: block;
}
.gl-header{
  background: #ffff;
  height: 0;
}
#menuToggle{
    font-size:  18px;
    color: #ffffff;
}

.boxMobile .text{
    padding: 0.5rem;
    color: #ffff;
}
.boxMobile .text a{
    color: #ffff !important;
    font-size: 16px;
    width: 100%;
    display: block;
}
.boxMobile{
    background: #30604e;
    margin-top: 0.1rem;
}
.gl-header .topBackground{
  background-image: none;
  height: 0;
}
.gl-header .line {
display: flex;
width: 100%;
margin: 0 auto;
padding-top: 5px;
height: 4rem;
justify-content: center;

}
.gl-header .search {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.gl-header .search input {
  width: 16rem;
  height: 40px;
  background: #ffffff;
  text-indent: 10px;
  margin-right: 17px;
  border: 1px soild #ccc;
  border: 1px solid #ccc;
}
.gl-header .search button {
  width: 5rem;
  height: 40px;
  background: #9c8267;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.gl-header .logo {
display: none;
}

.gl-header .head-column {
display: none;
}