.assist_body {
  width: 100%;
  padding-bottom: 2.4rem;
  overflow-x: hidden;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#181258), color-stop(76%, #952633));
  background-image: linear-gradient(-180deg, #181258 0%, #952633 76%);*/
  background:url(../images/bj.jpg) no-repeat;
  background-size:100% 100%;
}
.assist_body_more{
  padding-top: .6rem;
}
.assist_banner {
  width: 100%;
  display:inline-block;
  position: relative;
  /* height: 2.4rem; */
  height: 16.5rem;
}

.assist_banner .plan_img {
  position: absolute;
  width: 74%;
  top: 3rem;
  left:13%;
  z-index: 9;
}
.assist_banner .building_img {
  position: absolute;
  top: 6rem;
  width: 100%;
  z-index: 1;
}
.assist_content {
  position: relative;
  z-index: 19;
  margin-left:6%;
  width: 88%;
  background: url('../images/assist_book.png') no-repeat;
  background-size: 100% 100%;
  padding: 4.3rem 2.5rem 4rem ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.assist_content span {
  font-family: PingFangSC-Light;
  font-size: 1.14rem;
  
  color: #050101;
  line-height: 1.7rem;
}
.assist_content span:last-child{ margin-top:1rem;}
.left_img_wrapper {
  position: absolute;
  left: 2.15rem;
  top: -4rem;
}
.right_img {
  position: absolute;
  right: 1.5rem;
  top: -2.6rem;
  width:8.2rem;
}
.left_img_wrapper img:first-child {
  width: 4.61rem;
}
.left_img_wrapper img:last-child {
  width: 9.2rem;
  position: relative;
  left: 0.1rem;
  top:0.2rem;
}
.get_btn {
  background: #EDA535;
  color: #fff;
  -webkit-box-shadow: 0 .02rem .1rem 0 rgba(144,17,17,0.78);
          box-shadow: 0 .02rem .1rem 0 rgba(144,17,17,0.78);
  width: 100%;
  text-align: center;
  height:3rem;
  line-height:3rem;
  border-radius:1rem;
  font-size: 16px;
}
.recieve_section {
  margin: 0 .28rem;
}
.phone_section, .success_section {
 /* background-image: linear-gradient(-179deg, #952633 0%, #181258 100%);*/
 /* border: 1px solid #ddaa69;
  -webkit-box-shadow: 0 .02rem .1rem 0 rgba(144,17,17,0.78);
          box-shadow: 0 .02rem .1rem 0 rgba(144,17,17,0.78);
  padding: 1.24rem 1.14rem;*/
  width:84%;
  margin:0 8%;
  display:inline-block;
  border-radius: .04rem;
}
.success_section {
  text-align: center;
}
.success_section img {
  width: 2.26rem;
  margin-bottom: .16rem;
}

.success_section div {
  width: 3.2rem;
  height: 1.1rem;
  background: url('../images/assist_success.png') no-repeat;
  background-size: 100% 100%;
  padding: .18rem .17rem;
  font-size: .14rem;
  color: #050101;
  line-height: .24rem;
}

.phone_section .phone_input {
  display: block;
  width: 100%;
  height: 3.2rem;
  background: #fff;
  line-height:2.5rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  text-indent: 1.5rem;
  margin-bottom:0.8rem;
}
.phone_section .verify_code_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .3rem; 
}
.phone_section .verify_code_section input {
  display: inline-block;
  width: 2rem;
  height: .47rem;
  background: #fff;
  border-radius: 1rem;
  font-size: .18rem;
  text-indent: .2rem;
}
.get_code_btn {
  /* background: #EDA535; */
  background: #CACACA;
  width: 1.1rem;
  height: .47rem;
  line-height: .47rem;
  text-align: center;
  color: #fff;
  font-size: .14rem;
  border-radius: 1rem;
  margin-left: .1rem;
}

.get_code_btn.active {
  background: #EDA535;
}

.success_section p {
  font-size: .14rem;
  color: #050101;
  line-height: .24rem;
  text-align: center;
}