﻿* {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

html {
  font-family: '微软雅黑', 'Microsoft Yahei';
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto !important;
  background-color: #fff;
}

.wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.top-pic {
  width: 1176px;
  height: 100%;
  margin: 0 auto;
}

.top-text {
  width: 588px;
  height: 100%;
  float: left;
  text-align: left;
}

.top-text h1 {
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  font-size: 42px;
  padding-top: 144px;
}

.top-text p {
  font-size: 29px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding-top: 16px;
  padding-bottom: 38px;
}

.top-text a {
  display: inline-block;
  width: 122px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  text-align: center;
}

.top-text a:hover {
  -moz-box-shadow:-1px 0px 15px #f5ae8d;
  -webkit-box-shadow:-1px 0px 15px #f5ae8d;
  box-shadow:-1px 0px 15px #f5ae8d;
}

.banner-pic {
  width: 469px;
  float: right;
  height: 100%;
  position: relative;
}

.banner-pic img {
  position: absolute;
  left: 0;
  top: 56px;
}

.user-mood {
  height: 438px;
  width: 100%;
  box-sizing: border-box;
}

.user-mood h1 {
  color: #21283E;
  font-size: 34px;
  padding-top: 72px;
  padding-bottom: 76px;
}

.mood-list {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mood-item {
  width: 152px;
}

.mood-item img {
  width: 106px;
}

.mood-item h2 {
  font-size: 24px;
  font-weight: 400;
  color: #303445;
  height: 24px;
  line-height: 24px;
}

.mood-item p {
  color: #9FA5BB;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.cheats-wrap {
  height: 738px;
  background: #FAFBFF;
  width: 100%;
  box-sizing: border-box;
}

.cheats-wrap h1 {
  font-size: 34px;
  color: rgba(48, 52, 69, 1);
  padding-top: 76px;
  padding-bottom: 69px;
}

.cheats-tip {
  width: 1260px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.cheats-left {
  width: 485px;
  float: left;
  text-align: left;
}

.cheats-left h2 {
  font-size: 30px;
  color: #59607B;
  height: 30px;
  line-height: 30px;
  padding-bottom: 16px;
}

.cheats-left p {
  font-size: 20px;
  color: #9FA5BB;
  width: 464px;
  line-height: 29px;
  padding-bottom: 26px;
}

.cheats-btn {
  width: 198px;
  height: 54px;
  line-height: 54px;
  color: #59607B;
  font-weight: 400;
  font-size: 22px;
  text-indent: 31px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

.cheats-btn.active::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 16px;
  top: 24px;
}

.cheats-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #59607B;
  border-radius: 50%;
  left: 16px;
  top: 24px;
}

.cheats-btn:hover::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: 16px;
  top: 24px;
}

.cheats-right {
  width: 626px;
  float: right;
}

.cheats-image {
  display: none;
  height: 482px;
}

.cheats-image:first-child {
  display: inline-block;
}

.min-public {
  width: 100%;
  height: 655px;
  box-sizing: border-box;
}

.min-wrap {
  width: 1220px;
  height: 100%;
  margin: 0 auto;
}

.min-pic {
  width: 719px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding-top: 78px;
}

.min-text {
  width: 444px;
  height: 100%;
  box-sizing: border-box;
  float: right;
  text-align: left;
  padding-top: 272px;
}

.min-text h2 {
  font-size: 30px;
  color: #59607B;
  height: 29px;
  line-height: 29px;
  padding-bottom: 20px;
}

.min-text p {
  color: #9FA5BB;
  font-size: 20px;
  font-weight: 400;
  height: 46px;
  line-height: 29px;
}

.min-interactive {
  height: 750px;
  width: 100%;
  box-sizing: border-box;
  background: #FAFBFF;
}

.interactive-wrap {
  width: 1246px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.interactive-left {
  width: 465px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

.interactive-left h2 {
  color: #59607B;
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  padding-bottom: 18px;
  padding-top: 296px;
}

.interactive-left p {
  color: #9FA5BB;
  font-size: 20px;
  font-weight: 400;
  height: 46px;
  line-height: 29px;
}

.interactive-right {
  width: 686px;
  height: 100%;
  box-sizing: border-box;
  float: right;
  padding-top: 66px;
}

.min-ad {
  height: 790px;
  width: 100%;
  box-sizing: border-box;
}

.ad-wrap {
  width: 1233px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.ad-pic {
  width: 578px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding-top: 122px;
}

.ad-text {
  width: 465px;
  height: 100%;
  box-sizing: border-box;
  float: right;
  text-align: left;
}

.ad-text h2 {
  color: #59607B;
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  padding-top: 350px;
  padding-bottom: 20px;
}

.ad-text p {
  color: #9FA5BB;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.min-personality {
  background: #FAFBFF;
  height: 729px;
  width: 100%;
}

.personality-wrap {
  width: 1248px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.personality-text {
  width: 466px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

.personality-text h2 {
  color: #59607B;
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  padding-top: 306px;
  padding-bottom: 15px;
}

.personality-text p {
  font-size: 20px;
  font-weight: 400;
  color: #9FA5BB;
  height: 46px;
  line-height: 29px;
}

.personality-pic {
  width: 673px;
  height: 100%;
  box-sizing: border-box;
  float: right;
  padding-top: 79px;
}

.marketing-scenes {
  height: 590px;
  width: 100%;
  box-sizing: border-box;
}

.marketing-scenes h2 {
  color: #59607B;
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  padding-top: 120px;
  /* padding-bottom: 52px; */
}

.marketing-list {
  width: 1228px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}

.marketing-item {
  box-sizing: border-box;
  width: 268px;
  height: 268px;
  box-shadow: 0px 5px 16px 4px rgba(229, 241, 252, 0.5);
  border-radius: 10px;
  padding-top: 50px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.marketing-item:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.marketing-item h2 {
  color: #59607B;
  font-size: 24px;
  height: 25px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 35px;
  padding-bottom: 14px;
}

.marketing-item p {
  font-size: 18px;
  font-weight: 400;
  color: #9FA5BB;
  text-align: left;
  text-indent: 81px;
  line-height: 27px;
}

.wonderful-case {
  height: 618px;
  width: 100%;
  box-sizing: border-box;
  background: #FAFBFF;
  padding-top: 48px;
}

.wonderful-case h1 {
  color: #59607B;
  height: 29px;
  font-size: 30px;
  line-height: 21px;
  padding-bottom: 9px;
}

.wonderful-case p {
  color: #9FA5BB;
  font-size: 20px;
  line-height: 29px;
}

.case-list {
  width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.case-list .case-item {
  position: relative;
  width: 320px;
  height: 356px;
  box-shadow: 0px 5px 16px 4px rgba(229, 241, 252, 0.7);
  border-radius: 10px;
}

.case-pic-text {
  position: relative;
  font-size: 0;
}

.case-logo {
  position: absolute;
  bottom: -1px;
  width: 200px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 50%;
  margin-left: -100px;
  padding-top: 6px;
}

.case-item h2 {
  font-size: 24px;
  font-weight: 400;
  color: #59607B;
  height: 23px;
  line-height: 22px;
  padding-top: 40px;
}

.qr-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  display: none;
}

.qr-mask img {
  width: 100%;
  margin-top: 26px;
}

.case-list .case-item:hover .qr-mask {
  display: block;
}

.applicable-industry h1 {
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  padding-top: 84px;
  padding-bottom: 88px;
}

.industry-list {
  display: flex;
  width: 1220px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.industry-item {
  position: relative;
  font-size: 0;
  margin-bottom: 42px;
  width: 289px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.industry-item img {
  transition: .7s;
}

.industry-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tip-s {
  position: absolute;
  color: #fff;
  top: 0;
  font-size: 28px;
  height: 204px;
  line-height: 204px;
  text-align: center;
  right: 0;
  left: 0;
}

.bottom-fiexd {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  height: 60px;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.bottom-white {
  color: #fff;
  font-size: 20px;
}

.bottom-fiexd>a {
  margin-left: 45px;
  height: 32px;
  width: 120px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bottom-fiexd>a:hover {
  color: #f00;
}

/* 底部数字 */
.count-part {
  position: relative;
  background: url(../../../official/floor_page/images/takeout/number_bg.jpg);
  height: 400px;
}

.count-part>img {
  width: 100%;
}

.count-part ul {
  position: absolute;
  width: 80%;
  top: 22%;
  display: flex;
  left: 14%;
  align-items: center;
  justify-content: center;
}

.count-part ul>li {
  margin-right: 7%;
  width: auto;
  vertical-align: middle;
  height: auto;
}

.count-part ul>li:last-child {
  width: 32%;
  margin-right: 0;
  padding-left: 50px;
  text-align: left;
}

.tel-num p:nth-child(1) {
  color: #303445 !important;
}

.count-part ul>li>p:first-child {
  color: #f75c3e;
  font-size: 38px;
  margin-bottom: 30px;
}

.count-part ul>li>p:last-child {
  font-size: 22px;
  color: #303445;
}

.tel-num>p:nth-child(2) {
  color: #59607B;
  font-size: 22px;
  margin: 38px 0;
  margin-top: 30px;
}

.tel-num>p:last-child:hover {
  background: #f86b50;
}

.tel-num>p:last-child {
  width: 100%;
  padding: 10px 0;
  background: #f75c3e;
  color: #fff !important;
  border-radius: 4px;
  max-width: 340px;
  text-align: center;
}

/* 侧边栏 覆盖right_corner.css样式*/
.icon-part>span {
  background: #f75c3e !important;
}

.exclusive-customer-service,
.online-service {
  background-color: #f75c3e !important;
}
