.el-dialog {
  border-radius: 10px !important;
  width: 500px !important;
}
.el-dialog__header {
  border-bottom: 1px solid #eeeeee;
  color: #3b4151;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  text-transform: none;
}
.el-dialog__body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.dialog-content {
  height: 200px;
  padding: 20px;
  background-color: #f7f8fb;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.dialog-left,
.dialog-right {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #3b4151;
  font-style: normal;
  text-transform: none;
}
.dialog-right {
  text-align: right;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #3b4151;
  font-style: normal;
  text-transform: none;
}
.pay {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.pay-text {
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #3b4151;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.pay-price {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 17px;
  color: #3b4151;
  line-height: 25px;
  font-style: normal;
  text-transform: none;
}
.payWay {
  display: flex;
  justify-content: space-around;
}
.payWay-item {
  width: 40%;
  height: 50px;
  padding: 0 45px 0 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  background-color: #fff;
  position: relative;
}
.payWay-item:hover {
  border-color: #85efee;
  box-shadow: 0 0 5px rgba(133, 239, 238, 0.3);
}
.payWay-item.active {
  border-color: #3c56f0;
  background-color: rgba(133, 239, 238, 0.1);
}
.payWay-item.active .pay-item-choose {
  background-color: #3c56f0;
}
.pay-item-text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 15px;
  color: #3b4151;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pay-item-choose {
  width: 35px;
  height: 35px;
  background-color: #cccccc;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: -0.5px;
  bottom: 0;
}
.pay-item-choose img {
  position: absolute;
  bottom: 3px;
  right: 2px;
}
.danger {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 13px;
  color: #ed5252;
  font-style: normal;
  text-transform: none;
}
.buy-btn {
  color: #fff;
  height: 48px;
  width: 100%;
  background-color: #223744;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(270deg, #85efee 0%, #3c56f0 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.buy-btn:hover {
  color: #fff;
  transform: scale(1.01);
  background: linear-gradient(90deg, #85efee 0%, #3c56f0 100%);
  box-shadow: 0 0 20px rgba(133, 239, 238, 0.3);
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
