.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_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;
  color: #000;
}

.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;
  box-sizing: border-box;
  width: 223px;
  text-align: center
}
.proceed:hover{background: #000;color: #fff;transition:all .65s;}
.cancel {
  padding: 0 32px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  line-height: 34px;
  cursor: pointer;
  box-sizing: border-box;
  width: 223px;
  text-align: center;
  height: 34px;
}
.cancel:hover{background: #fff;color: #000;transition:all .65s;}
.PhoneCodeTips{color:#767676;font-size: 13px;padding-top:16px;}
.PhoneCodeTips a{text-decoration:none;display:inline;position:relative;font-size:13px;color:#767676;}
.PhoneCodeTips a:before{background-color:#767676;;bottom:0;content:"";height:1px;left:0;position: absolute;transform: scaleX(1);transform-origin:left;transition:transform.3s ease-in-out 0s;width:100%;will-change:transform;}
.PhoneCodeTips a:hover:before{transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out 0s;}
@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;
  }
  .PhoneCodeTips{font-size: 13px;}
  .PhoneCodeTips a{font-size: 13px;}
}
@media (max-width:1025px) {
  .PhoneCodeTips a:hover:before{transform:scaleX(1);transform-origin:left;transition:transform .3s ease-in-out 0s;}
}
