* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 10%);
    background: #fff;
    /* padding-bottom: 50px; */
    margin-bottom: 60px;
}

li {
	list-style: none;
}

input {
	outline: none;
}

button {
	outline: none;
}

.mb2 {
	padding: 30px 30px;
	display: flex;
	margin-top: 40px;
}

.mb2 span:nth-child(1) {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #f0831b;
}

.mb2 span:nth-child(2) {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-left: 10px;
	line-height: 19px;
}

.w-mb2 {
	background: #222222;
}

.red {
	color: red;
}

.next_step {
	background: #f0831b;
	border: 0;
	color: #fff;
	width: 405px;
	height: 50px;
	position: relative;
	left: 78px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.register_head_tit {
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
	background: #222222;
}

.register_head_tit .logo_gsmc {
	display: flex;
	align-items: center;
}

.register_head_tit .logo_gsmc img {
	height: 42px;
	margin-right: 20px;
}

.register_head_tit .logo_gsmc .gsmc {
	color: #fff;
}

.register_head_tit .logo_gsmc .gg {
	margin: 0 20px;
	color: #ccc;
	font-size: 22px;
	display: none;
}

.register_head_tit .logo_gsmc .welcome {
	color: #666;
	display: none;
}

.register_head_tit .Service_hotline {
	color: #fff;
	font-style: italic;
	font-size: 15px;
}

.register_head_tit .Service_hotline .login_tit {
	color: #f0831b;
}

.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: 3px solid #f0831b;
	color: #f0831b;
	position: relative;
	top: 2px;
	z-index: 9;
}

.register_box .step_nav ul .active_li .step_num {
	display: inline-block;
	background: #f0831b;
	display: none;
}

.register_box .step_nav ul .active_li .sele_ico {
	background: #f0831b;
	display: inline-block;
}

.register_form_box .Verify_mobile_phone ul li {
	/* text-align: center; */
	padding-top: 50px;
	margin: auto 28%;
}

.register_form_box .Verify_mobile_phone ul li:nth-child(1) {
	padding-top: 90px;
}

.register_form_box .Verify_mobile_phone ul li:nth-child(3) {
	padding-bottom: 50px;
}

.register_form_box .Verify_mobile_phone ul li .inp_tit {
	width: 100px;
	text-align: right;
	font-size: 15px;
	color: #333;
}

.register_form_box .Verify_mobile_phone ul li input {
	width: 400px;
	height: 50px;
	line-height: 50px;
	border: 0;
	border: 1px solid #ccc;
	padding: 0 15px;
	border-radius: 5px;
}

.register_form_box .Verify_mobile_phone ul li #slide_box {
	position: relative;
	width: 451px;
	height: 49px;
	margin: 0 auto;
	margin-top: 20px;
	/* background-color: #efefef; */
	/* box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); */
	left: 39px;
	border-radius: 5px;
}

.register_form_box .Verify_mobile_phone ul li .bgColor {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #d8d8d8;
}

.register_form_box .Verify_mobile_phone ul li .txt {
	position: absolute;
	width: 89%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #000;
	text-align: center;
	background-color: #d8d8d8;
	border-radius: 5px;
}

.register_form_box .Verify_mobile_phone ul li .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 48px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	cursor: move;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.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: #f0831b;
}

.register_form_box .Verify_mobile_phone ul li .inp_code {
	width: 240px;
}

.register_form_box .Verify_mobile_phone ul li .getcode_tit,
.register_form_box .Verify_mobile_phone ul li .time_code {
	background: #f0831b;
	font-size: 14px;
	width: 166px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	color: #fff;
	position: relative;
	left: -10px;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}

.register_form_box .Verify_mobile_phone ul li .time_code {
	display: none;
}

.register_form_box .Set_account_information {
	text-align: center;
	padding: 10px;
}

.register_form_box .Set_account_information ul li {
	margin: 30px 0;
}
.input_tips{
	font-size: 14px;
    color: #999;
}
.register_form_box .Set_account_information ul li .inp_tit {
	width: 100px;
	text-align: right;
	color: #333;
	font-size: 15px;
}

.register_form_box .Set_account_information ul li .input {
    width: 450px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 5px;
}

.register_form_box .Set_account_information ul li .Tips_p {
	font-size: 14px;
	color: #999;
	position: relative;
	left: -42px;
	top: 10px;
}

.register_form_box .Set_account_information ul li .Tips_color {
	left: -55px;
	color: #f0831b;
}

.register_form_box .Set_account_information ul li .blue {
	color: #f0831b;
}

.register_form_box .Set_account_information ul li .agreement_tit {
	position: relative;
	left: -77px;
	color: #666;
}

.register_form_box .Set_account_information ul li .next_step {
	width: 450px;
	left: 27px;
}
.register_form_box .Set_account_information ul li .hyDec {
	font-size: 14px;
	margin-left: 0;
  }
.register_form_box .Improve_information {
	text-align: center;
	padding: 30px 10px 50px;
}

.register_form_box .Improve_information ul li {
	margin: 25px 0;
}

.register_form_box .Improve_information ul li .inp_tit {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #333;
	font-size: 15px;
}

.register_form_box .Improve_information ul li .input {
	width: 545px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 5px;
}
.register_form_box .Improve_information ul li #renzheng{
	margin-left: 0;
}
.register_form_box .Improve_information ul li button {
	color: #fff;
    width: 249px;
    border: 0;
    height: 50px;
    margin: 0 20px;
    position: relative;
    left: 45px;
    font-size: 16px;
    border-radius: 5px;
}

.register_form_box .Improve_information ul li .sub_btn {
	background: #f0831b;
	cursor: pointer;
}

.register_form_box .Improve_information ul li .sub_btn a {
	color: #fff
}

.register_form_box .Improve_information ul li .skip_btn {
	background: #222222;
}

.register_form_box .Improve_information ul li .outer {
	width: 543px;
	margin: 0px 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;
	border-radius: 5px;
}

.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: 80px;
}

.register_form_box .login_was_successful h3 {
	color: #f0831b;
	font-size: 20px;
	font-weight: bold;
}

.register_form_box .login_was_successful h3 .seleted_ico {
	font-size: 40px;
	color: #f0831b;
	vertical-align: middle;
}

.register_form_box .login_was_successful .go_btn {
	background: #f0831b;
	border: 0;
	height: 45px;
	width: 260px;
    margin: 65px auto;
    position: relative;
	line-height: 45px;
}

.register_form_box .login_was_successful .go_btn a {
	color: #fff;
	display: block
}

.father_jbxx_img {
	width: 543px;
	display: inline-flex;
	align-items: flex-end;
}

.jbxx_img {
	max-width: 50px;
	max-height: 60px;
}

#phone:-webkit-autofill {
	box-shadow: 0 0 0 1000px #d8d8d8 inset;
}
