﻿body{
  background-color: #fff;
  font-family:'Microsoft Yahei';
  overflow-x:hidden;
  color: #333;
}
.w1200 {
  max-width: 1200px !important;
  margin: 0 auto;
}
.banner-wrapper {
  position: relative;
  width: 1920px;
  height: 432px;
  background-image: url('../img/franchise-platform/bg1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-wrapper a {
  position: absolute;
  top: 240px;
  left: 320px;
  width: 200px;
  height: 80px;
  opacity: 0;
}
.features-intro-wrapper {
  text-align: center;
}
.features-intro-wrapper h2{
  margin-top: 76px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}
.features-intro-wrapper ul {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 85px;
}
.features-intro-wrapper li {
  width: 200px;
  height: 188px;
  padding: 42px 30px;
  border-radius:10px;
  box-shadow: 0 2px 10px 0 rgba(31,35,95,0.1);
}
.features-intro-wrapper li:hover {
  box-shadow: 0 4px 25px 0 rgba(31,35,95,0.1);
  cursor: pointer;
  transition: all .2s linear;
}
.features-intro-wrapper li img {
  transition: all .2s linear;
}
.features-intro-wrapper li:hover img {
  transform: rotate(20deg) scale(1.1);
  transition: all .2s linear;
}
.features-intro-wrapper li a {
  color: #333;
}
.features-intro-wrapper li img {
  width: 77px;
  height: 77px;
  margin: 0 auto;
}
.features-intro-wrapper li h3 {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: normal;
}
.features-intro-wrapper li p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #999;
}
.features-detail-wrapper .detail-item {
  height: 600px;
}
.features-detail-wrapper .detail-item:nth-child(2n-1){
  background-color: #F7F8FA;
}
.features-detail-wrapper .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.features-detail-wrapper h3 {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.features-detail-wrapper .btn-list li {
  display: inline-block;
  padding: 10px 16px;
  margin: 24px 30px 44px 0;
  border-radius: 4px;
  font-size: 18px;
  color: #444;
  background: #F1F3F7;
  cursor: pointer;
}
.features-detail-wrapper .btn-list li.active,
.features-detail-wrapper .btn-list li:hover {
  color: #fff;
  background: linear-gradient(41deg,rgba(164,77,254,1) 0%,rgba(99,81,255,1) 100%);
}
.features-detail-wrapper p {
  padding-left: 22px;
  font-size: 18px;
  color: #999;
}
.features-detail-wrapper p.item-txt1 {
  position: relative;
  margin-bottom: 10px;
}
.features-detail-wrapper p.item-txt1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:linear-gradient(41deg,rgba(164,77,254,1) 0%,rgba(99,81,255,1) 100%);
  z-index: 9;
}
.features-detail-wrapper p.item-txt1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
}
.features-detail-wrapper .item-img {
  width: 0;
  height: 0;
  opacity: 0;
}
.features-detail-wrapper .item-img.active {
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity .5s linear;
}
.features-detail-wrapper .item-img.shop {
  max-width: 708px;
  max-height: 437px;
}
.features-detail-wrapper .item-img.marketing {
  max-width: 594px;
  max-height: 502px;
}
.features-detail-wrapper .item-img.manage {
  max-width: 747px;
  max-height: 490px;
}
.features-detail-wrapper .item-img.store {
  max-width: 434px;
  max-height: 490px;
}
.industry-template-wrapper {
  width: 100%;
  height: 647px;
  color: #fff;
  background-image: url('../img/franchise-platform/bg2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.industry-template-wrapper h2 {
  padding-top: 60px;
  margin: 0;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
}
.industry-template-wrapper .template-content {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.industry-template-wrapper a {
  color: #fff;
}
.industry-template-wrapper .template-nav li{
  width: 120px;
  height: 40px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.industry-template-wrapper .template-nav li.active, 
.industry-template-wrapper .template-nav li:hover {
  background-color: #7650FF;
  transition: all .3s linear;
}
.industry-template-wrapper .content-wrapper {
  display: none;
  position: relative;
  width: 779px;
  margin-left: 105px;
}
.industry-template-wrapper .content-wrapper.active {
  display: block;
}
.industry-template-wrapper .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  height: 380px;
  width: 1px;
  background-color: rgba(255, 255, 255, .6);
}
.industry-template-wrapper h3 {
  margin: 13px 0 20px;
  font-size: 26px;
  font-weight: normal;
}
.industry-template-wrapper p {
  font-size: 16px;
  line-height: 30px;
}
.industry-template-wrapper .template-list {
  margin-top: 46px;
}
.industry-template-wrapper .template-list li {
  display: inline-block;
  margin-right: 46px;
  text-align: center;
}
.industry-template-wrapper .template-list li div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border: 1px solid rgba(255,255,255,0.6);
  background:rgba(255,255,255,0.2);
  cursor: pointer;
  overflow: hidden;
}
.industry-template-wrapper .template-list li div img {
  width: 137px;
  height: 137px;
}
.industry-template-wrapper .template-list li .code-img {
  position: absolute;
  bottom: -138px;
}
.industry-template-wrapper .template-list li div:hover {
  background: rgba(255,255,255,0.3);
  transition: background .1s linear;
}
.industry-template-wrapper .template-list li div:hover .code-img {
  bottom: 20px;
}
.industry-template-wrapper .template-list li span {
  display: inline-block;
  margin-top: 12px;
}
.industry-template-wrapper .btns a {
  display: inline-block;
  width: 86px;
  height: 30px;
  margin-top: 13px;
  border-radius:4px;
  border: 1px solid rgba(255,255,255,1);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.industry-template-wrapper .btns a:first-child {
  margin-right: 15px;
}
.industry-template-wrapper .btns a:last-child,
.industry-template-wrapper .btns a:first-child:hover {
  border: 1px solid #7650FF;
  background-color: #7650FF;
  transition: all .1s linear;
}
/* 底部样式 */
.count-part {
	position: relative;
	height: 400px;
	min-width: 1420px;
	background: url(../../official/floor_page/images/takeout/number_bg.jpg);
}
.count-part>img {
	width: 100%;
}
.count-part ul {
	display: block;
	position: absolute;
	left: 15%;
	bottom: 39%;
	width: 80%;
}
.count-part ul>li {
	float: left;
	height: auto;
	margin-right: 7%;
	vertical-align: middle;
}
.count-part ul>li:first-child {
  width: 200px !important;
}
.count-part ul>li:nth-child(3) {
  margin-top: 7px;
}
.count-part ul>li:last-child {
  position: absolute;
	top: -48px;
	right: 9%;
	margin-right: 0;
	width: 28%;
}
.count-part ul>li>p:first-child {
	color: #6351FF;
	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) {
	margin: 1.5vmax 0;
	font-size: 22px;
	color: #59607B;
}
.tel-num>p:last-child {
	width: 100%;
	max-width: 340px;
	padding: 10px 0;
	border-radius: 4px;
	margin: 0 auto;
  margin-left: 0;
	text-align: center;
	color: #fff !important;
	background:linear-gradient(41deg,rgba(164,77,254,1) 0%,rgba(99,81,255,1) 100%);
}