body{
    background: #EFEFEF;
}

.global-top-navigation-bar{
    backdrop-filter: blur(100px);
    background: #FFFFFF20 !important;
}

.quickly-use{
    width: 100%;
    margin-top: 80px;
    display: inline-block;
    min-height: calc(100vh - 76px);
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
}

.quickly-use .quickly-use-title{
    width: 100%;
    margin-top: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #212121;
    padding: 30px 0 10px 0;
}

.quickly-use .quickly-use-sub-title{
    width: 100%;
    text-align: center;
    color: #9fa4b7;
    font-family: PingFang SC;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
}

.quickly-use .quickly-use-input-area{
    width: 100%;
    margin-top: 150px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quickly-use .quickly-use-input-area .input-button{
    width: 80px;
    height: 60px;
    background: #000000;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 15px;
    margin-left: -115px;
    cursor: pointer;
}

.quickly-use .quickly-use-input-area .input-button:hover{
    background: #AECDAA;
}

.quickly-use .quickly-use-input-area input{
    width: 390px;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 15px 30px 15px 24px;
    background: #FFFFFF;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    height: 39px;
    box-shadow: 0px 8px 10px -5px #00000014;
    box-shadow: 0px 16px 24px 2px #0000000A;
    box-shadow: 0px 6px 30px 5px #0000000D;

}

.quickly-use .quickly-use-input-area input::placeholder{
    color: #00000060;
}

.quickly-use .quickly-use-input-area input:focus{
    border-color: #AECDAA;
}

.introduce{
    width: 100%;
    margin-top: 80px;
    display: inline-block;
    min-height: calc(100vh - 76px);
    position: relative;
    color: #FFFFFF;
}

.introduce:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../../assert/index_introduce_background_01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.introduce-area{
    width: 100%;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-items: center;
}

.introduce-area-left{
    width: 50%;
    min-height: calc(100vh - 76px);
    display: flex;
    justify-items: center;
    align-items: center;
}

.introduce-area-right{
    width: 50%;
    min-height: calc(100vh - 76px);
    display: flex;
    justify-items: center;
    align-items: center;
    position: relative;
}

.introduce-area-right-img-one{
    width: 90%;
    margin-left: 5%;
}

.introduce-area-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.introduce-area-content-line{
    width: 70%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 28px;
}

.ability{
    width: 100%;
    background: #FFFFFF;
    display: inline-block;
}

.ability-title{
    display: flex;
    padding: 25px 0 25px 50px;
    margin-top: 70px;
    margin-left: 30px;
    width: calc(100% - 80px);
    border-radius: 15px 0 0 15px;
    height: 50px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background: #F5F5F5;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.ability-title-main{
    width: 100%;
    color: #2E2D2D;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 5px 0;
}

.ability-title-sub{
    width: 100%;
    color: #4D4D4D;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.ability-content{
    margin-top: 100px;
    width: calc(100% - 180px);
    margin-left: 90px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.ability-content .ability-content-item{
    width: 22%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

.ability-content .ability-content-plus-item{
    width: 17%;
}

.ability-content .ability-content-plus-item .ability-content-item-plus{
    width: 100%;
    aspect-ratio: 302/72;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ability-content-item-title{
    width: 100%;
    aspect-ratio: 390/72;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(90deg, #06231F 0%, #096553 47.6%, #E0FBD1 100%);
    box-shadow: 0px 1px 10px 0px #79797905;

}

.ability-content-item-next{
    margin: 15px;
}

.ability-content-item-content{
    width: 100%;
    border: 1px solid #6AC693;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 150px;
    padding: 30px 0;
}

.ability-content-item-content-item{
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-size: 24px;
    color: #06321A99;
}

.ability-content-item-content-item a{
    font-size: 32px;
    color: #06321A;
}

.ability-content-item-content-item-blank{
    width: 100%;
    height: 5px;
}

.ability-content-next{
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ability-content-summary{
    width: 100%;
    margin-top: 120px;
    aspect-ratio: 1920/300;
    background: #6AC693;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    box-shadow: 0px 5px 5px -3px #0000000D;
    box-shadow: 0px 8px 10px 1px #00000008;
    box-shadow: 0px 3px 14px 2px #00000005;
    padding: 15px 0;
    background: url("../../assert/index_ability_01.png");
    text-align: center;
}

.advantage-new{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.advantage-new-menu{
    width: 80%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage-new-menu-item{
    padding: 15px 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    margin: 0 50px;
}

.advantage-new-menu-item-selected{
    background: #EEECEC;
    border-radius: 20px;
}

.advantage-new-content{
    width: 100%;
    height: calc(100vh - 150px);
}

.advantage-new-content-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.advantage-new-content-item-left{
    width: 40%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 10%;
    flex-wrap: wrap;
}

.advantage-new-content-item-left-title{
    width: 100%;
    font-weight: 500;
    font-size: 26px;
    color: #000000;
}

.advantage-new-content-item-left-sub-title{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
}

.advantage-new-content-item-left-tips{
    padding-top: 10px;
    padding-right: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.advantage-new-content-item-left-tips:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #000000;
    display: block;
    position: absolute;
    left: 0;
}

.advantage-new-content-item-left-tips a{
    color: #019242;
}

.advantage-new-content-item-right{
    width: 50%;
    justify-content: center;
    align-items: center;
}

.advantage-new-content-item-right img{
    width: 60%;
    margin-left: 20%;
    display: block;
}

.advantage{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.advantage-title{
    display: flex;
    padding: 25px 0 25px 50px;
    margin-top: 70px;
    margin-left: 30px;
    width: calc(100% - 80px);
    border-radius: 15px 0 0 15px;
    height: 80px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background: #F0F0F0;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.advantage-title-main{
    width: 100%;
    color: #2E2D2D;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 5px 0;
}

.advantage-title-sub{
    width: 100%;
    color: #4D4D4D;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

.advantage-title-third{
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0 0;
}

.advantage-menu{
    margin-top: 50px;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    border-bottom: 1px solid #0000001F;
    cursor: pointer;
}

.advantage-menu .advantage-menu-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.advantage-menu .advantage-menu-item-selected{
    position: absolute;
    width: 25%;
    height: 3px;
    background: #6AC693;
    bottom: -2px;
    transition: all 0.5s;
}

.advantage-content{
    width: 90%;
    margin-top: 40px;
    aspect-ratio: 1640/584;
    border-radius: 10px;
    margin-bottom: 150px;
}

.advantage-content-item{
    width: 100%;
    aspect-ratio: 1640/584;
    box-shadow: 0px 2px 4px -1px #79797914;
    box-shadow: 0px 4px 5px 0px #7979790A;
    box-shadow: 0px 1px 10px 0px #79797905;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    overflow: hidden;
}

.advantage-content-item-desc{
    width: 45%;
    aspect-ratio: 984/630;
    position: relative;
}

.advantage-content-item-img{
    width: 55%;
    aspect-ratio: 656/584;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-content-item-main-title{
    font-size: 12px;
    font-weight: 500;
    color: #019242;
}

.advantage-content-item-tags{
    width: 100%;
    display: flex;
    padding: 0 0 10px 0;
}

.advantage-content-item-tag{
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    padding-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.advantage-content-item-tag:before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("../../assert/right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.advantage-content-item-module-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
}

.advantage-content-item-module{
    width: calc(100% - 60px);
    display: flex;
    border-bottom: 1px solid #0000001F;
    padding: 10px 0;
    flex-wrap: wrap;
}

.advantage-content-item-module-title{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.advantage-content-item-module-title:after{
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background-size: 100%;
    background: url("../../assert/down.svg") no-repeat;
    position: absolute;
    right: 10px;
}

.advantage-content-item-module-title-active:after{
    content: '';
    display: none;
}

.advantage-content-item-module-content{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #00000099;
}

.advantage-content-item-module-content-list{
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.advantage-content-item-module-content-list:before{
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #000000;
    border-radius: 8px;
    position: absolute;
    left: 4px;
}

.advantage-content-item-module-content a{
    font-weight: 500;
    color: #000000;
}

.advantage-content-item-sub-title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #00000099;
    padding: 30px 30px 60px 0;
}

.advantage-content-item-points{
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.advantage-content-item-points .advantage-content-item-point{
    width: calc(50% - 20px);
    height: 36px;
    position: relative;
    line-height: 36px;
    padding-left: 16px;
    font-size: 16px;
}

.advantage-content-item-points .advantage-content-item-point:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 8px;
    left: 0;
    top: 15px;
}

.advantage-content-item-img .advantage-content-item-img-item{
    width: 100%;
}

.now-to-use{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 50px 0;
    background: #FCFCFC;
    flex-wrap: wrap;
}

.now-to-use-title{
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    padding: 10px 0;
}

.now-to-use-sub-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 50px 0;
}

.now-to-use-operate{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.now-to-use-operate-register{
    font-size: 16px;
    color: #FFFFFF;
    background: #6AC693;
    box-shadow: 0px 8px 10px -5px #00000014;
    box-shadow: 0px 16px 24px 2px #0000000A;
    box-shadow: 0px 6px 30px 5px #0000000D;
    border-radius: 30px;
    padding: 15px 40px;
    cursor: pointer;
    margin-right: 30px;
    background: linear-gradient(270deg, #019242 0%, #64DF63 100%);
}

.now-to-use-operate-try{
    font-size: 16px;
    color: #019242;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px -5px #00000014;
    box-shadow: 0px 16px 24px 2px #0000000A;
    box-shadow: 0px 6px 30px 5px #0000000D;
    border-radius: 30px;
    padding: 15px 40px;
    border: 2px solid #019242;
    margin-left: 30px;
    cursor: pointer;
}

.marquee-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border-radius: 8px;
    height: 60px;
}

/* 渐变遮罩效果 */
.marquee-container::before,
.marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right, #f0f2f5, transparent);
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left, #f0f2f5, transparent);
}

.marquee-track {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    will-change: transform; /* 优化动画性能 */
}

.marquee-item {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 10px;
}

.marquee-item i {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.marquee-item i:after{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 3px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.800000190734863px);
    border-radius: 20px;

}

/* 暂停提示 */
.pause-hint {
    text-align: center;
    margin-top: 1rem;
    color: #666;
    font-size: 14px;
}