.loginContainer{
  width: 19.2rem;
  height: 100vh;
  background: url(../../../img/login/bg.png?v=20230223) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentArea{
  width: 15.34rem;
  height: 680px;
  background: #FFFFFF;
  box-shadow: 0px 10px 28px 0px rgba(133,169,231,0.22);
  border-radius: 2px;
  display: flex;
}
.pictureOnTheLeft,.rightContent{
  display: inline-block;
  width: 50%;
  height: 100%;
}
.pictureOnTheLeft img{
  width: 6.52rem;
  height: 4.96rem;

}
.pictureOnTheLeft{
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightContent{
  flex-direction: column;
  display: flex;
  background: #F5F5F5;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  /*padding-top: .84rem;*/
  justify-content: center;
}
.formTitle{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: .32rem;
  color: #2882FE;
  margin-top: .13rem;
  margin-bottom: .16rem;
}
.formDesc{
  font-size: .20rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-bottom: .48rem;
  color: #36414D;

}
.formInput .el-input__inner{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  height: .56rem;
  padding-left: .56rem;
}
.form-submit-bth{
  width: 100%;
  margin-top: .32rem;
  height: .56rem;
  line-height: .56rem;
  background: #2882FE;
  padding: 0;
  border-radius: 10px;
  font-size: .20rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.el-input__prefix{
  display: flex;
  align-items: center;
  margin-left: .16rem;
}

.scoreChangePop{
    .el-dialog__header {
        border-bottom: 1px solid #e6dede;
    }
    .el-dialog__footer {
        border-top: 1px solid #e6dede;
    }
}
.systemRenewal-visible {
    .el-dialog {
        border-radius: 10px;
    }
    .grid-content {
        display: grid;
        grid-template-columns: 0.6fr 1fr;
        align-items: center;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .text-right {
        color: #848E9B;
        text-align: right;
    }
    .total-num {
        font-size: 18px;
        font-weight: bold;
        color: #121212;
        font-size: 18px;
    }
    .m-b-15 {
        margin-bottom: 15px;
    }
    .m-b-10 {
        margin-bottom: 10px;
    }
    .el-dialog__header {
        border-bottom: 1px solid #e6dede;
    }
    .el-dialog__footer {
        border-top: 1px solid #e6dede;
        text-align: center;
    }
    .system-renewal-title {
        font-weight: bold;
        font-family: PingFang SC;
        font-size: 20px;
        color: #2B2B2D;
    }
    .el-dialog__body {
        /* padding: 30px 0; */
        padding: 22px 22px 0 22px;
    }
    .system-renewal-content {
        
    }
    .flex-baseline {
        display: flex;
        align-items: baseline;
    }
    .border-right{
        border-right:  1px solid  #e6dede;
    }
    .border-bottom {
        border-bottom:  1px solid #e6dede;
    }
    /* .border-top {
        border-top:  1px solid  #e6dede;
    } */
    .border-bottom-solid {
        border-bottom:  1px solid  #e6dede;
    }
    .system-renewal-content-pay{
      display: flex;
      flex-direction: row;
      justify-content:space-evenly;
    }
    .border-bottom:last-of-type {
        border-bottom: none;
    }
    .text-20{
        color: #121212;
        font-weight: bold;
        font-size: 20px;
    }
    .m-l-1{
      margin-left: 10px;
    }
    .f-s-20{
        font-size: 20px;
    }
    .p-0{
        padding: 0 !important;
    }
    .m-l-20{
        margin-left: 20px !important;
    }
    .m-b-0{
        margin-bottom: 0 !important;
    }
    .deduction_points{
        margin-left: 20px;
        margin-right: 5px;
    }
    .text-align-center{
        text-align: center;
    }
    .flex-align-center{
        align-items: center;
    }
    .flex-content{
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .deduction_points_con{
        border-radius: 8px;
        padding: 20px;
        background-color: #F5F7FA;
        width: calc(100% - 20px);
    }
    .deduction_points_con .el-slider{
        padding-left: 2px;
        width: 100%;
    }
    .flex-content .f-1{
        flex: 1;
    }
    .flex-content .text-right{
        text-align: right;
    }
    .flex-between{
        display: flex;
        justify-content: space-between;
    }
    .system-renewal-content-money {
        padding: 20px 0 20px 0;
    }
    .system-renewal-content-pay-left,.system-renewal-content-pay-right{
        width: 50%;
    }
    .system-renewal-content-pay-left.border-right {
        height: 500px;
        overflow-y: auto;
    }
    
    .system-renewal-content-information {
        width: 100%;
        height: 64px;
        background: #FFF8EC;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #463415;
        line-height: 64px;
        padding: 0 26px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
    }
    .system-renewal-content-bill {
        border-bottom: 1px solid #F4F4F4;
    }
    .system-renewal-content-bill span {
        display: inline-block;
        padding: 0px 4px;
        height: 32px;
        background: #EDF5FF;
        border-radius: 4px 4px 0 0;
        font-weight: 800;
        font-size: 18px;
        color: #00142D;
        line-height: 32px;
    }
}
.invite-recommend{
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
}
.invite-recommend-con{
    padding: 20px;
    margin: 0;
    background: #FDF0F0;
    border-radius: 8px;
    line-height: 20px;
}
.color-red{
    color: red;
}
.m-r-5{
    margin-right: 5px;
}
