@charset "UTF-8";

html {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not ([controls] ){
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
a:active, a:hover {
    outline: 0;
}
a, a:focus, a:hover {
    color: #3296cc;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not (:root ){
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
[data-state~=hidden] {
    visibility: hidden;
}
p, ul {
    margin: 0;
    padding: 0;
}
dd {
    margin-left: 0;
}
img {
    height: auto;
    max-width: 100%;
}
ul li {
    list-style: none;
}
button, input, optgroup, select, textarea {
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    line-height: 1.714;
}
label {
    vertical-align: middle;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
}
.h1, h1 {
    font-size: 200%;
}
.h2, h2 {
    font-size: 150%;
}
.h3, h3 {
    font-size: 125%;
}
.h4, h4 {
    font-size: 110%;
}
:after, :before {
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.login-error .iconfont {
    color: #ff934c;
    float: left;
}

#loginForm .login-error .meicon {
    line-height: normal;
}
.login-error {
    border: 1px solid #ff934c;
    background: #fefcee;
    font-size: 14px;
    padding: 2px 2px;
    overflow: hidden;
    text-align: left;
}
#loginForm .login-error {
    border-color: #ffb4a8;
    background-color: #fef2f2;
    margin-top: -10px;
    position: relative;
    margin-bottom: 10px;
}
.login-error .login-error-msg {
    font-size: 12px;
    padding-left: 10px;
    color: #fc4343;
}
.btn.btn--primary {
    color: #fff;
    border-radius: 2px;
}
.btn.btn--primary:hover {
    background-color: #2196f3;
}
.btn {
    font-size: 14px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    height: 36px;
    -webkit-user-select: none;
    transition: all .2s ease-in-out;
    animation-duration: .1ms;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: 0;
    background-color: transparent;
    background-image: none;
}
.login .qrcode-login .qrcode .lose-tip .reload-btn {
    width: 100px;
    height: 38px;
    padding: 0;
    margin-top: 9px;
    color: #fff;
    background: #f44c4f;
}
.btn--xs {
    font-size: 12px;
}
.btn--xl {
    font-size: 15px;
}
.btn--s, .btn--xs {
    padding-top: 4px;
    padding-bottom: 4px;
}
.btn--l, .btn--xl {
    padding-top: 14px;
    padding-bottom: 14px;
}
.btn--fab, .btn[data-stylize~=fab] {
    line-height: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.btn--auto {
    width: auto;
}
.btn:active.btn--primary {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}
.btn:hover.btn--primary {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
}
.btn:hover.btn--primary {
    background-color: #39a1f4;
}
.btn:disabled.btn--primary {
    cursor: not-allowed;
    pointer-events: none;
}
.btn.disabled.btn--primary, .btn:disabled.btn--primary {
    background-color: #d5d5d5
}
.underline {
    text-decoration: underline;
}
.login-page-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}
.page-login {
    height: 100%;
    min-height: 700px;
    overflow: auto;
}
.page-login .login-header {
    position: absolute;
    width: 100%;
    height: 70px;
}
.page-login .login-header-bar {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    color: #1696da;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    -webkit-box-align: center;
    align-items: center;
}
.page-login .login-header-bar .logo {
    margin-top: -3px;
    margin-right: 2px;
    background-color: transparent;
    height: 42px;
    width: 42px;
}
.page-login .login-header-bar .toolbar {
    width: 1175px;
    margin: 0 auto;
}
.page-login .login-header-bar .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
.page-login .login-header-bar .left h2 {
    padding: 0 10px;
    margin: 0;
    font-size: 24px;
    /*border-left: 1px solid #0064ff;*/
    height: 32px;
    line-height: 32px;
    letter-spacing: 3px;
}
.page-login .login-block {
    position: absolute;
    width: 100%;
    top: 72px;
    bottom: 95px;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.page-login .login-block .login-wrap {
    width: 920px;
    /* padding: 100px 0 120px; */
    margin: 0 auto;
}
.page-login .login-block .login-wrap .login-box {
    display: -webkit-box;
    display: flex;
    width: 820px;
    height: 420px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #c9d7df;
    border-radius: 4px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.page-login .login-block .login-wrap .login-box .box-left {
    width: 50%;
    height: 100%;
}
.page-login .login-block .login-wrap .login-box .box-left img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.page-login .login-block .login-wrap .login-box .box-content {
    width: 50%;
    height: 100%;
}
.page-login .login-block .login-wrap .login-box>p {
    padding-top: 10px;
}
.page-login .login-block .login-wrap .login-box>p a {
    padding: 0 10px;
    font-size: 12px;
    color: #3f95e2;
}
.page-login .login-block .login-wrap .login-box>p a:first-child {
    border-right: 1px solid rgba(63, 149, 226, .5);
}
.page-login .footer {
    position: fixed;
    bottom: 40px;
    width: 100%;
    margin: 0 auto;
    color: #828282;
}
.page-login .footer a {
    color: #828282;
}
.page-login .footer .link-list ul {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.page-login .footer .link-list ul li {
    padding: 0 .8em;
    border-right: 1px solid #828282;
}
.page-login .footer .link-list ul li.end {
    border-right: none;
}
.page-login .footer .link-list ul li a:hover {
    color: #188ae8;
}
.page-login .footer .copyright {
    display: -webkit-box;
    display: flex;
    padding-top: 23px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.page-login .footer .copyright p {
    margin: 0 15px 0 9px;
}
.page-login .footer .copyright p span {
    margin: 0 9px;
}
.page-login .footer .copyright a {
    margin-right: 9px;
}
.login {
    position: relative;
    height: 100%;
    margin: 0 55px;
    color: #637280;
}
.login .qrcode-login .qrcode {
    position: relative;
    width: 168px;
    height: 168px;
    margin: 40px auto 20px;
    border: 1px solid rgba(70,172,86,.5);
}
.login .qrcode-login .qrcode .qrcode-img {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 150px;
    height: 150px;
}
.login .qrcode-login .qrcode .qrcode-img img {
    width: 100%;
    height: 100%;
    border: 0;
}
.login .qrcode-login .qrcode .lose-tip {
    position: absolute;
    top: 40px;
    left: 35px;
    display: none;
    width: 100px;
    font-size: 14px;
    color: #f44c4f;
}
.login .qrcode-login .qrcode.lose {
    border-color: #fff;
}
.login .qrcode-login .qrcode.lose .qrcode-img {
    opacity: .3;
}
.login .qrcode-login .im-tip {
    font-size: 14px;
}
.login .qrcode-login .im-tip span {
    color: #0064ff;
}
.login .l-input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: none;
    border: 1px solid #d5dadd;
    border-radius: 4px;
    outline: none;
}
.login .l-input:focus {
    border-color: #008cd7;
}
.login form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.login-menu {
    width: 200px;
    padding: 35px 0 0;
    margin: 0 auto;
    font-size: 18px;
}
.login-menu ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.login-menu ul li {
    width: 76px;
    text-align: center;
    cursor: pointer;
}
.login-menu ul li:hover {
    color: #008cd7;
}
.login-menu ul li.active {
    color: #008cd7;
    border-bottom: 2px solid #008cd7;
}
.login form {
    margin-top: 32px;
}
.login form .row {
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.login form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.login form .code {
    position: relative;
}
.login form .code img {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 70px;
    height: 33px;
}
.login form .checkbox-block {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0;
    text-align: left;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
.login form .checkbox-block label {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 5px;
}
.login form .checkbox-block .checkbox-bd {
    width: 12px;
    height: 12px;
    border: 1px solid #d5dadd;
}
.login form .checkbox-block .checkbox-bd .checkbox-indicator {
    width: 10px;
    height: 4px;
}
.login form .next-btn {
    width: 300px;
    height: 40px;
    margin-top: 47px;
    background: #0064ff;
    border-radius: 4px;
}
.login form .next-btn span {
    font-size: 16px;
}
.login form .next-btn.l-code {
    margin-top: 23px;
}
.login form .next-btn.l-phone {
    margin-top: 62px;
}
.login .phone-login {
    text-align: left;
}
.login .phone-login .phone-header {
    padding: 12px 0;
}
.login .phone-login .phone-header i {
    font-size: 24px;
    cursor: pointer;
}
.login .phone-login .phone-header i:hover {
    color: #008cd7;
}
.login .phone-login .code-input {
    display: inline-block;
    width: 177px;
}
.login .phone-login .get-btn {
    display: inline-block;
    width: 91px;
    height: 38px;
    padding: 0;
    margin-left: 10px;
    background: #008cd7
}
.login .phone-login .get-btn:disabled {
    background: #d5d5d5
}
.login .phone-login .row {
    margin-top: 15px;
}
.login .code-login .success {
    margin: 56px auto 0;
}
.login .code-login .success i {
    font-size: 94px;
    color: #46ac56;
}
.login .code-login .success .green {
    margin-bottom: 10px;
    color: #46ac56;
}
.login .code-login .qr-code {
    position: relative;
    width: 168px;
    height: 168px;
    margin: 50px auto 19px;
    border: 1px solid rgba(70, 172, 86, .5);
}
.login .code-login .qr-code .qrcode {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 150px;
    height: 150px;
}
.login .code-login .qr-code .qrcode img {
    width: 100%;
    height: 100%;
}
.login .code-login .qr-code.lose {
    border-color: #fff;
}
.login .code-login .qr-code.lose .qrcode {
    opacity: .3;
}
.login .code-login .qr-code.lose .lose-tip {
    display: block;
}
.login .code-login .qr-code .lose-tip {
    position: absolute;
    top: 50px;
    left: 35px;
    display: none;
    width: 100px;
    font-size: 14px;
    color: #f44c4f;
}
.login .code-login .qr-code .lose-tip .reload-btn {
    width: 100px;
    height: 38px;
    padding: 0;
    margin-top: 9px;
    color: #fff;
    background: #f44c4f;
}
.login .code-login .im-tip {
    font-size: 14px;
}
.login .code-login .im-tip span {
    color: #008cd7;
}
.login .error-text {
    height: 20px;
    margin: -20px 0 0 5px;
    font-size: 12px;
    color: #f14d4a;
    text-align: left;
}
.login .login-tip {
    display: -webkit-box;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 24px;
}
.login .login-tip i {
    margin-right: 5px;
    color: #ffc600;
}
.login .bottom-link {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}
.login .bottom-link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.login .bottom-link ul li {
    padding: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid #637280;
}
.login .bottom-link ul li:last-child {
    border: none;
}
.login .bottom-link ul li a {
    color: #637280;
}
.login .bottom-link ul li a:hover {
    color: #008cd7;
}
.login .dialog-container {
    position: relative;
    width: 540px;
    height: 310px;
}
.login .limit-content .meicon-notice-outline {
    font-size: 90px;
    color: #fd9c33;
}
.login .limit-content p {
    font-size: 16px;
    line-height: 24px;
    color: #838383;
}
.login .limit-content button {
    margin-top: 25px;
}
.login .verify-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.login .verify-content .meicon-phone-x {
    margin-right: 2px;
    font-size: 20px;
}
.login .verify-content p {
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    text-align: center;
}
.login .verify-content p span {
    color: #339ffa;
}
.login .verify-content p.phone {
    margin-top: 15px;
    font-size: 20px;
    color: #339ffa;
}
.login .verify-content button {
    margin-top: 50px;
}
.login__type__container__scan_mask__inner {
    vertical-align: middle;
    margin-top: 23px;
}
.weui-desktop-icon {
    display: inline-block;
    font-size: 0;
    color: #9a9a9a;
}
.weui-desktop-icon.weui-desktop-icon__info.weui-desktop-icon__large, 
.weui-desktop-icon.weui-desktop-icon__success.weui-desktop-icon__large, 
.weui-desktop-icon.weui-desktop-icon__waiting.weui-desktop-icon__large, 
.weui-desktop-icon.weui-desktop-icon__warnning.weui-desktop-icon__large {
    width: 74px!important;
    height: 74px!important;
}
.login__type__container__scan__info__title {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
}
.login__type__container__scan__info__title.success {
    color: #67C23A;
}
.login__type__container__scan__info__title.error {
    color: #E6A23C;
}
[class^="weui-icon-"], [class*=" weui-icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: currentColor;
}
.weui-icon-waiting {
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}
.weui-icon-warn {
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E);
}
.weui-icon-success {
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E);
}
.weui-icon_msg {
    width: 64px;
    height: 64px;
}
.weui-icon_msg.weui-icon-success {
    color: #07c160;
}
.weui-icon_msg.weui-icon-waiting {
    color: #10aeff;
}
.weui-icon_msg.weui-icon-warn {
    color: #fa5151;
}