﻿@charset "utf-8";

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

/*文字排版、颜色*/
.f12 {
  font-size: 12px
}

.f13 {
  font-size: 13px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f20 {
  font-size: 20px
}

.f30 {
  font-size: 30px
}

.fb {
  font-weight: bold
}

.fn {
  font-weight: normal
}

.t2 {
  text-indent: 2em
}

.red,
a.red {
  color: #cc0031
}

.darkblue,
a.darkblue {
  color: #039
}

.gray,
a.gray {
  color: #878787
}

.lh150 {
  line-height: 150%
}

.lh180 {
  line-height: 180%
}

.lh200 {
  line-height: 200%
}

.unl {
  text-decoration: underline;
}

.no_unl {
  text-decoration: none;
}

/*定位*/
.tl {
  text-align: left
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.fl {
  float: left;
  display: inline
}

.fr {
  float: right;
  display: inline
}

.cb {
  clear: both
}

.cl {
  clear: left
}

.cr {
  clear: right
}

.vm {
  vertical-align: middle
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.abs-right {
  position: absolute;
  right: 0
}

.zoom {
  zoom: 1
}

.hidden {
  visibility: hidden
}

.none {
  display: none
}

/*长度高度*/
.w10 {
  width: 10px
}

.w20 {
  width: 20px
}

.w50 {
  width: 50px
}

.w90 {
  width: 90px
}

.w100 {
  width: 100px
}

.w200 {
  width: 200px
}

.w250 {
  width: 250px
}

.w500 {
  width: 500px
}

.w800 {
  width: 800px
}

.w {
  width: 100%
}

.h50 {
  height: 50px
}

.h80 {
  height: 80px
}

.h100 {
  height: 100px
}

.h200 {
  height: 200px
}

.h {
  height: 100%
}

/*边距*/
.mrg {
  margin: 0 auto !important
}

.m10 {
  margin: 10px
}

.m15 {
  margin: 15px
}

.m30 {
  margin: 30px
}

.mt5 {
  margin-top: 5px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt50 {
  margin-top: 50px
}

.mt100 {
  margin-top: 100px
}

.mb5 {
  margin-bottom: 5px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb30 {
  margin-bottom: 30px
}

.mb100 {
  margin-bottom: 100px
}

.ml5 {
  margin-left: 5px
}

.ml10 {
  margin-left: 10px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.ml30 {
  margin-left: 30px
}

.ml50 {
  margin-left: 50px
}

.ml70 {
  margin-left: 70px
}

.ml100 {
  margin-left: 100px
}

.ml150 {
  margin-left: 150px
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr50 {
  margin-right: 50px
}

.mr100 {
  margin-right: 100px
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.pt5 {
  padding-top: 5px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pt50 {
  padding-top: 50px
}

.pb5 {
  padding-bottom: 5px
}

.pb100 {
  padding-bottom: 100px
}

.pl5 {
  padding-left: 5px
}

.pl10 {
  padding-left: 10px
}

.pl50 {
  padding-left: 50px
}

.pl100 {
  padding-left: 100px
}

.pr5 {
  padding-right: 5px
}

.pr10 {
  padding-right: 10px
}

.pr15 {
  padding-right: 15px
}

.pr100 {
  padding-right: 100px
}

/*字体颜色样式*/
.f_color,
h2.step_tit {
  color: #337a5a !important;
}

/*边框颜色*/
.b_b_color {
  border-bottom-color: #337a5a !important;
}

.login_type li.bg_color:after {
  border-top-color: #337a5a !important;
}

.step_title li.bg_color:after {
  border-left-color: #337a5a !important;
}

/*背景颜色*/
input.bg_color,
li.bg_color {
  background: #337a5a !important
}

/*边框阴影*/
ul.signup__header li.current input {
  border-bottom: 2px solid #337a5a;
  color: #337a5a;
}

/*按钮样式*/
.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
}

.btn_primary {
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  margin: 15px auto;
}


.red span {
  border: none !important;
}

.clearit,
.clearb {
  clear: both;
}

.main_content {
  border: solid 1px #d9d9d9;
}

/*---------------------------标题头部-----------------------------*/
.login_header {
  border-bottom: 2px solid #eee;
  height: 45px;
  line-height: 45px;
}

.login_header .fr a {
  color: #337a5a;
}

.login_header span.login_tit {
  position: relative;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

/*-------------------------提示----------------------------------*/
.field-validation-error {
  color: red;
  background-position: 0 -310px;
  width: 220px;
  position: absolute;
  left: 340px;
  top: 14px;
}

.field-validation-error,
.prompt_ico2,
.prompt_ico3 {
  background-image: url(../images/admin_img/regico1.png);
  background-repeat: no-repeat;
  padding: 2px 0 2px 25px;
  line-height: 20px;
  font-size: 12px;
  margin-left: 15px
}

.step_1 .field-validation-error,
.step_2 .field-validation-error {
  left: 420px;
  top: 6px;
}

/*-------------------------登录框样式--------------------------*/
.regform li {
  padding: 8px 0 8px 0px;
}

ul.register_list li {
  padding-bottom: 6px;
}

.regform li,
ul.register_list li {
  position: relative;
  line-height: 34px;
}

.regform li label {
  width: 60px;
}

ul.register_list li label {
  width: 145px;
}

.regform li label,
ul.register_list li label {
  color: #333;
  font-size: 14px;
  text-align: right;
  display: block;
  float: left;
  margin-right: 10px;
}

ul.register_list li label span {
  color: red;
}

.regform li .f-text,
ul.register_list li .input_text,
.findMethods li .f-text,
#RegisterCode {
  padding: 5px;
  border: 1px solid #aaa;
  height: 24px;
  line-height: 24px;
  padding: 5px;
  vertical-align: top;
  width: 248px;
}

input#shortMessageValidateLogOnCode, input#RegisterCode, input#shortMessageValidateSimpleRegisterCode {
 height: 24px;
 padding: 5px;
 width: 130px;
  }
  
  img#valiCodeshortMessageValidateLogOnCode, img#valiCodeRegisterCode, img#valiCodeshortMessageValidateSimpleRegisterCode{
 width: 115px;
  }

/*---------------------------登陆页面----------------------------*/
.login_box {
  width: 720px;
  margin: 0 auto;
}

/*二维码扫描登录*/
.login_box .ewm_imgbox {
  float: left;
  margin-right: 50px;
  width: 282px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.ewm_imgbox .img_box {
  height: 400px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/*用户登录*/
.login_box .con_box {
  float: left;
  margin-top: 70px;
}

.Login_W .btn_primary {
  margin-left: 75px;
}

.box_W {
  margin: 0 auto;
}

.Login_W {
  width: 370px;
}

#LogOnCode {
  width: 124px;
  border: 1px solid #aaa;
  height: 24px;
  line-height: 24px;
  padding: 5px;
  vertical-align: top;
}

#valiCodeLogOnCode {
  height: 36px;
}

.login_type li {
  background: #DCDCDC;
  width: 164px;
  height: 28px;
  line-height: 28px;
  color: #666;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.login_type li.bg_color:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top-style: solid;
  border-top-width: 10px;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 70px;
}

.login_type li.bg_color {
  color: #FFF;
}

.field-group {
  padding: 10px 0px 20px 75px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}

.field-group input {
  margin: 0 5px 0 0px;
}

.simplebox_l p.field-group {
  text-align: center;
}

/*登录手机验证码获取*/
li .btn-mini {
  background: url(../images/admin_img/btn2.png) no-repeat 0 0px;
  width: 143px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 0 0 0 70px;
  font-size: 12px;
}

/* 忘记密码 */

.step_title {
  height: 47px;
  position: relative;
  margin: 30px auto 20px auto;
  width: 895px;
}

.step_title li {
  float: left;
  width: 222px;
  height: 46px;
  display: inline;
  line-height: 46px;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  background: #dedede;
  position: relative;
}

.step_title li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left-style: solid;
  border-left-width: 23px;
  border-left-color: #dedede;
  border-bottom: 23px solid transparent;
  position: absolute;
  left: 221px;
  z-index: 20;
}

.step_title li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-left: 28px solid #fff;
  border-bottom: 28px solid transparent;
  position: absolute;
  left: -1px;
  z-index: 10;
  top: -5px;
}

.step_title li.step_1 {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.step_title li.step_4 {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.step_title li.step_1:before,
.step_title li.step_4:after {
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.step_title li.bg_color {
  color: #FFF
}

.pwd_tips {
  background: url(../images/pwd_sprite.png) no-repeat scroll 0 0;
}

.pwd_tips .default {
  background: url(../images/pwd_sprite.png) no-repeat scroll 0 -215px;
}

ul.regform #LogOnCode {
  padding: 5px;
  border: 1px solid #aaa;
  height: 24px;
  line-height: 24px;
  padding: 5px;
  vertical-align: top;
  width: 130px;
}

img#valiCodeLogOnCode {
  width: 115px;
}

/*---------------------------------用户注册----------------------------*/

.simplebox_l .register_list {
  margin: 0 auto;
  width: 53%;
}


/*字体颜色样式*/
.f_color,h2.step_tit{color:#337a5a }
/*边框颜色*/
.b_b_color{border-bottom-color:#337a5a }
.login_type li.bg_color:after{border-top-color:#337a5a }
.step_title li.bg_color:after{border-left-color:#337a5a }
/*背景颜色*/
.bg_color{background:#337a5a !important}

/*边框阴影*/
ul.signup__header li.current input { border-bottom:2px solid #337a5a; color:#337a5a;}




ul.signup__header li.current input {
 border-bottom: 2px solid #337a5a;
 color: #337a5a;
}
ul.signup__header li input {
 border: none;
 margin-right: 25px;
 height: 45px;
 line-height: 45px;
 color: #666;
 font-size: 23px;
 font-family: "Microsoft YaHei";
 background: none;
 cursor: pointer;
 outline: none;
}

div.regist_box {
  width: 710px;
  margin: 0 auto;
}


h2.step_tit {
  font-size: 16px;
  line-height: 70px;
  font-weight: bold;
}

.registertiptext {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}

/*简单注册样式*/
.regist_simplebox {
  width: 1200px;
  margin: 25px auto;
  border: 1px solid #d9d9d9;
}

.regist_simplebox ul.register_list li .btn-mini{margin:0;display: block;margin:5px 0 5px 155px;}

.regist_simplebox .simplebox_l {
  background: rgba(255, 255, 255, 0.95) !important;
  background: #fff;
  filter: alpha(opacity=120);
  border: 1px solid #FFF;
  border-radius: 5px;
  width: 1110px;
}

 