
* {
  box-sizing: border-box;
  margin: 0;
}
/* 第一区 */
.first {
  width: 100%;
  min-width: 1330px;
  height: 660px;
  background: url("../images/xman-peng2/bg-banner1.png") no-repeat center center;
  background-size: cover;
}
/* 第二区 */
.second {
  width: 100%;
  min-width: 1330px;
}
.second-title {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  padding-top: 42px;
  padding-bottom: 70px;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.second-content {
  width: 1330px;
  height: 640px;
  margin: 0 auto;
  background: url("../images/xman-peng2/bg-banner2.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.second-video {
  width: 1020px;
  height: 574px;
  padding-top: 65px;
  margin: 0 auto;
}
.second-video video {
  width: 1020px;
  height: 575px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.second-icon1 {
  width: 256px;
  height: 98px;
  background: url("../images/xman-peng2/icon-second-1.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: 156px;
}
.second-icon2 {
  width: 172px;
  height: 68px;
  background: url("../images/xman-peng2/icon-second-2.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 90px;
  top: 260px;
}
.second-icon3 {
  width: 172px;
  height: 68px;
  background: url("../images/xman-peng2/icon-second-3.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 1082px;
  top: 413px;
}
.second-icon4 {
  width: 236px;
  height: 98px;
  background: url("../images/xman-peng2/icon-second-4.png") no-repeat center center; 
  background-size: cover;
  position: absolute;
  left: 1054px;
  top: 490px;
}
/* 第三区 */
.third {
  width: 100%;
  min-width: 1330px;
}
.third-title {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  padding-top: 156px;
  text-align: center;
}
.third-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 44px;
}
.third-sub-title-gradient {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 8px;
}
.third-sub-title span {
  color: #000;
}
.third-content {
  width: 1330px;
  height: 466px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
.third-content-img {
  width: 330px;
  height: 466px;
}
/* 第四区 */
.fourth .third-title {
  padding-top: 120px;
}
.fourth-content {
  width: 1330px;
  height: 854px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F1FF;
  border-radius: 16px;
}
.fourth-content-left {
  width: 320px;
  height: 657px;
  margin-right: 100px;
  position: relative;
  background: url("../images/xman-peng2/fourth-bg-1.png") no-repeat; 
  background-size: 100% 100%;
  overflow: hidden;
  border-radius: 32px;
}
.fourth-content-left-box {
  width: 300px;
  height: 627px;
  margin-left: 10px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
.fourth-content-left-box-main {
  width: 300px;
  height: 1250px;
  position: absolute;
  left: 0;
  top: 0;
}
.fourth-content-left-box-mask {
  width: 300px;
  height: 627px;
  position: absolute;
  left: 0;
  top: 0;
}
.fourth-content-left-active {
  width: 288px;
  height: 136px;
  position: absolute;
  left: 6px;
  top: 230px;
}
.fourth-content-right {
  width: 730px;
}
.fourth-content-right-item {
  display: flex;
  align-items: center;
  color: #737A87;
  height: 82px;
  cursor: pointer;
  margin-bottom: 10px;
}
.fourth-content-right-item-icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.fourth-content-right-item-icon img {
  width: 20px;
  height: 22px;
}
.fourth-content-right-item-icon-active {
  width: 40px!important;
  height: 40px!important;
}
.fourth-content-right-item-right {
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fourth-content-right-item-title {
  font-size: 20px;
  font-weight: bold;
}
.fourth-content-right-item-des {
  font-size: 14px;
}
.fourth-content-right-item-active {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  border-radius: 16px;
  color: #FFFFFF;
}
/* 第五区 */
.fifth-content {
  width: 100%;
  min-width: 1330px;
  background: #F3F1FF;
  padding: 114px 0;
}
.fifth-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
 }
 .fifth-btns-item {
  padding: 12px 36px;
  color: #737A87;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 }
 .fifth-btns-item-active {
  background: #fff;
  border-radius: 32px;
  color: #000;
  font-weight: bold;
 }
 .fifth-btns-item-img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
 }
 .fifth-main {
  width: 1330px;
  margin: 50px auto 0;
  height: 480px;
  display: none;
 }
 .fifth-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  width: 1330px;
  height: 480px;
 }
 .fifth-main-left {
  padding-left: 65px;
  width: 470px;
  height: 480px;
  background: #fff;
 }
 .fifth-main-left-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 78px;
 }
 .fifth-main-left-title span {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
 .fifth-main-left-line {
  width: 340px;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  height: 1px;
  margin-top: 35px;
  margin-bottom: 38px;
 }
 .fifth-main-left-item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.fifth-main-left-item:hover {
  transform: translateX(14px);
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 .fifth-main-left-item + .fifth-main-left-item {
  margin-top: 32px;
 }
 .fifth-main-left-item img {
  width: 13px;
  height: 16px;
  margin-right: 7px;
 }
 .fifth-main-left-btn {
  width: 170px;
  height: 40px;
  background: url("../images/xman-peng2/fifth-icon-6.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 50px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.fifth-main-left-btn:hover {
  transform: translateX(14px);
}
.fifth-main-left-btn img {
  width: 24px;
  height: 14px;
  margin-left: 9px;
}
.fifth-main-right {
  height: 480px;
  width: 860px;
  background: url("../images/xman-peng2/fifth-bg-right.png") no-repeat center center;
  background-size: 100% 100%;
 }
 .fifth-main-right img {
  width: 100%;
  height: 100%;
  width: 797px;
  height: 438px;
  margin-top: 42px;
 }
 /* 第六区 */
.sixth-content {
  width: 1330px;
  margin: 0 auto;
  background: url('../images/xman-peng2/sixth-bg-1.png') no-repeat top center;
  background-size: contain;
  height: 900px;
  margin-top: 36px;
  position: relative;
 }
.sixth-content-title {
  width: 286px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  line-height: 56px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.sixth-content-title span {
  font-size: 20px;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.sixth-content-bg-2 {
  width: 950px;
  height: 404px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  z-index: 10;
  transition: transform 0.3s ease;
}
.sixth-content-bg-2:hover {
  transform: translateX(-50%) translateY(-20px);
}
.sixth-content-inner {
  width: 1074px;
  height: 449px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 333px;
  z-index: 9;
  background: url('../images/xman-peng2/sixth-bg-3.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 230px;
 }
.sixth-content-inner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 902px;
 }
.sixth-content-inner-item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  font-size: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}
.sixth-content-inner-item:hover {
  transform: translateY(-10px);
}
.sixth-content-inner-item-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.sixth-content-inner-line {
  width: 1px;
  height: 52px;
  background-color: #fff;
}
.sixth-content-title2 {
  font-size: 34px;
  width: 1330px;
  font-weight: bold;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 840px;
  cursor: pointer;
}

@keyframes shake {
  0%, 100% { transform: translateX(-50%); }
  25% { transform: translateX(-50%) translateX(-10px); }
  50% { transform: translateX(-50%); }
  75% { transform: translateX(-50%) translateX(10px); }
}

.sixth-content-title2:hover {
  animation: shake 0.4s ease 1;
 }
/* 第七区 */

.seventh {
  width: 100%;
  min-width: 1330px;
}
.seventh-title {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  padding-top: 156px;
  text-align: center;
}
.seventh-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  padding-top: 20px;
  padding-bottom: 44px;
  font-weight: bold;
}
.seventh-sub-title-gradient {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
}
.seventh-sub-title span {
  color: #000;
}
.seventh-content {
  display: flex;
  width: 1330px;
  height: 700px;
  margin: 0 auto;
}
.seventh-content-left {
  width: 628px;
}
.seventh-content-left-bg {
  width: 628px;
  height: 440px;
}
.seventh-content-left-des {
  width: 628px;
  padding-left: 34px;
  display: none;
}
.seventh-content-left-des-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
}
.seventh-content-left-des-sub-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 24px;
}
.seventh-content-left-des-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.seventh-content-left-des-item + .seventh-content-left-des-item {
  margin-top: 12px;
}
.seventh-content-left-des-item-tag {
  width: 104px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
.seventh-content-right {
  margin-left: 36px;
}
.seventh-content-right-item {
  width: 670px;
  height: 152px;
  border-radius: 16px;
  border: 1px solid #ECE9FF;
  padding-left: 30px;
  padding-top: 40px;
  display: flex;
  cursor: pointer;
}
.seventh-content-right-item-active {
  background: url('../images/xman-peng2/seventh-bg-5.png') no-repeat;
  background-size: 100% 100%;
}
.seventh-content-right-item + .seventh-content-right-item {
  margin-top: 20px;
}
.seventh-content-right-item-tag {
  width: 72px;
  height: 20px;
  margin-right: 20px;
  margin-top: 6px;
}
.seventh-content-right-item-des-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.seventh-content-right-item-des-detail {
  font-size: 14px;
  color: #000;
}
.eight .third-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eight .third-title .eight-title-gradient {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eight-content {
  display: flex;
  justify-content: space-between;
  max-width: 1330px;
  margin: 0 auto;
}
.eight-content-item {
  width: 430px;
  height: 190px;
  padding-left: 45px;
  padding-top: 48px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.eight-content-item:nth-child(1) {
  background: url('../images/xman-peng2/eight-bg-1.png') no-repeat;
  background-size: 100% 100%;
}
.eight-content-item:nth-child(1):hover {
  background: url('../images/xman-peng2/eight-bg-1-active.png') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-10px);
}
.eight-content-item:nth-child(2) {
  background: url('../images/xman-peng2/eight-bg-2.png') no-repeat;
  background-size: 100% 100%;
}
.eight-content-item:nth-child(2):hover {
  background: url('../images/xman-peng2/eight-bg-2-active.png') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-10px);
}
.eight-content-item:nth-child(3) {
  background: url('../images/xman-peng2/eight-bg-3.png') no-repeat;
  background-size: 100% 100%;
}
.eight-content-item:nth-child(3):hover {
  background: url('../images/xman-peng2/eight-bg-3-active.png') no-repeat;
  background-size: 100% 100%;
  transform: translateY(-10px);
}
.eight-content-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #000;
}
.eight-content-item-des {
  font-size: 14px;
  color: #000;
}
/* 第九区 */
.ninth {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.ninth-title {
  color: #000;
  font-size: 34px;
  font-weight: bold;
  padding-top: 100px;
}
.ninth-sub-title {
  font-size: 34px;
  font-weight: bold;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  width: 280px;
}
.ninth-btns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
}
.ninth-btns img {
  width: 31px;
  height: 22px;
  cursor: pointer;
}
.ninth-btns-next {
  margin-left: 40px;
  margin-right: 120px;
}
.ninth-content {
  max-width: 1330px;
  margin: 0 auto 160px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  height: 350px;
}
.ninth-content-list {
  width: 2320px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
}
.ninth-content-list-item {
  width: 370px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.ninth-content-list-item + .ninth-content-list-item {
  margin-left: 20px;
}
.ninth-content-item-main {
  width: 370px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.ninth-content-list-item-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 230px;
  left: 40px;
}
.ninth-content-item-icon-right {
  width: 19px;
  height: 13px;
  position: absolute;
  top: 280px;
  left: 40px;
}
.ninth-content-item-mask {
  width: 370px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url('../images/xman-peng2/ninth-bg-7.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  padding-left: 45px;
  padding-top: 64px;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
.ninth-content-list-item:hover .ninth-content-item-mask {
  transform: translateY(0);
}
.ninth-content-item-mask-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
}
.ninth-content-item-mask-line {
  width: 280px;
  height: 1px;
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  margin-bottom: 32px;
 }
.ninth-content-item-mask-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ninth-content-item-mask-item-icon {
  width: 14px;
  height: 11px;
  margin-right: 12px;
}
.ninth-content-item-mask-item-title {
  font-size: 20px;
  color: #000;
}
.tenth {
  width: 100%;
  min-width: 1330px;
  padding: 80px 0 100px;
  background: url('../images/xman-peng2/tenth-bg-1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tenth-title {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tenth-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.tenth-sub-title-left {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  margin-right: 12px;
  padding: 10px 28px;
  border-radius: 50px;
}
.tenth-sub-title-left-icon {
  background: linear-gradient(to right, #1F61FF, #9558FF, #FA4CE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  font-weight: bold;
}
