* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
li {
  list-style-type: none;
}
body {
  background-color: #F4F9FA;
}
.regsiter_div {
  height: 56px;
  width: 100%;
  border-bottom: 1px solid #e0e4ee;
  background-color: #fff;
}
.regsiter_nav {
  width: 1200px;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
.regsiter_nav img {
  position: absolute;
  top: 9px;
}
.regsiter_nav button {
  width: 90px;
  height: 34px;
  float: right;
  color: #fff;
  background-color: #0F55FE;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  margin-top: 11px;
  cursor: pointer;
}
.welcome_yuntu {
  width: 1200px;
  margin: 0 auto;
}
._title {
  margin: 20px 0px 13px 0px;
}
._title h1 {
  font-size: 36px;
  color: #0a1633;
  font-weight: 400;
  display: inline-block;
}
._title p {
  float: right;
  font-size: 14px;
  margin-top: 28px;
}
._title p span {
  color: #0a1633;
}
._title p a {
  color: #1054ff;
  text-decoration: none;
  cursor: pointer;
}
._tab {
  width: 1200px;
  height: 50px;
  background-color: #a6aebc;
}
._tab li {
  width: 600px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  color: #fff;
  cursor: pointer;
}
._tab li:nth-child(1),
._tab li:nth-child(2) {
  border-right: 1px solid #97a1b0;
}
._tab li span:nth-child(1) {
  font-size: 18px;
  position: relative;
  top: -1px;
}
._tab li span:nth-child(2) {
  margin-left: 15px;
  font-size: 16px;
}
._tab .li_sed {
  background-color: #1054ff;
}
._center {
  width: 1200px;
  padding: 40px 0px;
  background-color: #fff;
}
._center ._form {
  width: 360px;
  margin: 0px auto;
}
._center ._form p {
  position: relative;
}
._center ._form p i {
  display: none;
}
._center ._form p .updete_img {
  position: absolute;
  top: 0px;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
._center ._form p #v_container {
  display: block;
  position: absolute;
  right: 60px;
  width: 70px;
  height: 24px;
  top: 10px;
}
._center ._form p .my_button {
  color: #fff;
  width: 100px;
  height: 24px;
  line-height: 24px;
  background-color: #CCCCCC;
  border: none;
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 12px;
  border-radius: 2px;
}
._center ._form p .my_button_sed {
  background-color: #16A8FD;
}
._center ._form ._form_img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  background: #fff url(../../img/regisiter/update_logo.png) no-repeat center top 20px;
}
._center ._form ._form_img span {
  position: relative;
  font-size: 14px;
  color: #586882;
  top: 58px;
}
._center ._form ._form_img ._file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
  z-index: 1;
}
._center ._form ._form_input {
  width: 360px;
  margin-bottom: 15px;
}
._center ._form ._form_input input {
  width: 100%;
  height: 40px;
  border: 1px solid #E1E1E1;
  padding-left: 50px;
  font-size: 14px;
  color: #414D5C;
}
._center ._form ._form_input_name input {
  background: url(../../img/regisiter/_form_input_name.png) no-repeat left 15px center;
}
._center ._form ._form_input_people input {
  background: url(../../img/regisiter/_form_input_people.png) no-repeat left 15px center;
}
._center ._form ._form_input_address input {
  background: url(../../img/regisiter/_form_input_address.png) no-repeat left 15px center;
}
._center ._form ._form_input_phone input {
  background: url(../../img/regisiter/_form_input_phone.png) no-repeat left 15px center;
}
._center ._form ._form_phone input {
  background: url(../../img/regisiter/_form_phone.png) no-repeat left 15px center;
}
._center ._form ._form_password input {
  background: url(../../img/regisiter/_form_password.png) no-repeat left 15px center;
}
._center ._form ._form_email input {
  background: url(../../img/regisiter/_form_email.png) no-repeat left 15px center;
}
._center ._form ._form_input_text {
  position: relative;
}
._center ._form ._form_input_text textarea {
  width: 360px;
  height: 100px;
  border: 1px solid #E1E1E1;
  padding: 10px;
  resize: none;
}
._center ._form ._form_input_text span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #7B8996;
  font-size: 12px;
}
._center ._form ._form_input_text span b {
  font-weight: normal;
}
._center ._form ._next_one {
  width: 360px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  background-color: #0F55FE;
  margin-top: 30px;
  color: #fff;
}
.red_color {
  color: #ff3b67;
}
._aggrement {
  font-size: 14px;
}
._aggrement input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
._aggrement span {
  color: #6286FE;
}
._buttton {
  height: 40px;
  margin-top: 10px;
}
._buttton span {
  display: block;
  float: left;
  width: 170px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
._buttton span:nth-child(1) {
  background-color: #0F55FE;
  border: 1px solid #0F55FE;
  color: #fff;
}
._buttton span:nth-child(2) {
  background-color: #F4F9FA;
  border: 1px solid #E7EDF1;
  color: #7b8996;
}
._form_three {
  width: 360px;
  margin: 0px auto;
}
._form_three h3 {
  font-size: 18px;
  color: #0a1633;
  font-weight: 600;
  margin-bottom: 10px;
}
._form_three h4 {
  font-size: 14px;
  color: #0a1633;
  margin-bottom: 5px;
}
._form_three h4 span {
  color: #ff3b67;
}
._form_three ._form_three_time {
  position: relative;
}
._form_three ._form_three_time input {
  height: 34px;
  width: 360px;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding-left: 20px;
  background: url(../../img/regisiter/_form_three_time.png) no-repeat right 15px center;
}
._form_three ._form_three_time .error {
  position: absolute;
  right: -153px;
  top: 7px;
  z-index: 1;
  color: #ff3b67;
  font-size: 12px;
}
._form_three ._form_three_time .error img {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
._form_three ._form_three_file {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
._form_three ._form_three_file span:nth-child(1) {
  color: #0a1633;
}
._form_three ._form_three_file .add_file {
  cursor: pointer;
  float: right;
  color: #16a8fd;
}
._form_three ._form_three_file .error_i_img {
  position: absolute;
  right: -114px;
  top: 7px;
  z-index: 1;
  font-style: normal;
  color: #ff3b67;
  font-size: 12px;
}
._form_three ._form_three_file .error_i_img img {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
._form_three .zsAply_addfile_none {
  position: relative;
  height: 24px;
  line-height: 22px;
  background-color: #F4F9FA;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  color: #414D5C;
  margin-bottom: 5px;
}
._form_three .zsAply_addfile_none .maincolor {
  color: #1054ff;
}
._form_three .zsAply_addfile_none .zsapl_deletered {
  position: absolute;
  right: -60px;
  top: 0px;
  cursor: pointer;
}
._form_three .zsAply_addfile_none .zsapl_deletered img {
  margin-bottom: 5px;
  margin-right: 5px;
}
._Copyright {
  font-size: 12px;
  color: #586882;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
._form_three_text {
  margin-bottom: 40px;
}
._success {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0px 0px -210px;
  width: 420px;
  height: 260px;
  background-color: #fff;
  z-index: 3;
  padding: 20px 0px;
}
._success p {
  text-align: center;
}
._success ._success_img {
  margin-top: 20px;
}
._success ._success_img img {
  display: inline-block;
  width: 60px;
  height: 60px;
}
._success ._success_title {
  font-size: 20px;
  color: #0a1633;
  font-weight: 600;
  margin-top: 20px;
}
._success ._success_text {
  color: #586882;
  font-size: 12px;
  margin-top: 15px;
}
._success ._success_button {
  margin-top: 25px;
}
._success ._success_button span {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 32px;
  color: #0a1633;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #DFE5EE;
  cursor: pointer;
}
._success ._close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.zhezhaoceng {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
._error_red input {
  border-color: #FF3B67;
}
._error_red i {
  display: block !important;
  width: 160px;
  position: absolute;
  right: -180px;
  font-size: 12px;
  top: 10px;
  font-style: normal;
  color: #FF3B67;
}
._error_red i img {
  margin-right: 10px;
  float: left;
  margin-top: 1px;
}
.zsAply_addfile {
  position: relative;
  height: 24px;
  line-height: 20px;
  background-color: #F4F9FA;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  color: #414D5C;
}
.zsAply_addfile ._file_img {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.zsAply_addfile .zsAply_addfilefzc {
  color: #7B8996;
}
.zsAply_addfile .zsapl_deletered {
  position: absolute;
  right: -60px;
  top: 0px;
  cursor: pointer;
}
.zsAply_addfile .zsapl_deletered img {
  margin-bottom: 6px;
  margin-right: 5px;
}
.zsAply_zs_file {
  margin-right: 5px;
  margin-bottom: 4px;
}
.zsAply_zs_delete {
  float: right;
  cursor: pointer;
  margin-top: 5px;
}
#logo_p img {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0px 0px -50px;
}
.skip_step {
  font-size: 14px;
  color: #0A1633;
}
.skip_step img {
  margin: 0 10px 0px 15px;
}
.skip_step span {
  display: inline-block;
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  background-color: #1054FF;
  color: #fff;
  cursor: pointer;
}
