.container {
  width: 100%;
  height: 80px;
}
.enterBoxs {
  width: 100%;
  height: 940px;
  background: url(../images/jBg.png) no-repeat;
  background-size: 100% 940px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterBoxs .font {
  width: 628px;
  height: 175px;
  margin-left: 200px;
}
.enterBoxs .joinBox {
  margin-right: 85px;
}
.enterBoxs .joinBox .join {
  width: 152px;
  height: 50px;
  margin-bottom: 20px;
}
.enterBoxs .joinBox .methods {
  width: 600px;
  margin-bottom: 60px;
}
.enterBoxs .joinBox .methods .every {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #2C2C2C;
}
.enterBoxs .joinBox .methods .every img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.enterBoxs .joinBox .methods .every .nameBox {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.enterBoxs .joinBox .methods .every .phoneBox {
  display: flex;
  align-items: center;
}
.footer {
  margin-top: 0;
}
