﻿html, body {
    background-color: #fff;
    font-family: 微軟正黑體;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

#wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -330px;
    border: solid 0 red
}

#header {
    height: 75px;
    border: solid 0 green;
    position: relative
}

#logo {
    margin: auto;
    border: solid 0 red;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

#memberPlat {
    right: 10px;
    top: 30px;
    border: solid 0 red;
    position: absolute
}

    #memberPlat a {
        font-size: 14px;
        color: #808080
    }

        #memberPlat a:hover {
            color: #808080
        }

#themeList {
    overflow: hidden;
    border: solid 0 green;
    width: 60px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0
}

    #themeList li {
        display: block;
        height: 12px;
        width: 12px;
        margin-left: 5px;
        border: solid 0 #808080;
        float: left;
        cursor: pointer
    }

        #themeList li.default {
            background-color: #1C77AC
        }

        #themeList li.orange {
            background-color: #DF7611
        }

        #themeList li.spring {
            background-color: #0487EF
        }

@media screen and (min-height:800px) {
    #bd {
        border: solid 0 red;
        height: 560px;
        position: relative;
        background-image: url(../../images/entry/login_mainbg.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        overflow: visible
    }
}

@media screen and (max-height:799px) {
    #bd {
        border: solid 0 red;
        height: 480px;
        position: relative;
        background-image: url(../../images/entry/login_mainbg.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        overflow: visible
    }
}

#loginbox {
    border: solid 0 red;
    width: 360px;
    height: 493px;
    background-image: url(../../images/entry/login_loginbox.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 200px;
    top: 30px;
    box-shadow: 3px 3px 2px #999
}

#divPCLoginPanel {
    position: absolute;
    width: 100%;
    height: 420px
}

#divMobileLoginPanel {
    position: absolute;
    width: 100%;
    height: 420px;
    background-color: #fff;
    display: none
}

.keepSession input {
    width: 20px;
    height: 20px
}

.input {
    line-height: 30px;
    height: 32px;
    font-size: 24px;
    border: solid 0;
    border-bottom: solid 0 #BAC7D2;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0
}

    .input:hover {
        background-color: #FFD;
        outline: solid 0 #BAC7D2
    }

    .input:focus {
        background-color: #FFD;
        outline: solid 0 #BAC7D2
    }

.vfycode {
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    border: solid 0;
    border-bottom: dotted 1px #BAC7D2;
    background-color: #3C95C8;
    outline: 0
}

    .vfycode:hover {
        background-color: #FFD
    }

.btn {
    background-color: #3D96C9;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

    .btn:hover {
        background-color: #2680B4
    }

#icon_loginType_mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../images/entry/loginType_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2
}

#icon_loginType_PC {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-image: url(../../images/entry/loginType_PC.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2
}

#notifications {
    color: #808080;
    text-align: left;
    font-size: 13px;
    line-height: 170%;
    width: 100%;
    padding-left: 10px
}

    #notifications a {
        display: block;
        color: #808080;
        line-height: 25px
    }

#footer {
    color: #808080;
    text-decoration: none;
    border: solid 0 red;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 3px;
    text-align: left
}

    #footer a:visited {
        color: #808080;
        text-decoration: none
    }

    #footer a:link {
        color: #808080;
        text-decoration: none
    }

    #footer a:hover {
        color: #808080;
        text-decoration: underline
    }
