.template-body .layer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 90px;
}

.template-body .layer-wrapper .mobile-image {
  margin-top: 60px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.template-body .layer-wrapper .mobile-image .core {
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
}

.template-body .layer-wrapper .mobile-image .core .title {
  font-size: 24px;
  color: #000000;
}

.template-body .layer-wrapper .mobile-image .core .desc {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
}

.template-body .layer-wrapper .mobile-image .aiRank {
  left: 350px;
  top: 100px;
}

.template-body .layer-wrapper .mobile-image .aiRank-text {
  left: 740px;
  top: 110px;
  width: 325px;
}

.template-body .layer-wrapper .mobile-image .slmt {
  left: 800px;
  top: 345px;
  width: 420px;
}

.template-body .layer-wrapper .mobile-image .slmt-text {
  left: 70px;
  top: 285px;
  width: 400px;
}

.template-body .layer-wrapper .mobile-image-2 {
  margin-top: 110px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.template-body .layer-wrapper .mobile-image-2 .title {
  font-size: 24px;
  color: #000000;
}

.template-body .layer-wrapper .mobile-image-2 .desc {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-top: 10px;
}

.template-body .layer-wrapper .mobile-image-2 .sltv {
  position: absolute;
  left: 620px;
  top: 100px;
  width: 490px;
}

.template-body .layer-wrapper .mobile-image-2 .language {
  position: absolute;
  left: 170px;
  top: 720px;
  width: 410px;
}

.template-body .layer-wrapper img {
  display: block;
  max-width: 100%;
}

.template-body .layer-wrapper .left-enter {
  animation: left-enter 1s ease;
}

.template-body .layer-wrapper .right-enter {
  animation: right-enter 1s ease;
}

.template-body .page-title {
  text-align: center;
  margin-top: 60px;
}

.template-body .page-title .title {
  font-size: 45px;
  color: #000;
}

.template-body .page-title .tit {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.template-body .download-app {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.template-body .download-app .item {
  width: 235px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #eb6129;
  color: #fff;
  user-select: none;
  font-size: 20px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35), inset 0px 1px 2px 0px rgba(255, 255, 255, 0.47);
}

.template-body .download-app .item + .item {
  margin-left: 32px;
}

.template-body .download-app .iconfont {
  font-size: 32px;
  margin-right: 15px;
}

.mode-banner {
  overflow: hidden;
}

.mode-banner .layer-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -650px;
}

.mode-banner .hot-news {
  position: absolute;
  top: 305px;
  left: 70px;
  animation: hot-enter 1s ease;
}

.mode-banner .quick-news {
  position: absolute;
  top: 227px;
  left: 460px;
  animation: quick-enter 1s ease;
}

.mode-banner .content_left, .mode-banner .content_right {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mode-banner .download-app {
  display: flex;
  align-items: center;
  position: absolute;
  top: 450px;
  right: 80px;
  animation: app-enter 1s ease;
}

.mode-banner .download-app .item {
  width: 235px;
  height: 65px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #eb6129;
  color: #fff;
  user-select: none;
  font-size: 20px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35), inset 0px 1px 2px 0px rgba(255, 255, 255, 0.47);
  background-image: linear-gradient(90deg, #007056, #008969);
}

.mode-banner .download-app .iconfont {
  font-size: 35px;
  margin-right: 15px;
}

.mode-banner .download-app .item + .item {
  margin-top: 20px;
}

.mode-banner .download-app .ewm {
  text-align: center;
  margin-right: 50px;
}

.mode-banner .download-app .ewm .image {
  display: block;
  width: 189px;
  height: 189px;
}

@keyframes left-enter {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes right-enter {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes app-enter {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.news-list .item {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px 0 60px;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 60px;
  margin-top: 30px;
}

.news-list .item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #eb6129;
  left: 30px;
  top: 50%;
  margin-top: -4px;
}

.news-list .time {
  float: right;
}

.news-list .title {
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page {
  text-align: center;
  padding: 60px 0;
}

.page .el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}

.page .el-pagination .el-pager {
  vertical-align: top;
  margin: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.page .el-pagination .el-pager .active {
  background-color: #eb6129;
  color: #fff;
}

.page .el-pagination .btn-prev, .page .el-pagination .btn-next, .page .el-pagination .number {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  padding: 0 4px;
  font-size: 13px;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

.page .el-pagination .btn-prev, .page .el-pagination .btn-next {
  font-size: 12px;
  color: #c0c4cc;
}

.newsinfo-title {
  text-align: center;
  margin: 40px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}

.newsinfo-time {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.newsinfo-content {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 60px;
}

.newsinfo-content img {
  display: inline-block;
}

.article-content {
  padding: 60px 0;
}
