body {
  margin: 0;
  padding: 0;
}
@keyframes post-list-row2 {
  0% {
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(685px);
    transform: translateY(685px);
  }
  100% {
    opacity: 1;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(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);
  }
}
html{
  /* font-size:10px !important; */
}

#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(../../../sudy_default/images/mobile/bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15.47vh;
  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(../../../sudy_default/images/mobile/bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15.47vh;
  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(../../../sudy_default/images/mobile/bg.jpg) 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: 12.7vh 0 7.1vh;
}

#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;
}

#mobile-login .login {
  max-width: 320px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  /* min-height: 200px; */
}

#mobile-login .username,
#mobile-login .password,
#mobile-login .validatecode {
  width: 100%;
  display: flex;
  /* justify-content: left; */
  align-items: center;
}

#mobile-login .username,
#mobile-login .password {
  position: relative;
  /* padding-bottom: 12px; */
  /* border-bottom: 2px solid #fff; */
  background: #fff;
  border-radius: .6rem;
}
#mobile-login .username{
  margin-bottom: 1.8rem;
}

#mobile-login .validatecode {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}

#mobile-login .user_icon {
  background: url(/cas/themes/sudy_hgu/images/pc/user.png) no-repeat;
  width: 15px;
  height: 15px;
  /* position: absolute; */
  /* left: 0px; */
  /* height: 2rem; */
  margin: 0 1.6rem 0px 1.8rem;
}

#mobile-login .password {
  position: relative;
  /* padding-bottom: 12px; */
  border-bottom: 2px solid #fff;
}

#mobile-login .psd_icon {
  background: url(/cas/themes/sudy_hgu/images/pc/suo.png) no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 1.6rem 0px 1.8rem;
  /* position: absolute; */
  /* left: 0px; */
  /* margin: 0 0.6rem 0px 1.8rem; */
}

#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-left: 40px; */
  /* margin: 0px; */
  /* padding: 5px 0px 5px 40px; */
  background-color: background-color;
  /* background-color: #ccc !important; */
  /* margin: 1.3rem 0rem; */
}

#mobile-login .remark {
  width: 320px;
  margin-top: 2.61vh;
  /* 20 */
  display: flex;
  justify-content: space-between;
}

#mobile-login .automatic_login {
  display: flex;
  align-items: center;
}

#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: 5.3vh;
  /* height: 44px; */
}

#mobile-login .login_btn > button {
  width: 100%;
  height: 44px;
  font-size: 16px ;
  color: #fff;
  background-color: #af141b;
  border: none;
  border-radius: 4px;
}

#mobile-login .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15.47vh;
  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: 14px;
}

#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: 4.64vh;
  background: #fff;
  border-radius: 0.6rem;
}

#mobile-login .centre_input > input {
  color: #8a8a8a;
  width: 100%;
  border: none;
  font-size: 14px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background:none;
  outline: 0;
  margin-left: 0.6rem;
}
input::-webkit-input-placeholder {
    color: #c5c6c5 !important;
}
#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: 5.3vh;
}

#mobile-login .center_btn > button {
  width: 100%;
  /* height: 44px; */
  border: none;
  height: 4.4rem;
  /* font-size: 16px; */
  color: #fff;
  background-color: rgba(2,119,169);
  border-radius: 4px;
  height: 37px;
}

#mobile-login .box_none {
  visibility:hidden !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: #af141b;
  border-color: #af141b;
  /*height: 37px;*/
}
.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; */
  line-height: normal;
  height: auto;
  bottom: auto;
}

#mobile-login  input:-internal-autofill-previewed,
#mobile-login  input:-internal-autofill-selected,
#mobile-login  input:-webkit-autofill {
  /* -webkit-text-fill-color: #fff !important; */
}
#request_username,#smscode{
  margin-left:.6rem
}
input:-internal-autofill-previewed,

input:-internal-autofill-selected {
　　transition: background-color 5000s ease-in-out 0s !important;
}
