﻿
/**************************************************************
* ------------------------------------------------------------
*修改日期           修改人         修改描述
* ------------  ----------  ---------   -------------------------------------
* 20171218    zhujk      DC01014142-性能测试-登录页面优化(页内的CCS样式、JS代码全部另起文件存在)
* *********************************************************/

* {
    margin: 0px;
    padding: 0px;
    /*合并了第二部分的相同的名称的属性*/
    /*font-family: "microsoft yahei";*/
}
/*整个页面宽度*/ .login {
    width: 100%;
    height: 100%;
}
/*头部样式*/ .caput {
    font-family: 微软雅黑;
    font-weight: bold;
    color: #666666;
    font-size: xx-large;
    letter-spacing: 8px;
}

.water-text {
    color: #c3c3c3 !important;
}
/*弹出提示框的样式*/ #dragbox a {
    text-decoration: none;
    font-size: 12px;
    color: #404040;
}

#mainbox a {
    color: #1f497d;
}

    #mainbox a:hover {
        color: #ff4a00;
    }

#mainbox li {
    list-style: none;
    margin-left: 10px;
    min-height: 12px;
    padding: 5px 0px;
}

    #mainbox li span {
        line-height: 18px;
    }
/*弹出提示框的样式 end*/
#showdiv {
    display: none;
    position: absolute;
    top: 110px;
    left: 140px;
    width: 600px;
    height: 400px;
    /*border: 3px solid #ff00ff;*/
    background: transparent;
    z-index: 9999;
    overflow: auto;
}

.opacity {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*原default.aspx页面上第二部分样式*/

a {
    cursor: pointer;
}

.input-box {
    width: 450px;
    height: 48px;
    margin: 32px auto 0 auto;
    text-align: left;
    position: relative;
}

    .input-box .input {
        height: 100%;
        display: inline-block;
        border: 1px solid #D6D6D6;
        padding: 0 4px 0 36px;
    }

    .input-box .input, .input-box .button, .input-box .checkcode {
        border-radius: 4px;
        width: 100%;
        box-sizing: border-box;
    }

.input-box input {
    font-size: 18px;
    width: 380px;
    height: 100%;
    padding: 0 10px;
    /*line-height: 36px;*/
    background-color: Transparent;
    border: 0;
    color: #3E3A3A;
}

.input-box input:focus {
    outline: none;
}

    .input-box .input.short {
        width: auto;
    }

.input-box .short input {
    width: 214px;
}

.link-box {
    color: #3E3A3A;
    font-size: 14px;
}

.input-box .button {
    color: #fff;
    height: 48px;
    display: block;
    margin: 50px auto 0 atuo;
    line-height: 48px;
    /*background: #d6000f;*/
    text-align: center;
    border: none;
}

.input-box .button:hover {
    /*background: #c6000f;*/
}

.login-bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .login-bottom div {
        text-align: center;
        line-height: 1;
        /*height: 12px;*/
        white-space: nowrap;
    }

    .login-bottom .separator {
        border-right: 1px solid #999;
        width: 0px;
        margin: 0 5px;
        margin-top: 3px;
    }

/*
.login-bottom td {
    text-align: center;
}

.login-bottom td > div {
    height: auto;
    text-align: center;
}

.login-bottom td > div > span {
    float: right;
}
*/
.botText {
    color: #333333;
}

.login-title {
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
}
.down-link {
    color: #0C6CE9;
    color: var(--theme-color)
}

.version {
    font-size: 22px;
    font-weight: 500;
}

/*dengzl 20241123 去掉浏览器表单数据记忆填充的背景色*/
.input-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
