.section_1 {
  background-color: #fff;
}
.section_1 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 100px;
}
.section_1 .warp .title {
  margin-bottom: 36px;
}
.section_1 .warp .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_1 .warp .main .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.section_1 .warp .main .top .left {
  flex: 1;
}
.section_1 .warp .main .top .left p {
  font-family: MR;
  font-size: 30px;
  color: #111;
}
.section_1 .warp .main .top .right {
  width: 1000px;
}
.section_1 .warp .main .top .right p {
  font-size: 20px;
  color: #111;
  line-height: 40px;
  font-family: MR;
}
.section_1 .warp .main .bottom {
  display: flex;
}
.section_1 .warp .main .bottom .left {
  background: linear-gradient(-45deg, #31186A, #471C84 100%);
  width: 680px;
  padding: 144px 50px 130px 90px;
  color: #fff;
}
.section_1 .warp .main .bottom .left .swiper-slide-active h4,
.section_1 .warp .main .bottom .left .swiper-slide-active p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.section_1 .warp .main .bottom .left .swiper-slide-active p {
  transition-delay: 0.3s;
}
.section_1 .warp .main .bottom .left h4 {
  font-size: 40px;
  font-family: MR;
  font-weight: 400;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(20px);
}
.section_1 .warp .main .bottom .left p {
  font-size: 20px;
  font-family: MR;
  line-height: 40px;
  opacity: 0;
  transform: translateY(20px);
}
.section_1 .warp .main .bottom .left .tab {
  margin-top: 90px;
  display: flex;
}
.section_1 .warp .main .bottom .left .tab .prev,
.section_1 .warp .main .bottom .left .tab .next {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section_1 .warp .main .bottom .left .tab .prev {
  margin-right: 18px;
}
.section_1 .warp .main .bottom .left .tab .prev span {
  transform: rotate(-180deg);
  display: block;
}
.section_1 .warp .main .bottom .right {
  flex: 1;
  width: 1000px;
}
.section_1 .warp .main .bottom .right .swiper {
  width: 100%;
  height: 100%;
}
.section_1 .warp .main .bottom .right img {
  height: 100%;
}
.section_2 {
  background-color: #fff;
}
.section_2 .warp {
  width: 1680px;
  margin: 0 auto;
  padding-top: 73px;
  padding-bottom: 80px;
}
.section_2 .warp .top .title {
  margin-bottom: 36px;
}
.section_2 .warp .top .title h3 {
  background: linear-gradient(90deg, #7328D9 0%, #4A1AB5 37%, #5D5AFB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: MR;
  font-size: 50px;
  width: fit-content;
}
.section_2 .warp .top .main .head {
  display: flex;
}
.section_2 .warp .top .main .head .trem {
  color: #111;
  font-weight: 700;
  font-family: MR;
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.section_2 .warp .top .main .head .trem:nth-child(1) {
  width: 821px;
}
.section_2 .warp .top .main .head .trem:nth-child(2) {
  width: 338px;
}
.section_2 .warp .top .main .head .trem:nth-child(3) {
  width: 429px;
}
.section_2 .warp .top .main .head .trem:nth-child(4) {
  width: 100px;
}
.section_2 .warp .top .main .body {
  margin-bottom: 50px;
}
.section_2 .warp .top .main .body .item {
  display: flex;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #E9E9E9;
}
.section_2 .warp .top .main .body .item:hover .trem {
  color: #2B33FF;
}
.section_2 .warp .top .main .body .item:hover .trem:nth-child(1) {
  color: #2B33FF;
}
.section_2 .warp .top .main .body .item .trem {
  color: #666;
  font-family: MR;
  cursor: pointer;
  transition: all 1s;
}
.section_2 .warp .top .main .body .item .trem:nth-child(1) {
  color: #111;
  width: 821px;
}
.section_2 .warp .top .main .body .item .trem:nth-child(2) {
  width: 338px;
}
.section_2 .warp .top .main .body .item .trem:nth-child(3) {
  width: 429px;
}

.section_2 .warp .top .main .body .item .trem:nth-child(4) {
  /* flex: 1; */
  width: 100px;
}
.section_2 .warp .bottom {
  margin-top: 80px;
  padding: 75px;
  background-color: #EFEEF5;
}
.section_2 .warp .bottom .title {
  margin-bottom: 38px;
}
.section_2 .warp .bottom .title h4 {
  font-size: 40px;
  color: #111;
  font-family: MR;
}
.section_2 .warp .bottom .main {
  display: flex;
}
.section_2 .warp .bottom .main .item:not(:last-child) {
  margin-right: 160px;
}
.section_2 .warp .bottom .main .item h5 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: MR;
  color: #111;
}
.section_2 .warp .bottom .main .item p {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  font-family: MR;
}

@media screen and (max-width: 1792px){
	.section_1 .warp,
  .section_2 .warp{
    width: 90%;
  }
  .section_1 .warp .main .bottom .left{
    width: 40%;
    padding: 100px 50px;
  }
  .section_1 .warp .main .bottom .right{
    width: 60%;
  }
}
@media screen and (max-width: 1680px){
  .section_2 .warp .bottom .main .item:not(:last-child) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1440px){
  .section_2 .warp .top .main .head .trem:nth-child(1),
  .section_2 .warp .top .main .body .item .trem:nth-child(1){
    width: 35%;
  }
  .section_2 .warp .top .main .head .trem:nth-child(2),
  .section_2 .warp .top .main .body .item .trem:nth-child(2){
    width: 25%;
  }
  .section_2 .warp .top .main .body .item .trem:nth-child(3),
  .section_2 .warp .top .main .head .trem:nth-child(3){
    width: 30%;
  }
  .section_2 .warp .top .main .head .trem:nth-child(4),
  .section_2 .warp .top .main .body .item .trem:nth-child(4){
    width: 10%;
  }
  .section_2 .warp .top .main .body .item,
  .section_2 .warp .top .main .head .trem {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1680px){
  .section_1 .warp .title h3 {
    font-size: 42px;
  }
  .section_1 .warp .main .top .left p {
    font-size: 28px;
  }
  .section_1 .warp .main .top .right {
    width: 60%;
  }
  .section_1 .warp .main .bottom .left p,
  .section_1 .warp .main .top .right p {
    font-size: 18px;
    line-height: 32px;
  }
  .section_1 .warp .main .bottom .left {
    width: 45%;
    padding: 60px 50px;
  }
  .section_1 .warp .main .bottom .right{
    width: 55%;
  }
  .section_2 .warp .top .title h3 {
    font-size: 42px;
  }
  .section_2 .warp .bottom .main .item p {
    font-size: 16px;
  }
  .section_2 .warp .bottom .main .item h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section_2 .warp .bottom .title h4 {
    font-size: 36px;
  }
  .section_2 .warp .bottom {
    padding: 50px;
  }

  
}

@media screen and (max-width: 1024px){
  .section_1 .warp .main .top{
    flex-direction: column;
  }
  .section_1 .warp .main .top .right{
    width: 100%;
  }
  .section_1 .warp .main .top .left{
    margin-bottom: 30px;
  }
  .section_1 .warp .title h3 {
    font-size: 36px;
  }
  .section_1 .warp .main .top .left p {
    font-size: 24px;
  }
  .section_1 .warp .main .top .right p {
    font-size: 14px;
    line-height: 24px;
  }
  .section_1 .warp {
    padding-top: 60px;
  }
  .section_1 .warp .title {
    margin-bottom: 20px;
  }
  .section_1 .warp .main .top {
    padding-bottom: 30px;
  }
  .section_1 .warp .main .bottom{
    flex-direction: column-reverse;
  }
  .section_1 .warp .main .bottom .right{
    width: 100%;
  }
  .section_1 .warp .main .bottom .left{
    width: 100%;
    padding: 40px 30px;
  }
  .section_1 .warp .main .bottom .left .tab {
    margin-top: 40px;
  }
  .section_2 .warp .top .title h3 {
    font-size: 36px;
  }
  .section_2 .warp .top .main .head .trem {
    font-size: 20px;
  }
  .section_2 .warp .top .main .body .item .trem{
    font-size: 14px;
  }
  .section_2 .warp {
    padding-top: 60px;
  }

  .section_2 .warp .bottom .title h4 {
    font-size: 32px;
  }

  .section_2 .warp .bottom .main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .section_2 .warp .bottom .main .item{
    width: 100%;
  }
  .section_2 .warp .bottom .main .item:not(:last-child){
    margin-right: 0;
  }
  .section_2 .warp .bottom {
    padding: 30px;
    margin-top: 60px;
  }
  .section_2 .warp .bottom .main .item p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section_2 .warp .bottom .main .item h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px){
  .section_2 .warp .top .main .head .trem:nth-child(1), .section_2 .warp .top .main .body .item .trem:nth-child(1) {
    width: 40%;
  }
  .section_2 .warp .top .main .head .trem:nth-child(2), .section_2 .warp .top .main .body .item .trem:nth-child(2) {
    width: 20%;
  }
}

@media screen and (max-width: 540px){
  .section_1 .warp .main .top .left {
    margin-bottom: 20px;
  }
  .section_1 .warp .title h3 {
    font-size: 28px;
  }
  .section_1 .warp .main .top .left p {
    font-size: 20px;
  }
  .section_1 .warp .main .bottom .left h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .section_1 .warp .main .bottom .left p, .section_1 .warp .main .top .right p {
    font-size: 14px;
    line-height: 28px;
  }
  .section_1 .warp .main .bottom .left{
    padding: 30px 20px;
  }
  .section_2 .warp .top .main .head .trem {
    font-size: 16px;
  }
  .section_2 .warp .top .main .body .item .trem{
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .section_2 .warp .top .main .head .trem:nth-child(1), .section_2 .warp .top .main .body .item .trem:nth-child(1) {
    padding-right: 20px;
  }
  .section_2 .warp .top .main .body .item .trem:nth-child(3), .section_2 .warp .top .main .head .trem:nth-child(3) {
    width: 25%;
    padding-right: 20px;
  }
  .section_2 .warp .top .title h3 {
    font-size: 28px;
  }
  .section_2 .warp .top .main .head .trem:nth-child(4), .section_2 .warp .top .main .body .item .trem:nth-child(4) {
    width: 15%;
  }

  .section_2 .warp .top .main .head .trem {
    font-size: 14px;
  }
  .section_2 .warp .top .main .body .item .trem {
    font-size: 12px;
  }

  .section_2 .warp .bottom .title h4 {
    font-size: 28px;
  }
  .section_2 .warp .bottom .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_2 .warp .bottom .main .item h5 {
    font-size: 20px;
  }
  .section_2 .warp .bottom{
    margin-top: 40px;
  }
  .section_2 .warp .top .main .head .trem:nth-child(2), .section_2 .warp .top .main .body .item .trem:nth-child(2) {
    width: 18%;
  }
  .section_2 .warp .top .main .head .trem:nth-child(4), .section_2 .warp .top .main .body .item .trem:nth-child(4){
    width: 17%;
  }
  .section_2 .warp .bottom{
    padding: 30px 20px;
  }
}