* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif
}

ul,
ol,
li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0
}

img[src=""],
img[class*="loading"] {
    background-color: #ddd
}

em {
    font-style: normal
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px
}

.section {
    padding: 64px 0
}

/* PC端  begin*/
/* 外贸牛GEO“全域内容分发体系” begin */
.w-title {
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom: 48px;
}

.w-title h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: .15em;
}

.w-structure .w-structure-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.w-structure .w-structure-list .w-structure-item {
    display: flex;
    align-items: center;
    width: calc(25% - 16px * 3/4);
}

.w-structure .w-structure-item-wrap {
    padding: 32px 0;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(218, 228, 248, 0.5);
}

.w-structure .w-structure-item-wrap .w-structure-item-cover {
    width: 100%;
}

.w-structure .w-structure-item-wrap .w-structure-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w-structure .circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dff0ff;
    text-align: center;
    line-height: 50px;
    color: #0a5cff;
    font-size: 31px;
    font-weight: bolder;
}

.w-structure .w-structure-item-wrap .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
}

/* 外贸牛GEO“全域内容分发体系” end */

/* 外贸牛GEO核心系统 begin*/
.w-system {
    background-color: #ebf2ff;
}

.w-system .monitoring {
    width: 100%;
    border-radius: 16px;
    padding: 54px 0 70px 0;
    background-image: url("/static/home/img/geo/sys_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.w-system .monitoring .title {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.w-system .monitoring .monitoring-list {
    display: flex;
    gap: 32px;
    margin: 54px 64px 0 64px;
}

.w-system .monitoring .monitoring-list .monitoring-item {
    width: calc(33.33333% - 32px * 2/3);
    padding: 32px 64px 32px 32px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(218, 228, 248, 0.5);
}

.w-system .circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dff0ff;
    text-align: center;
    line-height: 40px;
    color: #0a5cff;
    font-size: 24px;
    font-weight: 600;
}

.w-system .monitoring-item h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    margin: 24px 0 16px 0;
}

.w-system .monitoring-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.w-system .distribute {
    background-image: url("/static/home/img/geo/sys_geo.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.w-system .distribute .title {
    font-size: 30px;
    line-height: 32px;
    color: #0a5cff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.w-system .distribute .distribute-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.w-system .distribute-item {
    width: 50%;
}

.w-system .distribute-item:nth-child(2n) {
    text-align: right;
}

.w-system .distribute-item:nth-child(2n) .distribute-item-content {
    float: right;
}

.w-system .distribute-item-last {
    text-align: center;
    margin-top: 64px;
}

.w-system .distribute-item .distribute-item-content {
    width: 245px;
    height: 235px;
}

.w-system .distribute-list h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 16px 0;
}

.w-system .distribute-list p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* 外贸牛GEO核心系统 end */

/* 问答示例 begin */
.w-example {
    padding: 64px 20px;
    background-color: #7bbffe;
}

.w-example .w-example-list {
    display: flex;
    gap: 20px;
}

.w-example .w-example-list .w-example-item {
    width: calc(33.33333% - 20px * 2/3);
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 8px;
    position: relative;
}

.w-example .w-example-item .title {
    display: flex;
    width: 260px;
    height: 36px;
    border-radius: 18px;
    background-color: #0a5cff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-40%);
}

.w-example .w-example-item .title span {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #0a5cff;
    background-color: #fff;
    text-align: center;
    line-height: 54px;
}

.w-example .w-example-item .title h4 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-left: 10px;
}

.w-example .w-example-item .title em {
    color: #ffed1f;
}

.w-example .w-example-list .w-example-item .w-example-item-cover {
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.w-example .w-example-list .w-example-item .w-example-item-cover img {
    width: 100%;
}

/* 问答示例 end */

/* 外贸牛GEO系统部署 begin */
.w-deploy .w-deploy-content {
    background-color: #ebf2ff;
    border-radius: 16px;
    padding: 64px 72px;
}

.w-deploy .w-deploy-list {
    display: flex;
}

.w-deploy .w-deploy-list .w-deploy-item-left {
    width: 40%;
}

.w-deploy .w-deploy-list .w-deploy-item-right {
    width: 60%;
}

.w-deploy .w-deploy-list .w-deploy-item-right img {
    width: 100%;
}

.w-deploy .w-deploy-item-list-item {
    margin-bottom: 52px;
}

.w-deploy .w-deploy-item-list-item:last-child {
    margin-bottom: 0;
}

.w-deploy .w-deploy-item-list-item h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
}

.w-deploy .w-deploy-item-list-item h4 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/static/home/img/geo/yes.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.w-deploy .w-deploy-item-list-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* 外贸牛GEO系统部署 end */

/* 外贸牛GEO全流程服务 begin */
.w-service {
    background-color: #ebf2ff;
}

.w-service .w-service-content {
    background-image: url("/static/home/img/geo/wave.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.w-service .w-service-content .w-service-item-1 {
    margin-bottom: 130px;
}

.w-service .w-service-content .w-service-item-list {
    display: flex;
    justify-content: space-between;
}

.w-service .w-service-content .w-service-item-list-item {
    width: 16.6666%;
    text-align: center;
    border-radius: 16px;
}

.w-service .w-service-content .w-service-item-list-item span {
    display: block;
    width: 100%;
}

.w-service .w-service-content .w-service-item-1 .w-service-item-list-item:nth-child(odd) {
    background-image: url("/static/home/img/geo/ser_upbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 24px 0 48px 0;
    box-shadow: 0 0 24px 0 rgba(218, 228, 248, 0.5);
}

.w-service .w-service-content .w-service-item-2 .w-service-item-list-item:nth-child(even) {
    background-image: url("/static/home/img/geo/ser_downbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 48px 0 24px 0;
    box-shadow: 0 0 24px 0 rgba(218, 228, 248, 0.5);
}

.w-service .w-service-content .w-service-item-list-item h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
    margin: 24px 0 18px 0;
}

.w-service .w-service-content .w-service-item-list-item p {
    font-size: 16px;
    color: #666;
    padding: 0 30px;
    margin: 0;
}

/* 外贸牛GEO全流程服务 end */
/* PC端 end */
@media screen and (max-width: 1440px) {
    .w-structure .w-structure-item-wrap .title {
        font-size: 24px;
        line-height: 24px;
    }

    .w-system .distribute-item-last {
        margin-top: 56px;
    }

    .w-service .w-service-content .w-service-item-list-item h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1360px) {
    .w-system .distribute-item .distribute-item-content {
        height: 220px;
    }

    .w-system .distribute-item-last {
        margin-top: 48px;
    }
}

@media screen and (max-width: 1280px) {
    .w-system .distribute-item .distribute-item-content {
        height: 200px;
    }

    .w-system .distribute-item-last {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .w-system .distribute-item .distribute-item-content {
        height: 180px;
    }

    .w-service .w-service-content .w-service-item-list-item span img {
        width: 50%;
    }

    .w-service .w-service-content .w-service-item-list-item h4 {
        margin: 24px 0 16px 0;
    }

    .w-service .w-service-content .w-service-item-1 .w-service-item-list-item:nth-child(odd),
    .w-service .w-service-content .w-service-item-2 .w-service-item-list-item:nth-child(even) {
        padding: 24px 0;
    }

    .w-service .w-service-content .w-service-item-1 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width:1080px) {
    .w-structure .circle {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }

    .w-structure .w-structure-item-wrap {
        padding: 16px 0;
    }

    .w-structure .w-structure-item-wrap .title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .w-structure .w-structure-list {
        flex-wrap: wrap;
    }

    .w-structure .w-structure-list li:nth-child(even) {
        display: none;
    }

    .w-system .monitoring,
    .w-system .distribute {
        padding: 32px 16px;
        margin-bottom: 40px;
        background-image: unset;
        background-color: #d8e2f4;
        border-radius: 16px;
    }

    .w-system .circle {
        display: none;
    }

    .w-system .monitoring-item h4 {
        margin-top: 0;
    }

    .w-system .monitoring .title {
        color: #333;
        text-align: left;
    }

    .w-system .monitoring .monitoring-list,
    .w-system .distribute .distribute-list {
        flex-wrap: wrap;
        gap: unset;
        margin: 32px 0 0 0;
    }

    .w-system .monitoring .monitoring-list .monitoring-item,
    .w-system .distribute-item {
        width: 100%;
        padding: 24px;
        margin-bottom: 16px;
        background-color: #fff;
        border-radius: 16px;
    }

    .w-system .monitoring .monitoring-list .monitoring-item:last-child {
        margin-bottom: 0;
    }

    .w-system .distribute {
        background-image: unset;
        margin-bottom: 0;
    }

    .w-system .distribute .title {
        color: #333;
        text-align: left;
        position: unset;
        transform: unset;
    }

    .w-system .distribute-item-last {
        width: 100%;
        padding: 24px;
        margin-bottom: 16px;
        background-color: #fff;
        border-radius: 16px;
        margin: 0;
    }

    .w-system .distribute-item .distribute-item-content,
    .w-system .distribute-item-last .distribute-item-content {
        text-align: left;
        width: unset;
        height: unset;
    }

    .w-system .distribute-item:nth-child(2n) .distribute-item-content {
        float: none;
    }

    .w-example {
        padding: 48px 16px 32px 16px;
    }

    .w-example .w-example-list {
        flex-wrap: wrap;
        gap: unset;
    }

    .w-example .w-example-list .w-example-item {
        width: 100%;
        margin-bottom: 24px;
    }

    .w-deploy .w-deploy-content {
        padding: 32px 16px;
    }

    .w-deploy .w-deploy-list .w-deploy-item-left {
        width: 100%;
    }

    .w-deploy .w-deploy-list .w-deploy-item-right {
        display: none;
    }

    .w-service .w-service-content .w-service-item-list-item p {
        padding: 0 8px;
    }

    .w-service .w-service-content .w-service-item-list-item span img {
        width: 40%;
    }

    .w-service .w-service-content .w-service-item-list-item h4 {
        margin: 16px 0 8px 0;
    }

    .w-service .w-service-content .w-service-item-1 .w-service-item-list-item:nth-child(odd),
    .w-service .w-service-content .w-service-item-2 .w-service-item-list-item:nth-child(even) {
        padding: 16px 0;
        width: 100%;
    }

    .w-service .w-service-content .w-service-item-1 {
        margin-bottom: 80px;
    }

    .w-service .w-service-content {
        background-image: unset;
    }

    .w-service .w-service-content .w-service-item-1 .w-service-item-list-item:nth-child(even),
    .w-service .w-service-content .w-service-item-2 .w-service-item-list-item:nth-child(odd) {
        display: none;
    }

    .w-service .w-service-content .w-service-item-list {
        flex-wrap: wrap;
    }

    .w-service .w-service-content .w-service-item-1 {
        margin-bottom: 0;
    }

    .w-service .w-service-content .w-service-item-list-item span img {
        width: auto;
    }
}