/* 行业案例 */
.case {
  width: 100vw;
  margin-top: 80px;
}
.case-content {
  width: 66%;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-content-item {
  width: calc(50% - 12px);
  background-color: #f2f2f2;
  border-radius: 50px 20px 20px 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.case-content-item:hover{
    box-shadow: 0px 4px 8px 0px rgba(44,82,167,0.32);
    transform: scale(1.02);
}
.case-content-item-img {
   width: 33%;
    
  }
.case-content-title {
  bottom: 10px;
  width: 100%;
  color: #626262;
  font-size: 18px;
  font-weight: 700;
}
.case-content-text {
  color: #626262;
  font-size: 14px;
  line-height: 22px;
  margin-top: 6px;
}


/* 为什么选择商机引擎？ */
.whyChange {
  width: 100vw;
  margin-top: 80px;
}
.whyChange-content {
  width: 66%;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.whyChange-content-item {
  width: calc(25% - 21px);
  background-color: #f2f2f2;
  border-radius: 50px 50px 20px 20px;
  padding-bottom: 20px;
}
.whyChange-content-item:hover{
    box-shadow: 0px 4px 8px 0px rgba(44,82,167,0.32);
    transform: scale(1.02);
}
.whyChange-content-item-img {
  width: 100%;
}
.whyChange-content-title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.whyChange-content-text {
  width:calc(100% - 30px);
  margin: 16px auto;
  font-size: 14px;
  color: #626262;
  line-height: 24px;
}

/* 适用对象 */
.suitable-object {
  width: 100vw;
  margin-top: 80px;
}
.suitable-object-content {
  width: 66%;
  height: 220px;
  margin: 31px auto 0;
  display: flex;
  border-radius: 50px 20px 20px 50px;
  background-color: #f2f2f2;
  align-items: center;
}
.suitable-object-item {
  width: 22%;
  height: 200px;
  background-color: #f2f2f2;
  border-radius: 50px 50px 20px 20px;
}
.suitable-object-content-text {
  flex: 1;
  font-size: 16px;
  margin-left: 71px;
  line-height: 32px;
  color: #626262;
}

/* 流程自动化 */
.process {
  width: 100vw;
  margin-top: 80px;
}
.process-content > div {
  position: relative;
}
.process-content-item {
  width: 456px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  color: #ffff;
}

/* 触达多元化 */
.reach {
  width: 100vw;
  margin-top: 80px;
}
.reach-content {
  width: 66%;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.reach-content-item {
  width: 31%;
  background-color: #f2f2f2;
  border-radius: 50px 50px 20px 20px;
  padding-bottom: 20px;
}
.reach-content-item:hover{
    box-shadow: 0px 4px 8px 0px rgba(44,82,167,0.32);
    transform: scale(1.02);
}
.reach-content-item-img {
  width: 100%;
}
.reach-content-tips {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.reach-item-title {
  width: 80%;
  font-size: 16px;
  color: #626262;
  margin: 26px auto 20px;
  font-weight: 600;
}
.reach-item-content {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  color: #626262;
  line-height: 22px;
  margin-bottom: 20px;
}
/* 客户触达困境 */
.product-plight {
  margin-top: 70px;
  width: 100vw;
}
.web-font {
  font-weight: 700;
  font-size: 32px;
  color: #525252;
  line-height: 39px;
  text-align: center;
}
.web-font-line {
  width: 800px;
  margin: 0 auto;
}

.product-plight-describe {
  width: 100vw;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 26px;
}

.plight-content {
  width: 100vw;
}

.plight-content-item {
  width: 70%;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
}

.plight-item {
  width: 20%;
  height: 328px;
  margin: 0 6px;
  padding: 13px;
  border-radius: 25px;
}
.plight-item:hover{
  transform: scale(1.02);
  box-shadow: 0px 4px 8px 0px rgba(44,82,167,0.32);
}
.plight-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.plight-item-content {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
/* 合作机构 */
.cooperation {
  width: 100vw;
  margin-top: 50px;
}
.cooperation-content {
  width: 66%;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cooperation-content-item{
    width: calc(25% - 8px);
    margin-bottom: 20px;
}
.cooperation-content-item:hover{
    box-shadow: 0px 4px 8px 0px rgba(44,82,167,0.32);
    transform: scale(1.02);
    border-radius:8px;
}
/* 尾部 */
.footer{
    width: 100vw;
    margin-top: 80px;
    background: url('../img/yunhufooterBg.png') no-repeat;
    background-size: 100% 100%;
}
.footer-content{
    width: 70%;
    margin: 0 15%;
    color: #fff;
    padding: 80px 0 40px; 
}
.footer-contact{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-contact-item-right{
    display: flex;
}
.footer-contact-item-right>div{
    margin-left: 16px;
}
.footer-contact-item-right p{
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
}
.footer-contact-item-right img{
    width: 110px;
}
.footer-contact-item-left{
    width: 480px;
    margin-right: 10px;
}
.footer-contact-item-left p{
    margin-bottom: 2px;
}