body{
	padding: 0px;
	margin: 0px;
	max-width: 768px;
	margin: auto;
	background-color: #f4f4f4;
}
img{
	width: 100%;
}

footer{
	position: relative;
}
footer p{
	font-size: 18px;
	position: absolute;
	bottom: 11%;
	left: 9%;
	color: #fff;
}

.card{
	margin: 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 4px 10px rgba(0,0,0,.1);
	padding: 15px;
}
.card .tit{
	border-left: 4px solid #a25dff;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
}
.card .box{
	background-color: #7e759c;
	padding: 10px;
	border-radius: 10px;
}
.card p{
	font-size: 14px;
	text-align: justify;
	text-indent: 28px;
	line-height: 24px;
}
.card .box p{
	color: #fff;
	font-size: 14px;
	text-align: justify;
	text-indent: 28px;
	line-height: 24px;
}

.data-change{
	display: flex;
	justify-content: space-between;
	padding: 0px 15px;
}
.data-change p{
	margin: 0px;
}
.data-change>p{
	font-weight: bold;
}
.data-change label{
	position: relative;
	border: none;
	background-color: transparent;
	outline: none;
}
.data-change label>p{color: #999}
.data-change label input{position: absolute;opacity: 0;}
.data-change label ul{
	position: absolute;
	width: 79px;
	padding-left: 0px;
	padding: 10px;
	background-color: #fff;
	list-style: none;
	right: 0px;
	display: none;
	box-shadow: 0px 0px 6px rgba(0,0,0,.18)
}
.data-change label ul a{
	line-height: 30px;
	text-decoration: none;
	color: #454545;
	font-size: 13px;
}
.data-change label ul:before{
	content: '▲';
	position: absolute;
	color: #fff;
	top: -12px;
	font-size: 18px;
	right: 10px;
}
.data-change label input:checked ~ ul{display: block;}

.data-eye table{
	width: 100%;
	border-bottom: 2px dashed #000;
	text-align: center;
}
.data-eye table p,.data-eye table{margin: 0px;padding: 0px;text-align: center;}
.data-eye table td{padding: 6px 0px;}
.data-eye table p span{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #585dff;padding: 10px 0px;
}
.data-eye table p{font-size: 12px;color: #999}
.data-eye table p.xh span{
	text-decoration: underline;
	white-space: nowrap;
	color: #343434;
}
.data-eye table p.xh2 span{
	padding-bottom: 2px;
	border-bottom: 1px solid #a25dff;
	display: inline;
	color: #a25dff
}
.user-info{
	border-top: 5px solid #a25dff;
	border-bottom: 5px solid #a25dff;
}
.user-info>.p1{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.user-info>.p1 span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #a25dff;
	color: #fff;
	display: inline-block;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	margin-right: 8px;
}

.user-info>.p1 span i{
	font-size: 24px;
	margin-left: -22px;
	position: relative;
	top: -4px;
	font-style: normal;
}
.user-info .box2{
	display: flex;
	justify-content: space-between;
}
.user-info .txt p{
	text-align: left;
	margin: 5px 0px;
}
.user-info .code{
	margin-right: 10px;
}
.user-info .code canvas{
	width: 120px;
}

/*.newlogin .img{
	width: 100%;
	height: 150px;
	overflow: hidden;
	color: #fff;
	background: url('../img/login_img2.jpg');
	background-size: cover;
	-webkit-mask-image: url('../img/login_img1.png');
	-webkit-mask-size: 100% 140px;
}*/
.input{
	width: 80%;
	margin: 0px 10%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.input span{
	display: block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #ddd;
}
.input img{
	width: 14px;
}
.input input{
	background-color: transparent;
	border: none;
	line-height: 40px;
	padding-left: 10px;
}
.btn{
	width: 80%;
	margin: 0px 10%;
	margin-top: 50px;
}
.btn button{
	width: 100%;
	border: none;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
    background: linear-gradient(to right, #da8cff, #9a55ff);
    box-shadow: 1px 1px 12px rgba(0,0,0,.3)
}