* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 媒体查询 移动设备 */
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    height: 100vh;
  }

  .business-box {
    width: 100%;
  }
}

/* 媒体查询 电脑 */
@media screen and (min-width: 769px) {
  .container {
    width: 430px;
    height: 100vh;
    margin: 0 auto;
  }

  .business-box {
    width: 430px;
  }
}

.banner-box {
  width: 100%;
  height: 550px;
  background: #b2a6f6;
  position: relative;
}

.banner-img {
  width: 100%;
  height: 320px;
  background: url("http://cqyp20n.tenbotv.com/themes/simpleboot3/mobile/cqypsource/images2/banner_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.content-box {
  width: 100%;
  min-height: 100vh;
  /* padding: 0 0 29px 0; */
  position: relative;
  background: #b2a6f6;
  padding: 13px 0 30px 0;
}

.tariff {
  width: 100%;
  padding: 21px 10px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #e6d1f0;
}

.tariff_left {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
}

.tariff_left span:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.tariff_left span:nth-child(2) {
  font-size: 12px;
  color: #999999;
}

.tariff_right {
  font-weight: 500;
  font-size: 16px;
  color: #fc2c2c;
}

.form {
  width: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  gap: 13px 0;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.form-input {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.transparent-input {
  width: 100%;
  height: 90%;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  /* text-align: center; */
}

.transparent-input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}

.round-checkbox {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Create the circular appearance */
  min-width: 18px;
  min-height: 18px;
  /* border: 1px solid #dedede; */
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  background: url("http://cqyp20s.tenbotv.com/themes/simpleboot3/mobile/cqypsource/images2/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("http://cqyp20s.tenbotv.com/themes/simpleboot3/mobile/cqypsource/images2/selected_icon.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

.agreement {
  width: 100%;
  /* width: calc(100% - 128px); */
  /* height: 20px; */
  display: flex;
  justify-content: center;
}

.agreement-checkbox {
  width: calc(100% - 28px);
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.agreement-text {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 21px;
}

.button {
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, #fcdd6b 0%, #fcb517 100%);
  /* 下阴影 */
  box-shadow: 0px 4px 4px #e1752a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #a94900;
  border-radius: 29px;
}

.sales {
  width: calc(100% - 28px);
  border-radius: 11px;
  overflow: hidden;
  margin: 20px auto 0 auto;
}

.sales-title {
  width: 100%;
  height: 84px;
  background: linear-gradient(130deg, #ffebcb 0%, #ffe0b1 100%);
  display: flex;
  justify-content: center;
  padding: 14px 0 0 0;
}

.sales-title_text {
  width: 112px;
  height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #a94900;
  position: relative;
}

.sales-title_text::before {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(252, 187, 37, 1) 100%
  );
  position: absolute;
  top: 60%;
  left: -47px;
  transform: translateY(50%);
}

.sales-title_text::after {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(252, 187, 37, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(50%);
}

.sales-content {
  width: 100%;
  /* height: 350px; */
  height: 100%;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
  margin-top: -36px;
  background: #fffdf9;
}

.sales-content_tr {
  width: 100%;
  height: 40px;
  display: flex;
}

.sales-content_tr .tr-item {
  width: calc(100% / 4);
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.sales-content_tr .tr-item:nth-child(1) {
  width: 74px;
  border-radius: 10px 0px 0px 0px;
}

.sales-content_tr .tr-item:nth-child(2) {
  width: 74px;
}

.sales-content_tr .tr-item:nth-child(3) {
  width: 58px;
}

.sales-content_tr .tr-item:nth-child(4) {
  width: calc(100% - 74px - 74px - 58px);
  border-radius: 0px 10px 0px 0px;
}

.sales-content_tr .tr-item:not(:last-child) {
  border-right: none;
}

.sales-content_td {
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
}

.sales-content_td .td-item {
  /* width: calc(100% / 4); */
  /* height: 100%; */
  padding: 6px 6px;
  font-size: 10px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
}

.sales-content_td .td-item:nth-child(1) {
  width: 74px;
  border-radius: 0px 0px 0px 10px;
  display: flex;
  flex-direction: column;
}

.sales-content_td .td-item:nth-child(2) {
  width: 74px;
}

.sales-content_td .td-item:nth-child(3) {
  width: 58px;
  color: #fc3535;
}

.sales-content_td .td-item:nth-child(4) {
  width: calc(100% - 74px - 74px - 58px);
  border-radius: 0px 0px 10px 0px;
}

.sales-content_td .td-item:not(:last-child) {
  border-right: none;
}

.product {
  width: calc(100% - 28px);
  border-radius: 11px;
  overflow: hidden;
  margin: 0 auto;
}

.product-title {
  width: 100%;
  height: 84px;
  background: linear-gradient(130deg, #ffebcb 0%, #ffe0b1 100%);
  display: flex;
  justify-content: center;
  padding: 14px 0 0 0;
}

.product-title_text {
  width: 64px;
  height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #a94900;
  position: relative;
}

.product-title_text::before {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(252, 187, 37, 1) 100%
  );
  position: absolute;
  top: 60%;
  left: -47px;
  transform: translateY(50%);
}

.product-title_text::after {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(252, 187, 37, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(50%);
}

.product-content {
  width: 100%;
  /* height: 320px; */
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
  margin-top: -36px;
  background: #fffdf9;
  display: flex;
  flex-direction: column;
}

.product-content-item {
  width: 100%;
  padding: 14px 0;
  display: flex;
}

.product-content-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.product-content-item div:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  color: #e1752a;
  padding: 0 6px;
}

.product-content-item div:nth-child(2) {
  width: calc(100% - 12px - 56px);
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  padding: 0 6px;
}

.product-content-item:nth-child(2) div:nth-child(2) {
  color: #fc2c2c;
}

.product-content-item:nth-child(3) div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  position: relative;
  padding: 0 14px;
  font-weight: 400;
}

.product-content-item:nth-child(3) div:nth-child(2) span {
  position: relative;
}

.product-content-item:nth-child(3) div:nth-child(2) span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fc3535;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -10px;
}

.details {
  width: calc(100% - 28px);
  border-radius: 11px;
  overflow: hidden;
  margin: 20px auto 0 auto;
}

.details-title {
  width: 100%;
  height: 84px;
  background: linear-gradient(130deg, #ffebcb 0%, #ffe0b1 100%);
  display: flex;
  justify-content: center;
  padding: 14px 0 0 0;
}

.details-title_text {
  width: 64px;
  height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #a94900;
  position: relative;
}

.details-title_text::before {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(252, 187, 37, 1) 100%
  );
  position: absolute;
  top: 60%;
  left: -47px;
  transform: translateY(50%);
}

.details-title_text::after {
  content: "";
  width: 37px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(252, 187, 37, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(50%);
}

.details-content {
  width: 100%;
  /* height: 320px; */
  border-radius: 10px 10px 0 0;
  padding: 14px 14px;
  margin-top: -36px;
  background: #fffdf9;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}

.details-content-item span {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}

.details-content-item:last-child span {
  display: flex;
  align-items: center;
}

.text-blod {
  font-weight: 600 !important;
}

.phone-num {
  color: #3a15c1 !important;
}
