.login-dialog .sprite {
    display: inline-block;
    background-image: url(../image/css_sprites.png);
    /*url(/images/login-new/login@2x.png) 2x*/
    background-image: -webkit-image-set(url(../image/css_sprites.png) 1x, url(/images/login-new/css_sprites@2x.png) 2x);
    background-repeat: no-repeat
}

.login-dialog .llq-sprite {
    display: inline-block;
    background-image: url(https://alicdn.leyoujia.com/images/index/llq/llq_sprites-new-new.png);
    background-image: -webkit-image-set(url(/images/index/llq/llq_sprites-new.png) 1x,url(/images/index/llq/llq_sprites-new@2x.png) 2x);
    background-repeat: no-repeat
}
.login-dialog .llq-sprite.arrow-right{
    width: 16px; height: 16px;
    background-position: -432px -184px;
    margin-top: 2px;
}
.login-dialog .llq-entrance-txt{
    position: absolute;
    bottom: -60px;
    left: 10%;
    height: 40px;
    width: 84%;
    background: #E03236;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.login-dialog .sprite.check {
    width: 14px;
    height: 14px;
    background-position: -44px -228px;
}
/*去掉搜狗浏览器密码软盘*/
input::-webkit-input-safebox-button{
    display: none;
}
.login-dialog .login-dialog-cont:hover .sprite.check {
    background-position: -78px -228px;
}
.login-dialog .sprite.checked {
    width: 14px;
    height: 14px;
    background-position: -10px -228px !important;
}
input[type="password"]::-ms-reveal{
    display:none;
}
.login-dialog .sprite.eyes {
    width: 18px; height: 18px;
    top: 12px !important;
    background-position: -196px -106px;
}
.login-dialog .sprite.eyes:hover {
    background-position: -236px -10px;
}
.login-dialog .sprite.visible {
    width: 18px; height: 18px;
    background-position: -236px -48px;
}
.login-dialog .sprite.visible:hover {
    background-position: -236px -86px;
}
.login-dialog .sprite.del {
    width: 16px;
    height: 16px;
    background-position: -236px -124px
}
.login-dialog  .sprite.del:hover {
    width: 16px;
    height: 16px;
    background-position: -236px -160px;
}
.login-dialog .sprite.console {
    width: 13px;
    height: 12px;
    background-position: -141px -5px
}

.login-dialog .sprite.phone {
    width: 14px;
    height: 14px;
    background-position: -164px -5px
}

.login-dialog .sprite.success {
    width: 186px;
    height: 133px;
    background-position: -5px -31px
}

.login-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999
}

.login-dialog .login-dialog-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7
}

.login-dialog .login-dialog-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999;
    width: 318px;
    min-height: 354px;
    padding: 80px 40px 26px 40px;
    margin-left: -192px;
    margin-top: -263px;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(7, 10, 52, 0.1);
    border-radius: 10px;
    border: 1px solid #EAECED;
    /*overflow: hidden*/
}

.login-dialog .login-dialog-closed {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 3px;
    box-sizing: border-box;
    text-indent: -99999px;
    background-position: -132px -168px;
}
.login-dialog .login-dialog-cont  .login-dialog-closed:hover{
    background-position:  -176px -168px !important;
}
.login-dialog .login-dialog-sub {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 14px 20px 22px 14px;
    text-indent: -99999px;
    background: linear-gradient(223deg, rgba(192, 192, 192, 0.3) 0%, rgba(237, 237, 237, 0.3) 100%);
    /*overflow: hidden;*/
    cursor: pointer;
}
.login-dialog .login-dialog-sub:before{
    content: '';
    position: absolute;right: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 39px solid;
    border-color: transparent #fff #fff transparent;
}
.login-dialog .login-dialog-sub:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 76px;
    width: 76px;
    background-image: -webkit-image-set(url(../image/css_sprites.png) 1x,url(/images/login-new/css_sprites@2x.png) 2x);
    background-position: -10px -10px;
}
.login-dialog .login-dialog-sub .login-dialog-sub_logo{
    display: block;
    height: 42px;
    width: 42px;
}
.login-dialog .login-dialog-sub.phone .login-dialog-sub_logo{
    background-position: -134px -106px;
}
.login-dialog-cont .login-dialog-sub.phone:hover .login-dialog-sub_logo{
    background-position: -10px -168px;
}

.login-dialog .login-dialog-sub.wx .login-dialog-sub_logo{
    background-position: -10px -106px;
}
.login-dialog-cont .login-dialog-sub.wx:hover .login-dialog-sub_logo{
    background-position: -72px -106px;
}
.login-dialog .login-dialog-sub .login-dialog-sub_txt{
    position: absolute;
    left: 69px;
    top: 17px;
    width: 110px;
    height: 20px;
}
.login-dialog .login-dialog-sub.phone .login-dialog-sub_txt{
    background-position: -106px -10px
}
.login-dialog .login-dialog-sub.wx .login-dialog-sub_txt{
    background-position: -106px -50px
}

.login-dialog h2 {
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}

.login-dialog h2 a {
    font-size: 26px;
    font-weight: 700;
    color: #9b9b9b;
    text-align: center;
    color: #000;
    display: none;
    cursor: none;
}
.login-dialog h2 a.curr{
    display: inline-block;
}
.login-dialog .loginBox .errorPlace {
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #e42d2f
}

.login-dialog .loginBox .loginForm {
    position: relative
}
.login-dialog .form-group {
    position: relative;
    height: 42px;
    padding: 3px 0 3px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    background: #F2F2F6;
}

.login-dialog .form-group .form-input {
    position: relative
}

.login-dialog .form-group .form-inputw {
    width: 200px;
    float: left
}

.login-dialog .form-group input {
    width: 288px;
    height: 20px;
    line-height: 20px;
    padding: 11px 10px 11px 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    background: #F2F2F6;
}

.login-dialog .form-group input[type=password] {
    width: 263px
}

.login-dialog .form-group input {
    -webkit-box-shadow: 0 0 0 1000px #F2F2F6 inset!important
}

.login-dialog .form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F2F2F6 inset!important
}

.login-dialog .form-group .phone-code {
    position: relative;
    float: left;
    width: auto;
    padding-right: 32px;
}
.login-dialog .form-group .phone-code::before{
    content: '';
    position: absolute;
    top: 13.5px;
    right: 10px;
    height: 16px;
    width: 1px;
    background-color: #DFE1E5;
}
.login-dialog .form-group .phone-code .phoneCode-icon {
    position: absolute;
    right: 17px;
    top: 14px;
    z-index: 3;
    display: block;
    width: 12px;
    height: 12px;
    background-position:  -112px -228px
}
.login-dialog .form-group .phone-code .phoneCode-icon.top{
    transform: rotate(180deg);
    margin-top: 2px;
}

.login-dialog .form-group .phone-code .phoneCode-btn {
    font-size: 13px;
    display: block;
    line-height: 42px;
    color: #333;
    cursor: pointer
}

.login-dialog .form-group .phoneCode-list {
    font-size: 13px;
    display: none;
    position: absolute;
    top: 45px;
    left: -16px;
    z-index: 99;
    padding: 9px 15px;
    color: #000;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #bbb
}

.login-dialog .form-group .phoneCode-list li {
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer
}

.login-dialog .form-group .phoneCode-list li.curr,.login-dialog .form-group .phoneCode-list li:hover {
    color: #e03236
}

.login-dialog .form-group .form-inputw input {
    width: 185px
}

.login-dialog .form-group .diy-place {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    font-size: 15px;
    color: #bbb;
    text-indent: 20px;
    left: 0;
    top: 0;
    z-index: 2
}

.login-dialog .form-group .form-input i {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 3
}

.login-dialog .form-group .form-input .del {
    display: none
}

.login-dialog .form-group .getCode {
    position: absolute;
    right: 0;
    top: 3px;
    height: 42px;
    line-height: 42px;
    color: #4a4a4a;
    font-size: 14px
}
.login-dialog .form-group .getCode:hover{
    color: #E03236;
}
.login-dialog .form-group .getCode.disabled,.login-dialog .form-group .getCode[disabled=disabled],.login-dialog .form-group .getCode[disabled=true] {
    color: #ccc;
    cursor: not-allowed
}

.login-dialog .form-group .getCode em {
    padding: 0 16px;
    border-left: 1px solid #dbdbdb
}

.login-dialog .form-group .getCode.waitjy {
    min-width: 103px;
    background: url(../image/loading.gif) no-repeat center center;
    color: transparent!important
}

.login-dialog .form-group .getCode.waitjy em {
    display: inline-block;
    min-width: 71px;
    height: 19px;
    margin-top: 11px;
    text-indent: -9999px
}

.login-dialog .loginBox .form-check {
    position: relative;
    height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #4a4a4a
}

.login-dialog .form-check .remenber {
    cursor: pointer
}

.login-dialog .form-check i {
    float: left;
    margin-right: 5px;
    margin-top: 1px
}

.login-dialog .form-check a {
    color: #e03236
}

.login-dialog .form-check a:hover {
    text-decoration: underline
}

.login-dialog .form-check .autoLogin {
    display: none
}

.login-dialog .btn-submit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #e03236;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    outline: 0
}

.login-dialog .btn-submit:hover {
    opacity: .8
}

.login-dialog .btn-submit[disabled=disabled],.login-dialog .btn-submit[disabled=true] {
    opacity: .3
}

.login-dialog .loginBox .tipsBox {
    min-height: 85px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.login-dialog .loginBox #loginBox4 .tipsBox{
    margin-top: 0;
}
.login-dialog .tipsBox .exchange {
    font-size: 14px;
    color: #4a90e2;
    line-height: 16px
}

.login-dialog .tipsBox .yybtn {
    font-size: 14px;
    color: #666;
    line-height: 16px;
    display: none
}

.login-dialog .tipsBox .yybtn.disabled {
    color: #ccc;
    cursor: not-allowed
}

.login-dialog .tipsBox .txt {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 17px;
    margin-top: 20px;
    text-align: center
}
.login-dialog-cont:hover .tipsBox .txt a{
    color: #E03236;
}

.login-dialog .tipsBox .tip {
    font-size: 14px;
    height: 19px;
    font-weight: 400;
    text-align: center;
}

.login-dialog .tipsBox .tip .link {
    color: #656565;
    padding: 0 12px;
}
.login-dialog .tipsBox .tip .link:hover{
    color: #E03236;
}
.login-dialog .tipsBox .tip .bod-r{
    border-left: 1px solid #dbdbdb;
}
.login-dialog #loginBox4 .tipsBox .tip .link:hover{
    color: #E03236;
}
.login-dialog .center {
    position: absolute;
    width: 100%;
    height: 71px;
    left: 0;
    bottom: 0;
    background: rgba(239,239,239,.97);
    background: #efefef9;
    font-size: 15px;
    color: #4a4a4a;
    text-align: center;
    line-height: 70px;
    border-radius: 0 0 4px 4px
}

.login-dialog .center a {
    font-size: 15px;
    color: #4a90e2
}

.login-dialog .login-wx .wx-ewm {
    position: relative;
    height: 220px;
    width: 220px;
    box-shadow: 0px 6px 12px 0px rgba(2, 5, 15, 0.12);
    margin: 25px auto 14px;
    overflow: hidden
}

.login-dialog .login-wx .wx-ewm iframe {
    height: 192px;
    width: 100%;
}

.login-dialog .login-wx .wx-ewm .ewm-img {
    display: block;
    width: 100%
}

.login-dialog .login-wx .wx-ewm .ewm-refresh {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.login-dialog .login-wx .wx-ewm .refresh-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8
}

.login-dialog .login-wx .wx-ewm .refresh-btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    margin: 65px auto 5px auto;
    cursor: pointer;
    background-image: url(../image/refresh.png);
    background-image: -webkit-image-set(url(../image/refresh.png) 1x,url(../../images/login/refresh@2x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 600ms
}
.login-dialog .login-wx .wx-ewm .refresh-btn:hover{
    transform: rotate(360deg)
}
.login-dialog .login-wx .wx-ewm .refresh-txt{
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #999;
    font-size: 14px;
    text-shadow: 0 0 10px #999;
    position: relative;
}
.login-dialog .login-wx .wx-ewm #wxQrcord{
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background:url(https://alicdn.leyoujia.com/style/login/images/jbox-content-loading.gif) no-repeat bottom center;
}
.login-dialog .login-wx .wx-ewm #wxQrcord img{
    height: 100%;
    width: 100%;
}
.login-dialog .login-wx .wx-ewm #wxQrcord .wxQrcord-load{
    margin: 90px auto;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.login-dialog .login-wx  .wx-desc{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding-top: 15px;
    line-height: 20px;
}
.login-dialog .login-wx  .wx-desc .wx-desc-inp span{
    color: #666;
}
.login-dialog  .login-dialog-cont:hover  .wx-desc .wx-desc-inp span{
    /*color: #E03236;*/
}
.login-dialog .login-wx .wx-tips {
    font-size: 15px;
    color: #9b9b9b;
    line-height: 21px;
    text-align: center
}

.login-dialog .login-wx .wx-submit {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    background: #e03236;
    border-radius: 2px
}

.login-dialog .login-wx .wx-submit b {
    font-weight: 400;
    font-size: 16px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-top: 3px
}

.login-dialog .login-wx .wx-submit em {
    font-size: 10px;
    display: block;
    height: 14px;
    line-height: 14px
}

.login-dialog .yyDialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999
}

.login-dialog .yyDialog .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4
}

.login-dialog .yyDialog .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 306px;
    height: 172px;
    background: #fff;
    border-radius: 6px;
    text-align: center
}

.login-dialog .yyDialog .content .title {
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 600
}

.login-dialog .yyDialog .content p {
    margin-top: 15px;
    font-size: 14px;
    color: #222;
    line-height: 18px
}

.login-dialog .yyDialog .content .btns {
    margin-top: 26px
}

.login-dialog .yyDialog .content .cancel,.yyDialog .content .confirm {
    display: inline-block;
    width: 106px;
    height: 36px;
    line-height: 36px;
    margin: 0 6px;
    background: #fff;
    border-radius: 2px;
    font-size: 14px
}

.login-dialog .yyDialog .content .cancel {
    border: 1px solid #ccc;
    color: #222
}

.login-dialog .yyDialog .content .confirm {
    border: 1px solid #e03236;
    color: #e03236
}

.login-dialog .impowerBox {
    width: 157px
}

.login-dialog .impowerBox .title {
    display: none!important
}

.login-dialog .impowerBox .wrp_code {
    width: 157px;
    height: 157px;
    overflow: hidden
}

.login-dialog .impowerBox .qrcode {
    display: block;
    width: 155px;
    margin-top: 0
}

.login-dialog .impowerBox .info {
    display: none!important
}

.login-dialog .toast {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 9999
}

.login-dialog .toast span {
    display: inline-block;
    margin: 42% auto 0;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background: rgba(0,0,0,.8);
    background: #2b2b2b9;
    color: #eee;
    font-size: 14px;
    border-radius: 6px
}

.login-binding {
    display: none;
    margin-bottom: 40px
}

.login-binding .banding-tips {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #e03236
}


/*
 loading css
*/
.loading {
    display: block;
    position: relative;
    width: 6px;
    height: 10px;
    animation: rectangle infinite 1s ease-in-out -0.2s;
    background-color: #000;
}
.loading:before,.loading:after {
    position: absolute;
    width: 6px;
    height: 10px;
    content: "";
    background-color: #000;
}
.loading:before {
    left: -14px;
    animation: rectangle infinite 1s ease-in-out -0.4s;
}
.loading:after {
    right: -14px;
    animation: rectangle infinite 1s ease-in-out;
}
@keyframes rectangle {
    0%,
    80%,
    100% {
        height: 20px;
        box-shadow: 0 0 #000;
    }
    40% {
        height: 30px;
        box-shadow: 0 -20px #000;
    }
}
.protocol-check-btn{
    position: relative;
    top:2px;
    margin-right:4px;
}
.tipsBox .txt{
    cursor: pointer;
}

.lyj-dialog{
    display: none;
}
.lyj-dialog .dialog-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    display: flex;
    z-index:9999999;
    align-items: center;
    justify-content: center
}

.tip-dialog{
    position: relative;
    width: 620px;
    padding:20px 28px;
    margin: 0 auto;
    box-sizing: border-box;
    background:#fff;
    border-radius: 4px;
}
.tip-dialog .title{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: center;
}
.tip-dialog .close{
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    width: 20px;
    height: 20px;
    background:url(../image/common-close-icon.png) center no-repeat;
    background-size:20px;
    cursor: pointer;
}
.tip-dialog .body-dialog{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 20px 0 24px;
}
.tip-dialog .footer-dialog{
    display: flex;
    justify-content: center;
}
.tip-dialog .footer-dialog .foot-btn{
    font-size: 14px;
    margin-right: 10px;
    margin-top: 0;
    color: #222222;
    text-align: center;
    border-radius: 4px;
    padding:10px 17px;
    border:1px solid #BFBFBF;
    cursor: pointer;
}
.tip-dialog .footer-dialog .foot-btn + .foot-btn{
    margin-left: 10px;
    margin-right: 0;
}
.tip-dialog .footer-dialog .foot-btn.submit-btn{
    font-weight: bold;
    color: #FFFFFF;
    background: #E03236;
    padding:10px 26px;
    border:none;
}
.tip-dialog .light{
    color:#0244AB;
}

.tip-dialog .body-dialog .body-cont{
    position: relative;
    margin-top: 20px;
}
.tip-dialog.auth-dialog{
    padding: 24px 12px 0;
}
.tip-dialog .body-dialog{
    padding-top: 14px;
}
.tip-dialog.auth-dialog .footer-dialog{
    position: relative;
    margin: 0 -12px;
}
.tip-dialog.auth-dialog .footer-dialog::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    transform: scaleY(0.5);
}
.auth-dialog .footer-dialog .foot-btn{
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-right: 0;
    color: #333;
    background: none;
}
