body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td {
    margin: 0;
    padding: 0;
}
img, input {
    border: 0 none;
}
table {
    border-spacing: 0;
}
ol, ul {
    list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
    background-color: #fff;
    color: #333333;
    font-family: Arial,Helvetica,"Microsoft Yahei",sans-serif;
    font-size: 12px;
}
a {
    color: #448CCA;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.header {
    background-color: #2D88C6;
    height: 85px;
}
.header-c {
    width: 1000px;
    margin: 0 auto;
}
.logo {
    float: left;
    margin-top: 19px;
}
.h-r {
    float: right;
    padding-top: 31px;
}
.global {
    background: transparent url(images/hf_icon.png) 0 2px no-repeat;
    padding-left: 30px;
    height: 25px;
}
.lang-setting {
}
.tag_select {
    background: transparent url(images/hf_icon.png) 100px -31px no-repeat;
    border: 1px solid #4F9BCF;
    color: #fff;
    width: 106px;
    height: 23px;
    line-height: 23px;
    padding: 0 6px;
}
.tag_options {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #666;
    position: relative;
    z-index: 5;
}
.tag_options li {
    padding: 0 6px;
    line-height: 22px;
}
.tag_options li:hover {
    background-color: #1e90ff;
    color: #fff;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 10px;
    overflow: hidden;
}
.fr {
    float: right;
}
.footer a {
    color: #333;
}
.f-guan {
    margin-left: 30px;
}
.weibo {
    background: transparent url(images/hf_icon.png) 0 -63px no-repeat;
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}
.weixin {
    background: transparent url(images/hf_icon.png) 0 -91px no-repeat;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

.content {
    width: 1000px;
    margin: 0 auto;
}
.login {

}
.login-l {
    float: left;
    width: 624px;
    text-align: center;
}
.login-box {
    border: 1px solid #F1F1F1;
    color: #666;
    float: left;
    height: 330px;
    padding: 12px 20px 0;
    margin-top: 50px;
}
.login-box h1 {
    font-size: 16px;
    padding-bottom: 5px;
}
.login-field {
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}
.login-input {
    border: 1px solid #D7D7D7;
    width: 300px;
    height: 32px;
    padding: 0 5px;
}
.login-checkcode {
    border: 1px solid #D7D7D7;
    width: 175px;
    height: 32px;
    padding: 0 5px;
}
.checkcode {
    width: 120px;
    height: 32px;
	cursor: pointer;
	vertical-align: middle;
    padding: 0 5px;
}

.error-info {
    display: none;
    background-color: #FFF2F2;
    border: 1px solid #FF8080;
    color: #FF0000;
    padding: 2px 5px;
}
.login-box .error-info {
    margin-top: 10px;
}
.fp-link {
    font-weight: normal;
}
.submit {
    margin-top: 15px;
}
.submit-btn {
    background: transparent url(images/login_btn.png) 0 0 no-repeat;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 311px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.submit-btn:hover {
    background-position: 0 -34px;
}

.login_telphone {
	padding-top: 20px;
	text-align: center;
    font-size: 16px;
}

.login_telphone span a {
	color: #FF0000;
	font-weight: bold;
}
.main {
    border-bottom: 1px solid #F2F2F2;
}
.findpwd {
    height: 445px;
    width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}
.findpwd h1 {
    font-size: 16px;
    font-weight: bold;
}
.setp-wrap {
    position: relative;
    height: 50px;
    margin: 20px 5px 0;
}
.step {
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
}
.step-icon {
    background: transparent url(images/round_icon.png) 0 0 no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.step.active .step-icon {
    background-position: 0 -26px;
}
.step-text {
    color: #999;
    font-size: 14px;
    margin-top: 3px;
}
.step.active .step-text {
    color: #2d88c6;
}
.step-1 {
    left: 0;
}
.step-2 {
    left: 467px;
}
.step-3 {
    right: 0;
}
.step-line {
    background-color: #BDBDBD;
    position: absolute;
    height: 5px;
    top: 10px;
    width: 460px;
    z-index: 1;
}
.step-line.active {
    background-color: #2D88C6;
}
.step-line-1 {
    left: 35px;
}
.step-line-2 {
    right: 35px;
}
.fp-info {
    padding: 50px 0 0 260px;
}
.fp-item {
    padding-bottom: 25px;
    line-height: 28px;
}
.fp-label {
    font-size: 16px;
    margin-right: 5px;
}
.fp-input {
    border: 1px solid #D7D7D7;
    width: 300px;
    height: 28px;
    padding: 0 5px;
    vertical-align: middle;
}
.val-icon {
    background: url(http://pages.juxiao.mediav.com/images/reg/val_icon.png) no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 10px;
    vertical-align: middle;
}
.fp-item .val-icon {
    display: none;
}
.fp-item .error-info {
    font-size: 14px;
    line-height: 22px;
}
.fp-code {
    width: 116px;
}
.vc-img {
    vertical-align: middle;
}
a.vc-change {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.fp-next {
    padding-left: 72px;
}
.fp-next-btn {
    background-image: url(images/fp_btn.png);
    width: 98px;
}


.fp-email {
    font-size: 14px;
    padding: 34px 0 0 280px;
}
.email-tip {
    line-height: 32px;
}
.c-blue {
    color: #0083DE;
}
.send-email {
    background-color: #FEECC2;
    border: 1px solid #FBA12D;
    border-radius: 3px;
    width: 336px;
    padding: 8px 0 7px 21px;
    height: 31px;
    line-height: 30px;
    margin-top: 11px;
}
.send-email-btn {
    background: url(http://pages.juxiao.mediav.com/images/reg/send_email_btn_bg.png) no-repeat;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    width: 214px;
    height: 31px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.send-email-btn.send-again {
    color: #0083DE;
}


.fp-success {
    padding: 34px 0 0 350px;
}
.success-tip {
    background: transparent url(images/ok_icon.png) 0 0 no-repeat;
    color: #4aba37;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 48px;
}
.redirect-tip {
    color: #666;
    line-height: 30px;
    padding-left: 48px;
}
.redirect-tip .count-down {
    color: #e05d5a;
}