body,html {
  background: #14254f;
  display: block;
  /* height: 100%;
  overflow: hidden; */
}
.g-head {
  width:10rem;
  /* height: 4.693333rem; */
  display: block;
  margin: 0 auto;
}
.g-formBox {
  width: 9.36rem;
  margin: 0 auto;
  /* margin-top: .466667rem; */
  height:12rem;
  background: #FFF;
  /* position: absolute;
  left: 50%;
  margin-left: -4.68rem;
  bottom: .4rem; */
  padding: .266667rem .48rem;
  box-sizing: border-box;
  margin-top: .533333rem;
}
h1 {
  font-size: .48rem;
  color: #000;
  text-align: center;
  margin-bottom: .466667rem;
}
.m-hint {
  font-size: .346667rem;
  color: #787878;
  line-height: 1.5;
  text-align: justify;
}
.g-tab {
  overflow: hidden;
  margin-top: .533333rem;

}
.g-tab a {
  float: left;
  width: 49.8%;
  box-sizing: border-box;
  text-align: center;
  height: .8rem;
  line-height: .8rem;
  border-top-left-radius: .133333rem;
  border-top-right-radius: .133333rem;
  color: #404040;
  border-bottom: 1px solid #1665af;
  background: #FFF;
}
.g-tab a.active {
  background: #f2f2f3;
  border: 1px solid #1665af;
  border-bottom: none;
}
.g-tab a:visited,.g-tab a:hover {
  text-decoration: none;
}
.g-tabBox {
  overflow: hidden;
  background: #f2f2f3;
  height: 6.906667rem;
  box-sizing: border-box;
  padding: 0 .333333rem;
  padding-top: .466667rem;
}
.m-formList {
  overflow: hidden;
}
.m-formList input {
  width: 100%;
  display: block;
  height: .773333rem;
  line-height: .773333rem;
  border: 1px solid #cacaca;
  background: #fbfbfb;
  margin-bottom: .266667rem;
  padding: 0 .266667rem;
  box-sizing: border-box;
}
.m-submit {
  width: 5.266667rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  color: #FFF;
  font-size: .373333rem;
  background: #1665af;
  display: block;
  margin: 0 auto;
  border-radius: .066667rem;
  margin-top: .4rem;
}
.m-intr p{
  font-size: .333333rem;
   color: #404040;
   margin-bottom: .2rem;
   line-height: 1.5;
}