html, body {
    height: 100%;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.main-content {
    height: 100%;
    position: relative;
}

.tac {
    text-align: center !important;
    /*margin: 10px;*/
}

.layui-btn {
    border-radius: 4px;
    height: 30px;
    line-height: 28px;
}

.login-footer {
    height: 28px;
    line-height: 30px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    font-size: 12px;
}

.login-box {
    background: #fff;
    width: 480px;
    height: initial;
    min-height: 200px;
    position: fixed;
    top: 45%;
    margin-top: -100px;
    right: 5.12%;
    z-index: 3;
    border-radius: 4px;
    /*margin-top: 100px;*/
}

.login-form {
    padding: 20px 60px 40px 60px;
}

.layui-input {
    padding-left: 32px;
}

.userLoginTitle {
    display: inline-block;
    width: 96px;
    font-size: 24px;
}

.bold550 {
    font-weight: 550 !important;
    /*margin: 10px;*/
}

.layui-edge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden
}

.login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.login-logo {
    position: fixed;
    top: 40px;
    left: 40px;
    width: 200px;
    z-index: 3;
}

.layui-form-item {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

#loginBtn {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

#toolDiv {
    margin-top: 0px !important;
    text-align: center;
}

.projectName {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
}

.footer {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 24px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    z-index: 2;
}

.footer > div {
    flex: 1;
}

.server-tip .server-loading {
    width: 60px;
    margin: 25px 90px;
}

.server-tip .server-info {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.layui-table-tool.server-init {
    background: transparent;
    border: none;
    min-height: 30px;
}

.layui-table-tool-temp {
    padding-right: 20px;
}

/***导入配置*/
.config-form {
    padding: 30px 25px 0;
}

.config-form .layui-form-label {
    /*width: 100px;*/
}

.config-form .layui-input-block {
    margin-left: 135px;
    position: relative;
}

.config-file-upload {
    position: absolute;
    width: 92px;
    height: 38px;
    left: 325px;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 999;
}

.config-form .layui-input {
    width: 320px;
    vertical-align: middle;
    display: inline-block;
}

/**登录页**/
/*.login-box{
    background: rgba(255,255,255,.15);
    background: url(../images/inputbg.png) repeat;
    width: 26.04%;
    position: absolute;
    top: 28.7%;
    right: 9.12%;
    z-index: 3;
}*/
/*.login-form,.license-form{
    padding: 25px 25px 30px 25px;
    color: black;
    background: white;
}*/
.login-form .form-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    /* padding-bottom:25px; */
    margin-bottom: 20px;
}

.license-form {
    padding: 40px 40px 20px 20px;
}

.login-form .layui-input-block {
    margin-left: 0;
    position: relative;
}

.login-form .layui-form-item {
    /*margin-bottom: 20px;*/
}

.login-form .layui-form-select .layui-edge {
    border-top-color: #ffffff;
}


.login-form .layui-form-mid {
    padding: 5px 0 0 !important;
    color: #d03a58 !important;
}

.login-form .layui-form-mid .iconfont {
    margin-right: 5px;
    vertical-align: middle;
}

.placeholder-ie {
    display: none;
    color: #999999;
    position: absolute;
    top: 10px;
    left: 10px;
}

.password-input {
    position: relative;
}

.password-input .iconfont {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 10;
    font-size: 18px;
    color: #ffffff;
}

.login-submit-btn {
    height: 46px;
    width: 160px;
    background: #2276ff;
    line-height: 42px;
    font-size: 16px;
    letter-spacing: 5px;
}

.login-submit-btn[disabled='disabled'], .first-login-btn[disabled='disabled'] {
    cursor: not-allowed;
    background: #2276FF;
}

.init-box {
    width: 31.25%;

    background: #2276FF;
    position: absolute;
    top: 40%;
    right: 9.12%;
    z-index: 3;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.license-box {
    background: rgba(255, 255, 255, .15);
    background: url(../images/inputbg.png) repeat;
    width: 31.25%;
    min-width: 420px;
    position: absolute;
    top: 25.7%;
    right: 9.12%;
    z-index: 3;
}

.license-box.server-addr {
    top: 10%;
}

.step-box {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 2px solid #30116a;
}

.step-box .step-item {
    float: left;
    width: 33.33%;
    color: #9e9e9e;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.step-box .step-item.active {
    color: black;
}

.step-box .step-item .layui-icon {
    position: absolute;
    right: 0;
    top: 4px;
}

.step-content {
    height: 170px;
    background: white;
}

.loginSvg {
    position: absolute;
    top: 15.5px;
    left: 10px;
}

.iconClass {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -1px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.single-btn-box {
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.license-form .layui-form-label {
    color: black;
    font-size: 16px;
}

.ip-form .layui-form-label {
    /*width: 115px;*/
}

.ip-form .layui-input-block {
    margin-left: 145px;
    color: black !important;
}

.license-btn {
    background: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: underline;
}

.license-import-btn {
    background: #2276FF;
    font-size: 16px;
    width: 160px;
    margin: 0 auto;
}

.license-import-btn.skip-btn {
    background: #e66d2b;
}

.import-license-input {
    width: 160px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -80px;
    height: 38px;
    color: transparent;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.first-login-btn {
    margin-top: 25px;
}


.loading-box-wrapper .layui-layer-title {
    display: none;
}

.loading-box {
    font-size: 16px;
    padding: 30px;
}

.loading-num {
    font-size: 24px;
    padding: 0 10px;
    color: #ff5722;
}

/**构建验证弹窗**/
.validcode-box {
    padding: 20px 30px;
}

.validcode-tip {
    color: #C6001A;
}

.validcode-inner {
    text-align: center;
    margin-top: 15px;
}

.validcode-btn {
    background-color: #2276FF;
}

.validcode-inner .validcode-code {
    display: block;
    width: 160px;
    font-size: 31px;
    background: #f7f6f6;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    letter-spacing: 5px;
    color: #0CBA70;
    -moz-user-select: none; /* Firefox私有属性 */
    -webkit-user-select: none; /* WebKit内核私有属性 */
    -ms-user-select: none; /* IE私有属性(IE10及以后) */
    -khtml-user-select: none; /* KHTML内核私有属性 */
    -o-user-select: none; /* Opera私有属性 */
    user-select: none; /* CSS3属性 */
}

.validcode-row {
    text-align: left;
    padding-bottom: 20px;
}

.validcode-inner .validcode-input {
    display: inline-block;
    width: 215px;
    font-size: 32px;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #333;
}

.validcode-inner .code-tip {
    padding-top: 30px;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}

.dbServer-box {
    width: 46%;
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 3;
}

.jump-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    background: #ffffff25;
    background: url(../images/inputbg.png) repeat;
    padding: 5px 20px;
}

.jump-text .layui-btn {
    margin-left: 10px;
    background: #e66d2b;
}

.table-bar .add-btn {
    background: #2276FF;
    width: 70px;
}

.table-bar .reset-btn {
    background: #999999;
    width: 70px;
}

.table-bar .right-btns {
    float: right;
}

.table-bar .create-btn {
    background: #2276FF;
    width: 140px;
}

.table-bar .recreate-btn {
    background: #e66d2b;
    width: 140px;
}

.dbServer-table {
    background: rgba(255, 255, 255, .15);
    background: url(../images/inputbg.png) repeat;
    padding: 0px 30px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.dbServer-table .state {
    padding: 3px 8px;
    border-radius: 4px;
}

.state.orange {
    background: #e66d2b;
}

.state.blue {
    background: #2276FF;
}

.state.green {
    background: #0CBA70;
}

.dbServer-table .layui-table, .dbServer-table .layui-table-header, .dbServer-table .layui-table thead tr {
    background: transparent;
}

.dbServer-table .layui-table-view {
    border: none;
}

.table-bar .add-btn[disabled] {
    cursor: not-allowed;
    background-color: #999;
    color: #ffffff;
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th, .layui-table-header {
    border-right: none;
    border-color: #e7eaec10;
    color: #ffffff;
}

.layui-table[lay-even] tr:nth-child(even) {
    background: #f7f7f710;
    background: url(../images/inputbg.png) repeat;
}

.layui-table tbody tr:hover, .layui-table[lay-even] tr:nth-child(even):hover {
    background: #f7f7f715;
    background: url(../images/inputbg.png) repeat;
}

.dbServer-table .layui-table td, .dbServer-table .layui-table th {
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #e7eaec10;
    padding: 9px 0px 9px 15px;
}

.dbServer-table .btn-text {
    background: none;
    color: #ffffff;
    border: none;
    margin-right: 25px;
    cursor: pointer;
}

.dbServer-table .layui-input {
    background: #ffffff15;
    background: url(../images/inputbg.png) repeat;
    border: none !important;
    color: #ffffff;
}

.dbServer-table .layui-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.dbServer-table .layui-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.dbServer-table .layui-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.dbServer-table .layui-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.table-no-data {
    text-align: center;
    color: #ffffff;
    line-height: 39px;
}

.login-form .layui-input, .license-form .layui-input {
    background: url(../images/inputbg.png) repeat-x;
    border-radius: 4px;
    height: 46px !important;
    display: inline-block !important;
}

.login-form .layui-form-item {
    /*margin-bottom: 23px;*/
    /*margin-left: 25px;*/
    width: 360px;
}

.login-form .layui-form-select .layui-edge {
    border-top-color: #c2c2c2;
}

.uploadArray {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

.uploadArray p {
    margin: 20px;
}

.license-form {
    background: white;
}

.item-verify-tip {
    color: #C6001A;
}

.layui-select-tips,
.layui-form-select dl dd {
    text-align: left !important;
}

/*@media screen and (min-width: 1600px) {
    !*.login-form,.license-form{
        padding: 40px 40px 60px 40px;
    }
    .login-form .form-title{
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        !* padding-bottom: 40px; *!
    }
    .login-form .layui-form-item{
        margin-bottom: 30px;
    }*!
    !* .footer{
         height: 50px;
         line-height: 50px;
     }
     .init-box{
         line-height: 80px;
     }
     .license-box.server-addr{
         top: 15%;
     }
     .license-btn{
         font-size: 16px;
         margin-right: 30px;
     }*!
    !* .license-import-btn{
         width: 200px;
     }
     .import-license-input{
         width:200px;
         margin-left: -100px;
     }
     .dbServer-box{
         width: 39.32%;
     }
     .table-bar .add-btn{
         width: 100px;
     }
     .table-bar .reset-btn{
         width: 100px;
     }

     .table-bar .create-btn{
         width: 200px;
     }
     .table-bar .recreate-btn{
         width: 200px;
     }*!
    .login-form,
    .license-form {
         padding: 40px 40px 40px 40px;
    }

    .login-form .form-title {
        !* font-size: 24px;
        padding-bottom: 40px; *!
    }

    .login-form .layui-form-item {
        !* margin-bottom: 30px;
        margin-left: 35px;
        width: 360px; *!
    }

    .footer {
        height: 60px;
        line-height: 60px;
    }

    .init-box {
        line-height: 80px;
    }

    .license-box.server-addr {
        top: 15%;
    }

    .license-btn {
        font-size: 16px;
        margin-right: 30px;
    }

    .license-import-btn,
    .import-license-input {
        width: 200px;
        margin-left: -100px;
    }

    .dbServer-box {
        width: 39.32%;
    }

    .table-bar .add-btn {
        width: 100px;
    }

    .table-bar .reset-btn {
        width: 100px;
    }

    .table-bar .create-btn {
        width: 200px;
    }

    .table-bar .recreate-btn {
        width: 200px;
    }


}*/


