.section2 {
  background-color: #F5F7F8;
  overflow: unset;
}

.section2 .wrap {
  width: 1720px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 90px;
}

.section2 .wrap .title {
  margin-bottom: 114px;
}

.section2 .wrap .title h3 {
  color: #111111;
  font-size: 40px;
}

.section2 .wrap .title p {
  font-size: 24px;
  color: #6A7183;
}

.section2 .wrap .main .top {
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .top .left .tab {
  position: sticky;
  top: 120px;
}

.section2 .wrap .main .top .left .tab h4 {
  color: #111;
  font-size: 30px;
  line-height: 40px;
}

.section2 .wrap .main .top .left .tab .list {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}

.section2 .wrap .main .top .left .tab .list .item.active a span {
  transform: rotate(90deg)
}

.section2 .wrap .main .top .left .tab .list .head a {
  line-height: 45px;
  font-size: 20px;
  color: #6A7183;
  padding-left: 25px;
  transition: all 1s;
}

.section2 .wrap .main .top .left .tab .list .body {
  display: none;
  padding-left: 35px;
}

.section2 .wrap .main .top .left .tab .list .body a:hover,
.section2 .wrap .main .top .left .tab .list .body a.on {
  color: #007BDB;
}

.section2 .wrap .main .top .left .tab .list .body a {
  font-size: 16px;
  color: #6A7183;
  display: block;
  transition: all .5s;
  opacity: .7;
  line-height: 1.5;
}

.section2 .wrap .main .top .left .tab .list .head a:hover,
.section2 .wrap .main .top .left .tab .list .item.active .head a {
  color: #007BDB;
}

/* .section2 .wrap .main .top .left .tab .list a:hover span,
.section2 .wrap .main .top .left .tab .list a.active span {
  transform: none;
  opacity: 1;
} */
.section2 .wrap .main .top .left .tab .list a span {
  font-size: 20px;
  color: #6A7183;
  /* transform: translateX(-10px);
  opacity: 0; */
  left: 0;
  position: absolute;
  transition: all 0.5s;
  display: inline-block;
}

.section2 .wrap .main .top .left .tab .more {
  margin-left: 25px;
  margin-top: 10px;
}

.section2 .wrap .main .top .left .tab .more a {
  color: #6A7183;
  font-size: 20px;
  transition: color 0.5s;
  display: flex;
  align-items: center;
}

.section2 .wrap .main .top .left .tab .more a span {
  transition: all 0.5s;
  font-size: 24px;
  display: block;
  margin-left: 5px;
  color: #6A7183;
}

.section2 .wrap .main .top .left .tab .more a:hover {
  color: #007BDB;
}

.section2 .wrap .main .top .left .tab .more a:hover span {
  color: #007BDB;
  transform: translateX(10px);
}

.section2 .wrap .main .top .right {
  width: 1373px;
}

.section2 .wrap .main .top .right .list {
  display: grid;
  gap: 40px 31px;
  grid-template-columns: repeat(4, 1fr);
}

.section2 .wrap .main .top .right .list .item {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  padding: 67px 40px 60px;
  width: 320px;
  position: relative;
}

.section2 .wrap .main .top .right .list .item .img {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.section2 .wrap .main .top .right .list .item .img img {
  height: 240px;
  transition: all 1s;
}

.section2 .wrap .main .top .right .list .item .text {
  color: #111;
  font-size: 18px;
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section2 .wrap .main .top .right .list .item:hover .img img {
  transform: scale(1.1);
}

.section2 .wrap .main .top .right .list .item:hover .add {
  background-color: #007BDB;
}

.section2 .wrap .main .top .right .list .item:hover .add span {
  color: #fff;
}

.section2 .wrap .main .top .right .list .item .rb {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 110px;
}

.section2 .wrap .main .top .right .list .item .add {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}

.section2 .wrap .main .top .right .list .item .add span {
  font-size: 24px;
  color: #111111;
  transition: all 1s;
}

.section2 .wrap .main .common_page {
  margin: 78px 0 0 auto;
}

.common_section1 .wrap .bottom .img img,
.common_section1 .wrap .bottom .img {
  height: 100%;
  width: 100%;
}

.common_section1 .wrap .img {
  position: absolute;
}

.common_section1 .wrap .box {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.common_section1 .wrap .box .left {
  width: 780px;
  padding-top: 50px;
}

.common_section1 .wrap .box .left h3 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.common_section1 .wrap .box .right {
  background-color: #fff;
  width: 860px;
  padding: 60px;
  border-radius: 10px;
}

.common_section1 .wrap .box .right .text {
  color: #111;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.common_section1 .wrap .box .right .main {
  margin-top: 50px;
}

.common_section1 .wrap .box .right .main .list .item {
  border-bottom: 1px solid #DBDFE6;
}

.common_section1 .wrap .box .right .main .list .item:not(:last-child) {
  margin-bottom: 50px;
}

.common_section1 .wrap .box .right .main .list .item textarea,
.common_section1 .wrap .box .right .main .list .item input {
  width: 100%;
  color: #111;
  font-size: 18px;
  border: none;
  padding: 13px 0;
}

.common_section1 .wrap .box .right .main .list .item textarea {
  resize: both;
}

.common_section1 .wrap .box .right .main button {
  width: 263px;
  height: 70px;
  background-color: #007BDB;
  color: #fff;
  font-size: 18px;
  border-radius: 35px;
  display: block;
  margin-top: 35px;
  border: 1px solid #007BDB;
  transition: all 1s;
}

.common_section1 .wrap .box .right .main button:hover {
  background-color: #fff;
  color: #007BDB;
}


@media screen and (max-width: 1919px) {
  .section2 .wrap {
    width: 89.5833333333vw;
    padding-top: 10.416666vw;
    padding-bottom: 4.6875vw;
  }

  .section2 .wrap .title {
    margin-bottom: 5.9375vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.0833333333vw;
  }

  .section2 .wrap .title p {
    font-size: 1.25vw;
  }

  .section2 .wrap .main .top .left .tab {
    top: 6.25vw;
  }

  .section2 .wrap .main .top .left .tab h4 {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
  }

  .section2 .wrap .main .top .left .tab .list {
    margin-top: 1.9791666667vw;
  }

  .section2 .wrap .main .top .left .tab .list .head a {
    line-height: 2.34375vw;
    font-size: 1.0416666667vw;
    padding-left: 1.3020833333vw;
  }

  .section2 .wrap .main .top .left .tab .list .body {
    padding-left: 1.8229166667vw;
  }

  .section2 .wrap .main .top .left .tab .list .body a {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main .top .left .tab .list a span {
    font-size: 1.0416666667vw;
  }

  .section2 .wrap .main .top .left .tab .more {
    margin-left: 1.3020833333vw;
    margin-top: 0.5208333333vw;
  }

  .section2 .wrap .main .top .left .tab .more a {
    font-size: 1.0416666667vw;
  }

  .section2 .wrap .main .top .left .tab .more a span {
    font-size: 1.25vw;
    margin-left: 0.2604166667vw;
  }

  .section2 .wrap .main .top .left .tab .more a:hover span {
    transform: translateX(0.5208333333vw);
  }

  .section2 .wrap .main .top .right {
    width: 71.5104166667vw;
  }

  .section2 .wrap .main .top .right .list {
    gap: 2.0833333333vw 1.6145833333vw;
  }

  .section2 .wrap .main .top .right .list .item {
    border-radius: 0.78125vw;
    padding: 3.4895833333vw 2.0833333333vw 3.125vw;
    width: 16.6666666667vw;
  }

  .section2 .wrap .main .top .right .list .item .img {
    margin-bottom: 2.0833333333vw;
  }

  .section2 .wrap .main .top .right .list .item .img img {
    height: 12.5vw;
  }

  .section2 .wrap .main .top .right .list .item .text {
    font-size: 0.9375vw;
    width: 9.375vw;
  }

  .section2 .wrap .main .top .right .list .item .rb {
    width: 5.7291666667vw;
  }

  .section2 .wrap .main .top .right .list .item .add {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }

  .section2 .wrap .main .top .right .list .item .add span {
    font-size: 1.25vw;
  }

  .section2 .wrap .main .common_page {
    margin: 4.0625vw 0px 0px auto;
  }

  .common_section1 .wrap .box {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    width: 89.5833333333vw;
  }

  .common_section1 .wrap .box .left {
    width: 40.625vw;
    padding-top: 2.6041666667vw;
  }

  .common_section1 .wrap .box .left h3 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .common_section1 .wrap .box .right {
    width: 44.7916666667vw;
    padding: 3.125vw;
    border-radius: 0.5208333333vw;
  }

  .common_section1 .wrap .box .right .text {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }

  .common_section1 .wrap .box .right .main {
    margin-top: 2.6041666667vw;
  }

  .common_section1 .wrap .box .right .main .list .item:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }

  .common_section1 .wrap .box .right .main .list .item textarea,
  .common_section1 .wrap .box .right .main .list .item input {
    font-size: 0.9375vw;
    padding: 0.6770833333vw 0px;
  }

  .common_section1 .wrap .box .right .main button {
    width: 13.6979166667vw;
    height: 3.6458333333vw;
    font-size: 0.9375vw;
    border-radius: 1.8229166667vw;
    margin-top: 1.8229166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .common_section1 .wrap .bottom{
    position: relative;
    border-radius: 0;
  }
  .common_section1 .wrap .box{
    position: relative;
    z-index: 2;
    padding: 50px 5%;
    flex-direction: column;
  }
  .common_section1 .wrap .box .left{
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .common_section1 .wrap .box .left h3{
    font-size: 20px;
    line-height: 1.6;
  }
  .common_section1 .wrap .box .right{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .common_section1 .wrap .box .right .text{
    font-size:20px;
    line-height: 1.6;
  }
  .common_section1 .wrap .box .right .main{
    margin-top: 30px;
  }
  .common_section1 .wrap .box .right .main .list .item textarea, .common_section1 .wrap .box .right .main .list .item input{
    font-size: 14px;
    padding: 10px 0;
  }
  .common_section1 .wrap .box .right .main .list .item:not(:last-child){
    margin-bottom: 20px;
  }
  .common_section1 .wrap .box .right .main button{
    width: fit-content;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .common_section1 .wrap{
    width: 100%;
  }
  .common_section1 .wrap .box{
    width: 100%;
  }
  .common_section1 .wrap .top{
    width: 90%;
    margin: 0 auto;
  }
  .common_section1 .wrap .box .right .main .list .item textarea{
    height: 100px;
  }
  .section2 .wrap .title h3{
    font-size: 28px;
  }
  .section2 .wrap .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .section2 .wrap .title{
    margin-bottom: 40px;
  }
  .section2 .wrap .main .top{
    flex-direction: column;
  }
  .section2 .wrap .main .top .left .tab h4{
    font-size: 24px;
    line-height: 1.6;
  }
  .section2 .wrap .main .top .left .tab .list{
    margin-top: 20px;
  }
  .section2 .wrap .main .top .left .tab .list .head a{
    font-size: 18px;
    line-height: 2;
    padding-left: 20px;
  }
  .section2 .wrap .main .top .left .tab .list a span{
    font-size: 14px;
  }
  .section2 .wrap .main .top .left .tab .more{
    display: none;
  }
  .section2 .wrap .main .top .left .tab .list{
    margin-bottom: 0;
  }
  .section2 .wrap .main .top .left .tab .list .head a{
    display: flex;
    align-items: center;
  }
  .section2 .wrap .main .top .left .tab .list .body a{
    font-size: 14px;
    padding: 6px 0;
  }
  .section2 .wrap .main .top .right{
    width: 100%;
    margin-top: 30px;
  }
  .section2 .wrap .main .top .right .list .item{
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
  .section2 .wrap .main .top .right .list .item .text{
    font-size: 14px;
  }
  .section2 .wrap .main .top .right .list{
    gap: 20px;
  } 
  .section2 .wrap .main .top .right .list .item .text {
    width:calc(100% - 40px);
  }
  .section2 .wrap .main .top .right .list .item .rb{
    width: 60px;
    height: 60px;
  }
  .section2 .wrap .main .top .right .list .item .rb img{
    width: 100%;
  }
  .section2 .wrap .main .top .right .list .item .add{
    width: 36px;
    height: 36px;
  }
  .section2 .wrap .main .top .right .list .item .add span{
    font-size: 16px;
  }
  .section2 .wrap{
    width: 90%;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .section2 .wrap .main .common_page{
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  .section2 .wrap .main .top .right .list .item .img{
    margin-bottom: 20px;
  }
  .section2 .wrap .main .top .right .list .item .img img{
    height: 100px;
  }
}
@media screen and (max-width: 820px) {
  .section2 .wrap .main .top .right .list {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  
}
@media screen and (max-width: 767px) {
  .common_section1 .wrap .box .left h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .common_section1 .wrap .box{
    padding: 40px 5%;
  }
  .common_section1 .wrap .box .right .text {
    font-size: 18px;
    line-height: 1.6;
  }
  .section2 .wrap{
    width: 90%;
    padding-bottom: 50px;
  }
  .section2 .wrap .main .top .left .tab .list .head a {
    font-size: 16px;
  }
  .section2 .wrap .main .top .right .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .section2 .wrap .main .top .right .list {
    grid-template-columns: repeat(1, 1fr);
  }
}