.pc {
    display: block !important;
}

.m {
    display: none !important;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    /* color: #fff; */
}

.container-width {
    max-width: 1200px;
    margin: 0 auto;
}
.ja-JP .banner{
    background-image: url('https://www.orionstar.com/res/orics/down/ow001_20250124_58b65bdae30fbb522b31765edf90ee56.webp') !important;
}

.banner-title {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 600;
}

.banner-desc {
    font-size: 18px;
    line-height: 200%;
}

.banner-btns {
    margin-top: 42px;
    text-align: center;
}

.btn-text {
    padding: 10px 24px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
}

.case {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.case-content {
    display: flex;
    justify-content: flex-start;
}

.case-content .left {
    width: 540px;
    margin-right: 60px;
}

.case-content .right {
    flex: 1;
}

.case-title {
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 8px;
}
.case-con-r{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.case-con-r img{
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.case-con {
    font-size: 12px;
    color: #646464;
}

.case-desc {
    margin: 16px 0;
    font-size: 12px;
    line-height: 200%;
}

.case-btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #3377FF;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
}

.zh-btn {
    display: none;
}

.zh-CN .case-btns {
    display: flex;
}

.zh-CN .zh-btn {
    display: inline-block;
    margin-left: 20px;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-slide {
    opacity: 0;
    /* 移除透明度动画 */
    transition: transform 2s ease;
    position: relative;
}

.swiper-slide-active {
    opacity: 1;
    transform: none;
}

.swiper-slide-next {
    transform: translateX(100%);
}

.swiper-slide-prev {
    transform: translateX(-100%);
}

.right {
    height: 338px;
    position: relative;
    cursor: pointer;
}
.right img{
    border-radius: 12px;
}
.case-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.list {
    padding-bottom: 120px;
}

.list-tab {
    display: flex;
    height: 68px;
    line-height: 68px;
    gap: 16px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.zh-CN .list-tab {
    justify-content: center;
}

.list-tab .list-tab-item {
    width: calc(100%/6);
    text-align: center;
}

.list-tab-item {
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    white-space: nowrap;
    flex-shrink: 0;
}

.list-tab-item.active {
    border-bottom: solid 3px #3377FF;
    font-weight: 600;
}

.list-content {
    display: none;
}

.list-content.active {
    display: block;
}

.list-con {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px;
}
.list-con-item{
    margin-top: 36px;
    cursor: pointer;
}
.list-img {
    position: relative;
}
.list-img img{
    border-radius: 12px;
    
}

.list-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}
.list-desc{
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.preview-video{
 cursor: pointer;   
}
.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}
.pc{
    display: block;
}
.m{
    display: none;
}
