﻿/*登录*/
.login_logo, .main
{
    width: 980px;
    margin: 0 auto;
}
.login_logo
{
    padding: 25px 0 70px 0;
}
.main
{
    height: 385px;
    position: relative;
}
.login_user
{
    position: absolute;
    width: 386px;
    height: 344px;
    right: 30px;
    top: -53px;
}
.user_left, .user_middle, .user_right
{
    float: left;
    height: 344px;
    background: url(../images/login_bg.png) no-repeat;
    height: 346px;
}
.user_left
{
    background-position: 0px 0px;
    width: 33px;
}
.user_middle
{
    background-position: 0px -346px;
    background-repeat: repeat-x;
    width: 340px;
    position: relative;
    top: 0px;
    left: 0px;
}
.user_right
{
    background-position: -20px -692px;
    width: 13px;
}
.user_middle h2
{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 13px 0 0 5px;
}
.middle_input
{
    margin: 10px 0 0 5px;
}
.middle_input span
{
    display: block;
    font-size: 14px;
    color: #00709e;
    line-height: 40px;
    height: 40px;
}
.middle_input span .inp_us
{
    vertical-align: middle;
    background: url(../images/login_inp.png) no-repeat scroll 0px -22px transparent;
    border: 0;
    width: 248px;
    height: 32px;
    line-height: 32px;
    text-indent: 5px;
    font-size: 13px;
    color: #666;
}
.middle_input span .ValidateText
{
    vertical-align: middle;
    background: url(../images/ValidateText.png) no-repeat;
    border: 0;
    width: 173px;
    height: 32px;
    line-height: 32px;
    text-indent: 5px;
    font-size: 13px;
    color: #666;
}
.middle_checkbox
{
    margin: 10px 0 0 54px;
    _margin: 4px 0 0 44px;
}
.middle_checkbox input
{
    vertical-align: middle;
}
.middle_checkbox span
{
    float: left;
    display: block;
    margin-right: 15px;
}
.middle_button
{
    clear: both;
    margin: 0px 0 0 54px;
}
.middle_button .inp_bt
{
    background: url(../images/login_inp.png) no-repeat 0 -57px;
    border: 0;
    vertical-align: middle;
    line-height: 85px;
    height: 33px;
    width: 115px;
    cursor: pointer;
}
.middle_reg
{
    margin: 5px 0 0 0px;
}
.middle_reg a:link, .middle_reg a:visited
{
    font-size: 14px;
    font-weight: bold;
    color: #0068b7;
}
.user_extra
{
    position: absolute;
    bottom: 12px;
    left: 25px;
}
.user_extra dt
{
    color: #000;
}
.user_extra dd
{
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 3px 8px 0 0;
    vertical-align: middle;
}
/*.user_extra dd i
{
    height: 20px;
    overflow: hidden;
    display: block;
    margin-top: 7px;
    float: left;
    width: 15px;
    background: url(../images/login_inp.png);
}*/
.user_extra dd a
{
    display: block;
    float: left;
    padding-left: 3px;
}
.user_extra .user_qq i
{
    background-position: 0 0px;
}
.user_extra .user_alipay i
{
    background-position: -49px 0;
    width: 13px;
}
.user_extra .user_renren i
{
    background-position: -115px 0;
    width: 18px;
}
.user_extra .user_163 i
{
    background-position: -187px 0;
    width: 12px;
}
.user_extra a:link, .user_extra a:visited
{
    color: #0068b7;
    border-right: 1px dashed #adadad;
    margin-top: 7px;
    padding-right: 7px;
    height: 15px;
    line-height: 15px;
}

.login_footer
{
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
}


/*注册页*/
.regist_wrap{ clear:both; width:978px; margin:10px auto; border:1px solid #1599e1; text-align:center;}
.regist_bar{ height:29px; line-height:29px; margin:1px; background:url(../images/reg_bg.png) no-repeat scroll 0 0 transparent; background-color: #e5f8ff;}
.regist_bar p{ float:left; width:300px; text-align:center; color:#999;}
.regist_bar p.reg_bar_focus{ color:#000;font-weight:bold;}
.regist_bar p.regist_help{ float:right; color:#4990aa; text-align:right;}
.regist_bar a:link,.regist_bar a:visited{ color:#0f83c2; padding:0 10px; text-decoration:none;}
.regist_title,.regist_title li{ height:32px; line-height:32px;}
.regist_title{ border-bottom:1px solid #1599e1;margin:44px 0 31px 0;}
.regist_title ul{ width:360px; margin:0 auto;}
.regist_title li{ float:left; display:block; cursor:pointer;font-size:14px;  color:#fff; font-weight:bold; background:url(../images/reg_bg.png) no-repeat scroll -176px -61px transparent; width:171px;}
.regist_title li.reg_tiltle_focus{color:#1599e1; background-position:0 -61px;position:relative; top:1px; margin:0 5px;}
.regist_tab{ display:none;}
.reg_tab_focus{ display:block;}
.regist_box{ text-align:left; padding-bottom:20px; }
.regist_box li{ height:40px; line-height:40px; padding-top:7px;  }

.regist_box label{ padding-left:280px; text-align:right;float:left; width:80px; color:#00709e; font-size:14px;}
.regist_box .input_box,.regist_box input{ float:left; display:block; width:219px;  height:33px; line-height:33px;  font-size:14px; overflow:hidden; background:url(../images/reg_bg.png) no-repeat scroll -381px -62px transparent; margin:0; padding:0;   border:medium none;}
.regist_box input{ text-indent:5px;   }
.input_bg input{ font-size:14px;  border:1px solid #33bded; background:#FFF; height:31px; line-height:31px; width:215px; text-indent:5px; float:left; display:block; margin:0px; padding:0; position:relative; left:1px; }
.input_bg{background-color:#e7f9ff;}

.regist_tab span{float:left; padding-left:10px; position:relative; top:-4px;}
.regist_box .input_box{ top:1px; }
#reg_tips b,#pwd_reg_tips b,#repwd_reg_tips b,#pic_reg_tips b,#p_reg_tips b,#p_pwd_reg_tips b,#p_repwd_reg_tips b,#p_pic_reg_tips b{ color:#ff0000; float:left; width:10px;font-weight:normal;}
#reg_form_ok,#reg_form_no,#pwd_reg_form_ok,#pwd_reg_form_no,#repwd_reg_form_ok,#repwd_reg_form_no,#p_reg_form_ok,#p_reg_form_no,#p_pwd_reg_form_ok,#p_pwd_reg_form_no,#p_repwd_reg_form_ok,#p_repwd_reg_form_no{ float:left; display:inline; background:url(../images/reg_no_ok.png) no-repeat 6px 0; width:18px; height:18px; line-height:18px; margin-top:12px; padding:0 7px;}
#reg_form_no,#pwd_reg_form_no,#repwd_reg_form_no,#p_reg_form_no,#p_pwd_reg_form_no,#p_repwd_reg_form_no{ background-position:2px -17px; background-color:#fff2e9; width:auto; border:1px solid #ff6600;  color:#424242; font-size:13px;  text-indent:12px; left:10px;  }

.reg_no_border{ border:0;}
li.txt_verify_pic{ height:60px; line-height:60px; padding-left:350px; margin-top:3px; }
.txt_verify_pic img{ border:1px solid #d5dde8; cursor:pointer;}
.txt_verify_pic a:link,.txt_verify_pic a:visited{ color:#000; text-decoration:none;}
.regist_box li .submit_btn{ float:left; border:0; width:153px; cursor:pointer; height:31px; line-height:31px; background:url(../images/reg_button.png) no-repeat 0 0; text-indent:-9999px;position:relative; left:390px; bottom:10px; top:20px;}
li .viem_agreement{ height:22px; line-height:22px; position:relative;left:382px;margin-top:12px;  }
li .viem_agreement a:link,li .viem_agreement a:visited{ color:#3b3b3b; text-decoration:none;}

/*注册提示*/
#reg_form_no, #pwd_reg_form_no, #repwd_reg_form_no, #p_reg_form_no, #p_pwd_reg_form_no, #p_repwd_reg_form_no, #p_pwd_reg_form_ok
{
    display: none;
}
#reg_form_ok, #pwd_reg_form_ok, #repwd_reg_form_ok, #p_reg_form_ok, #pwd_reg_form_ok, #p_repwd_reg_form_ok
{
    display: none;
    margin-left: 3px;
}
#reg_tips, #pwd_reg_tips, #repwd_reg_tips, #pic_reg_tips, #p_reg_tips, #p_pwd_reg_tips, #p_repwd_reg_tips, #p_pic_reg_tips
{
    color: #1599e1;
    display: block;
    text-align: left;
}

.regist_bar a:hover, .txt_verify_pic a:hover, li .viem_agreement a:hover
{
    color: #fe2a2a;
}
/*注册成功*/
.regist_content
{
    height: 483px;
    background-color: #f5fcff;
}
.regist_bar_ok
{
    background-position: 0 -30px;
}
.reg_success_ok
{
    margin: 200px 0 0 350px;
    text-align: left;
    font-size: 12px;
    color: #666666;
}
.reg_success_ok p
{
    margin-top: 10px;
}
p.reg_success_logo
{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
p.reg_success_logo span
{
    position: relative;
    top: -15px;
    left: -10px;
    float: left;
    width: 50px;
    height: 46px;
    background: url(../images/reg_button.png) no-repeat 0 -33px;
}
p.my_jianke
{
    height: 35px;
    line-height: 35px;
}
p.my_jianke a
{
    height: 33px;
    float: left;
    width: 106px;
    margin: 2px 7px 0 -1px;
    background: url(../images/reg_button.png) no-repeat -51px -32px;
}

/*帐号提示*/
.suggest-container
{
    border: 1px solid #33BDED;
    visibility: hidden;
    background: #FFFFFF;
}
.suggest-item
{
    padding: 3px 2px;
}
.suggest-active
{
    background: #D3EFF5;
    color: Black;
    padding: 3px 2px;
}

/*8.15修改*/
.regist_help span{ margin-right:10px;}
/*login ico*/
.user_extra dd i{height:20px; overflow:hidden; display:block; margin-top:7px; float:left; width:15px;background:url(../images/api_ico.png);  }
.user_extra .user_sina i{ background-position:-115px 0;width:18px;}
.user_extra a.no_border:link,.user_extra a.no_border:visited{ border-right:none;}
.user_extra .user_renren i{ background-position:0px -25px;width:18px; height:16px;}