body{
    margin:0;
}
span {
    font-size: 14px;
}

a {
    font-size: 14px;
    overflow: hidden;
}

input {
    font-size: 14px;
    overflow: hidden;
}

.loginDiv h3 {
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
}

.w {
    margin: 0 auto;
    width: 980px;
}

    .w .top {
        height: 80px;
        margin: 10px 0 0;
        position: relative;
        width: 360px;
    }

.top a {
    display: block;
    padding-top: 16px;
}

.top b {
    background: rgba(0, 0, 0, 0) url(/images/l-icon.gif) no-repeat scroll 0 0;
    display: block;
    height: 18px;
    position: absolute;
    right: 28px;
    top: 25px;
    width: 75px;
}

#bgcolor {
    width: 100%;
    height: 460px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #d94f4d;
}

#logincnt {
    width: 990px;
    height: 455px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#bgimg {
    width: 100%;
    float: left;
    position: relative;
    height: 455px;
    background: url(/images/55dc018fNb118bae4.jpg) no-repeat center center;
}

.loginDiv {
    width: 370px;
    float: right;
    position: relative;
    /*height: 400px;*/
    border: 1px solid #e2e2e2;
    background-color: #FFFFFF;
    /*margin-top: 68px;*/
    padding: 0 15px;
    height:330px;
    margin-top:68px;
}

#bgimg .loginDiv .tit {
    float: left;
    height: 25px;
    margin: 15px 0 0 16px;
    padding-left: 0px;
    padding-top: 10px;
    position: relative;
    width: 91px;
}

.logimg {
    background: rgba(0, 0, 0, 0) url("/images/loginicon.gif") repeat scroll 0 0;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}

#bgimg .rega {
    float: left;
    height: 43px;
    margin-top: 20px;
    padding-top: 12px;
    width: 165px;
    font-family: "ËÎÌå";
    border-bottom: 1px solid #ccc;
}

    #bgimg .rega span {
        color: #666666;
        font-size: 16px;
    }

    #bgimg .rega a {
        color: #dc241c;
        font-size: 16px;
    }

#bgimg .msg-warn {
    height: 15px;
    width: 289px;
    margin: 10px 0 5px 15px;
    float: left;
    clear: both;
    line-height: 15px;
    border: 1px solid #f6c090;
    background: #fef4e5 none repeat scroll 0 0;
    padding: 4px 10px 4px 40px;
    display: block;
    color: #666;
    position: relative;
    display: block;
    font-size: 12px;
}

    #bgimg .msg-warn b {
        background: url(/images/icon/icon.png) no-repeat -156px -72px;
        width: 16px;
        height: 17px;
        position: absolute;
        left: 15px;
        top: 4px;
    }

#bgimg .msg-error {
    height: 15px;
    width: 289px;
    margin: 10px 0 5px 15px;
    float: left;
    clear: both;
    line-height: 15px;
    border: 1px solid #faccc6;
    background: #ffebeb none repeat scroll 0 0;
    padding: 3px 10px 4px 40px;
    display: block;
    position: relative;
    display: none;
}

    #bgimg .msg-error span {
        font-size: 12px;
        color: #e4393c;
    }

    #bgimg .msg-error b {
        background: url(/images/icon/icon.png) no-repeat -125px -70px;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 15px;
        top: 3px;
    }

#bgimg .userdiv {
    width: 350px;
    float: left;
    margin-top: 6px;
    position: relative;
    margin-left: 16px;
}

    #bgimg .userdiv i {
        background: url(/images/red/icon/icon.png) no-repeat -70px -556px;
        width: 25px;
        height: 20px;
        left: 10px;
        position: absolute;
        top: 10px;
    }

#bgimg .pwddiv i {
    background: url(/images/red/icon/icon.png) no-repeat -124px -556px;
    width: 25px;
    height: 26px;
    position: absolute;
    left: 8px;
    top: 7px;
}

#bgimg #txtUser {
    height: 18px;
    line-height: 18px;
    padding: 10px 0 10px 40px;
    overflow: hidden;
    width: 298px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #fff;
}

#bgimg .pwddiv {
    width: 350px;
    float: left;
    margin-left: 16px;
    position: relative;
    margin-top: 20px;
}

#bgimg #txtpwd {
    height: 18px;
    line-height: 18px;
    padding: 10px 0 10px 40px;
    overflow: hidden;
    width: 298px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #fff;
}



.bgLogin {
    width: 100%;
    float: left;
    background: #dc241c none repeat scroll 0 0;
    border: 1px solid #dc241c;
    display: block;
    height: 42px;
    line-height: 41px;
    width: 338px;
    margin-top: 0;
    text-align: center;
    margin-left: 16px;
    border-radius: 5px;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    text-decoration: none;
}
.bgLogin:hover
{
    color:#fff;
} 
.fpwdDiv {
    width: 333px;
    padding-left: 10px;
    margin: 10px;
    float: left;
    position: relative;
    padding-top: 0;
    display: block;
}

    .fpwdDiv a {
        color: #666;
        font-size: 14px;
        overflow: hidden;
        text-decoration: none;
    }

.net-cooperation {
    bottom: 19px;
    color: #999;
    left: 0;
    position: absolute;
    right: 0;
}

fieldset {
    border: none;
    border-top: 1px solid #dddddd;
    color: #333;
    margin: 10px 20px;
    padding: 10px 100px;
    width: 133px;
    position: relative;
    display:none;
}

legend {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    color: #515151;
    font-family: SimHei;
    height: 20px;
}

fieldset ul {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5px;
}

    fieldset ul li {
        list-style: none;
        float: left;
        background: url(/images/red/icon/icon.png) no-repeat;
        width: 37px;
        height: 37px;
        display: block;
        margin-left: 35px;
    }

.QQ-icon {
    background-position: -179px -548px;
}

.weixin-icon {
    background-position: -255px -548px;
}

.sina-icon {
    background-position: -328px -548px;
}

.aliy-icon {
    background-position: -402px -548px;
}

.botm {
    width: 980px;
    clear: both;
    height: 70px;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
}

    .botm p {
        text-align: center;
        font-size: 14px;
        color: #666666;
    }

    .botm a {
        text-align: center;
        font-size: 14px;
        color: #666666;
        text-decoration: none;
    }

        .botm a:hover {
            color: #dc241c;
        }

/**************************×¢²á*******************************/
.top i {
    background: rgba(0, 0, 0, 0) url(/images/reg.gif) no-repeat scroll 0 0;
    display: block;
    height: 23px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 95px;
}

#register {
    width: 605px;
}

    #register ul li label {
        color: #666666;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
    }

#userinfo li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    font-family: SimSun;
    color: #999999;
    position: relative;
}

    #userinfo li em {
        color: #fe0315;
        font-style: normal;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        margin-right: 5px;
        font-family: SimSun;
    }

    #userinfo li span {
        display: block;
        float: left;
        font-family: SimSun;
        text-align: right;
        width: 90px;
    }

    #userinfo li input {
        height: 46px;
        line-height: 46px;
        border: 1px solid #dddddd;
        width: 290px;
        padding-left: 10px;
    }

    #userinfo li i {
        position: absolute;
        right: 185px;
        top: 13px;
        width: 20px;
        height: 20px;
        display: block;
    }

.icom {
    background: url(/images/icon/zc_03.gif) no-repeat;
}

.iuser {
    background: url(/images/icon/zc_06.gif) no-repeat;
}

.ipwd {
    background: url(/images/icon/zc_10.gif) no-repeat;
}

.iemail {
    background: url(/images/icon/zc_08.gif) no-repeat;
}

.iphone {
    background: url(/images/icon/zc_11.gif) no-repeat;
}

.regbtnli {
    margin-top: 20px;
    padding-left: 70px;
}

    .regbtnli a {
        width: 270px;
        height: 36px;
        background-color: #dc241c;
        display: block;
        border-radius: 1px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
    }

#userinfo li.regerrormsg {
    height: 28px;
    color: red;
    line-height: 28px;
    padding-left: 100px;
    font-size: 12px;
    position: relative;
}

    #userinfo li.regerrormsg i {
        width: 400px;
        height: 14px;
        line-height: 14px;
        background: url(/images/regerror.gif) no-repeat;
        position: absolute;
        left: 90px;
        top: 6px;
        display: none;
        font-style: normal;
        padding-left: 20px;
    }

#userinfo li i.info {
    line-height: 14px;
    background: url(/images/reginfo.gif) no-repeat;
    color: #c6c6c6;
}

#userinfo li i.messgok {
    width: 15px;
    height: 15px;
    background: url(/images/regok.gif);
    right: 150px;
    top: 18px;
    position: absolute;
    display: none;
}

#userinfo li.seclevel {
    height: 20px;
    line-height: 20px;
    display: none;
}

.level {
    background: url("/images/user_bg.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 80px;
}

.high {
    background-position: 0 -20px;
}

.medium {
    background-position: -90px 0px;
}

.low {
    background-position: 0 0px;
}

.gray9 {
    color: #999;
    font-size: 12px;
}
