div{
    box-sizing: border-box;
  }
  body,html{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 130px;
    box-sizing: border-box;
    /* justify-content: center; */
    overflow: hidden;
    overflow-y: auto;
  }
  .footBig{
      width: 100%;
      height: 136px;
      position: fixed;
      left: 0;
      bottom: 0;
      background: #fff;
      z-index: 1;
  }
  .bogBox{
    max-width: 400px;
    padding: 0 20px;
    margin-top: 84px;
  }
  .p-GridCell{
    width: 100% !important;
  }
  #submit{
    display: block;
    width: 130px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    background: #1890ff;
    border: 0;
    border-radius: 5px;
    margin: 20px 0;
    color: #fff;
  }
 #error-message{
   color: red;
 }
 .hideBtn{
   display: none !important;
 }
 .showBtn{
   display: block !important;
 }


 .logo{
    width: 36px;
    height: 33px;
    margin-top: 61px;
 }
 .flexBox{
     margin-top: 50px;
     display: flex;
     align-items: center;
 }
 .flexBox .step{
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     background: #D9D9D9;
     border-radius: 50%;
     font-weight: 900;
     font-size: 16px;
     color: #FFFFFF;
     
 }
 .flexBox .step1{
     background:#448EF7 ;
 }
 .flexBox .line{
     width: 30px;
     height: 4px;
     background: #D9D9D9;
 }
 .tips{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-top: 47px;
    color: #000341;
 }
 .mainBox{
     width: 390px;
     min-height: 277px;
     background: #FFFFFF;
    border: 1px solid #B8B8DD;
    box-shadow: 0px 8px 20px rgba(0, 3, 65, 0.1);
    border-radius: 12px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .mainBox .headerBox{
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .mainBox .headerBox img{
     width: 80px;
     height: 80px;
     border-radius: 50%;
 }
 .mainBox .headerBox div{
     width: 22px;
     height: 5px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0 10px;
 }
 .mainBox .headerBox span{
     width: 5px;
     height: 5px;
     border-radius: 50%;
     background: rgba(0, 3, 65, 0.3);
 }
 .mainBox .label{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: rgba(21, 0, 65, 0.6);
    margin-top: 25px;
 }
 .mainBox .name{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #150041;
    margin-top: 4px;
 }
 .mainBox .time{
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    color: #000341;
    margin-top: 20px;
 }
 .nextbtn{
     width: 290px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background: #448EF7;
    border-radius: 11px;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 40px;
 }

 .footBox{
     width: 1100px;
     min-height: 76px;
     position: fixed;
     bottom: 30px;
     left: 50%;
     transform: translateX(-50%);
     background: #fff;
     z-index: 3;
 }
 .footBox .topBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E9ED;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footBox .topBox  .left {
    font-weight: 500;
    font-size: 16px;
    
}
.footBox .topBox  .left a {
    color: #4C4F7A;
    text-decoration: none;
}
.footBox .topBox  .left .faqBox {
    margin-left: 20px;
}
.footBox .topBox .right {
    height: 22px;
   
}
.footBox .topBox .right  a {
    width: 22px;
    height: 22px;
    margin-left: 15px;
    
}
.footBox a{
    text-decoration: none !important;
}
.footBox .topBox .right a span{
    width: 22px;
    height: 22px;
    display: inline-block;
}
.footBox .topBox .right a .faceIcon{
    background: url('./social_share_1@2x.png') no-repeat;
    background-size: 100% 100%;
}
.footBox .topBox .right a .twIcon{
    background: url('./social_share_2@2x.png') no-repeat;
    background-size: 100% 100%;
}
.footBox .topBox .right a .linkIcon{
    background: url('./social_share_3@2x.png') no-repeat;
    background-size: 100% 100%;
}
.footBox .topBox .right a .emailIcon{
    background: url('./social_share_4@2x.png') no-repeat;
    background-size: 100% 100%;
}
.footBox .bottomBox {
    display: flex;
    justify-content: space-between;
    align-items: center;

   

    
}
.footBox .bottomBox .left {
    display: flex;
    align-items: center;

   

    
   
}
.footBox .bottomBox .left  a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #8081A0;
    text-decoration: none;
    flex-shrink: 0;
}
.footBox .bottomBox .left  .division {
    width: 3px;
    height: 3px;
    background-color: #8081A0;
    border-radius: 50%;
    margin: 0 10px;
}
.footBox .bottomBox .right {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #8081A0;
    text-align: right;
}
.footText{
    display: none;
}
 @media only screen and (max-width:999px){
    body, html {
        padding-bottom: 80px;
    }
    .footBox,.footBig{
        display: none;
    }
    .footText{
        width: 295px;
        height: 36px;
        display: inline-block;
        color: #8081A0;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    body{
        padding-bottom: 80px;
    }
    .tips{
        width: 325px;
        margin: 43px auto 0;
    }
    .logo{
        margin-top: 35px;
    }
    .mainBox{
        width: 325px;
        padding: 20px 0;
    }

    
}