.forgetMain{
    width: 100%;
    height: 100%;
    background: #F8F8F8;
}

.forgetRecord{
    width: 100%;
    height: 100%;
    background:white;
}

.forgetMainHeight{
    width: 100%;
    height: 70vh;
    flex-direction: column;
    display:flex;
    overflow-y: scroll;
    background: white;
}

.forgetContent{
    flex-direction: column;
    display: flex;
    margin-left:1%;
    margin-top:0.8%;
    width:98%;
    height:98%;
    border-radius: 6px;
    background: white;
}

.forgetBlank{
  width: 100%;
  height: 5vw;
}
.forgetRow{
    margin-top: 2.2694vw;
    flex-direction: row;
    display: flex;
    justify-content: center;
    height: 2.34vw;
}

.forgetTitle{
    width: 7vw;
    height: 2.34vw;
    font-family: PingFangSC-Regular;
    font-size: 1.024vw;
    color: rgba(0,0,0,0.85);
    text-align: right;
    line-height: 2.34vw;
}
.forgetInput{
    width: 24.158vw;
    height: 2.34vw;
    font-family: PingFangSC-Regular;
    font-size: 1.024vw;
    color: rgba(0,0,0,0.25);
    line-height: 2.34vw;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
}

.forgetInput .ant-input{
   background:transparent;
   color: #555555;
   border:0;
}

.forgetInput ::-webkit-input-placeholder {
    width: 24.158vw;
    height: 2.34vw;
    font-family: PingFangSC-Regular;
    font-size: 1.024vw;
    background: transparent;
    color: rgba(0,0,0,0.25);
}

.forgetBtns{
    margin-top:3.294vw;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgetSure{
    width: 6.589vw;
    height: 2.782vw;
    background: #4A90E2;
    border: 1px solid #4A90E2;
    border-radius: 4px;
    font-family: PingFang-SC-Medium;
    font-size: 0.878vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.782vw;
    letter-spacing: 1.09px;
}

.forgetCancle{
    margin-left: 2.123vw;
    width: 6.589vw;
    height: 2.782vw;
    background: white;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    font-family: PingFang-SC-Medium;
    font-size: 0.878vw;
    color: #9B9B9B;
    text-align: center;
    line-height: 2.782vw;
    letter-spacing: 1.09px;
}

.recordImg{
   width: 72%;
   margin-left:0.5vw;
}

.recordImg1{
   width: 95%;
   padding-top:20px;
}