* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style: none;
}
input {
  outline: none;
}
button {
  outline: none;
}
.mb2 {
  display: none;
}
.red {
  color: red;
}
.next_step {
  background: #003792;
  border: 0;
  color: #fff;
  width: 300px;
  height: 45px;
  position: relative;
  left: 31px;
}
.register_head_tit {
  display: flex;
  justify-content: space-between;
  height: 158px;
  align-items: center;
}
.register_head_tit .logo_gsmc {
  display: flex;
  align-items: center;
}
.register_head_tit .logo_gsmc img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}
.register_head_tit .logo_gsmc .gsmc {
  font-weight: normal;
  color: #003792;
}
.register_head_tit .logo_gsmc .gg {
  margin: 0 20px;
  color: #ccc;
  font-size: 22px;
}
.register_head_tit .logo_gsmc .welcome {
  color: #666;
}
.register_head_tit .Service_hotline {
  color: #666;
  font-style: italic;
  font-size: 14px;
}
.register_head_tit .Service_hotline .login_tit {
  color: #003792;
}
.register_box .register_head_tit {
  border: 0;
}
.register_box .step_nav ul {
  color: #999;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0 115px;
}
.register_box .step_nav ul li {
  text-align: center;
  padding: 5px 0;
}
.register_box .step_nav ul li .step_num {
  display: inline-block;
  color: #fff;
  background: #d4d4d4;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 20px;
}
.register_box .step_nav ul li .sele_ico {
  display: inline-block;
  color: #fff;
  background: #d4d4d4;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  display: none;
}
.register_box .step_nav ul li:nth-of-type(1) {
  flex-grow: 1;
}
.register_box .step_nav ul li:nth-of-type(2) {
  flex-grow: 2;
}
.register_box .step_nav ul li:nth-of-type(3) {
  flex-grow: 2;
}
.register_box .step_nav ul li:nth-of-type(4) {
  flex-grow: 1;
}
.register_box .step_nav ul .active_li {
  border-bottom: 1px solid #003792;
  color: #003792;
}
.register_box .step_nav ul .active_li .step_num {
  display: inline-block;
  background: #003792;
  display: none;
}
.register_box .step_nav ul .active_li .sele_ico {
  background: #003792;
  display: inline-block;
}
.register_form_box .Verify_mobile_phone ul li {
  text-align: center;
  margin: 50px 0;
}
.register_form_box .Verify_mobile_phone ul li .inp_tit {
  width: 100px;
  text-align: right;
  font-size: 12px;
  color: #666;
}
.register_form_box .Verify_mobile_phone ul li input {
  width: 300px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.register_form_box .Verify_mobile_phone ul li #slide_box {
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #e8e8e8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  left: 33px;
}
.register_form_box .Verify_mobile_phone ul li .bgColor {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: lightblue;
}
.register_form_box .Verify_mobile_phone ul li .txt {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.register_form_box .Verify_mobile_phone ul li .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 38px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  cursor: move;
}
.register_form_box .Verify_mobile_phone ul li .slider .jiantou_ico,
.register_form_box .Verify_mobile_phone ul li .slider .seleted_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #999;
}
.register_form_box .Verify_mobile_phone ul li .seleted_ico {
  font-size: 32px;
}
.register_form_box .Verify_mobile_phone ul li .slider.active > .seleted_ico {
  color: #003792;
}
.register_form_box .Verify_mobile_phone ul li .inp_code {
  width: 162px;
}
.register_form_box .Verify_mobile_phone ul li .getcode_tit,
.register_form_box .Verify_mobile_phone ul li .time_code {
  background: #52b6f2;
  font-size: 12px;
  width: 140px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  color: #fff;
  position: relative;
  left: -5px;
  cursor: pointer;
}
.register_form_box .Verify_mobile_phone ul li .time_code {
  display: none;
}
.register_form_box .Set_account_information {
  text-align: center;
}
.register_form_box .Set_account_information ul li {
  margin: 40px 0;
}
.register_form_box .Set_account_information ul li .inp_tit {
  width: 100px;
  text-align: right;
  color: #666;
}
.register_form_box .Set_account_information ul li .input {
  width: 450px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.register_form_box .Set_account_information ul li .Tips_p {
  font-size: 14px;
  color: #999;
  position: relative;
  left: -20px;
  top: 10px;
}
.register_form_box .Set_account_information ul li .Tips_color {
  left: -55px;
  color: #003392;
}
.register_form_box .Set_account_information ul li .blue {
  color: #003792;
}
.register_form_box .Set_account_information ul li .agreement_tit {
  position: relative;
  left: -55px;
  color: #666;
}
.register_form_box .Set_account_information ul li .next_step {
  width: 450px;
  left: 50px;
}
.register_form_box .Set_account_information ul li .hyDec {
  font-size: 14px;
  margin-left: 37px;
}
.register_form_box .Improve_information {
  text-align: center;
  margin-top: 50px;
}
.register_form_box .Improve_information ul li {
  margin: 20px 0;
}
.register_form_box .Improve_information ul li .inp_tit {
  display: inline-block;
  width: 100px;
  text-align: right;
  color: #666;
}
.register_form_box .Improve_information ul li .input {
  width: 543px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.register_form_box .Improve_information ul li button {
  color: #fff;
  width: 249px;
  border: 0;
  height: 45px;
  margin: 0 20px;
  position: relative;
  left: 53px;
}
.register_form_box .Improve_information ul li .sub_btn {
  background: #003792;
}
.register_form_box .Improve_information ul li .sub_btn a {
  color:#fff
}
.register_form_box .Improve_information ul li .skip_btn {
  background: #bfbfbf;
}
.register_form_box .Improve_information ul li .outer {
  width: 543px;
  margin: 20px auto;
  display: inline-block;
}
.register_form_box .Improve_information ul li .outer select {
  padding: 0 10px;
  width: 32.7%;
  height: 45px;
  border-color: #ccc;
  outline: none;
}
.register_form_box .Improve_information ul .first_li {
  width: 665px;
  margin: 0 auto;
}
.register_form_box .Improve_information ul .first_li .left_inp {
  display: inline-block;
}
.register_form_box .Improve_information ul .first_li .right_inp {
  display: inline-block;
}
.register_form_box .Improve_information ul .first_li .input {
  width: 180px;
}
.register_form_box .login_was_successful {
  text-align: center;
  margin-top: 100px;
}
.register_form_box .login_was_successful h3 {
  color: #003792;
  font-size: 20px;
  font-weight: bold;
}
.register_form_box .login_was_successful h3 .seleted_ico {
  font-size: 40px;
  color: #003792;
  vertical-align: middle;
}
.register_form_box .login_was_successful .go_btn {
  background: #003392;
  border: 0;
  height: 45px;
  width: 261px;
  margin-top: 100px;
  position: relative;
  left: 16px;
}
.register_form_box .login_was_successful .go_btn a {
  color: #fff;
}
.father_jbxx_img{
  width: 543px;
    display: inline-flex;
    align-items: flex-end;
}
.jbxx_img{
  max-width: 50px;
  max-height: 60px;
}

