@charset "utf-8";
a, input, div, textarea {
    outline: none;
    text-decoration: none;
}
*+ html input {
    margin-top: -1px;
    margin-bottom: -1px;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
ul, dl, ol, li {
    list-style: none;
}
img, input[type="checkbox"] {
    vertical-align: middle;
}
body {
    font-family: "microsoft yahei", "å¾®è½¯é›…é»‘", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /*background-color:#f1f1f1;*/
    background-image: url(login/cash-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-user-select: none;
    min-height: 100%;
    height: 100%;
}
.auth_box_mask {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .5);
}
.auth_box{
	position: absolute;
	left: 50%;
	top: 50%;
    height: 382px;
    width: 518px;
	border-radius: 5px;
	background-color: #fff;
	z-index: 999;
	display: none;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.auth_box.verification {
    height: 439px;
}
.auth_box.forget-password-box {
    height: 443px;
}
.auth_box.forget-password-box.second-page-box {
    height: 443px;
}
.auth_box .close_btn{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    background: url(../img/modifyPasswordTip_close.png) no-repeat center center;
    background-size: 15px 15px;
}
.clear {
    clear: both;
}
.mgj .wrapper,.mgj .wrapper *{
	box-sizing: content-box;
}
.page-innerbox {
    width: 795px;
    height: 415px;
    margin: 80px auto auto;
    position: relative;
}
.page-title {
    height: 48px;
    padding: 10px 30px;
    color: #FFF;
}
.page-title .t1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.page-title .t2 {
    font-size: 14px;
    line-height: 18px;
}

/*.page-inputBox {
	padding: 20px 30px;
	position: relative;

}*/

.page-inputBox {
    position: relative;
    width: 495px;
    height: 421px;
    /*float: left;*/
    background-color: #fff;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    border-radius: 0 3px 3px 0;
}
.page-inputBox .switch-mode {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 116px;
    height: 55px;
    background: url(login/login-qrcode.png) no-repeat;
    background-size: 116px 55px;
}
.page-inputBox .switch-mode:hover {
    background: url(login/login-qrcode-hover.png) no-repeat;
    background-size: 116px 55px;
}
.page-inputBox .switch-mode.qrcode-login {
    background: url(login/login-passworld.png) no-repeat;
    background-size: 116px 55px;
}
.page-inputBox .switch-mode.qrcode-login:hover {
    background: url(login/login-passworld-hover.png) no-repeat;
    background-size: 116px 55px;
}
.page-inputBox .code-login-box{
    text-align: center;
}
.page-inputBox .code-login-box .app-qrcode-login {
    display: none;
}
.page-inputBox .code-login-box .wx-qrcode-login .login-qrcode {
    padding: 14px 15px;
    box-sizing: border-box;
}
.page-inputBox .code-login-box .wx-qrcode-login .login-qrcode:hover ~ .guide {
    display: block !important;
}
.page-inputBox .code-login-box .wx-qrcode-login .guide {
    position: absolute;
    top: 50px;
    right: -120px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 15px 2px 68px 0 #00000024;
    display: none;
    animation: fadein 1s 1;
    z-index: 999;
}
@keyframes fadein {
    0% {
        opacity: 0;
        top: 80px;
    }
    10% {
        opacity: 0.3;
        top: 72px;
    }
    100% {
        opacity: 1;
        top: 50px;
    }
}
.page-inputBox .code-login-box .title {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}
.page-inputBox .code-login-box .title .mgj-app {
    cursor: pointer;
}
.page-inputBox .code-login-box .login-qrcode {
    width: 230px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #E9EDFA;
    position: relative;
    margin: 30px auto;
}
.page-inputBox .code-login-box .login-qrcode .qrcode {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.page-inputBox .code-login-box .login-qrcode .border {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #252B3A;
}
.page-inputBox .code-login-box .login-qrcode .border-top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}
.page-inputBox .code-login-box .login-qrcode .border-top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}
.page-inputBox .code-login-box .login-qrcode .border-bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}
.page-inputBox .code-login-box .login-qrcode .border-botom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}
.page-inputBox .code-login-box .change-login-type{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page-inputBox .code-login-box .change-login-type .app-code,
.page-inputBox .code-login-box .change-login-type .wx-code{
    border-radius: 32px;
    padding: 5px 15px;
    margin: 0 10px;
    color: #999999;
    font-size: 14px;
}
.page-inputBox .code-login-box .change-login-type .app-code span,
.page-inputBox .code-login-box .change-login-type .wx-code span{
    vertical-align: middle;
}
.page-inputBox .code-login-box .change-login-type .app-code::before,
.page-inputBox .code-login-box .change-login-type .wx-code::before{
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 5px;
    vertical-align: middle;
}
.page-inputBox .code-login-box .change-login-type .app-code:hover,
.page-inputBox .code-login-box .change-login-type .wx-code:hover{
    cursor: pointer;
    background-color: #F9F9F9;
}
.page-inputBox .code-login-box .change-login-type .app-code.active,
.page-inputBox .code-login-box .change-login-type .wx-code.active{
    background-color: #F4F4F4;
    color: #222222;
}
.page-inputBox .code-login-box .change-login-type .app-code::before{
    background: url(login/sybapp.png) no-repeat center center;
    background-size: 15px 15px;
}
.page-inputBox .code-login-box .change-login-type .wx-code::before{
    background: url(login/wx.png) no-repeat center center;
    background-size: 15px 15px;
}
.page-inputBox-bg {
    position: absolute;
    top: -78px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #35383b;
    opacity: 0.2;
    z-index: -1;
}

/*input*/

.cpnt-input {
    height: 28px;
    line-height: 28px;
    position: relative;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 25px;
    background: #FFF;
}
.cpnt-input input {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 285px;
    border: none;
    display: block;
    margin-left: 29px;
    background: none;
    margin-top: 1px;
}
.cpnt-input.icon1 {
    background-image: url(login/adlogin-person.png);
    background-repeat: no-repeat;
    background-position: -5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
    width: 315px;
    position: relative;
}
.cpnt-input.icon1 input {
    width: 160px;
}
.cpnt-input.icon1 .checkServer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
}
.cpnt-input.icon1 .checkServer .status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 26px;
    display: none;
}
.cpnt-input.icon1 .checkServer .status .text {
    font-size: 14px;
    color: #999;
    text-align: right;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}
.cpnt-input.icon1 .checkServer .status .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 13px;
}
.cpnt-input.icon1 .checkServer .status.status-checking .icon {
    background-image: url(login/user_tocluster_r.png);
    -webkit-animation: animation-loading infinite linear 1.2s;
}
.cpnt-input.icon1 .checkServer .status.status-pass .text {
    color: #F39800;
}
.cpnt-input.icon1 .checkServer .status.status-pass .icon {
    background-image: url(login/user_tocluster_o.png);
}
.cpnt-input.icon1 .checkServer .status.status-pass.all .text {
    color: #58D56D;
}
.cpnt-input.icon1 .checkServer .status.status-pass.all .icon {
    background-image: url(login/user_tocluster_ok.png);
}
.cpnt-input.icon1 .checkServer .status.status-recheck .icon {
    background-image: url(login/user_tocluster_rs.png);
}
@-webkit-keyframes animation-loading {
    0% {
    -webkit-transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    }
}
.page-input-box .cluster {
    margin: 14px 0;
    position: relative;
    display: none;
    width: 315px;
}
.page-input-box .cluster .cluster-l {
    padding-right: 40px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
}
.page-input-box .cluster .cluster-l .cluster-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 20px;
    background: url('login/cluster_icon.png') no-repeat 3px 3px;
    background-size: 12px 12px;
    font-size: 12px;
    color: #999;
    height: 18px;
    line-height: 18px;
}
.page-input-box .cluster .cluster-l .cluster-shopname {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #999;
    height: 18px;
    line-height: 18px;
  }
.page-input-box .cluster .cluster-reset {
    position: absolute;
    width: 40px;
    height: 20px;
    right: 0;
    top: -1px;
    font-size: 12px;
    color: #222;
    text-align: center;
    line-height: 20px;
}
.checkServer-showPopupMenu {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}
.checkServer-showPopupMenu .inner {
    width: 90%;
    max-width: 400px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.checkServer-showPopupMenu h1 {
    font-size: 1rem;
    line-height: 3rem;
    padding: 0px 1rem;
    color: rgb(85, 85, 85);
}
.checkServer-showPopupMenu .list {
    max-height: 500px;
    overflow: hidden;
    border-top: 1px solid rgb(238, 238, 238);
}
.checkServer-showPopupMenu .list li {
    line-height: 1.8rem;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 1.1rem;
    cursor: pointer;
}
.checkServer-showPopupMenu .cancel {
    line-height: 3rem;
    text-align: center;
    border-top: 1px solid rgb(238, 238, 238);
    margin-top: -1px;
    width: auto;
    position: relative;
    left: 0px;
    cursor: pointer;
}

.checkServer-linkJump {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}
.checkServer-linkJump .checkServer-linkJump-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.checkServer-linkJump .checkServer-linkJump-wrapper {
    position: absolute;
    width: 400px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-close::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px;
    background: url(login/cluster_close.png) no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 15px;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap .checkServer-linkJump-title {
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap .checkServer-linkJump-title .checkServer-linkJump-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url('login/cluster_icon.png') no-repeat center center;
    background-size: 16px 16px;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap .checkServer-linkJump-title .checkServer-linkJump-jump-info {
    padding-right: 4px;
}
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap .checkServer-linkJump-tip {
    font-size: 13px;
    color: #999;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 32px 0;
  }
.checkServer-linkJump .checkServer-linkJump-wrapper .checkServer-linkJump-wrap .checkServer-linkJump-jump {
    width: 129px;
    height: 44px;
    background-color: #555;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
}

.cpnt-input.icon2 {
    width: 315px;
    background-image: url(login/adlogin-lock.png);
    background-repeat: no-repeat;
    background-position: -8px center;
    border-bottom: 1px solid #ededed;
}
.cpnt-input.icon3 {
    width: 315px;
    background-image: url(login/adlogin-icon3.png);
    background-repeat: no-repeat;
    background-position: -9px center;
    border-bottom: 1px solid #ededed;
}
.cpnt-input.icon4 {
    width: 215px;
    background-image: url(login/adlogin-icon4.png);
    background-repeat: no-repeat;
    background-position: -10px center;
    border-bottom: 1px solid #ededed;
}
.cpnt-input.icon5 {
    background-image: url(login/adlogin-icon5.png);
    background-repeat: no-repeat;
    background-position: -13px 1px;
    border-bottom: 1px solid #ededed;
    margin-top: -10px;
    width: 215px;
}
.cpnt-input.icon1.red,
.cpnt-input.icon2.red,
.cpnt-input.icon5.red {
    border-bottom: 1px solid #FF0000;
}
.cpnt-input .clear {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-image: url(login/login-clear.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.cpnt-input.code {
    display: inline-block;
    width: 215px;
}
.cpnt-input.code >input {
    margin-top: -1px;
}
.cpnt-input.smsCode {
    display: inline-block;
}
.codeImage {
    width: 95px;
    height: 38px;
    line-height: 38px;
    position: relative;
    border: #cdcdcd 1px solid;
    vertical-align: middle;
    background: #f1f1f1;
    border-radius: 4px;
    margin-bottom: 20px;
    display: inline-block;
    top: -5px;
}
.codeImage img {
    display: block;
}
.cpnt-button {
    background: #813a86;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    width: 327px;
}
.cpnt-button:hover {
    background: #5a225e;
}
.cpnt-button.inline {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: relative;
    padding: 5px 9px;
    vertical-align: middle;
    font-weight: normal;
    border-radius: 3px;
    width: 80px;
    font-size: 12px;
    top: -10px;
}
.cpnt-button.disabled {
    background: #888;
    color: #ccc;
    cursor: not-allowed;
}
.page-loading {
    position: fixed;
    top: 120px;
    width: 100%;
    left: 0;
    height: 0px;
    background: #000000;
    text-align: center;
    min-width: 900px;
    z-index: 999;
    display: none;
}
.page-loading-inner {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
    background: #000;
    border-radius: 3px;
    display: block;
    max-width: 320px;
    margin: auto;
    opacity: 0.7;
}
.page-loading-inner img {
    margin-right: 10px;
}
.page-tips {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 0;
    background: #000000;
    text-align: center;
    min-width: 900px;
    z-index: 999;
    display: none;
}
.page-tips-inner {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
    background: #46be89;
    border-radius: 3px;
    display: block;
    max-width: 320px;
    margin: auto;
    opacity: 0.7;
}
.page-tips.red .page-tips-inner {
    background: #BE4646;
}
.logo {
    position: absolute;
    top: -130px;
    left: 30px;
    width: 120px;
    height: 120px;
}
.logo img {
    height: 120px;
}
.scanTips {
    font-size: 12px;
    color: #555;
    line-height: 30px;
    text-decoration: underline;
    display: inline-block;
}
div.paperlessright {
    float: right;
    margin-top: 8px;
}
a.paperless {
    display: inline-block;
    height: 24px;
    font-size: 14px;
    background: url(login/device_tablet.png) no-repeat 5px center;
    background-size: 24px auto;
    line-height: 24px;
    padding-left: 35px;
    /* margin-top: 20px; */
    color: #444;
}
.logintips{
	color: #c5c5c5;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}
a.paperless:hover {
    color: #333;
    text-decoration: underline
}
a.paperlessHelp {
    display: inline-block;
    /* margin-top: 8px; */
    /*float:right;*/
    line-height: 24px;
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    /*background:url(login/help.png) no-repeat left center;*/
}
a.paperlessHelp:hover {
    color: #666;
    text-decoration: underline
}
.page-center {
    background-size: contain;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}
.page-centerInner {
    background: #f1f1f1;
    width: 200px;
    padding: 0 50px 50px 50px;
    border-radius: 5px;
}
.page-centerInner > .title {
    line-height: 40px;
    background: #8b4f90;
    margin: -0 -50px 0px -50px;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #fff;
}
.page-centerInner > .title > .back {
    float: right;
    font-size: 12px;
    color: #fff;
}
.page-centerInner > .title > .back:hover {
    text-decoration: underline;
}
.page-centerInner .loginbox {
    padding-top: 30px;
}
.page-centerInner .selectbox {
    padding-top: 30px;
}
.page-centerInner .button {
    line-height: 30px;
    border-radius: 20px;
    border: #4697ce 1px solid;
    text-align: center;
    color: #fff;
    background: #5aabe2;
    margin-top: 10px;
    cursor: pointer;
}
.page-centerInner .button.am-clickable-active, .page-centerInner .button:active {
    background: #0C7FD1;
}
.page-centerInner .sheet {
    text-align: center;
}
.page-centerInner .sheet > li {
    line-height: 40px;
    border-radius: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    background: url("img/tanentIcon.png") no-repeat 5px center;
    background-color: #fff;
    background-size: 30px 30px;
    font-size: 14px;
    cursor: pointer;
}
.page-centerInner .sheet > li:hover {
    color: #4697ce;
    background-image: url("img/tanentIcon_s.png");
    background-color: #D7EFFF;
}
.page-centerInner .sheet > li.dark {
    color: #fff;
    background: #e768ae;
    margin-bottom: 0px;
}
.page-centerInner .sheet > li.am-clickable-active {
    color: #fff;
    background: #b8769d
}
.page-left {
    float: left;
    display: inline-block;
    width: 300px;
    height: 421px;
    border-radius: 5px 0 0 5px;
    background-color: #8f4094;
    /* background-image: url(login/login-left.png); */
    background-position: center;
    text-align: center;
    background-size: 100%;
}
.shop-logo {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 6px;
    background: url(login/icon.png) no-repeat;
    background-size: 100%;
}
.shop-logo.themeColor {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shop-logo.mgjversion_6 {
    background: url(login/icon_new.png) no-repeat !important;
}
.shop-logo.themeColor2 {
    background: url(login/themeColor2.png) no-repeat !important;
}
.shop-logo.themeColor3 {
    background: url(login/themeColor3.png) no-repeat !important;
}
.shop-logo.themeColor4 {
    background: url(login/themeColor4.png) no-repeat !important;
}
.shop-logo.themeColor5 {
    background: url(login/themeColor5.png) no-repeat !important;
}
.shop-logo.themeColor6 {
    background: url(login/themeColor6.png) no-repeat !important;
}
.shop-logo.themeColor7 {
    background: url(login/themeColor7.png) no-repeat !important;
}
.shop-logo.themeColor8 {
    background: url(login/themeColor8.png) no-repeat !important;
}
.shop-title {
    text-align: center;
    height: 45px;
    line-height: 20px;
}
.mgj_version_icon {
    margin: 0 auto;
    cursor: pointer;
    margin-top: -10px;
}
.mgj_version_icon.mgjversion_2 {
    width: 71px;
    height: 24px;
    background: #E82742;
    border-radius: 15px;
    position: relative;
}
.mgj_version_icon.mgjversion_2::after {
    content: '风尚版';
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.mgj_version_icon.mgjversion_3 {
    width: 89px;
    height: 24px;
    background-image: url(login/mgjversion_3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 89px 24px;
}
.scode {
    width: 100px;
    height: 100px;
    /* background: rgba(166, 106, 164, 2.7); */
    border-radius: 3px;
    margin: auto 95px;
    text-align: center;
    padding: 5px;
    margin: 45px 95px 0 95px;
}
.scode img {
    width: 100px;
    height: 100px;
}
.code-title {
    text-align: center;
    margin-top: 10px;
}
.shop-alt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.slogan {
    font-size: 12px;
    color: #fff;
}
.code-title span {
    color: #fff;
    font-size: 12px;
}
.input-item {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: inline-block;
}
.forget-password {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}
.username-error-message,
.password-error-message,
.code-error-message {
    font-weight: 400;
    font-size: 12px;
    color: #FF0000;
    margin-top: 5px;
}
.forget-code {
    color: #299ad5;
    font-size: 14px;
    position: relative;
    top: -27px;
    left: 328px;
    display: none;
}
.Acode {
    display: inline-block;
    color: #299ad5;
    font-size: 12px;
    cursor: pointer;
    margin-left: 7px;
}
.Acode.disabled {
    color: #C2C3C3;
}
#login {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.advert {
    width: 85px;
    float: right;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    position: absolute;
    top: 80px;
    right: -145px;
}
.advert .round {
    width: 65px;
    height: 75px;
    border-radius: 50%;
    background-color: #813a86;
    margin-left: 10px;
}
.smallround {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: 7px;
    background-color: #fff;
    background-image: url(login/m-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.rectangle {
    width: 85px;
    height: 60px;
    background-color: #813a86;
    margin-top: -45px;
}
.rectangle span {
    line-height: 55px;
    position: relative;
    top: 15px;
    font-size: 12px;
    color: #fff;
}
.square {
    width: 85px;
    height: 85px;
    background-color: #fff;
}
.square1 {
    background-image: url(login/saler.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.slide {
    display: block;
    font-size: 12px;
    color: #666666;
    margin-top: -90px;
    padding-top: 65px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ededed;
}
.slide3 {
    border-bottom: none;
    padding-bottom: 0;
}
.square2 {
    background-image: url(login/on-support.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.square3 {
    background-image: url(login/complain.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.login-bottom {
    width: 940px;
    margin: 6px auto;
    height: 105px!important;
    background: url(login/data-line.png) repeat-y 65px -25px;
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.half-dot {
    width: 13px;
    height: 13px;
    background: rgba(42, 56, 78, 0.7);
    border-radius: 50%;
    margin-left: 67px;
    margin-top: -12px;
    z-index: -1;
    background-image: url(login/dot.png);
    background-repeat: no-repeat;
    background-position: -10px center;
}
.dotted {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(42, 56, 78, 0.7);
    margin-top: -24px;
    margin-left: 67px;
    background-image: url(login/dot.png);
    background-repeat: no-repeat;
    background-position: -10px center;
}
.title-left {
    width: 80px;
    height: 75px;
    text-align: center;
    color: #dddddd;
    margin-right: 15px;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.title-left .first-data {
    padding-left: 30px;
    font-size: 20px;
}
.title-left .second-data {
    border-top: 1px solid #c9c9c9;
}
.title-right {
    height: 50px;
    background-color: #2f2f2f;
    display: inline-block;
    text-align: left;
    line-height: 50px;
    margin-top: -5px;
    position: relative;
    top: -15px;
    border-radius: 7px;
    background-image: url(login/arrow9.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.title-right>a {
    color: #ffffff;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 120px;
}
.data-title {
    height: 65px;
}
.data-title img {
    z-index: 3;
    margin-top: -6px;
    margin-left: -100px;
}
.ad-arrow {
    position: absolute;
    top: 20px;
    left: 90px;
}
.adbottom {
    position: relative;
    margin: 0px auto;
    width: 276px;
    padding-right: 140px;
    margin-top: 60px;
    height: 40px;
    background: url(login/ad-bottom.png) no-repeat 137px center;
}
.adbottom a{
    position: absolute;
    right: 0px;
    top: 6px;
    color: #fff;
}
.adbottom a.download_ORAY {
    right: -87px;
}
.adbottom a:hover{
    color: #ccc
}
.bottom-middle {
    margin-left: -11px;
    margin-top: -12px;
}
.logo-round {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-color: rgba(164, 101, 165, 3.0);
    border-radius: 50%;
    margin: 30px 100px 15px;
    position: relative;
}
.shop-logo>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.wrapper {
    position: relative;
    min-height: 100%;
    overflow: auto;
    width: 100%;
    background-image: url(login/cash-bg.jpg);
    background-size: cover;
}
.page-input-box {
    width: 495px;
    height: 421px;
    display: inline-block;
}
.clearlocalStorage {
    color: #A9A9A9;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    float: left;
}

.page-modalWindow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.page-modalWindow .mask {
    background: #000;
    height: 100%;
    opacity: 0.7;
}

.page-modalWindow .box {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
}

.page-modalWindow .boxInner {
    position: relative;
    left: -50%;
    margin-top: -50%;
    background: #f2f2f2;
    width: 500px;
    min-height: 300px;
    padding: 0px 20px;
}

.page-modalWindow .title {
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    line-height: 50px;
    color: #888;
    padding: 0 5px;
}

.page-modalWindow .content {
    border-top: 1px solid #FFF;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 5px 10px 5px;
}
.page-modalWindow .content p {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 0px 0 10px 0;
    margin: 0px 0 10px 0;
    font-size: 14px;
}
.page-modalWindow .content p strong{
    font-size: 14px;
    font-weight: bold;
}
.page-modalWindow .content p strong.red{
    color: #f00;
}

.page-modalWindow .content .contentInner{
    height: 185px;
    overflow-y: auto;
}
.page-modalWindow .content .contentInner li{
    float: left;
    width: 164px;
    height: 22px;
    padding-left: 22px;
    background: url(login/selectradiobg.png) no-repeat 1px -46px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 4px;
    cursor: pointer;
}
.page-modalWindow .content .contentInner li.on{
    background-position: 1px 1px;
}

.page-modalWindow .tips {
    position: absolute;
    bottom: -30px;
    right: 0px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #777;
    padding-left: 20px;
    background: url(login/help.png) no-repeat left center;
}

.page-modalWindow .tips:hover {
    color: #999;
    cursor: default;
}

.page-modalWindow .buttons {
    height: 40px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;
}

.page-modalWindow .buttons .btn {
    height: 40px;
    width: 150px;
    font-size: 16px;
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #CCC;
    background: #EEE;
}


.page-modalWindow .buttons .btn:hover {
    background: #FFF;
}

.page-modalWindow .buttons .btn:active {
    background: #CCC;
}

.page-modalWindow .buttons .btn.dark {
    background: #2d9f01;
    border: 1px solid #248000;
    color: #FFF;
}

.page-modalWindow .buttons .btn.focus {
    border: 2px solid #95b7ee;
    margin: -1px 9px -1px -1px;
}

.page-modalWindow .buttons .btn.dark:hover {
    background: #299100;
}

.page-modalWindow .buttons .btn.dark:active {
    background: #1a5f00;
}

.logo-wrapper,.title-wrapper,.copyrights {
    display: none;
}

.modifyPasswordTip,.modifyPasswordTip .mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modifyPasswordTip {
    z-index: 999;
    display: none;
}
.modifyPasswordTip .mask {
    background-color: rgba(0, 0, 0, .5);
}
.modifyPasswordTip .modifyPasswordTip-content {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 386px;
    width: 518px;
    border-radius: 5px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -259px;
    margin-top: -193px;
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-close_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    background: url(../img/modifyPasswordTip_close.png) no-repeat center center;
    background-size: 15px 15px;
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-wrapper .warnIcon {
    width: 68px;
    height: 68px;
    margin: 0 auto 28px;
    background: url(../img/modifyPasswordTip.png) no-repeat center center;
    background-size: 100% 100%;
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-wrapper .warnText {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 20px;
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-wrapper .modifyNow {
    width: 192px;
    height: 50px;
    background-color: #595959;
    border-radius: 2px;
    margin: 24px auto 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.modifyPasswordTip .modifyPasswordTip-content .modifyPasswordTip-wrapper .modifyLater {
    width: 192px;
    height: 30px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
}

#switch_account_tip {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
#switch_account_tip .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
#switch_account_tip .switch_account_tip_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border: 1px solid #E4E7ED;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
    border-radius: 4px;
    padding: 20px 0;
}
#switch_account_tip .switch_account_tip_content .header {
    position: relative;
    margin-bottom: 15px;
    padding: 0 22px;
}
#switch_account_tip .switch_account_tip_content .header .title {
    font-weight: Bold;
    font-size: 13px;
    color: #222222;
    padding-right: 15px;
}
#switch_account_tip .switch_account_tip_content .header .close-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/modifyPasswordTip_close.png) no-repeat center center;
    background-size: 9px 9px;
    position: absolute;
    top: 0;
    right: 22px;
    cursor: pointer;
}
#switch_account_tip .switch_account_tip_content .user-list {
    overflow-y: auto;
    max-height: 450px;
}
#switch_account_tip .switch_account_tip_content .user-list::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
#switch_account_tip .switch_account_tip_content .user-list::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}
#switch_account_tip .switch_account_tip_content .user-list::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #999999;
	-webkit-border-radius: 6px;
}
#switch_account_tip .switch_account_tip_content .user-list::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: #999999;
	-webkit-border-radius: 6px;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item {
    cursor: pointer;
    width: 352px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #F0F1F5;
    padding: 16px 22px;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item:hover {
    background-color: #f6f6f6;
    color: #66b1ff;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item:first-of-type {
    border-top: none;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .avatar {
    width: 39px;
    height: 39px;
    flex: none;
    margin-right: 17px;
    background: url(./login/default-avatar.gif) no-repeat center center;
    background-size: cover;
    border-radius: 100%;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo {
    flex-grow: 1;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .shop-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .shop-box .hqName {
    font-weight: Bold;
    font-size: 12px;
    color: #333333;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .shop-box .shop-name {
    font-size: 12px;
    color: #909090;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .shop-box .hqName,
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .shop-box .shop-name {
    max-width: 121px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box .cluster-url {
    font-size: 12px;
    color: #999999;
    max-width: 121px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box .cluster-url .warning-text {
    color: #F2AD63;
    position: relative;
    padding-left: 16px;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box .cluster-url .warning-text .warning-tip {
    background: url(../img/warning-tip.png) no-repeat center center;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 0;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box .cluster-url .red-text {
    color: #EC5C53;
    position: relative;
    padding-left: 16px;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo  .userinfo-base-box .cluster-url .red-text .error-tip {
    background: url(../img/error-tip.png) no-repeat center center;
    background-size: 14px 14px;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 0;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .userinfo-base {
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .userinfo-base .role {
    margin-right: 5px;
    max-width: 41px;
    flex: none;
}
#switch_account_tip .switch_account_tip_content .user-list .user-list-item .right-userinfo .userinfo-base .userName {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#codeImageDiv {
    display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.SHAIR_NEW_MODE .logo-round {
    background: rgba(255, 255, 255, .3) !important;
    margin-top: 30px !important;
}
.versionHideHeader.SHAIR_NEW_MODE .logo-round {
    background: rgba(255, 255, 255, .3) !important;
}
.SHAIR_NEW_MODE .shop-alt b,.SHAIR_NEW_MODE .advert {
	display: inline-block !important;
}
.SHAIR_NEW_MODE .advert .round,.SHAIR_NEW_MODE .advert .rectangle {
	background-color: #FF7070;
}
.SHAIR_NEW_MODE .advert .smallround {
    background-image: url(login/m-logo_new.png);
}
.SHAIR_NEW_MODE .code-title,.SHAIR_NEW_MODE .scode,.SHAIR_NEW_MODE .adbottom {
	display: block !important;
}
.versionHideHeader.SHAIR_NEW_MODE .shop-logo {
    background-image: url(login/icon_new.png) !important;
    background-size: 100% 100% !important;
}
.price_setting {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.price_setting .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.price_setting_content {
    height: 90%;
    width: 548px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.price_setting_content .close {
    position: absolute;
    right: -36px;
    font-size: 36px;
    color: white;
}
.price_setting_content_inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.price_setting_content_inner::-webkit-scrollbar {
	display: none;
}
.price_setting_content_inner img {
    width: 100%;
}

.page_top, .login_box_bottom, .forget_password_box, .login_title {
    display: none;
}

.SHAIR_ES .page_top, .SHAIR_ES .login_box_bottom, .SHAIR_ES .forget_password_box, .SHAIR_ES .login_title {
    display: block !important;
}

.SHAIR_ES .advert,
.SHAIR_ES .adbottom {
    display: none !important;
}

.SHAIR_ES .wrapper {
    position: relative;
    overflow: auto;
    width: 100%;
    background-image: url(entrepreneurship/bg.jpg) !important;
    background-size: cover;
}

.SHAIR_ES .ES_page_innerbox {
    width: 430px;
    position: relative;
    margin: 100px 14% auto auto;
}

.SHAIR_ES .ES_page_innerbox .page-input-box{
    width: 430px !important;
}

.SHAIR_ES .ES_page_innerbox .page-inputBox {
    background-image: linear-gradient(180deg, #F6FBFE 0%, #E4F0F8 100%);
    border-radius: 24px;
    width: 430px !important;
    -webkit-box-align: start !important;
    height: auto !important;
}

.SHAIR_ES .page-left {
    display: none !important;
}

.SHAIR_ES .ES_page_innerbox .switch-mode, 
.SHAIR_ES .ES_page_innerbox .switch-mode:hover{
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 159.5px;
    height: 54px;
    background: url(entrepreneurship/tocode.png) no-repeat;
    background-size: 159.5px 54px;
}
.SHAIR_ES .ES_page_innerbox .switch-mode.qrcode-login, 
.SHAIR_ES .ES_page_innerbox .switch-mode.qrcode-login:hover {
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
    background: url(entrepreneurship/topwd.png) no-repeat;
    background-size: 54px 54px;
}

.SHAIR_ES .ES_page_innerbox .login_box_top_left {
    position: absolute;
    top: 48px;
    left: 48px;
}

.SHAIR_ES .ES_page_innerbox .login_box_top_left .mgj_logo {
    background-image: url(entrepreneurship/logo.svg);
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
}
.SHAIR_ES .ES_page_innerbox .login_box_top_left .mgj_logo::after {
    content: "美管加";
    white-space: nowrap;
    margin-left: 40px;
    line-height: 32px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.SHAIR_ES .ES_page_innerbox .input-item,
.SHAIR_ES .ES_page_innerbox .code-login-box{
    min-height: 356px !important;
    margin: 90px 0 150px;
}
.SHAIR_ES .ES_page_innerbox .input-item .login_title {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 40px;
}
.SHAIR_ES .ES_page_innerbox .input-item .login_title .version_tag {
    background-image: url(entrepreneurship/tag.png);
    background-size: 79px 30px;
    width: 79px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.SHAIR_ES .page-inputBox .cpnt-input {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px; 
    padding: 10px;
}

.SHAIR_ES .page-inputBox .checkServer .status .text {
    line-height: 48px !important;
    height: 48px !important;
}

.SHAIR_ES .page-inputBox .checkServer .status .icon {
    top: 18px !important;
}

.SHAIR_ES .page-inputBox .cpnt-input.icon1 {
    background-image: url(entrepreneurship/username.png) !important;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 20px;
}
.SHAIR_ES .page-inputBox .cpnt-input.icon2 {
    background-image: url(entrepreneurship/pwd.png) !important;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 20px;
}
.SHAIR_ES .page-inputBox .cpnt-input.icon5{
    position: relative;
}
.SHAIR_ES .page-inputBox .cpnt-input.icon5::before {
    content: "\e979";
    font-family: "iconfont" !important;
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 16px;
    /* background-image: url(login/adlogin-icon5.png) !important;
    background-repeat: no-repeat !important;
    background-position: 4px 5px !important */
}

.SHAIR_ES .page-inputBox .cpnt-input input {
    margin-left: 39px !important;
}

.SHAIR_ES .page-inputBox .cpnt-input.icon2 .forget-password {
    display: none;
}

.SHAIR_ES .page-inputBox .cpnt-button {
    background: #45C28E !important;
    box-shadow: 0 3.5px 14.5px 0 #2e8b5e40;;
    border-radius: 4px;
    width: auto !important;
    position: relative;
}
.SHAIR_ES .page-inputBox .cpnt-button:hover{
    background: #3BA479 !important;
}
.SHAIR_ES .page-inputBox .cpnt-button.loading::before{
    content: '\e646';
    font-family: "iconfont" !important;
    -webkit-animation:changeright 1s linear infinite;
    margin-right: 10px;
    display: inline-block;
}
@-webkit-keyframes changeright{       
		 
    0%{-webkit-transform:rotate(0deg);}

    50%{-webkit-transform:rotate(180deg);}

    100%{-webkit-transform:rotate(360deg);}
}
.SHAIR_ES .cpnt-input{
    vertical-align: baseline;
}
.SHAIR_ES  .codeImage{
    margin-bottom: -5px;
}
.SHAIR_ES .cpnt-input.icon1 .checkServer .status .text{
    line-height: 48px;
    height: 48px;
}
.SHAIR_ES .cpnt-input.icon1 .checkServer .status .icon{
    top: 18px;
}
.SHAIR_ES .page-inputBox .cluster {
    width: 336.6px !important;
    position: absolute;
    margin: 7px 0;
}

.SHAIR_ES .page-inputBox .forget_password_box {
    width: 336.6px !important;
    text-align: right;
    color: #333333;
    margin: 30px 0;
    font-size: 14px;
}

.SHAIR_ES .page-inputBox .forget_password_box .forget-password {
    padding-top: 20px;
    position: unset !important;
}

.SHAIR_ES .page-inputBox .login_box_bottom {
    background: #EFF8FE;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 14px 14px;
}

.SHAIR_ES .page-inputBox .bottom_box_container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 336.6px !important;
    justify-content: flex-end;
    margin: 25px auto;
}

.SHAIR_ES .page-inputBox .login_box_bottom .login_box_tip {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding-right: 10px;
}

.SHAIR_ES .code-login-box .code_login_title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.SHAIR_ES .page-inputBox .code-login-box .change-login-type {
    margin-top: 15px !important;
}

.SHAIR_ES .page-inputBox .code-login-box .login-qrcode {
    margin: 20px auto auto !important;
    border: 0 !important;
}

.SHAIR_ES .page-inputBox .code-login-box .login-qrcode .border{
    display: none;
}

.SHAIR_ES .page-inputBox .code-login-box .wx-qrcode {
}

.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code{
    color: #888888;
    font-size: 12px;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code span,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code span{
    vertical-align: middle;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code::before,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code::before{
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 5px;
    vertical-align: middle;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code:hover,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code:hover{
    cursor: pointer;
    background-color: transparent !important;
    color: #45C28E;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code.active,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code.active{
    background-color: transparent !important;
    color: #45C28E;
}

.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code.active::after,
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code.active::after{
    content: "";
    border: 1px solid #45C28E;
    width: 30px;
    display: block;
    margin-top: 5px;
    transform: translateX(80%);
}

.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code::before{
    background: url(entrepreneurship/mgj.png) no-repeat center center;
    background-size: 15px 15px;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code::before{
    background: url(entrepreneurship/wx.png) no-repeat center center;
    background-size: 15px 15px;
}

.SHAIR_ES .page-inputBox .code-login-box .change-login-type .app-code.active::before{
    background: url(entrepreneurship/logo.svg) no-repeat center center;
    background-size: 15px 15px;
}
.SHAIR_ES .page-inputBox .code-login-box .change-login-type .wx-code.active::before{
    background: url(login/wx.png) no-repeat center center;
    background-size: 15px 15px;
}

.SHAIR_ES .page_top {
    background: #FFFFFF;
    padding: 9px 26px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.SHAIR_ES .cpnt-input.icon5 {
    margin-top: 0 !important;
}

.SHAIR_ES .username-error-message,
.SHAIR_ES .password-error-message,
.SHAIR_ES .code-error-message {
    margin-top: 10px !important;
}

.SHAIR_ES .code-error-message {
    position: absolute !important;
}