body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.wrap {
    height: 100vh;
    min-height: 600px;
    max-width: 1920px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    max-width: 1400px;
    min-width: 1000px;
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 100vh;
}
.none {
    display: none;
}
.login-form {
    width: 340px;
    /* height: 400px; */
    background: var(--color-white);
    padding: 70px 50px;
    border-radius: 2px;
    /* 或者左右居中 */
    position: relative;
    margin: 5vw 0;
}
.login-form .way-tab {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    right: 0;
    top: 0;
    line-height: 50px;
    cursor: pointer;
}
.login-form .way-tab:before {
    width: 50px;
    height: 50px;
    background: var(--color-white);
    border-top: var(--color-gray-nomaler) 1px solid;
    position: absolute;
    z-index: 10;
    content: "";
    transform: rotate(45deg);
    left: -22px;
    bottom: -22px;
}
.login-form .way-tab > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.login-form .way-tab > div i {
    font-size: 30px;
}
.login-form .way-tab > div:hover i {
    color: var(--color-main);
}
.login-form .layui-tab {
    padding-bottom: 0;
    margin: 0;
}
.login-form .layui-tab-content {
    padding-bottom: 0;
}
.login-form .layui-tab-item {
    min-height: 226px;
    padding: 10px 0 0 0;
}

.login-form .title {
    color: var(--color-black);
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.login-form .title .subtitle {
    font-size: 16px;
    color: var(--color-gray-master);
    font-weight: normal;
    line-height: 60px;
}

.login-form .item {
    position: relative;
    margin-bottom: 24px;
    border-radius: 4px;
}

.login-form input {
    height: 44px;
}

.login-form .layui-input-wrap,
.login-form .layui-input-affix {
    line-height: 44px;
}
.login-form .code-image {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 40px;
}
.login-form .layui-input-suffix {
    top: 2px !important;
    right: 10px;
}
.login-form .remember-pwd {
    margin-bottom: 28px;
    overflow: hidden;
}

.login-form .left {
    float: left;
}

.login-form .right {
    float: right;
}
.login-form .qcode {
    min-height: 292px;
    text-align: center;
}
.login-form .right a {
    color: var(--color-main);
    font-size: 14px;
}

.logo {
    display: block;
    font-size: 34px;
    font-weight: bold;
}

.logo img {
    max-width: 200px;
    max-height: 100px;
}

.wrap .layui-btn + .layui-btn {
    margin-left: 0;
    margin-top: 15px;
}

.wrap .layui-border:hover {
    color: var(--color-main) !important;
}
.other {
    text-align: center;
    margin-top: 10px;
}
.other a {
    color: var(--color-white);
    display: inline-block;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 15px;
    font-size: 20px;
    margin-top: 10px;
    background: var(--color-gray-nomaler);
}
.other a:hover {
    opacity: 0.8;
}
.login-qcode img {
    width: 200px;
    margin-top: 30px;
}
.login-qcode .qcode-desc {
    line-height: 30px;
}
.login-qcode .qcode-desc b {
    color: var(--color-main);
    font-weight: normal;
}
.login-footer {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    width: 100%;
}
#getSms {
    width: 92px;
}
