.landscape-container{background:#fff;width:100%;padding:80px 120px;overflow:hidden}.landscape-title{text-align:center;color:#1a1a1a;margin-bottom:60px;font-size:56px}.landscape-content{flex-direction:column;gap:40px;display:flex;position:relative}.landscape-content:before,.landscape-content:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.landscape-content:before{background:linear-gradient(90deg,#fffffff2 0%,#ffffffb3 40%,#fff0 100%);left:0}.landscape-content:after{background:linear-gradient(270deg,#fffffff2 0%,#ffffffb3 40%,#fff0 100%);right:0}.landscape-row{width:100%;position:relative;overflow:hidden}.landscape-scroll{will-change:transform;width:max-content;display:flex}.landscape-row:first-child .landscape-scroll{animation:40s linear infinite scrollLeft}.landscape-row:nth-child(2) .landscape-scroll{animation:45s linear infinite scrollLeft}.landscape-items{flex-shrink:0;gap:60px;margin-right:60px;display:flex}.landscape-item{justify-content:center;align-items:center;min-width:140px;height:60px;padding:10px 20px;display:flex}@keyframes scrollLeft{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (max-width:768px){.landscape-container{padding:80px 20px}.landscape-title{margin-bottom:40px;font-size:32px}.landscape-items{gap:40px;margin-right:40px}.landscape-item{flex-shrink:0;width:120px;min-width:120px;max-width:120px;height:50px;padding:8px 12px}.landscape-item img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:100%}.landscape-row:first-child .landscape-scroll{animation:30s linear infinite scrollLeft}.landscape-row:nth-child(2) .landscape-scroll{animation:35s linear infinite scrollLeft}.landscape-content:before,.landscape-content:after{width:80px}}
