header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .container {
  display: flex;
  height: var(--header-height);
  align-items: center;
}
header .container .logo {
  margin-right: 15px;
}
header .container .logo img {
  height: 30px;
}
header .container h1 {
  font-weight: 700;
  font-size: 28px;
  color: #0E0E0E;
}
header .container ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 70px;
}
header .container ul li {
  cursor: pointer;
}
header .container #download_button {
  margin-left: 100px;
  width: 136px;
  height: 44px;
  background: #1473E6;
  border-radius: 6px 6px 6px 6px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
main {
  padding: 50px 0;
}
main .container {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
  box-sizing: border-box;
  width: 1160px;
}
section.main_container {
  display: flex;
  gap: 100px;
}
section.main_container .left .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.main_container .left .title img {
  width: 70px;
  height: 70px;
  vertical-align: middle;
}
section.main_container .left .title span {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  vertical-align: middle;
}
section.main_container .left h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #0D0D25;
  width: 400px;
}
section.main_container .left h1 span {
  color: #EB1000;
}
section.main_container .left p {
  margin-top: 20px;
  width: 456px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
section.main_container .left .button_group {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}
section.main_container .left .button_group .download_button {
  width: 200px;
  height: 60px;
  background: #1473E6;
  border-radius: 6px 6px 6px 6px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.main_container .left .button_group .getmroevision {
  width: 120px;
  font-weight: 700;
  font-size: 20px;
  color: #2C2C2C;
  line-height: 26px;
  text-decoration-line: underline;
  cursor: pointer;
}
section.main_container .left .des {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 18px;
}
section.main_container .left .icon {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 18px;
}
section.main_container .left .icon img {
  width: 40px;
  height: 40px;
}
section.main_container .right {
  width: 600px;
}
section.main_container .right img {
  width: 100%;
}
section.product_container {
  margin-top: 60px;
}
section.product_container .title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
section.product_container .title img {
  width: 45px;
  vertical-align: middle;
}
section.product_container .title span {
  font-weight: 700;
  font-size: 36px;
  background: linear-gradient(90deg, #58A4FF 0%, #1473E6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
section.product_container .des {
  width: 943px;
  font-size: 18px;
  color: #000000;
  line-height: 43px;
  text-align: center;
  margin: 25px auto 90px;
}
section.product_container .des span {
  color: #FF6200;
}
section.product_container .product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
section.product_container .product_list li {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 27px 0;
}
section.product_container .product_list li > img {
  width: 70px;
  height: 70px;
}
section.product_container .product_list li h2 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 22px;
  color: #0D0D25;
  line-height: 34px;
}
section.product_container .product_list li p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
section.product_container .product_list li .price {
  margin: 20px 30px;
  font-weight: 700;
  font-size: 20px;
  color: #FF6200;
  line-height: 26px;
}
section.product_container .product_list li #goDetail {
  width: 186px;
  height: 45px;
  background: #1473E6;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.introduce_container {
  margin-top: 100px;
}
section.introduce_container .title {
  text-align: center;
}
section.introduce_container .title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #2C2C2C;
  line-height: 48px;
}
section.introduce_container .title p {
  font-weight: 400;
  font-size: 24px;
  color: #575757;
  line-height: 32px;
  margin-top: 20px;
}
section.introduce_container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
section.introduce_container ul li {
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}
section.introduce_container ul li .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.introduce_container ul li .top img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
section.introduce_container ul li .top span {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
}
section.introduce_container ul li p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 29px;
}
section.introduce_container ul li:nth-of-type(1) {
  background-color: rgba(255, 106, 106, 0.2);
}
section.introduce_container ul li:nth-of-type(2) {
  background-color: rgba(34, 175, 15, 0.2);
}
section.introduce_container ul li:nth-of-type(3) {
  background-color: rgba(138, 75, 254, 0.2);
}
section.introduce_container ul li:nth-of-type(4) {
  background-color: rgba(39, 137, 255, 0.2);
}
section.function_container {
  margin-top: 100px;
}
section.function_container .title {
  text-align: center;
}
section.function_container .title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #2C2C2C;
  line-height: 48px;
}
section.function_container .title p {
  font-weight: 400;
  font-size: 24px;
  color: #575757;
  line-height: 32px;
  margin-top: 20px;
}
section.function_container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 100px;
}
section.function_container ul li img {
  width: 100%;
}
section.function_container ul li h3 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 22px;
  color: #2C2C2C;
  line-height: 29px;
}
section.function_container ul li p {
  font-weight: 400;
  font-size: 18px;
  color: #2C2C2C;
  line-height: 27px;
}
section.question_container {
  margin-top: 100px;
}
section.question_container .title {
  text-align: center;
}
section.question_container .title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #2C2C2C;
  line-height: 48px;
}
section.question_container .title p {
  font-weight: 400;
  font-size: 24px;
  color: #575757;
  line-height: 32px;
  margin-top: 20px;
}
section.question_container ul {
  margin-top: 40px;
  padding-bottom: 150px;
}
section.question_container ul li {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(44, 44, 44, 0.1);
}
section.question_container ul li div {
  padding-left: 35px;
}
section.question_container ul li div.qusetion {
  font-weight: 700;
  font-size: 18px;
  color: #2C2C2C;
  margin-bottom: 10px;
  position: relative;
}
section.question_container ul li div.qusetion span {
  position: absolute;
  background-image: url(https://data.chizhouyuanzhou.cn/resources/ps/images/20260403/book.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
section.question_container ul li div.answer {
  font-weight: 400;
  font-size: 16px;
  color: rgba(44, 44, 44, 0.61);
}
.bottom {
  background-color: #fff;
}
.bottom .box {
  height: 10px;
  background: linear-gradient(270deg, #FF3F00 0%, #FF7E01 26.54%, #FFF200 42.08%, #5FFF5B 56.42%, #56A5FF 73%, #9F6EFA 100%);
}
.bottom .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.bottom .info img {
  width: 90px;
  height: 90px;
}
.bottom .info h2 {
  margin-top: 18px;
  font-weight: 700;
  font-size: 28px;
  color: #2C2C2C;
}
.bottom .info p {
  margin-top: 16px;
  width: 668px;
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 29px;
  text-align: center;
}
.bottom .info #download_button {
  margin-top: 40px;
  width: 210px;
  height: 58px;
  background: #1473E6;
  border-radius: 8px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
}
footer {
  background-color: #222222;
  color: #A4A4A4;
  padding: 15px;
}
footer .container {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 14px;
}
footer .container a {
  color: inherit;
}
footer .container div::after {
  content: '';
  height: 10px;
  border-right: 1px solid #A4A4A4;
  margin-left: 20px;
}
footer .container div:last-of-type::after {
  display: none;
}
.swiper_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper_container .swiper-wrapper {
  display: flex;
  position: relative;
}
.swiper_container .swiper-wrapper .swiper-item {
  flex: 0 0 auto;
  width: 100%;
  font-size: 0;
}
.swiper_container .swiper-wrapper .swiper-item img {
  width: 100%;
}
