
/* 公共部分 */

html {
    overflow: hidden;
}

.wrap {
    width: 7.5rem;
    height: 100%;
    position: relative;
    font-size: 0.24rem;
}

.wraper {
    width: 7.5rem;
    height: 100%;
    position: relative;
    top: 0.3rem;
}

/* 选择注册身份 */

.welcome {
    width: 7.5rem;
    height: 3rem;
    margin: 0.88rem 0 0 0;
    text-align: center;
}

.welcome p {
    margin: 0.2rem 0 0 0;
    font-size: 0.28rem;
    color: #999;
    position: relative;
}

.welcome .role {
    margin: 1.2rem 0.7rem;
    background: #f7f7f7;
    color: #999;
    font-size: 0.26rem;
    border: 1px solid #d2d2d2;
    position: absolute;
}

.welcome .role li {
    float: left;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    cursor: pointer;
}

.welcome .role li:nth-child(2) {
    border: 1px solid #d2d2d2;
    border-top: none;
    border-bottom: none;
}

.role .active {
    outline: 1px solid #999;
    color: #222;
    position: relative;
    z-index: 1;
}

.welcome img {
    width: 3.1rem;
    height: 0.75rem;
    margin: 0.2rem 0 0 0;
}

/* 信息填写 */

.infoCon p,
.userFirm {
    margin: 0 0.55rem;
    height: 0.8rem;
    position: relative;
    line-height: 0.8rem;
    display: flex;
    border-bottom: 1px solid #c9c9c8;
}

p input,.userFirm input {
    width: 5.8rem;
    height: 0.62rem;
    margin: 0.09rem 0;
    border: none;
    outline: none;
    padding: 0 0 0 0.1rem;
    background: none;
    font-size: 0.28rem;
    color: #000;
    outline: none;
}

.infoCon p:first-child {
    border-top: 1px solid #c9c9c8;
}

/* 用户姓名 */

.userName {
    border-top: 1px solid #c9c9c8;
}

.infoCon .userName b {
    background-position: -0.7rem 0.06rem;
}

/* 所在公司 */

.userFirm {
    position: relative;
    z-index: 11;
    height: 0.8rem;
}

.search_box {
    display: none;
    width: 5.8rem;
    height: 4.1rem;
    position: absolute;
    left: 0.6rem;
    top: 0.8rem;
    overflow-y: scroll;
    background: #fff;
    border: solid 1px #babab8;
    z-index: 13;
}

.search_box li {
    padding: 0 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
}

.userName b,
.userFirm b {
    width: 0.4rem;
    height: 0.5rem;
    vertical-align: middle;
    background: url(../images/icon_list.png) no-repeat;
    background-size: 5rem 3rem;
    margin: 0.01rem 0.1rem 0 0;
    position: relative;
    top: 0.1rem;
}

.userFirm b {
    height: 0.69rem;
    border-bottom: 1px solid #fff;
}

.userFirm b {
    background-position: -1.1rem 0.06rem;
}

/* 分支公司 */

.userType span {
    width: calc(6.4rem/2);
    display: inline-block;
}

.userType span:first-child {
    margin: 0 0.3rem 0 0.45rem;
}

.userType span input {
    width: calc(3.4rem/2);
}

.userType span b {
    font-weight: normal;
    font-size: 0.28rem;
}

/* 手机号码 */

.userPhone b,
.inviterPhone b{
	width: 0.4rem;
    height: 0.6rem;
    background: url(../images/icon_list_2.png) no-repeat;
    background-size: 5rem 3rem;
    margin: 0.15rem 0.1rem 0 0;
}
.userCode b {
    width: 0.4rem;
    height: 0.6rem;
    background: url(../images/icon_list_2.png) no-repeat;
    background-size: 5rem 3rem;
    margin: 0.15rem 0.1rem 0 0;
}

.userPhone b {
    background-position: -0.01rem -0.07rem;
}

/* 验证码 */

.userCode input {
    width: 3.6rem;
}

.userCode b {
    background-position: -0.48rem -0.07rem;
}

.codeView {
    width: 2rem;
    height: 0.62rem;
    line-height: 0.62rem;
    background-color: #00c4ee;
    border: 1px solid #00c4ee;
    font-size: 0.28rem;
    color: #ffffff;
    position: relative;
    right: 0;
    margin: 0.09rem auto;
    outline: none;
    margin-right: 0;
}

.active .codeView {
    color: #999999;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
}

/* 密码及确认 */

.oldPass b,
.userPass b,
.surePass b {
    width: 0.4rem;
    line-height: 0.89rem;
    vertical-align: middle;
    background: url(../images/icon_list.png) no-repeat;
    background-size: 5rem 3rem;
    margin: 0.01rem 0.1rem 0 0;
    position: relative;
    top: 0.15rem;
}

.reg .userPass b {
    top: 0.18rem;
}

.userPass b,
.oldPass b,
.surePass b {
    height: 0.48rem;
    background-position: -1.6rem 0.01rem;
    /* border-bottom: 1px solid #fff; */
}

/* .surePass b {
    height: 0.64rem;
    background-position: -5.24rem -3.01rem;
} */

/* .userPass b:first-child {
    height: 0.48rem;
} */

.oldPass .lookPass,
.userPass .lookPass,
.surePass .lookPass {
    width: 0.45rem;
    height: 0.38rem;
    margin: 0.05rem 0 0 -0.2rem;
    background-position: -1.94rem -0.83rem;
}

.active .lookPass {
    width: 0.45rem;
    height: 0.3rem;
    margin: 0.1rem 0 0 -0.4rem;
    background-position: -2.45rem -0.88rem;
}

/* 立即注册/重置密码 */

.sureBtn {
    width: 6.42rem;
    height: 0.88rem;
    background-color: #e5e5e5;
    border: solid 1px #babab8;
    font-size: 0.3rem;
    color: #999999;
    margin: 0.6rem 0 0 0.55rem;
    outline: none;
}

.sureActive {
    background-color: #00c4ee;
    border: 1px solid #00c4ee;
    color: #ffffff;
}

/* 已有账号 */

.nowLogin {
    width: 7.5rem;
    font-size: 0.26rem;
    color: #00c4ee;
    position: relative;
    right: 0.7rem;
    text-align: right;
    margin: 0.2rem;
}

.nowLogin li {
    min-width: 3rem;
    float: left;
}

.nowLogin .nowReg {
    margin-left: 0.6rem;
}

.nowLogin .nowReg::before {
    content: '没有账号？立即';
    color: #999;
}

.nowLogin li:last-child {
    margin: 0 0 0 0.85rem;
}

.goLogin {
    background-color: #00c4ee;
    border: 1px solid #00c4ee;
    color: #ffffff;
}

.nowLogin p::before {
    content: '已有账号？立即';
    color: #222222;
}

/* 服务协议 */

.passCon {
    width: 7.5rem;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #666666;
    font-size: 0.22rem;
    position: relative;
    /* left: 50%; */
    /* top: 2.7rem; */
    /* bottom: 0.1rem; */
    /* transform: translateX(-50%); */
    text-align: center;
    margin-top: -0.82rem;
    margin-left: -1.1rem;
}

.login .passCon {
    margin-top: 1.1rem;
    margin-left: 0;
}

.pass {
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    background: #fff;
    margin: 0.32rem 0.1rem 0 0.2rem;
    border: 1px solid #00c4ee;
    position: absolute;
    left: 1.5rem;
}

.choose .pass {
    width: 0.12rem;
    height: 0.12rem;
    background: white;
    border: 0.07rem solid #00c4ee;
}

.passCon a {
    color: #00c4ee;
    text-decoration: underline;
}

/* 登录 */

.login .welcome {
    height: 4rem;
    margin: 0.88rem 0 0 0;
}

.login .welcome p {
    margin: 1.2rem 0 0 0;
    color: #666;
}

.login .welcome img {
    margin: 0.4rem 0 0.8rem 0;
}

/* .logIn {
    width: 6.42rem;
    height: 0.88rem;
    background-color: #e5e5e5;
    border: solid 1px #c9c9c8;
    font-size: 0.3rem;
    color: #999999;
    margin: 1.2rem 0 0 0.55rem;
    outline: none;
}

.loginactive {
    background-color: #00c4ee;
    border: 1px solid #00c4ee;
    color: #ffffff;
} */

.login .nowLogin p::before {
    content: '';
}

/* 验证手机，重置密码 */

.verify .infoCon,
.modify .infoCon,
.resetpass .infoCon {
    margin: 1.8rem 0 0 0;
}

.verify .nowLogin p::before {
    content: '如果需要修改绑定手机号，请致电：';
    color: #222222;
}

/* 提示内容 */

.tips {
    right: 0;
    color: #e00000;
}

.phonetips {
    position: absolute;
    right: 0;
    color: #e00000;
}

.codetips {
    position: absolute;
    right: 2.1rem;
    color: #e00000;
}

.passtips,
.passtips1,
.passtips2 {
    position: absolute;
    right: 0.5rem;
    color: #e00000;
    background: none;
}

/* 除去Chorme记住密码Input黄色底色 */

/* 方法1：阴影覆盖（针对非透明的纯色背景） */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 方法2：修改chrome浏览器渲染黄色背景的时间（针对透明的背景） */

/* :-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
} */