html {
  height: 100%;
}
body {
  background-color: #33465d;
  font-family: Arial, "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", sans-serif;
  /*overflow-x: hidden;*/
  background-image: url("https://cdnimg.doutian.me/20151110/61681447116712092");
  background-size: cover;
  background-position: center center;
}
.input_warn {
  border-bottom: 1px solid red !important;
}
#title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
#accessView {
  width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 30px auto 0 auto;
  padding: 20px 30px 5px 30px;
}
#accessView input {
  width: 100%;
}
.access_in_btn, .phone_access_in {
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.tip {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ff1654;
  text-align: center;
}

#phoneLogin {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color:#ff540d;
  text-align: center;
  margin: 0 auto;
}

#forgetLink {
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(55, 55, 55, 0.8);
  text-align: center;
}
#registerLink {
  display: block;
  text-align: center;
  width: 100px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#desc {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(250, 250, 250, 0.8);
}
#about {
  display: block;
  width: 200px;
  color: rgba(50, 50, 50, 1);
  margin: 0 auto 5px auto;
  text-align: center;
}

#downloadApp {
  text-align: center;
  display: block;
  width: 600px;
  margin: 0 auto;
  color: white;
  height: 50px;
  line-height: 50px;
  background-color: rgba(51, 70, 93, 1);
}

#explore {
  width: 600px;
  height: 40px;
  display: block;
  margin: 10px auto;
}

#emailAccess {
  display: none;
}

#codeForm {
  position: relative;
  display: none;
}

.getCodeLabel {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #f35b04;
    cursor: pointer;
}

#changeLogin {
  text-align: center;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  color: #2d3e5b;
  width: 100px;
  margin: 0 auto;
}

#moreBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: rgba(240, 240, 240, 1);
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #4BBFC3;
  cursor: pointer;
}

.section {
  padding: 0;
}


.section .title {
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 25px;
}

.section .subTitle {
  margin:  20px auto;
  text-align: center;
  color: white;
}

.section .imgDesc img {
    width: 600px;
    height: 390px;
    margin: 20px auto;
}

.accessBtnList {
  width: 170px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.accessBtnList .login, .accessBtnList .register {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
    border-radius: 2px;
  color: rgba(240, 240, 240, 1);
  background-color: rgba(51, 70, 93, 1);
}

.accessBtnList .register {
  background-color: rgba(50, 50, 50, 0.3);
}