﻿#memberWarp {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

#header {
    display: block;
    position: relative;
    width: 100%;
    height: 38px
}

#header {
    background-color: #66a5f2;
    background: url('../../images/mobile/top/top_bg.png') repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346cc9), to(#66a5f2));
    background: -webkit-linear-gradient(top, #66a5f2, #346cc9);
    background: -moz-linear-gradient(top, #66a5f2, #346cc9);
    background: -ms-linear-gradient(top, #66a5f2, #346cc9);
    background: -o-linear-gradient(top, #66a5f2, #346cc9);
    border-bottom: 1px #11367c solid
}

    #header h1 {
        font-size: 0;
        text-indent: -999em;
        *text-indent: 0;
        line-height: 0
    }

    #header h1 {
        position: absolute;
        top: 15px;
        left: 2%;
        width: 116px;
        height: 15px;
        background: url("") no-repeat left top;
        background-size: 116px 15px
    }

    #header .topUser {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 2%;
        height: 25px;
        font-weight: bold;
        color: #fff;
        text-align: right;
        line-height: 25px
    }

        #header .topUser .line {
            font-size: 12px;
            margin: 0 10px
        }

#container {
    display: block;
    position: relative;
    width: 100%;
    min-width: 320px;
    background: #fff
}

    #container:after {
        content: "";
        display: block;
        clear: both
    }

#content {
    display: block;
    position: relative;
    width: 96%;
    margin: 0 auto;
    height: 100%
}

    #content:after {
        content: "";
        display: block;
        clear: both
    }

.login {
    display: block;
    position: relative;
    padding-top: 10px
}

    .login:after {
        content: "";
        display: block;
        clear: both
    }

    .login h2 {
        display: block;
        position: absolute;
        top: 20px;
        width: 99%;
        height: 18px;
        margin: 0 auto;
        padding: 0;
        text-indent: -999em
    }

    .login h2 {
        background: url("/data/mobile/common/h2Login.png") no-repeat;
        background-size: 70px 18px;
        margin-left: 10px
    }

    .login .loginFormWrap {
        display: block;
        position: relative;
        width: 100%;
        margin: 40px 0 30px 0
    }

        .login .loginFormWrap:after {
            content: "";
            display: block;
            clear: both
        }

    .login .loginForm ul {
        display: block;
        position: relative;
        width: 100%
    }

        .login .loginForm ul li {
            width: 100%;
            margin-bottom: 7px;
            text-align: center
        }

    .login .loginForm input {
        width: 99%;
        height: 34px;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        color: #b3b3b3;
        line-height: 34px;
        border: 1px #cecece solid;
        background: #efefef;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px
    }

    .login .loginFormWrap .loginBtn {
        display: block;
        position: relative;
        width: 99%;
        height: 38px;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 38px;
        border: 1px #F52A2A solid;
        background-color: #66a5f2;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346cc9), to(#66a5f2));
        background: -webkit-linear-gradient(top, #FD6B5F, #E41F1F);
        background: -moz-linear-gradient(top, #FD6B5F, #E41F1F);
        background: -ms-linear-gradient(top, #FD6B5F, #E41F1F);
        background: -o-linear-gradient(top, #FD6B5F, #E41F1F);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px
    }

    .login .loginFormWrap .descArea {
        display: block;
        position: relative;
        width: 99%;
        margin: 0 auto
    }

        .login .loginFormWrap .descArea p {
            font-size: 14px
        }

        .login .loginFormWrap .descArea .autoLogin {
            line-height: 22px
        }

            .login .loginFormWrap .descArea .autoLogin input[type="checkbox"] {
                width: 20px;
                height: 20px
            }

            .login .loginFormWrap .descArea .autoLogin label.view {
                display: inline-block;
                overflow: visible;
                position: relative;
                top: 0;
                left: 0;
                font-size: 14px
            }

.errorMsg {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 28px;
    padding-top: 10px;
    z-index: 9999;
    color: #e30000;
    background: #ffeeed;
    font-weight: bold;
    text-align: center
}

    .errorMsg p {
        font-size: 13px;
        color: #e30000;
        line-height: 18px
    }

#footer {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    background: url("/data/mobile/common/footBg.png") repeat-x
}

    #footer:after {
        content: "";
        display: block;
        clear: both
    }

    #footer .footerArea {
        display: block;
        position: relative;
        width: 96%;
        margin: 0 auto;
        padding: 18px 0
    }

        #footer .footerArea .infoArea p {
            font-size: 13px;
            color: #666;
            line-height: 20px
        }

        #footer .footerArea a.btnPC {
            display: block;
            position: relative;
            width: 85px;
            height: 30px;
            margin: 10px auto;
            padding: 0 13px;
            font-size: 13px;
            font-weight: bold;
            color: #323232;
            text-align: center;
            line-height: 30px;
            cursor: pointer
        }

        #footer .footerArea a.btnPC {
            overflow: hidden;
            border: 1px #b3b3b3 solid;
            background-color: #f0f1f3;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f1f3), to(#ffffff));
            background: -webkit-linear-gradient(top, #ffffff, #f0f1f3);
            background: -moz-linear-gradient(top, #ffffff, #f0f1f3);
            background: -ms-linear-gradient(top, #ffffff, #f0f1f3);
            background: -o-linear-gradient(top, #ffffff, #f0f1f3);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            border-radius: 4px
        }

        #footer .footerArea p.copyright {
            font-size: 12px;
            letter-spacing: -1px;
            color: #737373;
            text-align: center
        }

        #footer .footerArea .infoArea b {
            text-decoration: underline
        }

input[type="text"] {
    height: 18px;
    margin: 0;
    padding: 2px;
    border: 1px #7f9db9 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}

input[type="checkbox"] {
    margin: 0;
    vertical-align: middle
}
