.fl {
	float: left;
}

.fr {
	float: right;
}
*{
	box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
html{
	hieght:100vh;
}
body{
	height: 100vh;
}
.user-active{
	overflow: hidden;
}
.user-active .windows_bkg{
	display: block;
}
/* 鐧诲綍*/
.user-active[data-number="1"]  .user_windows1.user_login_windows{
	display: block;
}

.user-active[data-number="2"] .user_windows1.person_user_windows{
	display: block;
}
/*娉ㄥ唽鎴愬姛*/
.user-active[data-number="3"] .user_windows1.code_user_windows{
	display: block;
}

.user-active[data-number="6"] .user_windows1.user_phone_login_list_windows{
	display: block;
}
.user-active[data-number="7"] .user_windows1.code_user_windows2{
	display: block;
}

/*閫夋嫨琛屼笟*/
.user-active[data-number="4"] .user_windows2{
	display: block;
}

/*閫夋嫨鍦烘櫙*/
.user-active[data-number="5"] .user_windows3{
	display: block;
}
.user_windows1
{
	position: fixed;
	width: 781px;
	height: 590px;
	/*background: url(/index/img/newsUser.png) no-repeat;*/
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;

}
.user_right{
	height: 470px;
	width: 410px;
	float: right;
	margin-top: 90px;
	margin-right: 4px;
	padding-top: 40px;
	position: relative;
/* 	box-sizing: border-box; */
}
.user_nav_ul{
	display: flex;
}
.user_nav_ul li{
	flex: 1;
	text-align: center;
	line-height: 40px;
	position: relative;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}

.user_nav_ul li.user_nav_active{
	color: #ff8e41;
	font-weight: bold;

}
.user_nav_ul li.user_nav_active::after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background-color: #ff8e41;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
}
.user_nav_ul li:first-child{
	border-right: 1px solid #e4e4e4;
}

.user_list{
	padding: 0 35px;
	/* box-sizing: border-box; */
	margin-top: 28px;
	display: none;
}
.user_list.show_user_list{
	display: block;
}
.user_line{
	position: relative;
	border-bottom:1px solid #ccc;
	padding-top: 20px;

}
.user_line input{
	border: none;
	line-height: 34px;
	padding-left: 30px;
	 outline: none;
}
.user_icon1{
	height: 19px;
	width: 14px;
	background: url(/index/img/user_icon1.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 26px;
}
.user_icon2{
	height: 14px;
	width: 14px;
	background: url(/index/img/user_icon2.png) no-repeat;
	position: absolute;
	left:0px;
	top: 30px;
}
.user_line_text{
	position: relative;
	padding-top: 16px;
}
.user_line_text input[type='checkbox']{
	width: 14px;
	height: 14px;
	margin-right: 0px;
	position: relative;
	top: 3px;
	appearance: none;
	background: #FFFFFF;
	border: 2px solid #c4c4c4;
	border-radius: 50%;

}
.user_line_text input[type='checkbox']:checked::after{
	width: 14px;
	height: 14px;
	background: url(/index/img/user_icon4.png) no-repeat;
	content: "";
	position: absolute;
	top:-2px;
	left:-2px;
}
.user_line_text label{
	font-size: 12px;
	color: #999999;
}
.user_line_text a{
	color: #3ba4f5;
	font-size: 12px;
	text-decoration: none;
}
.user_login_btn{
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	background: #ff8e41;
	border-radius: 4px;
	margin-top: 60px;
}
.user_bottom{
	font-size: 14px;
	color: #999999;
	padding-top: 14px;
}
.user_bottom .fl a{
	color: #ff8e41;
	text-decoration: none;

}
.user_bottom .fr a{
	color: #333;
	text-decoration: none;
}
.user_list_content{
	position: relative;
}
.error_icon{
	height: 14px;
	width: 14px;
	display: inline-block;
	background: url(/index/img/user_icon5.png) no-repeat;
	position: relative;
	top: 2px;
}
.error_font{
	position: absolute;
	left: 36px;
	top: -10px;
	font-size: 14px;
	color: #f73535;
	visibility:hidden;
}
.code_btn{
	height: 21px;
	line-height: 21px;
	width: 80px;
	text-align: center;
	color: #fff;
	background: #FF8E41;
	border-radius: 10px;
	font-size: 12px;
	position: absolute;
	right: 10px;
	    top: 26px;
}
.register_code_btn{
	height: 21px;
	line-height: 21px;
	width: 80px;
	text-align: center;
	color: #fff;
	background: #FF8E41;
	border-radius: 10px;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 26px;
}
.user_close_icon{
	height: 30px;
	width: 30px;
	background: url(/index/img/user_close_icon.png) no-repeat;
	position: absolute;
	right: -40px;
	top: -10px;
	cursor: pointer;
}
.person_user_windows .user_list{
	margin-top: 0;
}
.person_user_windows .user_login_btn{
	margin-top: 10px;
}
.person_user_windows .user_line_text{
	padding-top: 14px;
}
.user_title{
	font-size: 18px;
	color: #333;
	padding-left: 35px;
}
.user_radio{
	/* padding-left: 35px; */
	padding: 15px 0 26px 35px;
}
.user_radio input[type='radio']{
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
	margin-right: 4px;
	appearance: none;
	background: #FFFFFF;
	border: 1px solid #FF8E41;
	border-radius: 50%;

}
.user_radio label{
	font-size: 12px;
	color: #333333;

}
.user_login_btn2{
	margin-top: 60px !important;
}
.user_radio input[type='radio']:checked::after{
	width: 7px;
	height: 7px;
	background: #FF8E41;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
}
#person2{
	margin-left: 20px;
}
.code_user_windows .user_right{
	background: url(/index/img/wechat_bkg.png) no-repeat;

}
.code_user_windows .user_title{
	padding-top: 12px;
}
.user_succeed{
	padding: 5px 35px 25px 35px;
	font-size: 18px;
}
.user_succeed span{
	color: #FF8E41;
}
.code_img_ul{
	display: flex;
}
.code_img_ul li{
	flex: 1;
}
.code_img_ul li
,.code_img_ul li img
{
	height: 108px;
	width: 108px;
}
.code_img_ul li img{
	display: block;
	margin: auto;
}
.code_img1{
	margin-left: 83px;
}
.code_img2{
	margin-left: 23px;
}

.code_img_font{
	padding-top: 5px;
}
.code_img_font p{
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin:5px 0 0 0;

}
.code_text{
	margin-left: 30px;
}
.user_login_btn.user_login_return{
	margin-top: 0;
	border: 1px solid #FF8E41;
	background: #fff;
	color: #FF8E41;
}
.user_login_btn.user_login_return~div{
	margin-top: 13px;
}
.user_windows2{
	height: 520px;
	width: 717px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	border: 1px solid #e3e3c7;
	border-radius: 4px;
}


.user_windows2_header .fr{
	height: 12px;
	width: 12px;
	background: url(/index/img/user_windows2_close.png) no-repeat;
	cursor: pointer;
}
.user_windows2_title{
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 10px 0 60px 0;
}
.user_windows2_ul{
	/* display: flex; */
	height: 320px;
	padding: 0 25px;
}
.user_windows2_ul li{
	/* flex: 1; */
	width: 73px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-bottom: 55px;

}
.user_windows2_ul li:nth-child(13)
,.user_windows2_ul li:nth-child(14)
,.user_windows2_ul li:nth-child(15)
,.user_windows2_ul li:nth-child(16)
{
	margin-bottom: 0;
}
.user_windows2_ul li input[type='radio']{
	width: 16px;
	height: 16px;
	position: absolute;
	top: -13px;
	left: -10px;
	appearance: none;
	background: url(/index/img/industry2.png) no-repeat;
/* 	border-radius: 50%; */
}
.user_windows2_ul li input[type='radio']:checked::after{
	width: 16px;
	height: 16px;
	background: url(/index/img/industry1.png) no-repeat;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.user_windows2_ul li input[type='radio']:checked+label{
	color: #FF8E41;
}
.intranet_icon1{
	background: url(/index/img/industry_icon1.png) no-repeat;
}
.intranet_icon2{
	background: url(/index/img/industry_icon2.png) no-repeat;
}
.intranet_icon3{
	background: url(/index/img/industry_icon3.png) no-repeat;
}
.intranet_icon4{
	background: url(/index/img/industry_icon4.png) no-repeat;
}
.intranet_icon5{
	background: url(/index/img/industry_icon5.png) no-repeat;
}
.intranet_icon6{
	background: url(/index/img/industry_icon6.png) no-repeat;
}
.intranet_icon7{
	background: url(/index/img/industry_icon7.png) no-repeat;
}
.intranet_icon8{
	background: url(/index/img/industry_icon8.png) no-repeat;
}
.intranet_icon9{
	background: url(/index/img/industry_icon9.png) no-repeat;
}
.intranet_icon10{
	background: url(/index/img/industry_icon10.png) no-repeat;
}
.intranet_icon11{
	background: url(/index/img/industry_icon11.png) no-repeat;
}
.intranet_icon12{
	background: url(/index/img/industry_icon12.png) no-repeat;
}
.intranet_icon13{
	background: url(/index/img/industry_icon13.png) no-repeat;
}
.intranet_icon14{
	background: url(/index/img/industry_icon14.png) no-repeat;
}
.intranet_icon15{
	background: url(/index/img/industry_icon15.png) no-repeat;
}
.intranet_icon{
	height: 30px;
	width: 30px;
	margin: auto;
	background-size: 100%;
	margin-bottom: 10px;
}
.user_windows2_ul li label{
	display: block;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.radio16{
	font-size: 12px;
	color: #333;
	    padding-top: 14px;
}
.user_windows2_ul li:last-child{
	width: auto;
}
.radio16 input{
	border:none;
	outline: none;
	width: 120px;
	border-bottom: 1px solid #000000;
}
.user_submit_btn{
	height: 42px;
	line-height: 42px;
	width: 250px;
	font-size: 16px;
	color: #fff;
	background: #FF8E41;
	border-radius: 4px;
	text-align: center;
	margin: auto;
}
.user_windows3{
	height: 390px;
	width: 580px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
}
.user_windows3 .user_windows2_title{
	padding-bottom: 10px;
}
.user_windows3_font{
	text-align: center;
	font-size:14px;
	 color: #666666;
	/* margin-bottom: 30px; */
}
.user_windows3_ul li input[type='radio']{
	top:3px;
	margin-right: 0;
	/* left: 0; */
}
.user_windows3_ul li input[type='radio']~label{
	margin-left:0px;
	font-size: 14px;
}
.user_windows3_ul li {
	width: 95px;
	float: left;
	margin-left: 38px;
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
}
.user_windows3_ul li input[type='checkbox']{
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	left: 0px;
	appearance: none;
	background: url(/index/img/checkbox_img1.png) no-repeat;
/* 	border-radius: 50%; */
}
.user_windows3_ul li input[type='checkbox']:checked::after{
	width: 14px;
	height: 14px;
	background: url(/index/img/checkbox_img2.png) no-repeat;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.user_windows3 .user_submit_btn{
	margin-top: 38px;
}

.iphone-select{
	height: 470px;
	width: 410px;
	float: right;
	margin-top: 90px;
	margin-right: 4px;
	padding-top: 30px;
	position: relative;
	padding-left: 28px;
	padding-right: 35px;
}
.iphone-select-return{
	font-size: 14px;
	color: #999999;
}
.iphone-title-font{
	font-size: 18px;
	color: #333;
	text-indent: 13px;
	padding-top: 24px;
	font-weight: 500;
}
.iphone-content{
	padding-top: 70px;
}
.iphone-line-select{
	padding-bottom: 10px;
}
.iphone-select-icon{
	height: 18px;
	width: 18px;
	background: url(/index/img/iphone-select-icon.png) no-repeat;
	background-size: 100%;
	float: left;
}
.iphone-select-right{
	height: 14px;
	width: 8px;
	cursor: pointer;
	background: url(/index/img/select-icon.png) no-repeat;
}
.iphone-select-right.active{
	transform: rotate(90deg);
}
.iphone-line-select{
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
}
.iphone-select-font{
	line-height: 18px;
	font-size: 14px;
	color: #999999;
	padding-left: 12px;
}
.iphone-content ul{
	width: 100%;
	height: 120px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	margin-top: 1px;
}
.iphone-content ul li{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	padding:0 30px;
}
.iphone-content ul li:hover{
	background: #fff3ec;
	color: #333;
}
.iphone-select .user_login_btn{
	margin-top:27px;
}
.iphone-select p{
	text-align: center;
	color: #999;
	font-size: 14px;
	padding-top: 18px;
}