.wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: #26022d;
  overflow-x: hidden;
}

.section1 {
  position: relative;
  width: 100%;
  height: 50vh;
  text-align: left;
  padding: 0 1.12rem;
  box-sizing: border-box;
}

.section1 .detail_top {
  font-size: 0.16rem;
}
.section1 h1 {
  margin-top: 2.56rem;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100.523%;
  letter-spacing: -2.56px;
  text-transform: uppercase;
}

.section2 {
  width: 100%;
  padding: 0.57rem 1.03rem 1.05rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}

.section2 .section_top .sel_btn {
  width: 1.9rem;
  height: 0.52rem;
  border-radius: 0.5rem;
  background: #762d82;
  color: #ffffff;
  text-align: center;
  font-feature-settings: "salt" on;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.section2 .section_top .sel_btn .sel_icon {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  background: url(../../image/insights/sel_btn.svg) no-repeat center;
  background-size: 100%;
}

.section2 .section_top .sel_wap {
  display: none;
}

.section2 .section_top .search {
  width: 6.16rem;
  height: 0.53rem;
  margin-left: 0.32rem;
  border-radius: 0.5rem;
  background: #ffffff;
  overflow: hidden;
}

.section2 .section_top .search .search_icon {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.08rem;
  background: url(../../image/insights/search_icon.svg) no-repeat center;
  background-clip: 100%;
}

.section2 .section_top .search input {
  flex: 1;
  height: 100%;
  font-size: 0.17rem;
}

.section2 .nevs_liat {
  flex-wrap: wrap;
  margin-top: 1rem;
}

.section2 .news_item {
  flex-shrink: 0;
  width: 4.81rem;
  height: 5.32rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  margin-right: 0.32rem;
}

.section2 .news_item .item_baaner {
  width: 100%;
  height: 2.4rem;
  margin-bottom: 0.48rem;
}

.section2 .news_item .item_baaner img {
  width: 100%;
}

.section2 .news_item .item_tip {
  color: #d967a7;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.2rem;
}

.section2 .news_item .item_title {
  position: relative;
  padding-right: 0.28rem;
  color: #fff;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.32rem;
}

.section2 .news_item .item_title .share_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../../image/insights/share_btn.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.section2 .news_item .item_dec {
  margin-top: 0.13rem;
  color: #c0c5d0;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
}

.section2 .news_item:nth-child(1) .item_tip {
  display: block;
}

.section2 .news_item:nth-child(3n) {
  margin-right: 0;
}

.section2 .section2_page {
  padding: 0 0.8rem;
  justify-content: space-between;
}

.section2 .section2_page .page_btn {
  height: 0.61rem;
  color: #efefef;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.2rem;
  cursor: pointer;
}

.section2 .section2_page .page_btn .btn {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
  background: url(../../image/insights/page_icon.svg) no-repeat center;
  background-size: 100%;
}

.section2 .section2_page .next .btn {
  margin: 0;
  margin-left: 0.08rem;
  transform: rotate(180deg);
}

.section2 .section2_page .page_list .page_item {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.02rem;
  border-radius: 0.08rem;
  color: #ffffff;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.section2 .section2_page .page_list .page_item.act {
  color: #121;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .section2 {
    padding: 0.24rem 0.34rem 0.6rem;
  }

  .section2 .section_top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section2 .section_top .sel_pc {
    display: none;
  }

  .section2 .section_top .sel_wap {
    display: flex;
  }

  .section2 .section_top .sel_btn {
    width: 1.55rem;
    height: 0.36rem;
    margin-top: 0.32rem;
    font-size: 0.2rem;
  }

  .section2 .section_top .search {
    width: 100%;
    height: 0.38rem;
    margin-left: 0;
  }

  .section2 .nevs_liat {
    margin-top: 0.74rem;
  }

  .section2 .news_item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0.32rem;
    margin-right: 0;
    overflow-x: hidden;
  }

  .section2 .news_item .item_baaner {
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.48rem;
  }

  .section2 .news_item .item_baaner img {
    width: auto;
    height: 100%;
  }

  .section2 .section2_page {
    padding: 0.48rem 0.34rem 0;
    flex-direction: column;
    align-items: center;
  }
}

.section3 {
  width: 100%;
  padding: 1rem 1.12rem 0.59rem;
  display: flex;
  min-height: 50vh;
  box-sizing:border-box;
border-top: 1px solid #ffffff;
}

.section3 .section3_top {
  width: 5rem;
}

.section3 .section3_top .tip {
  color: #d967a7;
  font-feature-settings: "salt" on;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.28rem;
  text-transform: uppercase;
}

.section3 .section3_top h2 {
  width: 7rem;
  margin-top: 0.08rem;
  color: #ffffff;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.48rem;
  letter-spacing: -0.96px;
}

.section3 .section3_detail {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
}

.section3 .section3_detail .detail_top h5 {
  color: #ffffff;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.4rem;
  letter-spacing: -0.64px;
}
.section3 .section3_detail .detail_top {
  padding-top: 0.2rem;
}
.section3 .section3_detail .detail_top .dec {
  color: #ffffff;
  font-feature-settings: "salt" on;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  width: 5rem;
}
.section1 .detail_top {
  margin-top: 10px;
}

.section1 .detail_top .dec {
  color: #ffffff;
  font-feature-settings: "salt" on;
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
}

.section1 .detail_top .dec:last-child {
  font-size: 0.20rem;
}

.section3 .section3_detail .detail_bottom {
  width: 4.68rem;
}

.section3 .section3_detail .detail_bottom .input_box {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #d9d9d9;
}

.section3 .section3_detail .detail_bottom .input_box .input_tip {
  color: #d967a7;
  font-feature-settings: "salt" on;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.2rem;
  text-transform: uppercase;
}

.section3 .section3_detail .detail_bottom .input_box input {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 500;
}

.section3 .section3_detail .detail_bottom ._btn {
  width: 100%;
  height: 0.48rem;
  border-radius: 0.48rem;
  background: #762d82;
  color: #fff;
  font-feature-settings: "salt" on;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.28rem;
  cursor: pointer;
}

.section3 .section3_detail .detail_bottom ._btn .btn_icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.45rem;
  background: url(../../image/solution/btn_icon.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .section1 {
    width: auto;
    padding: 0 10px;
  }
  .section1 h1 {
    font-size: 43px;
    text-align: center;
  }
  .section1 .detail_top .dec {
    font-size: 17px;
    text-align: center;
  }
  .section1 .detail_top .dec:last-child {
    font-size: 14px;
    text-align: center;
  }
  .section3 {
      padding:20px 30px 40px;
      flex-wrap: wrap;
      border-bottom: 1px solid #ffffff;
  }
  .section3 .section3_top h2 {
      font-size: 32px;
      line-height: 1.2;
    }

  .section3 .section3_detail .detail_top .dec{
    width: 3.5rem;
  }
}

.select-box:hover .search-select-down {
  display: block;
}

.search-select-down {
  padding-top: 4px;
  width: 2rem;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.search-select-down .search-select__list {
  background: #fff;
}

.search-select-down .search-select__list .search-select__item {
  cursor: pointer;
  height: 42px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-select-down .search-select__list .search-select__item:hover {
  background: #e9e9e9;
  color: #631071;
}
