@charset "utf-8";
/*登录头部*/
.head2 { width: 1000px; height: 60px; margin: 20px auto; } 
.head2 a { float: left; } 
.head2 h1 { display: block; float: left; height: 36px; line-height: 36px; margin-left: 20px; padding-left: 20px; color: #666; border-left: 1px solid #C8C8C8; font-family: "微软雅黑"; font-size: 25px; }
/*登录框主体*/
.n_login_bg {margin-bottom: 80px;}
.new_login { float: right; width: 350px; border: 5px solid rgba(255, 255, 255, 0.4); margin-top: 50px; border-radius: 3px; } 
.new_login_con { background: #fff; padding: 20px 25px; border-radius: 3px; } 
.n_title span { font-size: 18px; font-family: '\5fae\8f6f\96c5\9ed1'; color: #444444; float: left; } 
.n_title p { float: right; color: #888888; margin-top: 2px; } 
.n_title p a { color: #0098dd; } 
.n_row { position: relative; margin-bottom: 25px; }
#login_name { width: 18px; height: 18px; background: url(../images/user.png) no-repeat; position: absolute; top: 10px; left: 10px; }
#login_code { width: 18px; height: 22px; background: url(../images/code.png) no-repeat; position: absolute; top: 8px; left: 10px; }
.n_rg { position: absolute; width: 74px; height: 38px; line-height: 38px; top: 0px; left: 10px; color: #666; font-size: 14px; }
.n_tips { position: absolute; left: 0px; top: 41px; padding-left: 20px; color: #f2445d; display: none; background: url(../images/ero.png) no-repeat left center; }
.n_row .n_text { width: 100%; height: 36px; border: 1px solid #d3d3d3; border-radius: 3px; line-height: 36px; text-indent: 45px; *text-indent: 0; *padding-left: 45px; *width: 255px; }
.n_row .n_text:focus { border-color: #3aa2e4; }
.air-yanzhen { display: inline-block; vertical-align: middle; border: 1px solid #ddd; margin-left: 5px; width: 77px; height: 36px; overflow: hidden; }
.air-yanzhen img { width: 100%; height: 100%; }
.n_row label { color: #666; } 
.n_row .n_btn { height: 40px; background: #0098dd; color: #fff; text-align: center; line-height: 40px; font-size: 16px; border-radius: 3px; border: none; display: block; width: 100%; font-family: "微软雅黑"; cursor: pointer; }
/*注册头部*/
.head2 button {margin: 26px 20px 0 0;width: 80px;}
.head2 button:hover {background: #0098dd;color: #fff;}
.login-main{ margin: 0 60px 40px;overflow: hidden;}
.login-content { float: left; width: 400px; border: 1px solid #ccc; border-radius: 3px; margin: 40px 100px; }
.n_row .form_tips { display: none; position: absolute; left: 0; top: 41px; height: 16px; line-height: 16px; padding-left: 25px; background: url(../images/tips_icon.png) no-repeat left top; color: #969696; }
.send-code { border: 1px solid #ddd; background-color: #fff; color: #666; width: 75px; height: 38px; border-radius: 3px; text-align: center; line-height: 38px; display: block; float: right; text-indent: 0; }
.reg-other { float: left; margin-left: 80px; margin-top: 40px; height: 605px; padding-left: 90px; border-left: solid 1px #e6e6e6; }
.reg-other  a span { vertical-align: middle; }
.reg-other .personal-reg, .reg-other .company-reg { margin-top: 30px;width: 160px; height: 60px; border-bottom: solid 1px #ddd; margin-left: 30px; }
.reg-other .personal-reg a,.reg-other .company-reg a { display: block; width: 160px; height: 30px; }
.reg-other .personal-reg a i,.reg-other .company-reg a i { display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin-right: 15px; }
.conpany-dizhi {margin-left: 90px;}
.conpany-dizhi select {height: 32px;width: 80px;}
/*商家注册协议弹框*/
.mask { width: 100%; height: 100%; background:#000; opacity: 0.6; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; position: fixed; top: 0; left: 0; z-index: 9998; display: none; } 
.dialog { border: 10px solid rgba(255, 255, 255, 0.4); border-radius: 5px; position: fixed; z-index: 9999; width: 440px; min-height: 230px; display: none; }
.dialog.tip-dia { width: 980px; }
.tip-dia .title{ height: 60px; line-height: 60px; font-size: 26px; color: #333; padding:0 10px; background: #ddd;}
.tip-dia .title a{ color: #bbbbbb; font-size: 40px; font-weight: bold; float: right;}
.tip-dia .cont{ background: #fff; padding:20px; min-height: 230px;}
.tip-dia .cont ul li{ color: #999; font-size: 20px; line-height: 34px;}
 /*注册成功*/
.success-box { width: 600px; height: 480px; margin: 0 auto; padding-top: 55px; background-color: #fff; border-radius: 20px; text-align: center; color: #666; }
.success-box > img { width: 240px; }
.success-box > h2 { margin: 20px 0; font-size: 24px; }
.success-btn { display: inline-block; margin-top: 20px; width: 200px; height: 44px; line-height: 40px; background-color: #0098dd; border-radius: 5px; color: #fff; text-decoration: none; }
.success-btn:hover {color: #fff;background: #D43F3A;}
/*找回密码*/
.n_step { padding-left: 250px; } 
.n_step .title { font-size: 20px; color: #666; padding-top: 40px; } 
.n_step_con { padding-top: 40px; } 
.n_step1 { width: 780px; background: url(../images/step.png) no-repeat center top; height: 40px; } 
.n_step2 { width: 780px; background: url(../images/step.png) no-repeat center -41px; height: 40px; }
.n_step3 { width: 780px; background: url(../images/step.png) no-repeat center -82px; height: 40px; }
.n_step4 { width: 780px; background: url(../images/step.png) no-repeat center -123px; height: 40px; } 
.n_step_con ul li { float: left; color: #999999; text-align: center; line-height: 30px; font-size: 14px; width: 120px; } 
.n_step_con ul li.m80 { margin-right: 80px; } 
.n_step_con ul li.m110 { margin-right: 110px; }
.n_step_con ul li.cur { color: #0098dd; } 
.n_step_con ul li.prev { color: #999; }
.n_password .n_item span.label { padding: 0; display: block; width: 140px; text-align: right; font-size: 14px; color: #666; line-height: 40px; } 
.n_password .n_item input { height: 40px; line-height: 40px; border: 1px solid #dddddd; width: 198px; text-indent: 10px; }
.ne_tips { color: #0098dd; }
.n_password .n_item input:focus { border: 1px solid #3aa2e4; } 
.n_password { padding-top: 40px; } 
.n_password .n_item input.long_text { width: 320px; }
.n_password .n_item input.short_text { width: 120px; }
.n_password .n_item .code_image {width: 120px;height: 40px;}
.n_password .n_item select { width: 138px; height: 38px; border: 1px solid #ddd; color: #999999; } 
.n_password .n_item strong { font-size: 14px; line-height: 40px; color: #666666; } 
.n_password .n_item img { display: inline-block; vertical-align: middle; } 
.n_nextstep { cursor: pointer; height: 40px; width: 160px; background: #0098dd; border-radius: 5px; text-align: center; line-height: 40px; color: #fff; font-size: 18px; border: none; } 
.hq_code { display: inline-block; height: 38px; vertical-align: middle; line-height: 38px; padding: 0px 5px; border: 1px solid #dddddd; color: #666666; } 
.n_set_over { background: url(../images/gou.png) no-repeat left center; margin-left: 219px; padding-left: 60px; min-height: 50px; } 
.gx_nin { color: #ec6a1e; font-size: 18px; font-weight: bold; }

/*选择角色*/
.choose-role { margin: 40px 120px; border: 1px solid #CCCCCC; }
.choose-role p.title {font-size: 24px;font-weight: 500;text-align: center;padding: 40px 0; margin-bottom: 0;}
.choose-role-content {width: 600px; margin: 40px auto;}
.choose-role-content ul{overflow: hidden;}
.choose-role-content ul li {float: left;width: 50%;padding: 0 10%;text-align: center;}
.choose-role-content ul li a img {width: 72%;height: 72%;padding:14%;border: 1px solid #0098dd;border-radius: 50%;}
