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;
}

logo {
    margin-top: 80px;
    display: block;
}

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('/images/ad.png') top center no-repeat;
    left: 30px;
    top: 30px;
}

.form {
    width: 310px;
    height: 432px;
    border-radius: 5px;
    background: rgba(255,255,255, 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: #0f7d7f;
}

.content {
    padding: 0px 0;
}

.code {
    width: 200px;
    margin: 30px auto;
}

.codeText {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.hide {
    display: none;
}

.formRow {
    width: 100%;
    margin: 25px 0;
}

.formRow input.text {
    width: 80%;
    padding: 0 5% 0 15%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}

.formRow input.short-text {
    width: 30%;
    padding: 0 5% 0 15%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
}

.formRow input.user {
    background: #FFFFFF url(/images/user.png?v=123) left center no-repeat;
}

.formRow input.pwd {
    background: #FFFFFF url(/images/pwd.png?v=123) left center no-repeat;
}

.formRow input.org {
    background: #FFFFFF url(/images/org.png?v=123) left center no-repeat;
}

.formRow input.mobile {
    background: #FFFFFF url(/images/user.png?v=123) left center no-repeat;
}

.formRow input.verify {
    background: #FFFFFF url(/images/user.png) left center no-repeat;
}

.formRow input.btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #3fb0b2;
    font-size: 20px;
    color: #FFF;
}

.formRow input.btn-mini {
    width: 48%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #3fb0b2;
    font-size: 20px;
    color: #FFF;
}

.formRow input.btn-mini-no-bg {
    width: 48%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    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: #4b5053;
}

.remember {
    width: 100px;
    float: right;
    color: #4b5053;
}

.info {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 835px;
    height: 420px;
    background: url(/images/notice.png) no-repeat;
    z-index: 99;
    display: none;
}

@media (max-width: 991px) {
    .adBox {
        display: none;
    }

    .form {
        width: 90%;
        margin: 100px auto;
        float: none;
    }
}

@media (max-height: 768px) {
    logo {
        margin-top: 20px;
    }

    logo txt {

    }

    .adBox {
        margin-top: 20px;
    }

    .form {
        margin-top: 80px;
    }

    .info {
        top: 80px;
    }

    .container {
        transform: scale(0.9);
    }
}
