
.solutionO2OWay {
  margin-top: 38px;
  position: relative;
}
.solutionO2OWay> img {
  width: 960px;
}
.freeApply1 {
  display: flex;
  width: 154px;
  height: 34px;
  background-color: #fff;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #186CEA;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50px);
  cursor: pointer;
}
.freeApply1 img {
  margin-right: 9px;
  width: 20px;
}
.freeApply2 {
  display: flex;
  width: 154px;
  height: 32px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
.freeApply2 img {
  width: 19px;
  height: 19px;
  margin-right: 11px;
}
.mainAdvantage {
  background-color: #FAFAFA;
  margin: 0 10px;
  padding-bottom: 50px;
}
.advantageTips {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #666666;
  text-align: center;
  margin-top: 9px;
}
.advantageLine {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.advantagePart {
  width: 225px;
  height: 183px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding-top: 21px;
  opacity: 0;
}
.advantagePart>img {
  width: 49px;
}
.advPartTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 24px;
}
.advDetail {
  width: 182px;
  height: 51px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  text-align: center;
  margin: 0 auto;

}
.o2oFuncTab {
  background: url("../img/solutions/onlineERP-business-bg@2x.png") no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 20px;
}
.o2oFuncTabTitle {
  font-size: 29px;
  font-weight: 500;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
}
.wrapNav {
  display: flex;
  justify-content: center;
  margin-top: 34px;
  position: relative;

}
.navText {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #FFFFFF;
  margin: 0 30px;
  cursor: pointer;
}
.navActive {
  font-weight: bold;
  
}
.triangleUp {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
}
.wrapContent {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 16px;
  display: none;
  position: relative;
}

.activeArea {
  display: inline-block;
}
.wrapContentImg {
  width: 960px;
  opacity: 1;
  -webkit-animation: show 0.6s ease-in;
  transition-delay: 0s;
}
.funcModule {
  padding-bottom: 42px;
}
.wrapCol {
  display: flex;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 33px;
}
.nav-col {
  width: 160px;
  box-sizing: border-box;
  cursor: pointer;
  /* width: 142px; */
  border-right:1px solid #E5EBF5;
}

.nav-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #F5FAFE;
  padding-top: 19px;
  padding-bottom: 22px;
}
.nav-img {
  width: 41px;
}
.nav-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #333333;
  margin-top: 13px;
}
.nav-content {
  text-align: center;
  padding-bottom: 29px;
}
.nav-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #333333;
  margin-top: 21px;
}
.nav-col:hover {
  width: 242px;
  transition: width 1.5s;
  -webkit-transition: width 1.5s;
  /* transform: scale(1.1); */
  /* Safari */
}
.nav-col:last-child {
  border-right: none;
}
.operationFlow {
  margin: 0 10px;
  padding-bottom: 25px;
}
.operationFlowImg {
  width: 960px;
  opacity: 0;
}

