@charset "UTF-8";
/*
* @description: 注册样式
 *@author:王奉
* @update: name(2019/09/03)
 */
.main {
	background-color: #F9F9F9;
	padding: 40px 0;
	min-height: 660px;
}

.registerbox {
	width: 70%;
	margin: 0 auto 0 28%;
}

.registerbox .lrpane {
	padding: 35px 35px 30px;
	font-size: 16px;
}

.registerbox .lrpane.active {
	z-index: 1;
}

.registerbox .title {
	width: 60%;
	margin-bottom: 35px;
	margin-top: 10px;
	font-weight: 400;
}

.tab-pane .title .titletext {
	font-size: 20px;
}

.tab-pane .title .titlebtn {
	font-size: 14px;
	color: #6D6D6D;
	float: right;
	margin-top: 7px;
}

.tab-pane .title .titlebtn a {
	color: #DF4938;
}

.registerbox .lrpane {
	font-size: 16px;
}

.tab-pane .form-group {
	margin-bottom: 20px;
}

.tab-pane .input-group {
	width: 58%;
	float: left;
	position: relative;
	display: table;
	border-collapse: separate;
}

.tab-pane .input-group-addon {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 5;
	width: 20px;
	height: 20px;
	color: #6c6c6c;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

.tab-pane .has-error .input-group-addon {
	color: #f11;
}

.tab-pane .form-control {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #6c6c6c;
	text-indent: 44px;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tab-pane .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.tab-pane .input-group .form-control,.tab-pane .input-group-btn {
	display: table-cell;
}

.tab-pane .input-status {
	width: 36%;
	position: relative;
	float: left;
	padding: 0 0 0 15px;
	line-height: 45px;
}

.tab-pane .error, .tab-pane .success, .tab-pane .warn {
	padding-left: 20px;
}

.tab-pane .error {
	background: url(../images/20170913/error.png) left center no-repeat;
	background-size: auto;
	background-size: auto 90%;
	color: #f11;
}

.tab-pane .success {
	background: url(../images/20170913/success.png) left center no-repeat;
	background-size: auto 90%;
	color: #19bc9c;
}

.tab-pane .warn {
	background: url(../images/20170913/warn.png) left center no-repeat;
	background-size: auto 90%;
	color: #ffac03;
}

.tab-pane .btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 9pt;
	border: 1px solid transparent;
	border-radius: 4px;
	background-image: none;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab-pane .btn_primary {
	padding: 0 15px;
	width: 58%;
	height: 44px;
	border-color: #26C7DB;
	background-color: #26C7DB;
	color: #fff;
	font-size: 17px;
	line-height: 35px;
}

.tab-pane .ff {
	margin-bottom: 12px;
	font-size: 15px;
}

.tab-pane .ff label {
	cursor: pointer;
	position: relative;
	line-height: 22px;
}

.tab-pane .ff label input {
	margin-right: 3px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tab-pane .ff label i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/20170913/check.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 3px;
}

.tab-pane .ff label i.on {
	background-position: -20px 0;
}

.tab-pane .ff .input-status {
	line-height: 20px;
}

.tab-pane .tabbtn a {
	color: #5a90ee;
}

