* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: 100% 100%;
    height: 100vh;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F6F6F6 inset;
}

input:focus, input:hover {
    -webkit-appearance: none;
    border-color: #03a9f4;
    outline: none;
}


input::-webkit-input-placeholder { /* WebKit browsers */
    color: #666 !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666 !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666 !important;
}

input {
    -webkit-transition: border-color ease-out 279ms, background-color ease-out 279ms;
    -o-transition: border-color ease-out 279ms, background-color ease-out 279ms;
    transition: border-color ease-out 279ms, background-color ease-out 279ms;
    height: auto;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    -webkit-appearance: none;
    border: 1px solid #d8dde6;
    color: #333333;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: block;
    text-align: start;
    border-radius: 2px;
}

input[id="protocol_agreement"] {
    width: auto;
    height: 14px;
    padding: 0;
    -webkit-appearance: checkbox;
}

.login-window {
    z-index: 1;
    margin: 5vh auto auto;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    display: block;
    position: relative;
    overflow: hidden;
}

.qr-code {
    display: none;
    flex-direction: column;
    transition: all .2s;
    align-items: center;
}

.qr-code-title {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.qr-code-title .main-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    white-space: pre-wrap;
    color: #333;
}

.qr-code-title .sub-title {
    margin-top: 12px;
    font-size: 13px;
    line-height: 18px;
    white-space: pre-wrap;
    color: #646a73;
}

.qr-code-content {
    transition: all .3s;
    margin: 12px auto 32px;
}

.qr-code-content .code {
    width: 200px;
    margin: 0 auto;
    transition: all .3s;
}
.qr-code-content .code iframe {
    width: 200px;
}

.switch-login-mode-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 2;
    font-size: 14px;
}

.switch-login-mode-box {
    width: 100px;
    height: 100px;
    transform: translate(-50px,-50px) rotate(45deg);
    cursor: pointer;
    opacity: .8;
    background-color: #fff;
    transition: background-color .3s;
    overflow: hidden;
}
.switch-login-mode-box:hover {
    background-color: #fff;
    opacity: 1;
}

.switch-login-mode-box img {
    position: absolute;
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    bottom: -8px;
    left: 30px;
    transform: rotate( -45deg);
}

.switch-login-mode-wrapper {
    display: block;
}

.switch-login-mode-wrapper .tooltip-content{
    top: 15px;
    right: 60px;
}
.tooltip-content {
    display: none;
    position: absolute;
    padding: 12px;
    right: 42px;
    white-space: nowrap;
    border-radius: 2px;
    top: 50%;
    background: #fff;
    color: #fff;
    opacity: 0;
    font-size: 14px;
    transform: rotate(45deg) translateY(0);
    box-shadow: 0 4px 10px 0 rgb(153 187 255 / 40%);
}

.switch-login-mode-wrapper .tooltip-content:after {
    content: attr(tooltips);
    display: block;
    background: #fff;
    position: absolute;
    height: 20px;
    right: 8px;
    top: -12px;
    transform-origin: 100% 12px;
    transform: rotate(-45deg) translateY(0);
    border-style: solid;
    border-width: 8px;
}

.switch-login-mode-wrapper:hover .tooltip-content {
    display: block;
    opacity: 1;
    animation: delay .5s .3s forwards;
}

.impowerBox {
    width: 200px;
}
.impowerBox .qrcode {
    width: 200px;
}
.impowerBox .title {display: none;}
.impowerBox .info {width: 200px;}
.status_icon {display: none  !important}
.impowerBox .status {text-align: center;}

.hcm-login-lang {
    position: absolute;
    top: 20px;
    right: 50px;
}

.hcm-login-lang .hcm-login-selected-text {
    margin: 0 8px;
    height: 22px;
    line-height: 22px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.hcm-login-lang .hcm-login-selected-text {
    margin: 0 8px;
    height: 22px;
    line-height: 22px;
}

.hcm-login-lang .hcm-login-selected {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 20px;
}

.hcm-login-lang .hcm-login-selected .hcm-login-arrow {
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 4px;
    border-bottom: 4px solid #646a73;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.hcm-login-lang .hcm-login-arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hcm-login-lang .hcm-login-options {
    position: absolute;
    right: -20px;
    width: 105px;
    max-height: 0;
    top: 30px;
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 12px;
    color: #212121;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .14);
}

.hcm-login-lang .hcm-login-options-down {
    overflow: auto;
}

.hcm-login-lang .hcm-login-options .hcm-login-options-list {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
}

.hcm-login-options li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32.5px;
    padding-left: 12px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.hcm-login-options li:hover {
    background: #f5f6f7;
}

.hcm-login-options li.language-selected {
    color: #03a9f4;
}

.login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #333;
}

.login-title img {
    display: inline-block;
    margin-right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 6px;
}

.login-title-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 26px;
    color: #333;
}

.login-title-banner img {
    display: inline-block;
    /*margin-right: 20px;*/
    width: 280px;
    height: 90px;
    border-radius: 6px;
    /*margin-left: 8px;*/
}

.hc-dialog-window {
    background: #fff;
    color: #000;
    width: 76%;
    border-radius: 4px;
    position: fixed;
    text-align: center;
    margin-top: 23vh;
    margin-left: 12%;

}

.hc-dialog-content {
    background-color: transparent;
    font-size: 18px;
    min-height: 50px;
    padding: 48px 16px;
    text-align: center;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
}

.hcm-footer-tab {
    border-top: 1px solid #f3f4f5;
    text-align: right;
    padding: 16px 10px;
}

.pop-menu-item {
    display: flex;
    justify-content: flex-end
}

.pop-menu-item-confirm{
    float: right;
    padding: 0 6px;
    background: #03a9f4;
    color: #fff;
    margin-right: 8px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100px;



}
.pop-menu-item-cancel{
    float: right;
    padding: 0 6px;
    background: #fff;
    color: #333;
    margin-right: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100px;

}

.pop-menu-item-cancel:hover {
    opacity: 0.8;
    cursor: pointer;

}
.pop-menu-item-confirm:hover {
    opacity: 0.8;
    cursor: pointer;

}

.input-field, .login-tip, .login-submit, .login-qr-code-btn {
    position: relative;
    margin-top: 20px;
}

.input-field .code-image {
    position: absolute;
    right: 2px;
    top: 8px;
    width: 100px;
    height: 30px;
}

.input-field .code_countdown_second {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 48px;
    line-height: 48px;
    color: #AAADB1;
    cursor: pointer;
    text-align: center

}

.input-field .code-phone {
    position: absolute;
    right: 12px;
    top: 0;
    font-size: 16px;
    line-height: 2.8em;
    cursor: pointer;
}

.input-field .code-phone[disabled=true] {
    color: #999;
    cursor: auto;
}

.login-tip {
    text-align: center;
    line-height: 1.1em;
    color: #999;
    font-size: 14px;
}

.login-tip .error {
    color: #FF9999;
}

.login-tip.error {
    color: #FF9999;
}

.login-tip .code-messages {
    color: #999999;
}

.login-tip:empty {
    display: none;
}

.login-submit {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 2px;
    transition: opacity 279ms ease-out;
    -webkit-transition: opacity 279ms ease-out;
    -moz-transition: opacity 279ms ease-out;
}

.login-submit:hover {
    cursor: pointer;
    opacity: .8;
    color: #ffffff;
}

.login-submit:active {
    opacity: 1;
    color: #ffffff;
}

.login-switch {
    text-align: center;
    font-size: 14px;
    line-height: 46px;
}

.login-switch:hover {
    cursor: pointer;
}

.code-button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.code-voice {
    cursor: pointer;
    width: 100%;
}

.code-email {
    cursor: pointer;
    width: 100%;
}

.icon_view {
    position: absolute;
    right: 15px;
    margin: auto;
    top: 15px;
}

.icon_img {
    width: 20px;
}


.login-qr-code-btn {
    display: none;
    margin-bottom: 0;
}

.customer-service {
    position: absolute;
    display: none;
    align-items: center;
    bottom: 2.5rem;
    right: 0;
}

.customer-service .service-icon {
    display: flex;
    outline: none;
    cursor: pointer;
    border: 0;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 20px 0;
    border-radius: 28px 0 0 28px;
}

.customer-service .service-icon img {
    height: 25px;
    width: 25px;
}

.customer-service .text-dialog {
    display: none;
    align-items: center;
    margin-right: 8px;
}

.customer-service .text-dialog .text-content {
    color: #fff;
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.customer-service .text-dialog .arrow {
    border-left: 10px solid rgba(0, 0, 0, 0.65);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.beian {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
}

.beian a {
    color: #666;
}

.third-party-item-child-list {
    height: 100px;
    width: 120px;
    display: none;
    position: fixed;
    background-color: white;
    overflow-y: scroll;
    border-radius: 4px
}

.third-party-item-child {
    height: 36px;
    width: 100%;
    display: flex;
    padding: 3px;

}

.img-child {
    width: 36px;
    height: 24px;
    padding: 0 4px 0 4px;

}

.name-child {
    font-size: 14px;
    text-align: left;
    color: #333333;
    padding: 4px;
    width: auto;
}

#login-third-party {
    padding-top: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #cccccc;
}

#login-third-party img {
    display: inline-block;
}

.third-party-item {
    display: inline-block;
    width: 85px;
    font-size: 14px;
    cursor: pointer;
}

.third-party-item-img {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 279ms ease-out;
    -moz-transition: opacity 279ms ease-out;
    -o-transition: opacity 279ms ease-out;
    transition: opacity 279ms ease-out;
}

.third-party-item-name {
    margin-top: 4px;
    color: #333333;
}

.third-party-item-point {
    display: inline-block;
    width: 85px;
    font-size: 14px;
    cursor: pointer;
}

.third-party-item-point-img {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 279ms ease-out;
    -moz-transition: opacity 279ms ease-out;
    -o-transition: opacity 279ms ease-out;
    transition: opacity 279ms ease-out;
}

.third-party-item-point-name {
    margin-top: 4px;
    color: #333333;
}


@media screen and (min-width: 600px) {
    input, .login-submit {
        line-height: 22px;
    }

    .login-window {
        z-index: 1;
        margin: auto;
        width: 400px;
        height: 630px;
        padding: 40px 50px;
        font-size: 14px;
    }

    .login-title {
        font-size: 28px;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .login-title img {
        width: 46px;
        height: 46px;
    }
}

.environment_description {
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 30%;
    word-break: break-word;
    bottom: -180px;
}

.body-content {
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.body-content div.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.10);
}

.body-content div.auth-code {
    display: flex;
    flex-direction: column;
    width: 30rem;
    /* height: 24rem; */
    border-radius: 0.57rem;
    background: #fff;
    z-index: 999;

}

.body-content div.header {
    display: flex;
    justify-content: space-between;
    padding: 1.7rem 2.3rem 0;
}

.body-content div.header .title {
    font-size: 1.29rem;
}

.body-content button {
    outline: none;
    cursor: pointer;
}

.body-content button.close {
    border: none;
    background: transparent;
}

.body-content div.content {
    padding: 0 2.3rem;
}

.body-content div.message {
    width: 16.5rem;
    padding: 2.5rem 0;
    margin: 0 auto;
    text-indent: 2em;
    text-align: center;
}

.body-content div.helper {
    float: right;
    padding: 1.7rem 0;
    color: #1477FF;
    cursor: pointer;
}

.body-content div.countdown {
    float: right;
    display: none;
    padding: 1.7rem 0;
    color: #333;
    cursor: pointer;
}

.body-content div.code {
    display: flex;
    justify-content: space-between;
}

.body-content div.footer {
    display: flex;
    justify-content: flex-end;
    padding: 0 2.3rem 1.7rem;
}

.body-content button.btn {
    width: 4.3rem;
    height: 2.3rem;
    border-radius: 4px;
    margin-left: 1.14rem;
}

.body-content .btn.submit {
    background: #1477FF;
    color: #fff;
    border: 1px solid #1477FF;
}

.body-content .btn.cancel {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

/* 每一个input输入框的样式 */
.body-content div input {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    background-color: #eeeeee;
    margin: 0 0.3125rem;
    border-radius: 4px;
    border: none;
}

.body-content div input:focus {
    /* 去掉input框获得焦点时的外边框 */
    outline: none;
    background: #FFFFFF;
    border: 1px solid #1477FF;
}

.body-content .coded {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.45);
}

.body-content div input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media screen and (max-width: 601px) {
    .body-content {
        align-items: flex-end;
    }
    .body-content div.auth-code {
        width: 100%;
        height: 90%;
        border-radius: 8px 8px 0 0;
    }

    .body-content div.header {
        position: relative;
        padding: 1.7rem 1.3rem;
        justify-content: center;
        border-bottom: 1px solid #E7E7EB;
    }

    .body-content div.message {
        padding: 5rem 0 3rem;
    }

    .body-content div.content {
        padding: 0 1.3rem;
    }
    
    .body-content button.close {
        position: absolute;
        right: 1.3rem;
        top: 50%;
        transform: translate(0, -50%);
    }
    .body-content div.footer {
        position: fixed;
        background: #fff;
        justify-content: center;
        bottom: 0;
        width: 100%;
        padding: 1.3rem;
    }

    .body-content div.footer .btn {
        flex: 1;
    }
    .body-content div.footer .btn:first-child {
        margin-left: 0;
    }

    .body-content div input {
        width: 100%;
        flex: 1;
        line-height:  2.3rem;
    }
}

/*用户协议相关样式*/
@media screen and (min-width: 600px) {
    /*pc端样式*/
    .user-protocol {
        padding: 0 20px;
    }
}
.user-protocol {
    position: absolute;
    justify-content:center;
    margin-bottom: 6px;
    height: 20px;
    bottom: 0;
    line-height: 20px;
    display: flex;
}

.user-protocol label {
    color: #151718;
    white-space: nowrap;
}

.user-protocol .protocol-text {
    cursor: pointer;
    white-space: nowrap;
}

.protocol-dialog {
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.protocol-dialog div.dialog-content {
    display: flex;
    flex-direction: column;
    width: 54rem;
    height: 80%;
    border-radius: 8px;
    background: #fff;
    z-index: 999;
}

.protocol-dialog div.header {
    display: flex;
    justify-content: space-between;
    padding: 1.7rem 2.3rem 16px;
}

.protocol-dialog div.header .title {
    font-size: 18px;
    font-weight: 600;
}

.protocol-dialog button {
    outline: none;
    cursor: pointer;
}

.protocol-dialog div.close {
    position: relative;
    width: 25px;
    cursor: pointer;
}

.protocol-dialog div.close::before,
.protocol-dialog div.close::after {
    position: absolute;
    content: ' ';
    left: 15px;
    background-color: #bbbbbb;
    width: 1px;
    height: 20px;
}

.protocol-dialog div.close::before {
    transform: rotate(45deg);
}

.protocol-dialog div.close::after {
    transform: rotate(-45deg);
}

.protocol-dialog div.content {
    height: 100%;
    padding-left: 2.3rem;
    padding-right: calc(2.3rem + 8px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.protocol-dialog div.content:hover {
    padding-right: 2.3rem;
}

.protocol-dialog div.content::-webkit-scrollbar {
    background-color: rgba(0,0,0,.08);
    width: 0;
}

.protocol-dialog div.content:hover::-webkit-scrollbar {
    width: 8px;
}

.protocol-dialog div.content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 8px;
    width: 8px;
}

.protocol-dialog div.footer {
    display: flex;
    justify-content: flex-end;
    padding: 16px 2.3rem 1.7rem;
}

.protocol-dialog button.btn {
    width: 4.3rem;
    height: 2.3rem;
    border-radius: 4px;
    margin-left: 1.14rem;
}

.protocol-dialog .btn.confirm {
    width: 6rem;
    color: #fff;
}

.protocol-dialog .btn.confirm.disabled {
    background: #f3f4f5;
    border: 1px solid #eee;
    color: #bbb;
    cursor: not-allowed;
}

.protocol-dialog div.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.show-warning-dialog {
    display: none;
    position: fixed;
    width: 400px;
    top: 6%;
    left: 50%;
    margin-left: -200px;
    padding: 20px;
    color: #06a9f4;
    background: #e2f5fd;
    border-radius: 6px;
    border: 1px solid #b3e5fc;
    font-size: 16px;
    opacity: 1;
    animation: top-in 320ms ease-in-out;
    z-index: 100001;
}

.show-warning-dialog.hidden {
    opacity: 0;
    z-index: -1;
    animation: top-out 320ms ease-in-out;
}

@keyframes top-in {
  from {
    transform: translate3d(0, -40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes top-out {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
}

.show-warning-dialog .content {
    text-align: center;
}

@media screen and (max-width: 601px) {
    /*移动端样式*/
    .user-protocol {
        justify-content:center;
        font-size: 12px;
        line-height: 21px;
        margin-left: 10%;
    }
    .protocol-dialog div.header {
        padding: 1.5rem 1.7rem 16px;
    }
    .protocol-dialog div.content::-webkit-scrollbar {
        background-color: rgba(0,0,0,.08);
        width: 4px;
    }
    .protocol-dialog div.dialog-content {
        width: 100%;
        margin: 0 16px;
        height: 60%;
    }
    .protocol-dialog div.footer {
        padding: 16px 1.7rem 1.5rem;
    }
    .show-warning-dialog {
        width: 90%;
        margin-left: -45%;
    }
}