.popup_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup_background .req{color:#f00;font-weight:bold;}
.popup_table {
  width: 100%;
  height: 100%;
  display: table;
}

.popup_label {
  display: table-cell;
  vertical-align: middle;
}

.popup_cont {
  width: 720px;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

.pd_t_72 {
  padding-bottom: 72px;
}

.change_password_title {
  text-align: center;
  line-height: 28px;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  border-top: 6px solid #C10016;
}

.shut_down {
  width: 14px;
  height: 14px;
  font-size: 0;
  position: absolute;
  top: 37px;
  right: 31px;
  cursor: pointer;
  z-index: 3;
}

.shut_down img {
  width: 14px;
  height: 14px;
}

.toas_back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.toas_cont {
  width: 172px;
  height: 125px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.toas_cont div {
  text-align: center;
}

.toas_cont img {
  width: 50px;
}

.toas_cont span {
  display: block;
  text-align: center;
  line-height: 25px;
  padding-top: 10px;
  color: #fff;
}

.buttonsRows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}

.inner {
  padding: 48px 0 72px 0;
}

.message {
  color: #000;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 32px;
}

.proceed {
  padding: 0 32px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.75rem;
  line-height: 34px;
  margin-right: 32px;
  cursor: pointer;
  height: 34px;
}

.cancel {
  padding: 0 32px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  line-height: 34px;
  cursor: pointer;
}
.return_top_tops{width:50px;height:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;position:fixed;;bottom:96px;right:32px;z-index:109;background:#fff;border:1px solid #e6e6e6;font-size: 0;cursor: pointer;}
.return_top_tops img{width: 16px;}
@media screen and (max-width: 1024px) {
  .popup_cont {
    width: 100%;
    margin: 0;
    height: 100%;
    background: #fff;
    z-index: 22;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .buttonsRows {
    display: block;
  }
  .proceed, .cancel {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .cancel {
    margin-top: 32px;
  }
  .return_top_top{width: 50px;height: 50px;border-radius: 50px;border:1px solid #e6e6e6;display: flex;align-items: center;justify-content: center;position: absolute;bottom: 32px;right: 32px;}
  .return_top_top img{width: 16px;}
}
