
.register {
    margin: 45px auto 0;
    border-bottom: 1px solid #eee;
}
.register-content {
    width: 100%;
    height: 544px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.register-title {
    width: 1060px;
    margin: 0 auto;
    height: 85px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.register-title h3{
    width: 100%;
    font-size: 26px;
    color: #666;
    text-align: center;
    margin: 0;
    padding-top: 35px;
}
.register-title p {
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.register-title>p>a {
    color: #22b0eb;
    padding-left: 5px;
    text-decoration: underline;
}
.register-main {
    margin: 24px auto 0;
}
.register-main label {
    text-align: right;
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    height: 40px;
    line-height: 40px;
}
.my-regist label{
    font-size: 14px;
}
.register-img {
    text-align: center;
    margin-bottom: 15px;
}
#input-style input {
    width: 312px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 1px solid #EFEFEF;
    padding-left: 15px;
    color: #666;
    margin-bottom: 9px;
}
.input-add>span {
    display:block;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #e60013;
    position: relative;
    padding-left: 25px;
}
.form-group span.error i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/error.jpg) no-repeat center center;
    position: absolute;
    top: -1px;
    left: 0;
}
.form-group span.success {
    color: #508c1a;
}
.form-group span.success i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../css/img/success-pwd.jpg) no-repeat center center;
    position: absolute;
    top: -1px;
    left: 0;
}
.input-add {
    position: relative;
    height: auto;
}
.input-add .change-img {
    position: absolute;
    top: 0;
    right: -14px;
    width: 112px;
    height: 40px;
    border: 1px solid #EFEFEF;
    text-align:center;
    border-radius: 5px;
    cursor: pointer;
}
.input-add .change-add-style {
    background: #FFC869;
    color: #222;
}
#input-style input.activeBtn{
    background:#ff7300;
    color: #fff;
    border: 1px solid #ff7300;
}
#input-style input.activeBtn:hover{
    background: #ff9933;
    border: 1px solid #ff9933;
}
#input-style input.huiBtn3{
    background: #f8f8f8;
    color: #999;
    border: 1px solid #eee;
}
.count-down {
    background: #F9F9F9;
    color: #9C9C9C;
}
#input-style .form-group {
    margin: 0;
    margin-top: 9px;
}
#input-style .col-xs-3 {
    padding: 0;
}
.reg-group-agreement .checkbox {
    margin: 0;
}
.checkbox {
    font-size: 14px;
}
.checkbox>span {
    margin-left: 20px;
}
.checkbox>a {
    color: #22b0eb;
    text-decoration: underline;
}
#input-style button {
    width: 312px;
    height: 40px;
    border: 0;
    background-color: #ff7300;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;border-radius: 3px;
}
#input-style button:hover{
    background: #ff9933;
}
#input-style input.onlineBtn{
    width: 112px;
    padding: 0;
    color: #fff;
    background: #ff7300;
    text-align: center;
    border: 1px solid #ff7300;
    border-radius: 3px;
}
#input-style input.onlineBtn:hover{
    background: #ff9933;
    border: 1px solid #ff9933;
}
#input-style input.huiBtn{
    width: 112px; padding: 0;
    text-align: center;
    ;border-radius: 3px;
    background: #f8f8f8;
    color: #999;
    border: 1px solid #eee;
}

.form-group>label>i {
    color: #e60013;
    padding-right: 8px;
}
.register-success {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.register-success h3 {
    margin: 92px auto 0;
    font-size: 30px;
    color: #333;
    padding-left: 60px;
    height: 30px;
    position: relative;
    line-height: 30px;
}
.register-success h3 i{
    width: 46px;
    height: 44px;
    background: url("img/success-duihao_07.jpg");
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -190px;
}
.register-success .register-img img{
    margin-top: 60px;
}
.register-success p {
    font-size: 16px;
    color: #999;
    margin: 48px auto 24px;
    line-height: 16px;
}
.register-success>a {
    color: #22b0eb;
    font-size: 16px;
    display: block;
    margin-bottom: 163px;
    text-decoration: underline;
}

#input-style .phone-get-code{
	width: 112px;
    left: 200px;
    right: 0;
    padding-left: 0;
    background: none;
    cursor: pointer;
}

#input-style .phone-get-code-down{
	border: 1px solid #9C9C9C;
	color: #9C9C9C;
}

#input-style .phone-get-code-active{
	border: 1px solid #ff7300;
	color: #ff7300;
}



#input-style .phone-get-code-active:hover{
	border: 1px solid #ff9933;
    color: #ff9933;
}

#tq_invit_container{
    display: none !important;
}