
.section-title{
    text-align: center;
}


.section-title .subtitle{
    color: #fff;
    font-size: 0.4rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
}

.btn-google, .btn-appstore{
    display: block;
    width: 1.68rem;
    height: 0.5rem;
    background-size: 100% 100%;
    margin-right: 0.15rem;
}

.btn-google{
    background-image: url(../images/btn-google.png);
}

.btn-appstore{
    background-image: url(../images/btn-appstore.png);
}

.hero{
    background-image: url(../images/hero-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 10.8rem;
    padding-top: 0.3rem;
}

.banner{
    padding: 0.94rem 0 0.9rem;
}

.banner-info h3{
    font-size: 0.44rem;
    /* line-height: 0.43rem; */
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-align: center;
    font-family: Impact;
}

.banner-txt{
    margin: 0 auto;
    width: 14.06rem;
    height: 3.6rem;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(0.08rem);
}

.banner-info p{
    width: 9rem;
    font-size: 0.14rem;
    /* line-height: 1.2em; */
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.banner-info p.gold{
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    /* line-height: 0.29rem; */
}

.banner-info>p {
    max-width: 4.93rem;
    margin-bottom: 1rem;
    border-radius: 0.22rem;
    background-color: #fff;
    /* line-height: 0.44rem; */
    text-align: center;
    color: #000
}

.banner-info a{
    width: 4rem;
    height: 0.5rem;
    /* line-height: 0.5rem; */
    display: flex;
    background-image: linear-gradient(to right, #FFEA9C, #FFFFFF, #FFEA9C);
    border: 0.02rem solid #E4BB26;
    border-radius: 0.36rem;
    padding-left: 0.3rem;
    padding-right: 0.15rem;
    justify-content: space-between;
    align-items: center;
    font-size: 0.2rem;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    top: -0.25rem;
}

.banner-info a .icon-arrow{
    flex: none;
    width: 0.36rem;
    height: 0.36rem;
    background-image: url(../images/arrow1.png);
    background-size: 100% 100%;
    border-radius: 0.22rem;
}

.banner-icons{
    width: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem auto 0;
    position: relative;
}

.banner-icons::after{
    content: '';
    width: 4.2rem;
    height: 0.05rem;
    display: block;
    background-color: #FFD313;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    opacity: .27;
}

.banner-icons .icon-item{
    width: 1.01rem;
    height: 1.08rem;
    background-size: 100% 100%;
    position: relative;
    z-index: 3;
}

.banner-icons .icon-item.icon1{
    background-image: url(../images/banner-icon01.png);
}

.banner-icons .icon-item.icon2{
    background-image: url(../images/banner-icon02.png);
}

.banner-icons .icon-item.icon3{
    background-image: url(../images/banner-icon03.png);
}

.why-choose{
    position: relative;
    background-color: #1c1200;
}

.why-choost-inner{
    position: relative;
    z-index: 1;
}

.why-choost-title{
    background-image: linear-gradient(to right, #EBB53B, #FFFFFF, #EBB53B);
    text-align: center;   
}

.why-choost-title h4{
    font-weight: bold;
    font-size: 0.5rem;
    /* line-height: 1.06rem; */
    color: #1C1200;
}

.why-choost-content{
    padding-top: 0.43rem;
    padding-bottom: 0.53rem;   
    background-image: url(../images/VZCredit.png); 
    background-position: center center;
    background-repeat: no-repeat;
}

.why-choost-content .wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3.13rem;
}

.why-choose-item .title{
    /* line-height: 0.29rem; */
    color: #FFF2C9;
    font-size: 0.24rem;
    margin-bottom: 0.31rem;
    font-weight: bold;
}

.why-choose-item .content{
    max-width: 3.2rem;
    font-size: 0.12rem;
    /* line-height: 0.14rem; */
    color: #FFF3C9;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.our-product{
    background-color: #1c1200;
}

.our-product .section-title{
    background-image: url(../images/our-product-title-bg.png);
    height: 2.28rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-product .section-title *{
    color: #fff
}

.our-product .section-title .title{
    font-size: 0.7rem;
    /* line-height: 0.84rem; */
    font-weight: bold;
}

.our-product .section-title .subtitle{
    margin-top: 0.04rem;
    font-family: Helvetica, Helvetica;
    font-weight: 300;
}

.our-product .section-body{
    padding-top: 0.68rem;
    padding-bottom: 1.4rem;
}

.product{
    display: flex;
    justify-content: space-between;    
}

.product-item{
    width: 3.6rem;
    height: 2.48rem;
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    padding: 0.2rem 0 0.2rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    border: 0.01rem solid #7A7A7A;
}

.product-item{
    background-position: center center;
    background-size: 100% 100%;
}

.product-title{
    margin-bottom: 0.2rem;    
}

.product-title h4{
    color: #fff;
    font-size: 0.28rem;
    /* line-height: 0.34rem; */
    font-weight: bold;
}

.product-content{
    max-width: 2.96rem;
}

.product-content p{
    -webkit-box-direction: 3.8rem;
    font-size: 0.16rem;
    /* line-height: 0.19rem; */
    color: #fff
}

.our-priority{
    padding: 0.8rem;
    background-color: #1c1200;
}

.our-priority .section-body{
    margin-top: 0;
}

.download{
    width: 9.8rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 0.4rem;
}

.btn1{
    width: 6.23rem;
    height: 1rem;
    background-image: url(../images/btn1.png);
    background-size: 100% 100%;
}

.btn2{
    width: 3.36rem;
    height: 1rem;
    background-image: url(../images/btn2.png);
    background-size: 100% 100%;
}

.swift{
    background-image: url(../images/speed-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
}

.swift p{
    text-align: center;
    color: #fff;
    font-family: HoeflerText, HoeflerText;
    font-weight: 900;
}

.swift p:nth-child(2){
    font-size: 0.6rem;
    /* line-height: 0.72rem; */
}

.swift p:last-child{
    font-size: 0.9rem;
    /* line-height: 1.08rem; */
}
/* 小屏幕设备（手机） */
@media (max-width: 768px) {
    .container{
        width: 100%;
        box-sizing: border-box;
    }
  .wrapper {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .header {
    /* padding: 0.1rem; */
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    /* display: flex; */
  }

  .navbar {
    margin-right: 0;
    margin-top: 0.1rem;
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .navbar li {
    margin: 0 0.1rem;
  }
  .logo-txt {
    font-size: 0.2rem;
  }

  .hero {
    height: auto;
    min-height: 5rem;
    padding: 0.3rem 0;
  }

  .banner-info h3 {
    font-size: 0.32rem;
    /* line-height: 0.36rem; */
  }

  .banner-txt {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    box-sizing: border-box;
  }

  .banner-info p {
    font-size: 0.16rem;
    max-width: 100%;
  }

  .why-choost-title h4,
  .our-product .section-title .title {
    font-size: 0.36rem;
  }

  .product {
    flex-direction: column;
    gap: 0.2rem;
    box-sizing: border-box;
  }

  .product-item {
    width: 100%;
    height: auto;
    padding: 0.16rem;
  }

  .footer-header {
    flex-wrap: wrap;
  }

  .footer-contact p {
    font-size: 0.14rem;
  }
}

/* 平板设备 */
@media (min-width: 769px) and (max-width: 1024px) {
  .wrapper {
    width: 95%;
  }

  .banner-txt {
    width: 100%;
  }

  .product {
    gap: 0.4rem;
  }

  .why-choose-item .content {
    font-size: 0.14rem;
  }
}
