@charset "UTF-8";
body,
html {
    width: 100%;
    height: 100%;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

body {
    font-size: 12px;
    height: 100%;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

a {
    text-decoration: none;
}

:focus {
    outline: none !important;
}

/* 清除浮动 */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}
#app {
    width: 100%;
    height: 100%;
    background: #eff1f5;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4a4a4a;
}
/* 登录页面样式 */
.form-group.lf .el-form-item__error {
}

.login-form .el-form-item {
     margin-bottom: 30px;
}

.register-form .el-form-item {
     margin-bottom: 15px;
}
.form-group.lf .login-code {
    margin-top: 6px;
}
.login-code2 {
    margin: 0 !important;
    height: initial !important;
    line-height: 1 !important;
    margin-top: 24px !important;
}
/* 自定义样式 */
a {
    /* text-decoration: underline; */
    color: #007dff;
    font-size: 14px;
}
input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}
input:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}
.login-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 44px;
}
.login-form p {
    height: auto;
    font-family: PingFangSC-Semibold;
    font-size: 29px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}
.container {
    padding: 0 36px;
    /* margin-bottom: 100px; */
    width: auto;
}
.login-form .form-group {
    /* border: 1px solid green; */
    /* margin: 0px 78px;
    width: 374px;
    text-align: center; */
}

.login-form .form-group .validcolor {
    color: #f56c6c;
    margin-bottom: 24px;
    margin-top: 8px;
}
.login-form .form-group.multi {
    margin-top: 6px;
    margin-bottom: 24px;
    margin-top: -18px;
}
.login-form .form-group .multiTip {
    color: #f5a828;
    text-align: left;
    font-size: 14px;
}
.form-group .codetime {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1890ff;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
}
.form-group .codetime.gray {
    background: #fff;
    color: #c0c0c0;
    cursor: not-allowed;
}
.login-form .form-group.lf {
    text-align: left;
}
.login-form .login-code {
    width: 380px;
    height: 24px;
    /* line-height: 24px; */
    font-family: PingFangSC-Regular;
    text-decoration: underline;
    font-size: 12px;
    color: #282828;
    letter-spacing: 0;
    cursor: pointer;
}
.login-form .login-code.login-num {
    width: 180px;
}
/* 返回上一步 */
.login-form .form-back {
    margin-bottom: 24px;
}
.form-back.el-row {
    height: 25px;
}
.login-form .form-back .back-icon img {
    display: inline-block;
    width: 18px;
    height: 16px;
}

.back-icon {
    display: inline-flex !important;
    margin-right: 10px;
}
.splitLine {
    padding: 0 10px;
}
.splitLine::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    border-left: 1px solid #b9b2b2;
    line-height: 0;
    margin-top: 2px;
}
.login-form .form-back .back-num {
    display: inline-block;
    overflow: hidden;
    max-width: 90%;
    margin-left: 2px;
    line-height: 15px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #282828;
    vertical-align: middle;
}
/* 忘记密码 */

.login-form .form-group-reg .regin {
    float: left;
    height: 14px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 14px;
}

.login-form .form-group-reg .regin a {
    font-size: 12px;
    color: #007dff;
    /* text-decoration: underline; */
}
.login-form .form-group-reg .modified {
    float: right;
    height: 14px;
    line-height: 12px;
    font-size: 12px;
    text-align: right;
    color: #d2caca;
}
.login-form .form-group-reg .modified a {
    font-size: 14px;
    color: #212121;
}
/* 其他方式 */
.login-form .form-des {
    text-align: center;
    margin-top: 48px;
}
.login-form .form-des .anyway {
    margin-bottom: 16px;
    height: 14px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0;
    text-align: center;
    line-height: 10px;
}
.login-form .form-des .anyway .line {
    border: 0.5px solid #9b9b9b;
    opacity: 0.1;
    flex: 1;
    height: 0;
    margin-top: 5px;
}
.login-form .form-des .anyway .txt {
    color: #9b9b9b;
    vertical-align: middle;
    vertical-align: -20%;
    margin: 0 3px;
}
.login-form .form-des .photo img {
    width: 44px;
    height: 44px;
    padding: 4px;
}
/* 更多帮助 */
.login-form .form-des .toweb {
    font-size: 14px;
    margin-top: 48px;
}
.login-form .form-des .toweb a {
    font-size: 14px;
    color: #419bf9;
}
.login-form .form-des .morehelp a {
    font-size: 14px;
    color: #808080;
}
.login-form .form-des .morehelp {
    margin-top: 20px;
    display: block !important;
}
.login-form .form-des .morehelp i img {
    width: 16px;
    height: 16px;
}

.login-input-wrap .el-form-item__error {
    /* top: 42px; */
    top: initial;
    padding-top: 6px;
}
.login-input-wrap .is-error {
}
/* 更改的element ui样式 */
.el-input__inner {
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 0 10px;
    /* padding: 12px 163px 10px 15px;
          box-sizing: border-box; */
}
.el-input__inner:focus {
    border: 1px solid #d4d4d4;
}
.el-button {
    display: block;
    max-height: 48px !important;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    background-color: #555;
    border: 1px solid #555;
    border-radius: 4px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.el-button.el-button--default {
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
}
.form-group .graybtn {
    background-color: #e8e8e8;
    color: #fafafa;
    border: 1px solid #dbdbdb;
}
.form-group .graybtn:hover {
    background-color: #e8e8e8;
    color: #fafafa;
    cursor: not-allowed;
    border: 1px solid #dbdbdb;
}
.el-dropdown-menu.el-popper {
    overflow: auto;
}
/* 弹窗button样式 */
.el-message-box.el-message-box--center .el-message-box__container {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
}
.el-message-box.el-message-box--center .el-message-box__btns .el-button {
    display: inline-block;
    height: 42px;
    width: 136px;
    text-align: center;
    background-color: #f66f6a;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.el-message-box.el-message-box--center .el-message-box__btns .el-button--primary {
    background-color: #fff;
    /* border: 1px solid #dbdbdb; */
    color: #000;
}
.checkstrong {
    background: #ffffff;
    margin: 10px auto 20px auto;
    line-height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
.checkstrong::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #d4d4d4;
}
.checkstrong::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
}
.checkstrong .lineb {
    margin-left: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #343434;
    height: 25px;
}
.checkstrong .default {
    background: #bbbbbb;
    height: 6px;
    /* width: 142px; */
    margin-top: 10px;
    text-align: center;
    margin-left: 10px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
}
.checkstrong .bword {
    background: #f66f6a;
}
.checkstrong .tagt {
    background: #15b0e8;
}
.checkstrong .otht {
    background: lawngreen;
}
.margin20 {
    margin-bottom: 20px;
}

.margin22 {
    margin-bottom: 22px;
}
/* 新页头页尾样式 */
.public-copyright {
    width: 100%;
    height: 46px;
    background: #ccc;
    display: none;
}
.public-footers {
    display: none;
}
.public-footer {
    display: block;
    bottom: 0;
    /* position: absolute; */
    position: fixed;
    line-height: 37px;
    left: 0;
    right: 0;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    background: #212121;
}
.content-hwimg {
    width: 100%;
    height: 68px;
    position: relative;
    background: #ffffff;
    display: block;
}

.content-hwimg img{
    object-fit: contain;
    width: 220px;
    margin-left: 12.5%;
    padding-top: 6px
}

.content-web-picturing {
    display: none;
}
.lang_es_ES .content-subject {
    width: 540px;
}
.content-subject {
    width: 526px;
    /* height: calc(100% - 700px); */
    position: relative;
    left: 50%;
    margin-left: -263px;
    margin-top: 62px;
    background: #ffffff;
}
.content-header {
    padding-top: 52px;
}
.content-footer {
    padding-bottom: 43px;
}
.public-header-right {
    position: absolute;
    right: 32px;
    top: 0px;
}
.public-header {
    width: 100%;
    height: 28px;
    background: #000000;
    position: relative;
}
.public-header-pull-down {
    margin-left: 12px;
    display: inline-block;
    margin-top: 9px;
    width: 10px;
}
.public-header-img {
    height: 16px;
    width: 16px;
    margin-top: 6px;
    display: block;
}
.public-header-app-img {
    height: 16px;
    width: 16px;
    margin-top: 6px;
    display: none;
}
.hw-logo {
    display: none;
}
.dropdown-toggle {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    line-height: 28px;
    margin-left: 12px;
}
.divider {
    padding: 0 17px;
    display: inline-block;
    position: absolute;
    top: 24px;
    color: #ccc;
}
.hw-account {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #2e2e2e;
    display: inline-block;
    position: absolute;
    left: 376px;
    top: 24px;
}
/* 登录中转页面样式 */
.login-trans {
    width: 336px;
    height: 400px;
    padding: 100px 112px;
}
.login-trans .waiting {
    text-align: center;
    margin-bottom: 21px;
}
.login-trans .waiting img {
    width: 62px;
}
.login-trans .des {
    width: 100%;
}
.login-trans .des .welcome {
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
}
.login-trans .des .welcome a {
    font-size: 18px;
    color: #419bf9;
    text-decoration: underline;
}
.login-trans .des .loading {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
}
.login-trans .des .loading a {
    font-size: 14px;
    color: #419bf9;
    text-decoration: underline;
}
/* 密码图标切换样式 */
.inputPsd input {
    -webkit-text-security: disc;
}
/*去除IE上密码框默认图标*/
input::-ms-reveal {
    display: none;
}
.pwdIcon {
    width: 25px !important;
    margin-top: 12px;
}
@media screen and (min-width: 500px) {
    html,
    body {
        　font-size: 14px;
    }
    .login-form .form-group-login {
        margin-top: 8px;
    }

    .backLoginLink {
        position: absolute;
        left: 36px;
        top: 24px;
    }
    .change-type-login {
        position: absolute;
        left: 36px;
        top: 24px;
        display: block !important;
    }
}

@media screen and (max-width: 500px) and (min-width: 360px) {
    .backLoginLink {
        position: absolute;
        left: 36px;
        top: 24px;
    }
    .change-type-login {
        position: absolute;
        left: 36px;
        top: 24px;
    }

    html,
    body {
        font-size: 12px;
    }
    .login-form {
        padding: 0px;
    }
    .login-form .form-group,
    .login-form .form-back,
    .login-form .form-group-reg {
        margin: 24px 60px;
        /*width: 350px;*/
    }
    .form-group-next {
        margin-top: 0px !important;
    }
    .hw-logo {
        display: block;
        height: 58px;
        width: 100%;
        padding-left: 40%;
        background: #fff;
    }
    .hw-logo .icon img {
        height: 100%;
        width: 58px;
    }
    .content-hwimg {
        display: none;
    }
    .container {
        padding: 0 48px;
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .public-header {
        width: 100%;
        height: 28px;
        background: #fff;
    }
    .public-header-right {
        position: absolute;
        right: 24px;
        top: 6px;
    }
    .public-header-app-img {
        display: block;
    }
    .public-header-img {
        display: none;
    }
    .dropdown-toggle {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        line-height: 28px;
        margin-left: 12px;
    }
    .dropdown-toggle {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        line-height: 28px;
        margin-left: 12px;
    }
    .content-subject {
        margin-top: 5px;
    }
    .public-footer {
        display: none;
    }
    .public-footers {
        display: block;
        width: 100%;
        height: 24px;
        background: #333333;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #ffffff;
        line-height: 24px;
    }
    .public-copyright {
        width: 100%;
        height: 46px;
        background: #ccc;
        display: block;
    }
    .public-copyright a {
        color: #333333;
        text-decoration: none;
    }
    .hw-mailbox {
        font-family: PingFangSC-Regular;
        font-size: 10px;
        color: #333333;
        text-align: center;
        padding-top: 7px;
    }
    .hw-filing-no {
        font-family: PingFangSC-Regular;
        font-size: 10px;
        color: #333333;
        text-align: center;
    }
    .login-form p {
        /*margin: 20px 156px 12px 171px;*/
        font-size: 24px;
    }
    .login-form .form-des {
        width: 362px;
        margin: 48px 98px 0px;
    }
    .el-input__inner {
        width: 100%;
    }
    .el-button {
        /*width: 350px;*/
    }
    .hw-header-phone .header-language {
        margin-left: 237px;
        width: 138px;
    }
}
@media screen and (max-width: 360px) and (min-width: 320px) {
    html,
    body {
        font-size: 12px;
    }
    .login-form {
        padding: 0px;
    }
    .login-form .form-group,
    .login-form .form-back,
    .login-form .form-group-reg {
        margin: 24px 109px;
        width: 340px;
    }
    .login-form .form-des {
        width: 362px;
        margin-left: 105px;
    }
    .el-input__inner {
        width: 100%;
    }
    .el-button {
        width: 340px;
    }
    .hw-header-phone .header-language {
        margin-left: 220px;
        width: 138px;
    }
}
@media screen and (max-width: 320px) {
    html,
    body {
        　font-size: 12px;
    }
    .login-form {
        width: 360px;
    }
    .login-form p {
        margin: 0px 73px 16px 40px;
    }
    .public-footer {
        display: none;
    }
    .content-subject {
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 20px;
        left: 85%;
    }

    .hw-logo {
        display: block;
        height: 82px;
        width: 100%;
        padding-left: 40%;
        background: #fff;
    }
    .hw-logo .icon img {
        height: 100%;
        width: 82px;
    }
    .content-hwimg {
        display: none;
    }
    .public-header {
        width: 100%;
        height: 28px;
        background: #fff;
    }
    .public-header-right {
        position: absolute;
        right: 24px;
        top: 6px;
    }
    .public-header-app-img {
        display: block;
    }
    .public-header-img {
        display: none;
    }
    .dropdown-toggle {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        line-height: 28px;
        margin-left: 12px;
    }
    .dropdown-toggle {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        line-height: 28px;
        margin-left: 12px;
    }
    .public-copyright {
        width: 100%;
        height: 46px;
        background: #ccc;
        display: block;
    }
    .public-copyright a {
        color: #333333;
        text-decoration: none;
    }
    .hw-mailbox {
        font-family: PingFangSC-Regular;
        font-size: 10px;
        color: #333333;
        text-align: center;
        padding-top: 7px;
    }
    .hw-filing-no {
        font-family: PingFangSC-Regular;
        font-size: 10px;
        color: #333333;
        text-align: center;
    }
    .public-footer {
        display: none;
    }
    .public-footers {
        display: block;
        width: 100%;
        height: 24px;
        background: #333333;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #ffffff;
        line-height: 24px;
    }
    .login-form .form-group,
    .login-form .form-back,
    .login-form .form-group-reg {
        margin: 24px 0px;
        width: 300px;
    }
    .login-form .form-des {
        width: 310px;
        margin-left: 0px;
    }
    .login-form .form-des .photo img {
        width: 40px;
        height: 40px;
    }
    .login-form .form-des .toweb,
    .login-form .form-des .toweb a,
    .login-form .form-des .morehelp a,
    .login-form .form-group-reg a,
    .login-form .form-des .anyway {
        font-size: 12px;
    }
    .login-form .form-des .anyway {
        width: 300px;
    }
    .login-form .form-des .anyway .line {
        /* width: 77px; */
    }
    .hw-footer-phone {
        width: 338px;
    }
    .hw-header-phone .hw-header-logo img {
        width: 70px;
    }
    .el-input__inner {
        width: 100%;
    }
    .el-button {
        width: 300px;
    }
    .hw-header-phone .header-language {
        margin-left: 180px;
        width: 138px;
    }
}
.sso-style .mobile-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.el-select {
    display: block;
}

.content-title {
    margin-bottom: 52px;
}
.margin12 {
    margin-bottom: 12px;
}
.margin16 {
    margin-bottom: 20px;
}
.margin18 {
    margin-bottom: 18px;
}
.margin24 {
    margin-bottom: 24px;
}
.margin46 {
    margin-bottom: 46px;
}
.margin48 {
    margin-bottom: 48px;
}
.margin86 {
    /* margin-bottom: 86px; */
}

/* .content-title2 {
  margin-bottom: 24px!important;
} */

.back-icon-wrapper .el-form-item__content {
    display: flex !important;
    align-items: center !important;
}

.login-form .loginTitleP {
    height: auto;
    line-height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 29px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
#loginTitle{
    margin-bottom: 24px;
}
.loginHwIDbox {
    margin-top: -30px;
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.loginHwID a {
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #007dff;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    /* margin: -40px 0 36px; */
}
.loginHwID-icon {
    color: #b6b6b6;
    background: #fff;
    border: 1px solid #b6b6b6;
    position: absolute;
    /* right: -25px; */
    /* bottom: 10px; */
    padding: 1px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.login-form p {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.content-title {
    margin-bottom: 0;
}
.tooltip {
    color: #b6b6b6;
    position: relative;
    /* right: 130px; */
    /* bottom: 3px; */
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 407px;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -270px;
    margin-top: 5px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #626262;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 500;
}

.tooltip .tooltiptext::after {
    content:'';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: 45px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.el-message-box{
    width: 600px;
    margin: -80px 0px 0px 40px;
    height: 306px;
}
.EUItitle{
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #000;
    display: block;
    height: 60px;
    text-align: center;
}
.EUIMessage{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    text-align: justify;
    padding: 0px 70px;
}
button.el-button.el-button--default.el-button--small.el-button--primary{
    background: rgba(255,255,255,0.05);
    border: 1px solid #CCCCCC;
    width: 208px;
    height: 40px;
    color: #000;
    font-family: HarmonyHeiTi-Medium;
    font-size: 16px;
    margin: 50px auto 0px;
}

.error{
    border-color: #ff001f;
    color:  #ff001f;
}

.btn-warning-1 {
    color: #eea236;
    background-color: #fff;
    border-color: #eea236;
}
