﻿.menu-sub {
    border-bottom: #aaa099 1px solid;
    height: 35px;
}

    .menu-sub ul li {
        margin-left: 5px;
        list-style: none;
        float: left;
        background: url(/Member/images/menu_sub_bg.jpg) no-repeat;
        width: 134px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .menu-sub ul:first-child {
        margin-left: -5px;
    }

    .menu-sub ul li a {
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

        .menu-sub ul li a.menu-sub-selected, .menu-sub ul li a:hover {
            font-size: 14px;
            color: #ff6a00;
            text-decoration: none;
        }

.background_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 99996;
}

.popup_box {
    position: absolute;
    font-family: 'Microsoft YaHei';
    width: 100%;
    height: 100%;
    display: none;
}

.popup_content_box {
    position: absolute;
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.popup_content_top {
    min-height: 30px;
    border-radius: 5px 5px 0 0;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
    border-bottom: 1px solid #BBB;
}

.popup_content_foot {
    border-radius: 0 0 5px 5px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
    border-top: 1px solid #BBB;
    text-align: center;
}

.popup_content_title {
    min-height: 20px;
    _height: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 5px;
    color: #666;
    float: left;
}

.popup_content_close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: right;
    cursor: pointer;
    color: #666;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #BBB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.popup_content {
    min-width: 200px;
    _width: 200px;
    min-height: 30px;
    _height: 30px;
    max-width: 900px;
    max-height: 450px;
    overflow-y: auto;
    /*overflow-x: auto;*/
    overflow-x:hidden;
    font-size: 12px;
    padding: 10px;
    color: #666;
}

.popup_content_btnarea {
    display: inline-block;
    padding: 5px 5px;
}

.popup_content_btn {
    display: none;
    float: left;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 1px solid #BBB;
    padding: 4px 10px;
    border-radius: 3px;
    margin: 0 20px 0 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

#member_loading_img {
    background-image: url(/Member/images/loading1.gif);
    width: 24px;
    height: 24px;
    float: left;
}

#member_loading_txt {
    height: 24px;
    line-height: 24px;
    text-indent: 5px;
    font-size: 12px;
    color: #333;
    float: left;
}

.ka3cce4 {
    border: 1px solid #8ba2c2;
    height: 18px;
    vertical-align: middle;
    line-height: 18px;
    *height: auto;
}

textarea.ka3cce4 {
    height: auto;
}

.my_btn1 {
    cursor: pointer;
    color: #666;
    text-align: center;
    border: 1px solid #BBB;
    padding: 2px 8px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.loading1 {
    background-image: url(/Member/images/loading1.gif);
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.loading2 {
    background-image: url(/Member/images/loading2.gif);
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.sec-bd {
    margin: 0 auto;
    width: 860px;
    border: 1px solid #BBB;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

    .sec-bd .flow {
        height: 29px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .sec-bd .flow li,
        .sec-bd .flow span {
            float: left;
            height: 29px;
        }

        .sec-bd .flow li {
            margin-right: -8px;
        }

            .sec-bd .flow li span {
                width: 182px;
                padding-left: 45px;
                font: 117% "Microsoft Yahei";
                font-weight: bold;
                line-height: 29px;
                background: url(/Member/images/forgetpassword.png) no-repeat 0 -120px;
            }

            .sec-bd .flow li .current {
                color: #fff;
                background-position: 0 -30px;
            }

        .sec-bd .flow .first span {
            width: 194px;
            padding-left: 24px;
            background-position: 0 -90px;
        }

        .sec-bd .flow .first .current {
            background-position: 0 0;
        }

        .sec-bd .flow .last span {
            width: 169px;
            padding-left: 43px;
            background-position: 0 -150px;
        }

        .sec-bd .flow .last .current {
            background-position: 0 -60px;
        }

.forget-method {
    padding: 86px 0 50px 205px;
    text-align: center;
}

    .forget-method li {
        float: left;
    }

        .forget-method li a,
        .forget-method li span {
            display: inline-block;
            text-align: left;
        }

    .forget-method li {
        width: 231px;
        padding-bottom: 52px;
        background: url(/Member/images/forget-type-btn.png) no-repeat 0 0;
        margin-right: 4px;
        *margin-right: 8px;
    }

        .forget-method li a {
            width: 231px;
            height: 92px;
        }

            .forget-method li a:hover,
            .forget-method li a:active {
                background: url(/Member/images/forget-type-btn.png) no-repeat -231px 0;
                text-decoration: none;
            }

        .forget-method li .inner {
            padding: 12px 20px 0 108px;
            height: 80px;
            color: #999;
            line-height: 14px;
            background-position: 24px 19px;
            background-repeat: no-repeat;
        }

        .forget-method li .title {
            line-height: 30px;
            font-weight: bold;
            color: #f60;
        }

    .forget-method .mobile .inner {
        background-image: url(/Member/images/forget-mobile.jpg);
    }

    .forget-method .email .inner {
        background-image: url(/Member/images/forget-email.jpg);
    }
