.openclaw-banner {
    width: 100%;
    position: relative;
    background-image: url('../images/openclaw-banner.png');
    background-size: cover;
    background-position: center;
    padding: 115px 12px 100px;
    color: #fff;
}

.openclaw-banner .xp-openclaw {
    justify-content: center;
}

.openclaw-banner .openclaw-banner-left {
    margin-top: 70px;
}

.openclaw-banner .openclaw-banner-left .openclaw-tit {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 94px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    margin-bottom: 11px;
}

.openclaw-banner .openclaw-banner-left .openclaw-txt {
    max-width: 924px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: normal;
    word-break: break-word;
}

.openclaw-banner .openclaw-banner-left .openclaw-btn {
    display: inline-flex;
    height: 58px;
    line-height: 58px;
    background: linear-gradient(360deg, #5995FE 0%, #7B73FF 100%);
    border-radius: 29px 29px 29px 29px;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top: 54px;
    cursor: pointer;
}

.openclaw-banner .openclaw-banner-right {
    margin-left: 24px;
    margin-top: 30px;
}

.openclaw-body .body-col-1 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
    padding: 0 12px;
}

.openclaw-body .body-col-1 .body-col-btn {
    display: inline-flex;
    align-items: center;
    height: 58px;
    line-height: 58px;
    border-radius: 29px 29px 29px 29px;
    border: 1px solid #EB98A0;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #565656;
    padding: 0 32px;
    cursor: pointer;
}

.openclaw-body .body-col-2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    padding: 0 12px;
}

.openclaw-body .body-col-2 .body-row-1 {
    display: flex;
    align-items: center;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 38px;
    color: #F75E5E;
}

.openclaw-body .body-col-2 .body-row-1 .txt {
    color: #1B1E23;
}

.openclaw-body .body-col-2 .body-row-2 {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 14px;
}

.body-qw {
    margin-top: 32px;
}

.openclaw-body .body-col-2 .body-row-3 {
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 12px;
    color: #343434;
    margin-top: 14px;
}


.openclaw-merit {
    padding: 60px 12px 60px;
    background-size: cover;
}

.openclaw-merit .merit-list {
    display: inline-flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 46px 46px;
}

.openclaw-merit .merit-list .merit-box {
    flex: 0 0 calc(50% - 23px);
    min-width: 370px;
    height: 188px;
    border-radius: 20px 20px 20px 20px;
    padding: 28px;
    background: url("../images/openClaw-merit-bg.png") 50% no-repeat;
    background-size: cover;
    box-shadow: 0 10px 16px 0 rgba(86, 86, 86, 0.14);
}

.merit-box .merit-top .merit-tit {
    height: 27px;
    font-weight: 400;
    font-size: 20px;
    color: #343434;
    line-height: 23px;
    letter-spacing: 1px;
    margin-left: 24px;
}

.merit-box .merit-content {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    line-height: 28px;
    letter-spacing: 1px;
}

.openclaw-pro-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    background: url("../images/openClaw-pro-bg.png") 50% no-repeat;
    font-size: 36px;
    color: #CC6943;
    border-radius: 10px;
    margin-bottom: 60px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
}

@media screen and (max-width: 1500px) {
    .openclaw-banner .openclaw-banner-left .openclaw-tit {
        font-size: 30px;
    }

    .openclaw-banner .openclaw-banner-left .openclaw-txt {
        font-size: 16px;
    }

    .openclaw-pro-bg {
        font-size: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .openclaw-banner .openclaw-banner-left .openclaw-tit {
        font-size: 20px;
    }

    .openclaw-banner .openclaw-banner-left .openclaw-txt {
        font-size: 14px;
    }

    .openclaw-banner-right {
        display: none;
    }

    .xp-logo-openclaw {
        display: none;
    }
}


@media screen and (max-width: 769px) {

    .openclaw-body .body-col-1 .body-col-btn {
        font-size: 16px;
    }

    .openclaw-body .body-col-2 .body-row-1 {
        font-size: 20px;
    }

    .openclaw-pro-bg {
        font-size: 14px;
    }
}