.container{
  width: 100%;
}
.head{
  width: 100%;
  height: 0.68rem;
  background: #231815;
  position: sticky;
  top: 0;
  z-index: 99;
}
.head-logo{
  margin-top: 0.1rem;
  margin-left: 1.31rem;
  float: left;
  width: 1.66rem;
  height: 0.48rem;
}
.head-content{
  float: right;
  height: 100%;
  margin-right: 2rem;
}
.head-content > a{
  float: left;
  padding: 0 0.3rem;
  line-height: 0.68rem;
  font-size: 0.2rem;
  display: block;
  height: 100%;
  color: #fff;
}
.head-content>a:hover{
  background-color: #FFEC00;
  color: #231815;
}
.active{
  background-color: #FFEC00;
  color: #231815 !important; 
}
.menu{

  position: relative;

  float: left;
  padding: 0 0.3rem;

  font-size: 0.26rem;
  display: block;
  height: 100%;
  color: #fff;
}
.menu>a:nth-child(1){

  padding: 0 0.3rem;
  line-height: 1.65rem;
  font-size: 0.26rem;
  display: block;
  height: 100%;
  color: #fff;
}
/* .menu>a:nth-child(2){
  line-height: 0.5rem;
  text-align: center;
  position: relative;
  float: left;
  display: none;
  width: 1.65rem;
  height: 0.5rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background-color: #FFEC00;
  font-size: 0.13rem;
}
.menu>a:nth-child(3){
  line-height: 0.5rem;
  text-align: center;
  position: relative;
  float: left;
  display: none;
  width: 1.65rem;
  height: 0.5rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background-color: #FFEC00;
  font-size: 0.13rem;
} */
.menu:hover> a{
  display: block;
}
.menu:hover> a:nth-child(1){
  background-color: #FFEC00;
  color: #231815 !important; 
}
.menu2{
  padding: 0 0.2rem;
  background-color: #FFEC00;
  width: 3rem;
  position: absolute;
  display: none;
}
.menu2>a{
    padding: 0 0.1rem;
    height: 0.6rem;
    display: inline-block;
    color: black;
    line-height: 0.6rem;
}
.menu:hover .menu2{
  display: block;
}
.menu2 a:hover{
  color: #fff !important;
}
.footer{
  position: relative;
}
.ip{
  left: 8.5rem;
  bottom: 0.3rem;
  position: absolute;
  font-size: 0.2rem;
}
/* .ip:hover > a{
} */
.ip >a{
  text-align: center;
  color: rgb(181, 153, 86);
}