.fix-block {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-ali-center {
  display: flex;
  align-items: center;
}
.flex-jus-center {
  display: flex;
  justify-content: center;
}
.jus-spa {
  justify-content: space-between;
}
.flex-col-ali {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-main-1 {
  width: 615px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.pay-main-1 .pay-normal-text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.pay-main-1 .header {
  width: 100%;
  height: 54px;
  background: #EF2228;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 20px;
  justify-content: space-between;
}
.pay-main-1 .header img {
  width: 16px;
  height: 16px;
}
.pay-main-1 .pay-content {
  padding: 25px 39px 27px 43px;
}
.pay-main-1 .pay-content .pay-amount {
  font-size: 24px;
  font-weight: bold;
  color: #EF2228;
}
.pay-way-item {
  height: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0 6px;
}
.pay-way-item.active .sel-icon {
  border: 1px solid #EF2228;
}
.pay-way-item.active .sel-icon .sel-point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EF2228;
}
.pay-way-item .sel-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 50%;
}
.pay-way-item .pay-icon {
  width: 25px;
  height: 25px;
  margin-left: 4px;
}
.pay-way-item .pay-name {
  margin-left: 9px;
}
.pay-way-item .pay-name .pay-balance {
  color: #EF2228;
}
.pay-way-item input {
  display: none;
}
.pay-sel-1 {
  margin-left: 44px;
  width: 400px;
  height: 238px;
  padding-top: 65px;
}
.pay-sel-1 .input-pla-center {
  width: 400px;
  height: 40px;
  text-align: center;
}
.pay-sel-1 .balance-ins {
  width: 398px;
  height: 23px;
  background: #FFE9EA;
  border-radius: 4px;
  margin-left: 1px;
  margin-top: 8px;
}
.pay-sel-1 .balance-ins img {
  width: 11px;
  height: 11px;
  margin-left: 6px;
}
.pay-sel-1 .balance-ins span {
  font-size: 12px;
  font-weight: 500;
  color: #EF2228;
  padding-bottom: 3px;
  margin-left: 2px;
}
.pay-sel-1 .forget-pwd {
  font-size: 12px;
  font-weight: 400;
  color: #16A5FF;
  margin-top: 39px;
}
.pay-sel-2 {
  height: 238px;
}
.pay-sel-2 .code {
  width: 148px;
  height: 147px;
  margin-top: 18px;
}
.pay-sel-2 .way-tips {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 11px;
}
.pay-sel-2 .pay-tips {
  margin-top: 10px;
  width: 144px;
  height: 23px;
  background: #EEF7FE;
  border-radius: 4px;
  padding-left: 39px;
}
.pay-sel-2 .pay-tips img {
  width: 11px;
  height: 11px;
}
.pay-sel-2 .pay-tips span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2B9FF1;
  margin-left: 2px;
  padding-bottom: 2px;
}
.pay-btn-all .pay-cancel-btn {
  width: 238px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
}
.pay-btn-all .pay-cancel-btn span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.pay-btn-all .pay-confirm-btn {
  width: 238px;
  height: 36px;
  background: #EF2228;
  border-radius: 4px;
  margin-left: 20px;
}
.pay-btn-all .pay-confirm-btn span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.input-pla-center::-ms-input-placeholder {
  text-align: center;
}
.input-pla-center::-webkit-input-placeholder {
  text-align: center;
}
.pay-main-2 {
  width: 437px;
  height: 332px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.pay-main-2 .pay-normal-text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  font-family: PingFang SC;
}
.pay-main-2 .pay-success-red {
  color: #EF2228;
}
.pay-main-2 .header {
  width: 437px;
  height: 54px;
  background: #EF2228;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 20px;
  justify-content: space-between;
}
.pay-main-2 .header img {
  width: 16px;
  height: 16px;
}
.pay-success-content .release-success {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1B9F3D;
}
.pay-success-content .release-success img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
.pay-success-content .time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 58px;
}
