/* banner */
.top-banner .banner-first {
    background: url('/static/images/overseas/nb8.png') no-repeat center center / cover;
}

/* 热销产品 */
.hot-sale {}

.hot-sale-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
}

.hot-sale-wrapper .card {
    box-shadow: 0px 1px 20px 0px rgba(9, 67, 135, 0.2);
    border-radius: 5px;
    padding: 25px 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    transition: all ease-out 0.3s;
}

.hot-sale-wrapper .card h3 {
    font-size: 16px;
    font-weight: bold;
}

.hot-sale-wrapper .card:hover h3 {
    color: var(--primary-color);
}

.hot-sale-wrapper .card p {
    font-size: 14px;
    color: var(--content-color);
}

.hot-sale-wrapper .card img {
    width: 137px;
    height: auto;
}

/* 业务覆盖范围 */
.scope-of-services {}

.scope-of-services-wrapper {
    width: 100%;
    height: 800px;
    background-image: url('/static/images/overseas/bg1.png');
    background-repeat: no-repeat;
    background-position: center bottom;

    background-color: #0D224A;
    color: #FFFFFF;
}

.scope-of-services-wrapper .inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.scope-of-services-wrapper .inner-wrapper .items {
    padding: 80px 20px;
    display: flex;
    justify-content: space-between;
}

.scope-of-services-wrapper .inner-wrapper .items .item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.scope-of-services-wrapper .inner-wrapper .items .item img {
    height: 92px;
    width: auto;
}

.scope-of-services-wrapper .inner-wrapper .items .item .number {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
}

.scope-of-services-wrapper .inner-wrapper .items .item .desc {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

/* 跨境电商——全域海外客群营销触达方案 */
.cross-border {}

.cross-border-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.cross-border-wrapper .card {
    display: flex;
    justify-content: space-between;
}

.cross-border-wrapper .card:not(:first-child) {
    margin-top: 80px;
}

.cross-border-wrapper .card .image {
    width: 580px;
    height: 410px;
    border-radius: 8px;
    overflow: hidden;

    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
}

.cross-border-wrapper .card .content {
    width: calc(100% - 620px);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cross-border-wrapper .card .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.cross-border-wrapper .card .content h3 {
    font-size: 24px;
    font-weight: 600;
}

.cross-border-wrapper .card .content ul {
    margin-top: 40px;
}

.cross-border-wrapper .card .content ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

.cross-border-wrapper .card .content ul li .title {
    color: var(--primary-color);

}

.cross-border-wrapper .card .content ul li .desc {
    color: var(--content-color);
    margin-top: 10px
}

/* 游戏出海——玩家召回、推广运营通信解决方案 */
.games {

    background-image: url('/static/images/overseas/bg2.png');
    background-repeat: no-repeat;
    background-position: left bottom;

    background-color: #EFF1F4;
}

/* 合作伙伴 */
.partners-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
}

.partners-wrapper img {
    width: 264px;
    height: 127px;

    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}