@charset "utf-8";
/* CSS Document */
.pt_inlogin{
	background: #fafafa;
	border-radius: 8px;
	padding: 30px;
	margin-top: 35px;
	position: relative;
}
.pt_inlogin .login_bt img{
	width: 100%;
}
.pt_inlogin .pt_zixun{
	position: absolute;
	right: 0;
	top: 60px;
	padding: 0 30px 0 20px;
	line-height: 40px;
	font-size: 15px;
}
.pt_inlogin .login_nr{
	margin-top: 30px;
}
.pt_inlogin .login_btn{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #c50313;
	padding: 20px 0;
}
.pt_inlogin .login_btn li{
	display: inline-block;
	box-shadow: 0px 0px 10px 0px rgba(157, 20, 20, 0.1); 
	border-radius: 8px;
	line-height: 56px;
	height: 60px;
	margin: 0 20px;
	background-color: #fff;
}
.pt_inlogin .login_btn li:hover{
	box-shadow: 0px 0px 10px 0px rgba(157, 20, 20, 0.3); 
}
.pt_inlogin .login_btn li a{
	padding: 0 50px;
	display: block;

	color: #c50313;
}
.pt_inlogin .login_btn img{
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}


/*登录后*/

.pt_inlogin .pt_user{
	text-align: center;
	padding-top: 10px;
}
.pt_inlogin img.user_tx{
	border-radius: 50%;
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 3px solid #f4dfdd;
}
.pt_user .t1{
	font-size: 18px;
	color: #b42519;
}
.pt_user img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.pt_user span{
	margin-right: 20px;
}
.pt_user .t2{
	font-size: 14px;
	color: #333;
}
.pt_user .t2 a{
	background: url(zwfw-zwfwV202410_index7.png) right center no-repeat;
	padding-right: 16px;
}
.user_info {
	margin-top: 15px;
	font-size: 15px;
}
.user_info li{
	display: inline-block;
	line-height: 2;
	position: relative;
	padding: 0 30px 0 24px;
}
.user_info li::after{
	content: '';
	width: 0px;
	height: 16px;
	border-left: 2px solid #bf220c;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7px;
}
.user_info li:last-child::after{
	display: none;
}
.shiming img{
	width: 24px;
}
