*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/*pc端*/
.login{
	background: url(../img/denglubeijing.png) no-repeat;
}
/*logo图*/
.logoren img{
	position: relative;
	left: 500px;
	top: 80px;
}
.fanhui a{
	position: relative;
	left: 395px;
	top: 195px;
	text-decoration: none;
	color: black;
	font-size: 12px;
}
.pc-biao{
	max-width: 360px;
	margin: 170px auto;
	background: #DEDAD7;
	padding: 30px;
}
.deng{
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 10px;
}
.deng a{
	text-decoration: none;
	color: black;
	margin-left: 20px;
}


.mima input{
	margin-bottom: 15px;
}
.mima button{
	margin-bottom: 15px;
	background: white;
}
.mima h5{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #A7A6A7;
}
.mima a,span{
	position: relative;
	left: 110px;
	color: #A7A6A7;
	font-size: 12px;
	margin-left: 5px;
}
.mima a:hover{
	color: #A7A6A7;
}
.mima img{
	width: 13%;
	margin-left: 10px;
	position: relative;
	left: 63px;
}
/*短信登录*/
.duanxin input{
	border-radius: 6px;
	border: 1px solid #E5E5E5;
	line-height: 40px;
	margin-bottom: 15px;
}
.duanxin h5{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #A7A6A7;
}
.duanxin img{
	width: 13%;
	margin-left: 10px;
	position: relative;
	left: 65px;
}
.duanxin a,span{
	position: relative;
	left: 110px;
	color: #A7A6A7;
	font-size: 12px;
	margin-left: 5px;
}
/*页脚*/
footer{
	color: white;
	text-align: center;
	padding-bottom: 62px;
	font-size: 5px;
}
/*移动端*/
.login1{
	background: url(../img/app_bei.jpg) no-repeat;
	background-size: 100%;
}
.app-deng{
	margin-top: 65%;
}
.deng2{
	margin-left: 20%;
	margin-bottom: 5%;
}
.deng2 a{
	text-decoration: none;
	color: white;
}

.mis{
	width: 85%;
	padding: 7px;
	border-radius: 12px;
	border: 1px solid #E5E5E5;
	margin-top: 5%;
	margin-left: 8%;
}
.app-mi li{
	text-decoration: none;
	color: #FDFDFD;
	margin-left: 8%;
}
.app-mi li a,small{
	position: relative;
	left: 30%;
	margin-left: 2%;
	color: white;
}
.disanfang{
	text-align: center;
	margin-top: 15%;
}
.disanfang h5{
	color: white;
	margin-bottom: 5%;
}
.disanfang img{
	margin-left: 4%;
	padding-bottom: 64px;
}
.app-duan{
	margin-left: 8%;
}
.app-duan input{
	margin-top: 5%;
}
.app-duan li{
	text-decoration: none;
	color: #FDFDFD;
}
.app-duan li a,small{
	position: relative;
	left: 30%;
	margin-left: 2%;
	color: white;
}
.disanfang2{
	text-align: center;
	margin-top: 20%;
}
.disanfang2 h5{
	color: white;
	margin-bottom: 5%;
}
.disanfang2 img{
	margin-left: 4%;
	padding-bottom: 55px;
}
input:focus {
    outline: none; /* 移除默认的选中边框 */
    border-color: transparent; /* 将边框颜色设置为透明 */
    /* 添加其他样式，如边框样式、背景颜色等，以满足您的设计需求 */
}