html,body{
width: 100%;
height: 100%;
}
.register{
	width: 100%;
	height: 100%;
	background: #F5F7FA;
}
.logo{
	height: 105px;
	display: flex;
	align-items: center;

	background-color: #fff;
}
.logo .line{
	width: 1px;
	height: 30px;
	background: #C4C4C4;
	margin: 36px;
}
.logo .logo_img{
	margin-left: 210px;
}
.logo .logo_img img{
	
}
.logo h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 78px;
	letter-spacing: 0px;
	color: #3D3D3D;
}
.register  .reg_content{
	width: 996px;
	margin: 0 auto;
}
.register  .reg_content .reg_hd{
	font-size: 18px;
	color: #3D3D3D;
	line-height: 78px;
	font-weight: normal;
}
.register  .reg_content .reg_hd a{
	color: #158CC8;
}
.register  .reg_content .reg_form{
	width: 996px;
	height: 700px;
	background: #FFFFFF;
	padding: 45px 52px 0 79px;
}
.reg_form .reg_form_top{
	
}
.reg_form .reg_form_top ul{
	display: flex;
}
.reg_form .reg_form_top ul li{
	
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	width: 294px;
	background: url('../img/reg2.png') no-repeat center;
	margin-left: -2px;
}

.reg_form .reg_form_top ul .bg{

	background: url('../img/reg22.png') no-repeat center;
	color: #fff;
}



/*.reg_form .reg_form_top ul .zt1{*/
/*	width: 294px;*/
/*	background: url('../img/reg1.png') no-repeat center;*/
/*	color: #fff;*/
/*}*/
/*.reg_form .reg_form_top ul .zt2{*/
/*	width: 294px;*/
/*	background: url('../img/reg2.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*}*/
/*.reg_form .reg_form_top ul .zt3{*/
/*	width: 285px;*/
/*	background: url('../img/reg3.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*}*/
/*.reg2 .reg_form .reg_form_top ul .zt1{*/
/*	width: 294px;*/
/*	background: url('../img/reg11.png') no-repeat center;*/
/*	color: #333333;*/
/*}*/
/*.reg2 .reg_form .reg_form_top ul .zt2{*/
/*	width: 294px;*/
/*	background: url('../img/reg22.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*	color: #fff;*/
/*}*/
/*.reg2 .reg_form .reg_form_top ul .zt3{*/
/*	width: 285px;*/
/*	background: url('../img/reg3.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*}*/

/*.reg3 .reg_form .reg_form_top ul .zt1{*/
/*	width: 294px;*/
/*	background: url('../img/reg11.png') no-repeat center;*/
/*	color: #333333;*/
/*}*/
/*.reg3 .reg_form .reg_form_top ul .zt2{*/
/*	width: 294px;*/
/*	background: url('../img/reg2.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*	color: #333333;*/

/*}*/
/*.reg3 .reg_form .reg_form_top ul .zt3{*/
/*	width: 285px;*/
/*	background: url('../img/reg33.png') no-repeat center;*/
/*	margin-left: -2px;*/
/*		color: #fff;*/
/*}*/
.reg_form .reg_form_top{
	
}
.reg_form .reg_form_bottom{
	margin-top: 62px;
}
.reg_form .reg_form_bottom .reg_form_list{
	margin-bottom: 16px;
	height: 41px;
	line-height: 41px;
	display: flex;

}
.reg_form .reg_form_bottom .reg_select{
	
}
.reg_form .reg_form_bottom .reg_select .reg_select_input{
	width: 381px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #C4C4C4;
	color: #999999;
	font-size: 14px;
	padding-left:20px;
	position: relative;
}
.reg_form .reg_form_bottom .reg_select .reg_select_input p::after{
	    content: '';
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 50%;
	    transform: translateY(-50%);
		transition: all 0.3s;
		border-top: solid 8px #C4C4C4;
		border-right: solid 7px transparent;
		border-left: solid 7px transparent;

}
.reg_form .reg_form_bottom .reg_select ul{
	position: absolute;
	    left: 0px;
	    top: 47px;
	    background: #fff;
	    width: 100%;
	    
	    z-index: 10;
		box-shadow: 0px 1px 6px 2px #c4c4c4;
		display: none;
}
.reg_form .reg_form_bottom .reg_select ul li{
	padding-left: 24px;
	height: 51px;
	font-size: 14px;
	color: #3D3D3D;
	line-height: 51px;
}
.reg_form .reg_form_bottom .reg_select ul li:hover{
	background: #E6F7FF;
	cursor: pointer;
	color: #158CC8!important;
}
.reg_form .reg_form_bottom .reg_select ul .active{
	background: #E6F7FF;
	color: #158CC8!important;
}


.reg_form .reg_form_bottom .reg_form_list_code{
	margin-bottom: 38px;
}

.reg_form .reg_form_bottom .reg_form_list_btn div{
	width: 200px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #158CC8;
	border-radius: 4px 4px 4px 4px;
	opacity: 0.5;
	border: 1px solid #158CC8;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 21px;
	cursor: pointer;
}

.reg_form .reg_form_bottom .reg_form_list label{
	width: 175px;
	text-align: right;
	display: inline-block;
	margin-right: 36px;
	color: #3D3D3D;
	font-size: 14px;
}
.reg_form .reg_form_bottom input{
	width: 381px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #C4C4C4;
	color: #999999;
	font-size: 14px;
	padding-left:20px;
}
.reg_form .reg_form_bottom input::-webkit-input-placeholder { 
    color: #999;
  }
.reg_form .reg_form_bottom .mycode{
		position: relative;
		
}
.reg_form .reg_form_bottom .mycode1{
	position: absolute;
	right: 0;
	top: 0;
	color: #158CC8;
	font-size: 14px;
	display: flex;
	    align-items: center;
		margin-right: 18px;
	
}
.reg_form .reg_form_bottom .mycode1 em{
	width: 1px;
	height: 20px;
	display: inline-block;
	background: #C4C4C4;
	margin-right: 18px;
}
/* 注册页面 */

 .reg_form_file{
	height: 100%!important;
	
}
 .reg_form_file .reg_form_filed{
	position: relative;
	
	
}
 .reg_form_file .reg_form_filed .reg_form_jia{
	width: 150px;
	height: 105px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #C4C4C4;
	display: flex;
	flex-direction: column;

}
 .reg_form_file .reg_form_filed .reg_form_jia em{
	color: #158CC8;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
 .reg_form_file .reg_form_filed .reg_form_jia p{
	font-size: 12px;
	font-weight: 400;
	color: #158CC8;
	text-align: center;
}
 .reg_form_file input{
	border: none;
	width: 140px;
	height: 100px;
	position: absolute;
	background: none;
	top: 0;
	z-index: 100;
	opacity: 0;
	
}
 .reg_form_file #show_img, .reg_form_file #show_img1{
	width: 150px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
}
 .reg_form_file #show_img img, .reg_form_file #show_img1 img{
	width: 100%;
	height: 100%;
}
.reg_form_txt{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	letter-spacing: 1px;
	margin-left: 20px;

}
 .reg_form_txt a{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #2B74ED;
	line-height: 20px;
	border-bottom: 1.5px solid #2B74ED;
	margin-bottom: 5px;
}
 .reg_form_file .reg_form_txt  img{
	width: 14px;
	height: 14px;
	margin-left: 9px;
}
 .reg_form_list_btn div{
	background: #158CC8!important;
	opacity: 1!important;
}
/* 注册页面3 */
.reg3 .reg_form_bottom{
	
}
.reg3 .reg_succes1{
	display: flex;
	flex-direction: column;
}
.reg3 .reg_form_bottom img{
	width: 256px;
	margin: 80px auto 60px;
}
.reg3 .reg_succes1 p{
	font-size: 18px;
	color: #333;
	text-align: center;
}
.reg3 .reg_succes1 a{
	color: #158CC8;
		font-size: 18px;
		text-align: center;
		margin-top: 30px;
}
.reg3 .reg_succes2 p{
	font-size: 18px;
	color: #333;
	text-align: center;
}

.reg3 .reg_succes2,.reg3 .reg_succes3{
	display: flex;
	flex-direction: column;
}
.reg3 .reg_succes2 p{
	font-size: 18px;
	color: #333;
	text-align: center;
	
}
.reg3 .reg_succes2 .p1{
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin: 18px 0 24px;
}
.reg3 .reg_succes2 a{
	color: #158CC8;
		font-size: 18px;
		text-align: center;
}

.reg3 .reg_succes3{
	font-size: 18px;
	color: #999999;
	text-align: center;	
}
.reg3 .reg_succes3 i{
	font-style: normal;
	color: #D83745;
}
.reg3 .reg_succes3 p{
	display: flex;
	margin: 18px auto;
}
.reg3 .reg_succes3 p em{
	display: flex;
	color: #158CC8;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		
}

.reg3 .reg_succes3 a{
	color: #158CC8;
		font-size: 18px;
		text-align: center;
}


/* 用户中心 */
.user{
	width: 100%;
	height: 100%;
	background: #F5F7FA;
}
.user .head_line{
	display: flex;
	align-items: center;
}
.user .head_line .line{
	width: 1px;
	    height: 30px;
	    background: #C4C4C4;
	    margin: 36px;
}
.user .head_line h2{
	font-size: 24px;
	    font-weight: normal;
	    line-height: 78px;
	    letter-spacing: 0px;
	    color: #3D3D3D;
}
.user .head_right {
    display: flex;
    /* margin-left: 230px; */
    position: absolute;
    right: 187px;
    /*height: 110px;*/
	height: 0px;
    display: flex;
    align-items: center;
}
 
.user_hd{
	font-size: 36px;
	font-weight: normal;
	line-height: 78px;
	letter-spacing: 1px;
	
	color: #3D3D3D;
	margin:  36px 0!important;
}
.user_list{
	display: flex;
}
.user_list .user_left{
	width: 282px;
	height: 600px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #F8F8F8;
	margin-right: 24px;
}
.user_list .user_left{
	
}
.user_list .user_left ul {
	width: 282px;
	height: 600px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	/* border: 1px solid #F8F8F8; */
}

.user_list .user_left ul li a{
	display: flex;
	cursor: pointer;
}

.user_list .user_left ul li:last-child p {
	border-bottom: none;
}

.user_list .user_left ul li p {
	width: 268px;
	height: 100px;
	line-height: 100px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #333;

}

.user_list .user_left ul li i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #fff;
	display: inline-block;
	margin-right: 8px;
}

.user_list .user_left ul .active p {
	border-radius: 10px;
	background: linear-gradient(90deg, #E9F4F9 0%, rgba(21, 140, 200, 0) 100%);
	border-bottom: none;
	color: #158CC8;
}

.user_list .user_left ul .active i {
	width: 6px;
	height: 100px;
	display: inline-block;
	background: #158CC8;
	margin-right: 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}



.user_list .user_right{
	width: 894px;
	min-height: 600px;
	border-radius: 10px;
	opacity: 1;
	background: #FFFFFF;
	
	box-sizing: border-box;
	border: 1px solid #F8F8F8;
	padding: 0px 31px 0 60px;
	
}
.user_list .user_right .user_right_img{
	margin-top: 27px;
}
.user_list .user_right .user_right_txt{
	margin: 27px 0 16px;
}
.user_list .user_right .user_right_txt h2{
	margin-top: 29px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #B99141;
	padding-bottom: 22px;
	border-bottom: 1px dashed #D8D8D8;
}



.user_list .user_right .txt_list{
	border-bottom: 1px dashed #D8D8D8;
}
.user_list .user_right .txt_list:last-child{
	border:none;
}
.user_list .user_right .txt_list h3{
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #333333;
}
.user_list .user_right .txt_list p{
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #666666;
}
.user_list .user_right .user_right_txt h4{
	margin-top: 27px;
	margin-bottom: 72px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #333333;
}
.user_list .my_user{
	
}
.user_list .my_user h5{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #333333;
	border-bottom: 1px dashed #D8D8D8;
	padding-bottom: 22px;
}
 .my_user .my_user_list{
	display: flex;
	margin-top: 37px;
	margin-bottom: 48px;
}
 .my_user .my_user_left{
	width: 100px;
	height: 100px;
	margin-right: 40px;
}
 .my_user .my_user_left img{
	width: 100%;
}

 .my_user .my_user_right{
	
}
 .my_user .my_user_right ul{
	
}
 .my_user .my_user_right ul li{
	display: flex;
	margin-bottom: 7px;
}
 .my_user .my_user_right .my_lang{
	color: #158CC8;
}
 .my_user .my_user_right ul li em{
	width: 69px;
	height: 30px;
	opacity: 1;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.05em;
    margin-right: 8px;
	color: #999999;
}
 .my_user .my_user_right ul li .my_user_txt{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
	display: flex;
}
 .my_user .my_user_right ul li .my_user_txt .my_lg{
	display: flex;
	align-items: center;
	cursor: pointer;
}
 .my_user .my_user_right ul li .my_user_txt .my_lg img{
	 margin-right: 7px;
	 margin-left: 18px;
 }
 .my_user .my_user_right ul li .my_input{
	 
 }
 .my_user .my_user_right ul li .my_input input{
 	 width: 287px;
 	 height: 38px;
 	 opacity: 1;
 	 
 	 box-sizing: border-box;
 	 border: 0.5px solid #C4C4C4;
	 padding-left: 20px;
 }
  .my_user .my_user_right ul li .my_input input::placeholder{
 	font-size: 16px;
 	font-weight: 400;
 	color: #333;
 }
 .my_user .my_user_right ul li .my_input>div{
 	 display: flex;
	 margin-top: 10px;
	 position: relative;
 }
  .my_user .my_user_right ul li .my_input>div img{
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  transform: translateY(-50%);
	  cursor: pointer;
  }
 .my_user .my_user_right ul li .my_input>div em{
 	 width: 60px;
 	 height: 28px;
 	 border-radius: 2px;
 	 opacity: 1;
 	 box-sizing: border-box;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  font-size: 12px;
		  cursor: pointer;
 }
 .my_user .my_user_right ul li .my_input>div .em1{
 	 border: 0.5px solid #158CC8;
	 margin-right: 30px;
	 color: #158CC8;
 }
 .my_user .my_user_right ul li .my_input>div .em2{
 	 background: #158CC8;
	 color: #fff;
 }
 



.user_list .my_user .my_user_list2{
	padding-bottom: 90px;
}
.user_list .my_user .my_user_list2 p{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #333333;
	margin-top: 22px;
	margin-bottom: 14px;
}
/* 用户中心-绑定邮箱 */
.my_email{
	
}
.my_email .my_email_hd{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0em;
	color: #333333;
	margin-top: 36px;
	padding-bottom: 21px;
	margin-bottom: 56px;
	border-bottom:1px dashed #D8D8D8 ;
}
.my_email .my_email_hd img{
	
}
.my_email .my_email_hd em{
	color: #158CC8;
}
.my_email .my_email_list{
	margin-left: 45px;
}
.my_email .my_email_list1{
	display: flex;
	margin-bottom: 16px;
}
.my_email .my_email_list1 .tl{
	width: 74px;
	height: 41px;
	line-height: 41px;
	opacity: 1;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 0px;
	color: #3D3D3D;
	display: block;
	    margin-right: 22px;
}
.my_email .my_email_list1>div{
	width: 381px;
	height: 41px;
	border-radius: 2px;
	opacity: 1;
	
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px 10px 28px;
	
	background: #FFFFFF;
	box-sizing: border-box;
	border: 0.5px solid #C4C4C4;
}
.my_email .my_email_list1>div input{
	height: 41px;
	border: none;
}
.my_email .my_email_list2{
	display: flex;
}
.my_email .my_email_list2>div{
	width: 276px;
	margin-right: 12px;
}
.my_email .my_email_list2 input{
	width: 230px;
}
.my_email .my_email_list2 a{
	width: 93px;
	height: 42px;
	border-radius: 2px;
	opacity: 1;
	border: 0.5px solid #F5F6F9;
}


.my_email .my_email_btn{
	width: 200px;
	height: 36px;
	border-radius: 4px;
	opacity: 0.5;
	
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px 33px;
	
	background: #158CC8;
	
	box-sizing: border-box;
	border: 1px solid #158CC8;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	
	color: #FFFFFF;
	margin-left: 119px;
	margin-top: 42px;
	cursor: pointer;
}

/* 登录 */
.login{
	width: 100%;
	    height: 100%;
	    background: #F5F7FA;
}
.login .logo{
	 background: #F5F7FA;
}
.login .login_con{
	width: 979px;
	margin: 81px auto 0;
	background-color: #fff;
	display: flex;
}
.login .login_con .login_con_left{
	width: 456px;
	height: 610px;
}
.login .login_con .login_con_left img{
	width: 100%;
	height: 100%;
}
.login .login_con .login1{
	margin-left: 68px;
}
.login .login_con .login1 .login1_title{
	font-size: 20px;
	font-weight: normal;
	line-height: 78px;
	letter-spacing: 0px;
	color: #158CC8;
	padding-bottom: 20px;
	
	border-bottom: 2px solid #158CC8;
}
.login .login_con .login1 .login1_list{
	margin-top: 50px;
}
.login .login_con .login1 .login1_list div{
	width: 413px;
	border-bottom: 0.5px solid #C4C4C4;
	padding: 8px 0;
	margin-bottom: 38px;
}
.login .login_con .login1 .login1_list div input{
	width: 250px;
	height: 35px;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	color: #999999;
	border: none;
}
.login .login_con .login1 .login1_list div a{

	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: right;
	letter-spacing: 0.5px;
	padding-left: 20px;
	margin-left: 50px;
	border-left: 1px solid #A2A2A2;
	color: #158CC8;
}


.login .login_con .login1 .login1_btn{
	height: 52px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #158CC8;
	box-sizing: border-box;
	border: 0px solid #F2F2F2;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-weight: normal;
	line-height: 56px;
	letter-spacing: 2px;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 22px;
}
.login .login_con .login1 .login1_xia{
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}
.login .login_con .login1 .login1_xia div{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	align-items: center;
}
.login input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin-left: auto;
  width: 16px;
  height: 16px;
  background: #158CC8;
  /* background: url("../img/dui1.png") no-repeat center; */
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
/*  border-radius: 50%; */
}
.login input[type=radio]:checked {
  background-image: url("../img/dui.png");
}
.login .login_con .login1 .login1_xia a{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: right;
	letter-spacing: 1px;
	color: #666666;
	cursor: pointer;
}
.login .login_con .login1 .login1_qita p{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 14px;
	
}
.login .login_con .login1 .login1_qita>div{
	display: flex;
	justify-content: center;
}
.login .login_con .login1 .login1_qita>div a{
	width: 38px;
	height: 38px;
	margin-right: 26px;
	display:block;
}
.login .login_con .login1 .login1_qita>div a:last-child{
	margin-right: 0px;
}

.login .login_con .login1 .login1_qita>div img{
	width: 100%;
}


.login .login_con .login2{
	width: 521px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login .login_con .login2 .login2_txt{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 82px;
	margin-bottom: 16px;
}
.login .login_con .login2 .login2_txt img{
	
	width: 25px;
	height: 25px;
	margin-right: 13px;
}
.login .login_con .login2 .login2_img{
	width: 240px;
	margin-bottom: 44px;
}
.login .login_con .login2 .login2_img img{
	width: 100%;
}
.login .login_con .login2 .login2_ad{
	margin-bottom: 19px;
}
.login .login_con .login2 .login2_ad h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 15px;
	position: relative;
}
.login .login_con .login2 .login2_ad h3::before{
	content: '';
	width: 90px;
	height: 0.5px;
	opacity: 1;
	display: block;
	background: #D8D8D8;
	position: absolute;
	top: 50%;
	left: -90px;
}
.login .login_con .login2 .login2_ad h3::after{
	content: '';
	width: 90px;
	height: 0.5px;
	opacity: 1;
	display: block;
	background: #D8D8D8;
	position: absolute;
	top: 50%;
	left: 214px;
}
.login .login_con .login2 .login2_ad div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.login .login_con .login2 .login2_ad div a{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #666;
}
.login .login_con .login2 .login2_ad div em{
	color: #fafafa;
	margin: 0 20px;
}

.login .login_con .login2 .login1_qita{
	display: flex;
	justify-content: center;
}
.login .login_con .login2 .login1_qita a{
	width: 38px;
	height: 38px;
	margin-right: 26px;
	display:block;
}
.login .login_con .login2 .login1_qita a:last-child{
	margin-right:0px;
}
.login .login_con .login2 .login1_qita img{
	width: 100%;
}