﻿body {
  font-family: MiSans, MI Lan Pro, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.page_01 {
  width: 100%;
  margin: auto;
}
.page_01 .page_container {
  margin-top: 60px;
}
.page_01 .page_container .page_container-left {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}
.page_01 .page_container .page_container-left .fangruan-text {
  display: flex;
}
.page_01 .page_container .page_container-left .fangruan-text .fangruan-ico .iconfont {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 25px;
  background: #3482ff;
}
.page_01 .page_container .page_container-left .fangruan-text .fangruan-title {
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.page_01 .page_container .page_container-left .fangruan-des {
  margin-top: 10px;
  opacity: 0.7;
  font-size: 15px;
  line-height: 25px;
}
.page_01 .page_container .page_container-right {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}
.page_01 .page_container .page_container-right .fangruan-text {
  display: flex;
}
.page_01 .page_container .page_container-right .fangruan-text .fangruan-ico .iconfont {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 25px;
  background: #3482ff;
}
.page_01 .page_container .page_container-right .fangruan-text .fangruan-title {
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.page_01 .page_container .page_container-right .fangruan-des {
  margin-top: 10px;
  opacity: 0.7;
  font-size: 15px;
  line-height: 30px;
}
.page_01 .jishu {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.page_01 .jishu .jishu-left {
  display: flex;
}
.page_01 .jishu .jishu-left .fangruan-ico .iconfont {
  color: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 25px;
  background: #3482ff;
}
.page_01 .jishu .jishu-left .jishu-title {
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.page_01 .jishu .jishu-right {
  margin-top: 10px;
  opacity: 0.7;
  font-size: 15px;
  line-height: 28px;
}
.Index_gongneng .Page_03 {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
}
.Index_gongneng .Page_03 .module-header {
  text-align: center;
  margin-bottom: 20px;
}
.Index_gongneng .Page_03 .module-header h2 {
  background: linear-gradient(269deg, #094df5 0%, #185bff 100%);
  color: white;
  margin: 0;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.Index_gongneng .Page_03 .module-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.Index_gongneng .Page_03 .module-grid .module-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.Index_gongneng .Page_03 .module-grid .module-item i {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}
.Index_gongneng .Page_03 .module-grid .module-item span {
  font-size: 16px;
  color: #1b2136;
  font-weight: bold;
}
.Index_gongneng .Page_04 {
  margin-top: 20px;
  background: #f5f7fa;
  padding: 20px;
}
.Index_gongneng .Page_04 .module-header {
  text-align: center;
  margin-bottom: 20px;
}
.Index_gongneng .Page_04 .module-header h2 {
  background: linear-gradient(134deg, #ffaa99 0%, #ff3366 50%, #8a8ae6 100%);
  color: white;
  margin: 0;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.Index_gongneng .Page_04 .module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.Index_gongneng .Page_04 .module-grid .module-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.Index_gongneng .Page_04 .module-grid .module-item i {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}
.Index_gongneng .Page_04 .module-grid .module-item span {
  font-size: 18px;
  color: #1b2136;
  font-weight: bold;
}
.Index_gongneng .Page_05 {
  margin-top: 20px;
  background: #f5f7fa;
  padding: 20px;
}
.Index_gongneng .Page_05 .module-header {
  text-align: center;
  margin-bottom: 20px;
}
.Index_gongneng .Page_05 .module-header h2 {
  background: linear-gradient(269deg, #ffab0a 0%, #e9b249 100%);
  color: white;
  margin: 0;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.Index_gongneng .Page_05 .module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.Index_gongneng .Page_05 .module-grid .module-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.Index_gongneng .Page_05 .module-grid .module-item i {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}
.Index_gongneng .Page_05 .module-grid .module-item span {
  font-size: 18px;
  color: #1b2136;
  font-weight: bold;
}
.Page_06 {
  margin-top: 20px;
  background: #f5f7fa;
  padding: 20px;
}
.Page_06 .module-header {
  text-align: center;
  margin-bottom: 20px;
}
.Page_06 .module-header h2 {
  background: linear-gradient(270deg, #296aff 0%, #619bff 100%);
  color: white;
  margin: 0;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.Page_06 .module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.Page_06 .module-grid .module-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.Page_06 .module-grid .module-item i {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}
.Page_06 .module-grid .module-item span {
  font-size: 18px;
  color: #1b2136;
  font-weight: bold;
}
.Page_07 {
  margin-top: 20px;
  background: #f5f7fa;
  padding: 20px;
}
.Page_07 .module-header {
  text-align: center;
  margin-bottom: 20px;
}
.Page_07 .module-header h2 {
  background: linear-gradient(270deg, #296aff 0%, #619bff 100%);
  color: white;
  margin: 0;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.Page_07 .module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.Page_07 .module-grid .module-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.Page_07 .module-grid .module-item i {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}
.Page_07 .module-grid .module-item span {
  font-size: 18px;
  color: #1b2136;
  font-weight: bold;
}