﻿body {
    min-width: 900px;
}

.top {
    width: 100%;
    height: 90px;
    line-height: 90px;
}

.content {
    width: 100%;
    margin-top: 90px;
}

.content-mini {
    width: 100%;
    margin-top: 166px;
}

.footer {
    height: 56px;
    line-height: 56px;
    width: 100%;
    position: absolute;
    bottom: 16px;
}

.copyright {
    text-align: center;
    font-family: '微软雅黑';
    font-size: 13px;
}

.title {
    margin-left: 220px;
    font-family: '微软雅黑';
    text-align: center;
    font-size: 26px;
}

.timenow {
    margin-right: 220px;
    font-family: '微软雅黑';
    text-align: center;
    font-size: 13px;
}

/*form样式*/
.login-form {
    margin-right: 220px;
    width: 374px;
    height: 360px;
    line-height: 600px;
    background-image: url(../../images/loginForm.png);
    background-repeat: repeat-x;
    padding-top: 50px;
}

.login-form-mini {
    margin-right: 220px;
    width: 374px;
    height: 360px;
    line-height: 600px;
    background-image: url(../../images/loginForm-mini.png);
    background-repeat: repeat-x;
    padding-top: 50px;
}

.form_row {
    width: 250px;
    line-height: 35px;
    margin: auto;
    margin-bottom: 20px;
}

.input_div {
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin: auto;
}

    .input_div > input {
        border: 0px;
        height: 20px;
        line-height: 20px;
        outline: none;
        margin-top: 7px;
    }
/*修改placeholder的样式*/
::-webkit-input-placeholder { /* WebKit browsers */
    font-family: '微软雅黑';
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: '微软雅黑';
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: '微软雅黑';
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: '微软雅黑';
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
}

.border_gray {
    border: 1px solid #e6e6e6;
}

.border_blue {
    border: 1px solid #65baff;
}

.border_green {
    border: 1px solid rgb(51, 204, 102);
}

.border_red {
    border: 1px solid rgb(255, 51, 51);
}

.input_ico {
    font-size: 20px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.input_ico_blue {
    color: #65baff;
}

.input_ico_red {
    color: rgb(255, 51, 51);
}

.input_ico_green {
    color: rgb(51, 204, 102);
}

.login-btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #faa600 !important;
    color: #ffffff;
    border-style: none;
    font-size: 16px;
    font-family: '微软雅黑';
}

    .login-btn:hover {
        background-color: #ffbb36;
    }

#remembe_label {
    font-family: '微软雅黑';
    font-size: 12px;
}

#message {
    font-size: 9px;
    font-family: '微软雅黑';
    color: rgb(255, 51, 51);
}

#code_jpg {
    height: 35px;
    width: 100%;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
