.banner .swiper-container {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.banner .swiper-slide {
  height: 640px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-slide::before,
.banner .swiper-slide::after {
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url(../img/index/banner-before.png);
  background-size: 100% 100%;
  width: 340px;
  height: 629px;
  left: 0;
  top: -60px;
  z-index: 0;
}
.banner .swiper-slide:after {
  background-image: url(../img/index/banner-after.png);
  width: 294px;
  height: 585px;
  left: auto;
  right: 0;
  top: 0;
}
.banner .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.banner .swiper-slide .slide-left {
  flex: 0 0 510px;
  margin-top: 50px;
}
.banner .swiper-slide .slide-right {
  flex-grow: 1;
  display: flex;
}
.banner .swiper-slide .slide-title {
  margin-bottom: 20px;
  color: #152e56;
}
.banner .swiper-slide .slide-title_highlight {
  color: #F57A53;
}
.banner .swiper-slide .slide-desc {
  font-size: 24px;
  line-height: 1.5;
  color: #152e56;
  margin: 20px 0 40px;
}
.banner .swiper-slide.slide-1 {
  align-items: flex-end;
  background: linear-gradient(90deg, #fcfde3 0%, #f5a253 100%);
}
.banner .swiper-slide.slide-2 {
  background: linear-gradient(90deg, rgba(252, 253, 227, 0.5) 0%, rgba(245, 162, 83, 0.5) 100%);
}
.banner .swiper-slide.slide-2 .slide-content {
  gap: 50px;
}
.banner .swiper-slide.slide-2 .slide-left {
  margin-top: 0;
}
.banner .swiper-slide.slide-2:after {
  display: none;
}
.banner .swiper-pagination {
  bottom: 20px !important;
}
.banner .swiper-pagination-bullet {
  width: 45px;
  height: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.56);
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #f5a253;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide {
    height: auto;
    padding: 40rem 0;
  }
  .banner .swiper-slide::before,
  .banner .swiper-slide::after {
    display: none;
  }
  .banner .swiper-slide .slide-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20rem;
    padding: 0 15rem;
  }
  .banner .swiper-slide .slide-left {
    width: 100%;
    flex: 0 0 auto;
    margin-top: 0;
  }
  .banner .swiper-slide .slide-right img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide .slide-title {
    display: block;
    text-align: center;
    margin-bottom: 20rem;
  }
  .banner .swiper-slide .common-bg-btn {
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 15rem 30rem;
    font-size: 20rem;
  }
  .banner .swiper-slide .slide-desc {
    font-size: 18rem;
    margin: 20rem 0 40rem;
    text-align: center;
  }
  .banner .swiper-slide.slide-1 {
    align-items: center;
  }
  .banner .swiper-slide.slide-2 .slide-content {
    gap: 20rem;
  }
  .banner .swiper-slide.slide-2 .slide-left {
    margin-top: 0;
  }
  .banner .swiper-pagination {
    bottom: 20rem !important;
  }
  .banner .swiper-pagination-bullet {
    width: 35rem;
    height: 6rem;
    border-radius: 15rem;
  }
}
.wrap-1 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    padding: 60rem 0;
  }
}
.wrap-1 .common-catalog {
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.wrap-1 .common-catalog_top {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #F5A253;
}
.wrap-1 .common-catalog_top.active::after {
  transform: rotate(180deg);
}
.wrap-1 .common-catalog_top::after {
  content: '';
  width: 14px;
  height: 10px;
  transition: transform 0.3s;
  background: url(../img/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
  filter: brightness(10);
}
.wrap-1 .common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.wrap-1 .common-catalog_list {
  background: #fff;
}
.wrap-1 .common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.wrap-1 .common-catalog_item:hover {
  background: #FFFAF6;
}
.wrap-1 .common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.wrap-1 .common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .wrap-1 .common-catalog {
    border-radius: 10rem;
  }
  .wrap-1 .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .wrap-1 .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .wrap-1 .common-catalog_title {
    font-size: 16rem;
  }
  .wrap-1 .common-catalog_item {
    padding: 20rem 30rem;
  }
  .wrap-1 .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-1 .hover-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup {
    flex-direction: column;
  }
}
.wrap-1 .hover-popup_item {
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}
.wrap-1 .hover-popup_item:hover .hover-popup_content {
  transform: translateY(0);
}
.wrap-1 .hover-popup_content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(363px);
}
.wrap-1 .hover-popup_item {
  width: 520px;
  height: 363px;
  background-size: 100% 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    margin-top: 40rem;
  }
}
.wrap-1 .hover-popup .item-1 {
  background-image: url(../img/index/wrap1-pic1.png);
}
.wrap-1 .hover-popup .item-2 {
  background-image: url(../img/index/wrap1-pic2.png);
}
.wrap-1 .hover-popup_content {
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
  }
  .wrap-1 .hover-popup_item:hover .hover-popup_content {
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_content {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_item {
    width: 100%;
    height: 363rem;
  }
  .wrap-1 .hover-popup .item-1 {
    background-image: url(../img/index/mb/wrap1-pic1.png);
  }
  .wrap-1 .hover-popup .item-2 {
    background-image: url(../img/index/mb/wrap1-pic2.png);
  }
  .wrap-1 .hover-popup_content {
    border-radius: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40rem;
    font-size: 16rem;
  }
}
.wrap-2 {
  padding: 100px 0;
  background: rgba(245, 162, 83, 0.06);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    padding: 60rem 0;
  }
}
.wrap-2 .wrap-item {
  margin-top: 50px;
  border-radius: 12px;
  padding: 10px;
  background: #F5A253;
  box-shadow: 0px 0px 23.9px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wrap-2 .wrap-item {
    margin-top: 40rem;
  }
}
.wrap-2 .wrap-item_top {
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 0 20px;
}
.wrap-2 .wrap-item_date {
  display: block;
  text-align: right;
  margin-top: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  width: 100%;
}
.wrap-2 .wrap-item_top-title {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding: 12px 16px;
  background: #fdefe1;
}
.wrap-2 .wrap-item_bottom {
  flex: 0 0 62px;
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.wrap-2 .wrap-item:last-child {
  margin-left: 33px;
  position: relative;
}
.wrap-2 .wrap-item:last-child::after {
  content: '';
  position: absolute;
  background-image: url(../img/index/wrap2-after.png);
  background-size: 100% 100%;
  right: -352px;
  top: -257px;
  width: 614px;
  height: 638px;
  z-index: -1;
}
.wrap-2 .wrap-item:last-child .wrap-item_pic {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .wrap-2 .wrap-item {
    border-radius: 6rem;
    padding: 10rem;
    display: flex;
  }
  .wrap-2 .wrap-item_pic {
    width: 100%;
    height: auto;
  }
  .wrap-2 .wrap-item_top {
    min-height: unset;
    background: #fff;
    border-radius: 6rem;
    padding: 10rem 5rem;
  }
  .wrap-2 .wrap-item_date {
    margin-top: 6rem;
    font-size: 12rem;
    transform: scale(0.6);
  }
  .wrap-2 .wrap-item_top-title {
    font-size: 14rem;
    padding: 10rem 19rem;
  }
  .wrap-2 .wrap-item_bottom {
    flex: unset;
    font-size: 14rem;
    margin-top: 10rem;
    text-align: left;
  }
  .wrap-2 .wrap-item:last-child {
    margin-left: 0;
    margin-top: 20rem;
  }
  .wrap-2 .wrap-item:last-child::after {
    display: none;
  }
  .wrap-2 .wrap-item:last-child .wrap-item_pic {
    margin-top: 6rem;
  }
}
.wrap-3 {
  padding: 100px 0;
  background-image: url(../img/index/wrap3-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    padding: 60rem 0;
  }
}
.wrap-3 .wrap-h2 {
  color: #fff;
}
.wrap-3 .flex-wrapper {
  flex-direction: column;
  gap: 46px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-3 .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-3 .wrap-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 768px) {
  .wrap-3 .wrap-item {
    flex-direction: column;
  }
}
.wrap-3 .wrap-item_desc {
  flex: 0 0 455px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    background-image: url(../img/index/wrap3-bg.png);
  }
  .wrap-3 .flex-wrapper {
    gap: 30rem;
  }
  .wrap-3 .wrap-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18rem;
    border-radius: 12rem;
    gap: 15rem;
  }
  .wrap-3 .wrap-item_desc {
    flex: unset;
    font-size: 14rem;
  }
  .wrap-3 .wrap-item_pic {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .wrap-3 .wrap-item {
    flex-direction: column;
  }
}
.wrap-4 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    margin-top: 60rem;
  }
}
.wrap-4 .wrap-info {
  margin: 0 auto;
  text-align: center;
  border-radius: 26px;
  padding: 8px 22px;
  background: rgba(245, 162, 83, 0.12);
  margin-bottom: 25px;
  width: 339px;
  font-size: 16px;
  font-weight: normal;
  color: #F5A253;
}
.wrap-4 .wrap-h2 {
  width: 100%;
}
.wrap-4 .wrap-pic {
  cursor: pointer;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-4 .wrap-pic {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-4 .wrap-info {
    border-radius: 26rem;
    padding: 8rem 20rem;
    margin-bottom: 18rem;
    width: 297rem;
    font-size: 14rem;
  }
}
.wrap-5 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-5 {
    margin-top: 60rem;
  }
}
.wrap-5 .hover-popup {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .wrap-5 .hover-popup {
    margin-top: 40rem;
  }
}
.wrap-5 .hover-popup_item {
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}
.wrap-5 .hover-popup_item:hover .hover-popup_content {
  transform: translateY(0);
}
.wrap-5 .hover-popup_content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(340px);
}
.wrap-5 .hover-popup_title {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.wrap-5 .hover-popup_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 3px;
  background-color: #171717;
}
.wrap-5 .hover-popup_li {
  margin-top: 15px;
  list-style: outside;
  font-size: 16px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  text-align: left;
  list-style-type: decimal;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .wrap-5 .hover-popup .hover-popup_title {
    font-size: 24rem;
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
  .wrap-5 .hover-popup .hover-popup_title::before {
    content: '';
    width: 47rem;
    height: 3rem;
  }
  .wrap-5 .hover-popup .hover-popup_li {
    margin-top: 15rem;
    font-size: 16rem;
    margin-left: 15rem;
  }
}
.wrap-5 .hover-popup_item {
  height: 443px;
  background-size: 100% 100%;
}
.wrap-5 .hover-popup_item:hover .content-1 {
  background: #ffdf5a;
}
.wrap-5 .hover-popup_item:hover .content-2 {
  background: #3db9b2;
}
.wrap-5 .hover-popup_item:hover .content-3 {
  background: #a7d986;
}
.wrap-5 .hover-popup_item:hover .content-4 {
  background: #ff8346;
}
.wrap-5 .hover-popup_item:hover .content-5 {
  background: #9eddf2;
}
.wrap-5 .hover-popup_item:hover .content-6 {
  background: #fe878d;
}
.wrap-5 .hover-popup .item-1 {
  background-image: url(../img/index/gradual-pic1.png);
}
.wrap-5 .hover-popup .item-2 {
  background-image: url(../img/index/gradual-pic2.png);
}
.wrap-5 .hover-popup .item-3 {
  background-image: url(../img/index/gradual-pic3.png);
}
.wrap-5 .hover-popup .item-4 {
  background-image: url(../img/index/gradual-pic4.png);
}
.wrap-5 .hover-popup .item-5 {
  background-image: url(../img/index/gradual-pic5.png);
}
.wrap-5 .hover-popup .item-6 {
  background-image: url(../img/index/gradual-pic6.png);
}
.wrap-5 .hover-popup_content {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 50px 30px 0;
  text-align: center;
  background: transparent;
}
.wrap-5 .hover-popup .white:hover .hover-popup_title {
  color: #fff;
}
.wrap-5 .hover-popup .white:hover .hover-popup_title::before {
  background-color: #fff;
}
.wrap-5 .hover-popup .white:hover .hover-popup_li {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wrap-5 .wrap-5-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .wrap-5 .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30rem;
  }
  .wrap-5 .swiper-slide_title {
    font-size: 24px;
    font-weight: normal;
    color: #171717;
    line-height: 1.5;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    margin-bottom: 5px;
  }
  .wrap-5 .swiper-slide_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 3px;
    background-color: #171717;
  }
  .wrap-5 .swiper-slide_li {
    margin-top: 15px;
    list-style: outside;
    font-size: 16px;
    font-weight: normal;
    color: #171717;
    line-height: 1.5;
    text-align: left;
    list-style-type: decimal;
    margin-left: 15px;
  }
  .wrap-5 .swiper-slide_content {
    height: 443rem;
    width: 100%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 56rem 30rem 0;
  }
  .wrap-5 .swiper-slide_content.white .swiper-slide_title {
    color: #fff;
  }
  .wrap-5 .swiper-slide_content.white .swiper-slide_title::before {
    background-color: #fff;
  }
  .wrap-5 .swiper-slide_content.white .swiper-slide_li {
    color: #fff;
  }
  .wrap-5 .swiper-slide .content-1 {
    background-image: url(../img/index/mb/gradual-pic1.png);
  }
  .wrap-5 .swiper-slide .content-2 {
    background-image: url(../img/index/mb/gradual-pic2.png);
  }
  .wrap-5 .swiper-slide .content-3 {
    background-image: url(../img/index/mb/gradual-pic3.png);
  }
  .wrap-5 .swiper-slide .content-4 {
    background-image: url(../img/index/mb/gradual-pic4.png);
  }
  .wrap-5 .swiper-slide .content-5 {
    background-image: url(../img/index/mb/gradual-pic5.png);
  }
  .wrap-5 .swiper-slide .content-6 {
    background-image: url(../img/index/mb/gradual-pic6.png);
  }
  .wrap-5 .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .wrap-5 .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .wrap-5 .swiper-pagination {
    text-align: center;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .wrap-5 .swiper-slide .hover-popup_title {
    font-size: 24rem;
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
  .wrap-5 .swiper-slide .hover-popup_title::before {
    content: '';
    width: 47rem;
    height: 3rem;
  }
  .wrap-5 .swiper-slide .hover-popup_li {
    margin-top: 15rem;
    font-size: 16rem;
    margin-left: 15rem;
  }
}
.wrap-6 {
  padding: 100px 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-6 {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-6 {
    margin-top: 40rem;
  }
}
.wrap-6 .container {
  position: relative;
}
.wrap-6 .container::before {
  content: '';
  position: absolute;
  background-image: url(../img/index/media-bg.png);
  background-size: 100% 100%;
  width: 614px;
  height: 638px;
  left: -350px;
  top: -215px;
  z-index: 0;
}
.wrap-6 .wrap-h2 {
  width: 100%;
}
.wrap-6 .wrap-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrap-6 .wrap-list {
    margin-top: 40rem;
  }
}
.wrap-6 .wrap-list_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.wrap-6 .wrap-list_item.item-1 {
  background: url('../img/sprite.png') no-repeat -86px -379px;
  width: 232px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-2 {
  background: url('../img/sprite.png') no-repeat -369px -379px;
  width: 233px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-3 {
  background: url('../img/sprite.png') no-repeat -652px -379px;
  width: 233px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-4 {
  background: url('../img/sprite.png') no-repeat -936px -379px;
  width: 232px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-5 {
  background: url('../img/sprite.png') no-repeat -86px -483px;
  width: 232px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-6 {
  background: url('../img/sprite.png') no-repeat -369px -483px;
  width: 233px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-7 {
  background: url('../img/sprite.png') no-repeat -652px -483px;
  width: 233px;
  height: 73px;
}
.wrap-6 .wrap-list_item.item-8 {
  background: url('../img/sprite.png') no-repeat -936px -483px;
  width: 232px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  .wrap-6 {
    margin-top: 0;
  }
  .wrap-6 .container {
    position: relative;
  }
  .wrap-6 .container::before {
    display: none;
  }
  .wrap-6 .wrap-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12rem;
  }
  .wrap-6 .wrap-list_item.item-1 {
    background: url('../img/sprite.png') no-repeat -86rem -611rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-2 {
    background: url('../img/sprite.png') no-repeat -265rem -611rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-3 {
    background: url('../img/sprite.png') no-repeat -86rem -679rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-4 {
    background: url('../img/sprite.png') no-repeat -265rem -679rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-5 {
    background: url('../img/sprite.png') no-repeat -86rem -747rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-6 {
    background: url('../img/sprite.png') no-repeat -265rem -747rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-7 {
    background: url('../img/sprite.png') no-repeat -86rem -815rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
  .wrap-6 .wrap-list_item.item-8 {
    background: url('../img/sprite.png') no-repeat -265rem -815rem;
    background-size: 1400rem auto;
    width: 166rem;
    height: 52rem;
  }
}
.wrap-7 {
  padding: 100px 0;
  background: #152e56;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-7 {
    padding: 60rem 0;
  }
}
.wrap-7 .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url(../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
}
.wrap-7 .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
  transform: rotate(180deg);
}
.wrap-7::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
}
.wrap-7::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-7 .wrap-h2 {
  width: 100%;
  color: #fff;
}
.wrap-7 .common-form {
  margin: 50px auto 0;
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-7 .common-form {
    flex-direction: column;
  }
}
.wrap-7 .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-7 .common-form.popup::before,
.wrap-7 .common-form.popup::after {
  display: none;
}
.wrap-7 .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-7 .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-7 .common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.wrap-7 .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-7 .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-7 .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-7 .common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.wrap-7 .common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.wrap-7 .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-7 .common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.wrap-7 .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-7 .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-7 .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-7 .common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.wrap-7 .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-7 .common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.wrap-7 .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-7 .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-7 .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-7 .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-7 .common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.wrap-7 .common-form .file-box_upload {
  background-image: url(../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-7 .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-7 .common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .wrap-7 .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-7 .common-form::after,
  .wrap-7 .common-form::before {
    display: none;
  }
  .wrap-7 .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-7 .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-7 .common-form_item.half {
    flex: unset;
  }
  .wrap-7 .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .wrap-7 .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-7 .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-7 .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-7 .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-7 .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-7 .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-7 .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-7 .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-7 .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-7 .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-7 .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-7 .bg-1,
  .wrap-7 .bg-2,
  .wrap-7::before {
    display: none;
  }
  .wrap-7 .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-7::after {
    z-index: 0;
  }
}
.wrap-8 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-8 {
    padding: 60rem 0;
  }
}
.wrap-8 .common-collapse {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-8 .common-collapse {
    margin-top: 40rem;
  }
}
.wrap-8 .common-collapse_item {
  margin-bottom: 20px;
  cursor: pointer;
}
.wrap-8 .common-collapse_item:last-child {
  margin-bottom: 0;
}
.wrap-8 .common-collapse_item.active .common-collapse_title {
  background: #F5A253;
  color: #fff;
}
.wrap-8 .common-collapse_item.active .common-collapse_title .iconfont {
  color: #fff;
}
.wrap-8 .common-collapse_title {
  border-radius: 10px;
  background: #f2f2f2;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
}
.wrap-8 .common-collapse_title .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.wrap-8 .common-collapse_info {
  padding: 28px 80px 8px 28px;
  background: #fff;
  display: none;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wrap-8 .common-collapse_item {
    margin-bottom: 15rem;
  }
  .wrap-8 .common-collapse_title {
    border-radius: 10rem;
    background: #f2f2f2;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-8 .common-collapse_title .iconfont {
    font-size: 20rem;
  }
  .wrap-8 .common-collapse_info {
    padding: 18rem 0 15rem 0;
    background: #fff;
    display: none;
    font-size: 14rem;
  }
}
