body {
padding-bottom:2rem;
 padding: 2rem 0;
  background: #eaeaec;
}
.header {
  position: fixed;
  width: 100%;
  height: 2rem;
  top: 0;
  z-index: 1;
  border-top: 1px solid #e6e7e8;
  background: #fff;
}
.header .left,
.header .right {
  width: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
}
.header .left img,
.header .right img {
  height: 0.6rem;
  margin: auto;
}
.header .left {
  left: 0;
}
.header .right {
  right: 0;
}
.header .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 2rem;
}
.header .title_box img {
  height: 1.2rem;
}
.header .title {
  font-size: 0.85rem;
  font-weight: 100;
}
.header span {
  padding: 0 5px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #9c1f27;
  margin-top: -3px;
}
.form-box {
  width: 15.5rem;
  background: #fff;
  margin: 0 auto;
}
.form-box .item {
  overflow: hidden;
  background: #eaeaec;
  margin: 0 auto 0.55rem;
  border-radius: 0.8rem;
}
.form-box .icon-box {
  width: 2.75rem;
  text-align: center;
  float: left;
}
.form-box .icon {
  height: 0.9rem;
  margin-top: 0.35rem;
}
.form-box input,
.form-box select {
  height: 1.6rem;
  float: left;
  font-size: 0.6rem;
  line-height: 1.6rem;
}
.form-box select {
  color: #6e6e6e;
  background: transparent url(/uploads/image/sizhinengpage/icon_bottom.png) no-repeat 100% center;
  background-size: 0.75rem 0.35rem;
}
.form-box .submit {
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #5197ff;
  margin: 0 auto;
  border-radius: 0.8rem;
}
.page1 .form-box {
  margin-top: 0.8rem;
  padding: 0.5rem 0;
}
.page1 .top-box {
  overflow: hidden;
  width: 14.6rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.page1 .top-box .tips {
  font-size: 0.6rem;
  line-height: 0.75rem;
}
.page1 .top-item {
  width: 7rem;
  height: 4.15rem;
  position: relative;
  background-color: #282828;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.45rem;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0.4rem 0.4rem;
}
.page1 .top-item:before {
  content: "";
  position: absolute;
  border: 0.45rem solid #5a8dff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 0;
  left: 0;
}
.page1 .top-item1 {
  float: left;
  background-image: url(/uploads/image/sizhinengpage/top_item_bg1.png);
}
.page1 .top-item2 {
  float: right;
  background-image: url(/uploads/image/sizhinengpage/top_item_bg2.png);
}
.page1 h2.tit {
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.page1 h1.tit {
  font-size: 0.8rem;
  line-height: 1.95rem;
  color: #3d3d3d;
  text-align: center;
  margin-top: 0.6rem;
}
.page1 .item {
  width: 14.15rem;
}
.page1 select {
  width: 10.2rem;
}
.page1 .submit {
  width: 14.15rem;
}
.banner {
  height: 5rem;
  background: #5a8dff url(/uploads/image/sizhinengpage/banner_bg.png) no-repeat right;
  background-size: 7.25rem 100%;
  color: #fff;
  padding: 1rem 0 0 1.15rem;
}
.banner .title {
  font-size: 1.45rem;
  line-height: 1.7rem;
}
.banner .tips {
  font-size: 1.1rem;
  line-height: 1.35rem;
}
.page2 {
  display: none;
}
.page2 .empty {
  height: 0.4rem;
}
.page2 .form-box {
  height: 18.75rem;
  padding-top: 0.8rem;
}
.page2 .tit {
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 1.1rem;
}
.page2 .item {
  width: 12.2rem;
}
.page2 input,
.page2 select {
  width: 8.55rem;
  background-color: transparent;
}
.page2 .item-last {
  background: transparent;
}
.page2 .code {
  width: 7.5rem;
  background: #eaeaec;
  border-radius: 0.8rem;
  text-align: center;
}
.page2 .get-code {
  width: 4.65rem;
  float: right;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.6rem;
  color: #6e6e6e;
  text-decoration: underline;
}
.page2 .submit {
  width: 12.2rem;
  margin-top: 0.85rem;
}
