/* 媒体查询 移动设备 */
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

/* 媒体查询 电脑 */
@media screen and (min-width: 769px) {
  .container {
    width: 430px;
    margin: 0 auto;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  position: relative;
  min-height: 100vh;
}

.banner-view {
  width: 100%;
  height: 280px;
}

.banner-view img {
  width: 100%;
  height: 100%;
}

.content-view {
  width: 100%;
  height: 1286px;
  padding-top: 21px;
  background: url("../images/content_top.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 232px;
  left: 0;
}

.input-box {
  width: calc(100% - 36px);
  /* width: 339px; */
  height: 46px;
  background: #ffffff;
  border-radius: 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%); */
}

.transparent-input {
  width: calc(100% - 122px);
  height: 90%;
  font-size: 16px;
  border: none;
  outline: none;
  margin-left: 18px;
}

.transparent-input::placeholder {
  color: #98adbd;
  font-size: 16px;
}

.input-text-box {
  width: 104px;
  height: 42px;
  background: linear-gradient(180deg, #f8e075 0%, #ffc915 100%);
  border-radius: 22px;
  /* border: 1px solid; */
  border-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0),
      rgba(255, 228, 160, 1)
    )
    1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}

.input-text {
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 16px;
  color: #8d4110;
}

.agreement-box {
  /* width: 339px; */
  width: calc(100% - 36px);
  display: flex;
  align-items: center;
  margin: 14px auto 0 auto;
}

.round-checkbox {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Create the circular appearance */
  width: 18px;
  height: 18px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  /* background: url("../images/checked_not.png") no-repeat;
  background-size: 100% 100%; */
  /* margin-top: 18px; */
}

/* Checked state styles */
.round-checkbox:checked {
  /* background-color: #4F86FD;
  border-color: #4F86FD; */
  background: url("../images/checked.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

/* Checkmark (white √ symbol) */
/* .round-checkbox:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* Focus state (optional) */
.round-checkbox:focus {
  /* box-shadow: 0 0 0 2px rgba(238, 170, 69, 0.3); */
}

.agreement-text {
  /* width: 296px; */
  width: calc(100% - 36px);
  /* height: 51px; */
  font-family: AlibabaPuHuiTiR;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-left: 9px;
  font-weight: 500;
  /* letter-spacing: 1px; */
}

.agreement-text a {
  color: #f2050c;
  /* 下划线 */
  text-decoration: underline;
}

.agreement-text span {
  color: #f2050c;
}

.business-box {
  width: calc(100% - 36px);
  height: 290px;
  padding: 37px 15px 0px 15px;
  background: #fffdf9;
  border-radius: 11px;
  margin: 35px auto 0 auto;
  position: relative;
}

.business-title {
  width: 228px;
  height: 40px;
  background: url("../images/title_bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.business-content {
  font-family: AlibabaPuHuiTiR;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.business-price {
  color: #f2050c;
}

.vip-box {
  width: calc(100% - 36px);
  height: 221px;
  padding: 51px 12px 0px 12px;
  background: #fffdf9;
  border-radius: 11px;
  margin: 35px auto 0 auto;
  position: relative;
}

.vip-title {
  width: 228px;
  height: 40px;
  background: url("../images/title_bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.vip-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.vip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-img {
  width: 40px;
  height: 40px;
}

.vip-text {
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}

.cloud-box {
  width: calc(100% - 36px);
  height: 234px;
  padding: 47px 39px 0px 39px;
  background: #fffdf9;
  border-radius: 11px;
  margin: 35px auto 0 auto;
  position: relative;
}

.cloud-title {
  width: 228px;
  height: 40px;
  background: url("../images/title_bg.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.cloud-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cloud-img {
  width: 267px;
  height: 141px;
}

.cloud-text {
  font-family: AlibabaPuHuiTiM;
  font-size: 18px;
  color: #578dd1;
  line-height: 18px;
  text-align: center;
  margin-top: 14px;
}

.icon-box {
  width: 100%;
  height: 276px;
  background: url("../images/icon_bg.jpg") no-repeat;
  background-size: 101% 100%;
  margin-top: 39px;
}
