body {
  background-color: #efeff4;
}

.pay-detail-amount {
  border-radius: 16px;
  padding: 24px 20px;
  font-size: 14px;
  color: #949495;
  background-color: #fff;
}

.pay-detail-amount-input {
  font-size: 18px !important;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 0px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.pay-detail-next {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}

.pay-logo-img {
  width: 50px;
  height: 50px;
}

.pay-list-td1 {
  width: 20%;
}

.pay-list-td3 {
  text-align: center;
  vertical-align: middle !important;
  width: 10%;
}
