* {
  padding: 0;
  margin: 0;
  box-sizing: content-box; }

html,
body {
  width: 100%;
  margin: 0;
  padding: 0; }

button {
  border: 0;
  outline: 0;
  font: inherit; }

.content {
  min-width: 1200px;
  overflow: hidden;
  color: #333;
  font-family: "Microsoft YaHei", arial, serif;
  background: #c0ffbe; }
  .content * {
    box-sizing: border-box; }

.header {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #17a746; }
  .header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(193, 255, 190, 0) 0, rgba(193, 255, 190, 0.3) 42%, rgba(193, 255, 190, 0.5) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.2) 30%, #000 70%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.2) 30%, #000 70%); }
  .header img {
    display: block;
    width: 100%;
    min-width: 1200px; }

.hero-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  z-index: 2;
  width: 25.8%;
  height: 14.8%;
  top: 58.9%; }

.main {
  width: 1128px;
  margin: 0 auto;
  position: relative; }

.img-card img {
  display: block;
  width: 100%; }

.activity-one {
  margin-top: -140px;
  position: relative;
  z-index: 2; }

.activity-one-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  top: 22.7%;
  width: 25%;
  height: 7.4%; }

.activity-two {
  padding-top: 42px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2; }

.activity-two-shell {
  height: 4315px; }

.activity-two-bg {
  display: block;
  width: 100%; }

.activity-two-content {
  position: absolute;
  left: 65px;
  top: 318px;
  width: 999px; }

.activity-two-img {
  display: block;
  width: 100%; }

.activity-two-content > .activity-two-img,
.strategy-card {
  margin-bottom: 74px; }

.strategy-card {
  position: relative; }

.strategy-category {
  position: absolute;
  left: 8.8%;
  top: 17%;
  color: #333;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1px; }

.strategy-exposure,
.strategy-price {
  position: absolute;
  top: 50.8%;
  color: #333; }
  .strategy-exposure p,
  .strategy-price p {
    margin: 0 0 4px;
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap; }
  .strategy-exposure strong,
  .strategy-price strong {
    color: #119000;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    vertical-align: -4px;
    letter-spacing: 2px; }
  .strategy-exposure span,
  .strategy-price span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1.45; }

.strategy-exposure {
  left: 9%;
  width: 40%; }

.strategy-price {
  left: 52.1%;
  width: 40%; }
  .strategy-price strong {
    font-size: 36px;
    letter-spacing: 0; }

.card-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  bottom: 18.9%;
  width: 27.5%;
  height: 10.5%; }

.buy-trigger.disabled {
  cursor: not-allowed; }

.service-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  bottom: 14.4%;
  color: #333;
  font-size: 14px;
  line-height: 1; }

.agreement-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10.4%;
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: center; }

.agreement-link {
  color: #999;
  cursor: pointer; }
  .agreement-link:hover {
    color: #119000;
    text-decoration: underline; }

.bottom-action {
  padding: 8px 0 138px; }

.reported-btn {
  display: block;
  width: 300px;
  height: 92px;
  margin: 0 auto;
  color: #fff;
  border-radius: 46px;
  cursor: pointer;
  font-size: 36px;
  font-weight: 800;
  line-height: 92px;
  text-align: center;
  text-shadow: 0 2px 3px rgba(114, 84, 0, 0.35);
  background: linear-gradient(180deg, #89e718 0, #18ad00 68%, #088000 100%);
  box-shadow: inset 0 5px 8px rgba(255, 255, 255, 0.45), 0 12px 20px rgba(25, 128, 0, 0.4); }

.service-dialog {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000; }

.service-dialog-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45); }

.service-dialog-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  padding: 28px 28px 22px;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22); }
  .service-dialog-card img {
    display: block;
    width: 260px;
    margin: 0 auto; }
  .service-dialog-card p {
    margin: 14px 0 0;
    color: #159300;
    font-size: 20px;
    font-weight: 700; }

.service-dialog-close {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 32px;
  height: 32px;
  color: #666;
  background: transparent;
  font-size: 30px;
  line-height: 32px;
  cursor: pointer; }

/*# sourceMappingURL=index.css.map */
