html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 14px;
    background: url('../images/bg1.jpg') top center no-repeat;
    background-size: cover;
}

.container {
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}


.form {
    width: 420px;
    height: 440px;
    border-radius: 5px;
    border:1px solid #eaeaea;
    /* margin-top: 130px; */
    padding: 20px;
    /* float: right; */
    margin: 0 auto;
}

.tabs {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    color: #333333;
    border-bottom: 2px solid #eaeaea;
}

.title:after {
    content: "";
    display: block;
    clear: both;
}

.active_1 {
    color: #f94d1c;border-bottom: 2px solid #f94d1c;
}

.content {
    padding: 20px 0;
}

.code {
    width: 200px;
    margin: 30px auto;
}

.codeText {
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.hide {
    display: none;
}

.formRow {
    width: 100%;
    margin: 25px 0;
}

.formRow input.text {
    width: 100%;
    padding: 0 5% 0 15%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
}

.formRow input.user {
    background: #FFFFFF url(../picture/user.png) left center no-repeat;
}

.formRow input.pwd {
    background: #FFFFFF url(../picture/pwd.png) left center no-repeat;
}

.formRow input.btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #f94d1c;
    font-size: 20px;
    color: #FFF;
    margin-top: 20px;
}

.formRow:after {
    content: "";
    display: block;
    clear: both;
}

.tip {
    float: left;
    width: 50%;
}

.tip .ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F3B903;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}


@media (max-width: 991px) {
    .adBox {
        display: none;
    }

    .form {
        width: 90%;
        margin: 100px auto;
        float: none;
    }
}

@media (max-height: 768px) {
    logo {
        margin-top: 20px;
    }

    .adBox {
        margin-top: 20px;
    }

    .form {
        margin-top: 80px;
    }

    .info {
        top: 80px;
    }

    .container {
        transform: scale(0.9);
    }
}