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: 100vh;
  position: relative;
  background-color: #f5f5f5;
  color: #333;
  overflow: auto;
  background: url(../../../sudy_default/images/mobile/bg.jpg) no-repeat bottom center;
  background-size: 100% 100%;
}

#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,.wrapper2 {
  /* height:100%; */
  /* background: url(../../images/mobile/bg_mobile.png) 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(../../images/mobile/bg.png) 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(../../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: 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: 5rem;
  background: #fff;
  /* min-height: 200px; */
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 4rem;
  padding-top: 3.2rem;
}

#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;
  border: 1px solid rgb(208,208,208);
}
#mobile-login .username,.password,.validatecode{
  margin-bottom: 1.8rem;
}

#mobile-login .validatecode {
  position: relative;
  /* padding-bottom: 12px; */
  border-bottom: 2px solid #fff;
  background: #fff;
  border-radius: .6rem;
  border: 1px solid rgb(208, 208, 208);
}

#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; */
  height: 6rem;
}
#mobile-login input#passwordShow {
  height: 6rem;
  padding-left: 0;
}

#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%;
  font-size: 14px;
  background-color: background-color;
  margin: 1.3rem 1rem 1.3rem 3rem;
  padding-left: 0;

}

#mobile-login .remark {
  width: 100%;
  /* 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: 100%;
  /* margin-top: 5.3vh; */
  /* height: 44px; */
  margin-bottom: 14px;
  text-align: center;
}

#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: none;
  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; */
  flex-direction: column;
  align-items: center;
}
.contain-first{
  margin-top: 61px;
}
.contained{
  margin-top: 36px;
}

#mobile-login .centre {
  width: 320px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 4rem;
  /* padding-top: 5.2rem; */
  background: #fff;
  margin-top: 5rem;
  padding-top: 3.2rem;
}

#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{
  display:none;
}
#mobile-login .centre_title span {
  font-size: 12px;
  /* color: #dd2f2f; */
  color: #fff;
  font-family: Microsoft YaHei-Regular;
}

#mobile-login .centre_input {
  position: relative;
  /* margin-top: 4.64vh; */
  background: #fff;
  border-radius: .6rem;
  border: 1px solid rgb(208, 208, 208);
}

#mobile-login .centre_input > input {
  color: #8a8a8a;
  width: calc(100% - 4rem);
  border: none;
  font-size: 14px;
  /* margin-bottom: 1rem; */
  /* margin-top: 1rem; */
  background: none;
  outline: 0;
  padding-left: 0;
  margin: 1.3rem 1rem 1.3rem 3rem;

}
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: 100%;
  /* margin-top: 5.3vh; */
  margin-bottom: 2rem;
  /* margin-top: 10.6rem; */
  margin-bottom: 14px;
}

#mobile-login .center_btn > button {
  width: 100%;
  /* height: 44px; */
  border: none;
  height: 4.4rem;
  font-size: 18px;
  color: #fff;
  background-color: #af141b;
  border-radius: 1rem;
  height: calc(22px + 3.6rem) !important;
}

#mobile-login .box_none {
  visibility: hidden !important;
  display: none;

}

.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: 96%;
  bottom: auto;
  background: #af141b;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  right: .1rem !important;
  border-radius: .6rem;
  color: #fff;
}

#mobile-login  input:-internal-autofill-previewed,
#mobile-login  input:-internal-autofill-selected,
#mobile-login  input:-webkit-autofill {
  /* -webkit-text-fill-color: #fff !important; */
}

@media screen and (max-width: 600px) {
  #page{
    display:none;
  }
  #request_username,#smscode{
    margin-left:.6rem
  }
}
input:-internal-autofill-previewed,

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

.mobile_scanlogin_targetline{
  position: absolute;
  right: 7%;
  top: 35px;
}
.mobile_scanlogin_targetline a {
  color: #3E3D3C;
  cursor: pointer;
  font-size: 14px;
}

.mobile_scanlogin_targetline a:not(:last-child):after {
  content: " ";
  display: inline-block;
  height: 1.5rem;
  margin-bottom: -0.2rem;
  width: 2.5rem;
  background: url(/cas/themes/sudy_nau_new/images/pc/a-divider.png) no-repeat;
  background-position:center
  /* background-size: 100%; */
}
.mobile_languagecurrent{
  font-size: 14px;
}

#mobile-login .primary {
  height: calc(22px + 3.6rem) !important;
  width: 25rem;
  width: 100%;
  font-size: 18px;
  margin-top: 1rem;
}

#mobile-login input[type="checkbox"] {
  vertical-align: middle;
  margin: unset;
  width: 2rem;
  height: 2rem;
  margin-right: .8rem;
  appearance: none;
  position: relative;
  border: 1.5px solid #af141b;
  border-radius: .4rem;
}

#mobile-login input[type="checkbox"]:checked::before {
  content: '✓';
  /* font-size: 1rem; */
  font-size: 2rem;
  position: absolute;
  /* top: -2px;
  left: 2px; */
  color: #af141b;

}

#mobile-login .agreement-box a{
  color:#af141b;
  margin: 0 .5rem;
}

.firstlogin{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.firstlogin-box{
  flex: 1;
}
.firstlogin-box img{
  width: 100%;
}
.firstlogin-title{
  margin: 0 2rem;
  color: rgb(168,0,20);
  font-size: 2rem;
}

.targetline{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.targetline a{
  color: rgb(61, 61, 61);
  font-size: 2rem;
}
.loginmethod{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 1rem 0;
  margin-bottom: 4.2rem;
  /* margin-top: -2rem; */
}
.loginmethod .loginmethod-box{
  width:6.5rem;
  height:6.5rem;
  background-color: #C40017;
  border-radius: 50%;
  opacity:.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginmethod .activemethod{
  opacity:1 !important
}
.loginmethod .loginmethod-box img{
  width: 58%;
  height: 58%;
}
#mobile-login-footer{
  /* position: absolute; */
  bottom: 3rem;
  text-align: center;
  width: 100%;
  margin: 3rem 0;
  /* margin-top: 8rem; */
}
#mobile-login .inputlabel{
  text-align: left;
  width: 100%;
  color: rgb(62, 61, 60);
  margin-bottom: .6rem;
  line-height: 2.668rem;
}
#mobile-login .forget{
  text-align: right;
  margin:1rem 0;
}
#mobile-login .forget a{
  color: #716961 !important;
  font-size:12px;
}
#mobile-login .form-tab-nav{
  float: left;
  display: inline-block;
  width: 100%;
}
#mobile-login .input_psw_error{
  width:unset !important;
}

#mobile-login .agreement-box{
  font-size: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
}
#mobile-login .mobile_dropdown-content{
  position: absolute;
  right: -1rem;
  display: none;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 5rem;
  padding: .6rem 0;
}
#mobile-login .mobile_dropdown-content div{
  padding: 0 .6rem;
  text-align: center;
}


#mobile-login .protocol {
  /* height: 96%; */
  padding: 10% 8%;
  height: 100%;
}

#mobile-login .protocolDiv {
  height: 95%;
  border-radius: 10px;
  padding: 20px;
  padding-right: 8px;
  background: rgba(255, 255, 255, .4);
  position: relative;
}

#mobile-login .mobileenlogo{
  width: 60% !important;
  padding: 16px 0;
}
.protocol .prompt {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.protocol_content {
  font-size: 14px;
  line-height: 26px;
  height: calc(100% - 25px);
  overflow: auto;
  padding-right: 12px;
}

.closePro{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 12px;
}

/* 设置滚动条的宽度和背景色 */
.protocolDiv ::-webkit-scrollbar {
  width: 4px;
  background:transparent
}

/* 设置滚动条滑块的颜色 */
.protocolDiv ::-webkit-scrollbar-thumb {
  background-color: #e4c4ca;
  border-radius: 6px;
}



.flexbox{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flexbox span{
  margin-top:1rem;
  color:#716961
}
.flexbox .flexboxactive{
  color:rgba(168, 0, 20, 1) !important
}

.form-error-bottom{
  text-align: center;
  line-height: 1.8rem;
  height: 1.8rem;
  margin-top: 0.4rem;
  font-size: 1.7rem;
  margin-bottom: -0.4rem;
}
#swiSpan2img{
  height: 1.8rem;
  display: unset;
  display:none;
}