﻿
/*主体*/
#login-wrap {
    width: 100%;
    height: 500px;
    min-width: 1200px;
    padding: 15px 0 0 0;
    margin-top: 12%;
    background-size: cover;
    overflow: hidden;
}

.login-con {
    width: 660px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.login-con-box {
    border-radius: 5px;
    width: 100%;
    min-height: 200px;
    background: #ffffff;
    position: relative;
    top: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px #999999;
}

.log-det {
    padding: 30px 50px;
}

    .log-det h1 {
        font-size: 18px;
        color: #316da3;
        font-weight: 600;
        line-height: 30px;
        height: 15px;
        margin-bottom: 34px;
        text-align: center;
    }

        .log-det h1 span {
            background: #ffffff;
            padding-right: 10px;
            font-size: 26px;
        }

        .log-det h1 > a {
            font-size: 14px;
            color: #316da3;
            background: #ffffff; /*padding-left:10px;*/
            font-weight: normal;
        }

            .log-det h1 > a i {
                width: 16px;
                height: 15px;
                background: url(images/icon.png) no-repeat -113px -18px;
                margin-left: 3px;
            }

        .log-det h1 span > a {
            font-size: 16px;
            color: #ccb18e;
            background: #ffffff;
            padding-left: 10px;
            font-weight: bold;
        }
/*form*/
/*#form{width:420px;margin: 30px auto 0;}*/

/*.item {width: 700px;height:40px;font-size: 0;margin-top: 12px;}*/
.item {
    width: auto;
    height: 40px;
    font-size: 0;
    margin-top: 12px;
    margin-left: 34px;
}

    .item .text {
        width: 95px;
        text-align: right;
        height: 40px;
        line-height: 40px;
    }

    .item label {
        display: inline-block;
        font-size: 16px;
        color: #404040;
    }

    .item span {
        color: #ae0e16;
        font-size: 16px;
        margin-right: 3px;
    }

    .item .txt-name {
        width: 288px;
        height: 38px;
        padding: 0 15px;
        font-size: 14px;
        border: 1px solid #316da3;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

::-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

:-moz-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}

.test .txt-name {
    width: 154px;
    margin-right: 12px;
}

.test .txt-check {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #ae0e16;
    background: #f0e7dd;
    vertical-align: middle;
    font-family: "Microsoft yahei";
    cursor: pointer;
}

.chk-box {
    margin-top: 16px;
    height: auto;
}

    .chk-box .text {
        width: 95px;
        text-align: right;
        height: 18px;
        line-height: 18px;
    }

    .chk-box a {
        color: #005aa0;
    }

.item-btn {
    height: 48px;
}

    .item-btn .btn-login {
        margin-left: 90px;
        cursor: pointer;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        width: 320px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #4699cd;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-family: "Microsoft yahei";
    }

.btn-login:hover {
    background: #4699cd;
}

.chk-box label {
    font-size: 12px;
}

.registertip {
    text-align: center;
    margin-top: 10px;
}

    .registertip a {
        color: red;
    }

#footer .main-con {
    padding: 0px 0px 30px 0px;
}
