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 .9s;
  -webkit-animation: post-list-row .9s;
}

#mobile-login .wrapper1 {
  background: url(../../images/mobile/bg.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* 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: 1.5px solid rgba(255,255,255,.35);
}
#mobile-login .password{
  margin-bottom: 20px;
}
#mobile-login .username{
  margin-bottom: 20px;
}

#mobile-login .validatecode {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1.5px solid rgba(255,255,255,.35);
}

#mobile-login .user_icon {
  background: url(../../images/mobile/user.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
}

#mobile-login .password {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1.5px solid rgba(255,255,255,.35);
}

#mobile-login .psd_icon {
  background: url(../../images/mobile/yanjing.png) no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 0px;
}

#mobile-login .psd_icon2 {
  background: url(../../images/mobile/yanjing2.png) no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 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-left: 26px;
  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; */
  /* position: relative; */
}

#mobile-login .mobile_loginbtn{
  width: 320px;
  margin-top: 1rem;
  position: relative;
}

#mobile-login .login_btn > button {
  width: 100%;
  height: 44px;
  font-size: 16px ;
  color: #fff;
  background-color: #1190db;
  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;
  display: none;
}

#mobile-login .login_type {
  display: flex;
  color: #666666;
  font-size: 12px;
  z-index:100;
  margin-top: -4.5rem;
}

#mobile-login .login1 {
  margin-right: 20px;
}

#mobile-login .login2 {
  padding-right: 10px;
}
#mobile-login .login3 {
  /* 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;
  position: relative;
}

#mobile-login .center_btn > button {
  border: none;
  color: #fff;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #43AEBF;
  position: absolute;
  right: 0;
   /* 使按钮宽度等于div的宽度 */
   /* 使按钮高度等于div的高度 */
  box-sizing: border-box; /* 确保padding和border不会导致按钮超出容器 */
}

#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: #1190DB;
  border-color: unset;
  background: linear-gradient(to right, rgb(65,289,193),rgb(88,95,187));
  border: none;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .primary{
      width: 13rem;
      height: 13rem;
      border-radius: 50%;
      background: #43AEBF;
      position: absolute;
      right: 0;
  }
}


.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; */
}


.mobile_firstnav {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  max-width: 320px;
  min-width: 320px;
}

.mobile_firstnav ul{
  height:100%;
  padding-left: 0rem;
  /* display: flex; */
  /* width: 100%; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0;
}
.mobile_firstnav li {
  list-style: none;
  /* width: 11rem; */
  margin: 0 0.9rem;
  float: left;
  position: relative;
  cursor: pointer;
  padding-bottom: .9rem;
}
.mobile_liactive span{
  color:#fff!important;
}
.mobile_firstnav li span {
  /* 闃绘鐢ㄦ埛閫変腑鏂囧瓧 */
  user-select: none;
  color: rgba(255,255,255,.5);
  font-size: 2.3rem;
}
.mobile_firstnav ul::after {
    content: "";
    width: 100%;
    height: .24rem;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.35);
}
.mobile_firstnav li.mobile_liactive::after {
  content: "";
  width: calc(100% + 1.8rem);
  height: .24rem;
  position: absolute;
  z-index: 11;
  bottom: 0rem;
  left: 0;
  margin-left: -.9rem;
  background: #fff;
}

.mobilebox .mobile_box{
  display:none
}

.mobilebox .mobile_conactive{
  display:block !important;
}
.validatecode_vcodeimg{
  width: 17px;
  position: absolute;
  left: 0;
}