html, body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #0b0d0c;
    overflow-x: hidden;
}
input:-webkit-autofill, #j-app input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1200px #fff inset;
}
.g-doc {
    height: 100%;
}
.g-hd {
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.g-bd {
    position: static;
}
.u-btn-md {
    width: 198px;
    /*width: 151px;*/
    font-size: 16px;
    line-height: 40px;
}
.dialog {
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 620px;
    height: 486px;
    margin-left: -310px;
    margin-top: -100px;
    padding: 10px 62px 0;
    background-color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.96;
}
.dialog .cnt {
    position: relative;
}
.dialog .cnt .err-msg {
    display: inline-block;
    margin-top: 5px;
    padding-left: 15px;
    color: #ff4520;
    font-size: 12px;
}
.dialog.z-qrcode:hover + .qrc-help {
    margin-left: 340px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.dialog .mode-status {
    position: absolute;
    right: 14px;
    top: 14px;
    white-space: nowrap;
}
.dialog .mode-status .dialog-tip {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -15px;
    margin-right: 8px;
}
.dialog .mode-status .u-icon {
    width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 18px;
    color: #4e5c63;
}
.dialog .mode-status .u-icon:hover {
    color: #0093ff;
}
.qrc {
    margin-top: 65px;
    color: #0b0d0c;
    font-size: 14px;
    text-align: center;
}
.qrc-img {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.qrc-img .qrcode {
    width: 180px;
    height: 180px;
}
.qrc-img table {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    margin: 0 !important;
}
.qrc-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.qrc-tip {
    margin-top: 30px;
    color: #7e807f;
}
.qrc-tip span {
    color: #0093ff;
    cursor: pointer;
}
.qrc-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.qrc-mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
}
.qrc-mask-gap {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
}
.qrc-mask-tip {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    margin: auto;
    color: #0093ff;
}
.qrc-user {
    margin-top: 24px;
}
.qrc-user img {
    width: 80px;
    height: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.qrc-user .email {
    margin-top: 10px;
}
.qrc-user .success {
    margin-top: 59px;
    font-size: 16px;
}
.qrc-user .tip {
    margin-top: 11px;
    color: #7c807d;
}
.qrc-help {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 150px;
    margin-top: -224px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, margin 0.5s ease;
    -moz-transition: opacity 0.5s ease, margin 0.5s ease;
    transition: opacity 0.5s ease, margin 0.5s ease;
    z-index: -1;
}
.js-placeholder {
    display: block;
    position: absolute;
    color: #afb2b1;
    top: 10px !important;
    left: 15px !important;
}
.js-placeholder-parent {
    position: relative;
    display: block;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.m-hd {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 0;
}
.m-hd img {
    margin: 20px 0 0 34px;
    vertical-align: middle;
}
.m-login .hd {
    margin-top: 48px;
    font-size: 30px;
    padding-left: 10px;
    color: #333;
    text-shadow: 0 1px 1px #bbb;
}
.m-login .cnt {
    margin-top: 67px;
}
.m-login .cnt input {
    width: 100%;
}
.m-login .cnt .line.pswd {
    margin-top: 22px;
}
.m-login .cnt .register, .m-login .cnt .forget-pswd {
    float: right;
    margin-top: 10px;
    color: #0093ff;
}
.m-login .cnt .register:hover, .m-login .cnt .forget-pswd:hover {
    color: #0093ff;
}
.m-login .cnt .register {
    float: left;
    margin-left: 15px;
}
.m-login .cnt .captcha-wrapper {
    margin-top: 25px;
    font-size: 0;
}
.m-login .cnt .captcha-wrapper .js-placeholder {
    font-size: 14px;
}
.m-login .cnt .captcha-wrapper .js-placeholder-parent {
    display: inline-block;
}
.m-login .cnt .captcha-wrapper input {
    width: 364px;
    vertical-align: middle;
}
.m-login .cnt .captcha-wrapper img {
    width: 98px;
    max-height: 32px;
    margin-left: 28px;
    vertical-align: middle;
    cursor: pointer;
}
.m-login .ft {
    margin-top: 64px;
    text-align: center;
}
.m-login .ft .btn-login {
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: 82px;*/
    /*margin-left: -99px;*/
    position: absolute;
    left: 50%;
    bottom: 82px;
    margin-left: -99px;
    z-index: 2;
}
.m-login .bottom-side {
    position: absolute;
    left: 0;
    bottom: -17px;
}
.g-ft {
    position: fixed;
    left: 90%;
    bottom: 14px;
    width: 308px;
    margin-left: -154px;
}
.g-ft .footer-txt {
    font-size: 12px;
    color: #e6e6e6;
}
.m-findpswd .hd, .m-resetpswd .hd {
    margin-top: 64px;
    font-size: 0;
}
.m-findpswd .hd .pswd-set, .m-resetpswd .hd .pswd-set {
    display: inline-block;
    margin-right: 11px;
    color: #787c80;
    font-size: 22px;
    vertical-align: middle;
}
.m-findpswd .hd .txt, .m-resetpswd .hd .txt {
    font-size: 22px;
    vertical-align: middle;
}
.m-findpswd .cnt, .m-resetpswd .cnt {
    margin-top: 60px;
}
.m-findpswd .cnt .describe, .m-resetpswd .cnt .describe {
    font-size: 15px;
    color: #7d807f;
}
.m-findpswd .cnt input, .m-resetpswd .cnt input {
    width: 100%;
}
.m-findpswd .cnt .line.admin-email, .m-resetpswd .cnt .line.admin-email {
    margin-top: 26px;
}
.m-findpswd .cnt .err-msg, .m-resetpswd .cnt .err-msg {
    position: absolute;
}
.m-findpswd .ft, .m-resetpswd .ft {
    margin-top: 134px;
    text-align: center;
}
.m-resetpswd .cnt {
    margin-top: 45px;
}
.m-resetpswd .cnt .describe {
    margin-bottom: 2px;
}
.m-resetpswd .cnt .describe span {
    display: block;
}
.m-resetpswd .cnt .describe span.tip {
    margin-bottom: 14px;
    font-size: 15px;
    color: #7d807f;
}
.m-resetpswd .cnt .describe span.format {
    font-size: 12px;
    color: #afb2b1;
}
.m-resetpswd .cnt .line.ipt-wrapper {
    margin-top: 18px;
}
.m-resetpswd .cnt .line .err-msg {
    position: absolute;
}
.m-resetpswd .cnt .reset-success {
    text-align: center;
}
.m-resetpswd .cnt .reset-success img {
    margin-top: 8px;
}
.m-resetpswd .cnt .reset-success p {
    margin-top: 18px;
    font-size: 18px;
    color: #0b0d0c;
}
.m-resetpswd .cnt .reset-success .back-login {
    width: 140px;
    margin-top: 61px;
    line-height: 42px;
}
.m-resetpswd .cnt .reset-fail {
    text-align: center;
}
.m-resetpswd .cnt .reset-fail img {
    width: 120px;
    margin-top: 8px;
}
.m-resetpswd .cnt .reset-fail .status {
    margin-top: 38px;
    font-size: 0;
}
.m-resetpswd .cnt .reset-fail .status .activate-fail {
    margin-right: 8px;
    font-size: 22px;
    color: #f75534;
    vertical-align: middle;
}
.m-resetpswd .cnt .reset-fail .status .fail-tip {
    font-size: 20px;
    vertical-align: middle;
}
.m-resetpswd .cnt .reset-fail p {
    margin-top: 23px;
    line-height: 29px;
}
.m-resetpswd .cnt .reset-fail p a {
    color: #0093ff;
}
.m-resetpswd .ft {
    margin-top: 68px;
}
.m-firm .hd, .m-success .hd {
    margin-top: 64px;
    font-size: 0;
}
.m-firm .hd .pswd-set, .m-success .hd .pswd-set {
    display: inline-block;
    margin-right: 11px;
    color: #787c80;
    font-size: 22px;
    vertical-align: middle;
}
.m-firm .hd .txt, .m-success .hd .txt {
    font-size: 22px;
    vertical-align: middle;
}
.m-firm .cnt, .m-success .cnt {
    margin-top: 50px;
}
.m-firm .cnt p, .m-success .cnt p {
    font-size: 15px;
    color: #7d807f;
    line-height: 24px;
}
.m-firm .cnt .line2, .m-success .cnt .line2 {
    margin-top: 24px;
}
.m-firm .ft, .m-success .ft {
    margin-top: 95px;
    text-align: center;
    font-size: 0;
}
.m-firm .ft button, .m-success .ft button {
    font-size: 16px;
    line-height: 42px;
}
.m-firm .ft .modify-btn, .m-success .ft .modify-btn {
    width: 220px;
}
.m-firm .ft .back-btn, .m-success .ft .back-btn {
    margin-left: 12px;
    width: 140px;
}
.m-success .hd .pswd-set {
    color: #3fc529;
}
.m-success .cnt .line1 {
    color: #0b0d0c;
}
.m-success .cnt .line2 .resend {
    color: #0093ff;
}
.m-success .cnt .line2 .resend:hover {
    color: #0093ff;
}
.m-success .cnt .line2 .tel {
    color: #0b0d0c;
}
.old-link {
    position: absolute;
    bottom: -999px;
    left: 50%;
    width: 200px;
    height: 24px;
    margin-left: -100px;
    text-align: center;
}
.old-link span {
    vertical-align: middle;
    color: #fff;
}
.old-link img {
    margin-left: 10px;
    vertical-align: middle;
}
.old-link a:hover span {
    text-decoration: underline;
}
.u-btn-green, .u-btn-green:focus {
    background-color: #0093ff;
    border: 1px solid #0093ff;
}
.u-btn-green:hover {
    background-color: #60b6f6;
    border: 1px solid #0093ff;
}
.u-ipt:focus, .u-ipt.focus {
    border: 1px solid #0093ff;
}
.m-hd-header a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
