ol,
ul {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.phone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
  font-size: 24px;
  width: 200px;
  line-height: 35px;
  text-align: center;
  background-color: #7be0e4;
  /* display: none; */
  z-index: -1;
  transition: left 1s;
}

.phone li {
  height: 35px;
}

.phonehover:hover .phone {
  left: -200px;
}

.wx {
  position: absolute;
  left: 70px;
  top: 0;
  height: 203%;
  color: #fff;
  font-size: 24px;
  width: 200px;
  line-height: 70px;
  text-align: center;
  background-color: #f1ca80;
  z-index: -1;
  transition: left 1s;
}

.wxhover:hover .wx {
  left: -200px;
}

.login-btn {
  background-color: #07c34b !important;
  color: #fff !important;
}