﻿
html {
    height: 100%;
    font-family: 微软雅黑,Verdana, Geneva, sans-serif;
}

/*头部*/
header {
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    height: 50px;
    width: 100%;
}

.logo {
    position: absolute;
    left: 35px;
    top: 0px;
    margin: 5px;
}

    .logo img {
        max-height: 40px;
        _height: expression(this.height > 40 ? "40px":this.height);
    }


.title-zh {
    position: absolute;
    height: 50px;
    line-height: 50px;
    top: 0px;
    left: 110px;
    font-size: 24px;
    font-weight: 100;
    color: #7C7C7C;
}

/*body*/
body {
    position: relative;
    font-size: 12px;
    margin: 0px;
    padding:0px;
    line-height: 23px;
    min-height: 100%;
    background: url(/Content/images/login/login_bg2.jpg) no-repeat top center;
    background-size: 100% 88%;
    color: #ffffff;
}

.second_body {
    margin: 0 auto;
    height: 290px;
    width: 360px;
    margin-top: 6%;
    padding-top: 3px;
    box-shadow: 0px 0px 30px #161c57;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 1px solid #357ac2;
}

.second_body_background {
    margin: 0 auto;
    left: 14px;
    top: 9px;
    height: 267px;
    width: 330px;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0px 0px 30px #161c57;
    position: absolute;
    z-index: -1;
    border: 1px solid #357ac2;
}


main {
}


footer {
    position: absolute;
    background-color: #ffffff;
    /*height: 80px;*/
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #7c7c7c;
}


.title-en {
    font-family: Verdana;
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 40px;
    font-size: 36px;
    font-weight: 500;
    font-style: oblique;
    color: #ffffff;
}

.message {
    position: relative;
    height: 16px;
    margin: 0 auto;
    text-align: center;
    top: 60px;
    z-index: 999;
    color: red;
}



.login, .login2 {
    width: 180px;
    border: 1px solid #7fb5c1;
    height: 22px;
    vertical-align: text-bottom;
}

.login2 {
    width: 125px;
}

.login_button, .reset_botton {
    border: none;
    width: 69px;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    box-shadow: 0px 1px 1px #c8c8c8;
    background: url(/Content/images/login/btn_login_normal.png);
}

    .login_button:hover {
        background: url(/Content/images/login/btn_login_hover.png);
    }

    .login_button:active {
        background: url(/Content/images/login/btn_login_clicked.png);
    }

.reset_botton {
    color: #165295;
    background: url(/Content/images/login/btn_reset_normal.png);
}

    .reset_botton:hover {
        background: url(/Content/images/login/btn_reset_hover.png);
    }

    .reset_botton:active {
        background: url(/Content/images/login/btn_reset_clicked.png);
    }


.tabs {
    width: 330px;
    height: 38px;
    list-style: none;
    position: relative;
    top: -5px;
    left: -5px;
    text-align: center;
}

    .tabs ul {
        padding: 0;
    }


    .tabs li {
        left: 0;
        width: 165px;
        float: left;
        display: block;
    }

    .tabs input[type="radio"] {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tabs label {
        height: 38px;
        line-height: 38px;
        display: inline-block;
        text-align: center;
        width: 165px;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        background-color: #5282a7;
        top: 0px;
        left: -20px;
    }

    .tabs input[type="radio"]:checked + label {
        background: rgba(255,255,255,.5);
        text-shadow: 0px 2px 0px #0077b0;
    }

    .tabs label:hover {
        text-shadow: 0px 2px 0px #0077b0;
        background: rgba(255,255,255,.5);
        /*background-color: #ffffff;*/
        color: #ffffff;
    }


    .tabs .tab-content {
        z-index: 1;
        height: 199px;
        display: none;
        overflow: hidden;
        padding: 15px;
        position: absolute;
        left: 20px;
        background-color: #cbe6ef;
        background: rgba(255,255,255,.5);
        /*opacity: 0.92;*/
    }

    .tabs [id^="tab"]:checked + label {
        top: 0;
        padding-top: 0px;
    }

    .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
        display: block;
    }


input.textInput {
    margin-top: 15px;
    background: #ffffff;
    width: 160px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0px center;
    border: 0;
    padding: 2px 2px 2px 36px;
}

input.textInput2 {
    width: 72px;
    height: 20px;
    border: 0;
    padding: 2px 2px 2px 6px;
}


input.nameInput {
    background-image: url(/Content/images/login/username.png);
    background-size: contain;
}

input.passwordInput {
    background-image: url(/Content/images/login/password.png);
    background-size: contain;
}

input.phoneInput {
    background-image: url(/Content/images/login/phone.png);
    background-size: contain;
}

input.captchaInput {
    background-image: url(/Content/images/login/captcha.png);
    background-size: contain;
}


a {
    text-decoration: none;
    text-decoration-color: #2791f1;
}
