a {
    text-decoration:none;
}
body {
    margin: 0;
    font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #0055a2;
    overflow: hidden !important;
}

/**
浏览器版本检测
 */
.warning-window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10003;
}

.i-region-header {
    border-radius: 2px 2px 0 0;
    line-height: 20px;
    font-size: 13px;
    padding: 5px 16px 3px 20px;
    background: linear-gradient(to right, #1F65DA 0%, #368FFF 100%);
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;

}

.i-region-content {
    height: 100%;
    margin: 28px 0 0 0;
    background: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
}

.warning-msg {
    font-size: 20px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    letter-spacing: 1px;
    color: #4C5569;
    display: block;
    padding-top: 30px;
    height: 100%;
}

.browser-icon {
    margin-top: 29px;
    height: 101px;
}

.browser-name {
    margin-top: 20px;
    height: 25px;
    text-align: center;
}

.ie-name, .chrome-name {
    display: block;
    font-size: 18px;
    color: #555555;
}

.download-browser {
    margin-top: 20px;
    height: 30px;
}

.download-btn {
    background: #2F80ED;
    border-width: 0;
    border-image: none;
    border-radius: 2px;
    padding: 9px 16px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 12px;
}

.download-btn:hover {
    background-color: #3088F4;
    opacity: 0.8;
}
.download-btn:active {
    background-color: #2B76DB;
    opacity: 1;
}

.i-icon {
    width: 18px;
    height: 18px;
    background-image: url("../image/i-sprite.png") !important;
    background-size: 360px 360px !important;
}

.i-close {
    background-position: -108px -144px;
    float: right;
    cursor: pointer;
}
/*浏览器文字信息*/
.info {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.footer-logo {
    display: none;
    vertical-align: top;
    padding: 9px 28px;
}

.footer-logo img {
    cursor: pointer;
    width: 31px;
}
.footer-right {
    height: 68px;
}
/**
主内容
 */
.content {
    height: 75%;
    background: #0055a2;
    display: flex;
    padding: 0 80px;
    justify-content: center;
    min-height: 460px;
}
.content2 {
    width: 100%;
    height: 100%;
    background: #0055a2;
    display: flex;
    padding: 0 80px;
    justify-content: center;
    min-height: 500px;
}

#login > .content_login{
    margin-top: -163px;
    min-width: 1000px;
}

#login > .content_login2{
    margin-top: -663px;
    min-width: 1000px;
}

.login-content {
    width: 100%;
    height: 100%;
    max-width: 1624px;
}

login-content #login {
    background: #0055a2 !important;
}

#mobileForm .el-form-item__content,
#loginNameForm .el-form-item__content {
    line-height: 35px;
}

#mobileForm .el-form-item__content .btn,
#loginNameForm .el-form-item__content .btn {
    line-height: 1;
}

.login-bg {
    height: 300px;
    margin-top: 40px;
}

.login-form {
    width: 400px;
    height: 400px;
    background: white;
    margin: 50px 0px 50px 0;
    padding: 0 25px;
}
.title{
    width: 100%;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:#0055a2;
    line-height: 18px;
    margin: 30px 0 0 0;
    text-align: center;
    cursor: pointer;
}
.title-left{
    text-align: center;
}
.title-right{
    text-align: right;
}

.form-icon {
    background: #E0E0E0;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.form-icon-img{
    width: 16px;
    height: 18px;
    margin: 11px 11px;
}
.form-icon-img-pwd{
    width: 16px;
    height: 16px;
    margin: 11px 11px 11px 11px;
}
.form-bottom-large{
    margin-bottom: 22px;
}
.form-bottom-large2{
    margin-bottom: 50px;
}
.form-bottom{
    margin-bottom: 18px;
}
.el-input-group__append{
    background: #0055a2;
    border-color: #0055a2;
    border-radius: 0px;
    border-left: 0;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}
.el-input-group{
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.login-btn {
    background: #0055a2;
    color: white;
    text-align: center;
    border-radius: 2px;
    width: 100% !important;
}

#setPwd > .login-btn {
    background: none;
}

.btn {
    line-height: 2;
    background: #0055a2;
}

.btn:focus, .btn:hover {
    color: white;
}

.back-img {
    width: 16px;
    height: 16px;
    cursor:pointer
}
.back-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(0,85,162,1);
    line-height: 16px;
    margin-right: 7px;
    vertical-align: middle;
    cursor:pointer;
}

.noCode_prompt{
    /*display: none;*/
    text-align: center;
}

.scan-container {
    width: 100%;
    text-align: center;
}

.scan-container .code-center {
    width: 160px;
    margin: 10px auto;
}

.scan-code {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid #CECECE;
    padding: 10px;
}

.scan-error-bg {
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000); /*IE8支持*/
}
.error-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 16px;
    margin: 54px 0 25px 0;
}
.btn-refresh {
    width: 80px;
    height: 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 35px;
    cursor:pointer
}
.scan-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: rgba(127, 127, 127, 1);
    line-height: 15px;
    margin: 26px 0 54px 0;
}
.text-blue{
    color: #0055a2;
}
.scan-success-container {
    width: 100%;
}
.img {
    width: 100%;
    height: 100px;
    background-size: 100px 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.scan-success-content {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: black;
    line-height: 15px;
    opacity: 0.65;
    margin-bottom: 38px;
}
.text-danger {
    width: 100%;
    color: #F56C6C;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.error-msg {
    width: 100%;
    color: #F56C6C;
    height: 40px;
    line-height: 40px;
    text-align: start;
}
.error-msg p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.back-container {
    display: flex;
    padding: 0;
}

.noCode{
    text-align: right;
    padding: 0;
    color: rgb(132, 132, 132)
}

.noCode_text{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgb(163, 163, 163);
    line-height: 16px;
    margin-right: 7px;
    vertical-align: middle;
    cursor:pointer;
}

.header-container {
    width: 100%;
    /*height: 10%;*/
    background: white;
    position: static;
    justify-content: center;
    z-index: 98;
    min-width: 1000px;
    min-height: 68px;

}
.logo-img{
    width: 115px;
    height: 30px;
    /*margin-bottom: 4px;*/
}
.text {
    font-size: 26px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    color: #0055a2;
    line-height: 68px;
    margin: auto 0;
}

.login-container {
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
    min-height: 540px;
}

.main {
    position: relative;
    height: 90%;
}

.footer-container {
    width: 100%;
    background: white;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.text_foot, .google {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(0,0,0,0.65);
}
.text-link {
    cursor: pointer;
    margin-left: 20px;
    border-bottom: none;
}
.text-link:hover {
    border-bottom: solid 1px rgba(0,0,0,0.65);
}

.record_number_a:hover {
    color: rgba(0, 85, 162, 1);
}

.code {
    color: white;
    background-color: #0055a2;
    border: none;
    cursor: pointer;
}

.checkCode input {
    padding: 0 10px;
}

.login_choose {
    display: flex;
    margin-top: 40px;
}

.login_choose a {
    float: left;
    font-size: 18px;
    font-weight: bolder;
    font-family: 微软雅黑;
    color: #6e6e6e;
    cursor: pointer;
}

.login_pwd, .login_code, .qr_code {
    width: 50%;
}

#scanSuccess {
    display: none;
    margin-top: 50px;
    text-align: center
}

#scanSuccess .img {
    background-image: url('../image/scan-success@2x.png')
}

.row {
    height: 100%;
    margin: 0;
}

#login {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.login_main {
    width: 390px;
    height: 390px;
    min-width: 390px;
    min-height: 390px;
    max-width: 390px;
    background: white;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}

.login_main2 {
    width: 100%;
    height: 490px;
    min-width: 100%;
    min-height: 490px;
    max-width: 100%;
    background: white;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}

.login-block {
    filter: none !important;
}

.login-block #checkCode > .login-btn {
    background: none;
}

.login-block #checkCode #nextStep {
    width: 100% !important;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 14px;
}

.user_head, .pwd_head {
    width: 38px;
    height: 40px;
    background: #E0E0E0;
    display: flex;
}
.user_input,.pwd_input {
    width: 100%;
    font-size: 14px;
    background: transparent;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #E0E0E0;
    outline: 0;
}
.user_head img,.pwd_head img{
    width: 16px;
    height: 18px;
    margin: 11px 11px;
}
.login_ispwd_user,.login_ispwd_pwwd {
    margin: 25px auto;
}
.join {
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: text-top;
    text-align: right;
}
.back-img{
    width: 16px;
    height: 16px;
}
.form-group a {
    color: #6e6e6e;
}
.form-group.remember {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.form-input {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 50px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;

}
.form-input:hover{
    border-color: #C0C4CC;
}
.form-input:focus{
    border-color: #409EFF;
    outline: 0;
}

/**
忘记密码
*/
.forget-form{
    width: 400px;
    height: 430px;
    background: white;
    margin: auto;
    min-width: 410px;
}
/**login-content
注册账号
 */
.register-form {
    width: 400px;
    height: 430px;
    background: white;
    margin: auto;
    min-width: 410px;
}
.register-form2 {
    width: 100%;
    height: 100%;
    background: white;
    margin: auto;
    min-width: 610px;
}

/************************************/
main {
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
    min-height: 540px;
}

#loginNameForm .el-input__inner {
    padding: 0 50px;
    border-radius: 0px !important;
    border-left: 0px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.form-icon-img {
    height: 16px;
}

.getCode {
    background: #0055a2;
    border-color: #0055a2;
    border-radius: 0px;
    border-left: 0;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}

.IEprompt{
    display: none;
}

.google{
    font-size: 12px;
    color: gray;
    display: none;
}

.noCode_prompt{
    background-color: #eee;
    width: 300px;
    height: 200px;
    margin: auto;
    position: relative;
    top: 25%;
    border-radius: 10px;
    z-index: 10003;
    display: none;
}

.noCode_prompt_text {
    position: absolute;
    top: 70px;
    left: 14px;
    font-size: 18px;
    font-family: PingFang SC;
    color: rgb(87, 87, 87);
}

.i-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10002;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    display: none;
}