body {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg {
    width: 100%;
    position: relative;
    min-width: 1226px;
}

.bg img {
    width: 100%;
}

.login {
    position: absolute;
    width: 340px;
    height: 360px;
    background: #1271EA;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 50%;
    margin-top: -190px;
    left: 50%;
    margin-left: -20px;
    border-radius: 8px;
}

.login_title {
    width: 300px;
    margin: 0 auto;
}

.login_title img {
    max-width: 100%;
    max-height: 100%;
}

.login_info {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
}

.login_title {
    color: white;
    font-size: 24px;
    margin-top: 20px;
}

.login_title p {
    font-size: 12px;
    margin-top: -2px;
}

.login_title ul li {
    height: 40px;
    width: 100%;
    background: white;
    border-radius: 2px;
    margin: 20px auto;
    position: relative;
}

.login_title ul li i {
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000000;
    z-index: 4;
    border-right: 1px solid #ccc;
    padding-right: 6px;
}

.login_title ul li input {
    width: 82%;
    font-size: 14px;
    margin: 0 auto;
    color: #666666;
    outline: none;
    border: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0 10px;
    height: 32px;
}

.login_title ul li .login_btn {
    background: #0D7BD9;
    text-align: center;
    text-indent: 0em;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    height: 100%;
    border: none;
    border: 0px;
    *height: 34px;
    left: 0px;
    top: 0px;
    cursor: pointer
}

.login_title ul li .login_btn:hover {
    background: ghostwhite;
    text-align: center;
    text-indent: 0em;
    color: #0D7BD9;
    font-weight: bold;
    font-size: 18px;

}

.remember_key {
    text-align: left;
    float: left;
    width: 72%;
}

.remember_key input {
    vertical-align: middle;
    outline: none;
    height: 14px;
    width: 14px;
}

.remember_key label {
    display: inline;
    font-size: 12px;
    float: right;
    margin-top: 2px;
}

.forget-pw {
    font-size: 12px;
    float: right;
    color: white;
}

.forget-pw:hover {
    color: #ff7600;
}

.czs-home-l {
    margin-right: 4px
}

.czs-home-l:before {
    content: "\e972";
}

.n_top {
    height: 100px;
    background: url(/xlhSystem/images/common/header_bg.png) no-repeat center;
}

.n_top1 {
    width: 970px;
    margin: 0 auto;
    height: 100px;
}

.n_top_logo {
    float: left;
    width: 480px;
    height: 60px;
    margin-top: 20px;
}

.n_top_p {
    float: right;
    display: inline;
    margin: 38px 10px 0 0;
}

.n_top_p a {
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 14px
}

.n_top_p a:hover, .login_footer a:hover {
    color: #ff7300;
}

.n_top_logo a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 100px;
}

.n_top_logo img {
    max-width: 100%;
    max-height: 100%
}

.n_top_logo a:hover {
    color: #bfe7fb;
}

.login_bg {
    background-color: #fafafa;
}

.login_main {
    width: 960px;
    margin: 40px auto 0;
    background-color: #fff;
    border: solid 1px #e7e7e7;
}

/*登录页样式*/

.login_lo1 {
    padding: 70px 0 0;
    width: 820px;
    height: 400px;
    margin: 0 auto;
}

.login_lo1_l {
    width: 440px;
    float: left;
}

.field {
    clear: both;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}

.field label {
    float: left;
    font-size: 14px;
    line-height: 36px;
    padding-right: 10px;
    text-align: right;
    width: 95px;
}

.login_input-text {
    border: 1px solid #d5d9da;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
    padding: 0 10px;
    vertical-align: middle;
    width: 292px;
    color: #999999;
    outline: none
}

.error-box, .error_b_three {
    clear: both;
    color: #EE3300;
    font-size: 12px;
    line-height: 24px;
    min-height: 35px;
    padding-left: 110px;
    padding-top: 20px
}

.error_b_three {
    padding-left: 200px;
}

.error, .sys_error_msg {
    background: url(../images/login/validator_t2.jpg) scroll no-repeat left center;
    padding-left: 20px;
}

.login_error .sys_error_msg {
    background: none;
    padding-left: 0px;
    text-align: center;
    font-size: 14px
}

.radio {
    clear: both;
    height: 20px;
    line-height: 20px;
    padding: 0px 0 0 105px;
}

.radio-btn {
    vertical-align: middle;
    float: left;
    display: inline;
    margin: 3px 5px 0 0;
    height: 13px;
    line-height: 13px;
    vertical-align: bottom;
}

.radio_btn_span {
    line-height: 20px;
    height: 20px;
    float: left;
}

.forget_login {
    width: 110px;
    height: 36px;
    line-height: 36px;
    margin: 20px 0 0 105px;
}

.forget_newlo {
    height: 36px;
    line-height: 36px;
    margin: 20px 0 0 105px;
}

.forget_newlo2 {
    line-height: 12px;
    height: 12px;
    float: left;
    display: inline;
    margin-top: 5px;
}

a.forget_newlon {
    width: 110px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.forget_login a, a.forget_newlon {
    text-align: center;
    display: block;
    background-color: #0099FF;
    color: #FFFFFF;
    height: 36px;
    font-size: 18px;
}

.forget_login a:hover, .success_btn a:hover, .ret_sucx_box a:hover, a.forget_newlon:hover {
    background-color: #69bfea;
    color: #FFFFFF;
}

.validatorMsg {
    background: url(../images/validatorValid.png) no-repeat scroll 1px 4px;
    height: 23px;
    width: 35px;
    display: block;
}

.login_lo1_r {
    float: right;
    width: 284px;
    padding-left: 50px;
    padding-bottom: 10px;
    border-left: #e7e7e7 solid 1px;
    color: #999999;
}

.login_lo1_r h3 {
    height: 24px;
    margin: 10px 0 10px;
    color: #666666;
}

.login_lo1_r p {
    padding-bottom: 30px;
    line-height: 18px;
}

.jihuo_sj1 {
    width: 606px;
    margin: 45px auto 0;
    height: 78px;
    text-align: center;
    position: relative;
}

.jihuo_sj101, .jihuo_sj102, .jihuo_sj103, .jihuo_sj104 {
    position: absolute;
    font-size: 14px;
    left: -1px;
    bottom: 0px;
    height: 20px;
    color: #333333;
}

.jihuo_sj102 {
    bottom: 0px;
    left: 185px;
}

.jihuo_sj103 {
    bottom: 0px;
    left: 357px;
}

.jihuo_sj104 {
    bottom: 0px;
    left: 552px;
    width: 70px;
}

.jihuo_sjhover {
    color: #358dca;
}

.jihuo_sj_main {
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 70px;
}

.jihuo_sj_t {
    font-size: 30px;
    color: #349ce4;
    padding-left: 93px;
    background: url(../images/login/zc_sj_list01.jpg) no-repeat scroll left center;
}

.jihuo_sj_t1 {
    padding-left: 93px;
    color: #999999;
}

.jihuo_sj_tp {
    line-height: 24px;
    font-size: 14px;
    margin: 15px 0 30px;
}

.jihuo_sj_back {
    margin-top: 30px;
}

.jihuo_sj_bp {
    padding-left: 30px;
    background: url(../images/zc_sj_list02.jpg) scroll no-repeat left center;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.jihuo_sj_bp a {
    color: #999999;
}

.jihuo_sj_h3 {
    height: 24px;
    margin: 10px 0 5px;
    color: #666666;
}

a.jihuoa, .forget-pw:hover {
    color: #ff7300;
}

a.jihuoa:hover, .jihuo_sj_bp a:hover {
    color: #358dca
}

.jihuo_mxw {
    width: 370px;
}

.jihuo_mxx {
    width: 510px;
    margin: 0 auto;
}

.jihuo_mxxh {
    color: #FF0000;
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
}

.jihuo_mxr {
    float: right;
    display: inline;
    color: #666666;
    margin: 20px 20px 0 0;
}

.jihuo_mxr a {
    color: #349ce4;
}

.login_footer {
    width: 960px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #aaaaaa;
}

.login_footer a {
    color: #aaaaaa;
}

.login_three {
    margin: 0 auto;
    width: 720px;
    padding-top: 70px;
    padding-bottom: 80px;
}

.login_xian {
    height: 20px;
    margin-bottom: 40px;
    border-bottom: #e5e5e5 dashed 1px;
}

.choose_met {
    text-align: center;
    height: 47px;
    border-bottom: #d7d7d7 solid 1px;
    margin-bottom: 50px;
    padding-left: 230px;
}

.choose_met a {
    float: left;
    margin-bottom: -1px;
    width: 135px;
    border: #e7e7e7 solid 1px;
    height: 46px;
    line-height: 46px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.choose_met a:hover, .choose_met a.hover {
    border-top: #349ce4 solid 2px;
    border-bottom: #fff solid 1px;
    height: 45px;
    line-height: 45px;
    background-color: #FFFFFF;
}

.choose_list ul li {
    width: 308px;
    border: #e1e1e1 solid 1px;
    padding-bottom: 1px;
    position: relative;
    float: left;
    display: inline;
    margin: 0 23px 30px;
}

.choose_list1 {
    border-bottom: #e1e1e1 solid 1px;
    padding-bottom: 1px;
}

.choose_list2 {
    border-bottom: #e1e1e1 solid 1px;
    height: 90px;
}

.choose_list_img {
    display: inline;
    float: left;
    margin: 20px 10px 10px 13px;
    padding: 2px;
    border: #e8e8e8 solid 1px;
}

.choose_list_h3 {
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #999999;
    padding-top: 20px;
}

.choose_list_p {
    font-size: 14px;
    color: #999999;
}

.choose_joint {
    color: #cccccc;
    font-size: 12px;
    margin-top: 10px;
}

a.choose_join {
    background: url(../images/zhuce32_06.jpg) left center no-repeat;
    text-decoration: underline;
    color: #349ce4;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding-left: 20px;
    line-height: 20px;
    line-height: 20px;
}

a.choose_join:hover, .ret_jianct span b {
    color: #ff7300;
}

a.success_ok1 {
    font-size: 14px;
    background: url(../images/zhuce32_06.jpg) left 4px no-repeat;
    text-decoration: underline;
    color: #349ce4;
    padding-left: 20px;
    line-height: 20px;
    line-height: 20px;
}

.success_ok2 {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.success_join {
    font-size: 30px;
    color: #999999;
    text-align: left;
    padding: 5px 0 5px 93px;
    background: url(../images/login/zc_sj_list01.jpg) no-repeat scroll left center;
    display: inline-block;
}

.success_btn {
    background-color: #349ce4;
    width: 320px;
    margin: 40px auto 50px;
    height: 42px;
}

.success_btn a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
}

.success_ts {
    color: #999999;
    text-align: left;
    padding-left: 138px;
    line-height: 30px;
}

.reg_index {
    width: 550px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 70px;
}

.ret_tag {
    height: 130px;
    line-height: 45px;
    padding-bottom: 10px;
    padding-left: 50px;
    width: 500px;
    margin-bottom: 30px;
    border-bottom: #e5e5e5 dashed 1px;
}

.ret_tag1 {
    padding-left: 50px;
}

.ret_tag h2, .ret_tag1 h2 {
    color: #656565;
    font-size: 14px;
    font-weight: normal;
    width: 165px;
    margin-bottom: 10px;
}

.ret_tag h2 span, .ret_tag1 h2 span {
    font-size: 24px;
    font-style: italic;
}

.ret_tag ul {
    width: 400px;
}

.ret_tag ul li {
    cursor: pointer;
    float: left;
    height: 45px;
    padding-left: 45px;
    width: 99px;
}

.ret_tag ul li.tb-email {
    background-position: 0 0;
    margin-right: 10px;
}

.ret_tag ul li.tb-phone {
    background-position: -154px -45px;
}

.ret_tag ul li.tb-email-select {
    background-position: 0 -45px;
}

.ret_tag ul li.tb-phone-select {
    background-position: -154px 0;
}

.ret_yzm {
    line-height: 24px;
    height: 24px;
    margin-top: 7px;
    float: left;
    padding-left: 10px;
}

.ret_yzm2 {
    float: left;
    display: inline;
    padding: 4px 0 0 10px;
}

.ret_jianc {
    margin-bottom: 20px;
}

.ret_jianc p {
    float: left;
    display: inline;
    margin-left: 24px;
    width: 623px;
    padding: 20px;
    border: #e8e8e8 dashed 1px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.ret_jianct {
    border-bottom: 1px solid #e8e8e8;
    height: 34px;
    margin: 0 32px 30px 22px;
    padding-left: 20px;
}

.ret_jianct span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-bottom: 6px;
    text-decoration: none;
}

.ret_jianb {
    padding-left: 35px;
}

.ret_sucx {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.ret_sucx_box {
    float: left;
    width: 230px;
    margin: 0 0px 0 50px;
    display: inline;
}

.ret_sucx_box a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    background-color: #349ce4;
}

.ret_sucx_box p {
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.ret_sucx_btn {
    border: 1px dashed #E8E8E8;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    display: inline-block;
    text-align: left;
    margin: 0 auto 40px;
}

.ret_sucx_btn a {
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

/*忘记密码*/

.pass_cz_main {
    width: 715px;
    margin: 50px auto 0;
    padding-bottom: 80px;
}

.pass_tit_met {
    border-bottom: 1px solid #ccc;
    height: 47px;
    margin-bottom: 40px;
    padding-left: 60px;
    text-align: center;
}

.pass_tit_met span {
    float: left;
    color: #0099ff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    width: 135px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #0099ff;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    height: 45px;
    line-height: 45px;
}

.pass_conter_c {
    padding-left: 118px;
    padding-bottom: 10px;
}

.pass_conter_c1 {
    padding-left: 85px;
    height: 70px;
    background: url(../images/pass_yaoshi.jpg) scroll no-repeat left center;
}

.pass_conter_c1 h2 {
    color: #349ce4;
    font-size: 30px;
}

.pass_conter_c1 p {
    line-height: 24px;
    height: 24px;
    color: #999999;
}

.pass_conter_c2 {
    padding-left: 105px;
    padding-bottom: 10px;
}

.pass_conter_c21 {
    padding-left: 85px;
    height: 80px;
    background: url(../images/pass_email.jpg) scroll no-repeat left center;
}

.pass_conter_c21 h2, .pass_conter_c22 h2 {
    color: #349ce4;
    font-size: 28px;
}

.pass_conter_c21 h3 {
    color: #349ce4;
    font-size: 24px;
}

.pass_conter_c21 h3 a {
    color: #ff7300;
    padding-left: 10px;
    font-size: 14px;
}

.pass_conter_c21 h3 a:hover {
    color: #349ce4;
}

.pass_conter_c21 p, .pass_conter_c22 p {
    line-height: 24px;
    height: 24px;
    color: #999999;
}

.pass_conter_c22 p b {
    color: #349ce4;
}

.pass_conter_c22 {
    padding-left: 85px;
    height: 100px;
    background: url(../images/login/zc_sj_list01.jpg) scroll no-repeat left center;
}

.pass_conter_e {
    text-align: center;
    margin-bottom: 25px;
}

.pass_wj_txt {
    padding-left: 110px;
}

.pass_wj_txt p {
    line-height: 24px;
    color: #999999;
}

.membershow-list {
    margin: 0 22px 30px 22px;
    padding-left: 20px;
    padding-top: 15px;
}

.membershow-list ul li {
    display: inline;
    float: left;
    margin: 0 15px 15px 0;
    overflow: hidden;
    width: 56px;
}

.membershow-list .avatar {
    display: block;
}

.membershow-list .avatar img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    padding: 3px;
}

.membershow-list .name {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.ret_hender_t {
    height: 20px;
    text-align: left;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e8e8e8;
    font-size: 14px;
    color: #595959;
    padding-left: 44px;
}

.ret_hender_t span {
    padding-left: 61px;
}

.ret_join_t {
    font-size: 24px;
    color: #999999;
    width: 310px;
    text-align: left;
    padding: 14px 0 14px 93px;
    background: url(../images/login/zc_sj_list01.jpg) no-repeat scroll left center;
    display: inline-block;
}

.ret_join_t1 {
    font-size: 24px;
    color: #999999;
    width: 360px;
    text-align: left;
    padding: 14px 0 14px 93px;
    background: url(../images/zc_sj_list03.png) no-repeat scroll left center;
    display: inline-block;
}

.ret_join_p {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.ret_join_t span {
    font-size: 14px;
    display: block;
}

.ret_join_t span.span_f {
    font-size: 16px;
}

.ret_join_t span.span_f a {
    color: #358dca;
    padding: 0px 25px 0 8px;
    background: url(../images/zc_sj_list02.png) no-repeat scroll right center;
    margin-right: 8px;
}

.ret_join_t span.span_f a:hover {
    color: #ff7300;
}

/*20150206新增 不可点击链接样式*/
.a_not_allowed {
    cursor: not-allowed;
    color: rgb(255, 115, 0);
}

/*20150612  组织搜索   4.1只用商商号搜索时*/
.join_company_bg .page_nav {
    display: none;
}

.join_company_bg .choose_list ul li {
    margin: 20px 65px 100px;
}

/*20150615  组织搜索   样式*/
.join_company_bg .login_xian {
    margin-left: 65px;
}

.join_company_bg .pass_tit_met {
    margin-bottom: 0px;
}

.join_company_bg .choose_list ul li {
    width: 655px;
}

.join_company_bg .choose_list2 {
    border-bottom: 0px solid #FFF;
}

/*20150615  隐藏输入正确勾*/
.join_company_bg #company_name_is_error span {
    display: none !important;
}

.join_company_bg a.choose_join {
    color: #349CE4;
    position: absolute;
    right: 21px;
    bottom: 27px;
    padding-left: 21px;
    line-height: 20px;
    border: 1px solid rgb(52, 156, 228);
    height: 30px;
    width: 66px;
    font-size: 16px;
    background: none;
    text-decoration: none;
    padding-top: 6px;
}

.join_company_bg a.choose_join:hover {
    color: #FF7300;
    border: 1px solid #FF7300;
}
