

.wrap {width: 1000px; margin: 0 auto;}
.w1200 .wrap {width: 1200px;}
.login-body {
    position: relative;
    height: 100vh;
    background: url(https://img.jyeoo.net/images/root/oauthnew/images/bg_20231101.png) no-repeat center top, linear-gradient(#E1EEFF, #FFFFFF);
    min-width: 1200px;
}
.block-login {
    position: relative;
    width: 766px;
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 24px 0 rgba(0, 138, 251, 0.12);
    box-sizing: border-box;
    height: 520px;
}
.login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*页头*/
.top { width: 100%; min-width: 1200px; height: 52px; line-height: 48px; box-shadow: 0 1px 12px 0 rgba(0, 58, 129, 0.08); background-color: #fff; }
.top .logo { line-height: 52px; }
.top .user { position: relative; display: inline-block; margin-left: 40px; }
.top .user a { display: block; line-height: 50px; color: #333; }
.top .user a:hover { color: #4a9efa; }
.top .user:hover .popover { visibility: visible; opacity: 1; }
.top .user .popover a { width: 70px; line-height: 32px; }
.top .map .popover { left: -10px; top: 65px;text-align: center;  }
.top .map .popover a:hover { background-color: #e5f3ff; border-radius: 4px; transition: all 0.3s; color: #008afb; }
.top .map .popover::after { left: 35px; top: -10px; }
.top .apply .popover { left: -195px; top: 65px; width: 300px; padding: 25px; box-sizing: border-box; }
.top .apply .popover::after { right: 35px; top: -10px; }
.top .apply .focus { padding: 0 20px; background-color: #ebf6ff; border-radius: 8px; }
.top .apply .focus button { margin: 11px 0; }
.top .apply .focus-ul li a { display: block; width: 100px; line-height: 45px; }
.top .user a.profile-drop { position: relative; display: inline-block; vertical-align: middle; padding: 3px 10px; margin: 6px 0; line-height: normal; border-radius: 10px; background-color: #e5f3ff; }
.top .user a.profile-drop img { width: 30px; height: 30px; border-radius: 50%; }
.top .user a.profile-drop .i-identity-xyh { position: absolute; top: 19px; right: 29px; }
.top .profile .popover { right: 0; top: 55px; width: 310px; padding: 0; }
.top .profile .popover::after { visibility: hidden; }
.top .profile-hd { padding: 20px 25px; background: url(images/root/top-user-bg.png) no-repeat 115% 15%, linear-gradient(#c1defe, #d5e9ff); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c1defe, endColorstr=#d5e9ff); line-height: normal; border-radius: 8px 8px 0 0; }
.top .profile-hd img { width: 40px; height: 40px; border-radius: 50%; }
.top .profile-name input { margin-top: -3px; margin-right: 5px; }
.top .profile-name p { display: inline-block; vertical-align: middle; max-width: 164px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top .user .popover .profile-name a { display: inline-block; width: 185px; }
.top .user .popover .profile-info a { float: right; color: #008afb; width: auto; line-height: normal; }
.top .profile-fast { position: relative; padding-top: 5px; margin-top: 15px; background: url(images/root/top-user-icon.png) no-repeat 240px -3px, linear-gradient(225deg, transparent 11px, #fff 0); border-radius: 4px; box-shadow: -1px 1px 2px 0 rgba(0, 67, 162, 0.05); text-align: center; }
.top .profile-fast a { display: inline-block; width: 33.33%; }
.top .profile-bd { margin: 15px 25px 0; border-bottom: 1px solid #d9d9d9; line-height: 24px; }
.top .user .profile-fd a { display: inline-block; width: 100%; color: #f93b3b; line-height: 52px; }
/*鼠标移入提示框>投影*/
.popover { visibility: hidden; opacity: 0; transition: all .2s ease-out .1s; position: absolute; z-index: 999; padding: 10px; background-color: #fff; box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.12); border-radius: 12px; }
.popover::after { position: absolute; content: ''; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; filter: drop-shadow(0 0 8px rgba(0, 0, 0, .12)); }

    .login-ft {
    position: relative;
    float: left;
    width: 345px;
    text-align: center;
}
.login-ft::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 440px;
    background: #ededed;
}

/* 扫码 */
.saoma {-webkit-transition:all .5s;transition:all .5s;}
.saoma {w-webkit-transform: scale(1);transform: scale(1);}
.login-ft .title {margin: 20px;font-size: 22px;height: 39px;line-height: 39px;}
.saoma .picbox {position: relative;width: 360px;height: auto;margin:15px auto 0;}
.saoma .picbox img {position: absolute;left:0;-webkit-transition:all .5s;transition:all .5s;}
.saoma .pic1 {width: 282px;}
.saoma .pic1 iframe {margin-top: -25px;}
.saoma .btminfo {text-align: center;color:#323232;}


.saoma{height: 258px;/* padding: 15px 20px 0; */}
.saoma:nth-child(2){height: 285px;display: flex;flex-direction: column;align-items: center;}
.saoma.on{display:flex;flex-direction:column;align-items:center}

.saoma .login-code {
    margin: 0 0 20px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 15px;
    position: relative;
    /* width: 200px; */
}


.saoma h4 {font-size: 12px;padding: 8px 10px;background: #f6f6f6;color: #777;margin: 0px 0px 0;-webkit-border-radius: 30px;border-radius: 30px;text-align: center;}
.saoma h4.wechato em {color: #0670f8;}
.saoma h4.wechato em img {width: 14px;margin: -2px 2px 0;vertical-align: middle;}


.saoma .login_code{
    width:172px;
    height:172px;
    }
.saoma .qrcode-error {
    display: block;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    width: 202px;
    height: 202px;
    padding-top: 60px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
}
.saoma .qrcode-error p {
    font-weight: bold;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
}
.saoma .refresh-btn {
    display: block;
    margin: 20px auto 0;
    background: #f92a2e;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fbfbfb;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
}
.saoma .refresh-btn:hover { 
    color: #fbfbfb; 
}
.saoma .login_success{display:none;padding:50px 0 30px}
.saoma .login_success img{width:81px;height:80px;margin:0 auto 20px;display:block}
.saoma .login_success p{height:28px;font-size:20px;font-weight:500;color:#1A1A1A;line-height:28px;margin-top:24px;text-align:center}




.login-ft .othertype {margin-top: 10px;overflow: hidden;padding: 0 10px;}
.login-ft .othertype p {margin-bottom: 12px;color: #666;text-align: center;font-size: 14px;}
.login-ft .othertype a {display: inline-block;width: 32px;height: 32px;margin-right: 5px;overflow: hidden;}
.login-ft .othertype a img {width: 100%; height: 100%; display: block;}

.login-rt {
    float: right;
    width: 420px;
}
.module-footer{    margin-top: 30px;text-align:center}
.module-footer .module-footer-item{display:inline-block;position:relative;height:20px;line-height:20px;font-size:14px;vertical-align:middle;color:rgba(23,26,29,0.6);color:var(--common_level2_base_color,rgba(23,26,29,0.6));transition:all 0.3s;cursor:pointer}
.module-footer .module-footer-item::before{content:'';display:inline-block;width:1px;height:10px;margin:0 12px;background:rgba(126,134,142,0.16);background:var(--common_line_light_color,rgba(126,134,142,0.16));vertical-align:middle}
.module-footer .module-footer-item:first-child::before{display:none}
.module-footer .module-footer-item:hover{color:#0089ff;color:var(--theme_primary1_color,#0089ff)}
.module-footer .module-footer-language{padding-right:16px}
.module-footer .module-footer-language .dingtalk-login-iconfont{display:block;position:absolute;height:20px;right:0;top:50%;margin-top:-10px;line-height:20px;font-size:16px;text-align:right}
.module-footer .module-footer-language .module-footer-select{display:block;position:absolute;width:100%;height:100%;left:0;top:0;opacity:0.01}


/* 登陆 */
.loginwrap {/* height: 560px; */}
.loginwrap .wrap {position: relative;height: 560px;}
.loginBG {position: absolute; top:0; left: 50%; right: 0; bottom: 0; margin-left: -960px;}
.loginBG .advPlaceholder {margin-left: 180px;}
.w1200 .loginwrap .person {left:60px;}

.login-container .tab {height: 39px;line-height: 39px;font-size: 16px;}
.login-container .tab li {float: left;position: relative;z-index: 2;width: 50%;text-align: center;border-bottom: 0;cursor: pointer;font-size: 22px;}
.login-container .tab li.curr {background: #fff;z-index: 1;}
.login-container .tab li.curr:after {
    display: block;
    content: "";
    margin: 0px auto 0;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAADCAIAAAAcOLh5AAAAJUlEQVR4AWP4/+rZ/5r4/2kuJCGgFqBGhv+7VgM5ZCCgRopsBgA1VGpvfm1N8wAAAABJRU5ErkJggg==) 50% / cover;
}

.login-container .main {border: 0;border-top: 0;background: #fff;padding: 0;margin-left: -1px;margin-right: -1px;}
.login-container .main .item {position: relative;padding-top: 30px;}
.getCodes {position: absolute; right: 0; top: 0; bottom: 0; background: #2176FF; border: none; outline: none; color: #fff; padding: 0 15px; cursor: pointer;}
.getCodes.disabled {background: #ccc; cursor: no-drop;}

.loginwrap .formbox {position: absolute;top:35px;right:80px;width: 420px;height: 490px;z-index: 3;overflow: hidden;}

.loginform {
    position: relative;
    padding: 0;
    font-size: 12px;
    width: 320px;
    margin: 20px auto 0;
    }
.loginform .title {margin-bottom: 35px;font-size: 20px;color: #323232;}
.loginform .error {position: absolute;left: 0px;top: 50px;}
.loginform .error p {width: 320px;padding: 4px 10px;background: #ffecec;color: #e44a4a;display: none;border-radius: 2px;}
.areaCode {position: absolute; left: 0; top: 0; bottom: 0; width: 55px; text-indent: 8px; background: #f5f5f5; cursor: pointer;}
.areaCode i {font-style: normal;}
.areaCode s {position: absolute; content: ' '; right: 8px; top: 19px; width: 0; height: 0; border: 4px solid transparent; border-top-color: #666;}
#phone {text-indent: 20px;}

.areaCode_wrap {position: absolute; left: 0; top: 41px; width: 200px; height: 300px; background: #fff; border: 1px solid #ebebeb; box-shadow: 0 5px 20px rgba(26,26,26,.1); z-index: 10; overflow-y: auto; padding: 10px 0; display: none;}
.areaCode_wrap li {padding: 0 20px; line-height: 30px; cursor: pointer;}
.areaCode_wrap li:hover {background: #f5f5f5;}

.loginwrap .inpbdr {display: block;position: relative;height: 48px;padding: 0;line-height: 48px;font-size: 16px;text-align: center;border-radius: 8px;background: #f2f2f6;overflow: hidden;}
.loginwrap .inpbdr.focus {border-color:#08C;box-shadow:0 0 4px #8bd6fb;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;}
.loginwrap .form-row {margin-top: 19px;}
.loginwrap .form-row input {display: block;width: 100%;height: 48px;line-height: 48px;padding: 0px 10px 0 43px;border:0;outline:0;background: transparent;}
.loginwrap .form-row .inp {font-size: 14px;border: 1px solid #f2f2f6;border-radius: 8px;}
.loginwrap .yzminput {width: 170px;float: left;}
.loginwrap .form-row .vdimgck {width: 117px;}
.loginwrap .yzmpic {width: 92px;padding:0;float: left;margin-left: 10px;}
#vdimgck {display: block;width: 92px;height: 40px;}
.loginwrap .change {float: left;line-height: 42px;margin-left: 10px;}
.loginwrap .form-row .inpbdr .lgicon {position: absolute;left:10px;top: 12px;width: 20px;height: 20px;}
.iconlock {background-position: -1px -22px;}
.iconyzm {background-position: 0 -42px;}
.rememberpsd {line-height: 16px;font-size: 12px;color: #666;cursor: pointer; display: inline-block;}
.rememberpsd .lgicon {width: 19px;height: 16px;float: left;background-position: -2px -64px;margin-right: 8px;}
.rememberpsd.checked .lgicon {background-position: -2px -82px;}
.loginwrap .btnwrap {margin-top: 16px;}
.loginwrap .form-row .submit {display: block;width: 100%;padding: 0;background: #2176FF;font-size: 18px;color: #fff;text-align: center;cursor: pointer;box-sizing: border-box;position: relative;height: 48px;line-height: 48px;border-radius: 8px;}
.loginwrap .submit:hover {background: #4089ff;transition:all .25s;}
.loginwrap .otherdo {margin-top: 12px;}
.loginwrap .otherdo a:hover {text-decoration: underline;}
.loginwrap .goregister {float: left;color: #2176FF;}
.loginwrap .fogetpsd {float: right;color: #333;}

.lgicon {display: inline-block;background-image:url(../images/login_icon.png);background-repeat: no-repeat;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

.module-agreement {
    font-size: 12px;
    line-height: 19px;
    padding: 15px 24px 15px;
    background: #ffffff;
    text-align: center;
    color: #848484;
    position: absolute;
    bottom: 30px;
    width: 372px;
}

/* 底部 */
.footer-login {margin-top: 40px;}
.footer-login p {line-height: 38px;text-align: center;font-size: 14px;color: #666;}
.footer-login a {color: #666;}
.footer-login a:hover {color: #f60;text-decoration: underline;}
.footer-login .pice {margin:0 14px;color: #ddd;}
