@charset "utf-8";
.login_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.login_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_main .login_logo {
  position: fixed;
  top: 5%;
  left: 4%;
  z-index: 2;
}
.login_main .login_logo img {
  display: inline-block;
}
.login_main .login_bottom {
  width: 100%;
  position: fixed;
  bottom: 2%;
  left: 0;
  z-index: 2;
  font-size: 14px;
  color: #fff;
}
.login_main .login_bottom ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_main .login_bottom ul li {
  padding: 0 14px;
  line-height: 16px;
  border-right: 1px solid #fff;
}
.login_main .login_bottom ul li:last-child {
  border: none;
}
.login_main .login_bottom ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.login_main .login_bottom .l_bottom_ba {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.login_main .login_bottom .l_bottom_ba a {
  color: #fff;
}
.login_main .login_box {
  width: 100%;
  padding: 88px 0 44px 0;
  height: calc(93vh);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_main .login_box .l_main {
  width: 456px;
  height: 436px;
  background: #fff;
  padding-top: 28px;
  position: relative;
}
.login_main .login_box .l_main .l_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.login_main .login_box .l_main .l_nav li {
  padding: 20px 0;
  font-size: 20px;
  color: #575757;
  line-height: 22px;
  margin: 0 43px;
  cursor: pointer;
}
.login_main .login_box .l_main .l_nav li.active {
  color: #e4393c;
  font-weight: bold;
}
.login_main .login_box .l_main .l_nav li:hover {
  color: #e4393c;
}
.login_main .login_box .l_main .l_content {
  width: 100%;
}
.login_main .login_box .l_main .l_content .l_tap {
  width: 100%;
  display: none;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .ewm_box {
  width: 168px;
  height: 168px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .ewm_box img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .ewm_box .ewm_gq {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .ewm_box .ewm_gq h5 {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .ewm_box .ewm_gq a {
  display: inline-block;
  line-height: 32px;
  margin-top: 32px;
  font-size: 16px;
  color: #fff;
  background: #e4393c;
  text-decoration: none;
  padding: 0 28px;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips {
  margin-top: 19px;
  width: 168px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips img {
  display: inline-block;
  width: 36px;
  height: auto;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips .tips_div {
  width: calc(100% - 36px);
  padding-left: 10px;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips .tips_div p {
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips .tips_div p span {
  color: #e4393c;
}
.login_main .login_box .l_main .l_content .l_tap .sm_login .sm_tips .tips_div h6 {
  font-size: 14px;
  color: #666;
  line-height: 16px;
  margin-top: 4px;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login {
  width: 100%;
  padding: 40px 50px 0 50px;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item .l_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #dcdcdc;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item .l_icon img {
  display: inline-block;
  width: 24px;
  height: auto;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item .r_input {
  width: calc(100% - 50px);
  border: 1px solid #dcdcdc;
  border-left: none;
  height: 48px;
  outline: none;
  padding: 0 10px 0 18px;
  font-size: 15px;
  color: #333;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item .r_input_code {
  width: calc(100% - 210px);
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item form {
  background-color: transparent !important;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item form .get_btn {
  display: inline-block;
  font-size: 15px;
  width: 150px;
  margin-left: 10px;
  background: #e4393c;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #e4393c;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item form .get_btn:hover {
  opacity: 0.9;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .mm_item form .get_btn.disabled {
  opacity: 0.4;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .login_btn {
  display: inline-block;
  width: 100%;
  background: #e4393c;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.login_main .login_box .l_main .l_content .l_tap .mm_login .login_btn:hover {
  opacity: 0.9;
}
.login_main .login_box .l_main .l_main_b {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 20px;
}
.login_main .login_box .l_main .l_main_b .l_m_r {
  font-size: 16px;
  color: #e4393c;
}
.login_main .login_box .l_main .l_main_b .l_m_l {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 13px;
  color: #666;
}
.login_main .login_box .l_main .l_main_b .l_m_l img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 10px;
}
/*注册页面样式*/
.width_set {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  min-width: 1300px;
  margin: 0 auto;
}
.zc_head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  height: 128px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(74, 74, 74, 0.15);
}
.zc_head .width_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  height: 100%;
}
.zc_head .width_set span {
  letter-spacing: 1px;
  font-size: 18px;
  color: #555555;
}
.zc_head .width_set span a {
  color: #e10101;
  text-decoration: none;
}
.zc_head .width_set span .zc_h_l {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}
.zc_head .width_set span .zc_h_l img {
  display: inline-block;
}
.zc_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.zc_bottom .login_bottom {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  color: #666;
  padding: 20px 0;
}
.zc_bottom .login_bottom ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zc_bottom .login_bottom ul li {
  padding: 0 14px;
  line-height: 16px;
  border-right: 1px solid #666;
}
.zc_bottom .login_bottom ul li:last-child {
  border: none;
}
.zc_bottom .login_bottom ul li a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.zc_bottom .login_bottom .l_bottom_ba {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.zc_bottom .login_bottom .l_bottom_ba a {
  color: #666;
}
.zc_main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 216px);
  overflow: auto;
  margin: 128px 0 88px 0;
}
.zc_main .zc_box {
  display: inline-block;
  width: 450px;
}
/*注册内容步骤*/
/*form styles*/
.check_div {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 26px;
  font-size: 14px;
  color: #666666;
}
.check_div input[type=checkbox] {
  cursor: pointer;
  font-size: 12px;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  position: relative;
}
.check_div input[type=checkbox]:after {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #bfbfbf;
  background: #fff;
  top: 0;
  content: " ";
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
}
.check_div input[type=checkbox]:checked:after {
  content: '✔';
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #e10101;
  border: 1px solid #e10101;
}
.check_div a {
  color: #e10101;
  text-decoration: none;
}
.check_div a:hover {
  text-decoration: none;
}
#msform {
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 30px 0px 0 0;
  box-sizing: border-box;
  width: 96%;
  height: 320px;
  margin: 0 2%;
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*buttons*/
.action-button {
  width: 100%;
  background: #e2231a;
  display: inline-block;
  color: white;
  font-size: 18px;
  border: 0 none;
  margin-top: 6%;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
}
.action-button:hover,
.action-button:focus {
  opacity: 0.9;
  color: #fff;
}
/*headings*/
/*progressbar*/
#progressbar {
  margin-bottom: 5%;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}
#progressbar li.active {
  color: #33bb44;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 12px;
  color: #999;
  background: white;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 9px;
  background: url(../images/line_gray.png) no-repeat center center;
  background-size: auto 9px;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  background: #33bb44;
  color: white;
  border-color: #33bb44;
}
#progressbar li.active:after {
  background: url(../images/line_green.png) no-repeat center center;
}
.zc_main #msform .mm_login {
  width: 100%;
  padding: 0;
}
.zc_main #msform .mm_login .mm_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 6%;
  background-color: transparent !important;
}
.zc_main #msform .mm_login .mm_item .l_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 52px;
  border: 1px solid #dcdcdc;
}
.zc_main #msform .mm_login .mm_item .l_icon img {
  display: inline-block;
  width: 24px;
  height: auto;
}
.zc_main #msform .mm_login .mm_item .r_input {
  width: calc(100% - 50px);
  border: 1px solid #dcdcdc !important;
  border-left: none !important;
  height: 52px;
  outline: none;
  padding: 0 10px 0 18px;
  font-size: 16px;
  color: #333;
  margin: 0 !important;
}
.zc_main #msform .mm_login .mm_item .r_input_code {
  width: calc(100% - 210px);
}
.zc_main #msform .mm_login .mm_item .get_btn {
  display: inline-block;
  font-size: 16px;
  width: 150px;
  margin-left: 10px;
  background: #e4393c;
  color: #fff;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #e4393c;
}
.zc_main #msform .mm_login .mm_item .get_btn:hover {
  opacity: 0.9;
}
.zc_main #msform .mm_login .mm_item .get_btn.disabled {
  opacity: 0.4;
}
.zc_main #msform .set_mm {
  width: 100%;
}
.zc_main #msform .set_mm .set_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6%;
}
.zc_main #msform .set_mm .set_item span {
  display: inline-block;
  width: 100px;
  height: 52px;
  text-align: left;
  line-height: 52px;
  padding-left: 15px;
  border: 1px solid #dcdcdc;
  border-right: none;
  font-size: 16px;
  color: #666666;
  letter-spacing: 1px;
}
.zc_main #msform .set_mm .set_item .r_input {
  width: calc(100% - 100px);
  border: 1px solid #dcdcdc !important;
  border-left: none !important;
  height: 52px;
  outline: none;
  padding: 0 10px 0 0px;
  font-size: 16px;
  color: #333;
  margin: 0 !important;
}
.zc_main #msform .set_mm .set_item .r_input.input_key {
  background: url(../images/jp_icon.png) no-repeat 94% center;
  background-size: 24px auto;
}
.zc_main #msform .success_last {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.zc_main #msform .success_last img {
  display: inline-block;
  width: 95px;
  height: auto;
  margin-bottom: 5%;
}
.zc_main #msform .success_last h5 {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.zc_main #msform .success_last h5 span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}
.zc_main #msform .success_last p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
}
.zc_main #msform .success_last a {
  width: 150px;
  margin-top: 6%;
}
