﻿a {
    text-decoration: none;
}

.LoginBox {
    background: #f4f4f4;
    padding-bottom: 20px;
}

    .LoginBox .Top {
        width: 1090px;
        margin: auto;
        padding: 30px 5px;
        height: 60px;
        position: relative;
        color: #333;
    }

        .LoginBox .Top .Title {
            position: absolute;
            top: 25px;
            left: 205px;
            height: 70px;
            border-left: 1px solid #ccc;
            padding-left: 20px;
            font-family: Microsoft Yahei,"微软雅黑";
        }

        .LoginBox .Top .Memu {
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            position: absolute;
            right: 0;
            top: 50px;
        }

            .LoginBox .Top .Memu a {
                border-right: 1px solid #333;
                padding: 0 15px;
                color: #333;
                text-decoration: none;
            }

                .LoginBox .Top .Memu a:hover {
                    color: #fe9900;
                }

    .LoginBox .Content {
        margin: 20px auto auto;
        width: 988px;
        border: 1px solid #eee;
        padding: 55px;
        background: #fff;
        *padding: 55px 55px 0;
    }

        .LoginBox .Content .Input {
            width: 256px;
            height: 34px;
            border: 1px solid #ddd;
            text-indent: 45px;
            line-height: 34px;
            font-size: 14px;
            *margin-left: -45px;
            _margin-left: -45px;
        }

            .LoginBox .Content .Input:focus {
                border: 1px solid #1f84d4;
            }

        .LoginBox .Content .InputCode {
            width: 100px;
            height: 24px;
            border: 1px solid #ddd;
            line-height: 24px;
            text-indent: 10px;
        }

            .LoginBox .Content .InputCode:focus {
                border: 1px solid #1f84d4;
            }

        .LoginBox .Content .ImgCode {
            cursor: pointer;
            border: 0;
            margin: 3px 5px 0;
        }

        .LoginBox .Content input[type=checkbox] {
            margin: -3px 5px 0 0;
            vertical-align: middle;
        }

        .LoginBox .Content .Left {
            width: 320px;
            color: #333;
        }

            .LoginBox .Content .Left .LoginInfo {
                width: 258px;
                border: 1px solid #eee;
                background: #f4f4f4;
                padding: 20px 30px;
                line-height: 40px;
            }

            .LoginBox .Content .Left .LoginBtn {
                height: 40px;
                background: #fe9900;
                color: #fff;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
                cursor: pointer;
                line-height: 40px;
                display: block;
                border: 0;
                width: 100%;
            }

            .LoginBox .Content .Left .EntLoginBtn {
                height: 40px;
                background: #1f84d4;
                color: #fff;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
                cursor: pointer;
                line-height: 40px;
                display: block;
                border: 0;
                width: 100%;
            }

            .LoginBox .Content .Left .OtherLoginBtn {
                width: 120px;
                height: 30px;
                border: 1px solid #eee;
                background: #fff;
                line-height: 30px;
                text-align: center;
            }

        .LoginBox .Content .Right {
            width: 648px;
            margin-left: 20px;
        }

        .LoginBox .Content .ChooseItem {
            width: 278px;
            height: 266px;
            background: #f4f4f4;
            border: 1px solid #eee;
            margin-right: 20px;
            position: relative;
        }

            .LoginBox .Content .ChooseItem .Title {
                margin: 20px auto;
                width: 100px;
                text-align: center;
                font-size: 14px;
            }

            .LoginBox .Content .ChooseItem .Input1 {
                height: 36px;
                width: 232px;
                border: 1px solid #ddd;
                margin: auto;
                text-align: center;
            }

            .LoginBox .Content .ChooseItem .Description {
                width: 234px;
                margin: 10px auto auto;
                line-height: 20px;
            }

            .LoginBox .Content .ChooseItem .Tips {
                position: absolute;
                top: 15px;
                right: 0;
                background: #fe9800;
                color: #fff;
                padding: 0 5px;
            }

        .LoginBox .Content .SubmitBtn {
            height: 30px;
            background: #fe9900;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            line-height: 30px;
            display: inline-block;
            border: 0;
            width: 100px;
            margin-left: 15px;
        }

        .LoginBox .Content .TypeSelect {
            border: solid #ddd;
            border-width: 0 1px 1px 1px;
            width: 260px;
            height: 70px;
            position: absolute;
            left: 65px;
            top: 37px;
            font-size: 14px;
            display: none;
            background: #fff;
            cursor: pointer;
        }

            .LoginBox .Content .TypeSelect a {
                height: 25px;
                margin: 5px 0 0 33px;
                line-height: 25px;
                width: 80px;
                text-align: center;
            }

                .LoginBox .Content .TypeSelect a:hover, .LoginBox .Content .TypeSelect .Active {
                    background: #2286d4 !important;
                    color: #fff;
                }

        .LoginBox .Content .Hide {
            display: none;
        }

    .LoginBox .Service {
        background: #fff;
        width: 1098px;
        border: solid #eee;
        border-width: 0 1px 1px 1px;
        margin: auto;
        overflow: hidden;
        height: 150px;
        position: relative;
    }

        .LoginBox .Service .Page {
            width: 1098px;
        }

            .LoginBox .Service .Page .Item {
                width: 470px;
                height: 130px;
                padding: 20px 0 0 55px;
                position: relative;
            }

                .LoginBox .Service .Page .Item .Title {
                    color: #227fcc;
                    font-size: 14px;
                    font-weight: bold;
                    height: 30px;
                    line-height: 30px;
                    margin-bottom: 5px;
                }

                .LoginBox .Service .Page .Item .Text {
                    position: absolute;
                    top: 50px;
                    left: 185px;
                    width: 340px;
                }

        .LoginBox .Service .Pager {
            position: absolute;
            right: 15px;
            bottom: 15px;
        }

    .LoginBox .ForgetTop {
        height: 90px;
        width: 1098px;
        border: solid #eee;
        border-width: 1px 1px 0 1px;
        background: #fff;
        margin: 20px auto auto;
        position: relative;
    }

.ForgetHelp {
    display: none;
    z-index: 8003;
    position: absolute;
    top: 430px;
    width: 100%;
}

    .ForgetHelp .Content {
        background: #fff;
        width: 510px;
        margin: auto;
        padding-bottom: 20px;
    }

        .ForgetHelp .Content .Top {
            height: 35px;
            line-height: 35px;
            border-bottom: 2px solid #ddd;
            color: #2785cd;
            font-weight: bold;
            font-size: 14px;
            position: relative;
        }

        .ForgetHelp .Content .Info {
            margin: 20px 20px 0;
            width: 428px;
            border: 1px solid #ddd;
            padding: 10px 20px;
            height: 50px;
            line-height: 25px;
        }

/* 图片轮显 */
.login-silder {
    position: relative;
}

    .login-silder, .login-silder .conbox div {
        width: 648px;
        height: 394px;
        overflow: hidden;
    }

        .login-silder .conbox div img {
            display: block;
            width: 648px;
            height: 394px;
            overflow: hidden;
            border: 0;
            z-index: 998;
        }

        .login-silder .conbox {
            position: absolute;
        }

        .login-silder .switcher {
            position: absolute;
            width: 648px;
            bottom: 5px;
            right: 5px;
            z-index: 99;
            padding: 0 0 0 10px;
            text-align: right;
        }

            .login-silder .switcher a {
                display: inline-block;
                width: 20px;
                height: 4px;
                margin-right: 3px;
                cursor: pointer;
                overflow: hidden;
                background: url(/images/v/i2.gif) no-repeat;
            }

                .login-silder .switcher a.cur,
                .login-silder .switcher a:hover {
                    background: url(/images/v/i1.gif) no-repeat;
                }

/* 登录图标 */
.LoginIcon {
    background: url(/images/v/login/icon.gif) no-repeat;
}

.JwCardIcon {
    background-position: -189px -60px;
    width: 28px;
    height: 19px;
    position: absolute;
    top: 11px;
    left: 0;
}

.EntCardIcon {
    background-position: -154px -59px;
    width: 29px;
    height: 19px;
    position: absolute;
    top: 11px;
    left: 0;
}

.QQIcon {
    background-position: -50px -100px;
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    _vertical-align: text-bottom;
    _margin-top: 5px;
}

.WeiboIcon {
    background-position: -70px -99px;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    _vertical-align: text-bottom;
    _margin-top: 5px;
}

.PagerIcon {
    background-position: -26px -104px;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    cursor: pointer;
}

.ActivePagerIcon {
    background-position: -7px -104px;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    cursor: pointer;
}

.AccountIcon {
    background-position: -80px -59px;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 10px;
    *top: 12px;
    left: 15px;
    _left: -30px;
}

.PasswordIcon {
    background-position: -106px -60px;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 10px;
    *top: 12px;
    left: 17px;
    _left: -28px;
}

.Password1Icon {
    background-position: -50px -57px;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 50px;
    left: 58px;
}

.QuestionIcon {
    background-position: -25px -59px;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 51px;
    right: 172px;
}

.No1Icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.No2Icon {
    background-position: -45px 0;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 86px;
    left: 0;
}

.DownIcon {
    background-position: -95px -107px;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 15px;
    right: 13px;
}

.UserIcon {
    background-position: 0 -137px;
    width: 61px;
    height: 72px;
    margin: 40px auto auto;
}

.EmailIcon {
    background-position: -74px -138px;
    width: 94px;
    height: 71px;
    margin: 40px auto auto;
}

.MobileIcon {
    background-position: -183px -137px;
    width: 50px;
    height: 72px;
    margin: 40px auto auto;
}

.PhoneIcon {
    background-position: 0 -57px;
    width: 14px;
    height: 29px;
    position: absolute;
    top: 9px;
    left: 15px;
}

.CloseIcon {
    background-position: -134px -65px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

/* 关于图标 */
.AboutIcon {
    background: url(/images/aboutUs/product.png) no-repeat;
}

.ReleaseIcon {
    background-position: -39px -63px;
    width: 104px;
    height: 48px;
}

.LookIcon {
    background-position: -601px -65px;
    width: 107px;
    height: 48px;
}

.ZPIcon {
    background-position: -39px -246px;
    width: 104px;
    height: 49px;
}

.InviteIcon {
    background-position: -601px -250px;
    width: 104px;
    height: 47px;
}

.RecommendIcon {
    background-position: -43px -460px;
    width: 100px;
    height: 46px;
}

.UrgentIcon {
    background-position: -43px -666px;
    width: 104px;
    height: 48px;
}

.PicIcon {
    background-position: -603px -459px;
    width: 104px;
    height: 48px;
}

.VideoIcon {
    background-position: -599px -670px;
    width: 104px;
    height: 44px;
}
