*{
	padding: 0;
	margin: 0;
}
body{
	background: #fff;
}
.content{
	width: 100%;
	background: url(../img/login/bj.png);
	background-size: 100% 100%;
	padding: 20px 0;
}
.logo{
	box-sizing: border-box;
	padding: 10px 100px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.logo_img{
	width:254px;
	height:58px;
	display: block;
	padding-right: 20px;
}

.logo_des{
	width:268px;
	height:42px;
	line-height: 42px;
	font-size:35px;
	font-family:Microsoft YaHei;
	font-weight:800;
	color:rgba(96,96,96,1);
	border-left: 4px solid rgba(96,96,96,1);
	padding-left: 20px;
	letter-spacing: 5px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 20px;
}
.wrap_left{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrap_right{
	width:463px;
	/* height:671px; */
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 9px 0px rgba(229,229,229,1);
	border-radius:10px;
	box-sizing: border-box;
	padding: 50px;
	
}
.wrap_left_title{
	height:70px;
	line-height: 70px;
	font-size:38px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,112,0,1);
	text-align: center;
}
.wrap_right_des{
	height:30px;
	line-height: 30px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(37,37,37,1);
	text-align: center;
}
.wrap_right_qrcode{
	padding: 30px 0;
}
.img_code{
	width:223px;
	height:223px;
	display: block;
	margin: 0 auto;
}
.wrap_right_qrcode_bto{
	padding-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.img_wechat{
	width:28px;
	height:28px;
	display: block;
}
.wrap_right_qrcode_bto_des{
	height:30px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(37,37,37,1);
	padding-left: 10px;
}
.wrap_bto{
/* 	padding-top: 60px; */
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.wrap_bto_list{
	flex: 1;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(96,96,96,1);
	text-align: center;
	cursor: pointer;
}
