@charset "UTF-8";
.member .subNav ul li a span {
  display: inline-block;
  vertical-align: middle;
  background: none;
}

.member .subNav ul li a span:hover {
  background: none;
}

.member .subNav ul li.active a span {
  background: none;
  color: #666;
}

.member .subNav ul li.active a:hover span {
  color: #1754a0;
}

.member .subNav ul li.active li a {
  background: none;
}

.member .subNav ul li.active li a:hover {
  background-color: #f9f9f9;
}

.member .subNav ul li.active li.active a span {
  color: #1754a0;
}

.member .subNav li a {
  font-size: 0;
  line-height: 0;
}

.member .subNav li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.member_index {
  text-align: center;
  width: auto;
  overflow: visible;
}

.member_index .form {
  text-align: left;
}

.member_index .row {
  margin: 0;
}

.member_index .box {
  font-size: 0;
  padding-top: 35px;
}

.member_index .newsList {
  text-align: left;
  height: 150px;
  padding: 15px 0;
}

.member_index .ico {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  min-width: 130px;
  padding-top: 85px;
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.member_index .number {
  font-size: 42px;
  color: #ff6600;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
}

.member_index .detail {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../img/mem_detail.png) no-repeat 0 0;
  right: 0;
  bottom: 0;
}

.member_index .notice, .member_index .welfare, .member_index .supply, .member_index .active {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.member_index .notice .ico {
  background: url(../img/member_ico1.png) no-repeat top center;
}

.member_index .welfare .ico {
  background: url(../img/member_ico2.png) no-repeat top center;
}

.member_index .supply .ico {
  background: url(../img/member_ico3.png) no-repeat top center;
}

.member_index .active .ico {
  background: url(../img/member_ico4.png) no-repeat top center;
}

/*登录页面*/
.mem-header {
  border-top: 4px solid #1c70b3;
  background: #fff url(../img/memre_x.jpg) 0 bottom repeat-x;
  padding: 10px 0 15px 0;
}

.mem-header .headeBox {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.mem-header .mem-logo {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.mem-header .mem-logo a {
  display: block;
}

.mem-header .mem-logo img {
  display: block;
}

.mem-header .mem-links {
  float: none;
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.mem-header .mem-links ul {
  text-align: left;
}

.mem-header .mem-links ul li {
  display: inline-block;
  color: #333;
}

.mem-header .mem-links ul li a {
  color: #ed9b11;
}

.login-Box {
  width: 400px;
  max-width: 100%;
  min-height: 50px;
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: 80px auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  *border: 1px solid #ddd;
}

.base-Login {
  width: 300px;
  margin: 0 auto;
}

.base-Login .formPanel .inpBox {
  display: block;
  margin: 0 -1px;
  width: 100%;
}

.base-Login .formPanel input[type=text], .base-Login .formPanel input[type=password] {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-indent: 8px;
  height: 40px;
}

.base-Login .formPanel .verification {
  width: 60%;
}

.base-Login .formPanel .captcha-wrap {
  position: absolute;
  width: 39%;
  top: 0;
  right: 0;
  height: 42px;
  color: #fff;
  background-color: #1dbc9c;
  text-align: center;
  line-height: 42px;
}

.base-Login .formPanel .captcha-wrap:hover .tips-bubble {
  display: block;
}

.base-Login .formPanel .captcha-wrap img {
  width: 100%;
  height: 42px;
}

.base-Login .formPanel .tips-bubble {
  display: none;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -60px;
  background-color: #444;
  width: 120px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 26px;
}

.base-Login .formPanel .tips-bubble:after {
  content: '';
  position: absolute;
  top: 22px;
  width: 0;
  left: 54px;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #444;
}

.base-Login .action {
  font-size: 13px;
}

.base-Login .action a {
  color: red;
}

.base-Login .action-btn {
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  width: 300px;
  text-align: center;
  background-color: #1c71b4;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

.base-Login .action-btn:hover {
  background: #1754a0;
}

/*底部*/
.mem-footer {
  margin-top: 20px;
}

.mem-footer * {
  text-align: center;
  color: #b7b7b7;
  font-size: 12px;
}

.regEnter {
  text-align: center;
  margin-top: 100px;
}

.regEnter li {
  display: inline-block;
}

.regEnter li a {
  display: block;
  width: 200px;
  height: 180px;
  text-align: center;
  border: 6px solid #e4e4e4;
  margin: 0 39px 52px 39px;
  background: #f7f7f7;
}

.regEnter li a span {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: url(../img/regico.gif) center 0 no-repeat;
  margin-top: 35px;
  margin-bottom: 5px;
}

.regEnter li a em {
  font-size: 12px;
  color: #396aaf;
  font-weight: bold;
  font-style: normal;
  display: block;
  text-align: center;
}

.regEnter a.cr, .regEnter a:hover {
  background: #f7f7f7 url(../img/reg_sel.gif) right 0 no-repeat;
  border: 6px solid #b0c4df;
}

.regEnter li a.regIco5 span {
  background: url(../img/regico.gif) center -280px no-repeat;
}

.register-box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

.register-box form {
  display: inline-block;
  text-align: left;
}

.register-box .formPanel .tit {
  text-align: left;
  min-width: 80px;
  padding-right: 0;
}

.register-box .action-btn {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  background-color: #1c71b4;
  cursor: pointer;
}

.register-box .action-btn:hover {
  background: #1754a0;
}

.register-box .action {
  font-size: 13px;
}

.register-box .action a {
  color: red;
}

.register-box .getVer {
  display: inline-block;
  margin-top: 1px;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  background-color: #1dbc9c;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
}

.register-box .logoUp {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
  width: 120px;
  height: 120px;
}

.register-box .blockTitle {
  border-color: #1c71b4;
}

.respon-file {
  position: relative;
  min-height: 30px;
  margin-top: 5px;
}

.respon-file input {
  width: 120px;
  height: 3px;
  opacity: 0;
  background: transparent;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.respon-file span {
  position: absolute;
  width: 126px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
  background-color: #1c71b4;
}

.tab_tag {
  border-bottom: 1px solid #1c71b4;
  border-left: none;
  text-align: center;
  margin-bottom: 40px;
}

.tab_tag li {
  text-align: center;
  display: inline-block;
  width: 124px;
  height: 35px;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #1c71b4;
  margin: 0px 3px;
  position: relative;
  top: 1px;
  line-height: 35px;
  color: #7c7c7c;
  cursor: pointer;
}

.tab_tag li.hoverCr {
  font-weight: bold;
  color: #1c71b4;
  border-color: #1c71b4;
  border-bottom-color: #fbfbfb;
}

/*找回密码方式*/
.mem-inner-wrap {
  width: 600px;
  max-width: 100%;
  margin: 50px auto 50px auto;
}

.m-login-tit {
  font-size: 30px;
  text-align: center;
  position: relative;
  padding: 15px 0 15px 0;
}

.m-login-tit::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #000;
}

.find-cell {
  height: 86px;
  margin-top: 40px;
  background: #f1f1f1 url(../img/yx_ico.png) 20px center no-repeat;
}

.find-cell a {
  border: 1px solid #ddd;
  background: url(../img/arrow.png) right center no-repeat;
  display: block;
  height: 56px;
  padding: 15px 15px 15px 70px;
}

.find-cell span {
  padding-bottom: 0px;
  padding-top: 10px;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.find-cell p {
  color: #999;
}

.find-cell2 {
  background: #f1f1f1 url(../img/mobile.png) 20px center no-repeat;
}

.find-cell:hover {
  background-color: #eee;
}

.member_index .formPanel {
  position: relative;
  padding-left: 145px;
  min-height: 30px;
}

.member_index .formPanel .tit {
  position: absolute;
  left: 0;
  top: 0;
  /*line-height: 18px;*/
}

.member_index .Validform_checktip {
  height: auto !important;
  display: block;
  color: #f00;
}

.member_index .com-tips {
  color: #f00;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.member_index .Validform_right {
  display: none;
}

.member_index .formPanel .tit-long {
  line-height: 18px;
}

.member_index .formPanel .label {
  min-width: 150px;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.member_index .formPanel .label input {
  margin-right: 2px;
}

.member_index .formPanel .inpBox p {
  padding-bottom: 0;
}

/*流程信息*/
.pluin-top {
  position: relative;
  overflow: hidden;
}

.process_1 {
  width: 33.3%;
  float: left;
  position: relative;
  z-index: 68;
}

.process_1 em {
  display: block;
  text-align: center;
  line-height: 18px;
  /*padding-top: 8px; */
  padding: 8px 15px 0 15px;
}

.process_1 span {
  display: block;
  text-align: center;
}

.pluin-line {
  position: absolute;
  height: 2px;
  background: #e5e5e5;
  top: 20px;
  margin-top: -1px;
  left: 16.6%;
  width: 66.6%;
}

.pluin-cnt {
  line-height: 28px;
  margin-top: 50px;
  padding: 0 110px;
}

.action .forget {
  float: right;
  color: #e00f31;
  line-height: 18px;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .base-Login .formPanel input[type=text], .base-Login .formPanel input[type=password] {
    height: 42px;
  }
}
