body {
  margin: 0;
  background: linear-gradient(to bottom, #f7f2ff 0%, #f6eeff 100%);
}
body::-webkit-scrollbar {
  display: none;
}
.mainPadding {
  padding: 0 1.770833rem;
  box-sizing: border-box;
}
.bannerBox {
  position: relative;
}
.bannerBox .bannar {
  width: 100%;
  height: auto;
  display: block;
}
.bannerBox .btnBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.156250rem 0.260417rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bannerBox .btnBox .left {
  display: flex;
  align-items: center;
  gap: 0.104167rem;
}
.bannerBox .btnBox .left span {
  width: 0.208333rem;
  height: 0.208333rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.093750rem;
}
.bannerBox .btnBox .left .cItem {
  background-color: #fff;
  color: #8c6c9e;
}
.bannerBox .btnBox .right {
  display: flex;
  align-items: center;
  gap: 0.104167rem;
}
.bannerBox .btnBox .right span {
  width: 0.364583rem;
  height: 0.156250rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.093750rem;
  border: 0.005208rem solid transparent;
  border-radius: 0.020833rem;
}
.bannerBox .btnBox .right .cItem {
  border: 0.005208rem solid #fff;
}
.nav {
  height: 0.312500rem;
  background-color: #2c195b;
  display: flex;
  align-items: flex-end;
  gap: 0.104167rem;
  position: relative;
}
.nav .model {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}
.nav .model .modelBox {
  background-color: #fff;
  border-radius: 0.135417rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.520833rem 1.041667rem;
  box-sizing: border-box;
  gap: 1.458333rem;
  position: relative;
}
.nav .model .modelBox .close {
  position: absolute;
  right: -0.260417rem;
  top: -0.260417rem;
  font-size: 0.125000rem;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.nav .model .modelBox .btItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.062500rem;
  cursor: pointer;
  font-size: 0.104167rem;
  color: #333333;
  font-weight: bold;
}
.nav .model .modelBox .btItem img {
  height: 0.625000rem;
  display: block;
}
.nav .nItem {
  width: 0.468750rem;
  height: 0.187500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.093750rem;
  cursor: pointer;
  padding-bottom: 0.020833rem;
}
.nav .cNItem {
  background-image: url('../img/navCItemBg.png');
  background-size: 100% 100%;
  color: #8c6c9e;
}
.nav .nItem:hover .childBox {
  display: flex;
}
.nav .childBox {
  position: absolute;
  left: 0;
  top: 0.312500rem;
  width: 100%;
  display: none;
  align-items: center;
  gap: 0.156250rem;
  background-color: #e9e7df;
  font-size: 0.093750rem;
  color: #3a4971;
  padding: 0.083333rem 1.770833rem;
  box-sizing: border-box;
}
.nav .childBox > div {
  cursor: pointer;
}
.jgx {
  margin-top: 0.260417rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.312500rem;
}
.jgx .item {
  display: flex;
  align-items: center;
  gap: 0.104167rem;
  cursor: pointer;
}
.jgx .item img {
  width: 0.260417rem;
  height: auto;
  display: block;
}
.jgx .item div {
  color: #333333;
  font-size: 0.104167rem;
  border-radius: 0.010417rem;
  background: linear-gradient(to right, #831f7b 0.020833rem, transparent 0.020833rem);
  padding: 0 0.083333rem;
  box-sizing: border-box;
  height: 0.156250rem;
  line-height: 0.156250rem;
}
.jgx .cItem div {
  color: #fff;
  background: linear-gradient(to right, #831f7b 0.020833rem, #831f7b 100%);
}
.hyc {
  margin-top: 0.260417rem;
  display: flex;
  gap: 0.208333rem;
}
.hyc .left {
  flex: 1;
}
.hyc .left .hHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyc .left .hHead img {
  height: 0.260417rem;
  display: block;
}
.hyc .left .hHead div {
  background: linear-gradient(to right, #ae7da2 0%, #8c6c9e 100%);
  padding: 0.020833rem 0.052083rem 0.020833rem 0.260417rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.031250rem;
  font-size: 0.104167rem;
  color: #fff;
  letter-spacing: 0.020833rem;
  border-radius: 0.104167rem;
  position: relative;
  cursor: pointer;
}
.hyc .left .hHead div span {
  letter-spacing: -0.010417rem;
  font-size: 0.177083rem;
  position: absolute;
  left: 0.072917rem;
  top: -27%;
}
.hyc .left .hText {
  margin-top: 0.208333rem;
  font-size: 0.083333rem;
  letter-spacing: 0.005208rem;
  color: #1e1e1e;
  line-height: 30px;
}
.hyc .left .hText .boldText {
  font-weight: bold;
  color: #42355c;
}
.hyc .left .hText div {
  text-indent: 2em;
  margin-top: 0.052083rem;
}
.hyc .right {
  width: 2.187500rem;
}
.hyc .right .swiperBox {
  padding: 0.104167rem 0.187500rem;
  box-sizing: border-box;
  border-radius: 0.104167rem;
  background: linear-gradient(to right, #ae7da2 0%, #8c6c9e 100%);
}
.hyc .right .swiperBox .swiper {
  padding-bottom: 0.416667rem;
  box-sizing: border-box;
}
.hyc .right .swiperBox .swiper .item {
  display: flex;
  align-items: center;
  gap: 0.104167rem;
  padding: 0.156250rem 0;
  box-sizing: border-box;
}
.hyc .right .swiperBox .swiper .item .sIImg {
  width: 1.041667rem;
  display: block;
  height: auto;
}
.hyc .right .swiperBox .swiper .item .sIText {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.hyc .right .swiperBox .swiper .item .sIText .sTt1 {
  font-size: 0.083333rem;
  font-weight: bold;
  margin-top: 0.020833rem;
  margin-bottom: 0.020833rem;
}
.hyc .right .swiperBox .swiper .item .sIText .sTt2 {
  font-size: 0.062500rem;
}
.hyc .right .swiperBox .swiper .item .sIText .sTt3 {
  font-size: 0.062500rem;
  margin-bottom: 0.020833rem;
}
.hyc .right .swiperBox .swiper .item .sIText .sTt4 {
  font-size: 0.072917rem;
}
.hyc .right .swiperBox .swiper .item:not(:first-child) {
  border-top: 0.005208rem solid #fff;
  box-sizing: border-box;
}
.hyc .right .swiperBox .swiper .swiper-pagination {
  font-size: 0.041667rem;
  bottom: 0.208333rem !important;
  top: unset !important;
}
.hyc .right .swiperBox .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #831f7b !important;
}
.hyc .right .swiperBox .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2c195b !important;
  transform: scale(1.3);
}
.zyrq {
  margin-top: 0.520833rem;
}
.zyrq .hHead img {
  height: 0.260417rem;
  display: block;
}
.zyrq .swiperBox {
  margin-top: 0.156250rem;
}
.zyrq .swiperBox .item .zSI1 {
  display: flex;
  align-items: flex-end;
  gap: 0.031250rem;
}
.zyrq .swiperBox .item .zSI1 .text {
  font-size: 0.104167rem;
  color: #3e3159;
}
.zyrq .swiperBox .item .zSI1 .line {
  width: 0.520833rem;
  height: 0.005208rem;
  background-color: #53476b;
  position: relative;
  bottom: 0.031250rem;
}
.zyrq .swiperBox .item .zSI1 .line::after {
  content: '';
  width: 0.062500rem;
  height: 0.005208rem;
  background-color: #53476b;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.zyrq .swiperBox .item .zSI2 {
  display: flex;
  align-items: flex-end;
  color: #3e3159;
  margin-top: -0.052083rem;
}
.zyrq .swiperBox .item .zSI2 .t1 {
  font-size: 0.260417rem;
  font-weight: bold;
}
.zyrq .swiperBox .item .zSI2 .t2 {
  font-size: 0.083333rem;
  border-radius: 50%;
  width: 0.135417rem;
  height: 0.135417rem;
  background-color: #3e3159;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.052083rem);
}
.zyrq .swiperBox .item .zSI2 .t3 {
  font-size: 0.078125rem;
  transform: translate(-20%, -120%) rotate(90deg);
}
.zyrq .swiperBox .item .zSI3 {
  background-color: #3e3159;
  font-size: 0.098958rem;
  color: #fff;
  padding: 0 0.010417rem;
  box-sizing: border-box;
}
.dhyw {
  margin-top: 0.520833rem;
}
.dhyw .hHead img {
  height: 0.260417rem;
  display: block;
}
.dhywSwiperBox {
  margin-top: 0.104167rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dhywSwiperBox .fixedImg {
  position: absolute;
  right: 0.104167rem;
  top: -0.468750rem;
  width: 1.041667rem;
  display: block;
  z-index: 20;
}
.dhywSwiperBox .swiper {
  width: 100%;
  height: 1.875000rem;
}
.dhywSwiperBox .swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.dhywSwiperBox .swiper .swiper-slide-active {
  z-index: 10 !important;
}
.dhywSwiperBox .swiper .swiper-slide-active .item {
  transition: transform 0.3s ease;
  transform: scale(1.4) !important;
}
.dhywSwiperBox .swiper .swiper-slide-active .item .textBox {
  display: none;
}
.dhywSwiperBox .swiper .item {
  position: relative;
}
.dhywSwiperBox .swiper .item img {
  width: 100%;
  height: auto;
  display: block;
}
.dhywSwiperBox .swiper .item .textBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.083333rem;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.dhywSwiperBox .swiper .item .textBox .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dhywSwiperBox .swiper .item .textBox .title .tL {
  font-weight: bold;
  font-size: 0.187500rem;
}
.dhywSwiperBox .swiper .item .textBox .title .tR {
  display: flex;
  flex-direction: column;
  border-left: 0.010417rem solid #fff;
  padding-left: 0.052083rem;
  box-sizing: border-box;
  line-height: 0.104167rem;
}
.dhywSwiperBox .swiper .item .textBox .title .tR > * {
  transform: translateY(-0.020833rem);
}
.dhywSwiperBox .swiper .item .textBox .title .tR span {
  font-size: 0.083333rem;
}
.dhywSwiperBox .swiper .item .textBox .title .tR div {
  font-size: 0.135417rem;
  margin-top: 0.020833rem;
}
.dhywSwiperBox .swiper .item .textBox .text {
  font-size: 0.083333rem;
  margin-top: 0.052083rem;
  font-weight: bold;
}
.dhywSwiperBox .swiper .item .textBox .con {
  font-size: 0.083333rem;
  margin-top: 0.052083rem;
}
.dhywSwiperBox .pagBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.364583rem;
  margin-top: 0.104167rem;
}
.dhywSwiperBox .pagBox .pagItem {
  width: 0.239583rem;
  height: 0.239583rem;
  border-radius: 50%;
  background-color: #9183ad;
  cursor: pointer;
  font-size: 0.145833rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.015625rem;
  box-sizing: border-box;
}
.dhywSwiperBox .pagBox .text {
  font-size: 0.145833rem;
  font-weight: bold;
  color: #3e3159;
}
.dhywSwiperBox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.104167rem;
  margin-top: 0.156250rem;
  font-size: 0.093750rem;
  color: #fff;
  cursor: pointer;
  background-color: #831f7b;
  padding: 0.062500rem 0.135417rem;
  box-sizing: border-box;
  border-radius: 0.260417rem;
  letter-spacing: 0.010417rem;
}
.dhywSwiperBox .btn span {
  width: 0.260417rem;
  height: 0.005208rem;
  background-color: #fff;
}
.hzhb {
  margin-top: 0.520833rem;
  margin-bottom: 0.364583rem;
  position: relative;
}
.hzhb .fixedImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.125000rem;
}
.hzhb .hzhbTitle {
  width: 1.354167rem;
  display: block;
  margin: 0 auto;
}
.hzhb .box {
  margin-top: 0.156250rem;
  background-color: #831f7b;
  display: flex;
  padding: 0.104167rem 0;
  box-sizing: border-box;
}
.hzhb .box .item {
  flex: 1;
  height: 0.364583rem;
  color: #fff;
  font-size: 0.114583rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hzhb .box .item:not(:last-child) {
  border-right: 0.005208rem solid #fff;
  box-sizing: border-box;
}
.foot {
  background-color: #2c195b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot > div {
  padding: 0.083333rem 0;
  box-sizing: border-box;
}
.foot .left {
  display: flex;
  gap: 0.208333rem;
}
.foot .left .lxwm {
  height: 0.416667rem;
  width: auto;
  display: block;
}
.foot .left .textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.010417rem;
  font-size: 0.072917rem;
  color: #fff;
  transform: translateY(0.031250rem);
}
.foot .right {
  display: flex;
  align-items: flex-end;
  gap: 0.312500rem;
}
.foot .right .text {
  opacity: 0.6;
  font-size: 0.072917rem;
  border-top: 0.005208rem solid #fff;
  width: 1.041667rem;
  text-align: right;
  color: #fff;
}
.foot .right .ewmBox {
  display: flex;
  gap: 0.104167rem;
}
.foot .right .ewmBox .ewmItem {
  display: flex;
  flex-direction: column;
  gap: 0.031250rem;
}
.foot .right .ewmBox .ewmItem img {
  width: 0.416667rem;
  height: 0.416667rem;
}
.foot .right .ewmBox .ewmItem span {
  font-size: 0.062500rem;
  color: #fff;
}
