﻿body {
    margin: 0px;
    padding: 0px;
    /*background: url(/img/bg.jpg);*/
}

.container {
    position: relative;
}

.logdiv {
    position: absolute;
    /*box-shadow: 5px -5px 35px #b1b1b1;*/
    top: 200px;
    right: 0px;
    width: 360px;
    /*background: url(../../img/login_bg_white.png) center center repeat;*/
    background: #ffffff;
    z-index: 99;
}

.logdiv-log {
    margin: 20px 20px 30px 20px;
    height: 45px;
    border-bottom: 1px solid #eee;
    color: #5a5a5a;
}

    .logdiv-log div {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
    }

        .logdiv-log div:hover {
            color: #16b5f6;
        }

.active-click {
    border-bottom: 2px solid #36afff;
    color: #16b5f6;
}

.logdiv-log img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.logdiv-titlle {
    width: 100%;
    height: 36px;
}

.login-form {
    margin: 10px 10px 20px 10px;
}

.loging-input {
    padding: 0 10px 5px 10px;
    position: relative;
}

.loging-btn {
    padding: 0 10px;
    margin: 24px 0 44px 0;
}

.loging-input > input {
    margin: 10px 0;
    border-radius: 0px;
    height: 38px;
    padding-left: 38px;
}

.loging-input label {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
    color: #b9b9b9;
}

.loging-sencode {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    padding: 0 20px;
    border-left: 1px solid #eee;
    margin: 3px 0px;
    color: #989898;
}

.loging-check {
    padding: 0 10px 5px 10px;
    margin: 0px;
}

.loging-code {
    width: 60%;
}

.loging-imgcode {
    position: absolute;
    top: 1px;
    right: 14px;
    width: 118px;
}

.placeholder {
    position: absolute;
    top: 8px;
    left: 49px;
    color: #999999;
    filter: alpha(opacity=100);
}

.loging-phone {
    display: none;
}

.logs {
    width: 100%;
    height: 30px;
    background: #f4fbff;
}

.contens {
    width: 100%;
    background: #c1dfec;
    height: 500px;
}

.footer {
    margin-top: 10px;
    color: #666;
}

    .footer a {
        text-decoration: none;
        padding: 0 10px;
        color: #666;
    }
        .footer a:hover {
            color: #16b5f6;
        }