.header{
  position: fixed;
  top: 0.3rem;
  left: 0;
  height: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}
.headerBox{
    height: 0.8rem;
    width: 9.2rem;
    background: #00120B;
    border-radius: 0.45rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem 0 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    font-style: normal;
}
.headerBoxLeft{
    display: flex;
    align-items: center;
    gap: 0.06rem;
    color: #fff;
    font-family: AppleSystemUIFont;
    font-size: 0.16rem;
}
.headerBoxLeft>img{
    width: 0.4rem;
    height: 0.4rem;
}
.headerBoxRight{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.48rem;
}
.headerBoxRight ul{
    display: flex;
    gap: 0.48rem;
    justify-content: space-between;
}
.headerBoxRight ul li{
    cursor: pointer;

}
.headerBoxRight ul li a{
    font-family: AppleSystemUIFont;
    font-size: 0.16rem;
    color: #6D7975;
}
.understand-challenges {
  width: 100%;
}
.bills-small {
  width: 100%;
  position: relative;
}
.bills-small-img {
  width: 100%;
}
.understand-your-challenges {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 7rem;
  height: 7rem;
  box-sizing: border-box;
  padding: 0.9rem 1.5rem;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-image: url('../images/taps-away.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.understand-your-challenges .title {
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: left;
  font-style: normal;
}
.understand-your-challenges .title  img {
  display: block;
}
.understand-your-challenges .content  {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  text-align: left;
  font-style: normal;
  margin: 0.44rem auto 0.39rem;
}
.understand-your-challenges .line {
  width: 80%;
  height: 0.01rem;
  background: #DBE6E3;
}
.cash-kolo-help-never {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #00120B;
  line-height: 0.25rem;
  text-align: left;
  font-style: normal;
  margin: 0.4rem 0 0.3rem;
}
.understand-your-challenges ul {
  display: flex;
  flex-wrap: wrap;
}
.understand-your-challenges ul li {
  display: flex;
  align-items: center;
  width: 50%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #008751;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.14rem;
}
.understand-your-challenges ul li img {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.07rem;
}


.active {
    color: #FFFFFF !important;
    position: relative;
}
.active::after {
    content: '';
    position: absolute;
    left: 0;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    width: 80%;
    height: 0.02rem;
    background: #fff;
}
.login{
    box-sizing: border-box;
    display: block;
    padding: 0.06rem 0.2rem;
    background: #00AD43;
    color: #FFF;
    border-radius: 0.4rem;
}
.content{
    width: 100%;
    box-sizing: border-box;
    background: #F4FFFC;
    overflow: hidden;
}
.contentBanner{
    width: 12rem;
    /* height: 6rem; */
    box-sizing: border-box;
    margin:0 auto;
    margin-top:0.4rem;
    display: flex;
    justify-content: space-between;
}
.contentBannerLeft{
    width: 5.4rem;
    height: 100%;
}
.contentBannerLeft h1{
    font-family: AppleSystemUIFont;
    font-size: 0.8rem;
    color: #111111;
    font-weight: bold;
}
.contentBannerLeftText{
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    color: #111111;
    line-height: 0.32rem;
    margin-top: 0.3rem;
}
.contentBannerLeftBtn{
    cursor: pointer;
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    box-sizing: border-box;
    font-family: AppleSystemUIFont;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-shadow: 0px 10px 16px rgba(0,173,67,0.4);
    width: 3.41rem;
    height: 0.8rem;
    box-shadow: 0px 10px 16px 0px rgba(0,173,67,0.4), 0px 10px 16px 0px rgba(0,173,67,0.4);
    border-radius: 0.5rem;
    background: #00AD43;
}
.contentBannerRight{
    width: 6.3rem;
    box-sizing: border-box;
}
.contentBannerRight > img{
    width: 8.2rem;
    height: auto;
}
.contentMid{
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient( 331deg, #FFFFFF 0%, #E5FFF2 100%);
    overflow: hidden;
    border-top: 0.01rem solid #FFF;
    padding-bottom: 0.6rem;
}
.contentMidBanner{
    width: 12rem;
    box-sizing: border-box;
    margin:0 auto;
    margin-top:0.4rem;
    display: flex;
    justify-content: space-between;
}
.contentMidBannerLeft{
    width: 5.4rem;
    height: 100%;
}
.contentMidBannerLeftTitle{
    font-family: AppleSystemUIFont;
    font-size: 0.48rem;
    color: #111111;
}
.contentMidBannerLeftBox{
    margin-left: 0.1rem;
    margin-top: 0.35rem;
}
.contentMidBannerLeftBox ul li{
    border-left: 0.01rem solid #00AD43;
    padding-left: 0.28rem;
    padding-bottom: 0.2rem;
    position: relative;
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    line-height: 0.32rem;
}
.contentMidBannerLeftBox ul li h3{
    margin-bottom: 0.16rem;
}
.contentMidBannerLeftBox ul li:nth-child(3){
    border-left: 0.01rem solid transparent;
    padding-left: 0.28rem;
    padding-bottom: 0rem;
    position: relative;
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    line-height: 0.32rem;
}
.contentMidBannerLeftBox ul li::before{
    content:"";
    width: 0.19rem;
    height: 0.19rem;
    background-color: #00AD43;
    border-radius: 50%;
    position: absolute;
    left: -0.1rem;
    top: -0.01rem;
}
.contentMidBannerLeftBox ul li:nth-child(2)::before{
    content:"";
    width: 0.19rem;
    height: 0.19rem;
    background-color: #FFF;
    box-sizing: border-box;
    border: 0.04rem solid #00AD43;
    border-radius: 50%;
    position: absolute;
    left: -0.1rem;
    top: -0.01rem;
}
.contentMidBannerLeftBox ul li:nth-child(3)::before{
    content:"";
    width: 0.19rem;
    height: 0.19rem;
    background-color: #FFF;
    box-sizing: border-box;
    border: 0.04rem solid #00AD43;
    border-radius: 50%;
    position: absolute;
    left: -0.1rem;
    top: -0.01rem;
}
.contentMidBannerLeftLearn a{
    display: block;
    cursor: pointer;
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.57rem;
    box-sizing: border-box;
    font-family: AppleSystemUIFont;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-shadow: 0px 0.1rem 0.16rem rgba(0,173,67,0.4);
    width: 3.41rem;
    height: 0.8rem;
    box-shadow: 0px 0.1rem 0.16rem 0px rgba(0,173,67,0.4), 0px 10px 16px 0px rgba(0,173,67,0.4);
    border-radius: 0.5rem;
    background: #00AD43;
}
.contentMidBannerRight{
    width: 6.3rem;
    box-sizing: border-box;
}
.contentMidBannerRight img{
    width: 8.42rem;
    height: 7rem;
}
.contentBottom{
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient( 130deg, #F4FFFC 0%, #E8FFF1 100%);
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.contentBottomBanner{
    width: 12rem;
    box-sizing: border-box;
    margin:0 auto;
    margin-top:0.4rem;
    display: flex;
    justify-content: space-between;
}
.contentBottomBannerLeft{
    width: 7.67rem;
    height: auto;
    margin-left: -1rem;
    margin-top: -1rem;
}
.contentBottomBannerLeft img{
    width: 7.67rem;
    /* height: auto; */
}
.contentBottomBannerRight{
    width: 5rem;
    height: 5rem;
}
.contentBottomBannerRightTitle{
    font-family: AppleSystemUIFont;
    font-size: 0.48rem;
    color: #111111;
}
.contentBottomBannerRightBox{
    box-sizing: border-box;
    margin-top: 0.3rem;
}
.contentBottomBannerRightBox h3{
    margin-bottom: 0.12rem;
}
.contentBottomBannerRightBox div{
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    color: #111111;
    line-height: 0.32rem;
}
.contentBottomBannerRightLearn{
    margin-top: 0.7rem;
}
.contentBottomBannerRightLearn a{
    display: block;
    cursor: pointer;
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.57rem;
    box-sizing: border-box;
    font-family: AppleSystemUIFont;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-shadow: 0px 0.1rem 0.16rem rgba(0,173,67,0.4);
    width: 3.41rem;
    height: 0.8rem;
    box-shadow: 0px 0.1rem 0.16rem 0px rgba(0,173,67,0.4), 0px 10px 16px 0px rgba(0,173,67,0.4);
    border-radius: 0.5rem;
    background: #00AD43;
}
.provide{
    width: 100%;
    height: 4.08rem;
    background: #00AD43;
    box-sizing: border-box;
}
.provideBanner{
    box-sizing: border-box;
    padding-top: 0.79rem;
    width: 12rem;
    height: 100%;
    margin: 0 auto;
}
.provideTitle{
    font-family: AppleSystemUIFont;
    color: #FFFFFF;
    font-size: 0.48rem;
    line-height: 0.56rem;
}
.provideBannerText{
    margin-top: 0.24rem;
    font-family: AppleSystemUIFont;
    color: #FFFFFF;
    line-height: 0.32rem;
    font-size: 0.2rem;
}
.mask{
    width: 100%;
    padding-bottom: 0.6rem;
    background: linear-gradient( 180deg, #F4FFFC 0%, #E8FFF1 100%);
}
.maskBanner{
    width: 12rem;
    margin: 0 auto;
}
.maskImg{
    display: flex;
    justify-content: space-between;
}
.maskBox{
    width: 10.4rem;
}
.maskBox img{
    width: 10.4rem;
    margin-top: -1rem;
}
.maskLabel{
    width: 1rem;
    height: 4rem;
    padding-top: 1.88rem;
    box-sizing: border-box;
}
.maskLabelBox{
    width: 1rem;
    height: 0.08rem;
    background: #00AD43;
    margin-bottom: 0.3rem;
}
.maskLabelBoxs{
    width: 0.38rem;
    height: 0.08rem;
    background: #C6D5CC;
    margin-bottom: 0.3rem;
    margin-left: 0.62rem;
}
.maskContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}
.maskContentLabel{
    width: 5.88rem;
    height: 1.48rem;
    background: #FFFFFF;
    box-shadow: 0px 0.08rem 0.16rem 0px rgba(0,127,49,0.06);
    margin-bottom: 0.24rem;
    box-sizing: border-box;
    padding: 0.28rem 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.maskContentLabelLeft img{
    width: 0.8rem;
    height: 0.8rem;
}
.maskContentLabelRightTitle{
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.08rem;
}
.maskContentLabelRightText{
    font-family: AppleSystemUIFont;
    font-size: 0.16rem;
    color: #666666;
}
.carousel{
    width: 100%;
}
.carouselBanner{
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.8rem;
}
.carouselBannerTitle{
    font-family: AppleSystemUIFont;
    font-size: 0.48rem;
    color: #111111;
    line-height: 0.56rem;
    margin-bottom: 0.2rem;
}
.carouselBannerText{
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    color: #111111;
    line-height: 0.32rem;
}
.carouselBox{
    margin-top: 1rem;
    display: flex;
    overflow: hidden;
    width: 100%;
    /* height: 6rem; */
}
.carouselBoxLabel:last-child {
    margin-right: 0;
}
.carouselBoxLabel{
    position: relative;
    min-width: 6rem;
    height: 4.53rem;
    background: #F5F8F9;
    border-radius: 0.4rem;
    margin-left: 0.24rem;
    box-sizing: border-box;
    padding: 0.6rem;
    background: #00AD43;
}
.carouselBoxLabelTitle{
    font-family: AppleSystemUIFont;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.carouselBoxLabelText{
    margin-top: 0.2rem;
    font-family: AppleSystemUIFont;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.32rem;
}
.contact{
    width: 8rem;
    height: 1.4rem;
    background: #00AD43;
    display: flex;
    gap: 0.28rem;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    font-family: AppleSystemUIFont;
    font-size: 0.48rem;
    color: #FFFFFF;
    margin-top: 1rem;
    cursor: pointer;
}
.footer{
    margin-top: 1rem;
    width: 100%;
    height: 2.08rem;
    background: #181818;
}
.footerBanner{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.footerBannerLeft{
    display: flex;
    gap: 0.18rem;
    align-items: center;
    /* justify-content: space-between; */
    font-family: AppleSystemUIFont;
    font-size: 0.4rem;
    color: #FFFFFF;
}
.footerBannerLeft>img{
    width: 0.96rem;
    height: 0.96rem;
}
.footerBannerRight ul{
    display: flex;
    gap: 0.9rem;
}
.footerBannerRight ul li{
    color: #FFF;
    text-align: center;
}
.footerBannerRight ul li div{
    margin-bottom: 0.09rem;
}



.different-makes {
  width: 12rem;
  margin: 1.6rem auto;
}
.different-makes .makes-title {
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.2rem;
}
.different-makes .makes-title span {
  font-size: 0.4rem;
  color: #008751;
}
.different-makes .because-financial {
  width: 7.14rem;
  margin: 0 auto 0.4rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #6D7975;
  text-align: center;
  font-style: normal;
}
.different-makes ul {
  display: flex;
  justify-content: space-between;
  width: 12rem;
  margin: 0 auto;

}
.different-makes ul li {
  width: 3.8rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.4rem;
}
.different-makes ul li .number {
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.45rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.different-makes ul li .line{
  height: 0.01rem;
  width: 100%;
  background: #6D7975;
  margin: 0.4rem 0 0.2rem;
}
.different-makes ul li .title {
  margin-bottom: 0.1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.22rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.different-makes ul li .content-complete {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #6D7975;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
}

.different-makes ul.SafetyBuiltIn {
  width: 7.9rem;
  margin: 0.3rem auto 0;
  justify-content: space-between;
}
.footer {
  padding: 1rem 0;
  width: 100%;
  background: #00120B;
}
.footer .banxin {
  display: flex;
  width: 12rem;
  margin: 0 auto;
}
.footer .banxin .logo-name {
  width: 1.13rem;
  height: 0.8rem;
  margin-right: 1.8rem;
}
.footer .banxin .title li, .footer .banxin .content-claritycare li {
  height: 0.2rem;
  margin-bottom: 0.1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6D7975;
  text-align: left;
  font-style: normal;
  margin-right: 1.5rem;
}
.footer .banxin .content-claritycare li {
  margin-right: 0.5rem;
  font-size: 0.12rem;
}
.footer .banxin .image li img{
  display: block;
  width: 1.3rem;
  margin-bottom: 0.27rem;
}