/***
commom
***/

body {
    overflow: hidden;
    position: relative;
    background: #fff;
}

@font-face {
    font-family: "juhefont";
    src: url('../../juhefont/iconfont.eot?t=1470970698');
    src: url('../../juhefont/iconfont.eot?t=1470970698#iefix') format('embedded-opentype'), url('../../juhefont/iconfont.woff?t=1470970698') format('woff'), url('../../juhefont/iconfont.ttf?t=1470970698') format('truetype'), url('../../juhefont/iconfont.svg?t=1470970698#iconfont') format('svg');
}

.loginListCode .getImg {
    position: absolute;
    right: 250px;
    top: 18px;
    width: 19px;
    height: 21px;
    background: url(../../images/loginIcon.png) -2px -33px no-repeat;
}

.iconfont {
    font-family: "juhefont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

#regId {
    position: absolute;
    z-index: 0;
}

#regHeader {
    padding: 32px 52px 40px;
    position: relative;
    z-index: 1;
    height: 26px;
    line-height: 26px;
    background: #fff;
}

#regHeader .juhe_logo {
    display: flex;
    width: 230px;
    height: 26px;
    font-size: 18px;
    color: rgb(104, 104, 104);
    font-weight: bold;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #regHeader .juhe_logo {
        background: url('https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/logo/v7/logo-white@2X.png') no-repeat;
        background-size: 230px 26px;
    }
}

#regHeader .juhe_login {
    float: right;
    font-size: 14px;
    color: #666;
}

#regHeader .juhe_login a {
    color: #ff6a00;
    text-decoration: underline;
}

#regHeader .juhe_login img {
    padding-left: 10px;
}

#regContent {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
}

#regCircle {
    position: relative;
    padding-top: 210px;
    z-index: 1;
    display: none;
    opacity: 0.6;
    width: 1000px;
    border-radius: 500px;
    background: #fff;
    margin: auto;
}

#regContent .reg_content {
    width: 960px;
    position: relative;
    display: none;
}

.reg_desc {
    float: left;
    width: 324px;
    margin-right: 36px;
    text-align: right;
}

.reg_desc .reg_desc_big {
    font-size: 36px;
    font-weight: lighter;
    color: #666;
}

.reg_desc .reg_desc_small {
    font-size: 16px;
    text-decoration: underline;
    color: #ff6a00;
    text-align: right;
    padding-top: 18px;
    letter-spacing: 1px;
    cursor: pointer;
}

.reg_input {
    float: left;
    width: 600px;
}

.reg_input .reg_input_para {
    height: 32px;
    padding-top: 6px;
    margin-bottom: 24px;
    position: relative;
    font-size: 14px;
}


/***
index.html
***/

#regContent .reg_content #mailForm {
    display: none;
}

#regContent .reg_content #mobileForm {
    display: none;
}

.reg_input .reg_input_para .reg_border {
    width: 350px;
    border: 2px solid #dbdbdb;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 0px;
    z-index: 2;
}

.reg_input .reg_input_para .reg_border.hover {
    border-color: #ff6a00
}

.reg_input .reg_input_para .regInput {
    border: none;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    width: 320px;
    font-size: 14px;
    padding-right: 14px;
    font-weight: lighter;
}

.reg_input .reg_input_para .smsbtn {
    width: 104px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #ff6a00;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    margin-left: 14px;
}

.reg_input .reg_input_para .smsbtn:hover {
    background: #ff5e00
}

.reg_input .reg_input_para .errorTips {
    color: #fe5555;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    display: none;
}

.reg_input .reg_input_para .errorTips em {
    background: #fe5555;
    text-align: center;
    padding: 9px 12px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    border-radius: 3px;
    margin-left: -4px;
}

.reg_input .reg_input_para .errorTips i {
    width: 12px;
    height: 13px;
}

.reg_input .reg_input_para.code .regInput {
    width: 200px;
}

.reg_input .reg_input_para.code .reg_border {
    width: 230px;
}

.reg_input .reg_input_para .reg_ckeckbox {
    color: #909090;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 6px;
}

.reg_input .reg_input_para .reg_ckeckbox a {
    color: #ff6a00;
    text-decoration: none;
}

.reg_input .reg_input_para .regBtn {
    border: none;
    background: #ff6a00;
    width: 214px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.reg_input .reg_input_para .regBtn:hover {
    background: #ff5e00
}

.checked {
    display: none;
    display: inline-block\9;
}

.checked+label {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #ff6a00;
    color: #ff6a00;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    display: none\9;
    position: relative;
    overflow: hidden;
    top: 4px;
}

.checked+label:after {
    content: '\e60e';
    position: absolute;
    top: -99px;
    left: 1px;
}

.checked:checked+label:after {
    top: 1px;
}


/***
mailSuccess.html
***/

.success_title {
    font-size: 16px;
    color: #666;
}

.success_title span {
    font-size: 16px;
    color: #ff6a00;
}

.success_desc {
    font-size: 14px;
    color: #999;
    padding: 10px 0 36px;
}

.success_border {
    border-top: 1px solid #e7e7e7;
    margin: 40px 0 36px;
    width: 390px;
}

.success_fail_title {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.success_fail_desc {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    padding-top: 4px;
}

.success_fail_desc a {
    color: #ff6a00;
    text-decoration: underline;
}


/***
forget.html
***/

.forget .reg_input .reg_input_para .regBtn {
    margin-top: 8px;
}


/***
resetPwd.html
***/

.reset .reg_input .reg_input_para .regBtn {
    margin-top: 10px;
}