.header{
	/*width: 100%;*/
	width: 1000px;
	margin: 0px auto 0px auto;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: rgb(51, 51, 52);
}
.header span{
	/*margin-left: 50px;*/
}
.body{
	width: 410px;
	margin: 100px auto 0px auto;
}
.body_left{
	float: left;
}
.body_left_title{
	font-size: 32px;
	line-height: 44px;
	color: #c4c4c4;
	font-weight: 80;

}
.copyright{
	font-size: 12px;
	line-height: 16px;
	margin-top: 40px;
	color: rgba(51, 51, 52, 0.6);
}
.body_login{
	padding: 34px 40px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 50px 60px;
	border-radius: 20px;
	width: 330px;
}
.body_login_title{
	text-align: center;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 36px;
	color: rgb(51, 51, 52);
}
.body_login_input{
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	padding: 0px 0px 0px 60px;
	border: none;
	background-color: #f1f1f1;
	width: 270px;
	height: 45px;
	margin-bottom: 20px;
	outline: none;
	border: 2px solid #f1f1f1;
	transition: 1s;
}
.body_login_input:hover {
	border: 2px solid #2e8cfc;
}
.body_login_input:focus {
	border: 2px solid #7a72ff;
}
.btn_login{
	width: 335px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border-radius: 16px;
	background-color: #7a72ff;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 20px auto 20px auto;
}
.btn_login:hover{
	background-color: #1890ff;
}
.btn_login_auth{
	width: 331px;
	height: 44px;
	line-height: 44px;
	border: 2px solid #7a72ff;
	background-color: #FFF;
	color: #7a72ff;
	transition: .5s;
}
.btn_login_auth:hover {
	background-color: #1890ff;
	color: #FFF;
}
.alertMsg {
    font-size: 12px;
    color: red;
}
.inputDiv{
	position: relative;
}
.inputDiv img{
	position: absolute;
	width: 30px;
	top: 10px;
	left: 15px;
}


.pay_tit{
	width: 800px;
	margin: 50px auto 20px auto;
	padding: 0px 20px 0px 20px;
}
.pay_body{
	width: 800px;
	margin: 50px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
}
.pay_numbeer{
	border: none;
	border-bottom: 5px solid #F2F6FC;
	padding: 10px;
	font-size: 38px;
	width: 235px;
	outline: none;
}
.payCard{
	width: 340px;
	text-align: center;
	background-color: #F2F6FC;
	margin: 20px;
	padding: 30px 10px;
	line-height: 30px;
	cursor: pointer;
}
.pay_more{
	width: 800px;
	margin: 20px auto 10px auto;
	font-size: 12px;
	color: #000;
}
		
.caPopMsg{
	position: absolute;
	top: calc(100vh / 3);
	width: calc(100% - 20px);
	text-align: center;
}
.caPopMsg>li{
	margin-bottom: 20px;
	list-style: none;
}
.caPopMsg>li>span{
	color: #FFF;
	font-size: 18px;
	background-color: rgba(0, 0, 0, .8);
	padding: 8px 15px;
	border-radius: 3px;
}