/* 头部广告 */
header{
    background-color: #F5F8F9;
}
.out-header {
    background-color: #F5F8F9;
}

.swiper-out-banner {
    width: 100%;
    /* height: calc(25%); */
    background-color: #F5F8F9;
}

.swiper-out-banner img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: calc(5%)!important;
}

.swiper-out-banner .swiper-pagination-bullet {
    width: 40px!important;
    height: 4px!important;
    border-radius: 0px!important;
    background: #D8D8D8!important;
    opacity: 0.3!important;
    margin: 0px!important;
}

.swiper-out-banner .swiper-pagination-bullet-active {
    background: #D7D7D7!important;
    opacity: 1!important;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 1s;
}

.outHeader-banner-box {
    height: 128px;
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    background-color: #F5F8F9;
    display: flex;
    justify-content: center;
}

.outHeader-banner-item {
    width: 224px;
    height: 128px;
    background: #FFF;
    border-left: 1px #F5F8F9 solid;
}

.outHeader-banner-item:hover {
    background-color: #F5F8F9;
}

.outHeader-banner-item>div {
    width: 40px;
    height: 40px;
    margin: 25px auto 15px auto;
}

.outHeader-banner-item>div>img {
    height: 100%;
    width: 100%;
}

.outHeader-banner-item>p {
    text-align: center;
    height: 22px;
    padding: 0 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8C8D90;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
}


/***********外卖模式营业现状***********/

.industry-status {
    background-color: #FFF;
}

.industry-status>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.industry-info-panel {
    max-width: 1120px;
    width: 1120px;
    margin: 40px auto;
    display: flex;
}

.industry-panel-left-box {
    width: 300px;
    padding: 0;
    height: 448px;
    margin-right: 10px;
    position: relative;
    background: linear-gradient(to bottom, #FF9D56, #FF642B);
}

.industry-panel-left-box>p {
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 32px 0 106px 0;
    color: #FFFFFF;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.industry-panel-left-box>img {
    width: 148px;
    height: 105px;
    display: block;
    position: absolute;
    top: 41px;
    left: 76px;
}

.industry-panel-left-box>div {
    width: 300px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.industry-panel-left-box >div .industry-item-content{
    background-color: #FFB92B;
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: 0px 2px 4px 0px #FF8254;
    border-radius: 33px;
}

.industry-panel-left-box .industry-item-content > div:nth-of-type(1) {
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0px;
    overflow: hidden;
    margin-right: 15px;
}

.industry-panel-left-box .industry-item-content > div:nth-of-type(2) {
    width: 185px;
    height: 48px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    padding-top: 6px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.industry-panel-left-box>div>.industry-item-content >div img {
    width: 100%;
    height: 100%;
    border: 0px;
}

.industry-panel-right-box {
    width: 812px;
    height: 448px;
}

.industry-panel-right-box>div:nth-of-type(1) {
    height: 90px;
    width: 812px;
    line-height: 90px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    background: linear-gradient(to bottom, #FF9D56, #FF642B);
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 0 0 66px;
}

.industry-right-box-detail {
    height: 358px;
    background-image: url(../images/industry-right-box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 30px 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.industry-right-box-item {
    width: 46%;
    height: 80px;
    display: flex;
    margin: 0 0 30px 0;
    align-items: center;
    background-color: transparent;
}

.industry-right-box-item div:nth-of-type(1) {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.industry-right-box-item div:nth-of-type(1) img{
    width: 70px;
    height: 70px;
}


.industry-right-box-item div:nth-of-type(2) {
    width: 243px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color:#FFF;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/***********产品介绍***********/

.out-store-sys {
    max-width: 100%;
    margin: 0 auto;
}

.out-store-sys>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.swiper-out-store-sys {
    padding-top: 10px;
    padding-bottom: 40px;
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden
}

.out-store-gallery-right,
.out-store-gallery-left {
    box-sizing: border-box;
    float: left;
    margin: 0;
}

.out-store-gallery-left {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}

.out-left-gallery-box {
    width: 300px;
    height: 100%;
}

.out-left-gallery-items {
    border: 1px #E3EBED solid;
    border-bottom: 0px;
    display: flex;
    width:300px;
    height: 100px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.out-left-gallery-items:hover {
    box-shadow: 0px 2px 10px 0px #E3EBED;
}

.out-left-gallery-items:hover > p{
    color: #FF642B;
}

.out-left-gallery-box>div:nth-last-of-type(1) {
    border-bottom: 1px #E3EBED solid!important;
}

.out-left-gallery-items .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8d8d8d;
    margin-right: 2px;
}

.out-left-gallery-items img {
    width: 100%;
    height:  100%;
}

.out-left-gallery-items>p {
    margin: 0px;
    max-width: 168px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.out-store-gallery-right {
    width: 800px;
    height: auto;
    margin: 0!important;
}

/* .out-store-gallery-right .swiper-slide,.out-store-gallery-right .swiper-wrapper{
    height: 100%;
} */

.out-store-right-panel {
    width: 800px;
    height: 100px;
    display: flex;
    align-items: center;
}

.out-right-panel-txt-box {
    width: 430px;
    height: 100px;
}

.out-right-panel-txt-box>p:nth-of-type(1) {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 25px;
    margin: 7px 0 8px 0;
}

.out-right-panel-txt-box>p:nth-of-type(2) {
    width: 100%;
    height: 55px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #696D76;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.out-right-panel-btn-box {
    width: 370px;
    height: 100px;
    text-align: right;
    padding-top: 24px;
}

.out-right-panel-btn-box>a:nth-of-type(2) {
    margin-left: 20px;
}

.out-right-panel-btn-box a {
    width: 120px;
    max-width: 120px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    color: #2954A4;
    border: 1px solid #2954A4;
}

.out-right-panel-img-box {
    width: 100%;
    background-color: #F5F8F9;
}

.out-right-panel-img-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/***********营销工具***********/

.marketing-tools {
    background: #F5F8F9;
}

.marketing-tools>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-top: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.marketing-tools-main {
    width:1120px;
    max-width: 1120px;
    height: 662px;
    margin: 0 auto;
    display: flex;
}

.marketing-tools-index{
    margin: 40px 47px 0 0;
    width: 291px;
    height: 582px;
    padding: 16px 18px;
    position: relative;
}

.marketing-tools-iphone{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 20;
}

.marketing-tools-show{
    width: 255px;
    height: 550px;
}

.marketing-tools-show .tools-show-imgBox{
    width: 255px;
    height: 550px;
    overflow: hidden!important;
    padding: 0!important;
    background: #FFF;
}

.marketing-tools-show .tools-show-img{
    height: 100%;
    width: 100%;
}

.marketing-tools-panel{
    width: 780px!important;
    height: 330px!important;
    position: relative!important;
    box-sizing: content-box;
    padding: 118px 0 174px 0!important;
}

.marketing-tools-panel .swiper-slide{
    padding: 0 5px;
}

.tools-panel-index{
    width: 780px!important;
    height: 100%!important;
}

.marketing-tools-panel  .swiper-pagination{
    position: absolute;
    bottom: 116px!important;
}

.marketing-tools-panel .swiper-pagination-bullet{
    width: 18px!important;
    height: 18px!important;
    background: #BFC5C7!important;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    margin: 0 21px 0 0 !important;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1!important;
    line-height: 18px;
}

.marketing-tools-panel .swiper-pagination-bullet-active{
    background: #2954A4!important;
}

.marketing-tools-panel .tools-show-imgBox:hover{
    cursor: pointer;
}

.marketing-tools-panel .tools-show-imgBox{
    float: left;
    width: 140px;
    height: 140px;
    background-color: #ffff;
    border-radius: 8px;
    margin: 0 50px 50px 0;
}

.tools-color-active{
    color:#1989FA!important;
}
.tools-imgBox-active{
    box-shadow: 0px 2px 10px 0px #E3EBED;
}

.marketing-tools-panel .tools-show-img{
    height: 64px;
    width: 64px;
    display: block;
    margin: 24px auto 15px auto;
}

.marketing-tools-panel .tools-show-imgBox .tools-show-txt{
    width: 140px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/***********智能调度***********/
.intelligent-dispatch {
    background-color: #FFF;
}

.intelligent-dispatch>p,.operation-support>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.i-dispatch-panel, .operation-support-panel{
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    height: 339px;
    background: #FFF;
    display: flex;
    padding: 39px 0 40px 0;
}

.i-dispatch-panel-left,.operation-panel-right {
    float: left;
    width: 600px;
    height: 260px;
    background: #F5F8F9;
    margin-right: 34px;
}

.i-dispatch-panel-left img,.operation-panel-right img{
    width:100%;
    height: 100%;
}

.i-dispatch-panel-right ,.operation-panel-left{
    float: left;
    width: 486px;
    position: relative;
}

.operation-panel-right-list, .i-dispatch-list-detail{
    width: 100%;
    height: 230px;
}

.i-dispatch-list-detail p,.operation-panel-right-list p{
    width: 392px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 .i-dispatch-list-detail,.operation-panel-right-list{
    width: 100%;
    height: 230px;
}

.i-dispatch-btnBox {
    position: absolute;
    bottom: 0;
    display: flex;
}

.i-dispatch-btnBox a {
    width: 120px;
    background: #FFFFFF;
    border: 1px solid #2954A4;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2954A4;
    line-height: 40px;
}

.i-dispatch-btnBox :first-child {
    margin-right: 20px;
}

.operation-support {
    background-color: #FFF;
}

/***********外卖平台运营流程图***********/

.operation-process {
    background-color: #F5F8F9;
}

.operation-process>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    border-top: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.operation-process>div {
    background: #F5F8F9;
}

.operation-process>div img {
    width: 100%;
}

/***********合作流程***********/

.cooperation-process {
    width: 100%;
    background-color: #FFFFFF;
}

.cooperation-process>p {
    width: 100%;
    height: 88px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.cooperation-processBox {
    width: 1120px;
    max-width: 1120px;
    margin: 0px auto;
    overflow: hidden;
}

.cooperation-processBox img{
    width: 100%;
    display: block;
    margin: 0 auto;
}


