.btn-box button {
  border-radius: 25px;
  font-size: 18px;
}
.btn-box .btn1 {
  background: rgb(134, 95, 224);
  color: #fff;
  padding: 6px 25px;
}
.btn-box .btn2 {
  background: rgb(233, 240, 255);
  color: rgb(62, 94, 254);
  padding: 6px 35px;
}
.btn-box nav a {
  font-size: 16px;
  margin-left: 50px;
}
.banner .ani, .active-box .ani {
  position: absolute;
  display: block;
  width: 43px;
  height: 45px;
  background: url(../images/icon.png) no-repeat -3px -299px;
  cursor: pointer;
  opacity: 0.35;
}

.banner .next {
  left: auto;
  right: 0;
  background-position: -45px -295px;
}

.active-show-pagination {
  left: 16% !important;
}

.active-box .prev-activity {
  left: 51%;
}

.active-box .next-activity {
  background-position: -45px -295px;
  right: 1%;
}

.banner .prev.on {
  left: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .next.on {
  right: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ani, .icon, .icon2 {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}

.anii {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.translateY {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.translateX {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translateXY {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bannerB {
  width: 1200px;
  height: 140px;
  margin: auto;
  z-index: 9;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.bannerB .line {
  width: 2px;
  height: 31px;
  background: #B5B4B0;
}

.bannerB .bitem {
  display: flex;
  flex-direction: row;
  padding: 0 26px;
  align-items: center;
  height: 100%;
}

.bannerB .bitem:hover {
  box-shadow: 0 0 20px rgba(12, 49, 213, 0.3);
  border-radius: 25px;
  transition: all 0.8s;
}

.bannerB .bitem .left img {
  margin-right: 26px;
}

.bannerB .bitem .right .title {
  height: 45px;
  font-size: 24px;
  color: #3E3A39;
  font-weight: 700;
  display: inline;
  padding-bottom: 4px;
}

.bannerB .bitem .right .des {
  font-size: 16px;
  color: #828080;
  margin-top: 12px;
  line-height: 22px;
}

.youshi-item div {
  margin-bottom: 56px;
  padding: 25px 20px;
}
.youshi-item div:hover {
  background: linear-gradient(to right, #E6F0FA, #FAFBFE);
}
.youshi-item h3 {
  font-size: 20px;
}
.youshi-item p {
  font-size: 14px;
  line-height: 3;
  text-indent: 1em;
  white-space: nowrap;
}

.youshi-item div h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.youshi-item:first-of-type div:nth-child(1) h3::before {
  background-image: url("../images/youshi-item1.png");
}

.youshi-item:first-of-type div:nth-child(2) h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/youshi-item2.png");
}

.youshi-item:first-of-type div:nth-child(3) h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/youshi-item3.png");
}

.youshi-item2 div:nth-child(1) h3::before {
  background-image: url("../images/youshi-item4.png");
}

.youshi-item2 div:nth-child(2) h3::before {
  background-image: url("../images/youshi-item5.png");
  /* ... */
}

.youshi-item2 div:nth-child(3) h3::before {
  background-image: url("../images/youshi-item6.png");
  /* ... */
}

.core-adv {
  background: linear-gradient(180deg, #f5f9ff 0%, #eaf2ff 100%);
}
.create-flow{
  background: linear-gradient(0deg, #edf5ff 0%, #dfebf7 100%);
}

.activity-show {
  position: relative;
  background: linear-gradient(138deg, #b2ccf1, #F5F5F5);
  height: 1100px;
  text-align: center;
  padding: 60px 0 280px;
}

.active-intro, .active-box {
  width: 1246px;
  height: 760px;
  margin: auto;
}

.active-left {
  position: relative;
  flex: 0 0 450px;
  background: #fff;
  padding: 34px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: left;
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.active-left h3 {
  color: rgb(40, 113, 177);
  font-size: 20px;
  margin-top: 30px;
}

.active-left button{
  position: absolute;
  background: linear-gradient(to right, #8095cf, #691ae7);
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 68px;
  left: 50%;
  margin-left: -93px;
  bottom: 30px;
}

.active-left ul li {
  margin-top: 30px;
  position: relative;
  margin-left: 23px;
  color: #666;
}

.active-left ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(48, 112, 226);
  position: absolute;
  left: -25px;
  top: 0.5em;
}

.active-right {
  width: 800px;
  height: 760px;
  background: linear-gradient(138deg, #D5D7F2, #A1BDFF);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.active-right .activity-ruuning-box {
  width: 320px;
  height: 640px;
  margin: 60px auto 0;
  background: url("../images/shouji.png") no-repeat;
}

.vote-plat {
  width: 100%;
  height: 300px;
  margin-top: -3px;
  background: url(../images/bg2.png) no-repeat center 100%;
}
.vote-plat h2 {
  padding-top: 86px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgb(100, 181, 236);
}
.vote-plat .create_active {
  border-radius: 25px;
  width: 189px;
  height: 43px;
  line-height: 2.5;
  opacity: 1;
  background: rgb(255, 255, 255);
  display: block;
  margin: auto;
  color: rgb(37, 154, 247);
  text-align: center;
  margin-top: 66px;
}

.data-box {
  padding-top: 60px;
  width: 100%;
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}

.data-intro-box {
  text-align: center;
}
.data-intro-box h3 {
  padding-top: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.data-intro-box p {
  color: rgb(241, 234, 234);
}
.data-intro-box ul {
  width: 69%;
  margin: auto;
  padding-top: 70px;
}
.data-intro-box ul li {
  display: block;
  width: 300px;
  height: 170px;
  background: linear-gradient(to bottom, #A5C2E4, #B9D1EA);
  border-radius: 25px;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 62px;
}
.data-intro-box ul li.nomargin {
  margin-right: 0;
}
.data-intro-box ul li:hover {
  background: linear-gradient(to bottom, #B8D2E5, #8EB4E3);
}
.data-intro-box ul li p {
  color: #fff;
}
.data-intro-box ul li p:first-child {
  padding-top: 59px;
  font-weight: bold;
  line-height: 2;
}

.fuwu {
  border-bottom: 1px solid #bbb6b6;
}

.fuwu > div {
  display: flex;
  align-items: center;
}

.fuwu > div img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* ============ 首页 热点文章 / 行业资讯 SEO 图文排版 ============ */
.news-items {
  display: block;
}

/* 区块标题：查看更多 */
.news-title .news-more {
  position: relative;
  padding-right: 2px;
  transition: color .2s ease;
}
.news-title .news-more::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(-45deg);
  vertical-align: middle;
  opacity: .65;
}

/* 精选头条（大图卡片） */
.news-feature {
  display: block;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f7fe;
  text-decoration: none;
}
.news-feature .news-feature-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  overflow: hidden;
  background: #e9eefb;
}
.news-feature .news-feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.news-feature:hover .news-feature-media img {
  transform: scale(1.06);
}
.news-feature .news-feature-body {
  padding: 14px 12px 2px;
}
.news-feature .news-feature-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #1f2a44;
}
.news-feature .news-feature-title a {
  color: inherit;
  text-decoration: none;
}
.news-feature:hover .news-feature-title a {
  color: #3e5efe;
}
.news-feature .news-feature-desc {
  margin-top: 8px;
  font-size: 13px;
  color: #6b7488;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-feature .news-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #9aa3b8;
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-feature .news-tag {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  background: linear-gradient(135deg, #6a8bff, #8a5cff);
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
}

/* 图文列表行（小图 + 标题 + 描述 + 日期） */
.news-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 2px;
  border-top: 1px dashed #eaeef6;
  text-decoration: none;
}
.news-row:first-of-type {
  border-top: none;
}
.news-row .news-row-thumb {
  flex: 0 0 100px;
  width: 100px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2fc;
}
.news-row .news-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.news-row:hover .news-row-thumb img {
  transform: scale(1.09);
}
.news-row .news-row-body {
  flex: 1;
  min-width: 0;
}
.news-row .news-row-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  color: #2b3445;
  line-height: 1.45;
  transition: color .2s ease;
}
.news-row:hover .news-row-title {
  color: #3e5efe;
}
.news-row .news-row-desc {
  margin-top: 5px;
  font-size: 12.5px;
  color: #8a93a6;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-row .news-row-date {
  margin-top: 6px;
  font-size: 12px;
  color: #a3abc0;
}
.news-row .news-row-date time {
  font-style: normal;
}

@media (max-width: 480px) {
  .news-row .news-row-thumb {
    flex-basis: 84px;
    width: 84px;
    height: 60px;
  }
  .news-feature .news-feature-title {
    font-size: 16px;
  }
}

/*# sourceMappingURL=index.css.map */
