﻿.login {
        position: absolute;
    left: 20%;
    top: 5%;
    width: 980px;
    height: 578.8px;
}

.layout-header {
    width: 980px;
    height: 100px;
    margin: 0 auto 20px;
}

    .layout-header .header-logo {
        width: 192px;
        height: 50px;
        float: left;
        margin: 24px 0 0 0;
    }

.layout-body {
}

.layout-page {
    width: 980px;
    height: 330px;
    margin: 0 auto;
}

    .layout-page .login-box {
        width: 278px;
        height: 288px;
        padding: 20px 0;
        float: right;
        margin-right: 20px;
        border: 1px solid #dedede;
        border-radius: 2px;
    }

        .layout-page .login-box .input-item {
            width: 230px;
            margin: 14px auto 0;
            position: relative;
        }

        .layout-page .login-box .login-input {
            width: 208px;
            padding: 10px 10px;
            border: 1px solid #dedede;
            border-radius: 2px;
            color: #c1c1c1;
        }

        .layout-page .login-box .login-pwd-tip {
            position: absolute;
            left: 10px;
            top: 12px;
            color: #c1c1c1;
        }

        .layout-page .login-box .remember-item {
            width: 230px;
            margin: 14px auto;
        }

            .layout-page .login-box .remember-item a:hover {
                color: #fe4116;
            }

        .layout-page .login-box .login-checkbox {
            display: inline-block;
            height: 18px;
            line-height: 18px;
            padding-left: 20px;
            background: url(images/checkbox.png) no-repeat 0 -18px;
        }

            .layout-page .login-box .login-checkbox:hover {
                text-decoration: none;
            }

        .layout-page .login-box .checked {
            background-position: 0 0;
        }

        .layout-page .login-box .login-btn {
            width: 230px;
            margin: 0 auto 14px;
        }

            .layout-page .login-box .login-btn a {
                display: block;
                height: 38px;
                line-height: 38px;
                text-align: center;
                font-size: 16px;
                color: white;
                background-color: #585aed;
                border-radius: 2px;
            }

                .layout-page .login-box .login-btn a:hover {
                    text-decoration: none;
                    background-color: #6f71ee;
                }

        .layout-page .login-box .reg-item {
            width: 230px;
            margin: 0 auto 14px;
            color: #737373;
        }

            .layout-page .login-box .reg-item a {
                color: #fe4116;
            }

        .layout-page .login-box .other-login {
            width: 230px;
            margin: 0 auto;
            color: #737373;
        }

        .layout-page .login-box .login-partners {
            width: 16px;
            height: 16px;
            display: inline-block;
            margin-right: 10px;
            vertical-align: bottom;
        }

            .layout-page .login-box .login-partners.QQ {
                background-position: 0 0;
            }

            .layout-page .login-box .login-partners.weibo {
                background-position: 0 -18px;
            }

            .layout-page .login-box .login-partners.xgbj {
                background-position: 0 -36px;
            }

    .layout-page .pic-info {
        width: 640px;
        height: 330px;
        float: left;
        _display: inline;
        margin-left: 20px;
        overflow: hidden;
    }

.layout-footer {
    margin-top: 60px;
    border-top: 1px solid #d1d0d0;
    padding: 10px 0;
    text-align: center;
}

    .layout-footer .footer-wrap {
        width: 980px;
        margin: 0 auto;
        line-height: 24px;
        color: #706f6f;
    }

#bind-box {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: 0 0 5px #c8c8c8;
}

    #bind-box .xgui-msg-head {
        height: 45px;
        line-height: 45px;
        background-color: #f7f7f7;
        font-size: 16px;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 0;
    }

    #bind-box .xgui-msg-tit {
        margin-left: 20px;
        font-weight: bold;
        color: #424242;
    }

    #bind-box .xgui-msg-close {
        margin-right: 16px;
        color: #acacac;
        font-weight: normal;
        font-size: 20px;
    }

        #bind-box .xgui-msg-close:hover {
            color: #000000;
        }

    #bind-box .other-panel {
        padding: 20px;
    }

        #bind-box .other-panel .dlg-form3-item {
            margin-bottom: 16px;
            position: relative;
        }

        #bind-box .other-panel .toolbar {
            margin-right: -20px;
            _width: 340px;
        }

        #bind-box .other-panel .toolbar-btn {
            width: 320px;
            height: 40px;
            padding: 0;
            line-height: 40px;
            font-size: 18px;
            font-family: "FAE8F6F96C59ED1",helvetica,arial,sans-serif;
            border-radius: 4px;
        }

    #bind-box .other-Bind {
    }

        #bind-box .other-Bind .toolbar-btn {
            width: 153px;
            float: left;
            margin-right: 14px;
        }

        #bind-box .other-Bind .login-input {
            width: 302px;
            padding: 11px 8px;
            color: #909090;
            height: 16px;
            line-height: 16px;
            border: 1px solid #ccc;
            border-radius: 2px;
            vertical-align: middle;
            color: #4a4949;
            -webkit-box-shadow: 0px 1px 1px 0px #eaeaea inset;
            -moz-box-shadow: 0px 1px 1px 0px #eaeaea inset;
            box-shadow: 0px 1px 1px 0px #eaeaea inset;
        }

            #bind-box .other-Bind .login-input:focus {
                border: 1px solid #ff943b;
            }

        #bind-box .other-Bind .login-pswtip {
            position: absolute;
            left: 8px;
            top: 12px;
            color: #909090;
        }

        #bind-box .other-Bind .dlg-form2-input:focus {
            color: #000000;
        }

/**选择角色css*/
.RoleContent { 
    padding:20px;
}
    .RoleContent .role-item { 
        float: left;
        _display: inline;
        margin: 0px 20px 0 0;
        width: 134px;
        position: relative;
        cursor:pointer;
    }
        
    .RoleContent .role-item .role-con{ 
        border: 1px solid #ddd;
        background: #F2F2F2;
        border-radius: 2px;
    }
    .RoleContent .role-item  .role-img{ 
        background: #F2F2F2;
    }
    .RoleContent .role-item .role-pic{ 
        display: block;
        width: 104px;
        height: 104px;
        overflow: hidden;
        padding: 5px;
        background: #fff;
        margin: 9px;
    }
    .RoleContent .role-item .role-info{ 
        background: #fff;
        border-top: 1px solid #ddd;
        text-align: center;
        line-height: 26px;
    }
    .RoleContent .role-item .role-info a{ 
        font-weight: bold;
        color: #357b1c;
        font-size: 0.9em;
    }
        .RoleContent .role-item .selectitem { 
            background: #37c200;
        }
        .RoleContent .role-item .selectitem a { 
            color:white;
        }
        .RoleContent .role-con:hover { 
            border:2px solid #37c200;
        }
    .RoleContent .role-item-end { 
        margin:0;
    }