
 /* 登录样式 */
#loginForm{
 
}
.loginform{
    height: 600px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
}
.container{
  max-width: 1200px;
}
#loginForm .row{
 margin: 0px;
}
#loginForm .col-lg-8,
#loginForm  .col-lg-4{
padding: 0px;
}
.navbar-header{
    padding: 0px;
}
.smoothscroll{
    text-align: right;
}
.navbar-info{
    display: none;
    font-size: 0.875rem;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #757575;
    line-height: 1.25rem;
    letter-spacing: 1px;
    margin-top: 1rem;
}
.registerBox {
    width: 100%;
    height: 600px;
    /* background: #FFFFFF; */
    box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
    max-width:1080px;
    padding: 0px;
  }
  .registerBox .leftBox {
    width: 400px;
    height: 600px;
    background: url("img/registerLeftBg.png") no-repeat left center;
    background-size: 100% 100%;
    padding-top: 96px;
  }
  .registerBox .leftBox h2 {
    font-size: 48px;
    color: #FFFFFF;
    line-height: 58px;
    margin-bottom: 120px;
  }
  .registerBox .leftBox .stepBox {
    margin-left: -6px;
  }
  .registerBox .leftBox .stepBox .stepBoxItem i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("img/unActiveCircle.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .leftBox .stepBox .stepBoxItem span {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    line-height: 28px;
  }
  .registerBox .leftBox .stepBox .stepBoxItem.activeStep i {
    background: url("img/activeCircle.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .leftBox .stepBox .stepBoxItem.activeStep span {
    color: #ffffff;
  }
  .registerBox .leftBox .stepBox .stepBoxItem.checkStep i {
    background: url("img/checkedCircle.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .leftBox .stepBox .stepBoxItem.checkStep span {
    color: #ffffff;
  }
  .registerBox .leftBox .stepBox .stepLine {
    width: 4px;
    height: 44px;
    background: url("img/unActiveLine.png") no-repeat left center;
    background-size: 100% 100%;
    margin: 4px 0 4px 10px;
  }
  .registerBox .leftBox .stepBox .stepLine.activeLine {
    background: url("img/activeLine.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .leftBox .stepBox .stepLine.checkedLine {
    background: url("img/checkedLine.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .loginLeftBox {
    width: 400px;
    height: 600px;
  }
  .registerBox .loginLeftBox img {
    width: 100%;
    height: 100%;
  }
  .registerBox .fromWarp {
    padding: 22px 124px 0 96px;
  }
  .registerBox .fromWarp.forgetPwdWarp {
    padding: 56px 320px 0 300px;
  }
  .registerBox .fromWarp.dialogFrom {
    padding: 22px 0 0 22px;
  }
  .registerBox .fromWarp.pt80 {
    padding-top: 80px;
  }
  .registerBox .fromWarp.pt96 {
    padding-top: 96px;
  }
  .registerBox .fromWarp.pt48 {
    padding-top: 48px;
  }
  .registerBox .fromWarp .width12 {
    width: 12px;
    margin-right: 8px;
  }
  .registerBox .fromWarp .width12 img {
    width: 12px;
    height: 12px;
  }
  .registerBox .fromWarp .fromItem {
    height: 56px;
    margin-bottom: 48px;
  }
  .registerBox .fromWarp .fromItem.mb60 {
    margin-bottom: 60px;
  }
  .registerBox .fromWarp .fromItem.mb64 {
    margin-bottom: 64px;
  }
  .registerBox .fromWarp .fromItem.mb48 {
    margin-bottom: 48px;
  }
  .registerBox .fromWarp .fromItem.mb0 {
    margin-bottom: 0;
  }
  .registerBox .fromWarp .fromItem .inputWarp {
    cursor: none;
    height: 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-weight: 500;
    color: #262626;
    line-height: 24px;
    border-bottom: solid 1px #F0F0F0;
    box-sizing: border-box;
    font-size: 16px;
   
  }
  .registerBox .fromWarp .fromItem .inputWarp input::input-placeholder {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
  }
  .registerBox .fromWarp .fromItem .inputWarp input::-webkit-input-placeholder {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
  }
  .registerBox .fromWarp .fromItem .inputWarp input:hover {
    border-bottom: solid 1px #D9D9D9;
  }
  .registerBox .fromWarp .fromItem .inputWarp input:focus {
    border-bottom: solid 2px #FF7831;
  }
  .registerBox .fromWarp .fromItem .inputWarp input.errorStaus {
    border-bottom: solid 1px #F55863;
  }
  .registerBox .fromWarp .fromItem .inputWarp .visiblePwd {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/hidePassword.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp .visiblePwd:hover {
    background: url("../img/showPassword.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp .visiblePwd.active {
    background: url("../img/showPassword.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp .codeBtn {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FF7831;
    line-height: 22px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .codeBtn.disabledCodeBtn {
    color: #BFBFBF;
  }
  .registerBox .fromWarp .fromItem .inputWarp .verCodeImg {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 120px;
    height: 44px;
    border-radius: 6px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .topTip {
    position: absolute;
    /* display: inline-block; */
    left: 0;
    top: -20px;
    font-size: 12px;
    font-weight: 500;
    color: #FF7831;
    line-height: 20px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    line-height: 20px;
    font-size: 12px;
    color: #F55863;
  }
  .registerBox .ptpl32 {
    padding: 32px 0 0 32px;
  }
  .registerBox .stepTitle {
    display: inline-block;
    border-radius: 6px;
    padding: 3px 6px;
  }
  .registerBox .stepTitle:hover {
    background: #FAFAFA;
  }
  .registerBox .stepTitle img {
    display: block;
    width: 16px;
    height: 16px;
  }
  .registerBox .stepTitle span {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
  }
  .registerBox .stepBtn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #FFD1B8;
    border-radius: 28px;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 2px;
    outline: none;
    text-align: center;
  }
  .registerBox .stepBtn.mt0 {
    margin-top: 0;
  }
  .registerBox .stepBtn.mt42 {
    margin-top: 42px;
  }
  .registerBox .stepBtn.mt18mb12 {
    margin: 18px 0 12px 0;
  }
  .registerBox .stepBtn.normalStep {
    border: 1px solid #D9D9D9;
    background: #ffffff;
    color: #595959;
    text-align: center;
    line-height: 46px;
  }
  .registerBox .stepBtn.normalStep:hover {
    color: #595959 !important;
  }
  .registerBox .stepBtn.activeStep {
    border: none;
    color: #FFFFFF;
    background: linear-gradient(270deg, #FF7831 0%, #FFA254 100%);
  }
  .registerBox .stepBtn.activeStep:hover {
    color: #FFFFFF !important;
  }
  .registerBox .agreement {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 17px;
    text-align: center;
    margin-top: 12px;
  }
  .registerBox .agreement a {
    color: #4281B8;
  }
  .registerBox .registerSuccessIcon {
    display: block;
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
  }
  .registerBox .wxCode {
    display: block;
    width: 128px;
    height: 128px;
    margin-top: 32px;
    margin-bottom: 4px;
  }

  .cbo {
    clear: both;
    overflow: hidden;
  }

.codeIcon {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/codeNormal.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .codeIcon:hover {
    background: url(../img/codeActive.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .codeIcon.accountIcon {
    background: url(../img/accountNormal.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .codeIcon.accountIcon:hover {
    background: url(../img/accountHover.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .piontBox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
    display: flex;
  }
  .piontBox span {
    display: inline-block;
    width: 116px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 8px;
    background: #FF7831;
    box-shadow: 0px 2px 8px 0px rgba(255, 120, 49, 0.24);
  }
  .piontBox em {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #FF7831;
  }
  .piontBox i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FF7831;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .prl40 {
    padding: 0 40px;
  }
  .loginTabBox {
    padding: 0 104px;
    border-bottom: solid 1px #F5F5F5;
    height: 48px;
    position: relative;
  }
  .loginTabBox span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 32px;
    height: 48px;
    /* padding-top: 1px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .loginTabBox span.active {
    font-size: 1.5rem;
    font-weight: 400;
    color: #262626;
    line-height: 32px;
    padding-top: 0;
  }
  .loginTabBox .activeline {
    display: block;
    position: absolute;
    left: 202px;
    right: 0;
    bottom: -1px;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: #FF7831;
    transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  }
  .loginTabBox .activeline.activelineRight {
    left: 398px;
    right: 186px;
  }
  .forgetPwBox {
    padding: 16px 16px 24px;
    text-align: center;
  }
  .forgetPwBox.mrl10 {
    margin: 0 -10px;
  }
  .forgetPwBox a,
  .forgetPwBox span {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
  }
  .forgetPwBox a.cmain,
  .forgetPwBox span.cmain {
    color: #FF7831;
  }
  .forgetPwBox em {
    display: inline-block;
    width: 17px;
    height: 20px;
    position: relative;
    vertical-align: bottom;
  }
  .forgetPwBox em:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #F0F0F0;
    position: absolute;
    left: 50%;
    top: 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%);
  }
  .borderTop {
    border-top: solid 1px #F5F5F5;
  }
  .jobNumberBtn {
    margin: 24px auto 0;
    width: 142px;
    height: 44px;
    background: #F5F8FB;
    border-radius: 24px;
  }
  .jobNumberBtn img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .jobNumberBtn span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #4281B8;
    line-height: 22px;
  }
  .backBox {
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    line-height: 32px;
    border-bottom: solid 1px #F5F5F5;
    position: relative;
  }
  .backBox .stepTitle {
    position: absolute;
    left: 0;
    bottom: 12px;
  }
  .wxCodeBox {
    padding: 48px 40px 54px;
  }
  .wxCodeBox .wxCodeImg {
    width: 220px;
    height: 220px;
    border-radius: 16px;
    border: 4px solid #FAFAFA;
    padding: 3px;
  }
  .wxCodeBox .wxCodeImg img {
    width: 100%;
    height: 100%;
  }
  .wxCodeBox .wxCodeImg .showimg {
    width: 100%;
    height: 100%;
    border: 0;
  }
  .wxCodeBox .wxTip {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 22px;
  }
  span.active{
    /* position: relative; */
    
  }
  /* span#accountbtn.active::after{
    content: '';
    display: inline-block;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 34%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: #FF7831;

    transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  }
  span#verificationbtn.active::after{
    content: '';
    display: inline-block;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 67%;
    right: 0;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: #FF7831;
 
    transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  } */
  #mobile-tool{
    display: none;
  }

  /*弹出层*/ 

/*  .fade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5 !important;
    background: #000000;
    z-index: 999;
}*/

 .btnDiv{
   /* text-align: center; */
   margin-right: 32px;
 }
.maskContenttip {
  background: #fff;
  position: fixed;
  left:50% ;
  top: 15vh;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  /* padding: 0 32px; */
  width: 404px;
  margin-left: -180px;
}

.maskContenttip .maskContent {
  /* padding: 32px 0 8px 0; */
  /* text-align: center; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    /* margin-top: 25px; */
    margin-bottom: 32px;
}

.maskContenttip  .maskContent .content{
  font-weight: 400;
  color: #757575;
  font-size: 14px;
  padding-left:20px;
  text-align: left;
  display: inline-block;
  padding-left: 76px;

}
.maskContenttip .maskfooter {
  padding: 0px 0 24px;
  text-align: right;
}
  .maskheader{
    padding: 36px 36px 20px;
    /* border-bottom: solid 1px #F5F2F0; */
    font-size: 16px;
    color: #282624;
  }   
  .maskheader span{
    color: #262626;
    font-size: 16px;
  }
  .maskContentWarp {
    background: #fff;
    position: fixed;
    left:50% ;
    top: 15vh;
    z-index: 999;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 0 32px;
    width: 404px;
    margin-left: -202px;
  }
  .maskContentWarp .maskContent {
    padding: 32px 0 8px 0;
  }
  .maskContentWarp .maskfooter {
    padding: 24px 0;
    text-align: right;
  }
  .el-button{
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    border-color: #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* padding: 12px 20px; */
    font-size: 14px;
  }
  .el-button--primary{
    color: #FFFFFF;
    background-color: #FF7831;
    border-color: #FF7831;
  }
/*  .fade{
    display: none;
  }*/
  .maskContentWarp{
    display: none;
  }
  .maskContenttip{
    display: none;
  }
  .mt80 {
    margin-top: 80px;
  }
  .accoutListWarp {
    padding-top: 32px;
    height: 472px;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
  }
  .accoutListWarp.scrollBottom {
    margin-bottom: 32px;
  }
  .accoutListWarp::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .accoutListWarp::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.24);
  }
  .accoutListWarp::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent;
  }
  .accoutList {
    width: 440px;
    background: #FAFAFA;
    border-radius: 12px;
    height: 104px;
    border: 1px solid #F5F5F5;
    padding: 20px 48px 20px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     margin: auto;
    margin-bottom: 8px;
   
  }
  .accoutList:last-child {
    margin-bottom: 0;
  }
  .accoutList:hover {
    border-color: #D9D9D9;
  }
  .accoutList:active {
    border-color: #FF7831;
  }
  .accoutList .accountInfo p {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
    overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 64px;

  }
  .accoutList .accountInfo p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .accoutList .accountImg {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .accoutList .accountImg.personIcon {
    background: url(../img/personIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.staffIcon {
    background: url(../img/staffIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.mgtIcon {
    background: url(../img/mgtIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .maskFooter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 440px;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 10;
  }
  .choiceTitle{
    /*display: none;*/
  }
  .choiceList{
    /*display: none;*/
  }
  a.accoutList:hover{
    text-decoration: none;
  }
  .commonlogin{
    display: none;
  }
 .error-tip{
  border-radius: 24px !important;
 }
 .error-tip .layui-layer-content{
  height: 52px;
  min-width: 267px;
  border-radius: 40px;
  line-height: 52px;
  padding: 0 28px;
 }
 .error-tip .layui-layer-content span{
  margin-left: 5px;
 }
 .error-tip .layui-layer-content span::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
    top: 5px;

    right: 8px;
    background: url(../img/icon_delete_hover.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
 }

 .noicon.layui-layer-content span::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
    top: 5px;
    right: 8px;
    background: none;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
 }

 .error-tip .blueFont{
  font-size: 14px;
  font-weight: 400;
  color: #4281B8;
  line-height: 22px;
  margin-left: 1px;
}

.error-tip .blueFont::after{
  content: "X";
  font-size: 13px;
  position: relative;
  right: -10px;
  color: #8c8c8c;
 
}
.error-tip .blueFont-modify {
    font-size: 14px;
    font-weight: 400;
    color: #4281B8;
    line-height: 22px;
    margin-left: 1px;
}
.error-tip .blueFont:hover {
    color: #4281B8 !important;
    text-decoration: none;
}
.choiceTitle .backBox span{
  font-size: 24px;
}
.red-tip{
  display: inline-block;
  width: 24px;
  height: 24px;
  /* border: 1px solid; */
  background: url(../img/tip_004.png) left center no-repeat;
  margin-right: 14px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.el-icon-warning{
  display: inline-block;
  width: 22px;
  height: 20px;
  /* border: 1px solid; */
  background: url(../img/tip_004.png) left center no-repeat;
  line-height: 10px;
  margin-bottom: 4px;
  margin-right: 4px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.tip-know:hover{
  opacity: 0.8;
}
.yanzheng-tip{
  display: none;
}
.gonghao-tip{
  display: none;
}
  @media screen and (max-width: 768px) {
    .navbar-header a img {
        height: 4.25rem;
    }
    .gonghao-tip {
      display: block;
      text-align: right;
      font-size: 0.75rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #757575;
      margin-bottom: 2.06rem;
    }
    .registerBox .fromWarp .fromItem .inputWarp input:focus {
      border-bottom: solid 1px #FF7831;
    }
    .registerBox .fromWarp .fromItem .inputWarp input{
      border-radius: 0px;
    }
    .navbar-header{
      text-align: center;
    }
    .navbar-inverse{
      background:#fff
    }
    #navbar{
        display: none;
    }
    body{
        width: 100%;
         background: #fff;
    }
    .navbar-info{
        display: block;
    }
    .codeIcon{
        display: none;
    }
    .loginTabBox{
        padding: 0px;
        width: 11.88rem;
        margin: 0 auto;
    }
    .registerBox .fromWarp {
        padding: 0;

      }
      .loginTabBox span.active{
          font-size:0.88rem;
          line-height:  1.25rem;
          height: 1.25rem;
      }
      .yanzheng-tip{
       /*padding-left: 3.125rem;*/
       display: inline-block;
      }
      .yanzheng-tip a{
        color: #FF7831;
      }

      .yanzheng-tip p{
        font-size: 0.75rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #757575;
      }
      .loginTabBox span{
        height: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #262626;
        line-height:  1.25rem;
        font-size: 0.88rem;
      }
      .loginTabBox{
          border-bottom: none;
      }
      .auth-header{
        padding: 3.8949999999999996rem 0rem 1.9515999999999998rem;
      }
      .pc-width{
          display: none;
      }
      .auth-footer{
          display: none;
      }
      .registerBox{
       height: auto;
      }
      .registerBox .fromWarp.pt48{
        /* padding-top: 2.3042rem; */
        padding: 2.3042rem 1.88rem 0rem;
      }
      .registerBox .fromWarp .fromItem{
          height: 1.56rem;
          margin-bottom: 2.38rem;
      }
      .registerBox .fromWarp .fromItem .inputWarp input{
        height: 1.56rem;
        font-size: 0.75rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #262626;
        line-height: 1.56rem;
      }
      .forgetPwBox{
          padding: 0.36079999999999995rem 0px 4.7642rem;
      }
      .registerBox .fromWarp .fromItem.mb48 {

      margin-bottom: 2.9766rem;
    }
    .registerBox .fromWarp .fromItem .inputWarp .topTip{
      display: none !important;
    }
    /* span#accountbtn.active::after{

      content: '';
      width: 1.75rem;
      height: 0.13rem;
      background: #FF7831;
      transform: translateX(-100%);
      bottom: -0.33rem;
    }
    span#verificationbtn.active::after{
      width: 1.75rem;
      height: 0.13rem;
      background: #FF7831;
      transform: translateX(0%);
      bottom: -0.33rem;
    } */
/* 
    span.active::after{
      bottom: -0.33rem;
      width: 1.75rem;
      height: 0.13rem;
    } */
    .accoutList{
      box-shadow: 0 0.053333rem 0.826667rem 0 #f6f7fa;
      margin-bottom: 1.5rem;
      background: #fff;
      border: none;
    }

    #verificationCode .mbrem{
      margin-bottom: 1.38rem;
    }
    #workerslogin .mbrem{
      margin-bottom: 1.38rem;
    }
    .loginTabBox .activeline{
      width: 1.75rem;
    height: 0.13rem;
    bottom: -0.33rem;
    left:48px;
    right: 186px;
    }
    .loginTabBox .activeline.activelineRight{
      left: 142px;
      right: 186px;
    }

    .registerBox .fromWarp .fromItem .inputWarp input{
      border-bottom:0.06rem solid #F6F7FA;
    }
    .contentBox{
      padding: 0 3rem 1.28rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .wxLoginBtn{
      text-align: center;
      position: relative;
    }
    .wxLoginBtn::before{
       content: "";
       display: inline-block;
       width: 1.25rem;
       height: 0.06rem;
       background: #ccc;
       border-radius: 0.03rem;
       position: absolute;
       top: -2.5rem;
       left: 50%;
       margin-left: -0.625rem;
    }
    .wxLoginBtn img{
      display: block;
      width: 2.62rem;
      height: 2.62rem;
      margin: 0 auto;
    }
    .wxLoginBtn span{
      height: .533333rem;
      font-size: 0.75rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #8C8C8C;
    line-height: .533333rem;
    }
    #mobile-tool{
      display: block;
    }
    #mobile-tool .splitinfo{
      display: inline-block;
      width: 100%;
      text-align: center;
      /* width: 4.5rem; */
      height: 1.06rem;
      font-size: 0.75rem;
      font-family: PingFangSC-Light, PingFang SC;
      font-weight: 300;
      color: #BFBFBF;
      line-height: 1.06rem;
      margin-bottom: 2rem;
      position: relative;
      /* margin: 0 auto; */
    }

    #mobile-tool .splitinfo span{
      background: #fff;
      position: absolute;
      left: 50%;
      margin-left: -36px;
      top: 0.5rem;
      z-index: 4;
    }
    #mobile-tool .splitinfo::before{
      /* content: ""; */
      display: inline-block;
      width: 1.25rem;
      height: 0.06rem;
      background: #ccc;
      border-radius: 0.03rem;
      position: absolute;
      top: 0.5rem;
      left: 6rem;
    }
    #mobile-tool .splitinfo::after{
      /* content: ""; */
      display: inline-block;
      width: 1.25rem;
      height: 0.06rem;
      background: #ccc;
      border-radius: 0.03rem;
      position: absolute;
      top: 0.5rem;
      right: 6rem;
    }
    #pc-tool{
      display: none;

    }    
    .registerBox .fromWarp .fromItem .inputWarp input{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    }
    #backtoaccout{
      display: block;
    }
    .registerBox .stepTitle img {
      display: inline-block;
      transform: translateY(2px);
  }
    #backtoaccout span{
      font-size: 0.78rem !important;
      font-weight: 400;
      margin-left: -10px;
      /* color: #ccc; */
      color: #8C8C8C !important;
      /* margin-top: -7px; */
      /* transform: translateY(-2px); */
    }
    #workbackBox span{
      font-size: 0.88rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #262626;
      line-height: 1.25rem
    }
  .loginTypeHeader{
    /* padding:0 6.94rem */
  }
  .backBox{
    border-bottom: solid 0px #F5F5F5;
    /* text-align: left; */
  }
  .choiceList{
    padding: .4rem 0rem;
  }
  .accoutList{
    width: 100%;
    padding: 10px 20px;
  }
  .choiceTitle .backBox span{
    font-size: 0.875rem;
  }
 .mt80{
   margin-top: 0px;
 }
 .accoutListWarp {
  height: 100%;
  overflow-y: auto;
  padding: 0px;
  margin-top: 1rem;
  padding: 0px 1.5rem 0;

 }
 .registerBox .fromWarp .fromItem .inputWarp input::-webkit-input-placeholder {
    font-size: 0.88px;
  }

  .registerBox .fromWarp .fromItem .inputWarp .codeBtn{
    border-bottom: 2px solid #fff;
    right: 0px;
  }
  .disnone{
    display: none !important;
  }
  .prl40{
    padding: 0 1.5rem;
  }
  .accoutList .accountImg.personIcon {
    background: url(../img/personal.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.staffIcon {
    background: url(../img/staff.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.mgtIcon {
    background: url(../img/enterprise.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }


  .accountInfo{
    float: left;
    width: 100%;
    margin-right: -64px;
  }
  .accoutList .accountImg{
    float: right;
  }
    }