.login {
	width: 83.45vw;
	background: #fff;
	border-radius: 0.9375rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -35.46vw;
	margin-left: -41.72vw;
	padding:1.25rem 0.9375rem;
	box-sizing: border-box;
	display: none;
}

.login_h {
	display: flex;
	justify-content: space-around;
}

.login_h>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: 1rem;
	color: rgba(180, 180, 180, 1);
	margin-bottom: 0.75rem;
	cursor: pointer;
}

.pass_act {
	color: #3A8EFE !important;
}

.pass_bg {
	background-color: #3A8EFE !important;
}

.login_h span {
	width: 1.875rem;
	height: 0.3125rem;
	background: #fff;
	border-radius: 0.625rem;
	margin-top: 0.3125rem;
}

.login_put {
	display: block;
	width: 100%;
	height: 2.8125rem;
	border-radius: 0.625rem;
	background-color: rgba(244, 244, 244, 0.82);
	font-weight: 500;
	font-size: 0.875rem;
	color: grey;
	margin: 0 auto 0.625rem;
	position: relative;
}

.login_put input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;;
	padding-left: 0.9375rem;
	box-sizing: border-box;
}

.login_put span {
	position: absolute;
	font-weight: 500;
	height: 100%;
	line-height: 2.8125rem;
	font-size: 0.8125rem;
	padding-right: 0.9375rem;
	color: #3A8EFE;
	top: 0;
	right: 0;
}

.login_o {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 0.75rem;
	color: #1C1C1E;
	margin-bottom: 0.625rem;
}

.login_o img {
	width: 0.75rem;
	height: 0.75rem;
	margin:0.1875rem 0.3125rem 0;
}

.login_o span {
	font-weight: 500;
	font-size: 0.75rem;
	color: #3A8EFE;
}

.login_btn {
	width: 96%;
	height: 2.5rem;
	border-radius: 2.5rem;
	margin: 0 auto;
	background-color: #3A8EFE;
	font-weight: 500;
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5rem;
	cursor: pointer;
}

.passlogin {
	display: none;
}

.pb {
	position: absolute;
	width: 3.125rem;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../img/p_b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.25rem;
}

.pz {
	position: absolute;
	width: 3.125rem;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../img/p_z.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	background-size: 1.25rem;
}

.logo {

}

#drag {
	height: 3rem;
	width: 3rem;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999999999999;
	background: url('../img/logo.png') no-repeat center top;
	background-size: contain;
	opacity: 1;
	cursor: pointer;
}

.drag1 {
	width: 3.5rem;
	height: 1.3125rem;
	position: absolute;
	border-radius: .3125rem;
	line-height: 1.3125rem;
	text-align: center;
	font-weight: 500;
	font-size: .75rem;
	color: #FFFFFF;
	background-color: RGBA(84, 67, 62, 0.8);
	border: .125rem solid rgba(255, 255, 255, 0.62);
	top: .625rem;
	left: -4.125rem;
	display: none;
}
.agreement-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.agreement{
	padding:0 0.9375rem;
	height: 100%;
	background: #fff;
}
.agreement-header{
	position: relative;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
}
.agreement-content{
	padding:0 0.9375rem 0.9375rem;
}
@media screen and (min-width: 800px) {
	.login{
		width: 25rem;
		padding: 1.25rem;
		margin-top: -9.375rem;
		margin-left: -12.5rem;
	}
	.login_put,.login_o,.login_h>div{
		margin-bottom: 1.25rem;
	}
	.login_btn{
		margin-bottom: 0.625rem;
	}
}
