#app,
.normal {
    height: 100%;
}

.normal {
    width: 100%;
    background-color: #fff;
}

.Frame {
    z-index: 1;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.fishd-layout {
    display: flex;
    flex-direction: column;
    flex: auto;
    background: #f0f2f5;
}

.fishd-layout {
    display: flex;
    flex-direction: column;
    flex: auto;
    background: #f0f2f5;
}

.Frame-content {
    background-color: #fff;
}

.fishd-layout-content {
    flex: auto;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.Frame-header {
    transform: translateZ(1000px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: transparent;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.fishd-layout-header {
    background: #001529;
    padding: 0 50px;
    height: 80px;
    line-height: 80px;
}

.fishd-layout-footer,
.fishd-layout-header {
    flex: 0 0 auto;
}

.Frame-header-fixed .Frame-header-bg {
    opacity: 1;
    transform: translateZ(1000px);
}

.Frame-header-fixed .Frame-header-bg {
    opacity: 1;
    transform: translateZ(1000px);
}

.Frame-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgb(37 38 94 / 10%);
    opacity: 0;
    transform: translateY(-5px);
    transition: all .3s;
    z-index: -1;
}

.Frame-header-fixed .Frame-header-wrapper {
    transform: translateZ(1000px);
}

.Frame-header-fixed .Frame-header-wrapper {
    transform: translateZ(1000px);
}

.Frame-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    transform: translateZ(1000px);
}

a {
    color: #337eff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

img {
    vertical-align: middle;
    border-style: none;
}

.Frame-header-fixed .Frame-nav,
.Frame-header-fixed .Frame-nav .fishd-menu-item,
.Frame-header-fixed .Frame-nav a,
.Frame-header-fixed .Frame-nav li {
    color: #1a2233;
}

.Frame-header .Frame-nav {
    line-height: 80px;
    border-bottom: none;
    color: #fff;
    background: transparent;
    display: flex;
    width: 100%;
}

.fishd-menu-horizontal {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: none;
    line-height: 46px;
}

.fishd-menu {
    font-family: "Monospaced Number", Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    color: #333;
    background: #fff;
    line-height: 0;
    transition: background .3s, width .2s;
    zoom: 1;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.fishd-menu-horizontal {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: none;
    line-height: 46px;
}

.Frame-header .Frame-nav .fishd-menu-item {
    top: 0;
    position: relative;
    padding: 0 40px 0 0;
    border: none;
    margin-left: 4%;
    height: 60px;
    display: flex;
    align-items: center;
    width: 16%;
    justify-content: flex-end;
}

.Frame-header .Frame-nav a,
.Frame-header .Frame-nav li {
    color: #1a2233;
    font-size: 16px;
}

.Frame-header .Frame-nav .fishd-menu-item span {
    position: relative;
}

.Frame-header .Frame-nav i.iconfont {
    display: inline-block;
    margin-left: 6px;
    transition: transform .3s;
}

.fishd-menu-horizontal>.fishd-menu-item,
.fishd-menu-horizontal>.fishd-menu-submenu {
    position: relative;
    top: 1px;
    float: left;
    border-bottom: 2px solid transparent;
}


/* banner  */

.Home-carousel {
    height: 560px;
    position: relative;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-image: url(../img/index/banner.png);
    background-position: 50%;
}


/* banner-icon */

.aos-animate {
    opacity: 1;
    transform: none;
}

.Home-advertSpace {
    display: flex;
    width: 1200px;
    margin: -70px auto 80px;
    position: relative;
}

.Home-advertSpace-box {
    display: flex;
    width: 288px;
    background: #fff;
    border: .5px solid #e6e7eb;
    box-sizing: border-box;
    box-shadow: 0 20px 60px -30px rgba(26, 34, 51, .2);
    border-radius: 8px;
    padding: 25px 0 25px 16px;
    margin-right: 20px;
    transition: all .4s ease-in-out;
    position: relative;
}

.Home-advertSpace-box .advertSpace-img {
    margin-right: 12px;
    margin-top: -4px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}

.Home-advertSpace-box .is-leave {
    animation: advertSpace-leave .3s steps(16) forwards;
    -webkit-animation: advertSpace-leave .3s steps(16) forwards;
}

.Home-advertSpace-box h4 {
    font-size: 18px;
    line-height: 26px;
    color: #1a2233;
    margin-bottom: 12px;
}

.Home-advertSpace-box a {
    text-decoration: none;
    color: #1a2233;
}

.Home-advertSpace-box p {
    font-size: 13px;
    color: #676b73;
    line-height: 20px;
}


/* 一楼 title */

.sixmodule {
    background: #fff;
    padding-bottom: 60px;
}

.Home-section {
    padding-top: 80px;
}

.Home-section-main {
    transition: all 1s linear;
    position: relative;
}

.Home-section-title.mintop {
    margin-bottom: 60px;
}

.Home-section-title {
    text-align: left;
    width: 1200px;
    margin: 0 auto 80px;
    position: relative;
}

.Home-section .section-title {
    font-size: 40px;
    color: #1a2233;
    margin-bottom: 20px;
    line-height: 60px;
}

.Home-section .section-subTitle {
    font-size: 20px;
    color: #676b73;
    line-height: 30px;
}


/* tab */


/* 应用场景 */

.aos-animate {
    opacity: 1;
    transform: none;
}

.m-new-custom-tabs {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.fishd-tabs-line>.fishd-tabs-bar {
    margin-bottom: 0;
}

.fishd-tabs-nav-container {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    margin-bottom: -1px;
    zoom: 1;
}

.index_section {
    /* padding-top: 100px; */
    margin-bottom: 100px;
}

.m-new-custom-tabs .fishd-tabs-nav {
    width: 100%;
    font-size: 20px;
    color: gray;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 20px 0 1px;
}

.fishd-tabs-nav-container {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    margin-bottom: -1px;
    zoom: 1;
}

.fishd-tabs-bar,
.fishd-tabs-nav-container {
    transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.fishd-tabs-tab-prev {
    left: 0;
}

.fishd-tabs-tab-next-icon,
.fishd-tabs-tab-prev-icon {
    font-weight: 700;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fishd-tabs-tab-next {
    right: 2px;
}

.fishd-tabs-tab-btn-disabled,
.fishd-tabs-tab-btn-disabled:hover {
    color: #999;
}

.fishd-tabs-tab-btn-disabled {
    cursor: not-allowed;
}

.fishd-tabs-nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.fishd-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.fishd-tabs-nav {
    box-sizing: border-box;
    padding-left: 0;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.fishd-tabs-line>.fishd-tabs-bar .fishd-tabs-nav .fishd-tabs-tab {
    padding: 0;
    border-bottom: 2px solid;
    padding-bottom: 20px;
    height: 82px;
}

.fishd-tabs-nav .fishd-tabs-tab-active {
    color: #05f;
    font-weight: 500;
}

.m-new-custom-tabs .fishd-tabs-tab {
    flex: 1 1;
}

.fishd-tabs-nav .fishd-tabs-tab-active,
.fishd-tabs-nav .fishd-tabs-tab-active a {
    color: #337eff;
}

.fishd-tabs-nav .fishd-tabs-tab {
    display: inline-block;
    height: 100%;
    line-height: 20px;
    padding: 14px 20px;
    box-sizing: border-box;
    position: relative;
    transition: color .3s cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    text-decoration: none;
}

.fishd-tabs>.fishd-tabs-content {
    overflow-y: auto;
}

.fishd-tabs:not(.fishd-tabs-vertical)>.fishd-tabs-content-animated {
    display: flex;
    flex-direction: row;
    will-change: margin-left;
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
}

.fishd-tabs:not(.fishd-tabs-vertical)>.fishd-tabs-content {
    width: 100%;
}

.fishd-tabs:not(.fishd-tabs-vertical)>.fishd-tabs-content-animated {
    display: flex;
    flex-direction: row;
    will-change: margin-left;
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
}

.fishd-tabs:not(.fishd-tabs-vertical)>.fishd-tabs-content {
    width: 100%;
}

.m-new-custom-tabs .fishd-tabs-content {
    overflow: visible!important;
    flex: auto;
}

.fishd-tabs-no-animation>.fishd-tabs-content-animated,
.fishd-tabs-vertical>.fishd-tabs-content-animated,
.no-flex>.fishd-tabs-content-animated {
    transform: none!important;
    margin-left: 0!important;
}

.fishd-tabs:not(.fishd-tabs-vertical)>.fishd-tabs-content>.fishd-tabs-tabpane {
    flex-shrink: 0;
    width: 100%;
    transition: opacity .45s;
    opacity: 1;
}

.index_sceneItemj {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_sceneImg {
    width: 610px;
    height: 500px;
    margin-right: 80px;
}

.index_sceneBody {
    width: 310px;
}

.index_sceneTitle {
    color: #1a2233;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

.fishd-tabs-tab {
    line-height: 20px;
}

.fishd-tabs-tab span {
    display: block;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}


/* 轮播 */

.bg-product {
    background: url('../img/index/floor-bg.png');
    background-repeat: no-repeat !important;
    background-size: 2560px 580px !important;
    background-position: 50% !important;
    height: 580px;
}

.bg-product-two {
    background: url('../img/index/floor-bg-1.png');
}

.product-carousel-content {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

.product-carousel-content .product-title {
    margin-top: 60px;
    width: 200px;
}

.product-carousel-content .product-title h3 {
    font-weight: 600;
    font-size: 40px;
    color: #1a2233;
    height: 60px;
    margin-bottom: 24px;
}

.product-carousel-content .product-title div {
    font-size: 20px;
    color: #676b73;
    height: 60px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .05em;
}


/* 右边 内容 */

.product-carousel-content .product-box {
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    width: 880px;
    height: 450px;
    background: linear-gradient(307.93deg, #fdfdfd .87%, #fff 98.9%);
    border: 1px solid #e6e7eb;
    box-shadow: 0 40px 60px -20px rgb(0 13 77 / 15%);
    border-radius: 16px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.product-box-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.product-desc {
    height: 120px;
    /* line-height: 108px; */
    font-size: 17px;
    margin-bottom: 20px;
}

.product-box-content {
    display: flex;
    flex-wrap: wrap;
    height: 120px;
}

.product-content-item {
    flex: 0 1 150px;
    margin: 5px;
    background: #fff;
    border: 0.5px solid #e6e7eb;
    width: 140px;
    border-radius: 58px;
    height: 50px;
    line-height: 50px;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 20px 60px -30px rgb(26 34 51 / 20%);
}

.product-content-item img {
    vertical-align: middle;
}


/* 三楼 标题 */

.Home-section-title {
    text-align: left;
    width: 1200px;
    margin: 0 auto 80px;
    position: relative;
}

.section-title-img {
    position: absolute;
    left: -28px;
    top: -28px;
}

.section-title-img img {
    width: 72px;
    height: 72px;
}

.section-title {
    font-size: 40px;
    color: #1a2233;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 500;
}


/* 三楼 内容 */

.sixmodule-content {
    display: block;
}

.sixmodule-solution-con {
    width: 1200px;
    margin: 0 auto 60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Home-section-content {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.sixmodule-solution-con {
    width: 1200px;
    margin: 0 auto 60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.aos-animate {
    opacity: 1;
    transform: none;
}

.sixmodule-card {
    width: 580px;
    height: 240px;
    padding: 40px;
    transition: all .3s ease-in!important;
    display: flex;
    background-repeat: no-repeat;
    background-size: 240px 240px;
    background-position: 100%;
    margin-right: 40px;
    margin-bottom: 40px;
    border: 0.5px solid #e6e7eb;
    box-shadow: 0 40px 60px -20px rgb(0 13 77 / 15%);
    border-radius: 16px;
}

.sixmodule-card img {
    width: 58px;
    height: 58px;
    vertical-align: top;
    margin-right: 20px;
}

.sixmodule-card-content {
    color: #1a2233;
    overflow: hidden;
}

.sixmodule-card-content h6 {
    font-weight: 600;
    line-height: 58px;
    height: 58px;
    font-size: 28px;
    color: #1a2233;
    margin-bottom: 16px;
}

.sixmodule-card-content .label-con {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    position: absolute;
    width: 390px;
}

.sixmodule-card-content a {
    font-size: 16px;
    letter-spacing: .28px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #1a2233;
    padding: 0 13px 0 16px;
    margin-left: -16px;
}

.sixmodule-card-content a i {
    margin-right: 12px;
    font-size: 20px;
    vertical-align: middle;
}

.sixmodule-card-content a .wejiantouyou {
    font-size: 16px;
    margin-left: 4px;
    margin-right: 0;
}

.sixmodule-card:nth-child(2n) {
    margin-right: 0;
}

.sixmodule-card:nth-child(4) {
    margin-top: -114px;
}

.sixmodule-card:nth-child(2) {
    margin-top: -114px;
}


/* 四楼 标题 */

.kehu-section-title {
    margin-bottom: -70px;
    margin-top: 120px;
}

.Home-section-title {
    text-align: left;
    width: 1200px;
    margin: 0 auto 80px;
    position: relative;
}

.section-title-img {
    position: absolute;
    left: -28px;
    top: -28px;
}

.section-title-img img {
    width: 72px;
    height: 72px;
}

.section-title {
    font-size: 40px;
    color: #1a2233;
    margin-bottom: 20px;
    line-height: 60px;
}

.section-subTitle {
    font-size: 20px;
    color: #676b73;
    line-height: 30px;
}


/* 四楼  内容 */

.kehu-carousel-wrapper {
    height: 450px;
    padding-top: 150px;
}

.kehu-carousel-wrapper .kehu-carousel-content {
    position: relative;
    display: flex;
}

.kehu-carousel-wrapper .kehu-carousel-content .kefu-con {
    position: relative;
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 30px;
    color: #1a2233;
    font-weight: 600;
}

.kehu-carousel-wrapper .kehu-carousel-content .kefu-con .kehu-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.kehu-carousel-wrapper .kehu-carousel-content .kefu-con .logoImg {
    height: 101px;
    vertical-align: top;
    margin-right: 20px;
}

.kehu-carousel-wrapper .kehu-carousel-content .kefu-con .title {
    margin-bottom: 11px;
}

.kehu-carousel-wrapper .kehu-carousel-content .kefu-con .desc {
    color: #676b73;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    width: 640px;
    opacity: .9;
    line-height: 30px;
}

.kehu-carousel-wrapper .kehu-carousel-content .kehu-left {
    background-image: url(../img/index/four-content-bg.jpg);
    height: 450px;
    width: 72%;
    background-repeat: no-repeat;
    background-size: 1850px 450px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}

.kehu-carousel-wrapper .kehu-carousel-content .kehu-right {
    height: 500px;
    background-repeat: no-repeat;
    background-size: 1140px 500px;
    background-position-x: 0;
    width: 44%;
    position: absolute;
    top: -150px;
    right: 0;
    overflow: hidden;
}

.customer-case-carousel .carousel-card {
    position: relative;
    height: 410px;
    padding: 70px 150px;
}


/* .swiper-container {
    width: 100%;
    margin: 35px 0;
} */

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kehu-carousel-arrows {
    width: 1200px;
    margin: 70px auto 0;
    position: relative;
    display: flex;
    bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.5;
    background-size: 15px;
    cursor: pointer;
    background: #DCDFE6;
    color: #1A2233;
}

.swiper-button-next {
    position: relative;
    top: 9px;
    left: 80px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
}


/* 客户logo */

.partner {
    min-width: 1200px;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.partner .mark-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.partner .mark-part {
    position: absolute;
    z-index: 22;
    width: 200px;
    height: 300px;
    transform: translateX(-5px);
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.partner .Home-section-main {
    overflow: hidden;
    transform: translateX(calc((100% - 2000px)/2));
}

.Home-section-main {
    transition: all 1s linear;
    position: relative;
}

.partner-content {
    display: flex;
    flex-wrap: nowrap;
}

.scroll-animation {
    -webkit-animation: scroll 18s linear infinite normal;
    animation: scroll 18s linear infinite normal;
}

.free {
    font-family: PingFang SC;
    padding-left: 30px!important;
    font-size: 39px;
    margin-left: 180px;
    align-items: center;
    margin: 100px auto 0;
    text-align: center;
}

.free span {
    height: 50px;
    line-height: 50px;
    color: #BFBFBF;
}

.free .submit-btn {
    border-radius: 30px;
    text-align: center;
    box-shadow: none;
    margin-left: 76px;
}

.m-animbtn-btn {
    box-sizing: border-box;
    display: inline-block;
    background: #05f;
    box-shadow: 0 16px 32px -12px rgb(0 85 255 / 30%);
    border-radius: 50px;
    color: #fff;
    text-align: left;
}

.m-animbtn-btn.small {
    width: 132px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}


/* footer-free */

.reg-wrapper {
    background: url(../img/index/footer.jpg) no-repeat;
    background-size: 2560px 500px;
    height: 500px;
    margin-bottom: 50px;
}

.trybar {
    background-size: cover;
    position: relative;
    height: 380px;
    text-align: center;
    background-position: 50%;
}

.trybar-content {
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 60px 0;
}

.reg-wrapper .reg-con .trybar-title {
    margin-bottom: 50px;
}

.trybar-title {
    color: #1a2233;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}


/*  */

@keyframes scroll1 {
    0% {
        /* 动画开始
         具体值：从距离动画元素顶端的xx位置处开始执行动画。比如200px，它会从距离动画元素顶端200px的位置开始执行动画。
         百分比：根据动画元素的宽度进行比例换算。
         0%：从动画元素顶端开始执行动画，100%：从动画元素尾部开始执行动画，200%：从距离动画元素宽度2倍的位置开始执行动画。
      */
        transform: translateX(100%);
        /* transform: translateX(200px); */
    }
    100% {
        /* 动画完成
         负数表示向左移动的距离
         动画元素向左移动它自身的宽度后，动画结束
      */
        transform: translateX(-450px);
        /* transform: translateY(-350px); */
    }
}


/* 下拉选 */

.topclick {
    height: 50px;
    width: 100px;
    position: relative;
    display: inline-block;
}

.ltbox1 {
    width: 100px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    /*鼠标指针经过*/
}

.ltbox2 {
    width: 100px;
    height: 220px;
    margin-top: 2px;
    border-radius: 10px;
    background-color: white;
    position: absolute;
    display: none;
    /*使下拉菜单栏消失*/
}

.li1 {
    margin-top: 10px;
}

.ltbox2 li {
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    display: block;
    /*使下拉菜单栏显示*/
}

.ltbox2 li:hover {
    background-color: #fff;
}

.Frame-nav .ltbox2 li a {
    color: #999;
}

.ltbox2 li a:hover {
    color: #337eff;
}

.topclick:hover .ltbox2 {
    display: block;
}

.wfhd-one {
    width: 100%;
    height: 454px;
    margin-top: 100px;
}

.box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.imgList {
    animation: rolling 22s linear infinite;
    position: absolute;
    display: flex;
}

@keyframes rolling {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.box img {
    width: 2584px;
    height: 454px;
    float: left;
}


/* .lazy-img {
    transform: scale(0.5);
} */