#registheader {
    height: 96px;
    background-image: url(/uploads/image/geimg/registheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#xianregistheader {
    height: 96px;
    background-image: url(/uploads/image/gecimages/xianregisterheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#zhenjiangregistheader {
    height: 96px;
    background-image: url(/uploads/image/gecimages/zhenjiangregisterheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#registwrap .regist-tips {
    padding: 19px 0 10px;
    font-size: 14px;
}

#registwrap .regist-tips i {
    float: left;
    margin-right: 9px;
    width: 22px;
    height: 22px;
    background-image: url(/uploads/image/geimg/registicon.png);
}

.registcon {
    background-image: url(/uploads/image/geimg/registcon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
}

#registwrap .regist-body {
    padding: 20px 0 20px 60px;
    width: 465px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-color: #1bbc9b;
    font-size: 14px;
    background-color: #fff;
}

#registwrap .form-group {
    position: relative;
    margin-top: 20px;
}

#registwrap .form-group:first-child {
    margin-top: 0;
}

#registwrap .regist-body label span:first-child {
    display: inline-block;
    margin-right: 5px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

#registwrap .regist-body .validate-span::before {
    display: inline-block;
    margin-right: 3px;
    content: '*';
    color: #ff0000;
}

#registwrap .regist-body label {
    cursor: default;
}

#registwrap .regist-body input[type=text],
#registwrap .regist-body input[type=password] {
    padding: 0 12px;
    width: 223px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#registwrap .regist-body .select1 {
     padding: 0 12px;
    width: 223px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#registwrap .regist-body select {
    padding: 0 12px;
    width: 249px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#registwrap input::-ms-clear,
#registwrap input::-ms-reveal {
    display: none;
}

#registwrap .regist-body input.graph-code,
#registwrap .regist-body input.message-code {
    width: 91px;
}

#registwrap .regist-body .graph-code-wrap,
#registwrap .regist-body .message-code-btn {
    display: inline-block;
    margin-left: 10px;
    width: 119px;
    height: 36px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#registwrap #registbutton {
    margin: 15px 0 0 108px;
    width: 249px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    outline: none;
    border: 1px solid #1bbc9b;
    background-color: #1bbc9b;
}

#registwrap .help-block {
    text-indent: 4px;
}

#registwrap .placeliketip {
    position: absolute;
    left: 110px;
    top: 0;
    padding: 0 12px;
    width: 223px;
    height: 38px;
    line-height: 38px;
    color: #757575;
    cursor: text;
}

/*表单域分组类名*/

.form-group input,
.form-group select,
.form-group textarea {
    outline: none;
}

/*验证成功提示*/
.has-success {
    border: 1px solid green !important;
}

/*验证成功提示 结束*/

/*验证失败提示*/
.has-error {
    border: 1px solid #f00 !important;
}

/*验证失败提示 结束*/

/*验证失败文字提示*/
.help-block {
    margin: 3px 0;
    color: #f00;
    font-size: 12px;
}

/*验证失败文字提示 结束*/

/*注册用户选择*/
.registcon1 #registwrap .regist-tips {
    padding-top: 50px;
}

.registcon1 .w1190 {
    background-image: url(/uploads/image/gecimages/regist01.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.registcon1 ul li input[type=radio] {
    display: none;
    border: none;
}

#registwrap .regist-body ul li label {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    float: left;
    font-size: 24px;
    color: #353535;
    text-indent: 44px;
    cursor: pointer;
}

.registcon1 ul {
    margin-top: 10px;
}

.registcon1 ul li .radio1 {
    background: url(/uploads/image/gecimages/registradio2.png) no-repeat left center;
}

.registcon1 ul li .radio2 {
    background: url(/uploads/image/gecimages/registradio2.png) no-repeat left center;
}

.registcon1 ul li input[type=radio]:checked   .radio1 {
    background: url(/uploads/image/gecimages/registradio1.png) no-repeat left center;
}

.registcon1 ul li input[type=radio]:checked   .radio2 {
    background: url(/uploads/image/gecimages/registradio1.png) no-repeat left center;
}

.registcon1 ul li p {
    width: 332px;
    margin-left: 46px;
    line-height: 24px;
    padding-top: 15px;
}

.registcon1 ul li:first-child p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

#openregist {
    margin-top: 30px;
    width: 249px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    outline: none;
    border: 1px solid #1bbc9b;
    background-color: #1bbc9b;
}
/*注册用户选择*/

.registcon1 .xianw1190 {
    background-image: url(/uploads/image/gecimages/regist01xian.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.registcon1 .zhenjiangw1190 {
    background-image: url(/uploads/image/gecimages/regist01zj.png);
    background-repeat: no-repeat;
    background-position: left center;
}