/*客户真实业务场景视频*/
/*start*/
.video-container {
    width: 1000px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: none;
    box-shadow: 0 0 20px 5px #ccc;
    background:#000;
}

#video {
    width: 100%;
    height: 100%;
}

#video-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -55px;
    top: -10px;
    cursor: pointer;
}
/*end*/

/*新闻*/
/*start*/
.news-container {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.news-container>.title {
    color: #1F2D3D;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 75px;
    font-weight: bold;
    text-align: center;
}

.news-container>.content-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-container>.content-container>.content {
    width: 545px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 20px;
}

.news-container>.content-container>.content:hover>* {
    color: #04cb94 !important;
}

.news-container>.content-container>.content>.news-title {
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2B2E2E;
    font-size: 20px;
    font-weight: 400;
}

.news-container>.content-container>.content>.time {
    color: #848C8C;
    font-size: 14px;
}

.news-container .look-more {
    text-align: center;
    box-sizing: border-box;
    width: 190px; height: 50px;
    background-color: #E9F9F4;
    border: 1px solid #04CB94;
    border-radius: 4px;
    line-height: 48px;
    font-size: 18px;
    color: #04CB94
}
/*end*/

/*覆盖业务全流程，实现全方位业务赋能*/
/*start*/
.box1-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1-container>.box {
    width: 371px;
    height: 207px;
    background-color: #F8FBFD;
    border: 1px dashed #E1E8F1;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 24px 35px 30px;
    overflow: hidden;
}

.box1-container>.box:hover {
    border-color: #04cb94;
}

.box1-container>.box>* {
    display: block;
}

.box1-container>.box img {
    width: 46px;
    height: 46px;
    margin-bottom: 23px;
}

.box1-container>.box .title {
    color: #1F2D3D;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px;
}

.box1-container>.box .content {
    color: #475669;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 27px;
}

.box1-container>.box .trybtn {
    margin: 0 auto;
}

.box1-container>.box>div {
    position: relative;
    top: 0;
    transition: top 500ms;
}

.box1-container>.box:hover div {
    top: -70px;
    transition: top 500ms;
}

/*end*/

/*多种解决方案，助力生鲜供应链敏捷运转*/
/*start*/
.box2-container {
    position: relative;
    display: flex;
    align-items: center;
}

.box2-container .arrow {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -100px;
}

.box2-container .arrow:hover {
    background-color: #04CB94;
}

.box2-container .arrow>div {
    width: 11px;
    height: 23px;
}

.box2-container .swiper-button-prev>div {
    background-image: url("/www/img/home/box2-left.png");
}

.box2-container .swiper-button-prev:hover>div {
    background-image: url("/www/img/home/box2-left-white.png");
}

.box2-container .swiper-button-next>div {
    background-image: url("/www/img/home/box2-right.png");
}

.box2-container .swiper-button-next:hover>div {
    background-image: url("/www/img/home/box2-right-white.png");
}

.box2-container .box2-swiper {
    height: 658px;
    width: 1040px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

.box2-container .swiper-slide {
    display: flex;
    justify-content: space-around;
}

.box2-container .swiper-slide>a {
    background: #FFFFFF;
    box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 558px;
    width: 310px;
    box-sizing: border-box;
    padding: 47px 38px;
}

.box2-container .swiper-slide>a:hover {
    background-color: #04CB94;
}

.box2-container .swiper-slide>a:hover * {
    color: #FFFFFF !important;
}

.box2-container .swiper-slide>a>* {
    display: block;
}

.box2-container .swiper-slide>a>img {
    width: 90px;
    height: 90px;
    margin: 0 auto 26px;
}

.box2-container .swiper-slide>a>.title {
    color: #1F2D3D;
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.box2-container .swiper-slide>a>.line {
    width: 50px;
    height: 3px;
    margin: 35px auto 39px;
    background: linear-gradient(270deg, #51F9D2, #1EC6D7);
    border-radius: 2px;
}

.box2-container .swiper-slide>a>.line2 {
    background: linear-gradient(270deg, #D088FB, #7D75F0);
}

.box2-container .swiper-slide>a>.line3 {
    background: linear-gradient(270deg, #0BDC9B, #14C29B);
}

.box2-container .swiper-slide>a>.line4 {
    background: linear-gradient(-90deg, #44EDBE, #16D7A1);
}

.box2-container .swiper-slide>a>.line5 {
    background: linear-gradient(-90deg, #FFD076, #FF955B);
}

.box2-container .swiper-slide>a>.line6 {
    background: linear-gradient(-90deg, #4AFAD0, #0AC2D3);
}

.box2-container .swiper-slide>a:hover>.line {
    background: #FFFFFF;
}

.box2-container .swiper-slide>a>.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 1;
    margin-bottom: 40px;
}

.box2-container .swiper-slide>a>.content {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.box2-container .swiper-slide>a>.content>.img {
    width: 18px;
    height: 18px;
    margin-right: 17px;
    background-image: url("/www/img/home/box2-dui.png");
    background-size: contain;
}

.box2-container .swiper-slide>a:hover>.content>.img {
    background-image: url("/www/img/home/box2-dui-selected.png");
}

.box2-container .swiper-slide>a>.content>span {
    font-size: 16px;
    font-weight: 400;
    color: #475669;
    line-height: 1;
}

.box2-container .swiper-slide>a>.btn {
    margin: 57px auto 0;
    width: 190px;
    background: #04CB94;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.box2-container .swiper-slide>a:hover>.btn {
    background-color: #DEFFF6;
    color: #04CB94 !important;
}
/*end*/

/*源本理菜宝典型生鲜场景应用*/
/*start*/
.box3-container>.title {
    font-size: 28px;
    font-weight: 400;
    color: #2B2E2E;
    line-height: 1;
    padding-left: 20px;
    position: relative;
    margin-bottom: 38px;
}

.box3-container>.title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #00CB94;
    position: absolute;
    left: 0;
    top: 2px;
}

.box3-container>.box {
    display: flex;
}

.box3-container .content {
    width: 600px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box3-container .content>.row {
    width: 542px;
    display: flex;
}

.box3-container .content>.row>div {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box3-container .content>.row1 {
    margin-bottom: 67px;
}

.box3-container .content>.row1>div>span:first-child,
.box3-container .content>.row1>div>span:first-child * {
    font-size: 42px;
    font-weight: bold;
    color: #7094F1;
    line-height: 1;
}

.box3-container .content>.row>div>span:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #2B2E2E;
    line-height: 1;
    margin-top: 13px;
}

.box3-container .content>.row2>div>img {
    width: 56px;
    height: 56px;
}

#play-video-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    cursor: pointer;
}
/*end*/

.echart-box {
    width: 900px;
    height: 900px;
    margin: 0 auto;
    background-image: url("/www/img/home/echart-box-bg.png");
    background-size: 100% 100%;
}