  :root {
      --brand: #26D173;
      --brand-dark: #1fb57d;
      --text: #1f2937;
      --muted: #6b7280;
      --soft: #f6fbf8;
  }
  body { color: var(--text); }
  .hero {
      background:url('../image/first_bg.png') no-repeat center center;
      background-size:100% 100%;
      //background: linear-gradient(180deg, rgba(43,220,151,0.06) 0%, rgba(43,220,151,0.03) 40%, #ffffff 100%);
  }
  .hero .title { font-weight: 800; letter-spacing: 0.2px; }
  .hero .subtitle { color: var(--text); font-size: 56px;}
  .aixinpos{
    position:absolute;
    left:10%;
    top:10%;
  }
  .zanpos{
    position:absolute;
    right:5%;
    bottom:0%;
  }
  .starpos{
    display: block;
    margin: 0 auto 20px;
  }
  .btnw{position:relative;margin-top:10px;}
  .btnyellow{
    width:100%;
    height:40px;
    background-color: #FDD000;
    border-radius:40px;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    transform: rotate(5deg);
    transform-origin: center center;
    will-change: transform;
  }
  .btn-brand {
      background: var(--brand);
      color: #fff;
      border: none;
      border-radius:40px;
      display: block;
      height:40px;
      line-height:40px;
      position:relative;
      padding:0 30px;
  }
  .btn-brand:hover{
    color: #fff;
  }
  /* .btn-brand:hover { background: var(--brand-dark); color: #fff; } */
  .text-fz26{
    font-size: 24px;
    color:#7B8983;
  }
  .section-title {
      font-weight: 800;
  }
  .remarkword{
    font-size: 14px;
    border: 1px solid #668578;
    border-radius:20px;
    padding:10px 20px;
    color:#668578;
  }
  .accent { color: var(--brand); }
  .card-soft {
      background: var(--soft);
      border: none;
      box-shadow: 0 12px 30px rgba(43,220,151,0.15);
  }
  .phone-mock {
      width: 100%;
      max-width:450px;
      border-radius: 24px;
      box-shadow: 0 20px 50px rgba(31,45,61,0.12);
  }
  .feature-list i { color: var(--brand); }
  .feature-list li { margin-bottom: .5rem; color: var(--muted); }
  .about {
      background:url('../image/about_bg.png') no-repeat center center;
      background-size:100% 100%;
  }
  .txtbold{
    font-weight: bold;
    font-size: 36px;
  }
  .text-msg{
    text-align: center;
    font-size:22px;
    color:#838383;
  }
  .textword{
    padding:30px 30px 20px 30px;
    margin-top:20px;
    font-size:20px;
    line-height:36px;
  }
  .textlist{
    padding:0px 30px 20px 30px;
  }
  .textlist_tel{
    color:#26D173;
    font-weight:bold;
    font-size:28px;
    position:relative;
    padding-left:20px;
  }
  .textlist_tel::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #26D173;
    border-radius: 50%;
  }
  .textlist_msg{
    font-size: 24px;
    color:#838383;
    padding-left:20px;
  }
  .botmsg{
    color:#1A1A1A;
    font-size:20px;
    line-height:36px;
    padding:20px 30px 10px 30px;
  }
  footer { color: var(--muted); background:#0B0C13;}
  footer div{
    color:#fff;
  }
  .recover-right{
    text-align:right;
  }
  .recover-left{
    text-align:left;
  }

  .loadAc a{
    display:block;
  }
  .apic{
    height:100px;
    display:block;
  }
  .codepic{
    height:100px;
    display:block;
    margin-left:10px;
  }



.xq-flex{display:flex;}
.xq-rows{display:flex; flex-direction:row;}
.xq-columns{display:flex; flex-direction:column;}
.xq-wrap{display:flex;  flex-direction:row; flex-wrap:wrap;}
.xq-nowrap{display:flex; flex-direction:row; flex-wrap:nowrap;}
.xq-flex-between{display:flex; flex-direction:row; justify-content:space-between;}
.xq-flex-around{display:flex; flex-direction:row; justify-content:space-around;}
.xq-flex-center{display:flex; flex-direction:row; justify-content:center;}
.xq-flex-end{display:flex; flex-direction:row; justify-content:flex-end;}
.xq-flex-cbetween {display:flex; flex-direction:row; justify-content:space-between;align-items:center;}
.xq-flex-vtop{align-items:flex-start;}
.xq-flex-vcenter{align-items:center;}
.xq-flex-vbottom{align-items:flex-end;}
.xq-no-scale{flex-shrink:0;}
.xq-flex1{flex:1;}
.xq-flex-v1{display:flex; flex-direction:column; flex:1;}