body {
    margin: 0;
    padding: 0;
  }
  
  @keyframes post-list-row {
    0% {
      opacity: 0;
      width: 100%;
      -webkit-transform: translateY(685px);
      transform: translateY(685px);
    }
    100% {
      opacity: 1;
      width: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  #mobile-login {
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
    color: #333;
  }
  
  #mobile-login input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  #mobile-login input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;
  }
  #mobile-login input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 14px;
  }
  #mobile-login input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
  }
  
  #mobile-login .post-list-row {
    animation: post-list-row 0.9s;
    -webkit-animation: post-list-row 0.9s;
  }
  
  #mobile-login .wrapper1 {
    background: url(../../images/mobile/bg.jpg) no-repeat bottom center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 130px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  
  #mobile-login .wrapper2 {
    background: url(../../images/mobile/bg.jpg) no-repeat bottom center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 130px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  #mobile-login .bg2 {
    /* flex: auto; */
    height: 60%;
    background: url(../../images/mobile/bg.png) no-repeat 22% 30%;
    background-size: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  
  #mobile-login .message_login {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* + */
    padding: 107px 0 60px;
  }
  
  #mobile-login .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #mobile-login .logo img {
    /* width:70% */
    width: 19.5rem;
  }
  /* + */
  #mobile-login .title {
    /* font-size: 26px; */
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 17px;
    text-align: center;
  }
  #mobile-login .systemtitle {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 6px;
  }
  
  #mobile-login .login {
    max-width: 320px;
    min-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #mobile-login .username,
  #mobile-login .password,
  #mobile-login .validatecode {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #mobile-login .username {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
  }
  #mobile-login .password {
    margin-bottom: 20px;
  }
  #mobile-login .username {
    margin-bottom: 20px;
  }
  
  #mobile-login .validatecode {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
  }
  
  #mobile-login .user_icon {
    background: url(../../images/mobile/user.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
  }
  
  #mobile-login .password {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
  }
  
  #mobile-login .psd_icon {
    background: url(../../images/mobile/yanjing.png) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 0px;
  }
  
  #mobile-login .psd_icon2 {
    background: url(../../images/mobile/yanjing2.png) no-repeat;
    width: 17px;
    height: 15px;
    position: absolute;
    right: 0px;
  }
  
  #mobile-login .login input[type="text"],
  #mobile-login input[type="password"] {
    width: 100%;
    border: none;
    color: #fff;
    /* font-size: 12px; */
    font-size: 14px;
    background: transparent;
    outline: none;
    padding-right: 20px;
    margin: 0px;
  }
  
  #mobile-login .remark {
    width: 320px;
    margin-top: 14px;
    /* 20 */
    display: flex;
    justify-content: space-between;
  }
  
  #mobile-login .automatic_login {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  
  #mobile-login .automatic_login span {
    font-size: 12px;
    color: #fff;
  }
  
  #mobile-login .forget span {
    font-size: 12px;
    color: #fff;
  }
  
  #mobile-login .login_btn {
    width: 320px;
    margin-top: 1rem;
    /* height: 44px; */
  }
  
  #mobile-login .login_btn > button {
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: var(--main-color);
    border: none;
    border-radius: 4px;
  }
  
  #mobile-login .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
  }
  
  #mobile-login .login_type {
    display: flex;
    color: #666666;
    font-size: 12px;
    z-index: 100;
    margin-top: -4.5rem;
  }
  
  #mobile-login .login1 {
    margin-right: 10px;
  }
  
  #mobile-login .login2 {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ddd;
  }
  #mobile-login .login3 {
    /* padding-left: 20px; */
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ddd;
  }
  #mobile-login .login4 {
    /* padding-left: 20px; */
    padding-left: 10px;
    border-left: 1px solid #ddd;
  }
  
  #mobile-login .contain {
    display: flex;
    justify-content: center;
    margin-bottom: 66px;
    /* height: 280px; */
    margin-top: 36px;
  }
  .contain-first {
    margin-top: 61px;
  }
  .contained {
    margin-top: 36px;
  }
  
  #mobile-login .centre {
    width: 325px;
  }
  
  #mobile-login .mimi_title {
    font-size: 20px;
    /* color: #333; */
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
    /* + */
  }
  
  #mobile-login .face {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  
  #mobile-login .face img {
    width: 74px;
    height: 74px;
  }
  
  #mobile-login .face_id {
    margin-left: 26px;
  }
  
  #mobile-login .centre_title span {
    font-size: 12px;
    /* color: #dd2f2f; */
    color: #fff;
    font-family: Microsoft YaHei-Regular;
  }
  
  #mobile-login .centre_input {
    position: relative;
    border-bottom: 2px solid #ccc;
    margin-top: 39px;
  }
  
  #mobile-login .centre_input > input {
    color: #fff;
  
    width: 100%;
    border: none;
    font-size: 14px;
    margin-bottom: 12px;
    background: none;
    outline: 0;
  }
  
  #mobile-login .inp1::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
  }
  #mobile-login .centre_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    /* background: url(../../images/mobile/use_black.png); */
    background: url(../../images/mobile/user.png) no-repeat;
    right: 0px;
    top: 0px;
  }
  
  #mobile-login .bg img {
    width: 100%;
  }
  
  #mobile-login .center_btn {
    width: 320px;
    margin-top: 65px;
  }
  
  #mobile-login .center_btn > button {
    width: 100%;
    /* height: 44px; */
    border: none;
    height: 4.4rem;
    /* font-size: 16px; */
    color: #fff;
    background-color: var(--main-color);
    border-radius: 4px;
  }
  
  #mobile-login .box_none {
    display: none !important;
  }
  
  .secentIndentity-mobile {
    background: url(../../images/mobile/bg.jpg) no-repeat bottom center;
  }
  .secentIndentity-mobile-content {
    padding: 0 35px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 50%;
  }
  .secentIndentity-mobile .secentIndentity-tip-mobile {
    font: 16px/28px "";
    text-align: left;
    color: rgb(222, 225, 226);
  }
  .secentIndentity-tip-mobile-title {
    font: 26px/52px "";
    color: #fff;
  }
  .primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .secentIndentity-tip-mobile-phone,
  .secentIndentity-tip-mobile-code {
    height: 48px;
    border: 1px solid #fff;
    border-radius: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .secentIndentity-tip-mobile-code {
    margin-top: 20px !important;
  }
  .secentIndentity-tip-mobile-phone img,
  .secentIndentity-tip-mobile-code img {
    margin: 20px;
  }
  .secentIndentity-tip-mobile-phoneNum,
  .secentIndentity-tip-mobile-codeNum {
    background: transparent;
    color: #fff;
    border: none;
  }
  .secentIndentity-getCode {
    height: 48px;
    border-radius: 32px;
    width: 100%;
    color: #fff;
    border: unset;
    text-align: center;
    font-size: 16px;
  }
  .automatic_login span {
    margin-left: 9px;
  }
  .automatic_login input[type="checkbox"],
  input[type="radio"] {
    margin: 0;
  }
  .sendMsg-mobile {
    font-size: 14px;
    /* margin-bottom: 10px; */
  }
  