.head_main {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgb(17, 126, 245);
  padding-top: 20px;
}

.head {
  height: 80px;
}

.head .logo {
  /* width: 84px; */
  height: 100%;
  position: relative;
  /* margin-right: 120px; */
  /* transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7); */
}

.leftLogo {
  /* width: 46px; */
  /* height: 80px; */
  vertical-align: middle;
  display: inline-block;
  /* margin-right: 120px; */

}

.leftLogo img {
  width: 100%;

}

.head .logo img {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(.3)
}

.nav {
  height: 80px;
  line-height: 80px;
}

.nav a {
  margin-left: 30px;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
}

.actived {
  border-bottom: 1px solid white;
  color: white;
}

.footeruptitle {
  width: 390px;
  margin: 0px auto 60px;
  padding-top: 40px;
}

.content {
  padding-top: 58px;
}

.content img {
  width: 100%;
}

.footerup {
  position: relative;
}

.enterBox {
  width: 610px;
  height: 560px;
  background: rgba(255, 255, 255, 0.11);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -305px;
}

/* .enterText {
  padding: 50px;
} */
.enterText p:first-child {
  margin-top: 15%;
}

.enterText p {
  width: 70%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}

.inputBase {
  width: 223px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
}

.enterText span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.buttoncolorBox {
  transform: scale(.5);
}

.footerup button {
  width: 100px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 50px;
}