html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 14px;
    background: url('../img/bg1.jpg') top center no-repeat;
    background-size: cover;
}

.container {
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

logo {
    margin-top: 80px;
    display: block;
    text-align: left;
}

logo img {
    height: 80px;
}

.login {
    position: relative;
}

.adBox {
    width: 560px;
    height: 560px;
    margin-top: 60px;
    float: left;
    position: relative;
}

.ad {
    width: 500px;
    height: 500px;
    background: url('../img/ad.png') top center no-repeat;
    position: absolute;
    left: 30px;
    top: 30px;
}

.form {
    width: 310px;
    height: 400px;
    border-radius: 5px;
    background: rgba(25, 25, 25, 0.7);
    margin-top: 130px;
    padding: 20px;
    float: right;
}

.tabs {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.title:after {
    content: "";
    display: block;
    clear: both;
}

.active {
    color: #02E6E9;
}

/*.content {*/
    /*padding: 20px 0;*/
/*}*/

.code {
    width: 200px;
    margin: 30px auto;
}

.codeText {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.hide {
    display: none;
}

.formRow {
    position: relative;
    width: 100%;
    margin: 25px 0;
}
.formRow img {
    position: absolute;
    right: 4px;
    top:4px;
    height: 40px;
}

.formRow input.text {
    width: 80%;
    padding: 0 5% 0 15%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}

.formRow input.user {
    background: #FFFFFF url(../img/user.png) left center no-repeat;
}

.formRow input.pwd {
    background: #FFFFFF url(../img/pwd.png) left center no-repeat;
}

.formRow input.btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #15A7FB;
    font-size: 20px;
    color: #FFF;
}

.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;
}

.tip .text {
    margin-left: 10px;
    color: #FFFFFF;
}

.remember {
    width: 100px;
    float: right;
    color: #FFFFFF;
}

.info {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 835px;
    height: 420px;
    background: url(../img/notice.png) no-repeat;
    z-index: 99;
    display: none;
}
#logo0{
    display: none;
}

@media (max-width: 991px) {
    .adBox {
        display: none;
    }

    .form {
        width: 90%;
        margin: 100px auto;
        float: none;
    }
    logo {
        text-align: center;
    }
}

@media (max-height: 768px) {
    logo {
        margin-top: 20px;
    }

    .adBox {
        margin-top: 20px;
    }

    .form {
        margin-top: 80px;
    }

    .info {
        top: 80px;
    }

    .container {
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 480px) {
    #logo1{
        display: none;
    }
    #logo0{
        display: inline;
    }
    logo {
        text-align: center;
    }
}