@font-face {
  font-family: "fzzdh";
  src: url("../fonts/fzzdh.ttf");
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont,
    Helvetica Neue, Helvetica, Microsoft YaHei, Arial, sans-serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #155ae5;
  font-size: 0.11rem;
  overflow-x: hidden;
}

span,
img {
  display: block;
}

div {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.ml {
  margin-left: auto;
}

/* .bg {
	margin: 0.1rem 0.1rem 0;
	position: relative;
	background: url('../images/bg.jpg');
	background-size: cover;
	min-height: 3rem;
} */
.bg {
  position: relative;
}

.my-font {
  font-family: "fzzdh";
}

.title {
  font-size: 0.45rem;
  margin-top: 0.1rem;
  color: #fa2100;
}

.title2 {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #fa2100;
}

.title3 {
  font-size: 0.16rem;
  margin-top: 0.05rem;
  color: #fa2100;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #fa2100;
}

.hongbao {
  width: 3.5rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.13rem;
}
.price {
  position: absolute;
  color: rgb(255, 246, 173);
  font-size: 0.16rem;
  font-weight: 600;
  top: 43%;
  left: 73%;
  z-index: 1;
}

.info-bg {
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 0.07rem;
  margin-right: 0.07rem;
  border-radius: 16px;
  margin-top: -0.13rem;
  position: relative;
  padding: 0.06rem;
}

.info-mian {
  background: #fff;
  border-radius: 11px;
  padding: 0.2rem;
}

.info-mian .fl-title {
  margin: -0.2rem auto 0.2rem;
  width: 1.2rem;
}

.fls {
  justify-content: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #7e7e7e;
  margin-bottom: 0.1rem;
}
.fls img {
  width: 0.8rem;
  height: 0.8rem;
}
.fls img + img {
  margin-left: 0.2rem;
}

.scoll-news {
  overflow: hidden;
  font-size: 0.13rem;
  height: 0.3rem;
  line-height: 0.3rem;
}

.copy-right {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
}

/* 充值话费标题样式 */
.recharge-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.15rem 0 0.2rem;
}

.recharge-title .line {
  height: 1px;
  width: 0.6rem;
  background-color: #0066ff;
  display: inline-block;
}

.recharge-title .text {
  color: #0066ff;
  font-size: 0.18rem;
  font-weight: bold;
  margin: 0 0.1rem;
}

/* 充值选项样式 */
.recharge-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  width: 100%;
  padding: 0 0.05rem;
}

.option {
  width: 31%;
  text-align: center;
  border-radius: 0.08rem;
  padding: 0.1rem 0;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.regular-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.special-option {
  position: relative;
  background-color: #1e90ff;
  transform: scale(1.05);
  border-radius: 0.1rem;
  z-index: 1;
}

.amount {
  font-size: 0.24rem;
  font-weight: bold;
}

.special-amount {
  font-size: 0.24rem;
  color: white;
  font-weight: bold;
}

.market-price {
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.05rem;
}

.limited-tag {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  background-color: #ff4500;
  color: white;
  font-size: 0.12rem;
  padding: 0.02rem 0.05rem;
  border-radius: 0.1rem;
}

.discount-tag {
  background-color: white;
  color: #1e90ff;
  font-size: 0.12rem;
  padding: 0.03rem 0.05rem;
  border-radius: 0.1rem;
  margin: 0.05rem auto 0;
  width: 90%;
  white-space: nowrap;
}

/* 支付方式标题样式 */
.payment-method-title {
  text-align: left;
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  margin: 0.15rem 0 0.1rem 0.1rem;
}

/* 支付详情区域样式 */
.payment-details {
  margin: 0.1rem 0.1rem 0.2rem;
  border-left: 3px solid #0066ff;
  padding-left: 0.1rem;
}

.payment-detail-item {
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}

.detail-label {
  font-size: 0.14rem;
  color: #666;
}

.detail-value {
  font-size: 0.16rem;
  color: #0066ff;
  font-weight: 500;
}

/* 底部提示区域样式 */
.dibu {
  color: #ffffff;
  padding: 0.1rem;
  text-align: center;
  font-size: 0.1rem;
  line-height: 1.5;
}

/* 底部图片样式 */
.bottom-img {
  position: relative;
  width: 100%;
  margin: 0.15rem auto;
}

/* 活动说明区域样式 */
.activity-rules {
  background-color: #ffffff;
  color: #333;
  border-radius: 15px;
  padding: 0.2rem 0.3rem;
  margin: 0.2rem 0.15rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.14rem;
  line-height: 1.6;
}

.activity-rules h3 {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.15rem;
  text-align: center;
  font-weight: bold;
}

/* 手机号输入框样式 */
.phone-input-container {
  margin: 0.2rem 0;
}

.phone-input {
  width: 100%;
  padding: 0.12rem 0.15rem;
  border: none;
  border-radius: 999px;
  background-color: #f5f5f5;
  font-size: 0.16rem;
  color: #333;
  box-sizing: border-box;
  outline: none;
}

.phone-input::placeholder {
  color: #999;
}

.activity-rules p {
  margin-bottom: 0.12rem;
}

.activity-rules .company-info {
  margin-top: 0.2rem;
  border-top: 1px solid #eee;
  padding-top: 0.15rem;
  font-size: 0.12rem;
  color: #666;
  text-align: center;
}

.submit {
  background: #2a9dfc;
  color: #fff;
  text-align: center;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.23rem;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.2rem;
  -webkit-animation-name: "pulse";
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pays {
  margin-top: 0.2rem;
}

.pay-icon {
  width: 0.2rem;
}

.pay-text {
  color: #6e6e6e;
  margin-left: 0.05rem;
}

.pay-checked {
  width: 0.2rem;
  height: 0.2rem;
}
/* 
.fix-icon {
  position: fixed;
  right: -1px;
  background: linear-gradient(to bottom, #fdea7b, #f6d54b);
  border: 1px solid #fe941d;
  color: #d6341f;
  padding: 0.04rem 0.05rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
} */
.fix-icon-left {
  position: fixed;
  right: -1px;
  background: linear-gradient(to bottom, #2d2c2559, #39393947);
  border: 1px solid #17171600;
  color: #d2c4c2;
  padding: 0.04rem 0.05rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fix-icon-left a {
  color: #d2c4c2;
}

.fix-icon  {
  position: fixed;
  left: -1px;
  background: linear-gradient(to bottom, #2d2c2559, #39393947);
  border: 1px solid #17171600;
  color: #d2c4c2;
  padding: 0.04rem 0.05rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.rule {
  top: 0.8rem;
}

.kf {
  top: 1.8rem;
}

/* .fix-icon a {
  color: #d6341f;
} */

.tuikuan {
  top: 0.4rem;
}

.pop-win {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}

.rule_content {
  width: 85%;
  margin: 1rem auto 0;
  border-radius: 0.1rem;
  background: rgb(253, 245, 230);
  font-size: 0.12rem;
  overflow: hidden;
}
.rule_title {
  color: rgb(179, 70, 0);
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.rule_cont {
  font-size: 0.14rem;
  height: 3.4rem;
  overflow-y: auto;
  line-height: 0.23rem;
  margin: 0 0.1rem;
}

.operate {
  background: #ffffff;
  padding: 0.07rem 0;
}
.operate_btn {
  border-radius: 30px;
  border: 1px solid #888;
  width: 1.5rem;
  font-size: 0.18rem;
  margin: 0 auto;
  padding: 0.05rem 0;
}
.pay_result_dialog_div {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  display: none;
}
.pay_result_dialog_div .dialog_bg {
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.pay_result_dialog_div .dialog_content {
  background-color: white;
  width: 90%;
  position: absolute;
  left: 50%;
  border-radius: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pay_result_dialog_div .dialog_content .dialog_title {
  font-size: 0.2rem;
  font-weight: 600;
  margin-top: 0.16rem;
}
.pay_result_dialog_div .dialog_content .dialog_title2 {
  font-size: 0.13rem;
  margin-top: 0.08rem;
}

.pay_result_dialog_div .dialog_content .dialog_content_div {
  padding: 0 0.15rem 0.15rem 0.15rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .buy_money {
  font-size: 0.3rem;
  color: #dd5252;
  margin-top: 0.2rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .dialog_content_btn {
  height: 0.5rem;
  line-height: 0.5rem;
  display: block;
  border-radius: 0.5rem;
  color: #f32119;
  border: 1px solid #f32119;
  font-size: 0.16rem;
}
.pay_result_dialog_div .dialog_content .dialog_content_div .selected {
  background-color: #f32119;
  margin-bottom: 0.1rem;
  color: white;
}
.buy_nowsfea .p2 {
  position: absolute;
  right: 0;
  top: -0.25rem;
  background: #2a9dfc;
  color: #fff;
  font-size: 0.14rem;
  height: 0.25rem;
  line-height: 0.25rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0;
  padding: 0 0.12rem;
  letter-spacing: 2px;
}
strong {
  color: #dd5252;
  font-weight: normal;
}
.pop-wl {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  align-content: center;
  flex-wrap: wrap;
  z-index: 20;
  display: none;
}
.pon-win {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.pop-wl .bg1 {
  width: 80%;
  text-align: center;
}
.pop-wl .bg1 .text {
  color: #f42e01;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 2.8rem;
  text-align: center;
  width: 100%;
}
.submit2 img {
  width: 80%;
  margin: 0 auto;
}
#pop-price {
  position: absolute;
  /* width: 56%;
    height: 7%;
    top: 47%;
    left: 27%; */
  color: rgb(245, 97, 47);
  font-size: 0.34rem;
  font-style: italic;
  font-weight: bold;
}
.close2 img {
  width: 0.3rem;
}

.pop-wl .bg2 {
  width: 80%;
}
.pop-wl .bg2 img {
  width: 100%;
}
