* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-family: "微软雅黑";
	box-sizing: border-box;
	font-style: normal;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	width: 100%;
	overflow-x: hidden;
	background: #ffffff;
}

img {
	vertical-align: top;
	max-width: 100%;
}
/* 头 */
.header {
	width: 100%;
	height: 3.5rem;
	background: #1578ff;
	display: flex;
	align-items: center;
	margin-top: -0.5rem;
	padding: 0 2.8rem;
}

.header img {
	width: 2rem;
	/* height: 1.1rem; */
	margin-right: .28rem;
}

.header p {
	font-size: .36rem;
	color: #ffffff;
}
/* 表单区 */
.content {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: .35rem .35rem 0 0;
	background: #ffffff;
	padding: .54rem;
	margin-top: -0.5rem;
}

.content .type {
	width: 100%;
	height: auto;
}

.content .type ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .type ul li {
	width: 100%;
	text-align: center;
	font-size: .36rem;
	color: #333333;
	position: relative;
}

.content .type ul li.on {
	color: #1578ff
}

.content .type ul li.on::after {
	content: "";
	position: absolute;
	display: block;
	width: .75rem;
	height: .06rem;
	background: #1578ff;
	bottom: -.2rem;
	left: 50%;
	transform: translateX(-50%);
}

.content .form {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: .85rem;
}

.content .form .item {
	width: 100%;
	height: .9rem;
	background: #f1f1f1;
	margin-bottom: .3rem;
	border-radius: .15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: .3rem;
	padding-right: .25rem;
}

.content .form .item i {
	flex-shrink: 0;
	font-size: .38rem;
	color: #999999;
}

.content .form .item input {
	height: .5rem;
	width: 100%;
	padding: 0 .4rem;
	background: none;
	color: #999999;
	font-size: .28rem;
}

.content .form .item span {
	color: #d1d1d1;
	font-size: .35rem;
}

.content .form .item span.on {
	color: #333;
}

.content .form .forget {
	text-align: right;
	font-size: .24rem;
	color: #1578ff;
	margin-bottom: .5rem;
	margin-top: -15px;
}


.content .form .submit {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content .form .submit button {
	width: 100%;
	height: .9rem;
	font-size: .32rem;
	color: #ffffff;
	border-radius: .15rem;
	margin-bottom: .2rem;
}

.content .form .submit button:first-child {
	background: #1578ff;
}

.content .form .submit button {
	background: #ffffff;
	border: .01rem solid #1578ff;
}

.agreement {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: .05rem;
	margin-bottom: .7rem;
	font-size: .24rem;
	color: #333333;
	display: flex;
	align-items: center;
	letter-spacing: .005rem;
}

.agreement i {
	font-size: .3rem;
	margin-right: .1rem;
	color: #bbb;
}

.agreement i.on {
	color: #1578ff;
}

.agreement span {
	color: #1578ff;
}
/* 第三方登录 */
.other-login {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.other-login .title {
	text-align: center;
	font-size: .26rem;
	color: #999999;
	margin-bottom: .45rem;
}

.other-login  ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.other-login  ul li {
	margin: 0 .3rem;
	font-size: .8rem;
}

.other-login  ul li.icon-weixin {
	color: #2aa515;
}

.other-login  ul li.icon-weibo {
	color: #fc9706;
}

.other-login  ul li.icon-qq {
	color: #47b2eb;
}

.avatar {
    padding: 0px 0px 20px 120px;
}
.avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #d2d2d2;
}





.login_info {
	width: 50%;
	height: auto;
	font-size: .24rem;
}

.login_info i {
	font-size: .3rem;
	margin-right: .1rem;
	color: #bbb;
}

.login_info i.on {
	color: #1578ff;
}

.login_info span {
	color: #1578ff;
}