html, body {
    height: 100%;
}

body {
    position: relative;
}

.model-form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.model-form .model-form-div {
    position: absolute;
    width: 492px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.model-form .model-form-div .modelHeader {
    display: flex;
    justify-content: space-between;
    background-color: #1a66b1;
    line-height: 45px;
    padding: 0 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/** 弹框中间内容  */
.model-form .model-form-div .model-form-content {
    margin-bottom: 30px;
    font-size: 0.95rem;
    color: #4f4f4f;
    padding: 0 50px;
}

.model-form .model-form-div .model-form-content .error-msg {
    color: #1a66b1;
    font-size: 20px;
    font-weight: 600;
    text-align:center;
    height: 70px;
    line-height: 70px;
    letter-spacing: 1px;
}

.model-form .model-form-div .model-form-content .content-container {
    padding: 30px 0px 30px 45px;
    background-color: #F8F9FA;
    border-radius: 12px;
}

.model-form .model-form-div .model-form-content .parting-line {
    margin: -15px 45px 0px;
    border-top: 1px dashed #cbced1;
}

.model-form .model-form-div .model-form-content .linux-msg {
    background-color: #F8F9FA;
    padding: 15px 0px 30px 45px;
}

.model-form .model-form-div .model-form-content .tip {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    height: 35px;
    line-height: 35px;
}

.model-form .model-form-div .model-form-content .tip span {
    color: #1a66b1;
    font-style: normal;
    font-weight: bold;
}

.model-form .model-form-div .model-form-content .error-info-p {
    font-weight: bold;
    font-size: 20px;
    color: #1a66b1;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 30px 50px;
}

.model-form .model-form-div .model-form-content .error-code-p{
    margin-left:50px;
    font-size: 18px;
}

.model-form .model-form-div .model-form-content .info-p {
    line-height: 35px;
    font-size: 18px;
    margin-left: 50px;
    margin-top: 35px;
}

/** 弹框底部按钮  */
.model-form .model-form-div .model-btn-div {
    text-align: right;
    line-height: 80px;
    border-top: 1px solid #E7EAF3;
}

.model-form .model-form-div .model-btn-div p {
    line-height: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.i {
    width: 100%;
    height: 100%;
    min-height: 50px;
    min-width: 1080px;
    margin: auto;
    background-color: #F8F9FA;
}

/** 头部样式 */
.i .i-title {
    display: flex;
    height: 5rem;
    position: relative;
    justify-content: space-between;
    /*background: url("../img/logo-bg.png") center;*/
    background-color: #1a66b1;
    background-size: 100% 80px;
}

.i .i-title .i-title-left {
    display: inline-block;
    margin-left: 30px !important;
    width: 589px;
    height: 100%;
    background: url(../img/Logo.png) no-repeat left;
}

.i .i-title .i-title-right {
    display: inline-block;
    margin-right: 6.3% !important;
    margin: 1.5rem 0;
}

.i .i-title .i-title-right > div {
    line-height: 38px;
    vertical-align: middle;
}


.btn1 {
    background-repeat: no-repeat !important;
    letter-spacing: 1px;
    padding: 5px 18px;
    color: #d2d2d8;
    background-color: #0f55a1;
    background-image: linear-gradient(#0f55a1, #0f55a1);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.btn1:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-image: linear-gradient(#0263ca, #046ad6);
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn1:hover, .btn1:focus, .btn1:active, .btn1:visited {
    outline: none;
    cursor: pointer;
}

.btn1:not(:disabled):not(.disabled).active, .btn1:not(:disabled):not(.disabled):active, .show > .btn1.dropdown-toggle {
    color: #fff;
    background-color: #0f55a1;
    border-color: #0f55a1;
}

.btn {
    background-repeat: no-repeat !important;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #d2d2d8;
    background-color: #0f55a1;
    background-image: linear-gradient(#0f55a1, #0f55a1);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.i .i-title .i-title-right .i-title-right-help {
    text-decoration: none;
}

.i .i-title .i-title-right .i-title-right-help:hover {
    text-decoration: none;
}

.i .i-title .i-title-right .i-title-right-help img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.i .i-title .i-title-right .i-title-right-help span {
    margin-left: 5px;
    color: #e9e7e7;
    font-size: 1rem;
    vertical-align: middle;
}

/** 进度�? */
.i-progress {
    min-width: 1120px;
}


.i-progress .i-progress-problem {
    margin: 1rem 8% 1rem 6%;
    height: 21px;
    line-height: 1rem;
    overflow: hidden;
}

.i-progress .i-progress-problem .i-progress-problem-title {
    float: left;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 21px;
    color: #393F49;
}

/** 内容显示 */
.i-content {
    margin: 40px 8% 0 8%;
    background: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(6, 23, 52, 0.07);
    border-radius: 30px;
}


.i-content div[class*='page'] {
    display: none;
}

.i-content .page-show {
    display: block !important;
}

/** 第一�? */
.i-content .page1 {
    padding: 65px 0 90px 0;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page1 {
        padding: 25px 0 40px 0;
    }
}

.i-content .page1 ul, li, h4, p {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.i-content .page1 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

.i-content .page1 ul li {
    display: inline-block;
}

.i-content .page1 ul .i-test-img {
    flex-grow: 2;
    text-align: center;
    width: 30%;
}

.i-content .page1 .i-test-img .i-test-img-bg {
    width: 153px;
    height: 147px;
    position: relative;
    display: inline-block;
    background-image: url(../img/computer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.i-content .page1 .i-test-img .i-test-img-bg .i-test-img-mask {
    width: 153px;
    height: 69px;
    position: absolute;
    left: 0;
    display: inline-block;
    opacity: 0.14;
    background-image: linear-gradient(180deg, rgba(20, 213, 237, 0.00) 0%, #14D5ED 100%);
}

.i-content .page1 .i-test-img .i-test-loading {
    margin: 25px 0 15px;
}

.i-content .page1 .i-test-img .i-test-loading img {
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
}

.i-content .page1 .i-test-img .i-test-loading h4 {
    text-indent: 1rem;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
    color: #393F49;
}

.i-content .page1 .i-test-img p {
    font-size: 18px;
    color: #97A0AE;
}

/** 第二�? */
.i-content .page2 {
    padding: 45px 45px;
    flex-wrap: nowrap;
    justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1920px){
    .i-content .page2 {
        padding: 15px 15px;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

.i-content .page2 .i-form-content {
    margin: 18px auto;
    width: 450px;
}

.i-content .page2 .i-form-content .form-group {
    margin-bottom: 10px;
}

.i-content .page2 .i-form-content .form-group .i-clear {
    position: absolute;
    top: 10px;
    right: 9%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: none;
    background-image: url("../img/clear.png");
}

.i-content .page2 .i-form-content .form-group .i-eye {
    position: absolute;
    top: 10px;
    right: 4%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: none;
    background-image: url("../img/eye.png");
}

.i-content .page2 .i-form-content label {
    padding-top: 0;
    margin-left: 4%;
    width: 16%;
    min-width: 79px;
    font-size: 20px;
    color: #727b85;
    text-align: left;
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.i-content .page2 .i-form-content label i {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: -25px;
    top: 13px;
}

.i-content .page2 .i-form-content input {
    width: 78%;
    font-size: 18px;
    color: #1c1d1f;
    height: 44px;
    line-height: 46px;
    vertical-align: middle;
    border: 1px solid #86898c;
    outline: none;
    padding: 0;
    margin: 0 0 0 0;
    text-indent: 4px;
    background-color: #ffffff !important;
}

.i-content .page2 .i-form-content .i-form-input-code {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.i-content .page2 .i-form-content .i-form-code {
    position: absolute;
    top: 1px;
    right: 9px;
    padding-left: 10px;
    padding-bottom: 3px;
    width: 30%;
    height: 41px;
    line-height: 47px;
    vertical-align: middle;
    border: none;
    border-left: 1px solid #86898c;
}

.i-content .page2 .i-form-content .login-btn {
    width: 100%;
    margin-top: 20px;
    background: #085FB2;
    border-radius: 24px;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page2 .i-form-content .login-btn {
        width: 100%;
        margin-top: 0px;
        background: #085FB2;
        border-radius: 24px;
    }
}

.i-content .page2 .i-form-content p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #acb3be;
}

/** 第三�? */
.i-content .page3 {
    width: 48%;
    margin: 30px auto;
    padding: 50px 0;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page3 {
        width: 48%;
        margin: 5px auto;
        padding: 20px 0;
    }
}

.i-content .page3 .i-message {
    width: 100%;
    background: #ffffff;
}

.i-content .page3 .i-message table {
    border: 1px solid #e4eef6;
    border-radius: 8px;
}

.i-content .page3 .i-message table td {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e4eef6;
    color: #000000;
    font-size: 20px;
}

.i-content .page3 .i-message table tr:last-child td {
    border-bottom: none;
}

.i-content .page3 .i-message table tr:nth-child(2) td {
    border-bottom: none;
}

.i-content .page3 .i-message table tr:nth-child(3) td {
    border-top: 1px solid #e4eef6;
}

.i-content .page3 .i-message table td:nth-child(1) {
    background-color: #f0f7fc;
    padding-left: 15px;
    width: 30%;
}

.i-content .page3 .i-message table td:nth-child(2) {
    border-left: 1px solid #e4eef6;
}

.i-content .page3 .i-message table td:nth-child(2) p {
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
    word-wrap: break-word;
    word-break: normal;
    line-height: 30px;
}

/* 错误�? */
.i-content .page4 {
    padding: 35px 0 50px 0;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page4 {
        padding: 10px 0 20px 0;
        text-align: center;
    }
}

.i-content .page4 img {
    height: 120px;
}

.i-content .page4 .login-fail-message {
    color: #1a66b1;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto;
}

.i-content .page4 .login-fail-information {
    background-color: #f8f9fa;
    width: 930px;
    display: inline-block;
}

.i-content .page4 .login-fail-information .login-fail-information-item {
    font-size: 16px;
    text-align: left;
    line-height: 40px;
}

.i-content .page4 .login-fail-information .login-fail-information-item .key {
    color: #b0b7c1;
    display: inline-block;
}

.i-content .page4 .login-fail-information .login-fail-information-item .value {
    color: #6b6f77;
}

.i-content .page4 .login-fail-buttons {
    margin-top: 50px;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page4 .login-fail-buttons {
        margin-top: 20px;
        position: relative;
    }
}

.i-content .page4 .login-fail-buttons button {
    width: 300px;
    border: none;
    border-radius: 24px;
    background: #085FB2;
    padding: 10px;
}

.i-content .page4 .login-fail-buttons .back {
    margin-right: 4%;
    background-color: #085fb2;
    color: #ffffff;
    font-size: 20px;
    height: 48px;
}

.i-content .page4 .login-fail-buttons .apply {
    background-color: #085fb2;
    color: #ffffff;
    font-size: 20px;
    height: 48px;
}

.i-content .i-agreement {
    width: 100%;
    min-width: 540px;
    word-wrap: break-word;
    font-size: 18px;
    margin: 6px 0px 10px 0px;
}

.i-content .i-agreement > label {
    margin-top: 10px;
    font-size: 16px;
    color: #7e899a;
}

.i-content .page3 .down-btn {
    margin-top: 20px;
    width: 48%;
    margin-left: 1%;
    border-radius: 24px;
    background: #085fb2;
    font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .i-content .page3 .down-btn {
        margin-top: 10px;
        width: 48%;
        margin-left: 1%;
        border-radius: 24px;
        background: #085fb2;
        font-weight: 600;
    }
}

.fullScreenMask img {
    display: inline !important;
}

.i-message-title {
    text-align: left;
}

#progress-bar {
    position: relative;
    width: 280px;
    height: 12px;
    background-color: #e4edf7;
    margin: auto auto 10px;
    border-radius: 5px;
}

#progress {
    height: 100%;
    background-color: #007bff;
    width: 0%;
    transition: width 0.3s ease-in-out;
    border-radius: 5px;
}

.model-title {
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
}

.model-close {
    position: relative;
    float: right;
    right: 10px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

/** 网关错误界面内容显示样式 */
.gateway-cert-helper-check {
    margin: 80px auto;
}

.gateway-cert-helper-check .img-check {
    margin: 35px auto;
    font-size: 22px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    color: #656565;
}
.gateway-cert-helper-check .img-check img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.gateway-cert-helper-check p {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #C1C1C1;
    letter-spacing: 1px;
}


.gateway-error-content {
    margin-top: 20px;
    padding: 40px 40px;
    min-width: 930px;
}
.gateway-error-content div {
    line-height: 35px;
}

.gateway-error-content p {
    display: inline-block;
    width: 890px;
    vertical-align: top;
    line-height: 35px;
    text-align: left;
    font-size: 18px;
}

.gateway-error-content i {
    display: inline-block;
    width: 30px;
    font-style: normal;
    vertical-align: top;
    font-size: 18px;
}

.gateway-error-content a {
    color: #0e90d2;
    text-decoration: #0e90d2;
    border-bottom: 1px solid;
}

/** 去除搜狗浏览器密码输入框中的小键盘问题 */
input::-webkit-input-safebox-button{
    display: none;
}
/** 移除密码输入框中的默认眼睛图标 */
input[type="password"]::-webkit-credentials-cramble-button{
    appearance: none;
}

input[type="password"]::-ms-reveal{
    display: none;
}

input[type="password"]::-ms-clear{
    display: none;
}

/** 遮罩层文本样式 */
.mask-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.mask-layer .loading-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #ffffff;
}

.mask-layer .loading-info img {
    width: 25px;
    height: 25px;
    vertical-align: sub;
    margin-right: 10px;
}

.mask-layer .loading-info p {
    display: inline;
    font-size: 24px;
}

/*** 企业代码截取显示样式 **/
.right-tooltip-triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #bdbdbd;
    position: absolute;
    top: 17px;
    left: 0;
    margin-left: -8px;
}

.right-tooltip-triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    top: -10px;
    left: 1px;
}
