.label_box>label {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	overflow: hidden;
}

.label_box>label>input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.label_box>label>div {
	min-width: 100px;
	text-align: center;
	border: #dddddd solid 1px;
	height: 36px;
	line-height: 36px;
	color: #666666;
	user-select: none;
	overflow: hidden;
	position: relative;
	border-radius: 18px;
}

.label_box>label>input:checked+div {
	color: #d51917;
	background: #FFF7F5;
	border: 1px solid #F4421A;
	border-radius: 18px;
}
.dembg{
	min-height: 604px;
	margin: 70px 0 58px 0;	
	background: url(../images/dembg.png) no-repeat;
	position: relative;
}
.demtitle{
	width: 370px;
	position: absolute;
	right: 50px;
	top: 149px;
}
.demtitle p{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.dem-bot{
	align-items: center;
	font-size: 24px;
	color: #000;
}
.dem-bot i{
	width: 9px;
	height: 9px;
	background: #333333;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}
.caigou {
	width: 602px;
	min-height: 448px;
	background: linear-gradient(#ffffffcc, white);
	box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.0600);
	border-radius: 10px;
	margin: 21px 32px;
	padding: 20px 40px 0 30px;
	
	
}

.cg-top {
	width: 100%;
	overflow: hidden;
}

.cg-top p b {
	font-weight: normal;
}

.cg-top p i {
	color: #F4421A
}
.nologinbg{
	position: relative;
}
.nologinbg img{
	position: relative;
	z-index: -1;
}
.no-login {
	width: 630px;
	height: 336px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;	
	position: absolute;
	top: 128px;
	left: 0;
	right: 0;
	bottom: 0;
}

.no-login h3 {
	padding-top: 84px;
	font-size: 28px;
	font-weight: normal;
}

.no-login p {
	color: #EF4E2C;
}

.bg-00 {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 52%);
	position: relative;
}

.nx-login-btn {
	width: 174px;
	height: 40px;
	background: linear-gradient(0deg, #ED4327 0%, #F0542F 100%);
	border-radius: 20px;
	line-height: 40px;
	color: #fff;
}

.w-420 {
	width: 420px;
	margin: 60px auto 0 auto;
}

.nx-regist-btn {
	background: #FFF1ED;
	border: 1px solid #FFA38D;
	color: #F4421A;
}

.light-button-bj:hover {
	background: #FFE5E1;
	color: #f4421a !important;
}

.submit-btn{
	width: 322px;
	height: 40px;
	background: linear-gradient(0deg, #ED4327 0%, #F0542F 100%);
	border-radius: 20px;
	margin:40px auto;
	display: block;
	color: #fff;
}
