@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: content-box; }

html {
  height: 100%; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0; }

.content {
  background: linear-gradient(180deg, rgba(236, 243, 251, 0) 0%, #ECF3FC 2%);
  min-width: 1200px;
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", arial, 微软雅黑, serif;
  position: relative;
  color: #333; }
  .content * {
    box-sizing: border-box; }

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #e0f0fa 0%, #f0e8f5 50%, #e8f2fc 100%);
  z-index: 10; }
  .top-nav a {
    display: inline-flex;
    align-items: center;
    padding: 10px 60px;
    background: linear-gradient(90deg, #3a6cb8 0%, #5a8fd8 100%);
    border: 2px solid #7ab0e8;
    border-radius: 45px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s; }
    .top-nav a:hover {
      background: linear-gradient(90deg, #5a8fd8 0%, #3a6cb8 100%);
      box-shadow: 0 4px 12px rgba(58, 108, 184, 0.3); }
    .top-nav a .arrow {
      margin-left: 12px;
      font-size: 22px; }

.mt-80 {
  margin-top: 80px; }

.main {
  width: 1200px;
  margin: 0 auto; }
  .main img {
    width: 100%; }

.create {
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  width: 425px;
  height: 60px;
  bottom: 181px;
  z-index: 9;
  cursor: pointer; }

.header {
  position: relative;
  min-width: 1200px;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .header img {
    width: 100%; }

.container01 {
  padding: 60px 0; }

.strategy-card {
  background: #fff;
  border-radius: 20px;
  padding: 0 50px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center; }

.strategy-title {
  width: 800px !important;
  max-width: 100%;
  margin-top: -21px; }

.strategy-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding: 0 20px; }

.strategy-left {
  flex: 1; }

.strategy-item {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333; }
  .strategy-item .label {
    color: #333; }
  .strategy-item .value {
    font-weight: bold; }
  .strategy-item .highlight {
    color: #f56c6c;
    font-size: 24px; }

.strategy-tip {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px; }

.strategy-right {
  text-align: center;
  margin-left: 60px; }
  .strategy-right img {
    width: 170px !important;
    height: 170px; }
  .strategy-right p {
    font-size: 18px;
    color: #333;
    margin-top: 10px; }

.buy-btn {
  width: 380px !important;
  margin-top: 30px;
  cursor: pointer;
  transition: transform 0.2s; }

.agreement-text {
  font-size: 12px;
  color: #999;
  margin-top: -15px; }

.agreement-link {
  color: #409eff;
  cursor: pointer; }
  .agreement-link:hover {
    text-decoration: underline; }

.container03 {
  padding-top: 100px;
  padding-bottom: 100px; }

/*# sourceMappingURL=index.css.map */
