.header {
  width: 100%;
  position: relative;
  background-color: #14c5c0;
}
.header .logoBox {
  position: relative;
  height: 400px;
}
.header .logoBox a {
  position: absolute;
  display: block;
  height: 32px;
  margin-top: 30px;
}
.header .logoBox a:nth-child(1) {
  width: 32px;
  border-radius: 5px;
  left: 0;
}
.header .logoBox a:nth-child(2) {
  width: 100px;
  line-height: 32px;
  left: 32px;
  color: #fff;
}
.header .logoBox a .logo {
  border-radius: 5px;
}
.header .logoBox .bannerBg,
.header .logoBox .rightTextBox {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .logoBox .bannerBg {
  left: 0;
  transform: scale(0.8);
}
.header .logoBox .rightTextBox {
  right: 0;
  font-size: 24px;
  color: #fff;
  width: 600px;
  height: 168px;
}
.header .logoBox .rightTextBox h1 {
  margin: 30px 0;
}
.main {
  width: 500px;
  margin: 50px auto;
}
.main div {
  margin-top: 30px;
}
.main div a {
  color: blue !important;
}
.main div button {
  width: 100%;
  height: 44px;
}
.main div input {
  width: calc(100% - 50px);
  height: 44px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 10px 0px 40px;
  border: 1px solid #ccc;
}
.main div input:focus {
  box-shadow: 0px 0px 1px 1px #1e9fff;
}
.main div #btn {
  background-color: #14c5c0;
  border: 1px solid #14c5c0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.main .formbox {
  position: relative;
  top: 0;
  left: 0;
}
.main .formbox i {
  position: absolute;
  top: 12px;
  left: 12px;
}
.main .formbox .isphoneright {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
}
.main .formbox .ispassright {
  position: absolute;
  top: 12px;
  right: 36px;
  display: none;
}
.main .formbox .ipasslook {
  position: absolute;
  top: 12px;
  right: 12px;
}
.main .formbox .isverificationright {
  position: absolute;
  top: 12px;
  right: 130px;
  display: none;
}
.main .regBox {
  width: 500px;
  display: none;
}
.main .regBox input {
  width: 330px;
  height: 42px;
  margin-right: 20px;
}
.main .regBox button {
  width: 98px;
  height: 42px;
  background-color: #14c5c0;
  border: 1px solid #14c5c0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.main .inpAttension {
  color: red;
}
.foot {
  background-color: #7f7f7f;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.foot .wrapper600 {
  width: 600px;
  margin: 0 auto;
}
