@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans W4";
  src: url("../fonts/Hiragino Sans W4.otf");
}
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.ttf");
}
@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.ttf");
}
.txt-box.w1280 {
  position: absolute;
  left: 0.3rem;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.txt-box.w1440 {
  position: absolute;
  left: 0.3rem;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

section {
  box-sizing: border-box;
}

.gen3-img {
  display: block;
  width: 100%;
  height: auto;
}

.gen3-h2 {
  font: normal 0.36rem/0.6rem "Hiragino Sans W4";
  color: #fff;
  padding: 0.3rem 0;
}

.gen3-p16 {
  font: normal 0.24rem/0.48rem "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-p18 {
  font: normal 0.26rem/0.52rem "Hiragino Sans W4";
  color: #fff;
}

.gen3-p20 {
  font: normal 0.28rem/0.52rem "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-p24 {
  font: normal 0.26rem/0.52rem "Hiragino Sans W4";
  color: #4a4741;
}

.gen3-banner {
  position: relative;
  width: 100%;
}
.gen3-banner .txt-box {
  height: auto;
  top: initial;
  bottom: 0.6rem;
}
.gen3-banner .txt-box h1 {
  font: normal 0.6rem/1rem "Hiragino Sans W4";
  color: #fff;
}
.gen3-banner .txt-box p {
  position: relative;
  display: inline-block;
  font: normal 0.36rem/0.6rem "Jost-Regular";
  color: #fff;
}
.gen3-banner .txt-box p span {
  position: absolute;
  right: -1rem;
  top: 0;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding: 0 0.2rem;
  background-color: #2a6fd3;
  border-radius: 0.36rem;
}

.gen3-01 {
  position: relative;
  width: 100%;
}
.gen3-01 .txt-box {
  top: 0.6rem;
}

.gen3-02 {
  position: relative;
  width: 100%;
  padding: 0.6rem 0;
  text-align: center;
  background-image: linear-gradient(75deg, #d9dddf, #f3ebe1, #f3ebe1, #d7dbde);
}
.gen3-02 h2 {
  color: #67584c;
  font-size: 0.4rem;
}

.feature-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.feature-section .bg {
  background-color: #000;
}
.feature-section .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-section .bg .blur-img {
  /* 数值越大越模糊，单位 px */
  filter: blur(20px);
  /* 可选：消除边缘发白 */
  transform: translateZ(0);
  opacity: 0.8;
}
.feature-section .feature-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-section .feature-container .txt h2 {
  display: none;
}
.feature-section .feature-container .txt h2:nth-of-type(1) {
  display: block;
}
.feature-section .feature-container .txt p {
  display: none;
  color: #fff;
}
.feature-section .feature-container .txt p:nth-of-type(1) {
  display: block;
}
.feature-section .feature-container .left {
  margin-left: 0;
}
.feature-section .feature-container .img {
  width: 80%;
  margin-left: 10%;
}
.feature-section .feature-container .img img {
  width: 100%;
  display: none;
}
.feature-section .feature-container .img img:nth-child(1) {
  display: block;
}
.feature-section .swiper-wrapper {
  transition-delay: 0.3s;
}
.feature-section .swiper-container {
  position: absolute;
  width: 100%;
  height: 95%;
  left: 0;
  top: 5%;
}
.feature-section .swiper-slide .txt {
  padding: 0 0.3rem 0.6rem;
  box-sizing: border-box;
}
.feature-section .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.feature-section .swiper-pagination-bullet-active {
  background: #fff;
}
.feature-section .swiper01 .w1280, .feature-section .swiper02 .w1280 {
  width: 100%;
}
.feature-section .img {
  width: 70%;
  margin-left: 15%;
}
.feature-section .img img {
  width: 100%;
}
.feature-section .txt {
  width: 100%;
}
.feature-section .tag-group {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
.feature-section .tag-btn {
  padding: 0 0.3rem;
  border: 1px solid #fff;
  border-radius: 0.48rem;
  background: transparent;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.48rem;
  cursor: pointer;
  transition: 0.5s;
}
.feature-section .tag-btn.tag-active {
  background: #2a6fd3;
  border-color: #2a6fd3;
}
.feature-section .tag-btn:hover {
  background: #2a6fd3;
}

.gen3-03 .feature-container {
  top: 0.6rem;
  transform: translate(-50%, 0);
}

.gen3-03 p {
  display: block !important;
}

.gen3-09 {
  padding: 0.6rem 0.3rem;
  text-align: center;
}
.gen3-09 h2 {
  color: #67584c;
}
.gen3-09 .swiper-container {
  width: 100%;
  height: 100%;
}
.gen3-09 .swiper-slide {
  background: #fff;
  transition: 300ms;
  transform: scale(0.8);
}
.gen3-09 .swiper-slide img {
  display: block;
  width: 100%;
}
.gen3-09 .swiper-slide-active, .gen3-09 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.gen3-09 .swiper-button-prev {
  left: -0.4rem !important;
}
.gen3-09 .swiper-button-next {
  right: -0.4rem !important;
}
.gen3-09 .swiper-button-next::after, .gen3-09 .swiper-button-prev::after {
  color: #333;
  font-size: 0.32rem;
}
.gen3-09 .gen3-more {
  display: block;
  width: 4rem;
  margin: 0.4rem auto;
  border: 1px solid #333;
  line-height: 0.6rem;
  border-radius: 0.6rem;
}

.gen3-10 {
  position: relative;
  width: 100%;
}
.gen3-10 .txt-box {
  padding-top: 4.2vw;
}
.gen3-10 .txt-box h2 {
  color: #67584c;
}
.gen3-10 .txt-box .icon {
  display: none;
}

.gen3-11 {
  position: relative;
  width: 100%;
  padding: 0.6rem 0;
  background: url(../images/gen3/10.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.gen3-11 .gen3-title {
  text-align: center;
}
.gen3-11 .gen3-title img {
  display: block;
  margin: 0 auto;
  width: 3rem;
}
.gen3-11 .gen3-title h2 {
  color: #67584c;
  padding: 0.3rem 0;
  font-size: 0.32rem;
}
.gen3-11 .list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.gen3-11 .list01 .item {
  width: 48%;
  padding: 0.2rem 0.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.gen3-11 .list01 .item div span {
  font-family: "Jost-Regular";
}
.gen3-11 .list01 .item div span:nth-child(1) {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #2a6fd3;
}
.gen3-11 .list01 .item div span:nth-child(2) {
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #4a4741;
}
.gen3-11 .list01 .item div img {
  display: block;
  width: 0.4rem;
  float: right;
  margin-top: 0.2rem;
}
.gen3-11 .list01 .item p {
  font: normal 0.26rem/0.52rem "Hiragino Sans W4";
  color: #4a4741;
}
.gen3-11 .list01 .item:nth-child(2n) {
  margin-left: 4%;
}
.gen3-11 .list02 {
  display: flex;
  flex-wrap: wrap;
}
.gen3-11 .list02 li {
  width: 100%;
  padding: 0.2rem 0.3rem;
  margin-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.52vw;
  box-sizing: border-box;
}
.gen3-11 .list02 li img {
  display: block;
  height: 0.6rem;
}
.gen3-11 .list02 li p {
  margin-top: 1.25vw;
  color: #4a4741;
  text-align: justify;
}

.gen3-12 {
  position: relative;
  width: 100%;
  background: url(../images/gen3/gen3-bg01.png) center bottom no-repeat, linear-gradient(to bottom, #f6f8fa, #faf6f3);
  background-size: 4rem auto;
}
.gen3-12 h2 {
  padding: 0.6rem 0 0.3rem;
  color: #67584c;
}
.gen3-12 img {
  display: block;
  margin: 0.3rem auto 0;
  width: 4rem;
}

.gen3-13 {
  position: relative;
  width: 100%;
}
.gen3-13 .txt-box {
  text-align: center;
}
.gen3-13 .txt-box h2 {
  padding-top: 0.2rem;
  color: #67584c;
}
.gen3-13 .txt-box .gen3-p24 {
  padding-top: 0.3rem;
}
.gen3-13 .txt-box .gen3-p20 {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
}

.gen3-14 {
  position: relative;
  width: 100%;
}
.gen3-14 li {
  width: 4rem;
  padding: 0.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  box-sizing: border-box;
  font-family: "Hiragino Sans W4";
}
.gen3-14 li div {
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.8rem;
}
.gen3-14 li div span {
  font-family: "Jost-Light";
  font-size: 0.36rem;
  line-height: 0.8rem;
}
.gen3-14 li div img {
  display: block;
  width: 0.4rem;
  float: right;
  margin-top: 0.2rem;
}
.gen3-14 li p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #c1c1c1;
}

.gen3-17 {
  position: relative;
}
.gen3-17 .txt-box img {
  display: none;
}
.gen3-17 h2 {
  color: #67584c;
}

.gen3-18 h2 {
  padding: 1rem 0;
}
.gen3-18 .txt-box li {
  background-color: rgba(106, 137, 167, 0.2);
}
.gen3-18 .txt-box .tips {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  width: 100%;
  color: #fff;
  text-align: center;
}

.gen3-19 {
  padding: 0.3rem 0 0.6rem;
  background-image: linear-gradient(to bottom, #1f3451, #5f759d, #d2c3c8);
  text-align: center;
}
.gen3-19 ul li {
  margin-bottom: -1vw;
}
.gen3-19 ul li img {
  display: inline-block;
  width: 2rem;
  margin: 0 0.3rem;
  vertical-align: middle;
}
.gen3-19 ul li p {
  display: inline-block;
  padding: 0 0.2rem;
  background-color: rgba(106, 137, 167, 0.2);
  border-radius: 0.48rem;
  font: normal 0.24rem/0.48rem "Hiragino Sans W4";
  color: #fff;
  vertical-align: middle;
}
.gen3-19 ul li:nth-child(2n+1) {
  float: right;
}
.gen3-19 ul li:nth-child(2n) {
  float: left;
}
.gen3-19 ul li:nth-child(1) p {
  margin-right: 1vw;
}
.gen3-19 ul li:nth-child(3) p {
  margin-right: 4vw;
}
.gen3-19 ul li:nth-child(4) p {
  margin-left: 8vw;
}
.gen3-19 ul li:nth-child(5) p {
  margin-right: 5vw;
}

.gen3-20 {
  padding-bottom: 0.3rem;
  text-align: center;
}
.gen3-20 h2 {
  padding: 0.6rem 0 0.4rem;
  color: #67584c;
}
.gen3-20 .ring-box {
  display: flex;
  background: url(../images/gen3/gen3-bg02.png) no-repeat;
  background-position: center 0.3rem;
  background-size: 100% 2rem;
  z-index: 2;
}
.gen3-20 .ring-box span img {
  height: 2.3rem;
}
.gen3-20 .ring-box span:nth-child(1) {
  width: 18%;
}
.gen3-20 .ring-box span:nth-child(2) {
  width: 35%;
}
.gen3-20 .ring-box span:nth-child(3) {
  width: 26%;
}
.gen3-20 .ring-box span:nth-child(4) {
  width: 21%;
}
.gen3-20 table {
  width: 100%;
  font: normal 0.24rem/0.48rem "Hiragino Sans W4";
  color: #4a4741;
}
.gen3-20 table tr {
  height: 0.8rem;
}
.gen3-20 table tr:nth-child(1) {
  font-weight: 700;
}
.gen3-20 table tr:nth-child(1) th, .gen3-20 table tr:nth-child(1) td {
  border-top: none;
}
.gen3-20 table tr:nth-child(2) {
  font-weight: 700;
}
.gen3-20 table th {
  border: 1px solid #e9e9e9;
  border-left: none;
  width: 18%;
  font-weight: normal;
  box-sizing: border-box;
}
.gen3-20 table td {
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.gen3-20 table td:nth-of-type(1) {
  width: 35%;
  font-weight: 700;
  color: #2a6fd3;
}
.gen3-20 table td:nth-of-type(2) {
  width: 26%;
}
.gen3-20 table td:nth-of-type(3) {
  width: 21%;
}
.gen3-20 table td:last-child {
  border-right: none;
}
.gen3-20 table td .color {
  height: 0.32rem;
}
.gen3-20 table td span {
  font-size: 0.32rem;
}
.gen3-20 table td .tag {
  font: normal 0.2rem/0.4rem "Jost-Regular";
  color: #fff;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
  background-color: #2a6fd3;
  border-radius: 0.4rem;
}
.gen3-20 table .col01 {
  color: #9b8f8b;
}
.gen3-20 table .col02 {
  color: #bcbcbc;
}
.gen3-20 table .col03 {
  color: #2a6fd3;
}

.gen3-21 {
  padding-bottom: 0.6rem;
}
.gen3-21 .txt {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.gen3-21 .txt p {
  font: normal 0.24rem/0.48rem "Hiragino Sans W4";
  color: #666;
  text-align: justify;
}
.gen3-21 .gen3-btn {
  margin-top: 0.48rem;
  border: 1px solid #efefef;
  font: normal 0.24rem/0.48rem "Hiragino Sans W4";
  color: #4a4741;
  text-align: center;
  cursor: pointer;
}

.fadeup {
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease; /* 入场动画 */
}

.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=gen3-phone.css.map */