body{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
input{
  font-size: 14px;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.login-page{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -70px;
  width: 100%;
  box-sizing: border-box;
  background: #F7F8F9;
}
.maxWidth_1920{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.login-page-wrap{
  display: flex;
  width: 80%;
  height: 640px;
  position: relative;
  box-sizing: border-box;
}
.left .title1{
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  line-height: 22px;
}
.left .title2{
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  margin: 48px 0 32px;
}
  
.login-page .left{
  display: flex;
  align-items: center;
    justify-content: center;
  height: 640px;
  width: 60%;
  background: #f6f9fe;
  background-size:100% 100%;
}
.login-page .left img{
  height:580px;
}
.left .line{
  width: 90px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  opacity: 0.6;
  margin-bottom: 24px;
}
.login-page .right{
  flex: 1;
  height: 640px;
  min-width: 500px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  background: white;
}
.wrap-cont{
  display:flex;
  justify-content: space-between;
}
.wrap-cont .text-wrap:nth-child(2n-1){
  margin-right:20px;
}



.num-wrap{
  display: flex;
  align-items: center;
}
  
.num-wrap .one{
  width: 70px;
  height: 28px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
  color: white;
  line-height: 28px;
}
.num-wrap .two{
  font-size: 32px;
color: #FFFFFF;
line-height: 42px;
}
.num-wrap .num-right{
  font-size: 96px;
  font-weight: bold;
  color: white;
  line-height: 115px;
}
.plogo{position: absolute; 
  left: 0; top: -50px;
  display: block;
}
.mlogo{
  display:none;
}
.left .logo{
  margin-bottom: 32px;
}
.left .content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left .number{
  font-size: 24px;
  width: 143px;
  height: 40px;
  background: #FA5C2C;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
}
.left .money{
  font-size: 64px;
}
.left .title2{
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 40px;
}

.next{
  border: 2px solid white;
  width: 440px;
  height: 74px;
  font-size: 24px;
  text-align: center;
  line-height: 74px;
  color: white;
  margin-bottom: 26px;
}

.next .money{
  font-size: 32px;
}
.left .detail{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.title{
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  margin-bottom: 4px;
}
.sub-title{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 32px;
}
.tab{
  height: 26px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin-bottom: 50px;
}
.tab .phone{
  margin-right: 32px;
}
.tab .active{
  color: #1890ff;
}
.item{
  position: relative;
  cursor: pointer;
}
.tab .active::before{
  position: absolute;
  content: " ";
  width: 24px;
  height: 2px;
  background-color: #1890ff;
  top: 28px;
  left: 25px;
}
.input-title{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 8px;
}
input{
  border: none;
  outline: none;
  height: 40px;
}
.input-wrap{
  width: 200px;
  height: 40px;
  border-radius: 2px;
  padding: 0 12px;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  align-items: center;
}
.input-wrap input{
  width: 100%;
  height: 100%;
}
.textarea-wrap{
  width: 100%;
  height: 60px;
  border-radius: 2px;
  padding: 0px;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  align-items: center;
}
.textarea-wrap textarea{
  border:0;
  line-height:24px;
  outline: none;
  width:100%;
  height:100%;
  padding:0 10px;
}
.captcha-input{
  display: flex;
}
.captcha-input input{
  flex: 1;
}
.phone-wrap .input-title{
  display: flex;
  justify-content: space-between;
}
.phone-error{
  color: red;
}
#captch-btn{
  width: 80px;
  height: 85%;
  color:#1890ff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.input-wrap:hover{
  border: 1px solid #1890ff;
}
.input-wrap:hover{
  border: 1px solid #1890ff;
}
.tip{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.order-wrap{
  margin-top: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #333333;
}
.order-wrap .detail{
  display: flex;
}
.next-wrap{
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
#apply_pass{
  color: #1890ff;
  cursor: pointer;
}
.btn{
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #1890ff;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  color: white;
  margin-right: 18px;
  user-select: none;
}
#login{
  color: #1890ff;
  cursor: pointer;
}

.job-input{
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 14px;
}
.job-input .item{
  border: 1px solid #cccccc;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
}
.job-input .active{
  background-color: #1890ff;
  color: white;
  border: none;
}
.case{
  width: 290px;
  height: 126px;
  background: #F7F8F9;
  border-radius: 2px;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;

}
.case-logo{
  margin: 21px 0 27px;
}
.case .tag{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.case .company{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}
.case .detail{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

@keyframes bounce {
  25% {transform: translateX(20px);}
  50%, 100% {transform: translateX(0);}
  75% {transform: translateX(-20px);}
 }

 .animate-bounce{
  animation: bounce-up 0.3s linear;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation: shake 1s;
}
#fb-toast{
  display: none;
  z-index: 100;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: absolute;
  text-align: center;
  top: 100px;
  left: 50%;
  border-radius: 4px;
  background-color: tomato;
  transform: translate(-50%,-50%);
}
.back{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 16px;
  position:absolute;
  bottom: -36px;
  left:24px;
  cursor: pointer;
  text-decoration: none;
  display: none;
}
.back .home{
  color: #1890ff;
}






@media screen and (max-width: 768px){
  .login-page{
    background: none;
    margin-top: 0;
  }
  .wrap-cont{
    display: block;
  }
  .wrap-cont .text-wrap:nth-child(2n-1){
    margin:0;
  }
  .plogo{display: none;}
  .mlogo{
    display:block;
    margin-bottom:10px;
  }
  .title{
    font-size: 24px;
    margin-bottom: 0;
    line-height: 36px;
  }
  .sub-title{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .login-page{
    width: 100%;
    height: auto;
  }
  .login-page-wrap{
    margin: 0 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
  }
  .tab{
    margin-bottom: 30px;
  }
  .login-page .left{
    display: none;
  }
  .login-page .right{
    padding-top: 24px;
  }
  #apply_1{
    margin-top: 24px;
  }
  #apply_2{
    margin-top: 18px;
  }
  .order-wrap{
    margin-top: 15px;
    padding-bottom:40px;
  }
  .btn{
      margin-right: 0;
      width: 100%;
  }
  .step, .form{
    width: 100%;
  }
  .input-wrap{
    width: 100%;
  }
  .order-wrap .detail{
    display: none;
  }
  .next-wrap{
    margin-top: 12px;
  }
  .back{
    display: block;
  }
  .login-page .right{
    min-width:100%;
  }
}



.admin-modal{
  width:520px;
  height:150px;
  background:#fff;
  border-radius: 5px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  padding:8px 24px;min-height:46px;
}
.admin-modal .admin-modal-title{
  height:36px;
  line-height:36px;
  font-size:16px;
}
.admin-modal .admin-modal-cont{
  margin-top:12px;
  font-size:14px;
  color:#454545;
}
.admin-modal .admin-modal-btn{
float:right;
margin-top:24px;
}
.admin-modal .admin-modal-btn a{
  width:60px;
  height:32px;
  font-size:14px;
  margin-left:8px;
  background:#fff;
  border:1px solid #ddd;
  padding:5px 15px;
  color:#1890ff;
  border-radius: 4px;
  
}
.admin-modal .admin-modal-btn a:hover{
 background:#eee;
}
.admin-modal .admin-modal-btn a.blue{
  background:#1890ff;
  color:#fff;
  border:1px solid #1890ff;
}
.admin-modal .admin-modal-btn a.blue:hover{
  background-color: #2797ff;
}
.admin-modal-bg{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  background-size:cover;
  position: fixed;
  top:0;
  z-index:100;
  display: none;
}
