* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
}

.que {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../public/images/question_icon.svg) center no-repeat;
}

.login-arma-box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*background: linear-gradient(0deg,rgb(15, 91, 158) 0%,rgb(77, 191, 255) 100%);*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1000px;
    background-image: linear-gradient(108deg, #fff 47.94%, #0B2E4D 48%);
}

.login-arma-cont {
    width: 870px;
    height: 465px;
    position: relative;
    /*background: #00558C;*/
    display: flex;
    box-shadow: 1px 1px 5px #0F5B9E,-1px -1px 5px #0F5B9E;
    flex-wrap: nowrap;
    background: linear-gradient(108deg, #0B2E4D 47.1%, #fff 47.2%);
    box-shadow: 0px 0px 25px rgba(0,0,0,.45);
}

.login-arma-left {
    width: 55%;
    height: 100%;
    /*background: url("../../login/images/armatura/im_bg_left.png.png") no-repeat center center/cover;*/
    display: flex;
    align-items: center;
}

.login-arma-right {
    width: 36%;
    height: 100%;
    position: relative;
    /*background: #00558C;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-arma-logo {
    width: 75%;
    height: auto;
    margin: 10% 4%;
}

.login-arma-form {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.checkCodeDiv,
.login-arma-item{
    width: 80.6%;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fefefe;
    border: 1px solid #0B2E4D;
    border-radius:5px;
    margin-bottom: 8px;
}

.login-arma-error {
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    height: auto;
    justify-content: flex-start;
    display: none;
    padding: 7px 4px;
    box-sizing: border-box;
}

.login-arma-error label {
    display: flex;
    align-items: flex-start;
}

.login-arma-error label img {
    margin-top: 0 !important;
}

.login-arma-icon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.login-arma-icon img {
    width: 16px;
}

.login-arma-input {
    flex: 1;
    border-style: none!important;
    border-left: 1px solid #00558c !important;
    border-radius: 0px;
}

.login-arma-btns {
    width: 80.6%;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-top: 10px;
}

.login-arma-btn{
    width: 100%;
    height: 100%;
    /*background: #0F3557;*/
    background: #F77400;
    border-radius: 5px;
    color: #fff;
    border-style: none;
}

.login-arma-btn:hover {
    color: #fff;
}

.login-arma-btn-fing {
    margin-left: 5px;
    display: inline-block;
}

.login-arma-btn:hover,.but_fing:hover {
    /*background-color: #298ADF;*/
    background-color: #ffa978;
}

.but_fing_disabled {
    background-image: url("../../login/images/armatura/ic_fingerprint.png")!important;
    background-color: rgb(147, 149, 151);
    border-radius: 5px;
    color: #fff;
    border-style: none;
    height: 30px;
    width: 42px;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center center;
}

.login-arma-btns .but_fing {
    background-image: url("../../login/images/armatura/ic_fingerprint.svg")!important;
    /*background-color: #0F3557;*/
    background-color: #F2824C;
    border-radius: 5px;
    color: #fff;
    border-style: none;
    height: 30px;
    width: 42px;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center center;
}

.login-arma-btns .but_fing:hover {
    background-image: url("../../login/images/armatura/ic_fingerprint_white.svg")!important;
    /*background-color: #298ADF !important;*/
    background-color: #ffa978 !important;
    opacity: 1;
}

.login-arma-select,.login-arma-locale {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../login/images/armatura/ic_xia_blue.svg") no-repeat right;
    background-position-x: 95%;
    cursor: default;
    background-size: 6%;
}

.login-arma-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: #fff!important;
}

.login-arma-list,.login-arma-type-list {
    display: none;
    position: absolute;
    left: 80%;
    right: 5px;
    top: 30px;
    background: #fff;
    z-index: 1;
    text-align: left;
    border: 1px solid #ccc;
    max-height: 90%;
    overflow: auto;
}

.login-arma-type-list {
    top: 26%;
    left: 20%;
    right: 9%;
}

.login-arma-lang-item,.login-arma-type-item {
    padding: 5px;
    color: #000;
}

.login-arma-lang-item:hover,
.login-arma-type-item:hover,
.login-arma-lang-select,
.login-arma-type-select {
    background: #298adf;
    color: #fff;
}

.login-arma-lang-lab,.login-arma-type-lab {
    cursor: default;
}

.login-arma-i18n-txt {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.login-arma-i18n {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    /*color: #999999;*/
    color: #0B2E4D;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login-arma-i18n img{
    width: 16px;
    padding: 5px;
    cursor: pointer;
}
.login-arma-i18n img.login-arma-arrow {
    width: 15px;
    padding: 0 5px;
}

.login-arma-locale{
    border: 0px;
    color: #999999;
}
.login-arma-copyright {
    position: absolute;
    color: #fff;
    bottom: 14px;
    width: 100%;
    text-align: center;
    font-family:Helvetica;
    font-weight:400;
    transform: scale(0.9);
    padding-left: 10px;
}
.login-arma-footer {
    position: absolute;
    bottom: 4.76%;
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-arma-QC {
    background: url("../../login/images/armatura/ic_qr code.png") no-repeat center;
    width: 30px;
    height: 30px;
}
.login-arma-href {
    color: #0F5B9E!important;
}

.login-input-eye {
	position: absolute;
    top: calc(50% - 11px);
    right: 3.5%;
    display: inline-block;
    width: 6%;
    height: 22px;
    background: url(../../public/images/base_textHide_blue.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.forgotPwd {
	position: absolute;
    right: -32px;
}

.checkCodeDiv {
	justify-content: space-between;
}

.checkCodeDiv img {
    width: auto;
    height: 100%;
    border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 1367px) and (max-width: 1800px) {
    html, body, input, select, td, th, button, form, textarea {
        font-size: 14px;
    }
    .login-arma-cont {
        width: 1066px;
        height: 541px;
    }

	.checkCodeDiv,
    .login-arma-item {
        height: 42px;
        margin-bottom: 8px;
    }

    .login-arma-error {
        padding: 10px 0px;
        height:auto;
    }

    .login-arma-icon {
        width: 42px;
        height: 42px;
    }

    .login-arma-icon img {
        width: 18px;
    }

    .login-arma-btns {
        height: 42px;
        margin-top: 12px;
    }

    .login-arma-btn-fing{
        margin-left: 5px;
    }

    .but_fing_disabled {
        height: 42px;
        width: 59px;
    }

    .login-arma-btns .but_fing {
        height: 42px;
        width: 59px;
    }

    .login-arma-i18n {
        padding: 5px;
    }

    .login-arma-i18n img{
        width: 22px;
    }

    .login-arma-list {
        top:40px;
    }

    .login-arma-QC {
        width: 42px;
        height: 42px;
    }

    .checkCodeDiv img {
        height: 42px;
    }
}

@media screen and (min-width: 1801px)  and (max-width: 2100px) {
    html, body, input, select, td, th, button, form, textarea {
        font-size: 16px;
    }
    .login-arma-cont {
        width: 1380px;
        height: 680px;
    }

	.checkCodeDiv,
    .login-arma-item {
        height: 50px;
        margin-bottom: 10px;
    }

    .login-arma-error {
        padding: 15px 0px;
        height:auto;
    }

    .login-arma-icon {
        width: 50px;
        height: 50px;
    }

    .login-arma-icon img {
        width: 25px;
    }


    .login-arma-btns {
        height: 50px;
        margin-top: 15px;
    }

    .login-arma-btn-fing{
        margin-left: 10px;
    }

    .but_fing_disabled {
        height: 50px;
        width: 70px;
    }

    .login-arma-btns .but_fing {
        height: 50px;
        width: 70px;
    }

    .login-arma-i18n {
        padding: 16px 8px;
    }

    .login-arma-list {
        top:48px;
    }

    .login-arma-i18n img{
        width: 30px;
    }

    .login-arma-lang-item {
        /*padding: 8px;*/
    }

    .login-arma-select, .login-arma-locale {
        background-size: 20px;
    }

    .login-arma-QC {
        width: 50px;
        height: 50px;
    }

    .checkCodeDiv img {
        height: 50px;
    }
}

@media screen and (min-width: 2101px) {
    html, body, input, select, td, th, button, form, textarea {
        font-size: 22px;
    }
    .login-arma-cont {
        width: 1706px;
        height: 866px;
    }

	.checkCodeDiv,
    .login-arma-item {
        height: 66px;
        margin-bottom: 14px;
    }

    .login-arma-error {
        padding: 18px 0px;
        height:auto;
    }

    .login-arma-icon {
        width: 66px;
        height: 66px;
    }

    .login-arma-icon img {
        width: 35px;
    }

    .login-arma-btns {
        height: 66px;
        margin-top: 20px;
    }

    .login-arma-btn-fing{
        margin-left: 10px;
    }

    .but_fing_disabled {
        height: 66px;
        width: 92px;
    }

    .login-arma-btns .but_fing {
        height: 66px;
        width: 92px;
    }

    .login-arma-i18n {
        padding: 10px;
    }

    .login-arma-i18n img{
        width: 40px;
    }

    .login-arma-lang-item {
        /*padding: 10px;*/
        padding: 6px;
    }

    .login-arma-list {
        top:60px;
    }

    .login-arma-select, .login-arma-locale {
        background-size: 25px;
    }

    .login-arma-QC {
        width: 66px;
        height: 66px;
    }

    .checkCodeDiv img {
        height: 66px;
    }
}

.login-arma-form input {
	background-color: transparent;
	color: #000;
	padding: 0 8px
}

input::-moz-placeholder {
	color: rgba(0,0,0,.55) !important;
}
input:-ms-input-placeholder {
	color: rgba(0,0,0,.55) !important;
}

input::-webkit-input-placeholder {
	color: rgba(0,0,0,.55) !important;
}
input:-moz-placeholder {
	color: rgba(0,0,0,.55) !important;
}

.login-arma-form input:hover,
.login-arma-form input:focus {
	border: 1px solid transparent;
	box-shadow: none;
	background-color: #fff;
}

/* chrome & safari 浏览器 */
/*滚动条整体部分,必须要设置*/
.login-arma-list::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background-color: #152034;
}

/*滚动条的滑块按钮*/
.login-arma-list::-webkit-scrollbar-thumb {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d9d9d9;
}

/* 滚动条的轨道 */
.login-arma-list::-webkit-scrollbar-track {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #f0f0f0;
}

/* IE 浏览器 */
.login-arma-list {
	/* 三角箭头的颜色 */
	scrollbar-arrow-color: #d9d9d9;
	/* 滚动条滑块按钮的颜色 */
	scrollbar-face-color: #d9d9d9;
	/* 滚动条整体颜色 */
	scrollbar-highlight-color: #d9d9d9;
	/* 滚动条阴影 */
	scrollbar-shadow-color: #d9d9d9;
	/* 滚动条轨道颜色 */
	scrollbar-track-color: #f0f0f0;
	/* 滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色 */
	scrollbar-3dlight-color: #f0f0f0;
	/* 滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色 */
	scrollbar-darkshadow-color: #f0f0f0;
	/* 滚动条基准颜色 */
	scrollbar-base-color: #f0f0f0;
}

.login-protocol {
    width: 80.6%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-protocol a {
    color: #0B2E4D;
    font-weight: bold;
}

.login-protocol a:hover {
    color: #298ADF;
}

.login-protocol span {
    color: #0B2E4D;
    text-align: left;
    margin-left: 10px;
}

.login-protocol input{
    margin-top: 5px;
    width: 14px;
    height: 14px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.login-protocol-shock {
    animation-delay: 0s;
    animation-name: loginShock;
    animation-duration: .1s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-timing-function: linear;
}

@keyframes loginShock {
    0% {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
    }
    100% {
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px	;
    }
}

.login_text_ivs {
    height: 100%;
    background-color: transparent;
    text-indent: inherit;
}
.toolTip-box, .toolTip-box:before {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
}
.toolTip-box:before {
    border-bottom: none;
    border-right: none;
}
.toolTip-box-btns span {
    color: #0f5b9e;
}
.error_tip label {
    margin: 0;
}
.login-arma-copyright a {
    color: #fff;
}
.layui-layer,
.layui-layer-darkblue .layui-layer-title {
    background-color: #0B2E4D !important;
}
div.jbox .jbox-title-panel,
div.jbox .jbox-container {
    background-color: #0B2E4D;
}
.dhxwin_active div.dhxcombo_dhx_web, .dhxwin_active input[type="text"],
.dhxwin_active input[type="password"],
.dhxwin_active select, .tableStyle input,
.tableStyle select {
    background-color: #0D5086;
}
.tableStyle input:hover, .tableStyle select:hover {
    background-color: #0D5086;
}
.jbox td, .jbox th, .jbox input,
.dhx_popup_area th, .dhx_popup_area td,
.dhxwin_active td, .dhxwin_active th,
.dhxwin_active textarea,
.dhxwin_active input {
    font-size: 12px;
}
.layui-layer-btn {
    font-size: 14px;
}

.split-line {
    display: inline-block;
    width: 10px;
    height: 100%;
    background-color: #00558C;
}

.step2 {
    background-color: #fff;
    color: #0B2E4D;
    border: 1px solid #0B2E4D;
}

.login-arma-title {
    width: 80.6%;
    color: #0B2E4D;
    font-size: 32px;
    margin-bottom: 10px;
}

.login-tab {
    width: 80.6%;
    color: rgba(0,0,0,.65);
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    position: relative;
}

.login-tab-item {
    flex: 1;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.tab-bottom-line {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 2px;
    background: #0B2E4D;
    transition: all 0.3s;
}

.login-tab-active {
    color: #0B2E4D;
}

.login-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tab-content {
    display: flex;
    overflow: hidden;
}

.tab-content>div {
    min-height: 230px;
    width: 100%;
    flex-shrink: 0;
}

.qrcode-box {
    position: relative;
}

.qrcode-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    background: #fff;
    padding: 6px;
}

.qrcode-text {
    width: 210px;
    font-size: 13px;
    padding-top: 10px;
    color: rgba(0,0,0,.65);
    text-align: center;
}

.login-arma-certificate {
    position: absolute;
    color: #fff;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-family:Helvetica;
    font-weight:400;
    transform: scale(0.9);
}
.login-arma-certificate a {
    color: #fff;
}

.layui-layer input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(198,231,255,.8) !important;
}

.layui-layer input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(198,231,255,.8) !important;
}

.layui-layer input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(198,231,255,.8) !important;
}

.layui-layer input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(198,231,255,.8) !important;
}