.w {
    width: 1200px;
    font-size: 18px;
    height: 100%;
    margin: 0 auto
}

#header_page {
    position: fixed;
    top: 0;
    z-index: 1
}

.banners {
    width: 100%;
    height: 770px;
    background-color: #080b19
}

.banners .banner_text {
    display: flex;
    align-items: center
}

.banners .banner_text .banner_l .top_text {
    width: 292px;
    height: 80px;
    margin-bottom: 40px;
    background-image: url(../img/bannerbj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: -5px;
    text-align: center
}

.banners .banner_text .banner_l .top_text p {
    line-height: 80px;
    color: #fff
}

.banners .banner_text .banner_l h1 {
    font-family: FZLanTingHeiS-EB-GB, PingFang SC, sans-serif;
    font-style: italic;
    font-size: 54px;
    height: 83px;
    width: 500px;
    color: #fff
}

.banners .banner_text .banner_l h3 {
    font-size: 40px;
    margin: 0 0 16px;
    color: #fff;
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 500
}

.banners .banner_text .banner_l p {
    font-weight: 400;
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.8);
    margin: 0 0 108px;
    white-space: nowrap
}

.banners .banner_text .banner_l button {
    border-radius: 8px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), #fff 50%);
    border: none;
    cursor: pointer;
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #080b19;
    width: 148px;
    height: 48px
}

.banners .banner_text .banner_r {
    flex: 1
}

.banners .banner_text .banner_r img {
    width: 100%
}

.agent {
    background-color: #080b19;
    padding-bottom: 50px
}

.agent h1 {
    color: #fff;
    font-family: PingFang SC;
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
    -webkit-text-fill-color: transparent;
    margin: 0 0 4px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(90deg, #fff 47%, #8bfcfb);
    background-clip: text;
    -webkit-background-clip: text;
    padding: 70px 0
}

.agent .agent_w {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center
}

.agent .agent_w div img {
    width: 280px;
    display: block;
    margin: 20px 0
}

.AIs {
    background-color: #080b19;
    padding: 80px 0
}

.AIs h1 {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.38em;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin: 0 0 46px;
    color: rgba(0, 0, 0, 0.85)
}

.AIs .AIs_bj {
    width: 1200px;
    margin: 50px auto;
    height: 480px;
    background-image: url(/img/bj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between
}

.AIs .AIs_bj div h2 {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-top: 33px
}

.AIs .AIs_bj div p {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: hsla(0, 0%, 100%, 0.65);
    margin-top: 22px
}

.AIs .AIs_bj div img {
    width: 560px
}

.AIs .AIs_bj .div_top {
    padding: 72px 65px 100px 72px
}

.easy_ai {
    padding-top: 100px;
    background-color: #080b19
}

.easy_ai h1 {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.3846em;
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin: 0 0 64px;
    width: 100%
}

.easy_ai .easy_ai_left {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0
}

.easy_ai .easy_ai_left .button_aiimg {
    width: 668px;
    flex-shrink: 0;
    width: 670px;
    height: 470px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    background: hsla(0, 0%, 100%, 0.05);
    box-shadow: inset 0 0 0 9px hsla(0, 0%, 100%, 0.03)
}

.easy_ai .easy_ai_left .button_aiimg img {
    width: 100%
}

.easy_ai .easy_ai_left .top_text img {
    width: 159px
}

.easy_ai .easy_ai_left .top_text h3 {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    font-family: PingFang SC;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    background: linear-gradient(110deg, #fff 65%, hsla(0, 0%, 100%, 0.43));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: pre-line;
    margin-top: 20px;
    margin-bottom: 0
}

.easy_ai .easy_ai_left .top_text h4 {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
    color: hsla(0, 0%, 100%, 0.9);
    margin: 0;
    font-weight: 400;
    margin-top: 40px
}

.easy_ai .easy_ai_left .top_text h4 i {
    margin-right: 10px
}

.easy_ai .easy_ai_left .top_text p {
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5714em;
    color: #a9a9a9;
    margin: 0
}

.easy_ai .easy_ai_left .top_text button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 42px;
    border-radius: 8px;
    background: linear-gradient(165deg, #53afff, #4c6aff);
    border: none;
    cursor: pointer;
    font-family: PingFang SC, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    white-space: nowrap;
    transition: opacity .2s;
    align-self: flex-start;
    margin-top: 30px
}

.easy_ai .easy_ai_left:nth-child(n+3) {
    margin-top: 120px
}