.movePlat_module {
  background-color: #fff;
  padding: 50px 0;
}
.movePlat_module .ys_module_title {
  max-width: 1400px;
}
.movePlat_module_content {
  position: relative;
  display: block;
  width: 1200px;
  height: 456px;
  margin: 48px auto 80px;
}
.movePlat_module_img {
  display: block;
  width: 100%;
  height: 100%;
}
.movePlat_module_tip {
  position: absolute;
  bottom: -80px;
  left: 50%;
  font-size: 20px;
  color: #333;
  padding: 10px 0 10px 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: left center;
  background-repeat: no-repeat;
  -o-background-size: 28px 28px;
  background-size: 28px 28px;
}
.movePlat_module_tip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 1px;
  height: 30px;
  border-left: 1px dashed #1472FF;
}
.movePlat_module_tip::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'ys-iconfont';
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.movePlat_module_tip.mini {
  left: 5.3%;
}
.movePlat_module_tip.mini::after {
  content: '\e601';
  background-color: #1472FF;
}
.movePlat_module_tip.app {
  left: 18.1%;
}
.movePlat_module_tip.app::after {
  content: '\e6f2';
  background-color: #03c167;
}
.movePlat_module_tip.gyl {
  left: 30%;
}
.movePlat_module_tip.gyl::after {
  content: '\e975';
  background-color: #1fb8aa;
}
.movePlat_module_tip.shop {
  left: 51%;
}
.movePlat_module_tip.shop::after {
  content: '\e63a';
  background-color: #ffa451;
}
.movePlat_module_tip.xp {
  left: 72%;
}
.movePlat_module_tip.xp::after {
  content: '\e64f';
  background-color: #fe703f;
}
.movePlat_module_tip.h5 {
  left: 94.6%;
}
.movePlat_module_tip.h5::after {
  content: '\e65a';
  background-color: #d3237a;
}
@media (max-width: 768px) {
  .movePlat_module {
    padding: 1.25rem 0;
  }
  .movePlat_module .ys_module_title {
    padding: 0 2.5rem;
  }
  .movePlat_module .ys_module_tip {
    padding: 0 1rem;
  }
  .movePlat_module_content {
    position: relative;
    display: block;
    width: auto;
    height: 6.8rem;
    margin: 1rem 0.5rem;
  }
  .movePlat_module_img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .movePlat_module_tip {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    font-size: 0.4rem;
    color: #333;
    padding: 0.25rem 0 0.25rem 0.75rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    -o-background-size: 0.5rem 0.5rem;
    background-size: 0.5rem 0.5rem;
  }
  .movePlat_module_tip::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.75rem;
    width: 1px;
    height: 0.75rem;
    border-left: 1px dashed #1472FF;
  }
  .movePlat_module_tip::after {
    font-size: 0.45rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
  }
  .movePlat_module_tip.mini {
    left: 5.3%;
  }
  .movePlat_module_tip.app {
    left: 18.1%;
  }
  .movePlat_module_tip.gyl {
    left: 34%;
  }
  .movePlat_module_tip.shop {
    left: 51%;
  }
  .movePlat_module_tip.xp {
    left: 72%;
  }
  .movePlat_module_tip.h5 {
    left: 94.6%;
  }
}
