html {
  width: 100%;
  height: 100%;
}

body {
  color: #8a8a8a;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  /* background: url(/cas/themes/sudy_nau_new/images/pc/bg.png); */
}

* {
  margin: 0;
  outline: 0;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill {
  -webkit-text-fill-color: #8a8a8a !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
}

.banner {
  width: 100%;
  height: 100%;
}

.context {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
}

.left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 100%;
  height: 100%;
  position: relative;
}

.active {
  display: inline-block;
}

.content-box {
  /* position: absolute; */
  box-sizing: border-box;
  /* width: 398rem;
  height: 493rem; */
  z-index: 10;
  /* background: rgba(0, 0, 0, 0.4); */
  background: #fff;
  /* padding: 4.9rem 5.8rem; */
  /* top: 50%; */
  /* margin-top: -8rem; */
  border-radius: 0.9rem;
  /* box-shadow: .4rem .6rem .3rem rgba(0, 0, 0, .3); */
  /* background-color: rgba(255, 255, 255, 0.3); */
  /* backdrop-filter: blur(.6rem); */
  -webkit-backdrop-filter: blur(5rem);
  overflow: hidden;
}
.content-box-template-right{
  position: relative;
  /* right: 34.2rem; */
  display: flex;
  /* opacity: .9; */
  /* background: #fff; */
  /* background: #f4f3f3; */
  /* opacity: .9; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  /* top: 40px; */
  justify-content: space-between;
}

.appCodebgcontainer{
  display: block;
  /* display: block; */
  position: absolute;
  right: -10px;
  top: 0;
  border-top: 8.4rem solid transparent;
  border-left: 8.4rem solid transparent;
}
.differcode{
  border-top: 8.4rem solid rgb(224,224,224) !important;
}
.qrcode_icon {


  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: -8.1rem;
  /* right: 0;
  top: 0; */
  cursor: pointer;
}

.qrcode_icon_turnscan{
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../../images/pc/qrcode_scan1.png);
}
.qrcode_icon_scanturnpsw{
  width: 5.5rem;
  height: 5.4rem;
  background-image: url(../../images/pc/scanturnpsw.png);
}
.codebg{
  width: 5.5rem;
  height: 5.4rem;
  background-image: url(../images/codebg.png);
}

.qrcode_icon:hover{
  opacity: 0.9;
}


.auth_tab {
  position: relative;
}

.auth_tab_span {
  font-size: 2rem;
  color: #8a8a8a;
  position: absolute;
  top: 1.4rem;
  right: 0;
}

.auth_ul {
  display: flex;
  list-style: none;
  overflow: hidden;
  color: rgb(173, 173, 173);
  margin-top: 2rem;
  padding: 0;
  justify-content: center;
}

.auth_ul_li1 {
  width: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.auth_ul_li2 {
  width: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.auth_ul li span {
  font-size: 1.6rem;
  color: #000;
  vertical-align: bottom;
}

.auth_icon {
  display: inline-block;
  width: 2.2rem;
  height: 2.8rem;
  position: absolute;
  left: .5rem;
  top: 1.6rem;
  z-index: 1000;
}

.auth_icon_user {
  /* background: url(./images/user.png) no-repeat; */
}

.auth_icon_pwd {
  /* background: url(./images/psw.png) no-repeat; */
}

.auth_icon_paw {
  background: url(./images/v-code.png) no-repeat;
}

.auth_input {
  width: 90%;
  /* height: 60rem;
  line-height: 60rem; */
  margin-top: .9rem;
  margin-bottom: .9rem;
  /* margin-left: 28rem; */
  font-family: "Microsoft Yahei";
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  color: #8a8a8a;
}
/* 修改placeholder的颜色 */
.auth_input::-webkit-input-placeholder,#faceLoginCode::-webkit-input-placeholder {
  color: #CCCCCC !important;
}

.auth_input::-moz-input-placeholder,#faceLoginCode::-webkit-input-placeholder {
  color: #CCCCCC !important;
}

.auth_input::-ms-input-placeholder,#faceLoginCode::-webkit-input-placeholder {
  color: #CCCCCC !important;
}

input:focus {
  outline: none !important;
}

/* 登录 */
@media screen and (min-width: 500px) {
  #request_username, #smscode {
    padding-left: 2rem !important;
  }
  .item:not(:last-child) {
    /* margin-bottom: 1.6rem; */
    /* position: relative;
    width: 100%;
    text-align: left;
    border-bottom: .1rem solid #bebdba; */
    background: #fff;
    /* margin-bottom: 1.6rem; */
    position: relative;
    width: 100%;
    text-align: left;
    /* border-bottom: 0.1rem solid #bebdba; */
    margin-bottom: 1.5rem;
    border-radius: .5rem;
    border: 1px solid #D0D0D0;
  }
}


.item.login {
  /* margin-top: 10rem; */
  /* margin-bottom: 20rem; */
}

.item .remember_me {
  color: #8a8a8a;
  float: left;
  font-size: 1.1rem;
  /* line-height: 38rem; */
  /* margin-bottom: 8rem; */
  padding: 1.4rem 0rem 2.4rem;
  padding-bottom: 1rem;
}

.item .remember_me > input {
  width: 1.5rem;
  height: 1.5rem;
  border: .1rem solid #8a8a8a;
  vertical-align: -.2rem;
}

.auth_login_btn {
  width: 100%;
  height:3.3rem;
  color: #fff;
  padding:.5rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: .3rem;
  text-decoration: none;
  border: .1rem solid transparent;
  cursor: pointer;
}

.primary {
  /* width:324rem; */
  height:4.4rem;
  background-color: #af141b !important;
  border-color: #af141b !important;
  border-radius: 1rem;
}

.auth_ul_active {
  color: #000;
}

a {
  text-decoration: none;
}

#qecode1 {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background: url(./images/co.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.5rem;
  top: -.4rem;
}

#qecode2 {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background: url(./images/pc.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.5rem;
  top: -.4rem;
}

.none {
  /* display: none !important; */
  height:0 !important;
  overflow:hidden;
}

.onenone {
  /*   display: none !important; */
  height:0;
  overflow:hidden;
}

.sendMsg {
  color: #c92028;
  cursor: pointer;
  position: absolute;
  right: .6rem;
  bottom: 0rem;
  font-size:1.6rem;
  height: 4.2rem;
  line-height: 4.2rem;
}
.loginFace{
  /* 56 */
  margin-top:5rem;
}

.scanlogin {
  text-align: center;
  /* padding-top: 3.9rem; */
  /* border-top: .2rem solid rgb(174 182 183); */
}
.common-login .scanlogin{
  margin-left: 5rem;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
}

.scanCode{
  display: flex;
  justify-content:center;
  flex-direction: column;
}
.scanCode div{
  /*display: flex;*/
  flex-direction: column;
}
.scanTitle{
  font: normal 1.8rem/2.2rem"" !important;
  color: #A80014 !important;
  font-weight: bold !important;
}
.tab3{
  padding: 4.8rem 4.9rem 4.8rem 1rem;
  display: flex;
  background: url(/cas/themes/sudy_nau_new/images/pc/code_bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom -20%;
  width: 33vw;
  justify-content: center;
}
.tab3 .phoneicon{
  width: 2.9rem;
  margin-right: 1.1rem;
}

.tab3 .saoma {
  font-size: 1.8rem;
  line-height: 4rem;
  color: #8a8a8a;

}

.logobox {
  position: fixed;
  left: 8rem;
  top: 5rem;
}

.logobox img {
  height: 6.2rem;
}
.schoolMotto{
  position: fixed;
  right: 18rem;
  top: 5rem;
}
.schoolMotto img {
  height: 5.5rem;
}
/* 分割线 */
.tabcontent0 {
  /* border-bottom: 1rem dashed #8a8a8a; */
}
.phonelogin .item{
  /* padding-left: .6rem; */
}
.content-box .title {
  margin: 0rem 0rem 2rem;
  font-size: 2.6rem;
  color: #2c2c2c;
  text-align: center;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  letter-spacing: 0.2rem;
  /* line-height: 9rem;
  letter-spacing: 38rem; */
}

.bottom .otherLogin {
  color: #8a8a8a;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2.4rem;
  /* padding: 5rem 0 10rem; */
}

.bottom > div {
  text-align: center;
  /* margin-top: 3.9rem; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.bottom > div  img {
  cursor: pointer;
  width: 2.1em;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.bottom > div>img {

  margin-right: 2.8rem;

}
.bottom > div  span {
  margin-right: 2.8rem;
}
#welink {
  height: 1.6rem;
}

.qrcode_image {
  width: 15.2rem;
  /* margin: 5rem 1rem 2rem; */
}

.forget_password {
  font-size: 1.4rem;
  color: #000;
  /* color: #8a8a8a; */
  /*   position: absolute;
    right: 0rem; */
  /* margin-bottom: 10rem; */
}

.forget_password:hover {
  color: #0d2c87;
}
.firstnav ul {
  width: 100%;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items:center;
  padding-bottom: .3rem;
}
.firstnav ul{
  height:100%;
  padding-left: 0rem;
}
.firstnav li {
  list-style: none;
  /* width: 9rem; */
  /* margin: 0 0.9rem; */
  float: left;
  position: relative;
  cursor: pointer;
  /* padding-bottom: .9rem; */
  /* margin-right: 1.8rem; */
  display: flex;
  align-items: center;
}
.firstnav .firstnav_divider{
  height: 1.6rem;
  width: unset;
  margin: 0 1.6rem;
}
.firstnav li span {
  /* 阻止用户选中文字 */
  user-select: none;
  color: #3E3D3C;
  /* font-weight: bold; */
  font-size: 1.6rem;
}
.liactive  span{
  /* font:bold 2.2rem/1rem  "" !important; */
  color:#c92028 !important;
  /* font-weight: bold; */
}
/* .firstnav li.liactive::after {
     content: "";
    width: 0.2rem;
    height: 2rem;
    position: absolute;
    z-index: 11;
    bottom: 1.5rem;
    right: -9px;
    background: #8a8a8a;
    transform: rotate(20deg);
} */
.firstnav li:not(:last-child)::after {
  /* content: "";
 width: 0.2rem;
 height: 2rem;
 position: absolute;
 z-index: 11;
 bottom: 1.1rem;
 right: -9px;
 background: #8a8a8a;
 transform: rotate(20deg); */
}
.tabscon section.conactive {
  height:auto;
}
.tabscon section {
  display: block;
  height:0;
  overflow:hidden;
}
.paw {
  display: flex;
}
.face-title {
  font-size: 2rem;
  margin-top: 2.5rem;
  font-weight: bold;
  margin-bottom: .7rem;
}
.face-tip{
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  /* margin-top: .5rem; */
  /* font-weight: bold; */
  color: #A80014;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  height: 4.7rem;
}

.face-tip img{
  width: 1.8rem;
  margin-right: 1rem;
}

.loginInfo {
  /* text-align: center; */
}
.t_next{
  /* margin-top: 3.2rem; */
}
.input_box >input{
  font-size: 1.6rem;
  /* line-height: 3.6rem; */
  /* margin: 1rem 0; */
  border: 0;
  /* border-bottom: .1rem solid #e3e3e3; */
  width: 100%;
  /* text-indent: 40rem; */
  /* background: transparent; */
  border: 1px solid rgb(242, 225, 224);
  border-radius: .5rem;
  padding: 1rem 0 1rem 2rem;
  /* padding-left: .6rem; */
}
.faceuser{
  height:1.3rem;
  float:right;
  margin-top: -2.6rem;
  margin-right: .5rem;
}
.face-short{
  font-size: 1.1rem;
  /* text-align: center; */
}
.faceLogin{
  text-align: center;
}
.isfirstLoginTrue,.isfirstLoginFalse{
  display:none
}
.firstLoginTrue{
  display:block
}


#pc-login {
  height: 100%;
  background-position: top center;
  background-size: cover;
  /* background-image: url(../images/bg_pc.jpg)!important; */
  color: #8a8a8a;
}

#show_password_login {
  font-size: 1.6rem;
  cursor: pointer;
  color: #8a8a8a;
  text-decoration: none;
}

#show_password_login:hover{
  color: #8a8a8a;
}

#pc-login .qrcode_btns {
  line-height: .2em;
  margin-top: 3.2rem;
}

.validatecode_image {
  display: block;
  height: 4.2rem;
  /* position: absolute;
  right: 0;
  bottom: 1rem; */
}
.codeIcon{
  float: left;
  height:2rem;
  margin: 0 0.6rem 0px 1.8rem;
}
.sendcode{
  display: flex;
  align-items: center;
  border: 1px solid #f2e1e0;
  background:#fff;
  border-radius: 1rem;
  width: 63%;
  margin-right: 1.5rem;
}
.sendcodeitem{
  border:none !important;
  background: transparent  !important;
  display: flex;
  justify-content: space-between;
}
.form-tab-nav {
  color: #af141b;
  /* float: left; */
  /*margin-top: 5rem;*/
  font-size: 1.4rem;
  background: #fff;
  /* display: inline-block; */
}

.msg-box {
  padding: 3rem 0;
  line-height: .15em;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 100%;
  justify-content: center;
}

.msg-box p {
  margin-bottom: .16rem;
}

.msg-box a {
  color: #8a8a8a;
  text-decoration: none;
}

.msg-box a:hover {
  color: #af141b;
}

.msg-box.errors {
  color: #ffc107
}
.otherOpe{
  display:flex;
  justify-content:space-between;
  margin-top: 2.5rem;
  /* color: #000; */
}
.otherLogin a:nth-last-child(1){
  font-size: 1.6rem;
  font-weight: 700;
}
.otherLogin a:nth-last-child(1) span{
  color:blue
}
.bottom > div {
  text-align: center;
  margin-top: 1.6rem;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.login-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 33vw;
  /* flex: 100%; */
  justify-content: center;
  margin: 4.2rem 1.8rem 4.2rem 5.2rem;
}

#login-footer{
  /* z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 0;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  text-align: center; */
  position: relative;
}

#login-footer p {
  margin: 0;
}

.item .remember_me {
  float: none;
  display: flex;
  justify-content: space-between;
}

.item .remember_me .remember_7days {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0rem;
  font-size: 1.5rem;
  color: #3E3D3C;
}

.item .remember_me .remember_7days input {
  /* width: 1.5rem; */
  /* height: 1.5rem; */
  /* border: .1rem solid #8a8a8a; */
  /* vertical-align: -.3rem; */
}

.item .remember_me  a.forget_password {
  position: static;
}
/* 轮播图 */
.swiper-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  /* display: none; */
}

.swipers {
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.secentIndentity .secentIndentity-tip{
  font: 1.6rem/2.6rem "";
  text-align: left;
}
.secentIndentity .getDynamicCode{
  border: 1px solid rgb(242, 225, 224);
  /* padding: .6rem 1rem; */
  border-radius: .3rem;
  font-size: 1.6rem;
  width:11.3rem;
  height:4.4rem;
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getDynamicCode-div{
  display:flex;
  justify-content:space-between;
  align-items: flex-end;
}
.secentIndentity-phone-img{
  position: absolute;
  top: 2.9rem;
  left: .5rem;
  width:1.8rem;
  height:2.4rem;
}
.secentIndentity-phone,.getDynamicCode-code{
  position: relative;
}
.secentIndentity-phone-input,.secentIndentity-code-input{
  padding-left: 4.2rem !important;
  margin-top: 2.1rem;
}
.secentIndentity-phone-span{
  position: absolute;
  top: 3.6rem;
  left: 3.0rem;
  font-size: 1.0rem;
  color: #ccc;
}
.username img,.pwd img{
  height:2rem;
  margin: 0 0.6rem 0px 1.8rem;
}
.secendTitle{
  margin-bottom: 1.8rem;
}
.login-box .secondcertification{
  margin: 0px;
}
.faceloginavatar{
  margin:2.4rem 0 2.5rem 0;
}
.faceloginavatar img{
  width: 6.8rem;
  height:6.7rem;
  font-size: 1.4rem;
  margin-right: 2.6rem;
}
.loginText{
  color: rgb(41,44,48);
  /* font-size: 2.5rem; */
  letter-spacing: .1rem;
  margin-left: 1rem;
  font: 2.7rem/2.7rem "Gill Sans Extrabold";
  /*   font-family: Times, "Times New Roman", Georgia, serif; */
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-family: cursive;
  font-weight: bold;
}

@media screen and (max-width: 1760px) {
  html{
    /* font-size: 10px; */
  }
}
@media screen and (max-width: 1600px) {
  html{
    /* font-size: 8.5px; */
  }
}
@media screen and (max-width: 1440px) {
  html{
    /* font-size: 7.5px; */
  }
}
.auth-language {
  display: flex;
  font-size: 14px;
  /* margin-right: 15px; */
  position: absolute;
  right: 42px;
  top: 32px;
  width: 150px;
  overflow: hidden;
  /* border-radius: 15px; */
  z-index: 1000;
}
.auth-language button {
  width: 80px;
  /* height: 30px; */
  padding: 3px 0px;
  border: none;
  cursor: pointer;
  color: #af141b;
  border: 1px solid #af141b;
  background: transparent;
  margin-right: 15px;
  font-size: 1.4rem;
}
.auth-language button.active {
  background: #af141b;
  color: #fff;
}


.login-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agreement-box{
  display: flex;
  align-items: center;
}
.remember_7days>input[type="checkbox"], .login-bottom>.agreement-box>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;
  min-width: 2rem;
}
.login-bottom span {
  font-size: 1.5rem;
  color: #3E3D3C;
  text-align: left;
}
.login-bottom a{
  color: #A80014;
  padding: 0 4px;
  cursor: pointer;
}

.login-bottom input{
  width: 100%;
  border-radius: .4rem;
}
.login-box-logo{
  width: 18rem;
}
.login-box-content{
  margin-top: 1.9rem;
}
.login-box-content-title{
  color: #3E3D3C;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.firstnav img {
  height: 1.6rem;
}
.firstnav span {
  margin-left:.6rem;
}

.scanlogin_targetline a {
  color: #3E3D3C;
  cursor:pointer;
  font-size:1.5rem;
}
.scanlogin_targetline a:hover {
  color: #af141b;
}
.scanlogin_targetline a:not(:last-child):after {
  content: " ";
  display: inline-block;
  height: 1.5rem;
  margin-bottom: -0.2rem;
  width: 5rem;
  background: url(/cas/themes/sudy_nau_new/images/pc/a-divider.png) no-repeat;
  background-position:center
  /* background-size: 100%; */
}
.scanlogin_targetline {
  padding-top: .4rem;
}
.languagechange{
  font-size: 1.5rem;
  cursor: pointer;
  position:relative;
}
.languagechange:hover .dropdown-content{
  /* display:block */
}
.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;
}
.dropdown-content div{
  padding:0 .6rem
}
.dropdown-content div:hover {
  color: #af141b;
  /* background: #af141b; */
}
#slidingbox #content {
  width: 32rem;
  height: 18rem;
  position: relative;
  /* background-image: url("/cas/themes/sudy_nau_new/images/pc/bg_pc.jpg"); */
  background-repeat:no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5rem;
}
#slidingbox #shadow {height: 40px;width: 40px;position: absolute;
  /* background-image: url('/cas/themes/sudy_nau_new/images/pc/Puzzle.png'); */
  background-color: aliceblue;
  left: 350px;top: 50px;background-size: 100%;}

#slidingbox_tip {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50px;
  /* background-image: url("/cas/themes/sudy_nau_new/images/pc/bg_pc.jpg"); */
  background-size: 32rem 18rem;
  background-repeat: no-repeat;
  z-index: 9999;
}
#slidingbox{
  position:relative
}

#slidingbox_block_left  {
  height: 4rem;
  position: absolute;
  top: -4rem;
  background: #85c4f5;
}
#slidingbox_block_bar{
  width: 32rem;
  height: 4rem;
  position: absolute;
  top: -4rem;
  border: 1px solid #eaeaea;
}
#slidingbox #slidingbox_block {
  height: 4rem;
  width: 4rem;
  position: absolute;
  left: -.5rem;
  top: -4rem;
  /* top: 355px; */
  /* background-image: url("https://images.cnblogs.com/cnblogs_com/xiongze520/1923404/o_210127064552%E7%A7%91%E6%8A%80.jpg"); */
  background-image: url("/cas/themes/sudy_nau_new/images/pc/right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 9999;
}
.tab1 input#username,input#passwordShow{
  margin-left: unset;
  padding-left: 2rem;
}
#swiSpan1img{
  height: 1.8rem;
  display: unset;
  display:none;
}


input[type="checkbox"]:checked::before {
  content: '✔';
  font-size: 16px;
  position: absolute;
  top: -4px;
  left: 2px;
  color: #af141b; /* 复选框选中时的颜色 */
}

input[type="checkbox"]:hover {
  /* border-color: blue; */ /* 鼠标悬停时的边框颜色 */
}
input#authcode {
  margin-left: 2rem;
}
.input_psw_error{
  display: flex;
  align-items: center;
  /* margin-right: 1rem; */
  position: absolute;
  right: 0;
  /* top: .9rem; */
  height: 100%;
  justify-content: end;
  /* background: #fff; */
  max-width: 45%;
  margin-right: 16px;
  /* background: aliceblue; */
  /* background-color: rgba(0, 0, 0, 0); */
  overflow: auto;
}
.margin4rem{
  /* margin-bottom: 4rem; */
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
#chooseAccountModal,#firstqrCodeModal {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2.9rem;
  z-index: 1000;
}
#firstqrCodeModal{
  width: 355px;
  padding: 40px;
}
#firstqrCodeModal .firstqrCodeModal-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#firstqrCodeModal .firstqrCodeModal-content .firstqrCodeModal-qrcode{
  border:2px solid #861A12;
  width: 15.2rem;
  padding: 10px;
}
#firstqrCodeModal .firstqrCodeModal-content .firstqrCodeModal-tips{
  margin:16px 0;
  text-align:center;
}
.chooseAccountModal-header {
  background: #af141b;
  color: white;
  padding: 3rem 4.8rem 3rem 4.8rem;
  border-radius: 2.9rem 2.9rem 0 0;
  /* text-align: center; */
}
.chooseAccountModal-close,.firstqrCodeModal-close{
  position: absolute;
  top: 1rem;
  right: 2.8rem;
  font-size: 24px;
}
.chooseAccountModal-title{
  margin-top: 0px;
  margin-bottom:6px
}

.chooseAccountModal-content {
  padding: 3rem 4.8rem 3rem 4.8rem;
  text-align: center;
}
.chooseAccountModal-footer {
  display: flex;
  justify-content: space-between;
  padding: 3rem 4.8rem 3rem 4.8rem;
}
.ant-avatar-circle{
  width:48px;
  height:48px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  background-color: #1d4ed8;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}
.btn:hover {
  background-color: #1a3cb8;
}
.account-option {
  display: flex;
  align-items: center;
  margin: 10px 0 16px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  padding: 12px;
  border-radius: 6px;
  justify-content: space-between;
}
.account-option:hover{
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
  border-color: rgb(180 220 255);
}
.account-option input {
  margin-right: 10px;
}
.account-avatar {
  /* width: 40px; */
  /* height: 40px; */
  /* border-radius: 50%; */
  /* margin-right: 10px; */
}
.ant-card-meta-title{
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.ant-card-meta-description{
  color:rgba(0, 0, 0, 0.45)
}
.account-option-left{
  display:flex;
  justify-content:center;
  align-items:center
}
@media screen and (max-width: 500px) {
  .chooseAccountModal-content .inputAccount{
    border: 1px solid #f0f0f0 !important;
  }
}
@media screen and (min-width: 500px) {
  .inputAccount{
    border: 1px solid #f0f0f0 !important;
  }
  .item:not(:last-child) {
    /* margin-bottom: 1.6rem; */
    /* position: relative;
    width: 100%;
    text-align: left;
    border-bottom: .1rem solid #bebdba; */
    background: #fff;
    /* margin-bottom: 1.6rem; */
    position: relative;
    width: 100%;
    text-align: left;
    /* border-bottom: 0.1rem solid #bebdba; */
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #f2e1e0;
  }

}


.input_account{
  margin-left: 1.2rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  /* margin-left: 28rem; */
  font-family: "Microsoft Yahei";
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  color: #8a8a8a;
  width: 100%;
  line-height: 4rem;
}
.btn_default{
  opacity:.5;
  margin-right: 6px;
  background-color: #af141b !important;
  border-color: #af141b !important;
  border-radius: 1rem;
  height: 37px;
}
.listPage{
  width:calc(100vw - 200px)
}


.layui-layer-red .layui-layer-title {
  background-color: #af141b;
  color: #fff;
}
.layui-layer-red .layui-layer-btn a {
  background-color: #af141b;
}