/**
* 注册页面样式
*/
.wrap{
  width: 1800px;
  margin: 0 auto;
}

.register_head img {
  display: block;
}

.register_bg {
 
  padding:50px 60px;
  height: 740px;
  overflow: hidden;
  background: url(../images/zj_register_bg.png) right bottom no-repeat;
  background-size: cover;
}
.register_form {
  width: 410px;
  padding: 50px 40px;
  background-color: #EBFAFF;
  margin-left: 190px;
  margin-top: 55px;
  margin-bottom: 50px;
}
.input_style {
  font-size: 16px;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}
.input_style span {
  display: block;
  /* width: 90px; */
  /* height: 35px; */
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  color: #5d5d5d;
  float: left;
}
.input_style p {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  color: #5d5d5d;
  float: left;
}
.input_style input {
  float: left;
  border: 1px solid #dfdfdf;
  display: block;
  width: 290px;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 16px;
  padding-left: 10px;
}
.input_submit {
  background-color: #08489f;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.input_submit input {
  background-color: #08489f;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.register_footer p {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #474747;
}
.register_content {
  /* position: absolute;
  top: 40px;
  left: 150px;
  right: 150px;
  bottom: 50px;*/
  background-color: #EBFAFF; 
  /* margin-top: 60px; */
  padding:  50px;
}
.register_content_tit {
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #000;
  background: #fff;
}
.register_content_txt {
  /* position: absolute;
  top: 80px;
  left: 50px;
  right: 50px;
  bottom: 80px; */
  height: 500px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 20px 20px;
}
.register_content_txt p {
  line-height: 30px;
  font-size: 16px;
  color: #474747;
  text-indent: 2em;
  font-family: "宋体";
}
.register_content_txt .blod {
  line-height: 40px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-family: "宋体";
}
.register_content_txt .indent {
  text-indent: 0em;
}
.agree_button {
  width: 350px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #08489f;
  border: none;
  /* position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -175px; */
  cursor: pointer;
  
  margin-top: 30px;
}
.register70_bg {
  /* position: absolute;
  top: 140px;
  left: 60px;
  right: 60px;
  bottom: 70px; */
  background: url(../images/zj_register_bg.png) right bottom no-repeat;
  background-size: cover;
}

.register70_footer p {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #474747;
}

@media (max-width: 499px) {
  .wrap{
    width: 100%;
  }
  .register_head{
    height: auto;
  }
  .register_head img{
    width: 90% ;
    margin: 0 auto;
  }
  .register_bg{
    padding: 20px;
    height: auto;
  }
  .register_content{
    padding: 20px;
  }
  .agree_button{
    width: 80%;
  }
  .register_form{
    margin: 0;
  }
  .register_form{
    width: auto;
    padding: 20px;
  }
}