@charset "UTF-8";
/* ---- 插件购买列表 Style---- */
.custom-tooltip{
	padding:8px;
	--bs-tooltip-bg: var(--bs-primary);
}
.sn-pay-list-wrapper {
 // min-height: calc(100vh - 155px);
}
.sn-pay-tips-wrapper{
	padding:0  0 0 20px;
}

.sn-pay-list-wrapper .pay-list {
  display: flex;
  flex-wrap: wrap;
}
.sn-pay-list-wrapper .pay-list .pay-item {
  width: 100%;
  height: 100%;
  padding: 32px 20px 20px 32px;
  background: url("/assets/home/images/bg/bg4.png") no-repeat;
  background-size: 100% 100%;
}
.sn-pay-list-wrapper .pay-list .pay-item h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #333;
  text-align: left;
}
.sn-pay-list-wrapper .pay-list .pay-item .pay-describe {
  height: 120px;
  padding: 18px 16px 16px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #e2382e;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  opacity: 0.6;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.09);
}
.sn-pay-list-wrapper .pay-list .pay-item .pay-describe h6 {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #333;
  text-align: left;
}
.sn-pay-list-wrapper .pay-list .pay-item .pay-describe p {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
}
.sn-pay-list-wrapper .pay-list .pay-item .btn-box {
  display: flex;
  margin-top: 21px;
  align-items: center;
  justify-content: space-between;
}
.sn-pay-list-wrapper .pay-list .pay-item .btn-box .price {
  font-size: 22px;
  font-weight: bold;
  line-height: 21px;
  color: #e2382e;
  text-align: left;
}
.sn-pay-list-wrapper .pay-list .pay-item .btn-box .price span {
  font-size: 14px;
}
.sn-pay-list-wrapper .pay-list .pay-item .btn-box .btn {
  display: flex;
  padding: 3px 36px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  background: #df4044;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

/* 搜索框样式 */
.input {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.input .input-group {
  width: 340px;
}
.input .input-group .input-group-text {
  position: absolute;
  left: 16px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-radius: 32px;
}
.input .input-group input::placeholder {
  color: #b6b6b6; /* 修改占位符文本颜色 */
}
.input .input-group .form-input {
  position: absolute;
  right: 60px;
  height: 32px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #000;
  text-align: left;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-radius: 17px;
}
.input .input-group .input-group-addon {
  position: absolute;
  right: 0;
  height: 32px;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #df4044;
  border-radius: 32px !important;
}

/* ---- 温馨提示 Style---- */
.tips {
  display: flex;
  height: 50px;
  margin: 0 20px 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #ec8000;
  text-align: left;
  background: #fffaef;
  border: 1px solid #e8c19b;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.tips p {
  margin-bottom: 0;
}

/* ---- 订单查询 Style---- */
.sn-order-wrapper {
	min-height: calc(100vh + 120px);
}
.order {
  padding: 46px 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.order .input {
  justify-content: start;
}
.order .line {
  width: 100%;
  height: 1px;
  margin: 70px 12px 45px;
  background: #ececec;
  border-radius: 1px;
}
.order .empty {
  display: flex;
  padding: 30px 0 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order .empty span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.order .order-box {
  display: flex;
  padding-bottom: 50px;
  margin: 0 32px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
}
.order .order-box span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.order .password-box {
  display: flex;
  margin: 36px 32px 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #e92525;
  text-align: left;
  flex-wrap: wrap;
}
.order .password-box span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.order .password-box .label {
  color: #333;
}
.order .password-box .copy {
  padding: 0 26px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #df4044;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #df4044;
  border-radius: 2px;
}

/* ---- 购买详情 Style---- */
.sn-pay-header {
  margin-bottom: 16px !important;
  text-align: left !important;
}
.sn-pay-header span {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #666;
  text-align: left;
}
.sn-pay-header span::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border: 2px solid #666;
  border-top: 0;
  border-right: 0;
  content: "";
  transform: rotate(45deg);
}

.pay {
  padding: 46px 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.pay .pay-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #ececec;
}
.pay .pay-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.pay .pay-title p span {
  font-size: 14px;
  font-weight: bold;
  color: #e2382e;
}
.pay .pay-title p .label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #333;
  text-align: left;
}
.pay .pay-title p .price {
  font-size: 22px;
  font-weight: bold;
  line-height: 21px;
  color: #e2382e;
  text-align: left;
}
.pay .pay-box .pay-item {
  display: flex;
  align-items: center;
}
.pay .pay-box .pay-item .form-label {
  width: 40px;
  margin-bottom: 0;
}
.pay .pay-box .pay-item .input-group .form-control-qq {
  width: 460px !important;
  flex: none;
}
.pay .pay-box .pay-item .input-group {
  margin-left: 20px;
}
.pay .pay-box .pay-item .input-group .btn {
  border: 1px solid #e5e5e5;
}
.pay .pay-box .pay-item .input-group .form-control-number {
  width: 60px !important;
  max-width: 60px;
  text-align: center;
}
.pay .pay-box .pay-way {
  margin-top: 30px;
}
.pay .pay-box .pay-way .pay-way-item {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
}
.pay .pay-box .pay-way .pay-way-item .pay-way-left {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: left;
}
.pay .pay-box .pay-way .pay-way-item .pay-way-left img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.pay .pay-box .pay-way .pay-way-item .pay-way-btn {
  display: flex;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.pay .pay-box .pay-way .pay-way-item .pay-way-btn img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.pay .pay-box .pay-tip-1 {
  padding: 14px 13px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #ec8000;
  text-align: left;
  background: #fffaef;
  border: 1px solid #e8c19b;
  border-radius: 4px;
}

.pay-tip-2 {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}
.pay-tip-2 img {
  margin-right: 8px;
}
.pay-tip-2 p {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #f01b0e;
}

.qq-tips {
  margin-top: 8px;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #f71010;
  text-align: left;
}

/* ---- 二维码弹窗 Style---- */
.modal-dialog-qrcode {
  width: 350px;
}
.modal-dialog-qrcode .modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.modal-dialog-qrcode .modal-content .modal-body {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-dialog-qrcode .modal-content .modal-body p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ec1e1e;
  text-align: left;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #333;
  text-align: left;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-title img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-pay {
  padding: 20px 0 20px;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-pay span {
  font-weight: bold;
  line-height: 21px;
  color: #e2382e;
  text-align: left;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-pay span:first-child {
  font-size: 14px;
}
.modal-dialog-qrcode .modal-content .modal-body .modal-body-pay span:last-child {
  font-size: 26px;
}
.modal-dialog-qrcode .modal-content .btn-close {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 50%;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translate(-50%);
}

/* ---- 支付成功 Style---- */
.sn-success-wrapper {
  min-height: calc(100vh + 80px);
}
.success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.success .success-title {
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success .success-title h3 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #333;
  text-align: center;
}
.success .success-title h6 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.success .success-card {
  display: flex;
  padding-bottom: 60px;
  margin-top: 66px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success .success-card .success-card-content {
  padding-bottom: 25px;
}
.success .success-card .success-card-content span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #e92525;
}
.success .success-card .success-card-content span:first-child {
  color: #333;
}
.success .success-card .success-card-copy {
  display: flex;
  padding: 3px 36px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  background: #df4044;
  border: 1px solid #df4044;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=pay.css.map */