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

body {
  color: #8a8a8a;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}

* {
  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%;
}

.tab3{
  border-radius:  0 2.9rem  2.9rem 0;
  background: rgb(180 220 255);
}

.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%;
  flex-direction: column;
  position: relative;
  /* margin-top:-48px; */
  padding-bottom: 8rem;
}
.left-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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: 2rem 5.8rem;
  padding-top: 2rem;
  /* top: 50%; */
  /* margin-top: -240rem; */
  border-radius: 2.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;
  overflow: inherit;
  /* right: 34.2rem; */
  justify-content: center;
  display: flex;
  /* opacity: .9; */
  /* background: rgb(244 243 243 / 80%); */
  background: none;
  /* background: #f4f3f3; */
  /* opacity: .9; */
}

.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);
}

.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: 92%; */
  /* height: 60rem;
  line-height: 60rem; */
  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;
}
.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;
}
/* 修改placeholder的颜色 */
.auth_input::-webkit-input-placeholder,#faceLoginCode::-webkit-input-placeholder {
  color: #a5a0a0 !important;
}

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

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

input:focus {
  outline: none;
}

/* 登录 */
@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;
  }
  
}


.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;

}

.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;
  background: rgba(2,119,169) !important;
}

.primary,.btn_default {
  height:4.4rem;
  /* background-color: rgb(46,108,246) !important; */
  border-color: rgb(46,108,246) !important;
  border-radius: 1rem;
  /* border-color: #af141b !important;  */
  /* background-color: #af141b !important;
  /* width:324rem; */
  /* margin-right: 6px; */
}
.btn_default{
  opacity:.5;
  margin-right: 6px;
}
.btn_primary{
  margin-left:6px
}

.auth_ul_active {
  color: #000;
}
.chooseAccountModal-title{
   margin-top: 0px;
   margin-bottom:6px
}

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:4.9rem 4.8rem 4.9rem 4.8rem
  /* padding-top: 3.9rem; */
  /* border-top: .2rem solid rgb(174 182 183); */
}
.common-login .scanlogin{
  /* margin-left: 5rem; */

}

.scanCode{
  display: flex;
}
.scanCode div{
  display: flex;
  flex-direction: column;
}
.scanTitle{
  font: bold 2.2rem/2.2rem"" !important;
  color: rgba(7,121,184) !important;
  font-weight: bold;
  /* border-bottom: 1px solid rgba(155, 155, 155, 0.4); */
  padding-bottom: 1.3rem;
}
.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: 20.1rem; */
  /* margin: 5rem 1rem 2rem; */
  margin-top: 1rem;
}

.forget_password {
  font-size: 1.6rem;
  font-weight:700;
  color: rgba(7,121,184,.8);
  /* color: #000; */
  /* color: #8a8a8a; */
  /*   position: absolute;
    right: 0rem; */
  /* margin-bottom: 10rem; */
}

.forget_password:hover {
  color: #0d2c87;
}
.firstnav{
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  margin-bottom: 1.9rem;
}
.firstnav ul {
  /* position: relative; */
  /* line-height: 40rem; */
  /* height: 21rem; */
  width: 100%;
  display: inline-block;
  text-align: center;
  /* margin-bottom: 2rem; */
  display: flex;
  justify-content: left;
  /* border-bottom: 1rem solid #999; */
}
.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; */
  padding-bottom: 0rem;
}
.firstnav li span {
  /* 阻止用户选中文字 */
  user-select: none;
  color: rgba(0,0,0,.7);
  font-weight: bold;
  font-size: 1.6rem;
  /* color: #000; */
}
.liactive  span{
  font:bold 2.2rem/1rem  "" !important;
  color: rgb(2,119,169)!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.3rem;
  margin-bottom: 2.8rem;
  /* margin-top: .5rem; */
  font-weight: bold;
  color: #0000009e;
}
.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 #f2e1e0;
  border-radius: 1rem;
  padding: 1rem 0 1rem .6rem;
  /* 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: 3.6rem;
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;

}
.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: red;
  /* float: left; */
  /* width: 100%; */
  /*margin-top: 5rem;*/
}

.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 {
  border-radius: 2.9rem;
  padding: 3rem 4.8rem 3rem 4.8rem;
  background: rgb(180 220 255);
  width: 43.4rem;
  height: 100%;
  /* display: flex; */
  flex-direction: column;
  /* flex: 100%; */
  justify-content: center;
}

#login-footer{
  z-index: 10;
  background: unset !important;
  /* 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;
  padding-top: 1rem;
}

#login-footer p {
  margin: 0;
}
.login_navs{
  display:flex;
  position: absolute;
  z-index: 10000;
  z-CONTAIN-INTRINSIC-BLOCK-SIZE:AUTO 100PX;
  left: 50%;
  bottom: 4rem;
  transform: translate(-50%, 0);
}
.login_navs img{
  width: 40px;
  margin: 0 25px;
  cursor: pointer;
  display: block;
}
.img_remark_item{
  padding: 10px 8px;
  width: 420px;
  text-align: left;
  position: absolute;
  bottom: 45px;
  left: -180px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-size: 11px;
}

.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;
  color:#fff;
}

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

.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 #b5b5b5;
  /* 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,.paw #showps{
  height:2rem;
  display: none;
  margin: 0 0.6rem 0px 1.8rem;
}
.secendTitle{
  margin-bottom: 1.8rem;
}
.login-box .secondcertification{
  margin: 0px;
}
.login-box #msg{
  color: #fff;
}

.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;
}
.promparea{
  position: absolute;
  bottom: -100px;
  height: 116px;
  width: calc(100% - 11.6rem);
  border-radius: 1.2rem;
  padding: 12px;
  background: rgba(255, 255, 255, .5);
  color: #111;
}
.promparea a {
  cursor:pointer
}

.prompthead{
  font: bold 2.2rem / 2.2rem "" !important;
  color: #000 !important;
  border-bottom: 1px solid rgba(155, 155, 155, 0.4);
  padding-bottom: 0.9rem;
}
.prompttitle{
  color: #000;
  font-weight: bolder;
}
.browsericon{
  width:3rem
}


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

#chooseAccountModal {
  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;
}
.chooseAccountModal-header {
  background: rgb(180 220 255);
  color: white;
  padding: 3rem 4.8rem 3rem 4.8rem;
  border-radius: 2.9rem 2.9rem 0 0;
  /* text-align: center; */
}
.chooseAccountModal-close{
  position: absolute;
  top: 1rem;
  right: 2.8rem;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  #chooseAccountModal{
    width: 92%;
  }
}
.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;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.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;
  }
}


