@charset "utf-8";

html,
body {
    background: #F2F2F2;
    font-size: 12px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.login-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/login_bg.jpg?v=20210420) center no-repeat;
    background-size: cover;
    overflow: auto;
}

.container {
    padding: 0;
    max-width: 1200px;
    width: calc(100% - 100px);

}

.login-wrap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-head {
    margin-bottom: 20px;
}

.login-head .logo {
    float: left;
}

.login-head .btn-group {
    float: right;
    width: 180px;
    height: 40px;
    margin-top: 20px;
}

.login-head .btn-group .btn {
    width: 50%;
    height: 38px;
    line-height: 24px;
    border-color: #0262ff;
    border-radius: 10px;
}

.login-head .btn-group .btn-default {
    color: #0262ff;
}

.login-main {
    position: relative;
    min-height: 400px;
    max-height: 640px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px #b8d2fb;
}

/* 登录 */
.login-photo {
    position: relative;
    width: 650px;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.login-photo::after {
    content: '';
    width: 107px;
    height: 640px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -320px;
    background: url(../Images/showdown.png) no-repeat;
}

.login-foot {
    text-align: center;
}

.login-foot p {
    color: #1f3598;
}

.login-ht {
    position: absolute;
    width: 380px;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.login-text {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1;
}

.login-tabs {
    margin: 0 auto;
    margin-bottom: 40px;
    border-top: 1px solid #c2c7cd;
    width: 160px;
}

.login-tabs li a {
    position: relative;
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #333333;
}

.login-tabs li.active a {
    color: #0262ff;
}

.login-tabs li.active a::before {
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background-color: #0262ff;
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
}

.input-row {
    position: relative;
    border-radius: 10px;
    background-color: #f2f5fa;
    height: 60px;
    margin-bottom: 20px;
}

.input-row .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

.input-row .form-control {
    width: 100%;
    border: 0;
    background-color: transparent;
    color: #4b515e;
    text-indent: 30px;
    height: 60px;
    line-height: 60px;
    box-shadow: none;
}

.input-button {
    border-top: 1px solid #e9eff7;
    padding-top: 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.input-button .btn-lg {
    width: 100%;
    height: 60px;
    border-radius: 16px;
    box-shadow: 0 5px 20px #8eb9ff;
}

.wx-main {
    height: 241px;
}

.wx-cell {
    margin: 0 auto;
    height: 150px;
    width: 150px;
}

.wx-tip {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

/* mian */
.main-header {
    position: fixed;
    min-width: 1100px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    height: 60px;
}

.skin-blue .main-header .navbar {
    float: right;
    margin: 0;
}

.btn-primary {
    color: #fff;
    background-color: #0262ff;
    border-color: #0262ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #0262ff;
    border-color: #0262ff;
    outline: none;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.mobile-terminal .container {
    top: auto;
    left: auto;
    margin-left: auto;
    transform: none;
    width: 100%;
    padding: 15px;
}

.mobile-terminal .login-main {
    height: 100% !important;
    margin: 0 auto 10px auto;

}

.mobile-terminal .login-ht {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    padding: 20px;
}

.mobile-terminal .login-head {
    margin-bottom: 20px;
}

.mobile-terminal .login-text {
    margin-bottom: 20px;
}

.mobile-terminal .login-tabs {
    margin-bottom: 20px;
}

.mobile-terminal .input-row {
    margin-bottom: 10px;
}

.mobile-terminal .input-button {
    padding-top: 10px;
}