html, body {
    min-height: 100%;
}

input {
    outline: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

input::-webkit-input-placeholder,
input::placeholder {
    color: #888888;
}

input:-moz-placeholder {
    color: #888888;
}

input[type="text"],
input[type="password"] {
    padding: 10px 12px;
    width: 314px;
    height: 18px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #333333;
}

input[type="button"] {
    border: none;
}

.color-orange {
    color: #444444;
}

.color-orange:hover {
    color: #FA4F03;
}

.wrapper {
    width: 100%;
    /* min-height: 100%; */
    height: 1162px;
    font-size: 14px;
    background: url('../img/register/reg_bg.jpg') no-repeat;
    background-size: cover;
}

.regHeader {
    margin: 0 auto;
    max-width: 1440px;
}

.regHeader .logo {
    margin-top: 25px;
    width: 64px;
}

.regContainer {
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 556px;
}

.hasAccount {
    color: #ffffff;
    text-align: right;
}

.hasAccount span,
.hasAccount button,
.hasAccount a {
    display: inline-block;
    vertical-align: middle;
}

.loginBtn {
    margin-left: 4px;
    margin-right: 20px;
    width: 54px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #FA4F03;
    background: #ffffff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.loginBtn:hover {
    background: rgba(255, 255, 255, .8);
}

.line {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #ffffff;
}

.backBtn {
    margin-left: 16px;
    color: #ffffff;
}

.backBtn:hover {
    opacity: .8;
}

.main {
    margin-top: 10px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.title {
    padding: 25px 0;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.form {
    margin: 0 auto;
    width: 340px;
}

.formitem {
    position: relative;
    margin-bottom: 20px;
}

.isError {
    margin-bottom: 10px;
}

.fitemHide {
    display: none;
}

.isError input[type="text"],
.isError input[type="password"] {
    border-color: #fa4f03;
}

.errorTxt {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    color: #FA4F03;
}

.formitem .code {
    width: 234px;
    padding-right: 92px; 
}

.codeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 86px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #555555;
    background: #ECECEC;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.codeBtn:hover {
    background: #D8D8D8;
}

.person {
    margin-left: 60px;
}

.formRadio label,
.formRadio span,
.formRadio i {
	display: inline-block;
	vertical-align: middle;
}

.radioLabel {
	font-size: 0;
	cursor: pointer;
}

.similarRadio {
	width: 14px;
	height: 14px;
	background-image: url('../img/register/icon_radio.png');
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease .3s;
}

input[type="radio"]:checked + .similarRadio {
	background-image: url('../img/register/icon_radio_checked.png');
}

.radioName {
	margin-left: 8px;
	font-size: 12px;
	color: #999999;
}

.tooltip {
	position: relative;
    display: block;
    margin-top: 8px;
	padding: 5px 30px;
	font-size: 11px;
	line-height: 16px;
	color: #FA4F03;
	background: #FEEDE6;
    border: 1px solid #fedccd;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    
}

.tooltip:before,
.tooltip:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.tooltip:before {
	top: -6px;
	border-bottom: 6px solid #fedccd;
}

.tooltip:after {
	top: -4px;
	border-bottom: 6px solid #FEEDE6;
}

.tooltip-desginer:before,
.tooltip-desginer:after {
	left: 48px;
}

.tooltip-person:before,
.tooltip-person:after {
	left: 184px;
}

.tooltip-person {
    display: none;
}

.regBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #FA4F03;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.regBtn:hover {
    background: #FA601C;
}

.agree {
    font-size: 0;
    color: #444444;
}

.agree label,
.agree span,
.agree a {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.agree label {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.checkbox {
    width: 16px;
    height: 16px;
}

.similarBox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/register/icon_cb.png') no-repeat;
    background-size: cover;
    transition: all ease .3s;
}

input[type="checkbox"]:checked + .similarBox {
    background-image: url('../img/register/icon_cb_checked.png');
}

.thirdParty {
    margin: 60px auto 0;
    padding-bottom: 25px;
    width: 340px;
}

.thirdTitle {
    margin-bottom: 18px;
    font-size: 0;
}

.thirdTitle span {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    vertical-align: middle;
}

.thirdTitle .txt {
    margin: 0 8px;
}

.hline {
    width: 112px;
    height: 1px;
    background: #E6E6E6;
}

.qqBox,
.wechatBox {
    font-size: 12px;
    color: #888888;
    text-align: center;
}

.qqBox {
    margin-left: 75px;
}

.wechatBox {
    margin-left: 80px;
}

.qq,
.wechat {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.qq {
    border-color: #53B5F0;
}

.wechat {
    border-color: #65B74E;
}

.qqImg,
.wechatImg {
    margin: 14px 11px;
    display: block;
    width: 32px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}

.qqImg {
    background-image: url('../img/register/qq_small.png');
}

.wechatImg {
    background-image: url('../img/register/wechat.png');
}

.qq:hover {
    background: #53B5F0;
}

.qq:hover .qqImg {
    background-image: url('../img/register/qq_small_white.png');
}

.wechat:hover {
    background: #65B74E;
}

.wechat:hover .wechatImg {
    background-image: url('../img/register/wechat_white.png');
}

.regInfo {
    margin-top: 38px;
    padding-bottom: 46px;
    color: #ffffff;
    line-height: 22px;
}

.regInfo h4 {
    font-size: 14px;
}

.regInfo p {
    font-size: 12px;
}

.regInfo .divide {
    margin: 10px 0;
    width: 206px;
    height: 1px;
    background: #ffffff;
}

.agree .peopleAgree {
    display: none;
}

.regErrorMsg {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #fa4f03;
    text-align: left;
    font-size: 12px;
}