.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.col {
  flex-direction: column;
}

.center {
  align-content: center;
  align-items: center;
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.ws {
  width: 100%;
  justify-content: space-evenly;
}

.btn {
  width: 290px;
  height: 44px;
  opacity: 1;
  border-radius: 110px;
  background: rgb(131, 56, 236);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.more {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: rgb(102, 102, 102);
}

body {
  max-width: 1920px;
  min-width: 1400px;
  color: #333333;
}
body .title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 32px;
}
body .header {
  height: 154px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
body .header .search {
  width: 590px;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  height: 50px;
}
body .header .nav {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body .header .nav a {
  padding-bottom: 10px;
  color: #333333;
}
body .header .nav .active {
  color: #8338EC;
  font-weight: bold;
  border-radius: 2px;
  border-bottom: 2px solid #8338EC;
}
body .swiper {
  height: 420px;
}
body .hot {
  background: #F7F7F7;
  border-radius: 8px;
  height: 100px;
  margin-top: 40px;
}
body .hot .icon {
  padding: 18px 30px 19px;
}
body .hot .line {
  width: 2px;
  height: 84px;
  opacity: 1;
  background: linear-gradient(180deg, #CCCCCC 0%, #CCCCCC 49.14%, #CCCCCC 100%);
  margin-right: 47px;
}
body .hot .swiper .swiper-slide {
  flex-wrap: wrap;
}
body .hot .swiper .swiper-slide .item {
  padding: 5px 20px;
}
body .jingxuan .middle {
  width: 770px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body .jingxuan .middle .item {
  margin-bottom: 14px;
}
body .jingxuan .middle .item img {
  width: 100%;
  height: 100%;
}
body .jingxuan .right {
  width: 330px;
  height: 400px;
  border-radius: 8px;
  background: linear-gradient(180deg, #F2EBFD 0%, #FFFFFF 100%);
  border: 1px solid #8338EC;
  box-sizing: border-box;
  padding: 20px;
  justify-content: flex-start;
}
body .jingxuan .right .top {
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
body .jingxuan .right .top img {
  margin-right: 16px;
}
body .jingxuan .right .top .title {
  font-size: 18px;
  font-weight: 800;
  padding: 8px 0;
  line-height: 18px;
  color: rgb(51, 51, 51);
  box-sizing: border-box;
  margin: 0;
}
body .jingxuan .right .top .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgb(102, 102, 102);
  margin-bottom: 18px;
}
body .jingxuan .right .top .btn {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background: rgb(28, 173, 86);
}
body .jingxuan .right .middle {
  width: 100%;
  justify-content: space-between;
}
body .jingxuan .right .middle .item {
  width: 60px;
  margin: 0;
}
body .jingxuan .right .middle .item:nth-child(4), body .jingxuan .right .middle .item:nth-child(8) {
  margin-right: 0;
}
body .jingxuan .right .middle .item.active .logo {
  border: 1px solid rgb(225, 208, 250);
}
body .jingxuan .right .middle .item.active p {
  color: rgb(131, 56, 236);
}
body .jingxuan .right .middle .item .logo {
  width: 60px;
  height: 60px;
  padding: 14px;
  opacity: 1;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgb(255, 255, 255);
  box-sizing: border-box;
}
body .jingxuan .right .middle .item p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 12px;
  color: rgb(51, 51, 51);
}
body .jingxuan .right .middle .item img {
  width: 32px;
  height: 32px;
}
body .item3 .item {
  width: 328px;
  height: 332px;
  border-radius: 8px;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  justify-content: flex-start;
}
body .item3 .item .title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 12px;
}
body .item3 .item .desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  color: rgb(102, 102, 102);
}
body .item4 {
  height: 582px;
  background: linear-gradient(180deg, rgba(184, 184, 184, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  justify-content: flex-start;
}
body .item4 .item {
  width: 174px;
  height: 82px;
  margin-right: 113px;
  margin-bottom: 50px;
  display: flex;
}
body .item4 .item:nth-child(5), body .item4 .item:nth-child(10), body .item4 .item:nth-child(15) {
  margin-right: 0;
}
body .item4 .item img {
  width: 82px;
  height: 82px;
  margin-right: 16px;
}
body .item4 .item p {
  color: rgb(102, 102, 102);
}
body .item4 .item p.title {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: rgb(0, 0, 0);
  margin-top: 8px;
  margin-bottom: 20px;
}
body .item4 .item p i {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(131, 56, 236);
  margin-right: 8px;
}
body .item5 .item5-1 {
  margin-bottom: 30px;
}
body .item5 .item5-1 .item {
  font-size: 24px;
  font-weight: 500;
  margin-right: 56px;
  color: rgb(51, 51, 51);
}
body .item5 .item5-1 .item.active {
  color: rgb(131, 56, 236);
  font-size: 32px;
}
body .item5 .item5-1 .item.active::after {
  content: "";
  width: 52px;
  height: 2px;
  border-radius: 2px;
  background: rgb(131, 56, 236);
  display: block;
  margin: 0 auto;
}
body .item5 .item5-2 .item {
  display: none;
}
body .item5 .item5-2 .item .classify {
  width: 112px;
  height: 48px;
  opacity: 1;
  border-radius: 8px;
  background: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  color: rgb(51, 51, 51);
  margin-right: 30px;
}
body .item5 .item5-2 .item .classify.active {
  background: rgb(131, 56, 236);
  color: rgb(255, 255, 255);
}
body .item5 .item5-2 .item.active {
  display: flex;
}
body .item5 .item5-2 .item.item5-2-1 ul li {
  margin-bottom: 20px;
  list-style: disc;
}
body .item5 .item5-2 .item.item5-2-1 ul li::marker {
  color: rgb(131, 56, 236);
}
body .item5 .item5-2 .item.item5-2-1 ul li a {
  color: rgb(102, 102, 102);
}
body .item5 .item5-2 .item.item5-2-2 {
  opacity: 1;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
body .item5 .item5-2 .item.item5-2-2 a.item {
  width: 64px;
  height: 20px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgb(102, 102, 102);
}
body .item5 .item5-2 .item.item5-2-2 a.item.active {
  width: 80px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(131, 56, 236);
}
body .item5 .item5-2 .item.item5-2-2 ul li {
  margin-bottom: 20px;
  list-style: disc;
}
body .item5 .item5-2 .item.item5-2-2 ul li::marker {
  color: rgb(131, 56, 236);
}
body .item5 .item5-2 .item.item5-2-2 ul li a {
  color: rgb(102, 102, 102);
}
body .item5 .item5-2 .title {
  width: 310px;
  height: 48px;
  opacity: 1;
  border-radius: 8px 0 0 8px;
  background: rgb(245, 245, 245);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: rgb(51, 51, 51);
  justify-content: flex-start;
}
body .item5 .item5-2 .title img {
  margin: 12px 8px 12px 16px;
}
body .item6 {
  height: 220px;
  background: url("../img/bg-1.png") no-repeat;
  margin-top: 80px;
}
body .item6 .item {
  width: 310px;
  height: 42px;
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  border-left: 2px solid rgb(131, 56, 236);
  justify-content: flex-start;
  padding-right: 13px;
  box-sizing: border-box;
}
body .item6 .item.btn {
  background: rgb(131, 56, 236);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}
body .item6 .item span {
  border-right: 1px solid rgb(238, 238, 238);
  padding: 0 10px;
  margin-right: 12px;
}
body .item6 .item input[type=text], body .item6 .item select {
  height: 100%;
  border: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: rgb(153, 153, 153);
}
body .item7 .item {
  width: 200px;
  height: 286px;
  opacity: 1;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
body .item7 .item .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  color: rgb(51, 51, 51);
  margin-top: 20px;
  margin-bottom: 10px;
}
body .item7 .item .line {
  width: 30px;
  height: 3px;
  opacity: 1;
  border-radius: 4px;
  background: rgb(131, 56, 236);
}
body .item8 p.title {
  font-size: 32px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-top: 10px;
  margin-bottom: 20px;
}
body .item8 .box8 {
  padding: 32px 20px;
  box-sizing: border-box;
  width: 330px;
  height: 404px;
  opacity: 1;
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(242, 235, 253) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid rgba(131, 56, 236, 0.2);
}
body .item8 .box8 .item {
  width: 290px;
  height: 42px;
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  border-left: 2px solid rgb(131, 56, 236);
  justify-content: flex-start;
  padding-right: 13px;
  box-sizing: border-box;
}
body .item8 .box8 .item.btn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  margin-top: 8px;
  border-radius: 100px;
  background: rgb(131, 56, 236);
}
body .item8 .box8 .item span {
  border-right: 1px solid rgb(238, 238, 238);
  padding: 0 10px;
  margin-right: 10px;
}
body .item8 .box8 .item input[type=text], body .item8 .box8 .item select {
  height: 100%;
  border: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: rgb(153, 153, 153);
}
body .item9 {
  margin-top: 60px;
}
body .item9 .title {
  font-size: 32px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-top: 10px;
  margin-bottom: 20px;
}
body .item9 a {
  margin-bottom: 8px;
}
body .item9 .box9 {
  width: 1178px;
  opacity: 1;
  border-radius: 8px;
  background: rgb(250, 250, 250);
  padding: 30px;
  box-sizing: border-box;
}
body .item9 .box9 img {
  margin-right: 20px;
}
body .item9 .box9 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: rgb(102, 102, 102);
}
body .item9 .box9 p.title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.87px;
  color: rgb(51, 51, 51);
  margin-top: 0;
  margin-bottom: 45px;
}
body .item9 .box9 ul {
  width: 444px;
}
body .item9 .box9 ul li {
  margin-bottom: 12px;
  list-style: disc;
}
body .item9 .box9 ul li::marker {
  color: rgb(131, 56, 236);
}
body .item9 .box9 ul li a {
  color: rgb(102, 102, 102);
}

/*# sourceMappingURL=index.css.map */
