@charset "utf-8";
input:-moz-placeholder {
    color: gray;
}

::-webkit-input-placeholder {
    color: gray;
}

.registerCon li s {
    background: url(../../images/mobile/bj.jpeg);
    background-size: 20px auto;
}

.registerCon {
    width: 100%;
    background: #fceef7;
    text-align: center;
    padding-bottom: 30px;
    min-height: 190px;
    overflow: hidden;
}

.registerCon ul {
    padding: 20px;
    position: relative;
}

.registerCon li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: black;
    text-align: left;
    line-height: 22px;
}

.registerCon li input {
    width: 100%;
    height: 45px;
    background: #fceef7;
    border: 1px solid #ddd;
    color: #090909;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.registerCon li input.rText {
    padding-left: 30px;
}

.registerCon li s {
    float: left;
    background-repeat: no-repeat;
    height: 19px;
    position: absolute;
    left: 10px;
    top: 13px;
}

.registerCon li s.rs1 {
    background-position: 0 0;
    width: 13px;
}

.registerCon li s.rs2 {
    background-position: 0 -25px;
    width: 18px;
}

.registerCon li s.rs3 {
    background-position: 0 -50px;
    width: 15px;
    height: 20px;
    margin-left: 2px;
}

.registerCon li s.rs4 {
    background-position: 0 -76px;
    width: 20px;
    top: 10px;
}

.registerCon li a {
    color: #2af;
    margin-left: 5px;
}

.registerCon li a.nextBtn {
    margin-left: 0;
}

.registerCon li span em {
    float: left;
    background-repeat: no-repeat;
    background-position: 0 -6px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.registerCon li span.noCheck em {
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fceef7;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.registerCon li a.resendBtn {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #FF5152;
    background: #fceef7;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-left: 0;
    font-size: 16px;
    box-shadow: 1px 1px 2px #e0e0e0;
}

.registerCon li a.grayBtn {
    background: #ddd;
    border: 1px solid #bbb;
    color: #818181;
}

.registerCon li.accAndPwd {
    height: 80px;
}

.registerCon li.accAndPwd dl {
    position: relative;
}

.registerCon li.accAndPwd input {
    width: 100%;
    height: 40px;
    background: #fceef7;
    border: 1px solid #ddd;
    color: #090909;
    padding: 9px 5px 8px 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.registerCon li.accAndPwd input.lEmail {
    border-radius: 5px 5px 0 0;
}

.registerCon li.accAndPwd input.lPwd {
    border-radius: 0 0 5px 5px;
    border-top: 0 none;
}

.registerCon li.accAndPwd s.rs3 {
    top: 10px;
}

.registerCon li.rSelect {
    height: 20px;
    line-height: 20px;
    width: 200px;
    margin: 20px auto 0;
}

.registerCon li.rSelect a {
    color: #999;
}

.registerCon li.rSelect b {
    display: inline-block;
    height: 12px;
    width: 1px;
    background: #ddd;
    margin: 0 20px;
    position: relative;
    top: 2px;
}

.terms {
    padding: 5px 10px 20px;
    text-align: left;
    color: #555;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}

.terms b {
    display: block;
    font-weight: bold;
    margin-top: 13px;
    font-size: 16px;
}

.terms p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.terms p.p1 {
    text-indent: 2em;
    margin: 5px 0;
}

.terms p.p2 {
    text-indent: -1.3em;
    padding-left: 38px;
}


.oauth {
    width: 300px;
    margin: 0 auto;
}

.oauth a {
    float: left;
    display: block;
    height: 24px;
    width: 90px;
    text-indent: 21px;
    line-height: 25px;
    font-size: 13px;

    border-radius: 3px;
    color: #FFF;
    margin: 2px;
}

.oauth a.qq {
    background: url(../../images/mobile/oauth/qq.jpg) no-repeat #179fe9;
    border: 1px solid #179fe9;
}

.oauth a.wechat {
    background: url(../../images/mobile/oauth/wechat.jpg) no-repeat #7ad237;
    border: 1px solid #7ad237;
}

.oauth a.sina {
    background: url(../../images/mobile/oauth/sina.jpg) no-repeat #e22125;
    border: 1px solid #e22125;
}

.change-titl {
    margin-top: 10px;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}

.change-titl span:nth-child(1) {
    width: 3px;
    height: 10px;
    background-color: #ff9000;
    margin-top: 15px;
}

.change-titl span {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin-left: 8px;
}

#preview {
    border: 1px solid #d4d4d4;
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
}

#preview img {
    width: 100px !important;
    height: 100px !important;

}

#previewImg {
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 100;
    opacity: 0;
}
