﻿
/**************************************************************
* ------------------------------------------------------------
*修改日期       修改人         修改描述
* ------------  ----------   -------------------------------------
* 20171218    zhujk      DC01014142-性能测试-登录页面优化(页内的CCS样式、JS代码全部另起文件存在)
*20231019       tanwh     DC01038030-CRM多语言-通用功能的处理  
* *********************************************************/

* {
    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;
}
/*弹出提示框的样式*/ #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: 424px;
    height: 38px;
    margin: 18px auto;
    text-align: left;
    position: relative;
}

    .input-box .input {
        height: 100%;
        display: inline-block;
        border: 1px solid #d7d7d7;
        padding: 0 4px 0 36px;
    }

    .input-box .input, .input-box .button, .input-box .checkcode {
        border-radius: 4px;
    }

    .input-box input {
        width: 363px;
        height: 100%;
        padding: 0 10px;
        line-height: 36px;
        background-color: Transparent;
        border: 0;
        color: #3E3A3A;
    }

        .input-box input:focus {
            outline: none;
        }

    .input-box .short input {
        width: 214px;
    }

.link-box {
    color: #3E3A3A;
    font-size: 12px;
}

.input-box .button {
    color: #fff;
    height: 38px;
    display: block;
    margin: 34px auto 0 atuo;
    line-height: 38px;
    background: #d6000f;
    text-align: center;
}

    .input-box .button:hover {
        background: #c6000f;
    }

.login-bottom {
    width: 100%;
}

    .login-bottom td {
        text-align: center;
    }

        .login-bottom td > div {
            text-align: center;
            width: 115px;
            height: 40px;
            overflow: hidden;
            position: relative;
        }

            .login-bottom td > div > span {
                /*float: right;*/
                position: absolute;
                right: 0;
                top: 0px;
            }
