.now-link{
    color: rgba(6, 93, 252, 1);
    font-weight: 600;
}
.title-flex-top{
    display: flex;
    align-items: center;
}
.title-flex-top-title{
    font-weight: 600;
    font-size: 20px;
    margin-left: 7px;
    color: rgba(28, 28, 28, 1);
}
.top-tip-list{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.top-tip-title{
    color: white;
    margin-left: 10px;
}
.hero-top-all-margin{
    padding: 25px 35px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.hero-top-title{
    text-align: center;
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    margin-bottom: 20px;
}
.hero-top-desc{
    text-align: center;
    font-weight: 600;
    color: rgba(6, 135, 251, 1);
}
.hero-top-all-margin{
    background: white;
    position: relative;
    margin-top: -100px;
    z-index: 11;
}
.how-title{
    font-weight: 800;
    color: rgba(6, 112, 252, 1);
    margin-top: 25px;
}
.how-title-s{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
}
.Features-list{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.Features-info{
    margin-left: 7px;
}
.key-title{
    font-weight: 600;
    color: rgba(28, 28, 28, 1);
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 55px;
}
.Personal-title{
    color: rgba(28, 28, 28, 1);
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 25px;
    margin-top: 70px;
}
.Cases-all{
    border: 1px solid rgba(0, 0, 0, 0.11);
    background-color: white;
    border-radius: 10px;
    padding: 25px;
}
.Cases-title{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.case-list{
    margin-bottom: 20px;
    border: 1px solid rgba(241, 248, 255, 1);
    border-radius: 15px;
}
.case-list-title{
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
    padding: 15px;
}
.Notice-all{
    background-color: rgba(255, 251, 236, 1);
    border-radius: 12px;
    padding: 25px 20px;
}
.Notice-title{
    color: rgba(146, 64, 13, 1);
    font-weight: 800;
}
.Notice-desc{
    color: rgba(146, 64, 13, 1);
}
.bg1-bg{
    background-image: url('../im/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60px;
    padding: 10px;
}
.bg2-bg{
    background-image: url('../im/bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60px;
    padding: 10px;
}
.bg3-bg{
    background-image: url('../im/bg3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60px;
    padding: 10px;
}
.bg4-bg{
    background-image: url('../im/bg4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60px;
    padding: 10px;
}
.Compliance-all{
    background-image: linear-gradient(to bottom, rgba(6, 88, 252, 1), rgba(5, 144, 251, 1));
    color: white;
    border-radius: 25px;
    padding: 80px 100px;
    text-align: center;
    min-height: 500px
}
.Compliance-title{
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 25px;
}
.Compliance-list{
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.Compliance-list-all{
    margin-top: 38px;
}
.Compliance-info{
    margin-left: 10px;
    margin-top: 5px;
}
.say-img{
    text-align: right;
    margin-bottom: -50px;
}
.say-top-info{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.say-info-main{
    margin-left: 15px;
}
.say-title{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.say-title-s{
    color: rgba(0, 0, 0, 1);
}
.say-point{
    margin: 20px 0;
}
.say-list{
    padding-left: 35px;
}
.Support-list{
    text-align: center;
}
.Support-title{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.bottom-contact-all{
    background-color: rgba(241, 248, 255, 1);
    border-radius: 16px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 50px 15%;
}
.bottom-contact-list{
    display: flex;
    align-items: center;
    width: 50%;
}
.bottom-contact-info{
    margin-left: 12px;
}
.bottom-contact-desc{
    color: rgba(6, 112, 252, 1);
    font-weight: 600;
    margin-top: 15px;
}
.bottom-contact-title{
    color: black;
}
.logo-bottom-logo{
    color: white;
    margin-left: 10px;
    font-weight: 600;
}
.support-footer-list{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.support-footer-title{
    color: white;
    margin-left: 10px;
}
.atf-footer-area{
    background-image: url('../im/bottom-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#about-banner{
    background-image: url('../im/about-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#about-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-banner-content{
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.about-banner-content h1{
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.about-banner-subtitle{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: white;
}
.about-banner-desc{
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}