/* 从master_online_20251103的signin-plugins-new.css复制来 START */
.login_main {
  position: relative;
  width: 880px;
  height: 463px;
  margin: 0 auto;
  padding: 32px 32px 10px;
  text-align: center;
  /*border: 1px solid #eee;*/
  border-radius: 6px;
  box-sizing: border-box;
  /*overflow: hidden;*/
  z-index: 1000;
}

.advantageWriter {
  font-weight: bold;
}

.wrapper .cliLink {
  color: #166BC7;
}

.wrapper .cliLink:hover,
.wrapper .cliLink:focus,
.wrapper .cliLink:active {
  color: #01347a;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 0;
  border-radius: 2px;
  outline: 0!important;
  border-width: 0;
  padding: 8px 6px;
}

.text-danger {
  color: #f44455;
}

.none {
  display: none !important;
}

.pos-rlt {
  position: relative;
}

.pos-abt {
  position: absolute;
}

.f-28 {
  font-size: 28px !important;
}

.plaingreen {
  background-color: #ffffff;
  color: #3cb067;
}

.f-16 {
  font-size: 16px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 14px;
}

.h6 {
  font-size: 12px;
}

._400 {
  font-weight: 400;
}

._600 {
  font-weight: 600;
}

.text-green {
  color: #3cb067;
}

.text-orange {
  color: #f57c00;
}

.link:hover {
  color: #005580;
  text-decoration: underline;
}

.rgba00087 {
  color: rgba(0, 0, 0, .87);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5000000, endColorstr=#d5000000);
}

.green {
  background-color: #00A13B !important;
  color: rgba(255, 255, 255, .87);
}

.greenCircle:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  position: relative;
  left: -10px;
  border-radius: 50%;
  background-color: #3cb067;
}

.white {
  background-color: #ffffff;
}

.btn-block {
  width: 100%;
}

.l-h-2x {
  line-height: 2;
}

.m-b {
  margin-bottom: 16px;
}

.m-b-md {
  margin-bottom: 24px;
}

.m-l-xs {
  margin-left: 4px;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.m-t-md {
  margin-top: 24px;
}

.m-t-sm {
  margin-top: 8px;
}

.m-t-lg {
  margin-top: 48px;
}

.m-t {
  margin-top: 16px;
}

.m-r-lg {
  margin-right: 46px;
}

.mt10 {
  margin-top: 10px;
}

.mt22 {
  margin-top: 22px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.btn.disabled,
.btn:disabled {
  cursor: auto;
  opacity: .65;
}

.pull-left {
  float: left !important;
}

.p-a-md {
  padding: 24px !important;
}

.p-t-xs {
  padding-top: 4px;
}

.p-r-sm {
  padding-right: 8px;
}

.p-t {
  padding-top: 16px;
}

.p-t-md {
  padding-top: 24px;
}

.p-l-xs {
  padding-left: 4px;
}

.p-l-md {
  padding-left: 24px;
}

.p-l-lg {
  padding-left: 48px;
}

.p-t-sm {
  padding-top: 8px;
}

.text-grey {
  color: #999;
}

.text-darkgrey {
  color: #666;
}


/*chrome中自动完成表单后input出现黄色背景的解决方案*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
}


/* IE7 */


/*登录注册公用部分*/

.light {
  background-color: #eff2f3;
}

.fenge,
.user_info_loginOut {
  display: none;
}

body {
  background: #fafafa;
}

.wrapper {
  background: #fafafa;
}

.login {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
  /*Filter for older IEs */
  width: 100%;
  height: 100%;
  left: 0;
}

.login_part {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -325px;
  width: 960px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  height: 610px;
  padding: 20px;
}

#close_login,
#close_mobile_box {
  background: url('//static.clewm.net/static/images/login_plugin/close_login_eeaf926.png') no-repeat;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 10px;
  cursor: pointer;
}


/*------------------------------登录样式----------------------------------*/

.form_entry {
  /*padding-top: 5px;*/
}

.check-phone-main {
  width: 348px;
  height: 397px;
  padding: 72px 64px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1000;
  /* background: #eff2f3; */
  background: #fff;
  text-align: center;
  /* border: 1px solid #eee; */
  border-radius: 4px;
  display: none;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-phone-main .check-phone-title {
  font-size: 18px;
}

.check-phone-main .check-phone-desc {
  font-size: 14px;
  line-height: 18px;
}

.check-phone-main .person-check-btn-new {
  margin-top: 28px;
}

.check-phone-main .person-check-btn {
  font-size: 16px;
}

.check-phone-main .check-phone-form {
  width: 220px;
  margin-top: 40px;
}

.check-phone-main .check-phone-form .check-send-success {
  color: #999999;
  font-size: 12px;
  text-align: center;
  margin: 12px 0 16px 0;
}

.check-send-success i.fa {
  color: #3cb067;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.check-send-success-tip {
  visibility: hidden;
}

.recommend-title {
  font-size: 12px;
  position: absolute;
  background: #3cb067;
  color: #fff;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 2px;
  top: -10px;
  right: 6px;
}

.login_main input {}

.login_form {
  z-index: 2;
}

.login_main .box-divider,
.check-phone-main .box-divider {
  border-bottom: 1px solid #e6e6e6;
}

.login-form-list {
  /*border-radius: 4px;*/
  /*border-bottom: 1px solid #e6e6e6;*/
}

.login-form-list .advanced_member_login_tip {
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 20px;
  color: rgba(230, 67, 64, 1);
}

.login-form-item {
  position: relative;
}


.login-form-item .set-password-tip {
  position: absolute;
  z-index: 10;
  /*background: #fff;*/
  height: 40px;
  /*width: 180px;*/
  line-height: 40px;
  text-align: right;
  top: 0;
  right: 8px;
}

.login-form-item .set-password-tip i {
  color: #f47004;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.login-form-item .set-to-login-tip {
  position: absolute;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  text-align: right;
  top: 0;
  right: 8px;
  color: #666;
}
.shadow_bg {
  margin-right: -5px;
  background:linear-gradient(270deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.login-form-item .set-to-login-tip i {
  font-size: 14px;
  position: relative;
  background-color: #fff;
  color: #F5A623;
  margin-right: 4px;
}

.login-form-item .set-to-login-tip:before {
  position: absolute;
  top: 1px;
  left: -16px;
  width: 16px;
  height: 38px;
  background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
  content: "";
}

.set-password-box .set-password-title {
  margin-top: 56px;
  padding-bottom: 0px!important;
}

.set-password-box .colorRed {
  color: #f44455;
}

.set-password-box .set-password-form {
  border-radius: 4px;
  /*border: 1px solid rgba(120,130,140,0.25);*/
}

.login-form-list .login_input {
  width: 100%;
  height: 48px;
  line-height: 38px;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 14px;
  /*font-size: 12px;*/
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
}

.login-form-list #confirm-input, #verifycode-confirm-input {
  width: 174px;
}

.login-form-list .login_input:focus {
  border-color: #00A13B;
  box-shadow: 0 0 0 2px rgba(0, 161, 59, 0.2);
}

.wxwork-register-container .login-form-list .login_input:focus {
  border-color: #166bc7;
  box-shadow: 0px 0px 0px 2px rgb(22 107 199 / 20%);
}

.wxwork-register-container .md-check.cli-check > i {
  color: #166bc7;
}

/*.login-main-content-iframe .login-form-list .login_input,
.login-main-content-iframe .confirm_send_again_allow {
  background: #fafcfa;
}*/

/*.login-main-content-iframe .login-form-list .login_input,
.login-main-content-iframe .confirm_send_again_allow {
  background: #fafcfa;
}*/

.login-form-list-new .login_input{
  /*width: 220px;*/
}

.login-form-list .check-phone-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.error-tip {
  z-index: -1;
  float: right;
  position: absolute;
  right: 0;
  top: 1px;
  border-radius: 4px;
  color: #666;
  /* padding: 16px 0; */
  line-height: 38px;
  visibility: hidden;
  opacity: 0;
  cursor: text;
  padding-left: 8px;
  /*background: #fff;*/
  transition: opacity .25s ease;
}

.error-tip-orgIndustry.error-tip,
.error-tip-staffSize.error-tip {
  top: 2px;
  right: 18px;
}

.error-tip i {
  color: #F5A623;
  margin-right: 4px;
}

.agreement-error-tip {
  color: #666;
}

.agreement-error-tip i {
  color: #F5A623;
  margin-right: 4px;
  margin-left: 25px;
}

/*.error-tip:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -16px;*/
/*    width: 16px;*/
/*    height: 38px;*/
/*    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);*/
/*    content: "";*/
/*}*/


.error-tip-new {
  right: 22px;
}

.error-tip.in {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -ms-filter: "alpha(Opacity=100)";
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.error-tip-account {
  top: 1px;
}

.error-tip-verifycode {
  top: 0;
  right: 100px;
}

.error-tip.error-tip-safecode,
.error-tip.error-tip-captcha {
  right: 98px;
  /* padding: 17px 0 15px 0; */
  background-color: #fff;
}

.error-tip.error-tip-safecode.in,
.error-tip.error-tip-captcha.in  {
  -ms-filter: "alpha(Opacity=100)";
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.error-tip.error-tip-terms {
  float: none;
  position: relative;
  line-height: 20px;
  padding: 0;
  background: none;
}

.error-tip.error-tip-other {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0;
  left: 5px;
}

.forget_pass_box {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.65);
}

.forget_pass_box #advanced_member_login_entry, #normal_login_entry {
  margin: 0px;
  cursor: pointer;
}

.forget_pass_box #advanced_member_login_entry:hover, #normal_login_entry:hover {
  color: #166BC7;
}

.forget_pass_box .divider {
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.45);
  margin: 0 8px;
}

.forget_pass {
  /*float: right;*/
  /*height: 17px;*/
  /*line-height: 17px;*/
  /*color: #BBBBBB!important;*/
  font-size: 12px;
  display: block;
}

.keep_line {
  position: relative;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #9b9b9b;
  cursor: pointer;
}

input[name="keepstate"] {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #B9BBBE;
  border-radius: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

input[name="keepstate"]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

input[name="keepstate"]:checked::after {
  content: url('//static.clewm.net/static/images/login_plugin/checkmark_8b59688.png');
  display: block;
  position: absolute;
  top: -5px;
  left: -6px;
}

input[name="keepstate"]:focus {
  outline: none;
  border-color: #4d90fe;
}

input[name="agreement"] {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #B9BBBE;
  border-radius: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

input[name="agreement"]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

input[name="agreement"]:checked::after {
  content: url('//static.clewm.net/static/images/login_plugin/checkmark_8b59688.png');
  display: block;
  position: absolute;
  top: -5px;
  left: -6px;
}

input[name="agreement"]:focus {
  outline: none;
  border-color: #4d90fe;
}


/**/

.login_btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background: #3cb067;
  color: #fff;
  border-radius: 4px;
  position: relative;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  height: 38px;
  line-height: 36px;
  box-sizing: border-box;
  margin-top: 45px;
}

.login_btn:hover {
  color: #fff;
  background: #43a047;
}

.login_btn:disabled:hover {
  opacity: 0.65;
}

.login_foot {
  margin-top: 8px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #9b9b9b;
  height: 17px;
  line-height: 17px;
}

.login_foot_new{
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 20px;
}

.register_foot {
  bottom: 150px;
}

.register_foot_user_phone {
  /*bottom: 78px;*/
}

.return_login {
  /*width: 320px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -160px;*/
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #bbb;
  line-height: 60px;
}

.return_login a {
  color: #3cb067;
}
.return_login i {
  margin-left: 8px;
}
.login_foot i {
  margin-left: 8px;
}

.login_foot .join_jump {
  color: #3cb067;
  position: absolute;
  left: -58px;
}


/*------------------------------注册第一页样式-------------------------------------*/

.login_form_list .login_title i.district {
  color: #7c7c7c;
  font-size: 14px;
}

.register-change-style .provision_link {
  color: #166BC7;
  /*font-weight: 600;*/
}

.register-change-style.md-check {
  margin: 8px 0 0!important;
}

.provision_link:hover {
  text-decoration: underline;
}

.join_confirm_btn {
  margin-top: 32px;
  height: 48px;
  background: #00A13B;
  border-radius:2px;
  font-size: 16px;
  line-height: 48px;
  padding: 0;
  color: #fff !important;
}

.join_confirm_btn_new {
  margin-top: 28px!important;
}

.login_foot .login_jump {
  color: #3cb067;
}


/*--------------------------------注册第二页样式-------------------------------*/

#join_step_second {
  display: none;
}

.join_step_second_h2 {
  margin-top: 90px;
  font-size: 22px!important;
  color: rgba(0,0,0,.87)!important;
  padding-bottom: 30px;
}

.send_success {
  line-height: 22px;
  color: #bbb;
  font-size: 12px;
  text-align: center;
  margin: 18px auto 20px;
}

.send_success i.fa {
  color: #3cb067;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.send_success span {
  vertical-align: middle;
}

.confirm_send_again {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 40px;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #bbb;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
}

.confirm_send_again:disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: #F5F5F5;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.016);
  border-radius: 4px;
}

.confirm_send_again_allow {
  background: #fff;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
}
.go-to-login {
  /*font-weight: 500;*/
}

.confirm_send_again_allow:hover {
  background: #fff;
}

.join_btn {
  margin-top: 30px;
}


/*------------------------------注册成功页----------------------------------*/

.stepFix {
  width: 650px;
  height: 430px;
  border: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}


/*@-moz-document url-prefix(){.stepFix{top:0}}*/

.stepFix .success_box {
  border: 1px solid #eee;
}

.success_box {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #666666;
  text-align: center;
  border-radius: 6px;
}

.success_box h2 {
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.success_box .fa-check-circle {
  font-size: 36px;
  position: relative;
  top: 4px;
  right: 8px;
}

.success_box .full-size {
  /*width: 320px;*/
  /*height: 430px;*/
  position: relative;
  z-index: 1000;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.success_box .full-size .weixin-public-title {
margin: 70px 0 30px;
  margin-top: 50px;
}
.jump-skip {
  margin-top: -30px;
  font-weight: normal;
  color: #999;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.success_box .register_done .join_end,
.skip {
  position: absolute;
  /*
    bottom: 0;
    left: 0;
    width: 100%;*/
  right: 0;
  margin-top: 6px;
  display: inline-block;
  height: 40px;
  border-radius: 0 0 4px 4px;
  background: #f8f8f8;
  font-weight: normal;
  color: #999;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.success_box .login_btn {
  width: 100%;
  margin: 20px 0 0;
}

.cli_des_box {
  padding: 20px 30px;
  margin: 30px 20px 0;
  border-radius: 4px;
  margin-top: 60px!important;
}

.cli_des_box li {
  margin-left: 20px;
  list-style-type: disc;
  line-height: 30px;
}

.portraitArea {
  height: 140px;
  box-sizing: border-box;
}

.triangle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: dashed;
  border-color: transparent;
  border-left-width: 0;
  border-right-color: #fff;
  border-right-style: solid;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

.arrow-in {
  right: -1px;
}

.arrow-out {
  border-right-color: #ddd !important;
}

.useBoxContainer {
  height: 166px;
}

.useBox {
  width: 112px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #ffffff;
  cursor: pointer;
}

.uesBox-large {
  height: 48px;
  line-height: 48px;
}

.active.useBox {
  border-color: #3cb067 !important;
}

.active .clicon-corner-mark-check {
  display: block;
}

.clicon-corner-mark-check {
  display: none;
  position: absolute;
  font-size: 28px;
  right: -1px;
  top: 0;
  overflow: hidden;
  text-align: right;
  color: #3cb067;
}

.JoinStep-common-guild-box .clicon-corner-mark-check {
  right: 4px;
}

.transition {
  transition: all 300ms ease;
}

#scene-other,
#uses-other,
#company,
#telephone,
#email {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  border-width: 0;
  display: inline-block;
  font-size: 14px;
}

#uses-other-container,
#scene-other-container,
#company-container,
#telephone-container,
#mail-container {
  width: 476px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

#uses-other-container.warn,
#scene-other-container.warn,
#company-container.warn,
#telephone-container.warn,
#mail-container.warn,
#ind_big.warn,
#ind_small.warn {
  border-color: #f44455;
  transition: all .5s ease-in-out;
}

#ind_big,
#ind_small {
  transition: all .5s ease-in-out;
}

#prevOccasion {
  color: #999;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}

#prevOccasion:hover {
  text-decoration: underline;
}

#nextOccasion {
  /*
position: absolute;
bottom: 44px;
left:50%;
margin-left: -40px;
*/
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #3cb067;
  color: rgba(255, 255, 255, .87);
  font-size: 14px;
}

.sureArea {
  top: 20px;
}

.green {
  /* background-color: #43a047;*/
  color: rgba(255, 255, 255, 0.87);
}

select.form-control {
  height: 38px;
}

#ind_big,
#ind_small {
  background-color: #fff;
  width: 478px;
  border-radius: 4px;
  font-size: 14px;
}

.form-control {
  padding: 6px 12px;
  line-height: 1.5;
  color: #55595c;
  border-color: rgba(120, 130, 140, .25);
}

#lastClick .join_end {
  width: auto;
  height: auto;
  position: relative !important;
  border-radius: 4px;
  padding: 6px 24px;
}

#lastClick .join_end:hover {
  background-color: #43a047 !important;
}

.m-r-sm {
  margin-right: 8px;
}

.m-r {
  margin-right: 16px;
}

.m-b-sm {
  margin-bottom: 8px;
}


/*
* 第四页
*/

#register_done {}


/*------------------------------验证框----------------------------------*/

.esafecode {
  /*width: 162px;*/
  width: 100%;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 14px;
  /* font-size: 12px; */
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;

  /*width: 118px;*/
  /*padding-left: 8px;*/
  /*border-radius: 4px;*/
  /*border: 0;*/
  /*height: 50px;*/
  /*line-height: 50px;*/
  /*box-sizing: border-box;*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  /*font-size: 12px;*/
}

#safecode {
  position: absolute;
  /* float: right; */
  top: 1px;
  right: 0;
  height: 38px;
  /*padding: 5px 0;*/
  color: #666;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

#safecode img.isafecode {
  height: 38px;
  border-radius: 2px;
  width: 100px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 3px;
}


/*-----------------------------登陆注册页footer特殊处理-----------------------------------*/


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
}


/*----------------------------------------------------------------*/

.finish .finish_choose a {
  padding: 10px 25px!important;
}

.user_nav {
  display: none;
}


/*tooltip*/

.tooltip {
  display: block;
  position: absolute;
  z-index: -1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip.in {
  z-index: 1070;
  filter: alpha(opacity=90);
  opacity: .9
}

/* popover */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
top: unset;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}

#need-bind-question {
cursor: pointer;
font-size: 16px;
color: #888;
}

.popover.need-bind-question {
border: none !important;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) !important;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) !important;
border-radius: 4px !important;
}

.popover.need-bind-question > .arrow {
margin-top: 0 !important;
border-color: transparent !important;
}

.popover.need-bind-question .popover-content {
color: #666;
font-size: 12px;
line-height: 18px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.login_form .tooltip {
  position: absolute;
  top: -30px;
  right: 5px;
}

#weixin-login-qrcode {
  width: 230px;
}
#person_join_btn {
margin-top: 30px;
}

#person_join_btn-new {
  margin-top: 62px;
}

.weixin-login-btn {
width: 100%;
  margin-top: 10px;
  border: .0625rem solid transparent;
  background-color: #fff;
  font-weight: 500;
  outline: 0!important;
  border-width: 0;
  color: #666666;
  box-shadow: inset 0 0 0 1px rgba(120, 130, 140, .25);
}

.weixin-login-btn .fa-wechat {
  font-size: 16px;
  margin-right: 4px;
}

.weixin-login-title {
  text-align: center;
  padding-bottom: 8px;
  color: #3cb067;
  font-size: 22px;
  font-weight: normal;
  line-height: 20px;
}

.weixin-login-title .fa-wechat {
  font-size: 20px;
  margin-right: 4px;
}

.weixin-login-desc {
  text-align: center;
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
}

.weixin-unbind-title {
  font-size: 12px;
color: #666666;
text-align: center;
}

.weixin-unbind-desc {
  font-size: 14px;
color: rgba(0,0,0,0.87);
text-align: center;
margin-top: 24px;
}
.weixin-unbind-img {
  width: 74px;
  height: 74px;
  margin: -18px auto 10px;
  border-radius: 74px;
}

.weixin-unbind-footer {
  text-align: center;
  margin-top: 112px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}

.weixin-login-account {
  position: absolute;
  left: 16px;
  top: 16px;
  cursor: pointer;
}

#weixin-unbind-content {
  display: none;
}

.JoinStep-common-guild-box {
  width: 25%;
  float: left;
  padding: 0;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}

.JoinStep-common-guild-box .JoinStep-common-guild-boxInnerLarge {
  box-sizing: border-box;
  background: #ffffff;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #dddddd;
}

#top-step2 {
  display: none;
}

#top-step3 {
  display: none;
}

.top-step3-title {
  margin-top: 50px!important;
}

.top-step3-code {
  margin-top: 34px;
  text-align: center;
  width: 230px;
  height: 230px;
  padding: 10px;
  position: relative;
}

.top-step4-code {
  position: relative;
  margin-right: 36px;
}

.logo-in-qrcode {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.logo-in-qrcode img {
  width: 100%;
  height: 100%;
}

.top-step3-code img {
  width: 100%;
  height: 100%;
}

#top-step4 {
  display: none;
}

.top-step4-title {
  margin-top: 50px!important;
  margin-bottom: 40px!important;
}

.top-step4-info .ul-font-color-size {
  font-size: 16px;
  color: rgba(0, 0, 0, .87);
  margin-top: 28px;
}

.top-step4-all-box {
  padding: 20px 30px;
  width: 510px;
  height: 234px;
  box-sizing: border-box;
}

/* 新的注册流程优化的样式 START*/
.header-new-login-register {
  margin-top: 30px;
}

.header-new-login-register .new-wrapper-login {
  display: inline-block;
  /*width: 152px;*/
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #666;
  border-radius: 30px;
  font-size: 14px;
  background-color: #3cb067;
  border: 1px solid rgba(120,130,140.25);
  overflow: hidden;
}

.new-wrapper-login .action-btn {
  height: 100%;
  display: inline-block;
  color: #666;
  width: 76px;
  background: #fff;
}

.login-main-content .action-btn:hover,
.login-main-content .action-btn:hover {
  color: #38813b!important;
  text-decoration: none;
}

.new-wrapper-login .cut-line-head {
  height: 100%;
  width: 1px;
  display: inline-block;
  background-color: transparent;
  vertical-align: middle;
}

/*.new-wrapper-login .login-btn {
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
}

.new-wrapper-login .register-btn {
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
}*/

.new-wrapper-login .action-btn.active {
  color: #fff;
  background: #3cb067;
}

.new-wrapper-login .action-btn.noactive {
  width: 77px !important;
}

.use_phone_to_create {
  color: #999;
  cursor: pointer;
  text-align: center;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, .87);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  margin-top: 24px;
}

.jump_use_password {
  position: absolute;
  bottom: 77px;
  color: #9b9b9b;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.join-step-first-title {
  padding-bottom: 0px!important;
}

.join-step-first-title-span {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.martop60 {
  margin-top: 60px;
}

.join-step-first-title.join-step-first-title-new {
  margin-top: 64px;
  padding-bottom: 30px!important;
}

.ask-use-weixin {
  width: 250px;
  background: #fff;
  padding: 25px 25px 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -70px;
}

.ask-use-weixin-info h3 {
  display: inline-block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.ask-use-weixin-footer {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 18px;
}

.ask-use-weixin-footer .ask-use-weixin-ok {
  color: #3cb067;
}

.ask-use-new-close {
  float: right;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.eye-see {
  position: absolute;
  top: 50%;
  height: 46px;
  width: 30px;
  right: 0px;
  text-align: right;
  margin-top: -23px;
  line-height: 46px;
}

.eye-see span {
  width: 20px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.eye-see .see {
  margin-right: 10px;
  cursor: pointer;
  background-image: url(//static.clewm.net/static/images/cli-see@3x_45c1ff5.png);
  margin-top: 16px;

}

.eye-see .not-see {
  margin-right: 10px;
  cursor: pointer;
  background-image: url(//static.clewm.net/static/images/cli-encrypt@3x_d9d7227.png);
  margin-top: 20px;
}

.login_input_new {
  width: 256px!important;
}

.join_step_second_new {
  width: 258px!important;
}

.login-use-account-password {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 104px;
  margin-left: -51px;
}

.login-use-account-password span {
  font-size: 16px;
  color: #08c;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.login-use-weixin-account {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-left: -51px;
  bottom: 104px;
}

.login-use-weixin-account span {
  font-size: 16px;
  color: #08c;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.fa-question-circle {
  margin-right: 10px;
}

.register-change-style {
  color: rgba(0, 0, 0, 0.85);
}

.register-change-style i {
  margin-left: 4px;
}

.join-step-new {
  text-align: center;
  font-size: 22px;
  color: #3cb067;
  margin-bottom: 28px;
  line-height: 20px;
}

.login-step-new {
  margin-bottom: 48px;
  padding: 0 15px;
}

.login-step-new p {
  position: relative;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.login-step-new p::after {
  content: ' ';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
}

.login-step-new p.active {
  cursor: text;
  font-weight: bold;
  color: #3cb067;
}

.confirm_not_allow {
  cursor: not-allowed;
}

.confirm_not_allow:hover {
  background: #fff;
  /*border: 1px solid rgba(120,130,140,0.13);*/
}

.register_foot_in_auth {
  position: absolute;
  /*bottom: 42px;*/
  margin-left: 10px;
  color: #999;
}

/*  注册前的提示 */
.before-register-tip {
  position: relative;
  padding-top: 40px;
  height: 397px;
  box-sizing: border-box;
}

.before-register-imgbox {
  text-align: center;
  margin-bottom: 48px;
  margin-top: 16px;
}

.before-register-imgbox img {
  width: 52px;
  height: 88px;
}

.before-register-title {
margin-bottom: 12px;
}

.before-register-content p,
.weixin-scan-tips {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 1.4;
  text-align: center;
}

.before-register-content p {
  line-height: 1.8;
}

#pc_wx_login_wrapper {
  width: 816px;
  height: 520px;
}

.pc_wx_login_wrapper-iframe {
  padding: 70px 32px 0px;
}

.pc_wx_login_wrapper-iframe #pc_wx_login_content {
  margin-top: 0;
}

@media screen and (min-height: 861px) {
  .pc_wx_login_wrapper-noiframe {
      margin: 0px !important;
      position: absolute !important;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -52%);
      -moz-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
      -o-transform: translate(-50%, -52%);
      transform: translate(-50%, -52%);
  }

  .pc_wx_login_wrapper-noiframe #pc_wx_login_content {
      margin-top: 0;
  }
}

.pc_wx_login_wrapper-noiframe.exclusive_page {
  height: 480px !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pc_wx_login_wrapper-noiframe.exclusive_page #pc_wx_login_content {
  margin-top: 0;
}

#pc_wx_login_content {
  height: 480px;
  margin-top: 79px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

#exclusive_pc_wx_login_content_return_back {
  position: absolute;
  left: 32px;
  top: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

#pc_wx_login_iframe_container_wrapper h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.54px;
  text-align: center;
  color: rgba(0, 140, 51, 1);
  margin-bottom: 12px;
}

#pc_wx_login_iframe_container_wrapper span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}

#pc_wx_login_iframe_container_wrapper span a {
  margin-left: 6px;
}

#pc_wx_login_iframe_container {
  text-align: center;
  margin-top: 32px;
}

#pc_wx_login_iframe_container iframe {
  width: auto;
  height: 269px;
}

#pc_wx_login_loading {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pc_wx_login_loading img {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
}

#pc_wx_login_error {
  font-size: 14px;
  line-height: 1.5;
}

#pc_wx_login_error h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 8px;
}

#pc_wx_login_error ul {
  padding-left: 18px;
}

#pc_wx_login_error li {
  list-style-type: decimal;
  color: rgba(0, 0, 0, 0.65);
}

#pc_wx_login_error #choose-other-login-method {
  width: 144px;
  height: 32px;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 2%);
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

#return-default-login {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
}

#pc-wx-login-tip {
  width: 204px;
  margin-top: 24px;
  margin-left: -12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}

#pc-wx-login-tip .cliLink {
  cursor: pointer;
}

.bottom-other-login-tips {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 276px;
}

.bottom-other-login-tips .tip-text-wrapper {
  display: flex;
  align-items: center;
}

.bottom-other-login-tips .tip-text-wrapper .divider {
  width: 80px;
  height: 1px;
  background-color: rgba(120, 130, 140, 0.2);
}

.bottom-other-login-tips .tip-text-wrapper span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 16px;
}

.weixin-scan-tips {
margin-top: 8px;
}

.register-main-content .weixin-scan-tips {
  margin-top: 24px;
}

.wxwork-scan-tips {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}

.other-login-tips {
  position: relative;
  margin-top: 24px;
  text-align: center;
  color: #bbb;
}

.other-login-tips::before,
.other-login-tips::after {
  content: " ";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 47px;
  background: rgba(120, 130, 140, 0.13);
  transform: translateY(-50%);
}

.other-login-tips::before {
  left: 0;
}

.other-login-tips::after {
  right: 0;
}

.register-by-phone-box {
  position: absolute;
  left: 0;
  bottom: 36px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #9b9b9b;
}

.text-blue {
  color: #166bc7 !important;
}

.text-blue:hover {
  color: #114a78;
}

.link:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

/* 登录满提示 */
.logining {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  text-align: center;
}

.logining .imgBox {
  text-align: center;
  height: 200px;
  font-size: 14px;
  color: #666;
}

.logining .imgBox img {
  margin-top: 50px;
}

.logining .login-text {
  text-align: center;
  margin-top: 12px;
  line-height: 18px;
}

.logining .login-content {
  text-align: center;
  margin-top: 6px;
  line-height: 18px;
}

img[src=""] {
  height: 187px!important;
}

/* 新的注册流程优化 END*/


/* new add */

.weixin-code-imgbox {
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #fff;
}
.wxBindInfo {
  text-align: center;
  position: relative;
  bottom: -100px;
}
.success_box .weixin-code-imgbox {
height: 260px;
padding: 32px 32px 0px;
}
.weixin-code-imgbox #weixin-login-qrcode,.wxBindImage {
  width: 100%;
  height: 100%;
  height: auto;
}
.weixin-skip-password {
  margin-top: 26px;
  text-align: center;
  color: #bbb;
  font-size: 12px;
  display: none;
}
.weixin-skip-password span {
color: #3cb067;
cursor: pointer;
}
.box-info-title {
  color: #3cb067;
  font-size: 14px;
  width: 200px;
  text-align: center;
  top: -90px;
  position: relative;
}
.box-info-second {
  color: #bbb;
  font-size: 12px;
  width: 200px;
  text-align: center;
  top: -80px;
  position: relative;
}
.box-info-third {
  color: #bbb;
  font-size: 12px;
  width: 200px;
  text-align: center;
  top: -80px;
  position: relative;
}
.box-info {
  color: #bbb;
  font-size: 12px;
  width: 200px;
  text-align: center;
  top: -38px;
  position: relative;
}

.weixin-login-bind {
  margin-top: 30px;
}

.user-weixin-info {
width: 90px;
height: 32px;
border-radius: 20px;
position: absolute;
top: 16px;
left: 20px;
background: #ffffff;
display: none;
}

.user-weixin-info img {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: 4px;
  float: left;
}

.user-weixin-info span {
  line-height: 32px;
  font-size: 12px;
  color: #666666;
  margin-left: 4px;
  width: 48px;
  overflow: hidden;
  float: left;
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 1px;
}
.sure-jump-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -4px;
}

.name-server-box {
  margin-top: 10px!important;
}

.name-server-box .name-server {
  font-size: 12px;
}

.new-register-success {
  margin-top: 6px;
}

.mt-4 {
  margin-top: 4px;
}

.mt24 {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.87)!important;
}

.data-step-nextOccasion {
  color: #bbb!important;
  background-color: #f8f8f8!important;
}

.data-step-nextOccasion-hover {
  background-color: #f8f8f8!important;
}



.list-back {
position: absolute;
left: 60px;
display: inline-block;
color: #999;
cursor: pointer;
bottom: 14px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
  font-size: 14px;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
  font-size: 14px;
}


/* START 登陆、注册页面共用 */

.login-main-content {
  width: 880px;
  padding: 0;
  text-align: left;
}

.login-main-content-iframe {
  padding: 56px 32px 10px;
}
/*
.login-main-content-iframe .login-step-first-box {

}*/

.login-main-content-iframe-noPadding {
  padding: 0px;
}

.login-main-content-iframe.login-main-content-iframe-noPadding {
  background: #fff;
}

.login-main-content-iframe.login-main-content-iframe-noPadding .register-form-content-new {
  box-shadow: none;
}

.login-main-content-iframe-noPadding.login-main-content-noiframe {
  background: #fff;
}

.login-main-content-weixin-login .choose-type-content {
  display: none;
}

.login-main-content-weixin-login.login-main-content-weixin-company-login #iframe-register-tip-content {
  display: none;
}

.login-main-content-iframe .sign-form-content-new,
.login-main-content-iframe .register-form-content-new {
  /*box-shadow: none;*/
}

.login-main-content-noiframe {
  width: 816px;
  /* box-shadow: 0 1px 5px 0px rgba(0, 0, 0, .05)!important; */
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05)!important;;
}

.register-main-content.login-main-content-noiframe {
  background-color: transparent !important;
  box-shadow: none !important;
}

/*.login-main-content-noiframe.Height {
  height: auto;
}*/

.login-main-content-noiframe .register-form-content,
.login-main-content-noiframe .sign-form-content {
  margin-top: 0px;
}

/* 登陆相关，样式修改 */
.login-main-content-iframe.login-main-new-content {
  /* padding-top: 84px; */
}

.login-main-content-iframe.register-main-content.single-register-container {
  /* padding-top: 84px; */
}

.login-main-content-noiframe .register-form-content.wxwork-register-step1 {
  margin-top: 32px;
  padding-top: 0px;
}

.login-main-content-iframe .register-form-content.wxwork-register-step1 {
  padding-top: 16px;
}

.login-main-content-noiframe.login-main-content-noiframe-noHeight {
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* 不是 iframe 并且是微信登录的 */
.login-main-content-weixin-login.login-main-content-noiframe {
  height: auto;
}

.login-step-first {
  padding: 0 64px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 1000;
  float: left;
  width: 100%;
}

.login-step-first-new {
  /*padding-top: 64px;*/
  width: 406px;
}

.login-step-first-wrapper {
  width: 280px;

}

.login_type_tabs {
  margin: 0;
  display: flex;
}

.login_type_tabs .psw_tab, .code_tab {
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0px;
  cursor: pointer;
}

.login_type_tabs .psw_tab {
  margin-right: 24px;
}

.active_tab {
  font-weight: 700;
  border-bottom: 2px solid #00a13b;
}

.set-login-psw-wrapper {
  width: 280px;
}

.set-login-psw-wrapper #return-login-btn {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.set-login-psw-wrapper .set-psw-header{
  position: relative;
  text-align: center;
  margin: 40px 0px 24px;
}

.set-login-psw-wrapper h2 {
  display: inline-block;
}

.set-login-psw-wrapper #skip-setup-btn {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

#login-btn-after-set-psw {
  margin-top: 60px;
}

.cut-line {
  position: absolute;
  width: 1px;
  height: 260px;
  /*left: 439px;*/
  left: 50%;
  top: 50%;
  margin-top: -140px;
  background-color: #e6e6e6;
  z-index: 1001;
}

.sign_tip_content {
  margin: 0 auto;
  text-align: center;
}

.sign_tip_content .main_tip,
.sign_tip_content .sub_tip {
  text-align: center;
}
.sign_tip_content .main_tip {
  height:34px;
  font-size:24px;
  /*font-weight:bold;*/
  /*color:rgba(51,51,51,1);*/
  color: #008C33;
  line-height:36px;
}
.sign_tip_content .sub_tip {
  margin-top: 4px;
  height:22px;
  font-size:14px;
  font-weight:400;
  color: rgba(0, 0, 0, 0.45);
  line-height:22px;
}

#weixin-login-content {
  width: 406px;
  padding: 0 112px 0 112px;
}

#weixin-login-content .weixin-img-wapper {
  width: 180px;
}

#weixin-login-content .weixin-img-wapper .login-main-title {
  padding-bottom: 32px;
}

#weixin-login-content .weixin-img-wapper .login-main-title_login {
  padding-bottom: 32px;
}

.login_main h2 {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.login_main .weixin-gobind-title {
  text-align: center;
  padding: 20px 0 40px;
  color: #3cb067;
  font-weight: normal;
  font-size: 20px;
  display: none;
}

.register-footer .text-blue,
.register-footer-join .text-blue {
  color: #166BC7 !important;
}

.register-footer .text-blue:hover,
.register-footer-join .text-blue:hover {
  color: #114a78!important;
}

.register-footer a:link,
.register-footer a:focus,
.register-footer a:visited,
.register-footer-join a:link,
.register-footer-join a:focus,
.register-footer-join a:visited {
  color: #3cb067;
}


/* END 登陆、注册页面共用 */

/* START 登陆页面相关的 */
.sign-form-content {
  position: relative;
  padding-top: 56px;
  margin-top: 32px;
  box-sizing: border-box;
  height: 421px;
  background: #fff;
  border-radius: 4px;
}

.sign-form-content-new {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.new_form_entry {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 24px;
}

.md-check {
  position: relative;
  margin: 16px 0 0;
  cursor: pointer;
  display: block;
}

.login-step-first-wrapper .md-check {
  width: 124px;
}

.md-check .keepstateTip {
  margin-left: 18px;
  color: #333333;
}

.md-check input {
  position: absolute;
  top: 1px;
  left: 12px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  margin-left: -20px;
}

.md-check.cli-check>i {
  background: #fff;
  color: #3cb067;
}

.md-check>i {
  width: 0;
  height: 12px;
  margin-left: -28px;
  margin-top: 1px;
  float: left;
  display: inline-block;
  margin-right: 28px;
  position: relative;
}

.md-check>i:before {
  position: absolute;
  left: 28px;
  top: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.md-check.cli-check>i:before {
  background: #fff;
  border: 1px solid #bbb;
}

.md-check input:checked+i:before {
  border-width: 0;
  background-color: inherit;
}

.md-check.cli-check input[type="checkbox"]:checked+i:before {
  border: 1px solid #bbb;
}

.md-check>i:before,
.md-switch i:after,
.md-switch i:before {
  content: "";
}

.md-check input[type=checkbox]:checked+i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 32px;
  top: 1px;
  display: table;
  width: 4px;
  height: 8px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: ' ';
}

.submit-button-margin {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin-top: 24px;
  color: #fff !important;
}

.register-footer {
  position: absolute;
  left: 50%;
  bottom: 16px;
  /*height:64px;*/
  width: 200px;
  margin-left: -100px;
  /*line-height: 64px;*/
  /*background:rgba(247,249,247,1);*/
  color: #9b9b9b;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
}

/* END 登陆页面相关的 */

/* START 注册页面相关的 */
/* 选择注册方式 */
.choose-regsiter-type-wrap {
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;

  /* padding-top: 48px; */
  /* height: 421px; */
  /* background: #fff; */
  /* margin-top: 32px; */
}

.choose-regsiter-type-wrap .choose-type-title {

}

.choose-regsiter-type-wrap .choose-type-title .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #008c33;
}

.single-register-title-container {
  /* display: none; */
}

.single-register-title-container .choose-type-title .title,
.single-login-title-container .choose-type-title .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #008c33;
  margin-bottom: 32px;
}

.choose-regsiter-type-wrap .choose-type-content {
  text-align: center;
  margin-top: 32px;
}

.choose-regsiter-type-wrap .choose-type-content .content-item {
  width: 216px;
  height: 357px;
  background: #fff;
  /* 小程序卡片大投影 */
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;

  padding: 32px;
}

.choose-regsiter-type-wrap .choose-type-content .company-register-content {
  margin-left: 32px;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #00a13b;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .subTitle {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}

.choose-regsiter-type-wrap .choose-type-content .content-item .subTitle .tip1 {
  font-weight: 700;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .subTitle .tip2 {

}

.choose-regsiter-type-wrap .choose-type-content .content-item .btn-wrap {
  margin-top: 24px;
  width: 216px;
  height: 38px;
  background: #00a13b;
  border-radius: 2px;

  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists {
  margin-top: 40px;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists .list-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists .item-wrap {

}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists .item-wrap .item {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists .item-wrap .item + .item {
  margin-top: 12px;
}

.choose-regsiter-type-wrap .choose-type-content .content-item .introduce-lists .item-wrap .item .fa {
  color: #00a13b;
  margin-right: 2px;
  width: 14px;
}

.company-register-content.content-item .btn-wrap {
  background-color: #166bc7;
}

.company-register-content.content-item .title,
.company-register-content.content-item .introduce-lists .item-wrap .item .fa {
  color: #166bc7 !important;
}
/* 选择注册方式 */

/* 企业步骤微信注册 */
.wxwork-register-steps-container {
  display: none;
  text-align: center;
  line-height: 30px;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap {
  display: inline-block;
  text-align: center;
}

.wxwork-register-steps-container .wxwork-scan-title {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #166bc7;
  display: none;
}

.wxwork-register-steps-container .wxwork-scan-title .wxwork-icon {
  vertical-align: middle;
  display: inline-block;
}

.wxwork-register-steps-container .wxwork-scan-title .wxwork-scan-title-text {

}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.active .show-step-num {
  display: inline-block;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.active .show-icon {
  display: none;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.done .show-step-num {
  display: none;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.done .show-icon {
  display: inline-block;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-one {
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-two {
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-line-wrap {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0 16px;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-line {
  width: 40px;
  height: 1px;
  background-color: #d9d9d9;
  display: inline-block;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-line-wrap.done .steps-line {
  background-color: #166bc7;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item-icon {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  display: inline-block;
  /* background: rgba(0, 0, 0, 0.25); */
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.active .steps-item-icon {
  background: #166bc7;
  border-color: #166bc7;
  color: #fff;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.active .steps-item-content {
  color: rgba(0, 0, 0, 0.85);
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item.active.done .steps-item-icon {
  background: #fff;
  border-color: #166bc7;
  color: #166bc7;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item-icon .steps-icon {
  position: relative;
  top: -1px;
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item-content {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.45);
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item-icon.active .steps-item-content {
  color: rgba(0, 0, 0, 0.85);
}

.wxwork-register-steps-container .wxwork-register-steps-wrap .steps-item-content .steps-item-title {
  position: relative;
}

/* 企业步骤微信注册 */

/* 企业微信注册 */
.wxwork-register-wrap {
  position: relative;
  /* padding-top: 48px; */
  box-sizing: border-box;
  /* height: 421px; */
  /* background: #fff; */
  border-radius: 4px;
  text-align: center;

  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap {
  height: 352px;
  width: 280px;
  padding: 32px 32px 40px;
  box-shadow: 0px 8px 32px rgb(0 0 0 / 5%);
  border-radius: 4px;
  background-color: #fff;
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap {

}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .input-group {
  height: 40px;
  position: relative;
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .input-group .wxwork-input:focus {
  border-color: #166bc7;
  box-shadow: 0px 0px 0px 2px rgba(22, 107, 199, 0.2);
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .zd-cascader-wrap.is-focus input:focus {
  border-color: #166bc7;
  box-shadow: 0px 0px 0px 2px rgba(22, 107, 199, 0.2);
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .zd-cascader-wrap input {
  box-shadow: none;
  border-color: rgba(120, 130, 140, 0.25);
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .input-group + .input-group {
  margin-top: 16px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .zd-input__inner {
  height: 40px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .staff-size-group .zd-cascader-menu {
  min-width: 280px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .top-wrap .next-btn {
  margin-top: 24px;
  width: 100%;
  height: 38px;
  border-radius: 2px;

  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #166bc7;
}

.wxwork-register-wrap .wxwork-register-content-wrap .line {
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wxwork-register-wrap .wxwork-register-content-wrap .line .line-text {
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.wxwork-register-wrap .wxwork-register-content-wrap .line:after {
  content: " ";
  border-top-color: #fff;
  width: 1000px;
  height: 1px;
  background: rgba(120, 130, 140, 0.25);
  opacity: 0.5;
  top: 50%;
  position: absolute;
  left: 0;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap {
  margin-top: 32px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register {
  width: 100%;
  height: 38px;
  border-radius: 2px;

  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  font-size: 14px;
  color: #166bc7;
  text-align: center;
  cursor: pointer;
  border: 1px solid #166bc7;
  display: inline-block;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register .wxwork-register-icon {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 8px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register .wxwork-register-icon.wxwork-register-icon-hover {
  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register:hover .wxwork-register-icon {
  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register:hover .wxwork-register-icon.wxwork-register-icon-hover {
  display: inline-block;
}

.wxwork-register-wrap .wxwork-register-content-wrap .bottom-wrap .wxwork-register-text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap {
  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxwork-img-box {
  width: 200px;
  height: 200px;
  margin-top: 24px;
  position: relative;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxwork-img-box img {
  width: 100%;
  height: 100%;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxworkcode-invalid-tips {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 202px;
  height: 202px;
  padding-top: 40px;
  text-align: center;
  background: rgba(255, 255, 255, .97);
  box-sizing: border-box;

  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxworkcode-invalid-tips .icon-box {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxworkcode-invalid-tips .clifont {
  font-size: 28px;
  color: #166bc7;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxworkcode-invalid-tips .invalid-tip {
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxworkcode-invalid-tips .refresh-wxwork-code {
  text-align: center;
  margin-top: 24px;
  width: 96px;
  height: 38px;
  border: 1px solid rgba(120, 130, 140, 0.25);
  border-radius: 2px;
  line-height: 38px;

  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .wxwork-tip {
  margin-top: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip {
  margin-top: 24px;
  text-align: center;
  display: none;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip .icon-box {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip .icon-box i {
  color: #166bc7;
  font-size: 32px;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip .tip-wrap {
  display: inline-block;
  vertical-align: middle;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip .tip-wrap .tip-title {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}

.wxwork-register-wrap .wxwork-register-content-wrap .scan-code-wrap .scan-wxwork-tip .tip-wrap .tip-sub-title {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  margin-top: 6px;
}

/* 扫码成功 */
.wxwork-register-wrap .wxwork-register-content-wrap.wxword-code-invalid .wxworkcode-invalid-tips {
  display: block;
}

.wxwork-register-wrap .wxwork-register-content-wrap.scan-code-success .scan-wxwork-tip {
  display: block;
}

.wxwork-register-wrap .wxwork-register-content-wrap.scan-code-success .wxwork-tip {
  display: none;
}

.wxwork-register-wrap .staff-size-group .zd-cascader-menu__wrap {
  height: auto !important;
}
/* 企业微信注册 */

/* 企业微信绑定提示 */
.bind-wxwork-tip-wrap {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: none;
}

.bind-wxwork-tip-wrap .tip-text {
  text-align: center;
}

.wxwork-register-step2 .bind-wxwork-tip-wrap {
  display: block;
  margin-bottom: 40px;
}

.register-form-content.wxwork-register-step2 {
  padding-top: 0px;
  margin-top: 32px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
}
/* 企业微信绑定提示 */


/* 企业微信注册 注册框信息调整 */
.wxwork-register-container {
  height: 483px !important;
}

.wxwork-register-container.wxwork-register-step1 {
  height: auto !important;
}

.wxwork-register-container.wxwork-register-step2 {
  height: 500px !important;
}

.wxwork-register-container.wxwork-register-step1 .wxwork-register-wrap {
  display: block;
}

.register-form-content .login-form-list .login-form-membername {
  display: none;
}

.wxwork-register-container .login-form-list .login-form-membername {
  display: block;
  margin-top: 32px;
}

.wxwork-register-container .login-form-list .login-form-account {
  margin-top: 12px;
}

.wxwork-register-container .join_confirm_btn {
  background: #166bc7 !important;
}

.wxwork-register-container.wxwork-register-step1 .login-account-form-box {
  display: none;
}

.wxwork-register-container.wxwork-register-step1 {
  margin-top: 16px;
  background: transparent;
  box-shadow: none;
}

.wxwork-register-container.wxwork-register-step2 .wxwork-register-wrap {
  display: none;
}

.wxwork-register-container.wxwork-register-step2 .login-account-form-box {
  display: block;
}

/* 二维码展示 */
.wxwork-register-container.wxwork-register-step2 .weixin-img-wapper .login-main-title {
  padding-bottom: 32px !important;
  height: 23px;
  line-height: 23px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
}

.wxwork-register-container.wxwork-register-step2 .cut-line {
  margin-top: -110px;
}

.wxwork-register-container.wxwork-register-step2 .weixin-scan-tips {
  margin-top: 24px;
}

.wxwork-register-container.wxwork-register-step2 .register-change-style.md-check {
  margin-top: 16px !important;
}

/* 文字大小调整 */
.wxwork-register-container.wxwork-register-step2 .join-step-first-title {
  height: 23px;
  line-height: 23px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
}

/* 注册阴影的框 */

.login-main-content-join {
  width: 360px;
}

.register-form-content {
  position: relative;
  margin-top: 32px;
  padding-top: 56px;
  height: 421px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;

  /* display: none; */
}

.register-form-content-new {
  box-shadow: 0px 8px 32px rgb(0, 0, 0, 0.05);
}

.register-form-content .cut-line {
}

.new-box-join-weixin {
  float: left;
  display: inline-block;
  width: 406px;
  min-height: 250px;
  padding: 0 64px;
  box-sizing: border-box;
}

.new-box-join-weixin .join-step-first-title {
  height:20px;
  line-height:20px;
  font-size:18px;
  font-weight:bold;
  color:rgba(0, 0, 0, 0.85);
}

.new-box-join-weixin .join-step-first-title-new {
  font-size: 22px;
  /*color: #3cb067;*/
}

.new-box-join-weixin .qrcode-img-box {
  position: relative;
  text-align: center;
  width: 187px;
  height: 187px;
  margin-top: 30px;
}

.new-box-join-weixin .wxJoinImage {
  width: 187px;
}

.new-box-join-weixin .join-in-qrcode {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.new-box-join-weixin .join-in-qrcode img {
  width: 100%;
  height: 100%;
}

.register-footer-join {
  position: absolute;
  bottom: 24px;
  left: 50%;
  /*height:64px;*/
  width: 200px;
  margin-left: -100px;
  /*background:rgba(247,249,247,1);*/
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  color: #9b9b9b;
}

.new-register-footer-join {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  width: 120px;
  padding: 4px;
  margin-left: -60px;
}

.new-register-footer-join span {

}

.new-register-footer-join .fa {
  font-weight: bold;
  width: 12px;
  /* margin-left: 8px; */
}

.recommend-title-box {
  position: relative;
}

.binding-popover {
position: absolute;
top: 0;
right: 14px;
border-radius: 50%;
background: #ccc;
color: #fff;
padding: 0 5px;
-o-transform: scale(0.7);
-ms-transform: scale(0.7);
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
transform: scale(0.7);
}

.scan-overlay-tips,.scan-overlay-loading {
position: absolute;
left: -1px;
top: -1px;
width: 182px;
height: 182px;
padding-top: 66px;
text-align: center;
background:rgba(255,255,255,.97);
box-sizing: border-box;
}

.scan-overlay-tips .overlay_main {
position: relative;
font-size:16px;
font-weight:800;
color:#333333;
line-height:22px;
}

.scan-overlay-tips .overlay_main:before {
position: absolute;
left: 46px;
top: 5px;
display: table;
width: 4px;
height: 8px;
border: 2px solid #4CAF50;
border-top: 0;
border-left: 0;
content: ' ';
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.scan-overlay-tips .overlay_sub,
.scan-overlay-loading .overlay_sub
{
position: relative;
margin-top: 8px;
font-size:12px;
color:#777;
line-height:17px;
}


.scan-overlay-loading {
padding-top: 58px;

}

.scan-overlay-loading img {
width: 40px;
height: 40px;
background-color: #fff;
}

.agreement-error-tip {
  font-size: 12px;
  color: #E64340;
  white-space: nowrap;
}

.red-error-tip {
  font-size: 12px;
  color: #E64340;
}

.submit-error {
  display: none;
  margin-top: 12px;
  margin-bottom: -6px;
}

.red-error-tip .fa-times-circle {
  margin-right: 4px;
}

/* END 注册页面相关的 */


/*.head_top {*/
/*    height: 60px;*/
/*}*/

/* 登陆页面 */
.top-to-jump-action {
  position: absolute;
  top: 24px;
  right: 64px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.top-to-jump-action.no-iframe {
  top: 88px;
  right: 24px;
}

.top-to-jump-action .top-action-btn {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 2%);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.iframe-top-to-jump-action {
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.iframe-top-to-jump-action .top-action-btn {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 2%);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

/* 注册类型返回 */

.top-to-return-back {
  position: absolute;
  top: 24px;
  left: -136px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.top-to-return-back.no-iframe {
  top: 88px;
  left: 24px;
}

.top-to-return-back i {
  font-size: 16px;
  margin-right: 2px;
}

/* 注册类型返回 */

.login-btn-green {
  background: #00a13b !important;
}

.login-btn-green:hover, .login-btn-green:focus, .login-btn-green:active {
  background: #008C33 !important;
}

.login-btn-blue {
  background: #166bc7 !important;
  background-color: #166bc7 !important;
}

.login-btn-blue:hover, .login-btn-blue:focus, .login-btn-blue:active {
  background: #114A78 !important;
  background-color: #155EB7 !important;
}

.login-btn-ghost-default {
  border: 1px solid #D9D9D9;
  color: rgba(0, 0, 0, 0.85);
}

.login-btn-ghost-default:hover,
.login-btn-ghost-default:focus,
.login-btn-ghost-default:active {
  border-color: #00A13B;;
  color: #00A13B;
}

.login-btn-ghost-blue {
  border: 1px solid #D9D9D9;
  color: rgba(0, 0, 0, 0.85);
}

.login-btn-ghost-blue:hover,
.login-btn-ghost-blue:focus,
.login-btn-ghost-blue:active {
  border-color: #166bc7;;
  color: #166bc7;
}

.login-btn-ghost-bg-blue {
  border: 1px solid #166bc7;
  color: #166bc7;
}

.login-btn-ghost-bg-blue:hover,
.login-btn-ghost-bg-blue:focus,
.login-btn-ghost-bg-blue:active {
  background-color: #166bc7 !important;
  color: #fff !important;
}

/* 二次验证逻辑 css */
.verification-code-container-v1 {
  padding: 40px 71px;
  padding-bottom: 24px;
  text-align: center;
  background: #FAFAFA;
  margin-top: 37px;
  margin-left: -64px;
  display: flex;
  width: 948px;
  height: 450px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.verification-code-container-v1 .title {
  color: #00a870;
  margin-bottom: 40px;
}

.verification-code-container-v1 .subtitle {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.537px;
}

.verification-code-container-v1 .desc {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  /* 21px */
  margin-top: 8px;
}

.verification-code-container-v1 .desc .phone-number {
  color: rgba(0, 0, 0, 0.85);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}

.verification-code-container-v1 .input-content {
  margin-top: 20px;
  margin-bottom: 48px;
}

.verification-code-container-v1 .code-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
  width: 536px;
}

.verification-code-container-v1 .code-input {
  width: 64px;
  height: 72px;
  flex-shrink: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 8px;
  outline: none;
  /* 添加光标颜色 */
  caret-color: #00a870;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.537px;
  background: #FAFAFA;
}

/* 在第四个元素上添加左边距 */
.verification-code-container-v1 .code-container input:nth-child(4) {
  margin-left: 32px;
}

.verification-code-container-v1 .code-input:focus {
  border-color: #00a870;
}

.verification-code-container-v1 .code-input:active {
  border-color: #00a870;
  box-shadow: 0 0 0 2px rgba(0, 168, 112, 0.2);
}

.verification-code-container-v1 .code-input.error {
  border-color: #E64340;
  box-shadow: 0 0 0 2px rgba(230, 67, 64, 0.2);   
}

.verification-code-container-v1 .hint {
  display: flex;
  justify-content: center;
  color: #999;
  font-size: 12px;
  margin-top: 16px;
}

.verification-code-container-v1 .hint .get-code-tips {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.537px;
  margin: 0;
}

.verification-code-container-v1 .hint .resend {
  color: #357BB3;
  cursor: pointer;
  margin: 0;
  text-align: center;
}

.verification-code-container-v1 .verify-btn {
  background: #00a870;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  height: 38px;
  width: 131px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #008C33;
}

.verification-code-container-v1 .verify-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.verify-back-step {
  color: rgba(0, 0, 0, 0.65);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.537px;
  position: absolute;
  top: 600px;
  left: 407px;
}
/* hover 变小手 颜色改为链接的蓝色 */
.verify-back-step:hover {
  color: #166BC7;
  cursor: pointer;    
}

.email-entry-verify {
  padding: 56px 71px;
  text-align: center;
  background: #FAFAFA;
  margin-top: 37px;
  margin-left: -64px;
  display: flex;
  width: 948px;
  height: 420px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.email-entry-verify .title {
  color: #00a870;
  margin-bottom: 40px;
}

.email-entry-verify .desc {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.email-entry-verify .subtitle {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.537px;
}

.email-entry-verify  .input-content{
  margin-top: 66px;
  margin-bottom: 66px;
}

.email-entry-verify .phone-number-input {
  width: 516px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid rgba(120, 130, 140, 0.13);
  background: #FAFAFA;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.537px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.85);
  /* 添加光标颜色 */
  caret-color: #00a870;
}

.email-entry-verify .phone-number-input.active {
  border-color: #00a870;
  box-shadow: 0 0 0 2px rgba(0, 168, 112, 0.2);
}

.email-entry-verify .phone-number-input::placeholder {
  font-size: 32px;
}

.email-entry-verify .phone-number-input:focus {
  border-color: #00a870;
}

.email-entry-verify .email-entry-verify-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.email-entry-verify .email-verify-btn{
  display: flex;
  height: 38px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #008C33;
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.537px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.email-entry-verify .email-verify-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}


.email-entry-verify .disabled {
  background: #ccc;
  cursor: not-allowed;
}

.testArea{
  float: left;
  margin-left: 10px;

}

.testArea-container{
  position: absolute;
  top: 0;
  left: 0;   
}

.senior-members-tips{
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  margin-top: 24px;
}

.senior-members-tips .provision_link{
  color: #357BB3;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
}

.trust-device-checkbox {
text-align: center;
}

.trust-device-checkbox .keepstateTip {
color: rgba(0, 0, 0, 0.45);
text-align: center;
font-family: "Microsoft YaHei UI";
font-size: 12px;
font-weight: 400;
line-height: 150%;
}

/* 从从master_online_20251103的signin-plugins-new.css复制来 END */

body,
.wrapper {
  background: #fff !important;
}

.login_main.login-main-content.register-main-content {
  height: 100vh;
  width: 100vw;
}

.head,
.footer {
  display: none;
}

.cli-logo-wrapper {
  width: 100%;
}

.cli-logo {
  width: 119px;
  height: 21px;
  padding-bottom: 80px;
}

.login-main-content,
.login-main-content-noiframe.login-main-content-noiframe-noHeight {
  background-color: #fff !important;
  margin-top: 0 !important;
  padding-top: 61px;
}

.login-main-content-noiframe {
  width: auto;
}

.login-step-first-new {
  padding: 0;
}

.login-step-first-new {
  width: auto;
}

.sign-form-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0;
}

.login-btn-bottom-wrapper .login-btn-bottom {
  color: #166bc7;
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.login_type_tabs .psw_tab, .code_tab {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.login_type_tabs .active_tab {
  border: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.login-form-item-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.forget-password-link-wrapper {
  margin: 0;
}

.forget-password-link-wrapper .forget-password-link {
  color: #166bc7;
}

.submit-button-margin {
  margin-top: 32px;
}

.login_other_option_box {
  display: inline-block;
}

.sign-form-content {
  height: auto;
}

.login-form-list #confirm-input {
  width: 100%;
  padding-right: 96px;
}

.get-code-btn {
  border: none;
  height: auto;
  width: fit-content;
  margin-right: 16px;
  color: #166BC7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  top: 50%;
  transform: translateY(-50%);
  display: inline;
}

.login_form new-box-join-weixin {
  padding: 0;
}

.new-box-join-weixin {
  margin: 0 38px;
  padding: 0;
}

.login-account-form-box {
  display: flex;
  justify-content: center;
}

.login-btn-green {
  border-radius: 4px;
}

.new-box-join-weixin .join-step-first-title {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  text-align: left;
}

.register-form-content {
  padding: 0;
}

.confirm_send_again:disabled {
  border: none;
  background: none;
  box-shadow: none;
}