.shuziPage {
  width: 100%;
  min-width: 1200px;
  overflow-y: auto;
  background-color: #f7f7f7;
}
.shuziPage .header {
  width: 100%;
  position: relative;
}
.shuziPage .header .banner {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.shuziPage .header .absText {
  min-width: 1200px;
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
}
.shuziPage .header .absText .title {
  font-family: OPPOSansB;
  font-size: 42px;
  color: #feffff;
}
.shuziPage .header .absText .line {
  width: 41px;
  height: 4px;
  background: #ffffff;
  margin-top: 19px;
  margin-bottom: 23px;
}
.shuziPage .header .absText .infoTextTop {
  font-family: OPPOSansM;
  font-size: 22px;
  color: #bad2f1;
  margin-bottom: 22px;
}
.shuziPage .header .absText .infoTextBottom {
  font-family: OPPOSansR;
  font-size: 18px;
  color: #bad2f1;
}
.shuziPage .absModal {
  width: 1200px;
  margin: auto;
  height: 279px;
  position: relative;
  transform: translateY(-50%);
}
.shuziPage .absModal .tabs {
  width: 1200px;
  margin: auto;
  height: 279px;
  z-index: 1;
  background: #f8fbff;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 10px 30px rgba(29, 115, 224, 0.5);
}
.shuziPage .absModal .tabs .tabItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.shuziPage .absModal .tabs .tabItem .icon1 {
  width: 57px;
}
.shuziPage .absModal .tabs .tabItem .icon2 {
  width: 57px;
}
.shuziPage .absModal .tabs .tabItem .line {
  width: 27px;
  height: 3px;
  background: #555555;
  margin-top: 16px;
  margin-bottom: 20px;
}
.shuziPage .absModal .tabs .tabItem .text {
  font-family: OPPOSansR;
  font-size: 22px;
  color: #555555;
}
.shuziPage .absModal .tabs .tabItem .litText {
  font-family: OPPOSansR;
  font-size: 15px;
  color: #555555;
  width: 172px;
  position: absolute;
  bottom: -45%;
}
.shuziPage .absModal .tabs .current .text1 {
  color: #1d73e0;
}
.shuziPage .absModal .tabs .current .line1 {
  background: #1d73e0;
}
.shuziPage .absModal .tabs .current .line3 {
  background: #ff2442;
}
.shuziPage .absModal .tabs .current .text3 {
  color: #ff2442;
}
.shuziPage .absModal .tabs .current1 .text1 {
  color: #1d73e0;
}
.shuziPage .absModal .tabs .current1 .line1 {
  background: #1d73e0;
}
.shuziPage .absModal .tabs .current1 .line3 {
  background: #ff2442;
}
.shuziPage .absModal .tabs .current1 .text3 {
  color: #ff2442;
}
.shuziPage .absModal .tabs .midLine {
  width: 1px;
  height: 59.7%;
  background: linear-gradient(to bottom, #f8fbff 0%, #555555 50%, #f8fbff 100%);
}
.shuziPage .subTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
.shuziPage .subTitle .text {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 30px;
  color: #555555;
  margin-bottom: 22px;
}
.shuziPage .subTitle .line {
  width: 69px;
  height: 3px;
  background: #1d73e0;
}
.shuziPage .subTitle1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 77px;
  margin-bottom: 22px;
}
.shuziPage .subTitle1 .text {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 30px;
  color: #555555;
  margin-bottom: 22px;
}
.shuziPage .subTitle1 .line {
  width: 69px;
  height: 3px;
  margin-bottom: 25px;
  background: #1d73e0;
}
.shuziPage .subTitle1 .lit {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
}
.shuziPage .swipList {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.shuziPage .swipList .swiper {
  width: 100%;
  height: 100%;
}
.shuziPage .swipList .swipItem {
  width: 360px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.shuziPage .swipList .swipItem .topImg {
  width: 100%;
  height: 270px;
}
.shuziPage .swipList .swipItem:hover .topImg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.shuziPage .swipList .swipItem:hover .title {
  color: #1d73e0;
  transition: color 0.3s ease;
}
.shuziPage .swipList .swipItem .title {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 24px;
  color: #555555;
  margin-bottom: 10px;
  margin-top: 15px;
}
.shuziPage .swipList .swipItem .info {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.shuziPage .imgBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.shuziPage .imgBtn .btn {
  width: 400px;
  height: auto;
  margin: 52px auto;
  cursor: pointer;
}
