﻿@charset "utf-8";
/* CSS Document */

body {
  /*max-width: 750px;*/
  margin: 0 auto;
  color: #333;
  background: #fff;
  font: 14px/1.8 Microsoft YaHei, tahoma, arial, 宋体;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

img,
iframe {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%
}

table {
  border-spacing: 0;
}

input {
  outline: none;
}

em,
b,
i,
strong,
cite,
sub,
sup,
font {
  font-style: normal;
  font-size: 100%;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #00aef3;
  text-decoration: none;
}

select {
  padding: 3px 2px;
  border: 1px solid #ddd;
  line-height: 16px;
}

.clear {
  clear: both;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.fl {
  float: left
}

.fr {
  float: right
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block
}

.m15 {
  margin: 0 .15rem;
}

.mtb60 {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.mt25 {
  margin-top: .25rem;
}

.mt40 {
  margin-top: .4rem;
}

.mt70 {
  margin-top: .7rem;
}

.mtb70 {
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.mt110 {
  margin-top: 1.1rem;
}

.mtb110 {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}

.ptb45 {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.pt3 {
  padding-top: .3rem;
}

.ptb30 {
  padding: .3rem 0;
}



/*head*/
.mtop {
  height: 1rem;
  width: 100%;
}

.head {
  width: 7.5rem;
  height: 1rem;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
}

.head .logo img {
  height: .65rem;
  margin-left: .25rem;
  margin-top: .16rem
}

.head .nav {}

.sp_nav {
  width: 60px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: .3rem
}

.sp_nav span {
  display: block;
  background: #999999;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0px;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 10px
}

.sp_nav span:nth-of-type(3) {
  top: 20px
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 99;
  background: #f9f9f9;
  width: 7.5rem;
  height: calc(100% - 104px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  right: 0;
  margin: 0 auto;
}

.nav_show {
  top: 1rem
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
  float: right;
  width: 70px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
  width: 35px;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
}

.sjj_nav ul li i {
  position: absolute;
  top: .05rem;
  right: 0px;
  border-left: 1px #ddd solid;
  height: .85rem;
  padding: 0px .25rem 0 .25rem;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #eee solid;
  padding-left: 20px;
  position: relative;
  line-height: .95rem;
  font-size: .34rem
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #333;
  width: 80%;
  font-size: .34rem;
}

.sjj_nav ul li ul li a {
  color: #000;
  display: block;
  text-align: left;
  font-size: .34rem;
}

.sjj_nav ul li i svg {
  width: .4rem;
  height: .4rem;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #c9141e
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

.ui-aside-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 98;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.show {
  display: block
}

/*banner*/
.swiper-container .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  display: inline-block;
  border-radius: 0px;
  background: #9e9fa6;
  opacity: .8;
}

.swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}


/*一站式解决餐饮门店管理难题*/
.part1 {
  width: 100%
}

.title {
  text-align: center;
}

.title h2 {
  font-size: .46rem;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 1.5
}

.title p {
  font-size: .22rem;
  color: #999;
  padding: 0 .7rem;
}

.part1 ul {
  margin: .85rem 0;
  font-size: 0px;
}

.part1 ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 .4rem .5rem;
  vertical-align: top;
}

.part1 ul li a p {}

.part1 ul li a p img {
  padding: .23rem;
  border-radius: 100%;
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
}

.part1 ul li a h3 {
  font-size: .32rem;
  font-weight: normal;
  margin: .2rem auto .1rem;
}

.part1 ul li a span {
  font-size: .22rem;
  color: #999;
}

.more {
  text-align: center;
  margin-top: .5rem;
}

.more a {
  color: #00aef3;
  border: 1px solid #00aef3;
  line-height: .7rem;
  padding: 0 .5rem;
  font-size: .28rem;
  border-radius: 4px;
  display: inline-block;
}


/*四位一体解决方案，搭建专属营销生态圈*/
.part2 {
  width: 100%;
}

.part2 ul {
  margin: .85rem .3rem;
  font-size: 0px;
}

.part2 ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 .15rem .3rem;
  vertical-align: top;
}

.part2 ul li a {
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  display: block;
  position: relative
}

.part2 ul li a p img {
  margin-top: .4rem;
}

.part2 ul li a h3 {
  font-size: .32rem;
  font-weight: normal;
  padding: .2rem 0px .1rem;
}

.part2 ul li a:hover {}

.part2 ul li a .info {
  display: block;
  padding: 0 .2rem .2rem;
  background: #fff;
}

.part2 ul li a .info p {
  font-size: .22rem;
  color: #999;
}


/*商家免费入驻，立刻使用系统*/
.part3 {
  background: url(../images/img.jpg) top center no-repeat;
  width: 100%;
  /*height:8.8rem;*/
  background-size: cover;
  position: relative
}

.part3 .bt {
  text-align: center
}

.part3 .bt h2 {
  font-size: .46rem;
  font-weight: normal;
  color: #fff;
}

.part3 .bt p {
  color: #fff;
  font-size: .26rem;
}

.part3 .more a {
  margin-top: .25rem;
  border-color: #fff;
  color: #fff
}

.part3 .swiper-gzh {
  width: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.part3 .swiper-gzh .swiper-wrapper {
  margin-top: .4rem
}

.part3 .swiper-gzh .swiper-slide {
  width: 80%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.part3 .swiper-gzh .swiper-slide .main-img {
  width: 80%;
  background: #fff;
  padding: .3rem;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  display: block
}

.part3 .swiper-wrapper .swiper-slide h3 {
  font-size: .36rem;
  font-weight: normal;
}

.part3 .swiper-wrapper .swiper-slide p {
  font-size: .28rem;
  color: #999;
}

.part3 .swiper-wrapper .swiper-slide .ewm img {
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  margin: .25rem
}

.part3 .swiper-wrapper .swiper-slide .des {
  color: #999;
  font-size: .22rem;
  line-height: .25rem;
}

/*他们都在用智慧金钥匙餐饮系统*/
.part4 {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.part4 .swiper-case {
  width: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.part4 .swiper-wrapper {
  margin-top: .8rem;
}

.part4 .swiper-slide {
  width: 80%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.part4 .swiper-slide .main-img {
  width: 80%;
  margin: 0 auto;
  display: block
}

.part4 #pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%
}

.case-pagination .swiper-pagination-bullet {
  width: 25px;
  margin: 0 5px;
  height: 5px;
  display: inline-block;
  border-radius: 0px;
  background: #9e9fa6;
  opacity: .8;
}

.case-pagination .swiper-pagination-bullet-active {
  background: #00aef3;
}

/*首页新闻*/
.part5 {
  width: 100%;
}

.part5 ul {
  margin: .6rem .25rem;
}

.part5 ul li {
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  margin-bottom: .15rem;
  padding: .2rem;
  display: table;
  position: relative
}

.part5 ul li img {
  float: left;
  margin-right: .25rem;
  width: 120px;
  max-height: 140px;
}

.part5 ul li .text {
  width: calc(100% - 145px);
  float: left;
  padding-right: .4rem;
}

.part5 ul li .text a {
  font-size: .32rem;
  width: calc(100% - 200px);
  line-height: 1.5;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.part5 ul li::after {
  content: '';
  background: url(../images/arrow.png) right center no-repeat;
  position: absolute;
  top: 35%;
  right: .3rem;
  width: 19px;
  height: 30px;
}

/*首页关于我们*/
.part6 {
  width: 100%;
  background: url(../images/about_bj.jpg) top center no-repeat;
  background-size: cover;
}

.part6 .title h2 {
  font-weight: normal;
  color: #fff;
  position: relative
}

.part6 .title h2::after {
  content: '';
  position: absolute;
  width: 35px;
  left: 0;
  right: 0;
  bottom: -.1rem;
  margin: 0 auto;
  height: .04rem;
  background: #fff;
}

.part6 .title p {
  color: #fff;
  font-size: .28rem;
  padding: 0 .15rem;
  margin-top: .4rem;
}

.part6 .link_text {
  margin-top: .8rem;
  margin-bottom: .2rem;
  text-align: center
}

.part6 .link_text a {
  display: inline-block;
  width: 2.18rem;
  margin: 0 10px;
  font-size: .28rem;
  color: #fff;
  line-height: .7rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*footer*/
.footer {
  width: 100%;
}

.footreg {
  background: #ff9a2d;
  text-align: center
}

.footreg p {
  font-size: .32rem;
  color: #fff;
  padding-left: .45rem;
  padding-right: .45rem;
  position: relative;
  line-height: 1.5;
}

.footreg p .ljzc a {
  font-size: .28rem;
  color: #fff;
  margin-top: .25rem;
  border: 1px solid #fff;
  height: .6rem;
  line-height: .6rem;
  display: inline-block;
  padding: 0 .5rem;
}

.foot_box {
  background: #4a443f;
  padding: 0 .25rem;
}

.foot_box dl {
  padding-top: .6rem;
  border-bottom: 1px solid #a5a29f;
  overflow: hidden
}

.foot_box dl dt a {
  font-size: .26rem;
  color: #fff;
  opacity: 0.5
}

.foot_box dl dd {
  padding-bottom: .3rem;
  padding-top: .2rem;
  float: left
}

.foot_box dl dd a {
  padding-right: .6rem;
  font-size: .26rem;
  color: #fff;
}

.foot_box dl.two {
  padding-bottom: .8rem;
}

.foot_box dl.two dd {
  padding-top: 0px;
}

.foot_box .zxdh {
  border: 1px solid #fff;
  height: .85rem;
  line-height: .85rem;
  font-size: .28rem;
  text-align: center;
  margin-bottom: .5rem;
}

.foot_box .zxdh a {
  color: #fff;
}

.foot_box .powerby {
  font-size: .22rem;
  color: #fff;
  text-align: center;
  line-height: .4rem;
}

.h85 {
  width: 100%;
  height: .85rem;
}

.footnav {
  width: 7.5rem;
  height: 80px;
  background: #fff;
  opacity: .95;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 97;
}

.footnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.footnav ul li {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.footnav ul li a {
  color: #00aef3;
  font-size: .32rem;
  line-height: 80px;
}

.footnav ul li a img {
  padding-right: 10px;
  height: 34px;
}

.footnav ul li::after {
  content: '';
  color: #e3e3e3;
  height: 20px;
  width: 1px;
  background: #e3e3e3;
  float: right;
  margin-top: 32px;
}

.footnav ul li:last-child::after {
  display: none
}


/*单页*/
.content {}

.content img {
  max-width: 100%;
  /* width: auto !important; */
  height: auto !important;
}

/*商学院频道页*/
.single {
  width: 100%;
}

.single ul.newlist {
  margin: .6rem .25rem;
}

.single ul.newlist li {
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  width: 100%;
  margin-bottom: .15rem;
  padding: .2rem;
  display: table;
  position: relative
}

.single ul.newlist li a img {
  float: left;
  margin-right: .25rem;
  width: 2.28rem;
  max-height: 2rem;
}

.single ul.newlist li .text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.4
}

.single ul.newlist li .text a {
  font-size: .26rem;
  line-height: 1.4;
}

.single ul.newlist li p {
  font-size: .22rem;
  color: #999;
  position: absolute;
  bottom: .15rem;
  left: 2.73rem;
}

.single ul.newlist li p img {
  margin-top: -3px;
  margin-right: 5px;
  height: .22rem
}

.single ul.newlist li p .views {
  margin-right: .3rem;
}

.help ul.newlist li .des {
  font-size: .22rem;
  color: #000;
  padding-bottom: .1rem
}

.help ul.newlist li p {
  position: unset
}

.help ul.newlist li .text {
  padding-bottom: .1rem;
}

.position {
  color: #999;
  font-size: .22rem;
  padding: 0 .25rem
}

.position a {
  color: #999;
  font-size: .22rem
}

.pagination {
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline-block
}

.pagination li a,
.pagination span {
  display: inline-block;
  font-size: .22rem;
  height: 30px;
  line-height: 30px;
  margin: 9px 0;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000;
}

.pagination a:hover {
  background-color: #fff3ea;
  text-decoration: none;
}

.pagination li.thisclass a,
.pagination li.thisclass span,
.pagination li:hover a {
  color: #00aef3;
  background-color: #fff3ea;
}


/*文章内页*/
.arc_top_line {
  width: 100%;
  height: 7px;
  background: url(../images/arc_top_line.png) left top repeat-x;
}

.arc_top {
  margin-top: .25rem
}

.content_arc {
  margin: 0 .25rem
}

.content_arc h1 {
  font-size: .32rem;
  margin: .3rem 0;
  font-weight: normal;
}

.content_arc .arc-meta {
  font-size: .22rem;
  color: #999;
  padding-bottom: .3rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: .3rem;
}

.content_arc .arc-meta .date {
  margin-right: .3rem;
}

.content_arc .arc-meta img {
  height: .22rem
}

.content_arc .arc-body {
  font-size: .28rem
}

.content_arc .arc-body p {
  margin-bottom: 10px;
}

.content_arc .arc-body img {
  margin-bottom: 10px;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.content_arc .copyright {
  margin-top: .3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  background: #fff2e8;
  font-size: .22rem;
  color: #999;
}


/*他们都在用智慧金钥匙餐饮系统*/
.case {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.case .swiper-case {
  width: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: .1rem;
}

.case .swiper-wrapper {
  margin-top: .8rem;
}

.case .swiper-slide {
  width: 80%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.case .swiper-slide .main-img {
  width: 80%;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  border-radius: 4px;
  padding-bottom: .25rem
}

.case .swiper-slide .main-img .case_img {
  height: 2.4rem;
  overflow: hidden
}

.case .swiper-slide .main-img .case_img img {
  width: 100%;
}

.case .swiper-slide .main-img .case_logo {
  margin: .1rem 0;
}

.case .swiper-slide .main-img .case_logo img {
  max-width: 100%;
  height: 1.08rem
}

.case .swiper-slide .main-img p {
  padding: 0 .25rem;
  font-size: .24rem;
  color: #000
}

.case #pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%
}

.case-pagination .swiper-pagination-bullet {
  width: 25px;
  margin: 0 5px;
  height: 5px;
  display: inline-block;
  border-radius: 0px;
  background: #9e9fa6;
  opacity: .8;
}

.case-pagination .swiper-pagination-bullet-active {
  background: #00aef3;
}

.shop {
  background: url(../images/shop_bg.png) top center no-repeat;
  background-size: cover;
}

.shop .title h2 {
  padding-top: .45rem;
  color: #fff;
}

.shop .title p {
  color: #fff;
  padding: 0;
}

.shop .shop_box {
  width: 5rem;
  margin: .6rem auto .5rem;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: .25rem;
}

.shop .shop_box h2 {
  font-size: .36rem;
  font-weight: normal;
}

.shop .shop_box p {
  font-size: .28rem;
  color: #999;
}

.shop .shop_box .qr {
  margin: .25rem auto;
}

.shop .shop_box .qr img {
  box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
  width: 3rem
}

.shop .shop_box .info {
  font-size: .22rem;
  color: #999
}


/*about*/
.about-us-main-box {
  margin: .45rem .25rem 0;
}

.about-us-main-box .about-us-img {
  margin-bottom: 10px;
}

.about-us-main-box .about-us-img img {
  width: 100%
}

.about-us-main-box .about-us-font-box {
  font-size: .26rem;
  color: #000;
}

.about-hj {
  margin: .6rem 0px;
}

.about-hj .left-img {}

.about-hj .left-img li {
  float: left;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden
}

.about-hj .left-img li h4 {
  font-size: .36rem;
  font-weight: normal;
  padding-top: .4rem
}

.about-hj .left-img li p {
  color: #000;
  font-size: .28rem;
}

.about-hj .left-img li img {
  width: 3.5rem;
  height: 3.5rem
}

.about-hj .left-img li.bg1 {
  background: #fff2e2;
  padding: .25rem;
}

.about-hj .left-img li.bg2 {
  background: #fff8f0;
  padding: .25rem;
}

.about-hj .left-img li h4::after {
  content: '';
  display: table;
  width: .4rem;
  height: .04rem;
  background: #00aef3;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

.map {
  margin: .6rem 0 0;
}

.map .our-position-map {
  width: 100%;
  height: 4.5rem;
}

.map .our-position-map img {
  max-width: none
}

.map .our-position-map .BMap_Marker img {
  max-width: 100%;
}

/*tags*/
.tags_list {
  margin-bottom: 20px;
  text-align: center
}

.tags_list dt {
  margin-bottom: 10px;
  font-size: .36rem;
  color: #000
}

.tags_list dd a {
  font-size: .24rem;
  color: #999;
  background-color: #fff;
  border: 1px solid #68727d;
  border-radius: 14px;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
}

/* 改造的css代码 */
.six_reason {
  width: 100%;
  margin-top: .76rem;
  padding: 0 .5rem;
  box-sizing: border-box;
}

.six_reason_title {
  height: 1.5rem;
  width: 100%;
  font-size: .52rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: bold;
}

.six_reason_content {
  width: 100%;
  margin-top: .6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_project {
  width: 3rem;
  height: 2.75rem;
  margin-top: .8rem;
}

.content_project:first-child {
  margin-top: 0;
}

.content_project:nth-child(2) {
  margin-top: 0;
}

.content_project_icon {
  width: 100%;
  height: 1.22rem;
  box-sizing: border-box;
  padding: 0px .89rem;
}

.content_project_icon>img {
  height: 1.22rem;
  width: 1.22rem;
}

.content_project_title {
  width: 100%;
  height: .36rem;
  margin-top: .1rem;
  font-size: .36rem;
  text-align: center;
  color: #333333;
}

.content_project_msg {
  width: 100%;
  box-sizing: border-box;
  margin-top: .3rem;
  text-align: center;
  line-height: .35rem;
  color: #a6a6a6;
}

.BusinessAgent {
  margin-top: .62rem;
  margin-bottom: .4rem;
}

.BusinessAgent_content {
  width: 100%;
  padding: 0 .24rem;
  box-sizing: border-box;
}

.single_project {
  width: 100%;
  height: 1.56rem;
  border: .03rem solid #f8f8f8;
  border-radius: .1rem;
}

.single_project_number {
  width: .70rem;
  height: .70rem;
  border-radius: 50%;
  text-align: center;
  line-height: .70rem;
  background-color: #fff9f2;
  font-size: .3rem;
  font-weight: bold;
  float: left;
  margin-left: .4rem;
  margin-top: .43rem;
}

.single_project_icon {
  width: .62rem;
  height: .62rem;
  float: left;
  margin-left: .68rem;
  margin-top: .47rem;
}

.single_project_icon>img {
  width: .64rem;
  height: .62rem;
  float: left;
}

.single_project_msg {
  color: #333333;
  height: 40px;
  font-size: .4rem;
  margin-left: .3rem;
  margin-top: .38rem;
  float: left;
}

.bottom_icon {
  width: 100%;
  height: 1.06rem;
  position: relative;
}

.bottom_icon>img {
  position: absolute;
  width: .5rem;
  height: .5rem;
  top: 25%;
  left: 50%;
  transform: translateX(-50%)
}

.BusinessAgent_btn_box {
  width: 100%;
  height: 2.12rem;
  position: relative;
}

.BusinessAgent_btn {
  width: 2.28rem;
  height: .76rem;
  border: 1px solid #ff921e;
  color: #ff921e;
  text-align: center;
  line-height: .76rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: .75rem;
  font-size: .32rem;
  cursor: pointer;
}

.eight_support {
  font-size: .52rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2.6rem;
}

.eight_title {
  font-size: .52rem;
  text-align: center;
  font-weight: bold;
}

.eight_project {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_eight_project {
  width: 50%;
  height:2.3rem;
  margin-top: .48rem;

}

.content_eight_project_icon {
  width: 1.3rem;
  height: 1.3rem;
  box-shadow: 0px 0px 8px 0px#e3e3e3;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto;
 
}

.content_eight_project_img {
  width: .7rem;
  height: .7rem;
  margin-top: .3rem;
  margin-left: .28rem;
}

.content_eight_project_title {
  font-size: .36rem;
  width: 100%;
  height: .4rem;
  text-align: center;
  margin-top: .2rem;
  color: #333333;
}