﻿.transition {
  transition: all 0.3s;
}

body {
  background: url(../images/bj.png) no-repeat center top;
  line-height: 1;
  background-color: #fff;
  color: #090A34;
  margin: 0 auto;
  outline: none;
  font-size: 16px;
}

* {
  outline: none;
  box-sizing: border-box;
}

.a-btn:hover {
  transform: translateY(-5px);
}

.sub-btn,
.a-btn {
  transition: all 0.5s;
  position: relative;
}

.w1200 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.header {
  padding-top: 110px;
}

.header .text1 {
  display: flex;
  justify-content: center;
}

.header .text1 .txt1 {
  height: 60px;
  line-height: 43px;
  font-size: 34px;
  color: #4167F2;
  background: url(../images/top1.png) no-repeat center;
  font-weight: bold;
}

.header .text1 .txt2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}

.header .text2 {
  margin: 43px auto 0;
  display: flex;
  justify-content: center;
}

.header .text3 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.header .text3 .box1 {
  width: 262px;
  height: 81px;
  background: url(../images/top3.png) no-repeat center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 71px;
  margin: 0 25px;
}

.header .text3 .box1:nth-child(2) {
  background: url(../images/top4.png) no-repeat center;
  width: 303px;
}

.header .fot {
  background: #587AF0;
  box-shadow: 0px 0px 33px 2px rgba(35, 55, 130, 0.43);
  border-radius: 30px;
  padding: 22px;
  margin-top: 80px;
}

.header .fot .cont {
  background: #FFFFFF;
  border-radius: 25px;
  display: flex;
}

.header .fot .cont .left {
  padding-left: 37px;
  padding-top: 18px;
  padding-bottom: 20px;
  width: 380px;
}

.header .fot .cont .left .txt1 {
  margin-top: 18px;
  position: relative;
}

.header .fot .cont .left .txt1 .item1 {
  height: 50px;
  background: #ECD6A2;
  border-radius: 25px;
  background: url(../images/section1_t2.png) no-repeat center;
  background-size: 100%;
  padding-left: 14px;
  line-height: 50px;
  font-size: 26px;
  color: #12154E;
  font-weight: bold;
}

.header .fot .cont .left .txt1 .item1 img {
  margin-right: 12px;
  padding-bottom: 6px;
}

.header .fot .cont .left .txt1 .item2 {
  width: 63px;
  height: 63px;
  background: #4167F2;
  border-radius: 10px;
  text-align: center;
  line-height: 24px;
  padding-top: 8px;
  color: #fff;
  position: absolute;
  right: 72px;
  top: -6px;
}

.header .fot .cont .left .txt2 {
  font-size: 20px;
  color: #12154E;
  line-height: 34px;
  margin-top: 20px;
  padding-left: 28px;
  width: 300px;
}

.header .fot .cont .content {
  width: 390px;
  background: url(../images/section1_t4.png) no-repeat center 138px;
  padding-top: 26px;
}

.header .fot .cont .content .content_img {
  width: 191px;
  height: 196px;
  margin: 0 auto;
  animation: jello 1s linear infinite;
}

.header .fot .cont .content .txt1 {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}


.header .fot .cont .right {
  padding-right: 37px;
  padding-top: 18px;
  padding-bottom: 20px;
  width: 380px;
}

.header .fot .cont .right .txt1 {
  margin-top: 18px;
  position: relative;
}

.header .fot .cont .right .txt1 .item1 {
  height: 50px;
  border-radius: 25px;
  background: url(../images/section1_t5.png) no-repeat center;
  background-size: 100%;
  padding-right: 14px;
  line-height: 50px;
  font-size: 26px;
  color: #12154E;
  font-weight: bold;
  text-align: right;
}

.header .fot .cont .right .txt1 .item1 img {
  margin-left: 12px;
  padding-bottom: 6px;
}

.header .fot .cont .right .txt1 .item2 {
  width: 63px;
  height: 63px;
  background: #4167F2;
  border-radius: 10px;
  text-align: center;
  line-height: 24px;
  padding-top: 8px;
  color: #fff;
  position: absolute;
  left: 72px;
  top: -6px;
}

.header .fot .cont .right .txt2 {
  font-size: 20px;
  color: #12154E;
  line-height: 34px;
  margin-top: 20px;
  padding-left: 15px;
  width: 300px;
}

.section1 {
  margin-top: 110px;
}

.title {
  text-align: center;
}

.title span {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}

.title span::after {
  content: "";
  width: 561px;
  height: 105px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: url(../images/title1.png) no-repeat center;
}

.section2 .title span::after {
  width: 796px;
  background: url(../images/title2.png) no-repeat center;
}

.section3 .title span::after {
  width: 791px;
  background: url(../images/title3.png) no-repeat center;
}


.section4 .title span::after {
  width: 494px;
  background: url(../images/title4.png) no-repeat center;
}

.section5 .title span::after {
  width: 578px;
  background: url(../images/title5.png) no-repeat center;
}

.section6 .title span::after {
  width: 981px;
  background: url(../images/title6.png) no-repeat center;
}

.section7 .title span::after {
  width: 817px;
  background: url(../images/title7.png) no-repeat center;
}

.section8 .title span::after {
  width: 462px;
  background: url(../images/title8.png) no-repeat center;
}

.section9 .title span::after {
  width: 714px;
  background: url(../images/title9.png) no-repeat center;
}




@keyframes jello {

  0%,
  11.1%,
  100% {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}















.title span i::before {
  content: "";
  width: 86px;
  height: 65px;
  background: url(../images/title_left.png) no-repeat center;
  position: absolute;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
}

.title span i::after {
  content: "";
  width: 86px;
  height: 65px;
  background: url(../images/title_right.png) no-repeat center;
  position: absolute;
  right: -105px;
  top: 50%;
  transform: translateY(-50%);
}

.section1 .warp {
  margin-top: 56px;
  background: #E3E8FF;
  border-radius: 30px;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section1 .warp .list {
  width: 386px;
  height: 169px;
  padding: 20px 30px 0;
  border-right: 1px solid #C1CDFA;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.section1 .warp .list .text1 {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.section1 .warp .list .text1 .txt1 {
  width: 29px;
  height: 29px;
  background: #4167F2;
  text-align: center;
  line-height: 29px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}

.section1 .warp .list .text2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.section1 .warp .list:nth-child(3n),
.section1 .warp .list.active_right {
  border-right: none;

}

.section1 .warp .list.active {
  /* width: 373px;
  height: 169px; */
  background-color: #fff;
  border-right: none;
}

.section2 {
  margin-top: 96px;
}

.section2 .warp {
  margin-top: 56px;
}

.section2 .warp .top {
  display: flex;
  justify-content: space-between;
  padding: 0 138px;
}

.section2 .warp .top .list {
  font-size: 28px;
  color: #fff;
  width: 166px;
  height: 57px;
  background: url(../images/section2_t2.png) no-repeat center;
  text-align: center;
  line-height: 51px;
}

.section2 .warp .top .list.active {
  background: url(../images/section2_t1.png) no-repeat center;
  font-weight: bold;
}

.section2 .warp .fot {
  background: #587AF0;
  border-radius: 30px;
  padding-top: 1px;
  margin-top: 36px;
  padding-bottom: 24px;
}

.section2 .warp .fot .list {
  display: none;
}

.section2 .warp .fot .list.active {
  display: block;
}

.section2 .warp .fot .list .item {
  width: 1155px;
  background: #F1F3F4;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

.section2 .warp .fot .list .item::before {
  content: "";
  width: 1110px;
  height: 90px;
  transform: translateX(-50%);
  background: url(../images/section2_t4.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: -23px;
}

.section2 .warp .fot .list .item .content {
  position: relative;
  display: flex;
}

.section2 .warp .fot .list .item .content .cont_title {
  width: 63px;
  /* height: 257px; */
  background: linear-gradient(90deg, #EEDAAB, #E7C884);
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  text-align: center;
  padding: 40px 10px;
  font-weight: bold;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section2 .warp .fot .list .item .content .cont_title.active {
  display: block;
  padding-top: 55px;
}


.section2 .warp .fot .list .item .content .cont_title span {
  font-size: 24px;
}

.section2 .warp .fot .list .item .content .box1 {
  width: 403px;
  padding: 32px 20px 34px 75px;

}

.section2 .warp .fot .list .item .content .box1 .info {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #090A34;
}

.section2 .warp .fot .list .item .content .box1 .info:nth-child(1) {
  border-top: 1px dashed #090A34;
}

.section2 .warp .fot .list .item .content .box1 .info .text1 {
  width: 50px;
  height: 50px;
  background: #EDD7A5;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 18px;
}

.section2 .warp .fot .list .item .content .box1 .info .text2 {
  font-size: 15px;
  line-height: 26px;
  width: 245px;
}

.section2 .warp .fot .list .item .content .box1 .info .text3 {
  width: 48px;
  height: 48px;
  background: #F1F3F4;
  border: 1px solid #090A34;
  border-radius: 5px;
  text-align: center;
  line-height: 19px;
  font-size: 16px;
  padding-top: 3px;
}

.section2 .warp .fot .list .item .content .box1 .info .text4 {
  width: 177px;
  font-size: 42px;
  font-weight: bold;
  padding-left: 15px;

}

.section2 .warp .fot .list .item .content .box1 .info .text4 span {
  font-size: 28px;
}

.section2 .warp .fot .list .item .content .box1 .info .text5 {
  width: 83px;
  height: 35px;
  background: linear-gradient(90deg, #FF8437, #F0403B);
  border-radius: 18px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}

.section2 .warp .fot .list .item .content .box2 {
  width: 150px;
  border-right: 1px solid #999;
  background-color: #fff;
}

.section2 .warp .fot .list .item .content .box3 {
  width: 157px;
  border-right: 1px solid #999;
  background-color: #fff;
}

.section2 .warp .fot .list .item .content .box4 {
  width: 280px;
  border-right: 1px solid #999;
  background-color: #fff;
}

.section2 .warp .fot .list .item .content .box5 {
  width: 165px;
  border-right: 1px solid #999;
  background-color: #fff;
}

.section2 .warp .fot .list .item .content .list_box .text2 {
  padding-top: 15px;
}

.section2 .warp .fot .list .item .content .list_box .text1 {
  line-height: 67px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  text-align: center;

}

.section2 .warp .fot .list .item .content .list_box .text2 .txt1 {
  padding: 8px 0 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.section2 .warp .fot .list .item .content .list_box.box4 .text2 .txt2 {
  text-align: left;
  padding-left: 20px;
}

.section2 .warp .fot .list .item .content .list_box .text2 .txt2 {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.section2 .warp .fot .list .item .content .list_box .txt3 {
  padding-left: 20px;
  padding-top: 17px;
  font-size: 15px;
  line-height: 26px;
  height: 230px;
}

.section2 .warp .fot .list .item .content .list_box .txt3 span {
  font-weight: bold;
}

.section2 .warp .fot .list .item .content .list_box .txt4 {
  display: block;
  width: 126px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #587AF0;
  border-radius: 18px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #090A34;
}

.section3 {
  margin-top: 98px;
}

.section3 .warp {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}

.section3 .warp .left {
  width: 313px;
}

.section3 .warp .left .item {
  width: 261px;
  height: 120px;
  background: linear-gradient(90deg, #669AF3, #3C61F1);
  border-radius: 15px;
  padding: 15px 40px 0 25px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  position: relative;
}

.section3 .warp .left.right .item {
  padding: 15px 25px 0 40px;
}

.section3 .warp .left.left_t1 .item::before {
  content: "";
  width: 222px;
  height: 76px;
  background: url(../images/section3_t2.png) no-repeat center;
  position: absolute;
  right: -222px;
  bottom: 0;
}

.section3 .warp .left.right .item {
  background: linear-gradient(90deg, #EEDAAB, #E7C884);
  color: #090A34;
}

.section3 .warp .left.right .item::after {
  content: "";
  width: 199px;
  border: 1px dashed #F0C65E;
  position: absolute;
  left: -190px;
  bottom: 0;
}

.section3 .warp .left .item i {
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/section3_4.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  bottom: 1px;
}

.section3 .warp .left .item:nth-child(2) i {
  background: url(../images/section3_2.png) no-repeat center;

}

.section3 .warp .right .item:nth-child(1) i {
  background: url(../images/section3_3.png) no-repeat center;

}

.section3 .warp .right .item:nth-child(2) i {
  background: url(../images/section3_1.png) no-repeat center;

}

.section3 .warp .left.right .item i {
  left: -13px;
}

.section3 .warp .left .item:nth-child(2) {
  margin-top: 48px;
}

.section3 .warp .content {
  width: 332px;
  height: 349px;
  background: url(../images/section3_t1.png) no-repeat center;
  position: relative;
  z-index: 9;
}

.section3 .warp .content img {
  display: block;
  margin: 30px auto 35px;
  text-align: center;
}

.section4 {
  margin-top: 95px;
  background: url(../images/section4_bj.png) no-repeat center 133px;
}

.section4 .warp {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}

.section4 .warp .list {
  width: 176px;
  height: 279px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17px 1px rgba(35, 55, 130, 0.16);
  border-radius: 10px 10px 100px 100px;
  border-top: 13px solid #F8DA90;
  padding: 4px 30px 0 23px;
}

.section4 .warp .list .text1 {
  width: 48px;
  height: 48px;
  background: url(../images/section4_t1.png) no-repeat center;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  font-weight: bold;
  color: #587AF0;
  margin-left: 3px;
}

.section4 .warp .list .text2 {
  line-height: 30px;
  margin-top: 5px;
  font-size: 17px;
  height: 132px;
}

.section4 .warp .list .text3 {
  width: 68px;
  height: 68px;
  background: linear-gradient(180deg, #EEDAAB, #E7C884);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.section4 .warp .list .text3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section5 {
  margin-top: 110px;
}

.section5 .warp {
  margin-top: 65px;
  background: #587AF0;
  border-radius: 30px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px 26px;
}

.section5 .warp .list {
  width: 270px;
}

.section5 .warp .list .text1 {
  width: 271px;
  height: 65px;
  background: #F8DA90;
  border-radius: 10px;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  color: #4167F2;
  position: relative;
  z-index: 3;
  font-weight: bold;
}

.section5 .warp .list .text2 {
  width: 244px;
  height: 198px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: -15px auto 0;
  padding-top: 10px;
  position: relative;
}

.section5 .warp .list .text2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section6 {
  margin-top: 126px;
}

.section6 .warp {
  margin-top: 56px;
  background: #587AF0;
  border-radius: 30px;
  padding: 30px;
  display: flex;
}


.section6 .warp .left {
  width: 502px;
  height: 498px;
  padding-top: 21px;
  background: url(../images/section6_k1.png) no-repeat center;
  position: relative;
}

.section6 .warp .left .cont .section_sj {
  position: absolute;
  left: 70px;
  bottom: 0;
}

.section6 .warp .left .cont .list {
  position: relative;
  height: 477px;
  display: none;
}

.section6 .warp .left .cont .list.active {
  display: block;
}

.section6 .warp .left .cont .list img {
  position: absolute;
  left: 85px;
  bottom: 0;
}

.section6 .warp .right {
  width: 622px;
}

.section6 .warp .right .top {
  width: 720px;
  height: 499px;
  background: #FFFFFF;
  margin-left: -80px;
  position: relative;
  z-index: 2;
  padding-top: 38px;
  padding-left: 48px;
}

.section6 .warp .right .top .item {
  width: 625px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 11px;
  transition: all 0.5s;
}

.section6 .warp .right .top .item.active {
  height: 230px;
}

.section6 .warp .right .top .item .head {
  display: flex;
  background-color: #FFEFC8;
}



.section6 .warp .right .top .item.active .head .text1 {
  background: url(../images/section6_t3.png) no-repeat center;
}



.section6 .warp .right .top .item .head .text1 {
  width: 155px;
  background: url(../images/section6_t4.png) no-repeat center;
  height: 55px;
  padding-left: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
}

.section6 .warp .right .top .item.item1 .head .text2 {
  width: 324px;
}

.section6 .warp .right .top .item.item1.active .head .text1 {
  width: 251px;
  background: url(../images/section6_z1.png) no-repeat center;
}

.section6 .warp .right .top .item.item1 .head .text1 {
  width: 251px;
  background: url(../images/section6_t5.png) no-repeat center;
}


.section6 .warp .right .top .item.item2 .head .text2 {
  width: 341px;
}

.section6 .warp .right .top .item.item2.active .head .text1 {
  width: 234px;
  background: url(../images/section6_z2.png) no-repeat center;
}

.section6 .warp .right .top .item.item2 .head .text1 {
  width: 234px;
  background: url(../images/section6_t6.png) no-repeat center;
}




.section6 .warp .right .top .item .head .text2 {
  width: 420px;
  font-size: 20px;
  line-height: 55px;
  padding-left: 25px;
}

.section6 .warp .right .top .item.active .head .text3 {
  background: url(../images/section6_t8.png) no-repeat center left;
  background-size: 30px;

}

.section6 .warp .right .top .item .head .text3 {
  width: 50px;
  background: url(../images/section6_t7.png) no-repeat center left;
  display: flex;
  align-items: center;
  background-size: 30px;
}

.section6 .warp .right .top .item .head .text3 img {
  width: 30px;
}

.section6 .warp .right .top .item .info {
  width: 622px;
  height: 174px;
  background: #FEFBF2;
  display: flex;
  padding-top: 10px;
}

.section6 .warp .right .top .item .info .info_left {
  width: 477px;
}

.section6 .warp .right .top .item .info .info_left .info_text1 {
  padding: 0 20px;
  margin-top: 18px;
  font-size: 16px;
  color: #090A34;
}

.section6 .warp .right .top .item .info .info_left .info_text1 span {
  font-size: 18px;
  font-weight: bold;
}

.section6 .warp .right .top .item .info .info_right {
  width: 126px;
  height: 126px;
  border-radius: 10px;
  margin-top: 23px;
}

.section7 {
  margin-top: 107px;
}

.section7 .warp {
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section7 .warp .item {
  width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 60px;
  margin-bottom: 26px;
}

.section7 .warp .item .item_img {
  width: 216px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.section7 .warp .item .item_img img {
  width: 100%;
}

.section7 .warp .item .item_text1 {
  width: 216px;
  height: 34px;
  background: #F1F3F4;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  line-height: 34px;
  transition: all 0.5s;
}

.section7 .warp .item:hover .item_text1 {
  background: #587AF0;
  color: #Fff;
}

.section8 {
  margin-top: 95px;
}

.section8 .warp {
  width: 1200px;
  background: #587AF0;
  border-radius: 30px;
  padding: 22px 25px;
  margin-top: 48px;
}


.section8 .warp .cont {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
}

.section8 .warp .cont .left {
  width: 607px;
  height: 339px;
  background: #fff;
  position: relative;
}

.section8 .warp .cont .left::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 339px solid #fff;
  border-right: 60px solid transparent;
  position: absolute;
  right: -60px;
  top: 0;
}

.section8 .warp .cont .left .list {
  padding-left: 80px;
  padding-top: 60px;
}


.section8 .warp .cont .left .list .text1 {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}

.section8 .warp .cont .left .list .text1::before {
  content: "";
  width: 93px;
  height: 8px;
  background: #97C6FF;
  position: absolute;
  left: 0;
  bottom: -21px;
}

.section8 .warp .cont .left .list .text2 {
  font-size: 20px;
  line-height: 38px;
}

.section8 .warp .cont .left .list .a-btn {
  display: block;
  width: 173px;
  height: 47px;
  background: linear-gradient(-90deg, #72A2F5, #3C61F1);
  border: 1px solid #436AF2;
  border-radius: 24px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  color: #FEFBF2;
  text-align: center;
  margin-top: 20px;
}

.section8 .warp .cont .right {
  width: 604px;
  height: 339px;
  background: url(../images/section8_t1.png) no-repeat center right;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.section8 .warp .cont .right img {
  height: 100%;
}

.section9 {
  margin-top: 120px;
}

.section9 .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.section9 .warp .list {
  width: 297px;
  height: 370px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(88, 122, 240, 0.15);
  border-radius: 20px;
  position: relative;
}

.section9 .warp .list .list_img {
  width: 224px;
  height: 224px;
  background: #587AF0;
  border-radius: 20px;
  margin: 37px auto 0;
}

.section9 .warp .list .list_img img {
  width: 100%;
}

.section9 .warp .list .text1 {
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  padding-top: 10px;
}

.section9 .warp .list i {
  display: block;
  width: 238px;
  height: 20px;
  background: linear-gradient(90deg, #72A2F5, #3C61F1);
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}