/*
聚集页 单页面 样式
index archive 
*/

/* #region 首页*/
.index-banner {
    position: relative;
}

.index-banner .bg {
    aspect-ratio: 1920 / 900;
    position: relative;
    pointer-events: none;
    font-size: 0;
}

.index-banner .bg::after {
    inset: 0;
    position: absolute;
    content: '';
    background-image: linear-gradient(to right bottom, #017AFF, #5A00DE);
    opacity: .8;
    backdrop-filter: blur(10px);
}

.index-banner .content {
    position: absolute;
    z-index: 1;
    inset: 0;
    align-items: center;
}

.index-banner .content .left {
    row-gap: 1rem;
}

#typing {
    color: #FF7500;
    background: linear-gradient(90deg, #ffa113, #fb5b0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#typing::after {
    content: "|";
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    50.01%,
    100% {
        opacity: 0;
    }
}

.index-banner .content .left .cta {
    border: 1px solid #FF7500;
    padding: 8px 3rem;
    transition: all .2s ease;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(90deg, #fb5b0f, #ffa113);
    margin-right: auto;
    margin-top: 3rem;
    font-size: 1.1rem;
}



.web-service .list {
    width: 100%;
    row-gap: 3rem;
    column-gap: 3rem;
}

.web-service .list .item {
    width: calc((100% - 6rem) / 3);
    row-gap: 1rem;
    --color: #50E3C2;
}

.web-service .list .item .icon {
    width: 100px;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    color: var(--color);
    border: 2px solid var(--color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.web-service .list .item:hover .icon {
    background-color: var(--color);
    color: #fff;
}

.web-service .list .item:nth-child(2) {
    --color: #F5A623;
}

.web-service .list .item:nth-child(3) {
    --color: #9661D9;
}

.web-service .list .item:nth-child(4) {
    --color: #F06A10;
}

.web-service .list .item:nth-child(5) {
    --color: #E562B0;
}

.web-service .list .item:nth-child(6) {
    --color: #0E2AB6;
}

.website-plan .list {
    width: 100%;
    column-gap: 3rem;
}

.icon-brandfolder:before {
    color: #fff;
}

.website-plan .list .item {
    width: calc((100% - 6rem) / 3);
    background-color: #fff;
    box-shadow: 0 2px 20px 0 hsla(0, 0%, 53%, .15);
    border: 1px solid var(--color);
    --color: #0E2AB6;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 10px;
    row-gap: 1rem;
}

.website-plan .list .item:hover {
    box-shadow: 0 2px 20px 0 hsl(0deg 0% 53% / 71%);
}

.website-plan .list .item .tag {
    position: absolute;
    right: 12px;
    top: -8px;
    background-color: #BE2B2B;
    color: #fff;
    padding: 2px 1rem;
    border-radius: 1rem 0 1rem 0;
    font-size: .8em;
}

.website-plan .list .item-title {
    background-color: var(--color);
    color: #fff;
    padding: 2rem 1rem;
    width: 100%;
    row-gap: 6px;
    border-radius: 10px 10px 0 0;
}

.website-plan .list .item-services {
    width: 100%;
    padding: 2rem;
    row-gap: 8px;
}

.website-plan .list .item-price {
    margin-top: auto;
}

.website-plan .list .item-services>li {
    position: relative;
    padding-left: 1rem;
}

.website-plan .list .item-services>li::before {
    position: absolute;
    content: '';
    width: 8px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: var(--color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.website-plan .list .item-price {
    color: var(--color);
}

.website-plan .list .item-cta {
    margin-top: auto;
    padding-bottom: 3rem;
}

.website-plan .list .item-cta>a {
    border: 1px solid var(--color);
    padding: 8px 4rem;
    transition: all .2s ease;
    border-radius: 5px;
    color: var(--color);
}

.website-plan .list .item-cta>a:hover {
    color: #fff;
    background-color: var(--color);
}

.website-plan .list .item:nth-child(2) {
    --color: #F06A10;
}

.website-plan .list .item:nth-child(3) {
    --color: #9661D9;
}

.website-case .list {
    width: 100%;
    column-gap: 2rem;
}

.website-case .list .item {
    width: calc((100% - 6rem) / 4);
    background-color: #fff;
    transition: all 0.2s ease;
    position: relative;
    row-gap: 5px;
    --color: #E4450D;

}

.website-case .list .item:nth-child(2) {
    --color: #074B5D;
}

.website-case .list .item:nth-child(3) {
    --color: #CF9412;
}

.website-case .list .item:nth-child(4) {
    --color: #0E2AB6;
}

.website-case .list .item h3 {
    color: var(--color);
}

.website-case .list .item .item-img {
    width: 100%;
    aspect-ratio: 2 / 3;
    position: relative;
    overflow: hidden;
    container-type: inline-size;
}

.website-case .list .item .item-img>img {
    width: 100%;
    transition: transform 8s linear;
    /* 控制滚动速度 */
}

.website-case .list .item .item-img:hover img {
    transform: translateY(calc(-100% + 150cqw));
}

.website-process .list {
    width: 100%;
    row-gap: 3rem;
    column-gap: 3rem;
}

.website-process .list .item {
    width: calc((100% - 6rem) / 3);
    row-gap: 1rem;
    border: 1px solid var(--color);
    padding: 3rem 2rem;
    border-radius: 10px;
    background-color: #fff;
    --color: #0A7FD1;
    transition: all .2s ease;
    position: relative;
    overflow: hidden;
}

.website-process .list .item:nth-child(2) {
    --color: #9661D9;
}

.website-process .list .item:nth-child(3) {
    --color: #E562B0;
}

.website-process .list .item:nth-child(4) {
    --color: #F06A10;
}

.website-process .list .item:nth-child(5) {
    --color: #12B4E9;
}

.website-process .list .item:nth-child(6) {
    --color: #183257;
}

.website-process .list .item .item-desc {
    position: relative;
    z-index: 1;
}

.website-process .list .item .icon {
    color: var(--color);
    transition: all .2s ease;
}

.website-process .list .item:hover {
    background-color: var(--color);
    color: #fff;
}

.website-process .list .item:hover .icon {
    color: #fff;
}

.website-process .list .item::after {
    position: absolute;
    content: '1';
    font-size: 80px;
    left: 1rem;
    top: -1rem;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .2s ease;
}

.website-process .list .item:nth-child(2):after {
    content: '2';
}

.website-process .list .item:nth-child(3):after {
    content: '3';
}

.website-process .list .item:nth-child(4):after {
    content: '4';
}

.website-process .list .item:nth-child(5):after {
    content: '5';
}

.website-process .list .item:nth-child(6):after {
    content: '6';
}

.website-process .list .item:hover::after {
    opacity: .5;
    transform: translateY(0);
}



.website-benefits .swiper {
    position: relative;
}

.website-benefits .swiper .swiper-button-next,
.website-benefits .swiper .swiper-button-prev {
    color: var(--color-blue);
    position: absolute;
    right: 1rem;
    left: unset;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: #f5f5f7;
    border: 1px solid var(--color-blue);
    box-shadow: 0px 1px 10px #00000030;
}

.website-benefits .swiper .swiper-button-next:after,
.website-benefits .swiper .swiper-button-prev:after {
    font-size: 1rem;
}

.website-benefits .swiper .swiper-button-prev,
.website-benefits .swiper .swiper-rtl .swiper-button-next {
    right: unset;
    left: 1rem;

}

.website-benefits .list {
    width: 100%;
}

.website-benefits .list .item>div {
    width: 100%;
    column-gap: 6%;
}

.website-benefits .list .item .text,
.website-benefits .list .item .img {
    width: 47%;
    order: 1;
}

.website-benefits .list .item {
    background-color: #F5FAFE;
}

.website-benefits .list .item:nth-child(odd) .text {
    order: 2;
}

.website-benefits .list .item-benefits {
    width: 100%;
    row-gap: 8px;
}

.website-benefits .list .item-benefits>li {
    position: relative;
    padding-left: 1rem;
    --color: #666;
    color: var(--color);
}

.website-benefits .list .item-benefits>li::before {
    position: absolute;
    content: '';
    width: 7px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background-color: var(--color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.website-posts .list {
    width: 100%;
    row-gap: 2rem;
    column-gap: 2rem;
}

.website-posts .list .item {
    width: calc((100% - 2rem) / 2);
    column-gap: 3%;
    cursor: pointer;
}
.website-posts .list .item>a {
    width: calc((100% - 2rem) / 2);
    column-gap: 3%;
    cursor: pointer;
}

.website-posts .list .item .img {
    width: 32%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
}

.website-posts .list .item .img>img {
    width: 100%;
    height: 100%;
}

.website-posts .list .item .text {
    width: 65%;
    row-gap: 5px;
}

.website-posts .list .item .text .desc {
    color: #999;
}

.website-posts .list .item .text .info>a,
.website-posts .list .item .text .info {
    column-gap: 1rem;
    color: #999;
}

.website-posts .cta {
    border: 1px solid #0f5dda;
    padding: 8px 4rem;
    transition: all .2s ease;
    border-radius: 5px;
    color: #0f5dda;
    margin-inline: auto;
    display: inline-block;
    margin-top: 3rem;
    /* width: unset; */
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    background-color: transparent;
    transition: all .2s ease;
}
.website-posts .cta:hover{
    border: 1px solid #0f5dda;
    color: #fff;
    background-color: #0f5dda;
}
/* #endregion */

/* #region 关于我们 */
.about-us-banner .slider {
    position: relative;
}
.about-us-banner .bg {
    aspect-ratio: 1920 / 379;
    position: relative;
    pointer-events: none;
    font-size: 0;
}
.about-us-banner .bg>img{
    height: 100%;
    object-fit: cover;
}
.about-us-banner .bg::after {
    inset: 0;
    position: absolute;
    content: '';
    background-image: linear-gradient(to right bottom, #017AFF, #5A00DE);
    opacity: 0.7;
    backdrop-filter: blur(1px);
}
.about-us-banner .content {
    position: absolute;
    inset: 0;
}
.about-us-content .container {
    column-gap: 5%;
}

.about-us-content .text {
    width: 55%;
}

.about-us-content .text .color {
    background: linear-gradient(90deg, #2f61e4, #8460e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-inline: auto;
}

.about-us-content .text .name {
    border-bottom: 1px solid var(--color-gray);
}

.about-us-content .text .cta {
    display: inline-block;
    padding: 10px 3rem;
    color: #fff;
    margin-top: 2rem;
    border-radius: 10px;
    transition: all .2s ease;
    background: linear-gradient(90deg, #2f61e4, #0070DA);
}

.about-us-content .text .cta:hover {
    box-shadow: 1px 2px 1px #0070DA;
}

.about-us-content .img {
    width: 40%;
    overflow: hidden;
    font-size: 0;
}

.about-us-choice {
    background-image: linear-gradient(to bottom, #0070DA, #8460e6);
}

.about-us-advantage .list {
    row-gap: 1rem;
    width: 100%;
    column-gap: 1.5rem;
    padding: 5rem 2rem;
    background: linear-gradient(to top, #fff 0%, #fff 50%, #0278FE 50%, #5704DF 100%);
    box-shadow: 0px 0px 20px 1px #979797;
}

.about-us-advantage .list .item {
    width: calc((100% - 4.5rem) / 4);
    row-gap: 2rem;
    background-color: #fff;
    padding: 3rem 2rem;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 53%, .1);
    --color: #F6C517;
    transition: all .2s ease;
}

.about-us-advantage .list .item:hover {
    transform: translateY(-1rem);
}

.about-us-advantage .list .item:nth-child(2) {
    --color: #B61E23;
}

.about-us-advantage .list .item:nth-child(3) {
    --color: #12B4E9;
}

.about-us-advantage .list .item:nth-child(4) {
    --color: #9661D9;
}

.about-us-advantage .list .item .icon {
    color: var(--color);
}

.contact-us-content .container {
    column-gap: 5%;
}

.contact-us-content .container .left {
    width: 50%;
}

.contact-us-content .container .left>ul {
    row-gap: 1rem;
}

.contact-us-content .container .left .wechat-code {
    column-gap: 1rem;
    row-gap: 5px;
}

.contact-us-content .container .left .wechat-code>img {
    width: 100%;
    max-width: 200px;
}

.contact-us-content .container .right {
    width: 45%;
    overflow: hidden;
    font-size: 0;
    margin-block: auto;
}


/* #endregion */



/* #region 方案页*/
.case-page-banner .slider {
    position: relative;
}

.case-page-banner .bg {
    aspect-ratio: 1920 / 500;
    position: relative;
    pointer-events: none;
    font-size: 0;
}

.case-page-banner .bg>img {
    object-fit: cover;
    height: 100%;
}

.case-page-banner .bg::after {
    inset: 0;
    position: absolute;
    content: '';
    background-image: linear-gradient(to right bottom, #017AFF, #5A00DE);
    opacity: 1;
    backdrop-filter: blur(1px);
}

.case-page-banner .content {
    position: absolute;
    inset: 0;
    column-gap: 5%;
}

.case-page-banner .content>div {
    width: 50%;
}

.case-page-banner .content .left .cta{
    border: 1px solid #FF7500;
    padding: 8px 3rem;
    transition: all .2s ease;
    border-radius: 5px;
    color: #fff;
    background-color: #FF7500;
    margin-right: auto;
    margin-top: 3rem;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.2s ease;
}
.case-page-banner .content .left .cta:hover{
    transform: translateY(-3px);
}

.case-page-banner .content .right {
    align-self: flex-end;
}

.case-page-banner .content .right>img {
    max-width: 450px;
    width: 100%;
}

.website-plan.case-page-version .list .item {
    --color: #500DE1;
}

.website-plan.case-page-version .list .item:nth-child(2) {
    --color: #F5A623;
}

.website-plan.case-page-version .list .item:nth-child(3) {
    --color: #B61E23;
}

.case-page-compare-table table,
.case-page-compare-table td,
.case-page-compare-table th {
    border: 1px solid #dddddd
}

.case-page-compare-table table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

.case-page-compare-table td,
.case-page-compare-table th {
    padding: .7em 1em;
    border-width: 0 1px 1px 0
}

.case-page-compare-table {
    box-sizing: border-box
}

.case-page-compare-table .aligncenter {
    clear: both;
    text-align: center;
}

.case-page-compare-table table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

.case-page-compare-table thead tr,
.case-page-compare-table tbody tr td:first-child{
    background: #4D11E2;
    color: #fff;
}

.case-page-compare-table tbody tr:hover {
    background-color: #f0f8ff;
}
.case-page-compare-table td {
    word-break: break-word;
}
.case-page-compare-table td .check{
    color: #17bf17;
    font-size: 1.4em;
    font-weight: 700;
}

.case-page-compare-table table tbody {
    overflow: hidden;
}

.case-page-compare-table table tbody::-webkit-scrollbar {
    width: 5px !important;
}

.case-page-compare-table table tbody::-webkit-scrollbar-thumb {
    background-color: #17bf17;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.case-page-compare-table table tbody::-webkit-scrollbar-track-piece {
    background-color: #e5e5e54a;
    border-right: 1px solid #e3e3e3;
}

.case-page-compare-table tbody {
    border-bottom: 1px solid #dddddd;
}
.case-page-service {
    background-color: #e8f1fa;
}
.case-page-service .list{
    width: 100%;
    row-gap: 1.5rem;
    column-gap: 1.5rem;
}
.case-page-service .item{
    width: calc( ( 100% - 4.5rem ) / 4 );
    row-gap: 10px;
    background-color: #fff;
    padding: 1rem;
    transition: all 0.2s ease;
}
.case-page-service .item:hover{
    transform: translateY(-5px);
}
.case-page-service .item .icon{
    width: 100%;
    max-width: 86px;
    display: inline-block;
}
.case-page-service .item .icon>svg,
.case-page-service .item .icon>svg path{
    width: 100%;
    height: 100%;
}
.case-page-service .cta{
    background: linear-gradient(to bottom, #0065f3, #3485f6);
    color: #fff;
    display: inline-block;
    margin-top: 4rem;
    padding: 8px 4rem;
    font-size: 1.3em;
    letter-spacing: 1px;
    border-radius: 10px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}
.case-page-service .cta:hover{
    transform: translateX(-50%) translateY(-4px);
}

.case-page-flow .list{
    width: 100%;
    column-gap: 2rem;
    row-gap: 2rem;
}
.case-page-flow .item{
    width: calc( ( 100% - 8rem ) / 5 );
    row-gap: 1rem;
}
.case-page-flow .item .icon{
    width: 100%;
    max-width: 56px;
    display: inline-block;
    transition: all 0.2s ease;
}
.case-page-flow .item:hover .icon{
    transform: scale(1.08);
}
.case-page-flow .item .icon>svg,
.case-page-flow .item .icon>svg path{
    width: 100%;
    height: 100%;
}
.case-page-achievement .list{
    width: 100%;
    column-gap: 2rem;
    row-gap: 2rem;
}
.case-page-achievement .item{
    width: calc( ( 100% - 6rem ) / 4 );
    row-gap: 5px;
}
.case-page-achievement .item .num{
    background: linear-gradient(90deg, #0070DA, #8460e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* #endregion */
/* #region 搜索结果页*/
.search-results {
    background-color: #f7f9f9;
}

.search-results .container {
    width: 100%;
    column-gap: 2rem;
    row-gap: 2rem;
}

.search-results .search-item {
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 10px 0px rgba(7, 62, 107, 0.11);
    width: calc((100% - 2rem) / 2);
}

.search-results .search-item .img {
    aspect-ratio: 4 / 3;
    width: 38%;
    overflow: hidden;
    flex-shrink: 0;
    /* box-shadow: 3px 3px 10px 0px rgba(7, 62, 107, 0.11); */
    background-color: #fff;
}

.search-results .search-item .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.search-results .search-item.product-item .img>img {
    width: auto;
}

.search-results .search-item .text {
    padding: 1rem;
    row-gap: 5px;
}

.search-results .search-item .text .info {
    margin-top: auto;
    column-gap: 1rem;
}

.search-results .search-item .title {
    line-height: 1.4;
}

.search-results .search-item .label {
    background: linear-gradient(to bottom, #0070d9, #0070d9);
    padding: 3px 10px;
    font-size: calc((13 / 14) * var(--font-size-root));
    color: #fff;
    border-radius: 2rem;
    margin-right: 3px;
}

/* #endregion */


/* #region 搜索结果页*/
/* #endregion */