#loginForm .container .row{
    /* padding: 0px 55px; */
}
.pssworditem{
    height: 600px;
    background: #fff;
    box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden
}

.changeheadWarp {
    padding: 32px 24px 0 24px;
  }
  .changeheadWarp li {
    display: flex;
  }
  .changeheadWarp li .txtBox {
    width: 100%;
    padding: 14px 0 20px 0;
  }
  .changeheadWarp li .txtBox span {
    font-size: 16px;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 22px;
    margin-right: 8px;
  }
  .changeheadWarp li .txtBox span:last-child {
    margin-right: 0;
  }
  .changeheadWarp li i.el-icon-arrow-right {
    margin: 14px 3px 20px;
    font-size: 22px;
    color: #BFBFBF;
    background: url(../img/arrow-right.png) no-repeat left center;
    background-size: 80% 80%;
    width: 22px;
    height: 22px;
  }
  .changeheadWarp li.past i.el-icon-arrow-right {
    margin: 14px 3px 20px;
    font-size: 22px;
    color: #BFBFBF;
    background: url(../img/past-arrow-right.png) no-repeat left center;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
  }

  .changeheadWarp li.current .txtBox {
    position: relative;
  }
  .changeheadWarp li.current .txtBox:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FF7831;
    border-radius: 2px;
  }
  .changeheadWarp li.current .txtBox span {
    font-weight: 500;
    color: #FF7831;
  }
  .changeheadWarp li.past .txtBox span {
    font-weight: 500;
    color: #FF7831;
  }
  .changeheadWarp li.past i {
    color: #FF7831;
  }
  .fixbg {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(40, 38, 36, 0.45);
    width: 100%;
    height: 100%;
  }
  .selectLogin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    background: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  .selectLogin .backBox {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .selectLogin .accoutList {
    width: 360px;
    height: 84px;
    padding: 14px 40px 14px 32px;
    border-radius: 8px;
  }
  .selectLogin .accoutList:first-child {
    margin-top: 20px;
  }
  .selectLogin .accoutList .accountInfo p {
    width: 230px;
  }
  .selectLogin .accoutList .accountInfo p:first-child {
    font-size: 20px;
    line-height: 24px;
  }
  .selectLogin .accoutList .accountImg {
    width: 56px;
    height: 56px;
  }
  .test {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: red;
    transition: all 0.3s;
  }
  .test.testAfter {
    font-size: 20px;
  }
  
  .amendPwdSuccessBox img {
    display: block;
    width: 88px;
    height: 88px;
  }
  .amendPwdSuccessBox span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    line-height: 32px;
    margin: 16px 0 56px 0;
  }

  .accoutListWarp {
    margin-top: 32px;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .accoutListWarp.scrollBottom {
    margin-bottom: 32px;
  }
  .accoutListWarp::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .accoutListWarp::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.24);
  }
  .accoutListWarp::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent;
  }
  .accoutList {
    width: 440px;
    background: #FAFAFA;
    border-radius: 12px;
    height: 104px;
    border: 1px solid #F5F5F5;
    padding: 20px 48px 20px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .accoutList:last-child {
    margin-bottom: 0;
  }
  .accoutList:hover {
    border-color: #D9D9D9;
  }
  .accoutList:active {
    border-color: #FF7831;
  }
  .accoutList .accountInfo p {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
    width: 294px;
  }
  .accoutList .accountInfo p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .accoutList .accountImg {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .accoutList .accountImg.personIcon {
    background: url(../img/personIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.staffIcon {
    background: url(../img/staffIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .accoutList .accountImg.mgtIcon {
    background: url(../img/mgtIcon.png) left center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
@media screen and (max-width: 768px) {

    .registerBox .fromWarp.forgetPwdWarp {
        padding: 56px 8px 0px;
    }
    .changeheadWarp {
      padding: 32px 0px 0 0px;
    }
    .changeheadWarp li .txtBox span {
        font-weight: 500;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #loginForm .container .row{
        /* padding: 0px 15px; */
    }
    .changeheadWarp li .txtBox span{
        margin-right: 4px;
    }
    .changeheadWarp li i.el-icon-arrow-right{
        margin: 18px 3px 20px;
        width: 14px;
        height: 14px;
    }
    .changeheadWarp li.past i.el-icon-arrow-right{
        width: 14px;
        height: 14px; 
        margin: 18px 3px 20px;
    }
    .selectLogin{
        width: 100%;
        padding: 0px 15px;
    }
}
