.wmsSolutionWay {
  padding-top: 49px;
  padding-bottom: 30px;
}
.wmsSolutionWay>img {
  margin-bottom: 31px;
  width: 960px;
}

.freeApply {
  display: flex;
  width: 144px;
  height: 34px;
  background: #186CEA;
  border: 1px solid #186CEA;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
.freeApply img {
  width: 19px;
  height: 19px;
  margin-right: 11px;
}

.mainAdvantage {
  background-color: #FAFAFA;
  margin: 0 10px;
  padding-bottom: 40px;
}
.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: 32px;
}
.advantagePart {
  width: 225px;
  height: 204px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding-top: 33px;
  opacity: 0;
  box-sizing: border-box;
}
.advantagePart img {
  width: 49px;
  height: 49px;
}
.advPartTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 24px;
}
.advDetail {
  width: 196px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  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: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
.o2oFuncTabTitleTips {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #FFFFFF;
  margin-top: 9px;
  margin-bottom: 52px;
}
.wrapNav {
  display: flex;
  justify-content: center;
  margin-top: 34px;
  position: relative;

}
.navText {
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #FFFFFF;
  margin: 0 36px;
  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 {
  width: 960px;
  height: 385px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 17px;
  display: none;
  position: relative;
}

.activeArea {
  display: inline-block;
}
.wrapContentImg {
  opacity: 1;
  -webkit-animation: show 0.6s ease-in;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
}


.funcFrameImg {
}
.funcFrameImgPart {
  text-align: center;
  margin-top: 39px;
  padding-bottom: 35px;
}
.funcFrameImgPart img {
  width: 960px;
}
.freeResource {
  margin: 0 10px;
  background-color: #FAFAFA;
}
.wdgjFreeResource {
  margin: 33px 0 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.freeResourceItem {
  display: flex;
  cursor: pointer;
}
.freeResourceItem:hover {
  cursor: pointer;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.freeResourceItem>img {
  width: 132px;
  height: 132px;
}
.freeResourcePart {
  margin-left: 14px;
}
.resourceTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin: 15px 0;
}
.resourceTitleInfo {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #333333;
  opacity: 0.68;
  margin-bottom: 23px;
}
.goToLookBtn {
  width: 139px;
  height: 30px;
  background: #FFF;
  border: 1px solid #EBEBEB;
  opacity: 1;
  border-radius: 18px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #186CEA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}