﻿/*************************************************
 *  
 *      css RESET
 *
 *************************************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, q, th, td, caption, article, aside, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
    margin: 0;
    padding: 0;
}

#gome-head {
    position: relative;
    height: 100px;
    vertical-align: middle;
    z-index: 980;
}

.wbox {
    width: 1200px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin: 28px 20px 0 0;
}

    #logo a {
        display: block;
        width: 168px;
        height: 50px;
        text-indent: -99px;
        overflow: hidden;
    }

#head-title, #head-guide {
    font: 400 26px/100px 'microsoft yahei';
    float: left;
    display: inline;
    padding: 0 40px 0 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

em, strong, th {
    font-style: normal;
    font-weight: 500;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

textarea {
    resize: none;
}

/* clear float */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

html, body {
    background: #FFF;
    color: #A5A5A5;
    font: 12px/1.5 Arial,simsun;
    text-align: left;
}

.M {
    width: 990px;
    margin: 0 auto;
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    /* outline: none; */
}

    a:hover {
        color: #C00;
        text-decoration: underline;
    }

.fr {
    float: right;
}

.fl {
    float: left;
}

.padtop20 {
    padding-top: 20px;
}

.padtop8 {
    padding-top: 8px;
}

.padtop7 {
    padding-top: 7px;
}

.padlr13 {
    padding: 0 13px;
}

.paddrl10 {
    padding: 0 17px;
}

.font14 {
    font-size: 14px;
}

.paddb24 {
    padding-bottom: 24px;
}

.overflowhide {
    overflow: hidden;
}

.displayb {
    display: block;
}

.colorccc {
    color: #ccc;
}

#logo {
    margin: 18px 40px 0 0;
}

    #logo a {
        background: url(/images/logo.gif) no-repeat;
        width: 328px;
        height: 78px;
    }

#head-title, #head-guide {
    padding: 40px 40px 0 0;
    line-height: 30px;
}

.blink {
    color: #069;
}

    .blink:hover, #forgetpwdmsg:hover {
        color: #e3101e;
    }

.txt {
    position: relative;
    padding: 8px 10px 7px;
    width: 200px;
    height: 25px;
    background: url(../images/capital-tip-common.png) no-repeat -500px 0 transparent;
    border: 1px solid #CCC;
    font-family: Arial,simsun;
    outline: 0 none;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    z-index: 2;
}

#loginPasswordTxt {
    color: #a5a5a5;
}

.txt2 {
    width: 110px;
}

.txt-focus {
    border-color: #A5A5A5;
}

.txt-error {
    border-color: #ff5757;
}

.logo {
    padding: 22px 0;
    overflow: hidden;
}

    .logo h2 {
        color: #333;
        font-size: 24px;
        line-height: 24px;
        font-family: 'Microsoft Yahei';
        padding: 12px 0 0 20px;
        float: left;
    }

.content-bg {
    width: 100%;
    height: 480px;
}

.main {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    background-position: top center;
    position: relative;
}

    .main .hd-bg {
        position: absolute;
        left: 0;
        top: -10px;
        width: 1000px;
        height: 12px;
        background: url(/images/hd-bg.png);
        z-index: 1;
        overflow: hidden;
    }

    .main .ft-bg {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 1000px;
        height: 18px;
        background: url(/images/ft-bg.png);
        z-index: 1;
    }

    .main .pic-wrap {
        float: left;
    }

    .main .pic-wrap-high {
        height: 460px;
    }

.login-box-wrap {
    width: 350px;
    float: right;
    margin-top: 24px;
    margin-right: 105px;
    position: relative;
    background: #fff;
    overflow: visible;
}

    .login-box-wrap .loginBoxICon {
        background-color: #f5f5f5;
        padding: 0 10px 0 14px;
        font: 400 14px/32px "Microsoft Yahei";
        color: #888888;
        height: 32px;
    }

.loginBoxClose {
}

.login-box-wrap .loginHead, .loginHead .loginTab {
    height: 54px;
}

.login-box-wrap .loginHead {
    position: relative;
}

.loginHead .loginTab {
    position: absolute;
    border-bottom: 1px solid #f4f4f4;
    font: 500 18px "Microsoft Yahei";
    text-align: center;
    color: #5e5e5e;
}

.loginHead .tabLeft {
    left: 0;
    width: 350px;
}

.loginHead .tabRight {
    right: 0;
    width: 175px;
}

.loginTab a {
    height: 18px;
    position: absolute;
    left: 0;
    width: 99%;
    text-decoration: none;
    top: 16px;
}

.default-state {
    width: 320px;
    height: 167px;
    text-align: center;
    _background: 0 0;
}

.qrcode-Image {
    float: left;
    position: absolute;
    left: 75px;
    border: 1px solid #e6e6e6;
}

.qrcode-help {
    float: right;
    width: 137px;
    height: 173px;
    margin-left: 10px;
    display: none;
    margin-top: -8px;
}

.tabLeft a {
    border-right: 1px solid #f4f4f4;
}

.loginBox {
    min-height: 241px;
    /*padding:30px 30px 0;*/
    padding: 25px 11px 0px 19px;
}

.loginHead .loginTab a:hover {
    color: #5e5e5e;
}

.loginHead .loginTab a.cur {
    color: #0075e2;
}

.login-box-wrap .hd h2 {
    display: block;
    float: left;
    text-align: center;
    color: #5e5e5e;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    width: 50%;
    padding-bottom: 12px;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}

    .login-box-wrap .hd h2.cur {
        border-bottom: 2px solid #cc0000;
        color: #cc0000;
        font-size: 16px;
    }

.login-box-wrap .bd > div {
    display: none;
}

.login-wrap {
    width: 290px;
    position: relative;
    padding: 5px 19px 0 11px;
}

    .login-wrap .title {
        padding-bottom: 26px;
    }

        .login-wrap .title h2 {
            float: left;
            padding: 8px 0;
            color: #5E5E5E;
            font-family: "Microsoft Yahei";
            font-weight: 500;
            font-size: 20px;
            line-height: 20px;
        }

        .login-wrap .title a {
            float: right;
            margin-top: 6px;
            font-size: 14px;
            font-family: 'simsun';
        }

.login-item, .reg-items {
    position: relative;
    height: 52px;
}

    .login-item .default {
        position: absolute;
        left: 12px;
        top: 11px;
        color: #A5A5A5;
        font-size: 14px;
        z-index: 1;
        display: block;
    }

        .login-item .default em {
            font-family: "Microsoft Yahei";
        }

    .reg-items .default {
        position: absolute;
        left: 6px;
        top: 10px;
        color: #A5A5A5;
        font-size: 14px;
        display: block;
    }

.tips {
    width: 290px;
    height: 22px;
    line-height: 22px;
    background: #ffeeee;
    color: #e3111e;
    font-family: "simsun";
    position: absolute;
    top: -21px;
    left: 11px;
    display: none;
    z-index: 2;
}

    .tips em {
        width: 14px;
        height: 14px;
        overflow: hidden;
        float: left;
        margin: 4px 5px 0 10px;
        display: inline-block;
        background-position: -41px -54px;
    }

.login-item .tips, .reg-items .tips {
    display: none;
    padding: 2px 0;
    color: #C00;
}

.login-item-pwd {
    z-index: 10;
}

.login-item-verify {
    z-index: 9;
    height: 50px;
}

.login-item-pwd a {
    position: absolute;
    right: -4px;
    top: 40px;
}

.login-item-pwd .capital-tip {
    display: none;
    position: absolute;
    left: 4px;
    top: 31px;
    width: 95px;
    height: 20px;
    padding-top: 7px;
    overflow: hidden;
    background: url(../images/capital-tip-common.png) no-repeat 0 0;
    z-index: 3;
    color: #666;
    line-height: 20px;
    text-align: center;
}

.login-item-verify a {
    width: 18px;
    height: 16px;
    background-position: -37px -32px;
    left: 248px;
    margin-top: 14px;
    position: absolute;
    text-indent: -999em;
    overflow: hidden;
    outline: none;
}

.remember {
    padding: 10px 0 12px 0px;
}

    .remember input {
        float: left;
        margin-right: 4px;
        margin-top: 3px;
        *margin-top: 0px;
    }

    .remember label {
        color: #5e5e5e;
    }

.actions .btn-submit {
    display: block;
    width: 132px;
    height: 40px;
    background: url(/images/login-bg-common.png) 0 0 no-repeat;
    border: 0 none;
    cursor: pointer;
    text-indent: -999px;
}

    .actions .btn-submit:hover {
        background-position: 0 -45px;
    }

    .actions .btn-submit:active {
        background-position: 0 -90px;
    }

.corp-login {
    overflow: hidden;
    clear: both;
    background-color: #fcfcfc;
    padding: 9px 20px;
    color: #a5a5a5;
    position: relative;
    border: 1px solid #f0f0f0;
}
    /*.corp-login dd{margin-left: -11px;}*/
    .corp-login dd a {
        float: left;
        /*	background: url(../../../images/loginfront/login/login_icon.png) 0 0 no-repeat;*/
        white-space: nowrap;
        cursor: pointer;
        font: 400 12px/16px "宋体";
        color: #5e5e5e;
        padding: 0 8px;
        margin: 6px 0;
    }

        .corp-login dd a em {
            font-family: "arial";
        }

        .corp-login dd a:hover {
            color: #e3101e;
        }

.borderLine {
    border-right: 1px solid #e6e6e6;
}

#warningTip {
    background: #ffeede;
    color: #ff8001;
}

    .corp-login dd a.more, .corp-login dd a.active, #warningTip em {
        background: url(/images/iconphone.png) no-repeat;
    }

.corp-login .play_icon {
    width: 300px;
}

.corp-login dd a.more {
    position: absolute;
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0;
    top: 14px;
    right: 20px;
    background-position: 0 0;
}

.corp-login dd a.active {
    text-decoration: none;
    background-position: 0 -25px;
}

.readText {
    padding: 9px 0 8px;
    position: relative;
    font-family: "宋体";
    font-size: 12px;
    line-height: 18px;
}

    .readText > div {
        color: #5e5e5e;
    }

.agreeGomeBox {
    height: 51px;
}

.survey {
    height: 16px;
    color: #888888;
    /*	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
    position: absolute;
    right: 108px;
    top: -24px;
    z-index: 990;
}

    .survey .icon {
        display: inline-block;
        margin-right: 8px;
        padding-bottom: 2px;
        width: 15px;
        height: 16px;
        background: url(/images/login-bg-common.png) 0 -170px no-repeat;
        vertical-align: middle;
    }

    .survey:hover {
        color: #e3101e;
        text-decoration: underline;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

#ftr {
    overflow: visible;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 990px;
}

.footer-link {
    position: relative;
    margin: 15px 0 12px;
    text-align: center;
    color: #e6e6e6;
}

    .footer-link a {
        display: inline-block;
        padding: 0 14px;
        color: #5e5e5e;
    }

        .footer-link a:hover {
            color: #c00;
        }

.segments {
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}

    .segments .gome-website,
    .segments cite {
        color: #a5a5a5;
        font-style: normal;
    }

        .segments .gome-website a {
            margin-right: 13px;
            color: #5e5e5e;
        }

            .segments .gome-website a:hover {
                color: #c00;
            }

.copyright {
    text-align: center;
    line-height: 17px;
    color: #a5a5a5;
}

.credit {
    margin: 5px 0;
    text-align: center;
}

    .credit a {
        display: inline-block;
        margin-right: 20px;
        text-decoration: none;
    }

.select-segments {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    padding: 2px 15px 2px 5px;
    height: 15px;
    line-height: 15px;
    color: #5e5e5e;
    font-size: 12px;
}

    .select-segments b {
        border: 3px solid #FFF;
        border-top-color: #5E5E5E;
        border-bottom: 0;
        position: absolute;
        width: 0;
        height: 0;
        top: 8px;
        right: 3px;
        overflow: hidden;
    }

.segments .hover {
    z-index: 16;
    border-top-color: #fff;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.2);
    background: #fff;
}

    .segments .hover .fmasker {
        position: absolute;
        top: -12px;
        left: 0;
        width: 56px;
        height: 15px;
        background: #fff;
    }

    .segments .hover b {
        border: 3px solid #FFF;
        border-bottom-color: #5E5E5E;
        border-top: 0 none;
    }

.segmentslist {
    position: absolute;
    width: 315px;
    top: -241px;
    right: 121px;
    border: 1px solid #ccc;
    box-shadow: 0 0 13px rgba(0,0,0,.2);
    padding: 10px;
    background: #FFF;
    line-height: 20px;
    z-index: 15;
}

    .segmentslist ul {
        width: 370px;
    }

    .segmentslist a {
        color: #5e5e5e;
    }

        .segmentslist a:hover {
            color: #c00;
        }

    .segmentslist li {
        float: left;
        width: 89px;
        text-align: left;
    }

/*******************
*******����*********
*******************/
.pop-wrap {
    position: fixed;
    _position: absolute;
    top: 100px;
    _top: expression(documentElement.scrollTop+100);
    left: 50%;
    margin-left: -195px;
    /*padding: 0 16px 16px 12px;
	background: url(../images/login/pop-bg.png) 0 bottom no-repeat;
	_background: #eee; */
    box-shadow: 0 0 20px rgba(0, 0, 0, .19);
    *border: 2px solid #919191;
    border: 2px solid #919191\9;
    border: 2px solid #919191\0;
    margin-right: 0px;
    margin-top: 0px;
}

.pop-box {
    position: relative;
    width: 442px;
    background: #FFF;
}

.pop-hd {
    height: 60px;
    background: #AE111D;
}

.pop-bd {
    position: relative;
    padding: 26px 0 0 60px;
    width: 302px;
}

    .pop-bd .tab-list {
        position: absolute;
        left: 60px;
        top: -40px;
        width: 305px;
    }

        .pop-bd .tab-list li {
            float: left;
            margin-right: 1px;
            width: 150px;
            height: 39px;
            background: #C63942;
            color: #FFF;
            cursor: pointer;
            font-family: "Microsoft Yahei";
            font-size: 16px;
            line-height: 39px;
            text-align: center;
        }

        .pop-bd .tab-list a {
            display: block;
            width: 150px;
            height: 39px;
            color: #FFF;
            text-decoration: none;
            outline: none;
        }

        .pop-bd .tab-list .cur {
            width: 151px;
            height: 40px;
            background: #FFF;
        }

            .pop-bd .tab-list .cur a {
                color: #CC0000;
            }

.pop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url(/images/login-bg-common.png) 0 -135px no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

    .pop-close:hover {
        background-position: -15px -135px;
    }

.login-item-verify img {
    margin-top: 1px;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    top: -2px;
    /* left: 133px; */
    height: 35px;
}

.login-item-verify .tips {
    clear: both;
    float: none;
    overflow: hidden;
}


.read-xy {
    padding: 5px 0 48px;
    font-family: simsun;
}

    .read-xy a {
        color: #0066CC;
    }

.i-txt {
    position: relative;
    padding: 8px 10px 7px;
    width: 280px;
    height: 21px;
    border: 1px solid #CCC;
    font-family: Arial,simsun;
    outline: 0 none;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 21px;
    z-index: 2;
    background: none;
}

.hide {
    display: none;
}

.w131 {
    width: 123px;
}
/*����ǿ��*/
.pw-tips {
    width: 302px;
    margin-top: 5px;
    overflow: hidden;
    color: #5e5e5e;
}

    .pw-tips .text {
        float: left;
        width: 149px;
        text-align: right;
        line-height: 14px;
    }

.pw-safe {
    float: right;
    width: 153px;
    height: 14px;
    overflow: hidden;
    position: relative;
    background: #A5A5A5;
}

.pw-bar {
    height: 14px;
    overflow: hidden;
    background: #cc0000;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: width .4s linear;
}

.pw-none .pw-bar {
    width: 0;
}

.pw-weak .pw-bar {
    width: 50px;
}

.pw-medium .pw-bar {
    width: 101px;
}

.pw-strong .pw-bar {
    width: 152px;
}

.pw-letter {
    width: 153px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

    .pw-letter span {
        float: left;
        width: 50px;
        height: 14px;
        line-height: 14px;
        _line-height: 16px;
        line-height: 16px\0;
        overflow: hidden;
        text-align: center;
        border-left: 1px solid #fff;
        color: #fff;
    }
/*��֤��*/
.check {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 38px;
    vertical-align: top;
    margin-left: 7px;
}

.check-pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #fff;
}

    .check-pic:hover {
        border-color: #e6e6e6;
    }

    .check-pic img {
        width: 109px;
        height: 36px;
    }

.short-icon {
    left: 109px;
}

.login-item .current, .reg-items .current {
    color: #2A8C01;
}

.check-phone {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 108px;
    height: 36px;
    background: #F8F8F8;
    border: 1px solid #ddd;
    font: normal 12px/36px "Simsun";
    text-align: center;
    color: #333;
}

    .check-phone:hover {
        text-decoration: none;
        color: #333;
        background: #f8f8f8;
        border-color: #ccc;
    }

    .check-phone:active {
        text-decoration: none;
        color: #333;
        background: #f3f3f3;
    }

.check .disable {
    cursor: default;
    border-color: #e6e6e6;
    color: #ccc;
}

    .check .disable:hover {
        color: #ccc;
    }

    .check .disable:active {
        background: #F8F8F8;
    }

.items-1 a {
    color: #0066CC;
}

.items-1 {
    z-index: 997;
}

.items-2 {
    z-index: 995;
}

.name-list {
    width: 300px;
    border: 1px solid #ccc;
    border-top: 0 none;
    position: absolute;
    top: 38px;
    *top: 39px;
    left: 0;
    background: #fff;
    padding-bottom: 5px;
    z-index: 998;
}

    .name-list ul {
        position: relative;
        z-index: 999;
    }

    .name-list li {
        width: 285px;
        padding: 0 5px;
        height: 24px;
        line-height: 24px;
        color: #5e5e5e;
        cursor: default;
        overflow: hidden;
    }

        .name-list li.hover {
            background: #F8F8F8;
        }

.err-list {
    width: 290px;
    padding: 4px 0 4px 10px;
    border: 1px solid #FFD2D2;
    border-top: 0 none;
    background: #FFECEC;
    line-height: 24px;
    position: absolute;
    top: 38px;
    *top: 39px;
    left: 0;
}

    .err-list p.red {
        color: #cc0000;
        line-height: 18px;
    }

        .err-list p.red a {
            color: #0066CC;
            margin: 0 5px;
        }

    .err-list li {
        height: 24px;
        line-height: 24px;
        color: #5e5e5e;
    }

        .err-list li input {
            vertical-align: -2px;
            margin-right: 9px;
            _margin-right: 1px;
        }

.txt-focus {
    border-color: #A5A5A5;
}

input.focus {
    border-color: #a5a5a5;
    color: #5e5e5e;
}

.btnnuw {
    display: block;
    width: 290px;
    height: 42px;
    background: #0075e2;
    font: 500 18px/41px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    border: 0 none;
    outline: none;
    word-spacing: 3px;
    cursor: pointer;
}

    .btnnuw:hover {
        color: #fff;
        text-decoration: none;
        background: #0075e2;
    }

.login-wrap .actions {
    letter-spacing: 10px;
}

    .login-wrap .actions a {
        outline: none;
    }

.pop-bd .login-wrap {
    padding: 24px 0 35px;
}

.register-wrap {
    padding-top: 24px;
}

/*merge-tips*/
.login-item-name {
    z-index: 11;
}

.corp-login .current {
    color: #cc0000;
}

.sm-login-box {
    width: 320px;
    color: #888;
    padding-top: 0px;
    padding: 0px 0px 24px 0;
}

    .sm-login-box a {
        color: #888;
        position: relative;
    }

    .sm-login-box span {
        color: #ccc;
    }


.error-state {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 48px 10px 0 30px;
}

.right-state {
    display: none;
    margin-top: 55px;
}

    .error-state p.error-title, .right-state p.right-title {
        font-size: 16px;
        font-weight: bold;
        font-family: "Microsoft Yahei";
    }

    .error-state p, .right-state p {
        color: #333333;
        font-size: 12px;
        line-height: 20px;
    }

.error-state a {
    margin-top: 30px;
    width: 105px;
    height: 32px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Simsun";
    background: #ff5757;
    text-align: center;
    line-height: 32px;
}

    .error-state a:hover {
        text-decoration: none;
    }

.right-state p {
    color: #5e5e5e;
    text-align: center;
}

.error-state p.error-title {
    text-align: left;
    text-indent: 5px;
}

.login-box-wrap .btn-2qrcode {
    background-position: -60px 0;
}

.login-box-wrap .btn-2login {
    background-position: 0 -60px;
}

.clear-btn, .loginBoxClose, .login-item-pwd .clear-btn {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 14px;
    overflow: hidden;
    display: none;
    background-position: -20px -90px;
}

    .clear-btn:hover, .loginBoxClose:hover {
        background-position: -36px -90px;
    }

.loginBoxClose {
    display: block;
    top: 10px;
    cursor: pointer;
}

#err-tip {
    width: 290px;
    height: 22px;
    line-height: 22px;
    background: #ffeeee;
    color: #e3111e;
    font-family: "simsun";
    position: absolute;
    top: -21px;
    left: 11px;
    display: none;
    z-index: 3;
}

    #err-tip span.icon {
        width: 14px;
        height: 14px;
        overflow: hidden;
        float: left;
        margin: 4px 5px 0 10px;
        display: inline-block;
        background-position: -41px -54px;
    }

    #err-tip p {
        float: left;
    }

.findpassword {
    display: none;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

#warningTip em {
    background-position: 0px -54px;
}

#warningTip {
    z-index: 1;
}

#agreeChoose {
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}

#loginPop-login .login-box-wrap {
    width: 390px;
}

#loginPop-login .loginHead {
    padding-top: 10px;
}

#loginPop-login .loginTab {
    width: 194px;
}

#loginPop-login .loginBox {
    padding: 25px 31px 0 39px;
}

#loginPop-login .corp-login {
    padding: 9px 33px;
}

    #loginPop-login .corp-login dd a.more {
        right: 45px;
    }

.sm-login-box .registerBtn {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 80px;
    color: #069;
    height: 0px;
}

    .sm-login-box .registerBtn:hover {
        color: #e3101e;
    }
