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;
}
.content-new{
  padding: 72px 0 0 81px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  height: 419px;
}
.content-new h2{
  font-size: 24px;
  font-weight: 500;
  color: rgba(17,24,39,0.6);
  line-height: 32px;
  margin-bottom: 50px;
}
.content-new ul{
  list-style: none;
}
.content-new ul li{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.content-new ul li span{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 22px;
}
.content-new ul li span img{
  width: 100%;
}
.login-page{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: url('https://stc-op.fenbeitong.com/img_op/5.0%E6%94%B9%E7%89%88/%E4%BA%A7%E5%93%81%E9%A1%B5/%E5%85%8D%E8%B4%B9%E4%BD%93%E9%AA%8C/calculator-bg_slices/calculator-bg%402x.png') no-repeat;
  background-size: cover;
}
.login-page-wrap{
  display: flex;
  width: 1081px;
  height: 560px;
}
.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: 560px;
  color: #111827;
  width: 533px;
}
.login-page .right{
  width: 548px;
  height: 560px;
  min-width: 290px;
  display: flex;
  justify-content: center;
  padding-top: 45px;
  background: white;
}
.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;
}
.left .logo{
  margin-bottom: 32px;
}
.left .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 0.5;
}
/* .left .title1{
  display: flex;
  align-items: center;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 60px;
  font-weight: 600;
} */
.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: #FF8E22;
}
.item{
  position: relative;
  cursor: pointer;
}
.tab .active::before{
  position: absolute;
  content: " ";
  width: 24px;
  height: 2px;
  background-color: #FF8E22;
  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: 290px;
  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%;
}
.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: 90px;
  color:#FF8E22;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.input-wrap:hover{
  border: 1px solid #FF8E22;
}
.input-wrap:hover{
  border: 1px solid #FF8E22;
}
.tip{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.order-wrap{
  margin-top: 38px;
  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: #FF8E22;
  cursor: pointer;
}
.btn{
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: #FF8E22;
  /* box-shadow: 0px 6px 6px 0px rgba(255, 188, 125, 0.3); */
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  color: white;
  margin-right: 18px;
  user-select: none;
}
#login{
  color: #FF8E22;
  cursor: pointer;
}

.weixin{
  display: none;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  width: 294px;
}
.weixin img{
  width: 176px;
  height: 176px;
  margin-bottom: 16px;
}
.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: #FF8E22;
  color: white;
  border: none;
}
.step2{
  display: none;
}
.step3{
  display: none;
}
.step3 .title{
  color: #FF8E22;
}
.step3 .sub-title{
  margin: 16px 0 62px;
}
.step3 img{
  /* width: 60px;
  height: 60px; */
  margin: 18px 0 24px;
}
.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%);
}
#fb-success,#fb-error{
    display: none;
    z-index: 100;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: black;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 50%;
    border-radius: 4px;
    background-color: #fff;
    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: #FF8E22;
}
/* @media screen and (min-width: 768px) and (max-width: 1200px){
  .login-page-wrap{
    width: 940px;
    min-width: 940px;
  }
  .login-page .left{
    width: 540px;
  }
}

 @media screen and (min-width: 1200px){
  .login-page-wrap{
    width: 78.3333%;
  }
  .login-page .left{
    width: 58.3333%;
  }
} */

/* @media screen and (min-width: 1440px){
  .login-page-wrap{
    width: 81.9444%;
    max-width: 1420px;
  }
  .login-page .left{
    width: 62.5%;
  }
} */

/* @media screen and (min-width: 1920px){
  .login-page-wrap{
    width: 1420px;
  }
  .login-page .left{
    width: 890px;
  }
} */

@media screen and (max-width: 768px){
  .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%;
  }
  .login-page-wrap{
    margin: 0 25px;
    width: 325px;
    min-width: 325px;
    height: 450px;
  }
  .tab{
    margin-bottom: 30px;
  }
  .login-page .left{
    display: none;
  }
  .login-page .right{
    padding-top: 24px;
    height: 460px;
  }
  #apply_1{
    margin-top: 24px;
  }
  #apply_2{
    margin-top: 18px;
  }
  .order-wrap{
    margin-top: 0px;
  }
  .step, .form{
    width: 277px;
  }
  .input-wrap{
    width: 100%;
  }
  .order-wrap .detail{
    display: none;
  }
  .next-wrap{
    margin-top: 12px;
  }
  .step3 .sub-title{
    margin: 0 0 34px;
  }
  .back{
    display: block;
  }
}



