.code {
	width: 83.45vw;
	height: 25rem;
	background: #fff;
	border-radius: 0.9375rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -12.5rem;
	margin-left: -41.72vw;
	padding:1.25rem 0.9375rem;
	box-sizing: border-box;
	display: none;
}
.code_h{
	padding: 0 0.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}
.code_h div{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 0.875rem;
	color: #0F0F0F;
}
.code_h .chelp{
	width: 1.0625rem;
	height: 1.0625rem;
	margin-left: 0.3125rem;
	background-image: url(../img/help.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.0625rem;
}
.code_h span{
	font-weight: 500;
	font-size: 0.875rem;
	color: #3A8EFE;
}
.code_c{
	width: 100%;
	height: 3.125rem;
	background: #F5F5F5;
	border-radius: 0.625rem;
	margin: 0 auto 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding:0 0.8125rem;
	cursor: pointer;
}
#logout{
    cursor: pointer;
}
.code_c .code_img{
	padding-left: 1.5625rem;
	background-image: url("../img/code.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.5625rem;
}
.code_c1{
	font-weight: 500;
	font-size: 0.8125rem;
	color: #3A8EFE;
}
.code_c2{
	/* width: 132rpx; */
	height: 1.375rem;
	background: #3A8EFE;
	border-radius: 0.3125rem;
	font-weight: 500;
	font-size: 0.75rem;
	color: #FFFFFF;
	line-height: 1.375rem;
	padding: 0 0.625rem;
}
.code_s{
	height:17.25rem;
	overflow-y: auto;
}
.code_add{
	width: 6.25rem;
	height: 1.875rem;
	background: #E8F2FF;
	border-radius: 0.625rem;
	border: 0.0625rem solid #3A8EFE;
	font-weight: 500;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.875rem;
	color: #3A8EFE;
	position: absolute;
	bottom: 0.9375rem;
	left: 50%;
	margin-left: -3.125rem;
	cursor: pointer;
}
.code_act{
	border: 0.0625rem solid #3A8EFE;
	background-color: #F2F8FF;
	}
.code_a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(112, 112, 112,0.54);
	border-radius: 0.9375rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.code_v{
	width: 100%;
	background: #FFFFFF;
	border-radius: 0.9375rem;
	box-sizing: border-box;
	padding: 1.25rem 0.9375rem;
}
.code_v1{
	font-weight: 500;
	font-size: 1rem;
	color: #242424;
	text-align: center;
}
.code_v2{
	height: 3.125rem;
	background: #F0F0F0;
	border-radius: 0.9375rem;
	position: relative;
	margin: 1.25rem auto;
	
}
.code_v2 input{
	width: 100%;
	height: 100%;
	background: #F0F0F0;
	border-radius: 0.9375rem;
	padding-left: 1.25rem;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 0.875rem;
	color: grey;
}
.code_v2 span{
	height: 3.125rem;
	line-height:3.125rem;
	font-weight: 500;
	font-size: 0.875rem;
	color: #3A8EFE;
	position: absolute;
	top: 0;
	right: 0.9375rem;
}
.code_v3{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.code_s1{
	width: 7.75rem;
	height: 2.8125rem;
	background: #F0F0F0;
	border-radius: 0.9375rem;
	font-weight: 500;
	font-size: 0.875rem;
	color: #3E3C3C;
	text-align: center;
	line-height: 2.8125rem;
}
.code_s2{
	width: 7.75rem;
	height: 2.8125rem;
	background: rgba(58, 142, 254, 1);
	border-radius: 0.9375rem;
	font-weight: 500;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 2.8125rem;
}
.code_help{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0.9375rem;
	box-sizing: border-box;
	display: none;
}
.code_help1{
	padding: 1.25rem 0.9375rem;
	font-weight: 500;
	font-size: 1.125rem;
	color: #0F0F0F;
	margin-bottom: 0.9375rem;
	text-align: center;
	position: relative;
}

.code_help2{
	margin-bottom: 2.1875rem;
}
.code_help2 p{
	padding: 0 1.875rem;
	font-weight: 500;
	font-size: 0.875rem;;
	color: rgba(22,22,22,0.98);
	margin-bottom: 0.9375rem;
}
.code_help3{
	height: 2.625rem;
	border-radius: 3.125rem;
	background-color: rgba(58, 142, 254, 1);
	font-weight: 500;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.625rem;
	margin: 0 1.25rem;
}
@media screen and (min-width: 800px) {
	.code{
		width: 25rem;
		height: 35rem;
		padding: 1.25rem;
		margin-top: -17.5rem;
		margin-left: -12.5rem;
	}
	.code_h{
		margin-bottom: 1.25rem;
	}
	.code_help2{
		margin-bottom: 3.75rem;
	}
	.code_s{
		height: 22.25rem;
	}
}