﻿

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'MicrosoftYaHei';
}

.ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.view {
  width: 1300px;
  margin: 0 auto;
}

.view .title {
  padding-top: 80px;
  color: #303445;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.view .desc {
  font-size: 20px;
  color: #59607B;
}

.role-list {
  display: flex;
}

.role-list .role-item {
  border: 1px solid #FF7056;
  width: 193px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FF7056;
  cursor: pointer;
  font-size: 20px;
}

.role-list .role-item.active {
  background: linear-gradient(to right, #fb9959, #f65b53);
  color: #fff;
}

.role-list .role-item:first-child {
  border-radius: 25px 0 0 25px;
  border-right: 0;
}

.role-list .role-item:last-child {
  border-radius: 0 25px 25px 0;
  border-left: 0;
}

.hide {
  display: none !important;
}

/************************* 顶部banner开始 *************************/
.banner {
  height: 400px;
  padding-top: 129px;
  box-sizing: border-box;
  background: url("../images/food_page/banner.png") center;
  background-size: cover;
}

.banner h2 {
  height: 91px;
  color: #fff;
  font-size: 54px;
  font-weight: 400;
}

.banner p {
  font-size: 28px;
  color: #fff;
  height: 68px;
}

.banner a {
  display: block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 22px;
}

.banner a:hover {
  background-color: rgba(255, 255, 255, .2)
}

/************************* 顶部banner结束 *************************/
/************************* 四大亮点开始 *************************/
.advantage {
  height: 530px;
}

.advantage .title {
  height: 110px;
}

.advantage .advantage-list {
  display: flex;
  justify-content: space-around;
}

.advantage .advantage-list .advantage-item {
  text-align: center;
}

.advantage .advantage-list .advantage-item img {
  width: 131px;
  margin-bottom: 22px;
}

.advantage .advantage-list .advantage-item h4 {
  font-size: 22px;
  color: #303445;
  height: 50px;
  font-weight: 400;
}

.advantage .advantage-list .advantage-item p {
  font-size: 16px;
  color: #9FA5BB;
  line-height: 27px;
}

/************************* 四大亮点结束 *************************/
/************************* 堂食开始 *************************/
.restaurant {
  height: 908px;
}

.restaurant.bg {
  background-color: #FFFBFB;
}

.restaurant.bg .feature.user .left-area {
  position: relative;
  margin-top: 55px;
}

.restaurant.bg .feature.user .left-area .bg {
  width: 700px;
}

.restaurant.bg .feature.user .left-area .img-item {
  position: absolute;
  cursor: pointer;
  width: 161px;
  height: 100px;
}

.restaurant.bg .feature.user .left-area .img-item.active img {
  display: block;
}

.restaurant.bg .feature.user .left-area .img-item:hover img {
  display: block;
}

.restaurant.bg .feature.user .left-area .img-item img {
  width: 161px;
  display: none;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(1) {
  left: 170px;
  top: 196px;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(2) {
  left: 286px;
  top: 128px;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(3) {
  left: 271px;
  top: 264px;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(4) {
  left: 392px;
  top: 195px;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(5) {
  left: 376px;
  top: 322px;
}

.restaurant.bg .feature.user .left-area .img-item:nth-child(6) {
  left: 494px;
  top: 252px;
}

.restaurant.bg .feature.merchant .left-area {
  position: relative;
}

.restaurant.bg .feature.merchant .left-area .bg {
  width: 727px;
}

.restaurant.bg .feature.merchant .left-area .img-item {
  position: absolute;
  width: 166px;
  height: 100px;
  cursor: pointer;
}

.restaurant.bg .feature.merchant .left-area .img-item.active img {
  display: block;
}

.restaurant.bg .feature.merchant .left-area .img-item.select img {
  display: block;
}

.restaurant.bg .feature.merchant .left-area .img-item:hover img {
  display: block;
}

.restaurant.bg .feature.merchant .left-area .img-item img {
  width: 166px;
  display: none;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(1) {
  left: 174px;
  top: 204px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(2) {
  left: 281px;
  top: 270px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(3) {
  left: 396px;
  top: 195px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(4) {
  left: 390px;
  top: 332px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(5) {
  left: 509px;
  top: 262px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(6) {
  left: 295px;
  top: 131px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(7) {
  left: 222px;
  top: 381px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(8) {
  left: 33px;
  top: 403px;
}

.restaurant.bg .feature.merchant .left-area .img-item:nth-child(9) {
  left: 43px;
  top: 277px;
}

.restaurant.bg .right-area {
  position: relative;
  /* overflow: hidden; */
  width: 632px;
  /* height: 630px; */
  /* margin-top: 80px; */
}

.restaurant.bg .right-area .function-desc-list {
  display: flex;
  position: absolute;
  left: 0;
}

.restaurant.bg .right-area .function-desc-list .function-desc-item {
  width: 620px;
  /* overflow: hidden; */
}

.restaurant.bg .user .right-area .function-desc-list .function-desc-item h4,
.restaurant.bg .user .right-area .function-desc-list .function-desc-item .desc {
  padding-left: 20px;
}

.restaurant.bg .merchant .right-area .function-desc-list .function-desc-item h4,
.restaurant.bg .merchant .right-area .function-desc-list .function-desc-item .desc {
  padding-left: 22px;
}

.restaurant.bg .merchant .right-area .function-desc-list .function-desc-item:nth-child(5) img {
  margin-left: -40px;
}

.restaurant .title {
  height: 59px;
  color: #303445;
  font-size: 32px;
}

.restaurant .title+.desc {
  text-align: center;
  /* height: 75px; */
  color: #59607B;
}

.restaurant .feature {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  /* overflow: hidden; */
}

/* .restaurant .feature .left-area {
  padding-top: 80px;
} */

.restaurant .feature .left-area img {
  width: 700px;
}

.restaurant .feature .right-area h4 {
  font-size: 30px;
  color: #303445;
  height: 54px;
  font-weight: 400;
}

.restaurant .feature .right-area .desc {
  width: 286px;
  height: 505px;
}

.restaurant .feature .right-area img {
  width: 286px;
}
.restaurant .feature .right-area img:nth-child(1){
  margin-right: 40px;
}
.feature-container .feature .right-area img {
  box-shadow:0px 0px 15px 0px rgba(255,112,86,0.25);
  border-radius: 11px;
}

/************************* 堂食结束 *************************/
/************************* 外卖开始 ************************/
.restaurant.take-out {
  height: 976px;
  overflow: hidden;
}

.restaurant.take-out .feature {
  padding-top: 54px;
}

.restaurant.take-out .feature .left-area {
  padding-top: 0;
  padding-left: 8px;
}

.restaurant.take-out .feature .left-area .desc-container {
  width: 541px;
  overflow: hidden;
  position: relative;
  height: 130px;
}

.restaurant.take-out .feature .left-area .desc-list {
  display: flex;
  position: absolute;
  left: 0;
}

.restaurant.take-out .feature .left-area .desc-list .desc-item {
  min-width: 541px;
}

.restaurant.take-out .feature .left-area .desc-list .desc-item h4 {
  font-size: 30px;
  color: #303445;
  height: 54px;
  font-weight: bold;
}

.restaurant.take-out .feature .left-area .desc-list .desc-item .desc {
  height: 76px;
}

.restaurant.take-out .feature .left-area .function-list {
  width: 610px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.restaurant.take-out .feature .left-area .function-list .function-item {
  width: 130px;
  height: 120px;
  box-shadow: 0px 5px 20px 0px rgba(159, 165, 187, 0.2);
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.restaurant.take-out .feature .left-area .function-list .function-item.active {
  background: url("../images/food_page/bg_icon_45.png");
}

.restaurant.take-out .feature .left-area .function-list .function-item.active p {
  color: #fff;
}

.restaurant.take-out .feature .left-area .function-list .function-item.can-select {
  background: url("../images/food_page/bg_icon_45.png");
}

.restaurant.take-out .feature .left-area .function-list .function-item.can-select p {
  color: #fff;
}

.restaurant.take-out .feature .left-area .function-list .function-item:nth-child(4n) {
  margin-right: 0;
}

.restaurant.take-out .feature .left-area .function-list .function-item img {
  width: 60px;
}

.restaurant.take-out .feature .left-area .function-list .function-item p {
  color: #303445;
  font-size: 16px;
  margin-top: 4px;
}

.restaurant.take-out .feature .right-area {
  width: 580px;
  /* height: 584px; */
  position: relative;
  overflow: hidden;
}

.restaurant.take-out .feature .right-area .preview-list {
  display: flex;
  position: absolute;
}

.restaurant.take-out .feature .right-area .preview-list .preview-item {
  width: 580px;
  height: 584px;
  margin-top: -55px;
}

.restaurant.take-out .feature .right-area .preview-list .preview-item img {
  width: 580px;
  /* height: 100%; */
  margin-top: 130px;
}

/************************* 外卖结束 ************************/
/************************* 营销开始 *************************/
.marketing {
  background-color: #fcfdff;
  height: 883px;
}

.marketing .marketing-list {
  padding-top: 27px;
  display: flex;
}

.marketing .marketing-list .marketing-item {
  flex: 1;
  height: 77px;
  line-height: 77px;
  box-sizing: border-box;
  text-align: center;
  color: #373D53;
  font-size: 24px;
  border-bottom: 1px solid #E8EAF5;
  cursor: pointer;
}

.marketing .marketing-list .marketing-item.active {
  border-bottom: 2px solid #FF7C64;
  color: #FF7056;
}

.marketing .stage-preview-container {
  width: 1300px;
  overflow: hidden;
  position: relative;
  height: 620px;
}

.marketing .stage-preview-container .stage-preview {
  display: flex;
  position: absolute;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item {
  width: 1300px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:first-child .preview-img-list .preview-img-item:first-child {
  padding-left: 0;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:nth-child(4) .preview-img-list .preview-img-item:last-child {
  width: 354px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:nth-child(4) .preview-img-list .preview-img-item:last-child img {
  width: 100%;
  height: 410px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .arrow {
  width: 50px;
  height: 50px;
  margin-top: 50px;
  cursor: pointer;
  border-radius: 50%;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .arrow img {
  width: 50px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .arrow.left-arrow {
  padding-right: 50px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .arrow.right-arrow {
  padding-left: 50px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .arrow.right-arrow img {
  transform: rotate(180deg);
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .tools-list-container {
  padding-top: 130px;
  width: 1072px;
  overflow: hidden;
  height: 470px;
  position: relative;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .tools-list-container .preview-img-list {
  justify-content: flex-start;
  position: absolute;
  padding-top: 0;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item:last-child .tools-list-container .preview-img-list.trans {
  transition: left ease .5s;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item .desc {
  margin-top: 54px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item .preview-img-list {
  display: flex;
  justify-content: center;
  padding-top: 54px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item .preview-img-list .preview-img-item {
  width: 228px;
  padding: 0 20px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item .preview-img-list .preview-img-item img {
  width: 227px;
  box-shadow: 0px 0px 15px 0px rgba(159, 165, 187, 0.4);
  border-radius: 12px;
}

.marketing .stage-preview-container .stage-preview .stage-preview-item .preview-img-list .preview-img-item p {
  padding-top: 33px;
  color: #59607B;
  font-size: 16px;
  text-align: center;
}

/************************* 营销结束 *************************/
/************************* 数据监控开始 *************************/
.data {
  height: 573px;
}

.data .desc {
  padding-top: 23px;
  text-align: center;
  height: 75px;
}

.data .data-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.data .data-list .data-item {
  width: 268px;
  height: 284px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(159, 165, 187, 0.2);
  padding-top: 66px;
  box-sizing: border-box;
}

.data .data-list .data-item img {
  width: 92px;
  height: 84px;
}

.data .data-list .data-item h4 {
  margin-top: 40px;
  font-size: 24px;
  color: #303445;
  font-weight: 400;
  height: 40px;
}

.data .data-list .data-item p {
  font-size: 16px;
  color: #59607B;
}

/************************* 数据监控结束 *************************/
/************************* 案例开始 *************************/
.case {
  height: 586px;
  background-color: #fcfdff;
  padding-bottom: 80px;
}

.case .title {
  height: 87px;
}

.case .case-list {
  display: flex;
  justify-content: space-between;
}

.case .case-list .case-item {
  width: 340px;
  height: 340px;
  box-shadow: 0px 0px 15px 0px rgba(159, 165, 187, 0.4);
  position: relative;
  border-radius: 12px;
}

.case .case-list .case-item:hover .qr-code {
  display: block;
}

.case .case-list .case-item img {
  width: 100%;
  height: 100%;
}

.case .case-list .case-item img.qr-code {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

/************************* 案例结束 *************************/

/************************* 案例结束 *************************/

/* 底部样式 */
.count-part {
  width: 100%;
  position: relative;
  height: 400px;
  background: url('../images/takeout/number_bg.jpg');
}

.count-part>img {
  width: 100%;
}

.count-part ul {
  position: absolute;
  width: 80%;
  bottom: 39%;
  display: block;
  left: 15%;
}

.count-part ul>li {
  margin-right: 7%;
  vertical-align: middle;
  height: auto;
  float: left;
}

.count-part ul>li:last-child {
  width: 28%;
  margin-right: 0;
  position: absolute;
  top: -48px;
  right: 11%;
}

.count-part ul>li>p:first-child {
  color: #FF7056;
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}

.count-part ul>li>p:last-child {
  font-size: 22px;
  color: #303445;
  text-align: center;
}

.count-part ul>.tel-num>p:nth-child(1) {
  text-align: left;
  color: #303445;
}

.tel-num>p:nth-child(2) {
  color: #FF7056 !important;
  font-size: 22px;
  margin: 1.5vmax 0;
}

.tel-num>p:last-child {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  background: #FF7056;
  color: #fff !important;
  border-radius: 4px;
  max-width: 340px;
  text-align: center;
  margin-left: 0;
}
.left-area .i-tips {
  color: #303445;
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 54px;
}
.left-area .i-item {
  margin-top: 40px;
}
.left-area .i-item:nth-child(1) {
  margin-top: 0;
}
.left-area .i-title {
  color: #303445;
  font-size: 22px;
  height: 22px;
  margin-bottom: 16px;
}
.left-area .i-content {
  color: #59607B;
  font-size: 20px;
  height: 20px;
}
.make-btns {
  margin-top: 50px;
}
.make-btns>a{
	width:190px;
	height:50px;
	background:linear-gradient(273deg,#ff685c 0%,#ff9f66 100%);
	border-radius:25px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	font-size: 20px;
	color: #FFF;
}
.feature-container {
  height: 700px;
}
.my-bullet {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: #FFD6CE;
  margin-right: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.my-bullet-active {
  background: #ff685c;
}
.feature-container {
  width: 1300px;
}
.case-item {
  width: 330px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(159, 165, 187, 0.2);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.case-item img{
  width: 100%;
}
.case-container .swiper-slide{
  transform: scale(0.8);
  transition: 300ms;
}
.case-container {
  height: 450px;
}
.case-container .swiper-slide-active,.case-container .swiper-slide-duplicate-active{
  transform: scale(1);
}
.case-item p {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.case-item:hover .case-hover {
  display: block;
}
.case-hover {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  text-align: center;
  padding-top: 30px;
}
.case-hover img {
  width: 60%;
}
.case-hover .case-eq {
  height: 167px;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
.case-title {
  margin-top: 15px;
  overflow: hidden;
  padding-right: 20px;
  height: 34px;
  line-height: 34px;
}
.case-title text {
  /* height: 60px;
  line-height: 60px; */
  margin-left: 20px;
  display: inline-block;
  color: #303445;
}
.case-title a {
  /* display: inline-block; */
  background: linear-gradient(273deg,#ff685c 0%,#ff9f66 100%);
  width: 92px;
  height: 34px;
  margin-left: 10px;
  color: #fff;
  vertical-align: middle;
  line-height: 34px;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
  float: right;
}
.case-cate {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.case-cate span {
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #FF7056;
  background: #FFDFD9;
  padding: 0 16px;
  margin-right: 15px;
  border-radius: 14px;
  margin-top: 12px;
}
/**
	模块背景和主视图定位
*/
.MView{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.MView-bg{
	width: 1920px;
	margin-left: -370px;
}
.MView>.section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
}
.section>div[class$="-view"]{
	height: 600px;
}
.MView .make-btns {
	display: flex;
	justify-content: center;
}
.MView .make-btns a {
  margin: 0 20px;
}
.MView .title {
  text-align: center;
}
.case-container .swiper-button-next.swiper-button-black {
  background-image: url("../images/food_page/button_right.png");
  width: 10px;
  height: 18px;
  background-size: auto;
}
.case-container .swiper-button-prev.swiper-button-black {
  background-image: url("../images/food_page/button_left.png");
  width: 10px;
  height: 18px;
  background-size: auto;
}
.tabType {
  border-radius: 25px;
  overflow: hidden;
  width: 483px;
  border: 1px solid #FF7056;
  margin-top: 54px;
}
.tabType li {
  float: left;
  width: 120px;
  height: 50px;
  border-left: 1px solid #FF7056;
  line-height: 50px;
  text-align: center;
  color: #FF7056;
  background: #fff;
}
.tabType li:nth-child(1) {
  border-left: none;
}
.tabType li.active {
  color: #ffffff;
  background: linear-gradient(273deg,#ff685c 0%,#ff9f66 100%);
}
.feature-container .swiper-slide {
  display: none;
}
.feature-container .swiper-slide.active {
  display: flex;
}