body{
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
  font-size: 14px;
  line-height: 20px;
}
*{
  box-sizing: border-box;
}
.active {
  color: #ffffff;
}
.main-text-color {
  color: #282938;
}
.secondary-text-color {
  color: #555769;
}
.purple-text {
  color: #2405f2;
}
.gold-text {
  color: #fcd980;
}
.home-bg {
  background: #f9faff;
}
.number-bg {
  background: url("../../../static/images/number-bg.png") no-repeat;
  background-size: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1c1e53;
  padding-top: 10px;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #bbbbcb;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #fcd980;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.km {
  height: 500px;
  background: url("../../../static/images/km.png") no-repeat;
  background-size: 100%;
}
.km:hover .km-content {
  opacity: 1;
}
.km-content {
  opacity: 0;
  transition-duration: 500ms;
  background: linear-gradient(306deg, #1c1e53 0%, rgba(28, 30, 83, 0.42) 100%);
}
.xxmx {
  background: url("../../../static/images/xxmx.png") no-repeat;
  background-size: 100%;
}
.xxmx:hover .ymf-content {
  opacity: 1;
}
.ymf {
  background: url("../../../static/images/ymf.png") no-repeat;
  background-size: 100%;
}
.ymf:hover .ymf-content {
  opacity: 1;
}
.ymf-content {
  opacity: 0;
  transition-duration: 500ms;
  background: linear-gradient(306deg, #1c1e53 0%, rgba(28, 30, 83, 0.42) 100%);
}
.title-cube {
  background: #fcd980;
}
.app {
  background: url("../../../static/images/app.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  cursor: pointer;
}
.scope-content {
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
}
/* .scope-content:hover .svg {
  filter: drop-shadow(#282938 1000px 0);
}
.scope-content:hover {
  color: #282938;
  background: rgba(252, 217, 128, 0.9);
} */
.app-content {
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.app-content::after {
  content: "APP开发";
  margin-top: 10px;
}
.app:hover .app-content {
  color: #282938;
  background: rgba(252, 217, 128, 0.9);
}
.app:hover .app-content::after {
  content: "萨普莱斯致力于为您提供有价值的产品解决方案";
  text-align: center;
  padding: 0 80px;
}
.app:hover .svg {
  margin-bottom: 20px;
  filter: drop-shadow(#282938 1000px 0);
}
.svg {
  filter: drop-shadow(#ffffff 1000px 0);
  transform: translateX(-1000px);
}
.uni {
  background: url("../../../static/images/uni.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  cursor: pointer;
}
.uni-content {
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.uni-content::after {
  content: "小程序开发";
  margin-top: 10px;
}
.uni:hover .uni-content {
  color: #282938;
  background: rgba(252, 217, 128, 0.9);
}
.uni:hover .uni-content::after {
  content: "萨普莱斯致力于为您提供有价值的产品解决方案";
  text-align: center;
  padding: 0 80px;
}
.uni:hover .svg {
  margin-bottom: 20px;
  filter: drop-shadow(#282938 1000px 0);
}
.weixin {
  background: url("../../../static/images/weixin.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  cursor: pointer;
}
.weixin-content {
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.weixin-content::after {
  content: "微信开发";
  margin-top: 10px;
}
.weixin:hover .weixin-content {
  color: #282938;
  background: rgba(252, 217, 128, 0.9);
}
.weixin:hover .weixin-content::after {
  content: "萨普莱斯致力于为您提供有价值的产品解决方案";
  text-align: center;
  padding: 0 80px;
}
.weixin:hover .svg {
  margin-bottom: 20px;
  filter: drop-shadow(#282938 1000px 0);
}
.web {
  background: url("../../../static/images/web.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  cursor: pointer;
}
.web-content {
  transition-duration: 500ms;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.web-content::after {
  content: "网站开发";
  margin-top: 10px;
}
.web:hover .web-content {
  color: #282938;
  background: rgba(252, 217, 128, 0.9);
}
.web:hover .web-content::after {
  content: "萨普莱斯致力于为您提供有价值的产品解决方案";
  text-align: center;
  padding: 0 80px;
}
.web:hover .svg {
  margin-bottom: 20px;
  filter: drop-shadow(#282938 1000px 0);
}
.case-btn {
  margin: 30px 20px 0;
  width: 179px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #F2F2F2;
  /* box-shadow: 0 2px 20px 0 rgb(23 128 224 / 20%); */
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
}
.case-btn-active {
  margin: 30px 20px 0;
  width: 179px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  background: #5653FF;
  /* box-shadow: 0 2px 20px 0 rgb(23 128 224 / 20%); */
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
}
.needs-input {
  background: #1c1e53;
}
.more-btn {
  width: 171px;
  height: 54px;
  background: #fcd980;
  border-radius: 50px 50px 50px 50px;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  font-weight: 500;
  color: #282938;
}
.menu-item {
  font-size: 24px;
  font-weight: 500;
  color: #555769;
  cursor: pointer;
  margin: 0 15px;
}
.menu-item-active {
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #2405f2;
  margin: 0 15px;
}
.menu-bar {
  width: 33px;
  height: 4px;
  background: #2405f2;
  margin-top: 14px;
  border-radius: 50px 50px 50px 50px;
}
.list-container {
  width: 1200px;
  min-width: 1200px;
}
.contact-btn {
  width: 230px;
  height: 64px;
  background: #fcd980;
  border-radius: 41px 41px 41px 41px;
  line-height: 64px;
  text-align: center;
}
.news-menu-item {
  font-size: 24px;
  font-weight: 500;
  color: #555769;
  cursor: pointer;
  margin: 0 55px;
}
.news-menu-item-active {
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #2405f2;
  margin: 0 55px;
}
.news-menu-bar {
  width: 53px;
  height: 4px;
  background: #2405f2;
  margin-top: 14px;
  border-radius: 50px 50px 50px 50px;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.service-btn {
  margin: 30px 20px 0;
  width: 179px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #fcd980;
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
}
.service-btn-active {
  margin: 30px 20px 0;
  width: 179px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #fcd980;
  border: 1px solid #fcd980;
  border-radius: 50px 50px 50px 50px;
  cursor: pointer;
}
.app-service-1 {
  width: 600px;
  height: 460px;
  background: #4E9EFD;
  border-radius: 35px 35px 35px 35px;
  position: relative;
}
.app-service-2 {
  width: 600px;
  height: 460px;
  background: #807DFF;
  border-radius: 35px 35px 35px 35px;
  position: relative;
}
.app-service-3 {
  width: 600px;
  height: 460px;
  background: #FC8080;
  border-radius: 35px 35px 35px 35px;
  position: relative;
}
.app-service-4 {
  width: 600px;
  height: 460px;
  background: #7ADC8C;
  border-radius: 35px 35px 35px 35px;
  position: relative;
}
.app-service-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.55;
  border-radius: 35px 35px 35px 35px;
  filter: blur(50px);
}
@keyframes left-in {
  0% {
    margin-left: -250px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    margin-right: -250px;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: transparent;
}