.popupFixed{
    position: fixed;width: 100%;height:100%;background: rgba(0,0,0,.3);top:0;left:0;z-index:2;display: none;
}
.code{
    background: #fff;position: absolute;width: 348px;height:208px;left: 50%;top:50%;transform: translate(-70%,-50%);border-radius: 14px;
}
.codeTitle{
    width:100%;height:62px;line-height: 62px;font-size: 16px;color:#424044;text-align: center;
}
.codeCon{
    padding:10px 26px 20px;box-sizing: border-box;display: flex;align-items: center;
}
.input-val{
    width:58%;height:46px;margin-right: 2%;border-radius: 8px;border:1px solid #b0afb2;text-align: left;text-indent: 4px;
}
.codeBtn{
    width:100%;display:flex;align-items: center;border-top:1px solid #b0afb2;font-size: 18px;color:#706ee0;position: absolute;bottom:0;
}
.cancelBtn{
    width:50%;display: inline-block;text-align: center;height: 54px;line-height: 54px;border-right: 1px solid #b0afb2;box-sizing: border-box;cursor: pointer;
}
.defineBtn{
    width:50%;display: inline-block;text-align: center;height: 54px;line-height: 54px;cursor: pointer;color:#e7222a;
}