html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
}

.logoDiv {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 30px;
}

.logoDiv img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 60px;
    height: 30px !important;
}

.homePageIcon {
    position: absolute;
    top: 27px;
    left: 46px;
    display: inline-block;
    width: 70px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #53b3fd;
    border-radius: 8px;
}

.homePageIcon span {
    display: inline-block;
    transform: skewX(-12deg);
}

.login-content {
    width: 100%;
    height: 100%;
    /* background: #6691e6 url("../../images/bg.png") no-repeat; */
    background: #6691e6 url("../../images/login-back.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.login-logo {
    padding: 14px 50px;
    cursor: default;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.login-logo span {
    float: right;
    color: rgba(255, 96, 36, 1);
    padding-top: 5px;
    cursor: pointer;
}

.login-msg {
    margin-top: 20px;
    float: left;
    cursor: pointer;
    color: #666;
}

.login-msg a {
    color: rgba(255, 96, 36, 1);
}

.login-msg:last-child {
    float: right;
}

.register-box .regis-color {
    width: 100%;
    height: 4px;
    background: rgba(255, 96, 36, 1);
}

/*************************/
.login-text1 {
    font-size: 56px;
    position: absolute;
    top: 133px;
    left: 126px;
    color: #fff;
}

.login-text2 {
    font-size: 56px;
    position: absolute;
    top: 224px;
    left: 293px;
    color: #fff;
}

.flex {
    display: flex;
}

.horz-center {
    justify-content: center;
}

.vert-center {
    align-items: center;
}

.loginImgWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login-img {
    width: max-content;
    height: max-content;
}

.login-img img {
    /* margin: 50%;
      transform: translate(-50%,-45%); */
}

.login-box {
    width: 45%;
    display: inline-block;
    /*border: 1px solid red;*/
}

.login {
    width: 380px;
    height: 420px;
    background: #fff;
    border-radius: 22px;
}

.shad-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(27, 112, 228, 0.3);
}

.login-username,
.login-password {
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}

.login-password {
    margin-bottom: 0px !important;
}

#regCheckFail,
#checkFail,
#pwdFail,
#checkPhoneFail,
#namePhoneFail,
#loginFail,
#chekPswdFail,
#checkEmailFail {
    color: #f5222d;
    float: left;
    height: 0;
    position: relative;
    top: -18px;
}

#chekPswdFail {
    top: 0;
}

#checkFail,
#pwdFail {
    top: 4px;
}

/* #chekPswdFail{ */
/*     top: -1px; */
/* } */

.login-password:nth-child(3) {
    margin-top: 15px;
}

.login-box .login-username i,
.login-box .login-password i {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 20px;
    z-index: 99;
    color: #373d41;
}

.login-input {
    width: 100%;
    height: 44px !important;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 7px;
}

.login-btn {
    /* width: 100%; */
    /* height: 38px !important; */
    background: linear-gradient(90deg, rgba(255, 96, 36, 1), rgba(255, 96, 36, .5)) !important;
    /* border-radius:4px; */
    /* font-size: 16px; */
    /* text-align: center; */
    color: #fff !important;
    /* margin: 0 auto; */
    /* margin-top: 30px; */
}

.phone-form {
    display: none;
}

.get-code {
    min-width: 35%;
    max-width: 45%;
    float: right;
    height: 38px !important;
    background: rgba(255, 96, 36, 1) !important;
    border-radius: 4px !important;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    margin-top: 2px;
}

.layui-form-item span {
    height: 50px;
    line-height: 42px;
    color: red;
    font-size: 16px;
}

.acount-btn {
    background: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
}

.acount-btn-active {
    background: #00c1de !important;
    border: 1px solid #00c1de !important;
}


.login-copyright {
    width: 100%;
    /*background: #E1E4E5;*/
    font-size: 12px;
    color: #373d41;
    text-align: center;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    margin-top: 40px;
    overflow: hidden;
}

.login-copyright p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #909090;
}

.login-copyright img {
    width: 100px;
    position: absolute;
    top: -30px;
    left: 280px;
}

.QRCodeDesc {
    width: 90px;
    position: absolute;
    top: 80px;
    left: 280px;
    white-space: nowrap;
}

@media (min-width: 1920px) {
    .login-main {
        width: 89%;
        margin: 0 auto;
        margin-bottom: 4%;
    }

    .login-logo {
        height: 60px;
        padding: 1% 10%;
        /* border: 1px solid red; */
    }

    .login-logo div h4 {
        font-size: 18px;
        margin: 0px;
        font-weight: 600;
    }
}

.register-box {
    width: 575px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 40px;
    position: relative;
}

.register-box .regis-title p {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
    line-height: 26px;
}

.register-box .regis-form {
    width: 75%;
    margin: 0 auto;
}

.register-box .new-form {
    width: 45%;
    margin: 0 auto;
    float: right;
    margin-right: 40px;
}

.register-box .regis-form .ant-input {
    margin-bottom: 20px;
}

.regis-btn {
    background: linear-gradient(90deg, rgba(255, 96, 36, 1), rgba(255, 96, 36, .5));
    border-radius: 4px;
    height: 38px;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 12px;
    min-width: 34%;
    font-size: 16px;

}

.regis-btn:hover,
.regis-btn:active {
    background: linear-gradient(90deg, rgba(255, 96, 36, 1), rgba(255, 96, 36, .5));
    box-shadow: 0px 4px 10px 0px rgba(255, 96, 36, .5);
    color: #fff !important;
}

.regis-form .ant-btn-primary-disabled,
.ant-btn-primary-disabled.active,
.ant-btn-primary-disabled:active,
.ant-btn-primary-disabled:focus,
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled,
.ant-btn-primary.disabled.active,
.ant-btn-primary.disabled:active,
.ant-btn-primary.disabled:focus,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled],
.ant-btn-primary[disabled].active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
    color: #fff;
}

/* .regis-form .to-login {
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
}

.regis-form .to-login span {
  color: #1B70E4;
  cursor: pointer;
  font-size: 16px;
} */

.account-sort {
    font-size: 24px;
    cursor: default;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #1890ff;
}

.account-sort div .iconfont {
    position: relative;
    top: 21px;
    display: inline-block;
    font-size: 12px;
    transform: rotate(180deg);
    right: 52px;
    color: transparent;
}


.headerRoute {
    display: flex;
    padding-bottom: 8px;
}

.headerRoute {
    justify-content: space-between;
}

.hasRegister.headerRoute {
    justify-content: flex-end;
}

.loginForm {
    padding-top: 24px;
}

.formContainer {
    box-shadow: #1890ff 0px 0px 3px 1px;
}

.form-header {
    display: flex;
    justify-content: space-between;
}

.form-header .loginTypeName {
    font-size: 16px;
    color: #222;
}

.form-header img {
    width: 16px;
    vertical-align: middle;
}

.linked {
    cursor: pointer;
}

.smallFont {
    font-size: 12px;
}

.toggleTip {
    padding-left: 8px;
}

.login-code-img {
    height: 32px;
}

.login-linear-gradient-btn {
    background: linear-gradient(90deg, rgba(255, 96, 36, 1), rgba(255, 96, 36, .5)) !important;
    color: #fff !important;
}

.login-linear-gradient-btn:hover {
    border-color: rgba(255, 96, 36, 1) !important;
}

.linkUser {
    margin-top: 12px;
}


.regis-input-again {
    position: relative;
}

.regis-input {
    position: relative;
}

.regis-input .iconhidepassword,
.regis-input .iconshowpassword {
    position: absolute;
    top: 10px;
    right: 7px;
    font-size: 18px;
    cursor: pointer
}

.register-box .register-form {
    width: 45%;
    float: right;
    margin-right: 40px;
}