.header-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact {
	position: relative;
}
.customer-qrcode {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50px;
	right: -30px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	box-shadow: 0px 0px 10px #888888;
}
.customer-qrcode img {
	width: 100px;
	height: 100px;
}
.main-wrap {
	/* height: calc(100vh - 50px - 300px); */
	background-color: #fff;
	margin-top: 20px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	min-height: 800px;
}
.center {
	width: 900px;
	border: 1px solid #dddddf;
	border-radius: 5px;
	padding: 40px 0px;
}
.register-type {
	display: flex;
	flex-direction: row;
}
.register {
	width: 200px;
	height: 80px;
	background-color: #1b9eea;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.register  p {
	font-size: 20px;
}
.register span {
	font-size: 12px;
}
.type-1 {
	margin-right: 100px;
}
.soon-login {
	margin: 20px 0px;
}
.soon-login a {
	color: #1190ef;
}
/* 公司注册 */
.register-region {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.info {
	width: 450px;
	height: 450px;
	padding: 0px 30px;
}
.com {
	border-right: 1px dotted #dddddd;
}
h3 {
	font-size: 24px;
	color: #1b9eea;
	text-align: center;
}
.form-group {
	margin-top: 20px;
	width: 380px;
}
.form-group label {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	color: #333;
}
.form-group input {
	display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
		    height: 40px;
		    margin: 8px auto 22px;
		    padding-left: 16px;
		    font-family: “Microsoft YaHei” !important;
		    border-radius: 0px;
}
.ops-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.soon-register {
	    display: block;
	    width: 400px;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    background-color: #45b5ff;
	    color: #fff;
	    font-size: 16px;
	    border-radius: 5px;
}
.soon-register:hover {
	background-color: #0788dc;
}
.upload-wrap {
	height: 130px;
	width: 130px;
	background: url(/img/tj.png) no-repeat center center;
	border: 1px dashed #e2e2e2;
	position: relative;
	cursor: pointer;
	color: #999;
	margin-top: 10px;
}
.img-wrap {
	display: flex;
	flex-direction: row;
}
.show-img {
	width: 130px;
	height: 130px;
	display: none;
}
.show-img img{
	height: 100%;
	width: 100%;
}
.btn-sms {
	top: 40px;
}