﻿body {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 300;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: border-box;
    background-position: center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: cover;
}

* {
    /*不被padding撑开*/
    box-sizing: border-box;
}

/*去掉自动填充的背景*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #333; */
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active {
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

#mainDiv {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.corpName {
    float: left;
    width: 100px;
    height: 28px;
    margin-top: 40px;
    margin-left: 40px;
}

    .corpName img {
        opacity: 0.75;
        filter: alpha(opacity=75); /* 针对 IE8 以及更早的版本 */
    }

#motto {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 14px;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
}

#center {
    width: 50%;
    text-align: center;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
}

#system {
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

    #system img {
    }

.title {
    clear: both;
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0px;
    background: none;
    border: none;
}

#system .subTitle {
    height: 16px;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
    background: none;
    border: none;
}

#loginCtrDiv {
    width: 43%;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

#Login1 {
    border: none;
    border-collapse: collapse;
}

.panelTable {
    table-layout: fixed;
    width: 100%;
    height: auto;
    margin-top: 0px;
    border-collapse: collapse;
    border: none;
}

    .panelTable tr {
        height: 50px;
        border-bottom: 1px solid #FFFFFF;
    }

        .panelTable tr.current {
            border-bottom: 1px solid #00FFC0;
        }

        .panelTable tr.tips {
            height: 20px;
            font-size: 12px;
            font-family: MicrosoftYaHei;
            font-weight: 400;
            color: #29CC9B;
            border-bottom: none;
        }

            .panelTable tr.tips td {
                line-height: 12px;
                padding-top: 8px;
            }

        .panelTable tr.blank {
            height: 40px;
            border-bottom: none;
        }

            .panelTable tr.blank td {
                vertical-align: top;
                padding-top: 10px;
                font-size: 12px;
                color: #FF407C;
            }

#message {
    box-sizing: border-box;
    padding-top: 0px;
    line-height: 12px;
    font-size: 12px;
    color: #FF407C;
}

.panelTable tr.confirm {
    height: 40px;
    border-bottom: none;
}

.panelTable td {
    line-height: 14px;
    padding-top: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #CCCCCC;
    text-align: left;
    border: none;
}

.panelTable tr.confirm td {
    padding-top: 0px;
}

.panelTable td .inputbox {
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    padding-left:2px;
    color: #FFFFFF;
    background-color: transparent !important;
    border: none;
    outline: none;
}

.panelTable td.pass .inputbox {
    width: 80%;
}

.panelTable td .inputbox::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
}

.panelTable td .inputbox:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
}

.panelTable td .inputbox::-moz-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
}

.panelTable .tableBtn {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .panelTable .tableBtn:hover {
        color: #29CC9B;
    }

.panelTable .confirmBtn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #FFFFFF;
    background: #29CC9B;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    outline: none;
}

    .panelTable .confirmBtn:hover {
        background: #00A674;
    }

.panelTable tr.forget {
    height: 40px;
    border-bottom: none;
}

    .panelTable tr.forget td {
        vertical-align: top;
        padding-top: 17px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

        .panelTable tr.forget td:hover {
            color: #29CC9B;
        }


#bottom {
    position: absolute;
    left: 0px;
    bottom: 18px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(1,1,1,0) inset;
}
