body {
	background: #fff !important;
}

#regDiv {
	position: relative;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}

#regTips {
	position: relative;
	width: 1050px;
	margin-left: -520px;
	left: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	line-height: 30px;
}

.layui-breadcrumb {
	margin-left: 10px;
}

.layui-breadcrumb a:hover {
	color: #d71e26 !important;
}

.layui-breadcrumb>* {
	font-size: 15px;
}

.regTitle {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.selTitle {
	color: #333;
	font-size: 22px;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.rfocus {
	background: #fff;
	border: 1px solid #d71e26;
	box-shadow: 0px 2px 10px 0px rgb(255, 86, 86);
}

#selectRole {
	width: 100%;
	height: 300px;
	margin-top: 40px;
}

#personReg {
	position: absolute;
	left: 7%;
	width: 40%;
	height: 300px;
	border: 1px solid #ddd;
}

#companyReg {
	position: absolute;
	right: 7%;
	width: 40%;
	height: 300px;
	border: 1px solid #ddd;
}

.selectRole:hover {
	background: #fff;
	border: 1px solid #d71e26 !important;
	box-shadow: 0px 2px 10px 0px rgb(255, 86, 86);
	cursor: pointer;
}

.required {
	position: absolute;
	top: 14px;
	color: red;
	font-size: 22px;
	margin-left: 3px;
}

.layui-form-label {
	width: 100px;
}

.layui-form-label {
	margin-right: 5px;
}

#userAgreement {
	position: absolute;
	top: 8px;
	left: 123px;
}

.agreement {
	color: red;
	cursor: pointer;
}

.agreement:hover {
	text-decoration: underline;
	color: red;
}

.layui-layer-dialog {
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.layui-layer-iframe {
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.th-btn {
	background: #d71e26;
}

.form-btn {
	width: 88px;
}

.layui-form-select dl dd.layui-this {
	background-color: #f8f8f8;
	color: #808080;
	font-weight: normal;
}

#btnUpload {
	position: absolute;
	left: 135px;
	width: 30px;
	height: 30px;
	background: #d71e26;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	top: 76px;
}

#btnUpload .layui-icon-addition {
	font-size: 24px;
	margin-left: 1px;
}

#imgUpload {
	position: absolute;
	width: 248px;
	left: 28px;
	top: 30px;
	opacity: 0.1;
}

#txtUpload {
	position: absolute;
	left: 0px;
	width: 300px;
	text-align: center;
	top: 121px;
	color: #d71e26;
	font-size: 18px;
	font-weight: BOLD;
}

#uploadDiv {
	width: 300px;
	height: 200px;
	background: white;
	border: 1px solid #eee;
	border-radius: 2px;
	cursor: pointer;
}
 
#imgUploads{
	width: 300px;
    height: 200px;
    display: none;
}