

.searchBox {
      /*  position: absolute;
       
        right: 20%;
      
        background: #e9e4da;
        height: 45px;
        border-radius: 10px; */

}

/* .searchBox:hover > .searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: black;
    font-size: 16px;
    transition: 0.4s;

    width: 0px;

} */

@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
}
}

.haosj{
	   /* margin-top: -8px; */
	    margin-right: 50px;
}	

.social-media {
  margin: 0;
  padding: 0;
}

.social-media li {
  display: inline-block;
  list-style: none;
  margin-right: 1.5rem;
}

.social-media li:last-child {
  margin-right: 0;
}

.social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid black;
  color: black;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-media li a:hover {
  color: #ecc640;
  border-color: #ecc640;
}

.lan {
   /* width: 100%; */
    background-color: #cdcccc66; /* 灰色背景 */
   /* padding-right: 15px; */
    display: flex;
    justify-content: flex-end; /* 内容靠右 */
	    height: 40px;
		margin-left: -18px;
		    margin-right: -18px;
}

.lan1, .lan2 {
    width: 150px;
    background-color: #ffffffe0; /* 比灰色深一些的背景 */
   /* border-radius: 6px; */
    transition: all 0.3s ease;
}

.lan1 {
    /* margin-right: 20px; */
	    border-right: 1px solid #95939330;
}

.account-btn {
    display: block;
    padding: 6px 20px;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: 600;
	/* border: 1px solid whitesmoke; */
}

.account-btn:hover {
  /*  background-color: #16a085; */
  color: #ecc640;
}

/* 响应式设计 */
@media (max-width: 480px) {
    .lan {
        /* flex-direction: column; */
      /*  align-items: flex-end; */
    }
    
    .lan1, .lan2 {
        margin-bottom: 0px;
        margin-right: 0;
    }
}