.pay-dialog .textoh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pay-dialog .notice-dialog {
  box-shadow: none;
  text-align: center;
}
.pay-dialog .notice-dialog .el-dialog__body {
  padding: 0;
  padding-bottom: 30px;
}
.pay-dialog .notice-dialog .dialog-body {
  position: relative;
}
.pay-dialog .notice-dialog .title {
  display: inline-flex;
  padding: 0 35px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 1;
  position: relative;
}
.pay-dialog .notice-dialog .title::before {
  content: '';
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://img.bc.haodanku.com/haodanku/1639472251) no-repeat
    center;
}
.pay-dialog .notice-dialog .title::after {
  content: '';
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 12px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(https://img.bc.haodanku.com/haodanku/1639472257) no-repeat
    center;
}
.pay-dialog .notice-dialog .content {
  width: 100%;
  padding: 40px 45px 10px;
}
.pay-dialog .notice-dialog .content .item {
  display: flex;
  align-items: stretch;
  text-align: left;
  margin-bottom: 10px;
}
.pay-dialog .notice-dialog .content .item .label {
  display: flex;
  align-items: center;
  width: 75px;
  min-height: 36px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8b9299;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value {
  display: flex;
  align-items: center;
  width: 0;
  flex: 1;
  overflow: hidden;
  min-height: 36px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #101e2b;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value .price {
  display: flex;
  align-items: flex-end;
}
.pay-dialog .notice-dialog .content .item .value .price .fu {
  margin-right: 4px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #f60;
  line-height: 17px;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value .price .num {
  margin-right: 4px;
  font-size: 32px;
  font-family: DIN;
  font-weight: bold;
  color: #f60;
  line-height: 28px;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value .price .discount {
  margin-right: 4px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f60;
  line-height: 14px;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value .price .old-price {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: line-through;
  color: #f60;
  opacity: 0.5;
  line-height: 1;
  white-space: nowrap;
}
.pay-dialog .notice-dialog .content .item .value .agree {
  display: flex;
  align-items: center;
}
.pay-dialog .notice-dialog .content .item .value .agree .check-box {
  width: 16px;
  height: 16px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-right: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.1s;
  user-select: none;
}
.pay-dialog .notice-dialog .content .item .value .agree .check-box::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  background: 0 0;
  border: 2px solid #e6e6e6;
  border-top: none;
  border-right: none;
  transform: rotate(-50deg) scale(0.6);
  position: absolute;
  right: 0px;
  bottom: 4px;
  z-index: 1;
}
.pay-dialog .notice-dialog .content .item .value .agree .check-box.checked {
  background: #306eff;
  border: 1px solid #306eff;
}
.pay-dialog
  .notice-dialog
  .content
  .item
  .value
  .agree
  .check-box.checked::after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}
.pay-dialog .notice-dialog .content .item .value .agree .text {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666;
  line-height: 1;
  cursor: pointer;
}
.pay-dialog .notice-dialog .content .item .value .agree .agreement {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #3773ff;
  line-height: 1;
  cursor: pointer;
}
.pay-dialog .notice-dialog .content .item .value .agree .agreement:hover {
  color: #0938a6;
  text-decoration: underline;
}
.pay-dialog .notice-dialog .pay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 39px;
  box-sizing: border-box;
  margin: 0 auto;
  background: linear-gradient(90deg, #2d6cff 0%, #759eff 100%);
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.pay-type-title{
  font-size: 18px;
  font-weight: bold;
}
.pay-type-select{
  margin: 30px 60px 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.select-type-all .select-img{
  width: 80px;
  height: 80px;
  background-color: #afcff8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.select-type-all .select-btn{
  font-size: 16px;
}
.select-img-two .select-img{
  background-color: #b4fcb9;
}
.select-img-two{
  cursor: pointer;
}
.select-img-one:hover{
  color: #2d6cff;
}
.select-img-one{
  cursor: pointer;
}
.select-img-two:hover{
  color: #0FCE1C;
}
.select-img-one:hover .select-img{
  background-color: #1378FE;
}
.select-img-two:hover .select-img{
  background-color: #0FCE1C;
}
.select-type-all .select-btn{
  text-align: center;
  margin-top: 20px;
}
.select-img-one:hover .select-zhifubao{
  background-color: #2d6cff;
}
.select-img-two .select-butie{
  border-radius: 6px;
  padding: 2px;
}
.select-yue{
  margin-left: 165px;
}

.hdk-refund-notice-box {
  width: 480px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 12px 34px rgba(16, 30, 43, 0.18);
}
.hdk-refund-notice-box .el-message-box__header {
  padding: 22px 28px 0;
}
.hdk-refund-notice-box .el-message-box__title {
  font-size: 18px;
  font-weight: 600;
  color: #101e2b;
  line-height: 1;
}
.hdk-refund-notice-box .el-message-box__headerbtn {
  top: 20px;
  right: 24px;
}
.hdk-refund-notice-box .el-message-box__content {
  padding: 18px 28px 0;
}
.hdk-refund-notice-box .el-message-box__message {
  margin: 0;
}
.hdk-refund-notice-box .refund-notice-content {
  padding: 16px 18px;
  background: #f7f9ff;
  border: 1px solid #e6edff;
  border-radius: 6px;
  text-align: left;
}
.hdk-refund-notice-box .refund-notice-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: #fff4e8;
  color: #f60;
  font-size: 13px;
  font-weight: 500;
}
.hdk-refund-notice-box .refund-notice-content p {
  margin: 0;
  color: #3b4652;
  font-size: 14px;
  line-height: 1.8;
}
.hdk-refund-notice-box .refund-notice-content .refund-notice-tip {
  margin-top: 10px;
  color: #306eff;
}
.hdk-refund-notice-box .el-message-box__btns {
  padding: 22px 28px 24px;
  text-align: right;
}
.hdk-refund-notice-box .el-button {
  min-width: 92px;
  height: 34px;
  padding: 0 16px;
  border-radius: 4px;
}
.hdk-refund-notice-box .el-button--primary {
  min-width: 142px;
  border-color: #306eff;
  background: #306eff;
}
.hdk-refund-notice-box .el-button--primary:hover {
  border-color: #1f5af0;
  background: #1f5af0;
}
