.canSolution {
  padding: 40px 0 30px;
}

.crossBorderSolutionWay {
  margin-top: 120px;
  text-align: center;
  position: relative;
}
.crossBorderSolutionWay .solutionpic_con {
  margin-bottom: 96px;
  width: 100%;
  height: 103px;
  background: url('../img/solutions/cross-kids-solutiion@2x.png') center center no-repeat;
  background-size: cover;
}
.crossBorderSolutionWay .tip {
  position: absolute;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.fix_center {
  position: relative;
  width: 1050px;
  min-width: 1050px;
  margin: 0 auto;
}
.tip.tip1 {
  left: 10px;
  top: -21px;
}
.tip.tip2 {
  left: 232px;
  top: -42px;
}
.tip.tip3 {
  left: 485px;
  top: -43px;
}
.tip.tip4 {
  left: 746px;
  top: -39px;
}
.tip.tip5 {
  left: 130px;
  top: 100px;
}
.tip.tip6 {
  left: 345px;
  top: 116px;
}
.tip.tip7 {
  left: 638px;
  top: 116px;
}
.tip.tip8 {
  left: 890px;
  top: 97px;
}
.freeApply {
  display: flex;
  width: 154px;
  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 {
  margin: 0 10px;
  background: #FAFAFA;
}
.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: 27px;
  padding-bottom: 40px;
}
.advantagePart {
  width: 225px;
  height: 204px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  opacity: 0;
}
.advDetail {
  width: 180px;
  height: 51px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
  text-align: center;
  margin: 0 auto;
}
.advantagePart img {
  margin: 33px 0;
  width: 68px;
  height: 68px;
}

.crossBorderFunc {
  text-align: center;
  padding-bottom: 33px;
}

.crossBorderFunc .hightlight_pic {
  width: 960px;
  margin-top: 51px;
  margin-bottom: 47px;
}

.operationFlow {
  margin: 0 10px;
  background-color: #FAFAFA;
  padding-bottom: 26px;
  position: relative;
}
.crossBorderFlowTab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  background: rgba(24, 108, 234, 0.39);
  height: 43px;
  margin-top: 33px;
  
}
.crossBorderFlowTab span {
  cursor: pointer;
}
.crossBorderFlowTab span:nth-child(1) {
  width: 299px;
  text-align: center;
}
.crossBorderFlowTab span:nth-child(2) {
  width: 364px;
  text-align: center;
}
.crossBorderFlowTab span:nth-child(3) {
  width: 297px;
  text-align: center;
}

.crossBorderFlowContent {
  text-align: center;
}
.crossBorderFlowContent img {
  width: 100%;
}
.activeFlowTab {
  width: 384px;
  height: 51px;
  background: linear-gradient(180deg, #2F78E5 0%, #1D68D8 100%);
  opacity: 1;
  border-radius: 9px;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  color: #FFFFFF;
  text-align: center;
  left: 289px;
  top: 98px;
}


.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;
}

.o2oFuncTab .freeApply {
  border-color: #fff;
  background: none;
}
/* .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: 16px;
  font-weight: 300;
  line-height: 16px;
  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 20px;
  margin-top: 16px;
  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%;
}