.loginWrap{

}
.loginWrap .newSign .nbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    margin-top: 15px;
}
.loginWrap .newSign .nbox input{
    margin-top: 8px;
    margin-right: 3px;
}
.loginWrap .newSign .nbox .forgetPsd{
    color: #df5152;
    cursor: pointer;
}

.loginWrap .pcIcon{
    width: 365px;
    height: 301px;
    border-left: solid 1px #aaaaaa;
    margin-top: 130px;
    margin-left: 140px;
}
.loginWrap .pcIcon .quicklogin{
    width: 100%;
    font-size: 22px;
    margin-top: 55px;
    margin-left: 189px;
    float: left;
}
.loginWrap .pcIcon .loginMode{
    width: 192px;
    height: 70px;
    margin-top: 37px;
    /*margin-left: 138px;*/
    margin-left: 210px;
    float: left;
}
.loginWrap .pcIcon .loginMode img{
    width: 56px;
    height: 56px;
    cursor: pointer;
}


/* 蒙层1登录 */
.retrie{
    width: 880px;
    height: 560px;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.retrie .rtitile{
    font-size: 26px;
	line-height: 30px;
    color: #282828;
    text-align: center;
    margin-top: 40px;
}
.retrie .rtitile .sp1{
    color: #028fca;
}
.retrie .rtitile .sp2{
    color: #de5152;
    cursor: pointer;
}
.retrie .android{
    width: 420px;
    height: auto;
    margin-left: 60px;
    float: left;
}
.retrie .android .androIcon{
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}
.retrie .android .andCont{
    width: 100%;
    height: auto;
    margin-top: 45px;
}
.retrie .android .andCont .qrcode{
    width: 160px;
    height: 160px;
    float: left;
}
.retrie .android .andCont .andfont{
    width: 240px;
    height: auto;
    float: right;
}
.retrie .android .andCont .andfont p{
    font-size: 18px;
    color: #333333;
}
.retrie .lineShu{
    width: 2px;
	height: 312px;
    background-color: #aaaaaa;
    margin-left: 50px;
    float: left;
}
.retrie .ios{
    width: 160px;
    height: auto;
    margin-left: 70px;
    float: left;
}
.retrie .ios .iosIcon{
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}
.retrie .ios .iosfont{
    margin-top: 45px;
}
.retrie .ios .iosfont p{
    font-size: 18px;
    color: #333333;
}