.nav_pc_box {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

/* 标题 */
@media screen and (max-width: 767px) {
    .home_title {
        font-size: 10rem;
    }

    .home_sub {
        font-size: 6rem;
        margin-top: 1rem;
        margin-bottom: 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .home_title {
        font-size: 2.8rem;
    }

    .home_sub {
        font-size: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 3.2rem;
    }
}

.home_title {
    font-weight: 600;

    color: #333333;
    text-align: center;
}

.home_sub {
    font-weight: 500;
    color: #8C8C8C;
    text-align: center;
}

/* 查看更多 */
@media screen and (max-width: 767px) {
    .home_more_btn_box {
        margin-top: 6rem;
        gap: 6rem;
    }

    .home_more_btn_box div {
        padding: 4rem 16rem;
        border-radius: 18rem;
        font-size: 6rem;
        -webkit-border-radius: 18rem;
        -moz-border-radius: 18rem;
        -ms-border-radius: 18rem;
        -o-border-radius: 18rem;
    }
}

@media screen and (min-width: 768px) {
    .home_more_btn_box {
        margin-top: 2rem;
        gap: 2rem;
    }

    .home_more_btn_box div {
        /* width: 10.4rem;
        height: 4.2rem; */
        width: 13.8rem;
        padding: 1rem 3rem;
        /* height: 3.6rem; */
        border-radius: 2.1rem;
        -webkit-border-radius: 2.1rem;
        -moz-border-radius: 2.1rem;
        -ms-border-radius: 2.1rem;
        -o-border-radius: 2.1rem;
    }
}

.home_more_btn_box {
    display: flex;
    align-items: center;
    justify-content: center;

}

.home_more_btn_box div {

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.home_more_btn_more {
    background-color: #aaaaaa;
}

.home_more_btn_creation {
    /* background-color: #7f6af9; */
    /* box-shadow: 0px 4px 10px 0px rgba(141, 40, 252, 0.3); */
    transition: all 0.8s ease-in;
    background-image: linear-gradient(90deg, #0afdec 0, #8d28fc 100%);
}

.home_more_btn_creation:hover {

    background-image: linear-gradient(90deg, #8d28fc 0, #0afdec 100%);
}

/* 轮播图等模块 */
@media screen and (max-width: 767px) {
    .home_top_main {
        aspect-ratio: 838 / 294;
    }

    .home_banner {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .home_top_main {
        height: 18.78vw;
        display: flex;
    }

    .home_banner {
        flex: 1;
        height: 100%;
    }
}

.home_top_box {
    /* margin-top: 8rem; */
    /* padding-top: 2.5rem; */
    /* padding-top: 3.6rem; */
    padding-top: 1.25vw;
    padding-bottom: 2.4rem;
    background: #F6F6F6;

}

.home_banner {

    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
}

.home_banner .el-carousel__container,
.home_banner .el-carousel {
    height: 100%;
    border-radius: 1.2rem;
}

.home_banner img {
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
}

.home_top_tool {
    height: 100%;
    width: 24.03%;
    /* width: 34.6rem; */
    margin-left: 1.2rem;
    margin-right: 1.6rem;

    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.home_top_tool_aigf {
    /*width: 34.6rem;
    */
    width: 100%;
    height: 6.7vw;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1.2rem;
    /*height: 10.5rem;
    */
}

.home_top_tool_aigf img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.home_top_tool_aigf:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home_top_tool_box {
    width: 100%;
    height: 11.18vw;
    /* height: 17.5rem; */
    padding: 1.6rem 1.2rem;
    box-sizing: border-box;
    /* flex: 1; */
    border-radius: 0.625vw;
    background-color: #252326;
    /* background-image: url('/static/images/home_AI_bg.webp'); */
    /* background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%; */

    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.home_top_tool_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_top_tool_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.home_top_tool_title span:nth-child(1) {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.home_top_tool_title span:nth-child(2) {
    color: #858585;
    font-size: 1.4rem;
}

.home_top_tool_more {
    color: #858585;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
}

.home_top_tool_more i {
    font-size: 2rem;
}

.home_top_tool_list {
    /* height: 12.2rem; */
    /* padding: 0 1rem; */
    margin-top: 1rem;
    /* 启用平滑滚动 */
    scroll-behavior: smooth;
    display: flex;
    overflow: hidden;
    position: relative;
}

.marquee_content {
    display: flex;
    animation: marquee 20s linear infinite;
}
.home_top_tool_list:hover .marquee_content {
    animation-play-state: paused; /* 暂停动画 */
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee_content_mask {
    position: absolute;
    height: 100%;
    width: 2.5vw;
    z-index: 2;
    top: 0;
}

.marquee_mask_left {
    left: 0;
    background-image: linear-gradient(270deg, transparent, #252326 71%);
}

.marquee_mask_right {
    background-image: linear-gradient(90deg, transparent, #252326);
    right: 0;
}

.home_top_tool_item {
    width: 9.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.42vw;
    align-items: center;
    cursor: pointer;
    margin: 0 0.3125vw;
}

.home_top_tool_item:hover img {
    border: 2px solid #8465FF;
}

.home_top_tool_item img {
    width: 9.6rem;
    height: 9.6rem;
    object-fit: cover;
    border-radius: 0.625vw;
    border: 2px solid transparent;
}

.home_top_tool_item span {
    color: #fff;
    font-size: 1.4rem;
}

.home_top_aifg {
    height: 100%;
    /* width: 22.4rem; */
    width: 15.55%;
}

.home_top_aifg_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.home_top_aifg_item {
    width: 100%;
    height: 4.34vw;
    /*height: 6.8rem;
    */
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    overflow: hidden;
    border-radius: 1.2rem;

}

.home_top_aifg_item_box {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_top_aifg_item_box1 {
    background-image: url('/static/images/home_aigf_bg1.webp');
}

.home_top_aifg_item_box2 {
    background-image: url('/static/images/home_aigf_bg2.webp');
}

.home_top_aifg_item_box3 {
    background-image: url('/static/images/home_aigf_bg3.webp');
}

.home_top_aifg_item_box4 {
    background-image: url('/static/images/home_aigf_bg4.webp');
}

.home_top_aifg_item img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    transition: transform 0.5s ease;
}

.home_top_aifg_item span {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4rem;
    transition: transform 0.5s ease;
}

.home_top_aifg_item:hover .home_top_aifg_item_box {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}


/* 工具 */
@media screen and (max-width: 767px) {
    .home_tool_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0.83vw;
        /* display: flex;
        gap: 0.83vw; */
    }

    .home_tool_item img,
    .home_tool_item video {
        border-radius: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .home_tool_list {
        display: flex;
        gap: 0.83vw;
    }

    .home_tool_item img,
    .home_tool_item video {
        border-radius: 1.4rem;
    }
}

.home_tool_box {
    background: #F6F6F6;
}


.home_tool_item {
    flex: 1;
    width: 100%;
    /* 设置宽高比 */
    aspect-ratio: 440 / 340;
    /* border-radius: 1.2rem; */
    position: relative;
    cursor: pointer;
}

.home_tool_item:hover .home_tool_item_info,
.home_tool_item:hover .home_tool_item_btn {
    display: flex;
}

.home_tool_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 1.4rem; */
}

.home_tool_item video {
    width: 100%;
    height: 100%;
    /* border-radius: 1.4rem; */
}

.home_tool_item_btn {
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    padding: 0.6rem 2.4rem;
    display: none;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 1.8rem;
    color: #fff;
    font-size: 1.4rem;
    background: linear-gradient(105deg, #45deff 2.04%, #3793ff 31.16%, #ef3bff 71.66%, #ffd338 98.47%);
    transition: all .3s ease;
    cursor: pointer;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    -ms-border-radius: 1.8rem;
    -o-border-radius: 1.8rem;
}

.home_tool_item_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1.4rem;
    color: #fff;
    display: none;
}

.home_tool_item_info p {
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.home_tool_item_info span {
    font-size: 1.2rem;
}

/* 推荐创作模型 */
@media screen and (max-width: 767px) {
    .creative_models_type {
        margin-top: 3.2rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem 1.6rem;
    }

    .creative_models_item_box {
        position: relative;
        border-radius: 4rem;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        -o-border-radius: 4rem;
    }

    .creative_models_item_img,
    .creative_models_type_item video {
        border-radius: 4rem;
    }

    .creative_models_item_title {
        font-weight: 500;
        color: #333333;
        width: 10rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .creative_models_item_describe {
        font-size: 6rem;
        /* line-height: 8rem; */
        border-radius: 1.1rem;
        padding: 2rem;
        height: 18rem;
        /* height: 24.57rem; */
    }

    .creative_models_item_describe_name {
        /* font-size: 6rem; */
        font-size: 5rem;
    }

    .creative_models_item_describe_title {
        font-size: 4rem;
        margin-top: 1rem;
    }

    .creative_models_item_type {
        font-size: 4rem;
        padding: 0 5rem;
        height: 10rem;
        top: 4rem;
        left: 4rem;
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
    .creative_models_type {
        margin-top: 3.2rem;
        display: grid;
        /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3rem 1.6rem;
    }
}

@media screen and (min-width: 1921px) {
    .creative_models_type {
        margin-top: 3.2rem;
        display: grid;
        /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3rem 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .creative_models_item_box {
        border-radius: 1.1rem;
    }

    .creative_models_item_img,
    .creative_models_type_item video {
        border-radius: 1.1rem;
    }

    .creative_models_item_title {
        font-weight: 500;
        color: #333333;
        width: 17.4rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .creative_models_item_describe {
        font-size: 1.4rem;
        line-height: 1.6rem;
        border-radius: 1.1rem;
        padding: 1.4rem 1.4rem 1.4rem 1.4rem;
        height: 6.8rem;
    }

    .creative_models_item_describe_name {
        font-size: 1.6rem;
    }

    .creative_models_item_describe_title {
        margin-top: 0.8rem;
        font-size: 1.4rem;
    }

    .creative_models_item_type {
        font-size: 1.4rem;
        padding: 0 1.1rem;
        height: 3rem;
        top: 1.2rem;
        left: 1.2rem;
        border-radius: 0.5rem;
    }
}

.home_creative_models {
    background: #F6F6F6;
    padding-top: 6.4rem;
}

.creative_models_box {
    /* margin-top: 6.4rem; */
}

.creative_models_item_box {
    position: relative;
    /* 设置宽高比 */
    aspect-ratio: 214 / 274;
    background: #D9D9D9;
    overflow: hidden;
}

.creative_models_item_box:hover .creative_models_item_img {
    transform: scale(1.1);
}

.creative_models_item_img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transition: all .2s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}



.creative_models_type_item {
    cursor: pointer;
}

.creative_models_type_item video {
    width: 100%;
    height: 100%;
    /* border-radius: 1.1rem; */
}

.creative_models_item_describe {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    /* background-color: rgba(0, 0, 0, .3); */
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}

.creative_models_item_describe_name {
    font-weight: bold;
    color: #e7e9eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.creative_models_item_describe_title {

    color: #e7e9eb;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.creative_models_item_describe_text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 表示盒子对象的子元素的排列方式 */
    -webkit-line-clamp: 3;
    /* 限制文本的行数，表示文本第多少行省略 */
    text-overflow: ellipsis;
    /*  打点展示 */
    overflow: hidden;
    /*超出部分进行隐藏*/
}

.creative_models_item_type {
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}

.creative_models_item_bottom {
    margin-top: 1.6rem;
    display: flex;
    justify-content: space-between;
}



.creative_models_item_bottom_right {}

.creative_models_item_bottom_num {

    font-weight: 500;
    font-size: 1.4rem;
    color: #333333;
}

/* 作品展示 */
@media screen and (max-width: 767px) {
    .works_show_creation_images_box {
        margin-top: 4rem;
        /* padding: 1rem;
        column-count: 2;
        column-gap: 1.6rem; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem 1.6rem;
    }

    .works_creation_nav_item {
        min-width: 30rem;
        height: 10rem;
        border-radius: 10rem;
        font-size: 4rem;
    }

    .works_creation_nav_right {
        right: -10rem;
    }

    .works_creation_nav_right i,
    .works_creation_nav_left i {
        font-size: 10rem;
    }

    .works_show_creation_images_item,
    .works_show_creation_images_item img,
    .works_show_creation_images_item video {
        border-radius: 4rem;
    }

    .works_show_creation_iamges_item_info_box {
        padding: 2rem 1.5rem;
    }

    .works_show_creation_iamges_item_type {
        font-size: 4rem;
        padding: 0 5rem;
        height: 10rem;
        top: 6rem;
        left: 6rem;
        border-radius: 2rem;
    }

    .works_show_creation_iamges_item_info {
        font-size: 4rem;
        height: 8rem;
        line-height: 8rem;
    }

    .works_show_creation_iamges_item_info_btn_box {
        font-size: 4rem;
    }

    .works_show_creation_iamges_item_info_btn {
        padding: 3rem 4rem;
        border-radius: 4rem;
    }

    .works_show_creation_images_item_type {
        font-size: 4rem;
        padding: 0 5rem;
        height: 10rem;
        top: 2rem;
        left: 2rem;
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
    .works_show_creation_images_box {
        /* padding: 1rem;
        column-count: 6;
        column-gap: 1.6rem; */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3rem 1.6rem;
    }
}

@media screen and (min-width: 1920px) {
    .works_show_creation_images_box {
        /* padding: 1rem;
        column-count: 6;
        column-gap: 1.6rem; */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 3rem 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .works_creation_nav_item {
        min-width: 8.8rem;
        height: 3.6rem;
        font-size: 1.4rem;
        border-radius: 1.9rem;
    }

    .works_creation_nav_right {
        right: -1rem;
    }

    .works_creation_nav_right i,
    .works_creation_nav_left i {
        font-size: 3rem;
    }

    .works_show_creation_images_item,
    .works_show_creation_images_item img,
    .works_show_creation_images_item video {
        border-radius: 1.2rem;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        -ms-border-radius: 1.2rem;
        -o-border-radius: 1.2rem;
    }

    .works_show_creation_iamges_item_info_box {
        height: 8rem;
        line-height: 1.6rem;
        padding: 0.3rem 1rem;
    }

    .works_show_creation_iamges_item_type {
        padding: 0 1.1rem;
        height: 3rem;
        font-size: 1.4rem;
        top: 1.2rem;
        left: 1.2rem;
        border-radius: 0.5rem;
    }

    .works_show_creation_iamges_item_info {
        font-size: 1.4rem;
        height: 3.2rem;
    }

    .works_show_creation_iamges_item_info_btn_box {
        font-size: 1.2rem;
    }

    .works_show_creation_iamges_item_info_btn {
        padding: 0.3rem 0.6rem;
        border-radius: 1rem;
    }

    .works_show_creation_images_item_type {
        font-size: 1.4rem;
        padding: 0 1.1rem;
        height: 3rem;
        top: 1.2rem;
        left: 1.2rem;
        border-radius: 0.5rem;
    }
}

.home_works_show {
    /* background: #F6F6F6; */
    background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 100%);
    padding-top: 6.4rem;
}

/* .works_show_box {
    margin-top: 6.4rem;
    
} */

.works_show_creation_nav {
    position: relative;
    padding: 0 4rem;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.works_creation_nav_box {
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    display: none;
    z-index: 999;
}

.works_creation_nav_item {
    background: #0000000d;
    font-weight: 500;
    /* color: #272727; */
    color: #666;
    cursor: pointer;
    flex: 1;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.works_creation_nav_active {
    background: #8465FF;
    color: #fff;
}

.works_creation_nav_left {
    cursor: pointer;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
}

.works_creation_nav_right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}



.works_show_creation_images_item {
    /* margin-bottom: 1.6rem; */
    /* break-inside: avoid; */
    position: relative;
    /* line-height: 0; */
    cursor: pointer;
    /* border-radius: 1.2rem; */
    overflow: hidden;
    aspect-ratio: 214 / 274;
}

.works_show_creation_images_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 1.2rem; */
    transition: all .2s ease-in-out;
    transform: scale(1);
}

.works_show_creation_images_item video {
    width: 100%;
    height: 100%;
    /* border-radius: 1.2rem; */
}

.works_show_creation_images_item:hover .works_show_creation_iamges_item_info_box {
    display: block;
    /* bottom: 1.6rem; */

}

.works_show_creation_images_item:hover .works_show_creation_iamges_item_type,
.works_show_creation_images_item:hover .works_show_creation_images_item_type {
    display: flex;
}

.works_show_creation_images_item:hover img {
    transform: scale(1.1);
}

.works_show_creation_images_item a {
    display: inline-block;

    width: 100%;
    height: 100%;
}

.works_show_creation_iamges_item_type {
    background: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(148, 148, 148, 0.55); */
    position: absolute;
    font-weight: 500;
    color: #FFFFFF;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.works_show_creation_iamges_item_info_box {
    width: 100%;

    color: #fff;
    /* background-color: rgba(148, 148, 148, 0.55); */
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem;

    box-sizing: border-box;

    display: none;
    transition: all .25s ease-in-out;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);

}

.works_show_creation_iamges_item_info {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*设置最大行数为2*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.works_show_creation_iamges_item_info_btn_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;

}

.works_show_creation_iamges_item_info_btn {
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
}

.works_show_creation_images_item_type {
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    font-weight: 500;
    color: #FFFFFF;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}


/* AI赋能 */
@media screen and (max-width: 767px) {
    .ai_empowerment_creation_box {
        margin-top: 3.2rem;
        display: grid;
        grid-template-columns: 1fr;
        /* grid-gap: 1.6rem; */
        grid-gap: 1.03vw;
    }

    .ai_creation_item_images {
        display: flex;
        justify-content: space-between;
        gap: 1.6rem;
    }

    .ai_creation_item_img {
        flex: 1;
        width: 10rem;
    }

    .ai_creation_item_img img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease;
    }

    .ai_creation_item_title {
        font-size: 7rem;
    }

    .ai_creation_item_describe {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .ai_empowerment_creation_box {
        margin-top: 3.2rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.03vw;
        /* grid-gap: 1.6rem; */
    }

    .ai_creation_item_images {
        display: flex;
        justify-content: space-between;
    }

    .ai_creation_item_img {
        /*width: 21.7rem;
        */
        /*height: 21.7rem;
        */
        width: 13.86vw;
        height: 13.86vw;
        overflow: hidden;
        cursor: pointer;
        border-radius: 1.4rem;
    }

    .ai_creation_item_img img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease;
    }

    .ai_creation_item_img:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .ai_creation_item_describe {
        /* font-size: 1.2rem; */
        font-size: 1.4rem;
    }
}

.ai_empowerment_box {
    margin-top: 6.4rem;
}

.ai_empowerment_creation_item {
    background: #F8F8F8;
    border-radius: 1.4rem;
    padding: 1.6rem;
    cursor: pointer;
}

.ai_creation_item_title {
    font-weight: 800;
}

.ai_creation_item_describe {
    font-weight: 400;

    color: #7A7980;
    margin-top: 0.7rem;
    margin-bottom: 1.4rem;
}




/* 下载客户端 */
@media screen and (max-width: 767px) {
    .home_download_software_item {
        flex: 1;
        aspect-ratio: 266 / 185;
    }

    .download_software_icon {
        width: 44rem;
        height: 44rem;
        border-radius: 4rem;
    }

    .download_software_icon>img {
        width: 15rem;
        height: 15rem;
    }

    .xcx_box img {
        width: 100%;
        height: 100%;
    }

    .download_software_title {
        font-size: 4rem;
    }

    .solution_item_info_icon1,
    .solution_item_info_icon2 {
        width: 10rem;
        height: 10rem;
    }

    .solution_item_info_title {
        margin-top: 4rem;
        margin-bottom: 1rem;
        font-size: 6rem;
    }

    .solution_item_info_sub {
        font-size: 4rem;
    }

    .solution_item_info_type {
        padding-bottom: 10rem;
    }

    .solution_info_type_item_icon {
        width: 4rem;
        height: 4rem;
    }

    .solution_info_type_item_info {
        font-size: 3.8rem;
    }
}

@media screen and (min-width: 768px) {
    .home_download_software_item {
        width: 26.6rem;
        height: 18.5rem;
    }

    .download_software_icon {
        width: 13.8rem;
        height: 13.8rem;
        border-radius: 1.2rem;
    }

    .download_software_icon>img {
        width: 4.8rem;
        height: 4.8rem;
    }

    .solution_item_info_icon1 {
        width: 2.4rem;
        height: 2.4rem;
    }

    .solution_item_info_title {
        margin-top: 1.4rem;
        margin-bottom: 0.7rem;
        font-size: 1.8rem;
    }

    .solution_item_info_sub {
        font-size: 1.6rem;
    }

    .solution_item_info_icon2 {
        width: 2.4rem;
        height: 2.4rem;
    }

    .solution_info_type_item_icon {
        width: 1.6rem;
        height: 1.6rem;
    }

    .solution_info_type_item_info {
        font-size: 1.4rem;
    }
}

.home_download_software {
    margin-top: 4.8rem;
    display: flex;
    justify-content: space-between;
}

.home_download_software_item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}

/* .xcx_box:hover .xcx_svg {
    display: none !important;
} */

/* .xcx_box:hover .qr_code {
    display: inline-block !important;
    display: flex !important;
} */

.xcx_svg {
    display: inline-block;
}

.qr_code {
    /* display: none !important; */
}

.home_download {
    min-height: 47rem;
    width: 100vw;
    margin-top: 8rem;
    padding-top: 6.6em;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F6F6FF 0%, #FFFFFF 100%);
}

.home_download_info {
    display: flex;
    gap: 2.1em;
    justify-content: center;
}

.home_download_info_developer,
.home_download_info_version {

    font-weight: 500;
    font-size: 1.4rem;
    color: #A4A8AF;
    position: relative;
}

.home_download_info_link {

    font-weight: 500;
    font-size: 1.4rem;
    color: #8465FF;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.home_download_info_version::before,
.home_download_info_link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1.2rem;
    background: #E9E9E9;
    top: 0.4rem;
    left: -1rem;
}

.download_software_icon {

    background: #FFFFFF;
    box-shadow: 0px 0.6rem 1.2rem 0px rgba(0, 0, 0, 0.05);

    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.download_software_code {
    position: absolute;
    top: 0;
    right: 0;
}



.download_software_title {

    font-weight: 600;

    color: #7A7980;
    margin-top: 2.8rem;
}

/* 解决方案 */
@media screen and (max-width: 767px) {
    .home_solution_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 4rem;
    }

    .home_solution_content_item {
        width: 100%;
        aspect-ratio: 348 / 384;
    }
}

@media screen and (min-width: 768px) {
    .home_solution_content {
        display: flex;
        justify-content: space-between;
    }

    .home_solution_content_item {
        width: 22.23vw;
        height: 24.53vw;
    }
}


.home_solution_content_item {

    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1.6rem;
}

.home_solution_content_item:hover .solution_item_info_type,
.home_solution_content_item:hover .solution_icon1 {
    display: inline-block !important;
}

.home_solution_content_item:hover .solution_icon2 {
    display: none;
}

.home_solution_content_item:hover .solution_content_item_img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.home_solution_box {
    margin-top: 6.4rem;
}

.solution_content_item_img {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    transition: transform 0.5s ease;
}

.solution_content_item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    border-radius: 1.4rem;
    padding: 2rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: saturate(200%) blur(40px);
}



.solution_item_info_title {
    font-weight: 800;
    color: #FFFFFF;

}

.solution_item_info_sub {

    font-weight: 400;
    /* font-size: 1.2rem; */

    color: rgba(255, 255, 255, 0.7);
}

.solution_item_info_icon2 {

    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.solution_icon1 {
    display: none;
}

.solution_item_info_type {
    margin-top: 4.1rem;
    position: relative;
    display: none;
}

.solution_item_info_type::before {
    content: "";
    position: absolute;
    top: -2rem;
    width: 30.8rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.solution_info_type_item {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}



.solution_info_type_item_info {

    font-weight: 400;

    color: rgba(255, 255, 255, 0.8);
}

/* 开始免费创作 */
@media screen and (max-width: 767px) {
    .home_banner_info_btn {
        border-radius: 5rem;
        padding: 2rem 6rem;
        font-size: 6rem;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        -ms-border-radius: 5rem;
        -o-border-radius: 5rem;
        margin-top: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .home_banner_info_btn {
        width: 13.8rem;
        border-radius: 3rem;
        padding: 1rem 3rem;
        margin-top: 1rem;
        cursor: pointer;
    }
}

.home_create_btn {
    /* padding: 4.4rem 0; */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_banner_info_btn {
    background-image: linear-gradient(90deg, #0afdec 0, #8d28fc 100%);
    display: flex;
    transition: all 0.8s ease-in;
    justify-content: center;
    align-items: center;
}

.home_banner_info_btn:hover {
    background-image: linear-gradient(90deg, #8d28fc 0, #0afdec 100%);
}

/* 合作伙伴 */
.home_partners_box {
    margin-top: 6.4rem;
    min-height: 72.4rem;
    padding-bottom: 7.8rem;
}