.product {
    position: absolute;
    inset: 0;
}

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

.product a {
    text-decoration: none;
}

.product .background {
    position: absolute;
    inset: 0;
    background: linear-gradient(-38deg, #1E1129 0%, #2F1D3F 100%);
    opacity: 0.99;
}

.product .top-bg {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(https://img1.mymax.cn/mymaxair/officialwebsite-pc/2025/images/product/challenge-bg.png);
    background-size: cover;
    background-position: center;
    height: 9.9rem;
}

.product .container {
    position: absolute;
    inset: 0;
    overflow: auto;
}

.product .container .wrapper {
    position: relative;
}

.product .container .wrapper .banner {
    width: 16.175rem;
    height: 8.74rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding-top: 1.88rem;
    box-sizing: border-box;
}

.product .container .wrapper .banner .introduce {
    width: 7.35rem;
}
.product .container .wrapper .banner .right_block {
    width: 9.07rem;
    height: 4.88rem;
    background-image: url(https://img1.mymax.cn/mymaxair/officialwebsite-pc/2025/images/product/challenge-title.png);
    background-size: cover;
    background-position: center;
}

.product .container .wrapper .banner .en {
    color: #FFF;
    position: relative;
    white-space: nowrap;
    font-size: 0.33rem;
    font-family: D-DIN-PRO-400-Regular;
}

.product .container .wrapper .banner .zh{
    height: 0.84rem;
    font-family: "ChuangKeTieJinGangTi-2";
    font-weight: bold;
    font-size: 0.9rem;
    color: #FFFFFF;
    line-height: 0.84rem;
    padding-top: 0.2rem;
    padding-bottom: 0.28rem;
}

.product .container .wrapper .banner .desc {
    font-size: 0.1875rem;
    color: #FFF;
    width: 5.65rem;
    font-size: 0.225rem;
    line-height: 0.3375rem;
    font-family: "YouYuan";
    font-weight: 400;
}

.product .container .wrapper .banner .learn-more {
    margin-top: 0.4625rem;
    height: 0.8rem;
}

.product .container .wrapper .banner .learnBtn {
    width: 2.8375rem;
    height: 0.8rem;
    background: #EF8B2F;
    border-radius: 0.0875rem;
    font-size: 0.255rem;
    color: #FFF;
    line-height: 0.8rem;
    text-align: center;
    cursor: pointer;
}

.product .container .wrapper .banner .learnBtn a {
    display: block;
    height: 100%;
    color: inherit;
}

.product .common-btn {
    cursor: pointer;
}

.product .common-btn:hover {
    opacity: 0.8;
}

.product .container .wrapper .banner .playBtn {
    margin-left: 0.5875rem;
    width: 1.025rem;
    position: relative;
    top: -0.1125rem;
    cursor: pointer;
}

.product .container .wrapper .banner .playBtn img {
    width: 100%;
}

.product .container .wrapper .section-line {
    position: relative;
    height: .05rem;
    background-color: #FFFFFF;
    margin: .05rem 0 .275rem 0;
}

.product .container .wrapper .section-line .more {
    position: absolute;
    top: -0.4375rem;
    right: 0;
    font-weight: 400;
    font-size: .25rem;
    color: #FFFFFF;
    cursor: pointer;
}

.product .container .wrapper .section-line .more:hover {
    opacity: 0.8;
}


.title .zh {
    font-family: "ChuangKeTieJinGangTi-2";
    font-weight: 400;
    font-size: 0.44rem;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.title .line {
    width: 13.1rem;
    height: 0.01rem;
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.title .desc {
    font-size: 0.1875rem;
    color: #EF8B2F;
    width: 5.2625rem;
    line-height: 0.3rem;
    font-family: "YouYuan";
    font-weight: 400;
    margin-top: 0.45rem;
}

.trait {
    width: 14.98rem;
    margin: 0 auto;
    position: relative;
    margin-top: 1.34rem;
    margin-bottom: 1rem;
}

.trait .content .list {
    flex-flow: wrap;
    padding: 0.26rem 0.76rem 0;
}

.trait .trait_item {
    width: 6.34rem;
}

.trait .trait_item p {
    height: 0.36rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #FFFFFF;
}

.trait .trait_item img {
    width: 100%;
}

.trait .trait_item .desc {
    font-size: 0.23rem;
    line-height: 0.34rem;
    color: #FFFFFF;
}

.solution {
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
}
.solution .top {
    width: 14.98rem;
    margin: 0 auto;
}

.solution .list {
    margin-top: 0.51rem;
    flex-flow: wrap;
    justify-content: space-around;
}

.solution .list .item {
    height: 5.08rem;
    display: flex;
    position: relative;
    transition-duration: 200ms;
}
.solution .list .item:hover {
    transform: translateY(-5px);
}
.solution .list .item:nth-child(1) {
    height: 5.11rem;
}

.solution .list .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.solution .list .item .bg img {
    width: 100%;
    height: 100%;
}

.solution .list .item .intr {
    width: 4.2rem;
    padding-top: 0.6rem;
    position: relative;
    z-index: 0;
}

.solution .list .item:nth-child(1) .intr {
    width: 5.65rem;
    margin-left: 13.53rem;
}

.solution .list .item:nth-child(2) .intr {
    width: 7.06rem;
    margin-left: 4.49rem;
}

.solution .list .item:nth-child(3) .intr {
    width: 6.63rem;
    margin-left: 12.69rem;
}

.solution .list .item .intr .title {
    margin: 0;
    margin-bottom: 0.4rem;
}

.solution .list .item .title {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 0.38rem;
    color: #FFFFFF;
}

.solution .list .item .desc {
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFF;
    line-height: 0.34rem;
}

.hide {
    display: none;
}