.main {
  width: 100%;
  margin-top: 40px;
}

#menu {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px;
  background: white;
  position: fixed;
  top: 0;
  z-index: 100;
}

#menu .left {
  width: 131px;
}

#menu .right {
  width: 20px;
}

#menu .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 32px;
  border-radius: 19px;
  background: #3b69e7;
}

#menu .button .tel {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

@keyframes myChange {
  from {
    height: 100px;
  }

  to {
    height: 0;
  }
}

.router-list {
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 100;
}

.router-list .router {
  background: white;
  height: 46px;
  padding: 0 15px;
}

.router-list .router .router-font {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #edecec;
}

.footer {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/main-index-bottom.jpg");
  background-size: 100% 100%;
  bottom: 0;
  position: fixed;
  z-index: 20000;
}

.footer .left {
  width: 50%;
  text-align: right;
  font-size: 13px;
  color: white;
  line-height: 76px;
}

.footer .right {
  width: 50%;
  text-align: left;
  font-size: 13px;
  color: white;
  line-height: 76px;
}

.edge-button {
  width: 96px;
  height: 40px;
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 100000;
  border-radius: 20px 0 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */