img,
.img {
  display: block;
  width: 100%;
  height: auto;
}
video,
.video {
  display: block;
  width: 100%;
  height: auto;
}
.back_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section {
  position: relative;

  /*
  background-color: #fff;
*/
}
section i,
section em {
  font-family: "MediaanItalic", "Beatrice";
  font-style: normal;
  letter-spacing: -0.02em;
}
section.padding {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 5vw;
  box-sizing: border-box;
  /*不然 会有 一根线*/
  margin-top: -1px;
  z-index: 2;
}
section.paddingtop0 {
  padding-top: 0;
}
section .heading {
  /* font-size: 32px;  margin-left: -3px; */
  font-size: 2.22rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
section .heading p {
  margin: 0;
  padding: 0.5em 0;
  padding-bottom: 0.3em;
}
.blur {
  overflow: hidden;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}

.btn {
  user-select: noen;
  -webkit-user-select: none;
}

.btn_radius_20 {
  padding: 16px 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
.btn_radius_12 {
  padding: 10px;
  /*
  padding: 13px;
*/
  box-sizing: border-box;
  border-radius: 12px;
}
section.padding.block_full_text {
  padding-top: 5vw;
}
section.padding.block_full_text .pc {
  display: flex;
}
section.padding.block_full_text .phone {
  display: none;
}
.block_full_text .right .text p {
  margin: 0;
  margin-bottom: 1.5em;
}
.block_full_text .right .text p:last-child {
  margin-bottom: 0;
}
.block_full_text .left {
  width: 50%;
  height: fit-content;
}
.block_full_text .left .text {
  /*font-size: 50px;
    margin-left: -3px;
  */
  font-size: 3.47rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
.block_full_text .left .text p:first-child {
  margin: 0;
}
.block_full_text .left .container:nth-child(2) {
  padding-top: 16px;
  box-sizing: border-box;
}
.block_full_text .left .container .tag_text {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.block_full_text .left .container .tag_box,
.container .tag_box {
  display: flex;
  flex-wrap: wrap;
}
.block_full_text .left .container .tag_box .tag,
.news_page .tag_box .tag,
.news_page_mob .tag_box .tag {
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  background-color: #f8f8f8;
  margin-right: 8px;
  margin-bottom: 8px;
}
.block_full_text .left .container .tag_box .tag:last-child {
  margin-right: 0;
}
.block_full_text .right {
  width: 50%;
  max-width: 680px;
  flex: 1;
  margin: 0 auto;
  height: fit-content;
}
.block_full_text .right .text {
  /* font-size: 24px; */
  font-size: 1.67rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  overflow: hidden;
  position: relative;
  max-height: 7.6em;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.block_full_text .right .text.show {
  max-height: 200vh;
}
.block_full_text .right .text::after {
  content: "";
  display: block;
  display: none;
  position: absolute;
  width: 100%;
  height: 4em;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 1))
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.block_full_text .right .text.show::after {
  display: none;
}
.block_full_text .right .text a,
a:link {
  color: rgba(128, 128, 128, 1);
}

.block_full_text .right .text a:hover,
.a:hover {
  color: rgba(0, 0, 0, 1);
}

.block_full_text .right .btn {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(241, 241, 241, 0.5);
  width: fit-content;
  margin-top: 24px;
  cursor: pointer;
}
.block_full_text .right .btn:hover {
  color: rgba(0, 0, 0, 1);
}
.ele_box {
  display: flex;
  flex-wrap: wrap;
}
.ele_box {
  padding-bottom: 16px;
  width: 100%;
}
.ele_box.borderless {
  width: calc(100% + 32px * 2);
  left: -32px;
  position: relative;
}
.ele_box.single_column_chart .postion {
  width: 100%;
  margin-bottom: 16px;
}
.ele_box.single_column_chart .block_top_swiper .top_swiper {
  width: 100%;
  /* height: 66vw; */
  height: auto;
}

.block_top_swiper .swiper-button-prev .btn,
.block_top_swiper .swiper-button-next .btn,
.swiper-button-next .btn,
.swiper-button-prev .btn {
  left: 0;
  top: 0;
  visibility: hidden;
}

.block_top_swiper .swiper-button-prev:hover .btn,
.block_top_swiper .swiper-button-next:hover .btn,
.swiper-button-prev:hover .btn,
.swiper-button-next:hover .btn {
  visibility: visible;
  opacity: 1;
}

.ele_box.single_column_chart .block_top_swiper .top_swiper .img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */

  height: auto;
}
.ele_box.single_column_chart .ele.video_box,
.ele_box.single_column_chart .ele.img_box {
  padding-top: 0;
  height: auto;
}
.ele_box.single_column_chart .ele > * {
  position: relative;
  width: 100%;
  height: auto;
}
.ele_box.single_column_chart .video_box {
  position: relative;
}
.ele_box.single_column_chart .video_box .control_box {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  display: none;
}

.ele_box.single_column_chart .video_box:hover .control_box {
  display: flex;
}

.ele_box.single_column_chart .video_box .control_box .play_pause {
  fill: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ele_box.single_column_chart .video_box .control_box .play_pause > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ele_box.single_column_chart .video_box .control_box .play_pause > div.hide {
  display: none;
}
.ele_box.single_column_chart .video_box .control_box .progress_bar {
  width: 100%;
  background-color: rgb(255 255 255 / 20%);
  border-radius: 20px;
  height: 4px;
  position: relative;
  margin: 0 5px;
}
.ele_box.single_column_chart
  .video_box
  .control_box
  .progress_bar
  .play_progress {
  position: absolute;
  width: 0%;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
}
.control_box {
  display: none;
}

.control_box.show {
  display: flex;
}

.ele_box.single_column_chart .video_box .control_box .time {
  width: fit-content;
  color: #fff;
  display: flex;
}
.ele_box.single_column_chart .postion:last-child {
  margin-bottom: 0;
}
.ele_box.double_column_diagram_a .postion {
  position: relative;
  width: calc((100% - 16px) / 2);
  height: 0;
  margin-right: 16px;
}
.ele_box .postion .ele .text {
  /* font-size: 24px; */
  font-size: 1.67rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  overflow: hidden;
}
.ele_box .postion .ele .text p {
  margin: 0;
  margin-bottom: 1.5em;
}
.ele_box .postion .ele .text p.ellipsis_multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ele_box .postion .ele .text p:last-child {
  margin-bottom: 0;
}
.ele_box .postion .ele .text a {
  color: rgba(128, 128, 128, 1);
}
.ele_box .postion .ele .text a:hover {
  color: rgba(0, 0, 0, 1);
}
.ele_box.double_column_diagram_a.style_A .postion {
  padding-top: 66.67%;
}
.ele_box.double_column_diagram_a.style_B .postion {
  padding-top: 33.33%;
}
.ele_box.double_column_diagram_a.style_C .postion {
  padding-top: 50%;
}
.ele_box.double_column_diagram_a.style_D .postion {
  height: auto;
}
.ele_box.double_column_diagram_a.style_D .ele > * {
  position: relative;
  width: 100%;
  height: auto;
}
.ele_box.double_column_diagram_a .postion .ele.text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5vw 32px;
  box-sizing: border-box;
}
.ele_box.double_column_diagram_a.style_D .postion .ele.text_box {
  position: relative;
}
.ele_box.double_column_diagram_a .postion .ele.text_box > .text {
  position: relative;
}
.ele_box.double_column_diagram_a .postion:nth-child(2n) {
  margin-right: 0;
}
.ele_box.double_column_diagram_a .ele > *,
.ele_box.double_column_diagram_b .ele > *,
.ele_box.double_column_diagram_c .ele > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ele_box.double_column_diagram_a .video_box {
  position: unset;
}
.ele_box.double_column_diagram_a.style_D .video_box {
  height: auto;
}

.ele_box.double_column_diagram_b {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.ele_box.double_column_diagram_b .postion {
  position: relative;
  height: 0;
  padding-top: 66.67%;
}
.ele_box.double_column_diagram_b .postion:nth-child(2n) {
  margin-right: 0;
}
.ele_box.double_column_diagram_b.style_A .postion:nth-child(3n + 1) {
  grid-row: span 2;
  height: auto;
}
.ele_box.double_column_diagram_b.style_B .postion:nth-child(3n + 2) {
  grid-row: span 2;
  height: auto;
}
.ele_box.double_column_diagram_b .postion .ele.text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5vw 32px;
  box-sizing: border-box;

  padding-top: 0;
  padding-left: 0;
}
.ele_box.double_column_diagram_b .postion .ele.text_box > .text {
  position: relative;
}

.ele_box.double_column_diagram_b.has_text {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: flex-start;
}
.ele_box.double_column_diagram_b.has_text .postion {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  margin-bottom: 16px;
  height: auto;
  padding-top: 0;
}
.ele_box.double_column_diagram_b.has_text .postion:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}
.ele_box.double_column_diagram_b.has_text .postion:last-child {
  margin-bottom: 0;
}
.ele_box.double_column_diagram_b.has_text .postion .ele {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.67%;
}
.ele_box.double_column_diagram_b.has_text .postion:nth-child(2n) .ele {
  padding-top: 133.34%;
}

.ele_box.double_column_diagram_b.has_text .postion .ele.text_box,
.ele_box.double_column_diagram_b.has_text .postion:nth-child(2n) .ele.text_box {
  height: auto;
  padding-top: 0;
}
.ele_box.double_column_diagram_c {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.ele_box.double_column_diagram_c.style_A .postion {
  position: relative;
  height: 0;
  padding-top: 66.67%;
}
.ele_box.double_column_diagram_c.style_B .postion {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.ele_box.double_column_diagram_c .postion:nth-child(2n) {
  margin-right: 0;
}
.ele_box.double_column_diagram_c .postion .ele.text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5vw 32px;
  box-sizing: border-box;
  padding: 0;
}
.ele_box.double_column_diagram_c .postion .ele.text_box > .text {
  position: relative;
}

/***
section.block_design_process 
***/

section.block_design_process {
  padding-top: 2.5vw;
  padding-bottom: 4em;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.block_design_process .box_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block_design_process .btn_text {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(241, 241, 241, 0.5);
  display: block;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;
}
.block_design_process .box .btn_text.active:hover {
  color: #000;
  background-color: rgba(241, 241, 241, 0.5);
}
.block_design_process .block_top_swiper {
  position: relative;
  overflow: hidden;

  height: auto !important;
  max-height: 0;

  transition: all 0.5s ease-in-out;
  width: 83.14%;
  margin: auto;
}
.block_design_process .block_top_swiper.show {
  /* height: 100%; */
  max-height: 100vh;
}
.block_design_process .block_top_swiper p {
  margin: 0;
}

.block_design_process .block_top_swiper .top_swiper {
  position: relative;
  height: 44.8vw;
  border-radius: 5px;
}

.block_design_process .block_top_swiper .top_swiper .swiper-slide {
  /*
  border-radius: 5px;
*/
  overflow: hidden;
}

.block_design_process .block_top_swiper .top_swiper .swiper-button-prev,
.block_design_process .block_top_swiper .top_swiper .swiper-button-next {
  overflow: hidden;
}
.block_design_process .block_top_swiper .top_swiper .swiper-slide .img_box,
.block_design_process .block_top_swiper .top_swiper .swiper-slide .video_box {
  position: relative;
  height: 100%;
}
.block_design_process .block_top_swiper .top_swiper .swiper-slide .img_box *,
.block_design_process .block_top_swiper .top_swiper .swiper-slide .video_box * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_design_process .block_top_swiper .tag_box {
  z-index: 10;
}
.block_design_process .block_top_swiper .text_box {
  left: 16px;
  width: fit-content;
  /* max-width: 23vw; */
  bottom: 36px;
  opacity: 0;
  visibility: hidden;
  /* bottom: 16px;
  bottom: 32px; */
  position: absolute;
}
.block_design_process .block_top_swiper .tag_box.only_one .text_box {
  bottom: 16px;
  visibility: visible;
  opacity: 1;
}
.block_design_process .block_top_swiper .text_box.empty {
  width: 0;
  height: 0;
  overflow: hidden;
}
.block_design_process .block_top_swiper .text_box.show {
  opacity: 1;
  visibility: visible;
}
.block_design_process .block_top_swiper .text {
  color: #000;
  background-color: rgba(241, 241, 241, 0.5);
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
}
.block_design_process .block_top_swiper .text a {
  color: rgba(178, 178, 178, 1);
  /*
  color: #000;
*/
}
.block_design_process .block_top_swiper .text a:hover {
  color: #000;
}

.block_design_process .block_top_swiper .text a::after {
  background-color: rgba(178, 178, 178, 1);
  display: none;
}

.block_design_process .block_top_swiper .top_swiper .pagination_box {
  padding: 16px;
  z-index: 11;
}
.block_design_process .box {
  position: relative;
}
.block_design_process .box .btn_text {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.block_design_process .box .btn_text.active {
  /* color: #808080; */
  color: rgba(0, 0, 0, 0.5);
}

section.padding.block_work_list {
  padding-top: 8.9vw;
  padding-top: 9.7em;
}

.block_work_list .heading p {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -0.2em;
}

.block_work_list .work_tag {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

.block_work_list .work_tag .swiper-slide {
  width: fit-content;
}
.block_work_list .work_tag .swiper-slide .slide_box {
  text-decoration: none;
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 0.5);
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  display: block;
  /* margin-right: 8px;
  margin-bottom: 10px; */
  margin: 16px;
  margin-left: 0;
}
.block_work_list .work_tag .swiper-slide .slide_box span {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.block_work_list .work_tag .swiper-slide .slide_box:hover {
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 1);
}
.block_work_list .work_tag .swiper-slide .slide_box.active {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 1);
}
.block_work_list .swiper.work_tag {
  margin-bottom: 2.4em;
  padding-top: 10px;
  padding-bottom: 0;
}
.block_work_list .work_tag .swiper-wrapper {
  display: flex;
}
.block_work_list .top_work {
  margin-bottom: 4.5vw;
}

.block_work_list .top_work .video_box {
  padding-top: 56.25%;
}

.block_work_list .top_work .box {
  position: relative;
}
.block_work_list .top_work .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.block_work_list .top_work a {
  display: block;
  text-decoration: none;
  color: var(--black);
  position: relative;
}
.block_work_list .top_work .img,
.block_work_list .top_work .video {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.block_work_list .top_work .text_box .title {
  padding-top: 14px;
  padding-bottom: 4px;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1;
  letter-spacing: 0;
}
.block_work_list .top_work .text_box .subtitle {
  color: rgba(0, 0, 0, 0.5);
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 0;
}
.block_work_list .top_work .img_video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: none;
}
.block_work_list .top_work .img_video .back_img,
.block_work_list .top_work .img_video .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.block_work_list .top_work .img_video .video {
  height: 100%;
  padding-top: 0;
}

.block_work_list .top_work .img_video .tag_box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 41.5%;
}
.block_work_list .top_work .img_video:hover .tag_box {
  opacity: 1;
  visibility: visible;
}
.block_work_list .top_work .img_video .tag_box .gradient {
  position: relative;
  width: 100%;
  height: 100%;
}

/**
一起定义了。
**/
/*
.block_work_list .top_work .img_video .tag_box .container {
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
*/
/**
一起定义了。
**/

.block_work_list .top_work .img_video .tag_box .container .tag {
  color: #000;
  background-color: rgba(241, 241, 241, 0.5);
  margin-right: 1em;
}
.block_work_list .top_work .img_video .tag_box .container .tag:last-child {
  margin-right: 0;
}
.block_work_list .top_work .btn,
.swiper-button-prev .btn,
.swiper-button-next .btn {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
  text-wrap: nowrap;
}
.block_work_list .top_work .item .img_video:hover .btn {
  opacity: 1;
  visibility: visible;
}
section.padding.block_select_work {
  padding-top: 3vw;
  z-index: 3;
  background-color: #fff;
}

.block_select_work {
  padding-bottom: 30px;
}

.block_select_work .box {
  position: relative;
}
.block_select_work .box > .container {
  display: flex;
  flex-wrap: wrap;
}
.block_select_work .box .item {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  margin-bottom: 5vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.block_select_work .box .item a {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.block_select_work .box .item .text_box .subtitle {
  color: rgba(0, 0, 0, 0.5);
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 0;
}
.block_select_work .box .item a {
  display: block;
  text-decoration: none;
  color: var(--black);
  position: relative;
}
.block_select_work .box .item:nth-child(2n) {
  margin-right: 0;
}
.block_select_work .box .item .img_video .back_img {
  height: 0;
  padding-top: 66%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.block_select_work .box .item .img_video .video_box {
  height: 0;
  padding-top: 66%;
  position: relative;
}
.block_select_work .box .item .img_video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.block_select_work .box .item .text_box .title {
  padding-top: 14px;
  padding-bottom: 4px;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1;
  letter-spacing: 0;
}
.block_select_work .box .item .img_video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: none;
}
.block_select_work .box .item .tag_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 41.5%;
}

.block_select_work .box .item .tag_box .tag {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.block_select_work .box .item .img_video:hover .tag_box .tag {
  opacity: 1;
}
.block_select_work .box .item .tag_box .gradient {
  position: relative;
  width: 100%;
  height: 100%;
}
.item .tag_box .gradient {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.item .img_video:hover .tag_box .gradient {
  opacity: 1;
}

.block_select_work .box .item .tag_box .container,
.block_work_list .top_work .img_video .tag_box .container {
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  display: flex;
  position: absolute;
  /* right: 15px;
  bottom: 15px; */
  right: 2em;
  bottom: 2em;
}
.block_select_work .box .item .tag_box .tag {
  color: #000;
  background-color: rgba(241, 241, 241, 0.5);

  /*
  margin-right: 0.8em;
*/

  letter-spacing: 0;
  margin-top: 0.8em;
  margin-left: 0.8em;
}
.block_select_work .box .item .tag_box .tag:last-child {
  margin-right: 0;
}
.block_select_work .box .btn {
  position: absolute;
  top: -100px;
  left: -100px;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
  text-wrap: nowrap;
}
.block_select_work .box .item .img_video:hover .btn {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.block_select_work .box .btn.show {
  opacity: 1;
  visibility: visible;
}
.block_select_work .all {
  /* font-size: 24px; */
  font-size: 1.67rem;
  line-height: 1.3;
  width: 100%;
  display: block;
  padding: 1.83em;
  box-sizing: border-box;
  text-align: center;
  border-radius: 1.67em;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5) !important;
  margin-top: 5vw;
}
.block_select_work .all:hover {
  /*
  background-color: rgba(0, 0, 0, 0.1);
*/

  color: rgba(0, 0, 0, 1);
}
.block_text_btn {
  background-color: transparent;
  overflow: hidden;
}

.block_text_btn .btn,
.block_top_swiper .btn {
  pointer-events: none;
}

.block_text_btn .box > a:hover .btn {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.site-main .block_text_btn a,
.site-main {
  color: #000;
}

.site-main .block_text_btn a::after,
.site-main .block_select_work .box .item a::after,
.site-main a.all::after {
  display: none;
}

.block_text_btn .box {
  background-color: #fff;
  width: calc(100% + 32px * 2);
  left: -32px;
  position: relative;
  padding-top: 13vw;
  padding-bottom: 10vw;
}
.block_text_btn .text {
  /* font-size: 50px; */
  /* line-height: 60px; */
  font-size: 3.47rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.block_text_btn .phone_text {
  display: none;
  font-size: 2.35rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.block_text_btn .text p:first-child,
.block_text_btn .phone_text p:first-child {
  margin: 0;
}
.block_text_btn .text p em {
  /* font-size: 58px;
  line-height: 60px; */
  font-size: 4.03rem;
  /* font-size: 1em; 
    line-height: 1.03;
  */

  letter-spacing: -0.02em;
}
.block_text_btn .phone_text p em {
  font-size: 2.735rem;

  /*
line-height: 1.03;
*/
}
.block_text_btn a {
  text-decoration: none;
  color: #000;
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
  cursor: none;
  max-width: calc(100% - 32px * 2);
  /* overflow: hidden; */
}
.block_text_btn .btn_text {
  background-color: rgba(241, 241, 241, 0.5);
  text-decoration: none;
  color: var(--black);
  display: block;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.block_text_btn .phone_btn_text {
  display: none;
  padding: 14px 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 7vw;
  white-space: nowrap;
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
}
.block_text_btn .phone_btn_text span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block_text_btn .phone_btn_text:hover {
  color: rgba(0, 0, 0, 1);

  /*
  background-color: rgba(0, 0, 0, 0.1);
*/
}

.block_text_tab {
  /*
  overflow: hidden;
*/
  box-sizing: border-box;
}

.block_text_tab.padding {
  padding-top: 15vw;
}

.block_text_tab canvas {
  width: 100%;
}

.block_text_tab::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--text_height);

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  z-index: 18;
}

.block_text_tab .text {
  /* font-size: 50px; */
  font-size: 3.47rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  z-index: 20;
  position: relative;
  /*
  background-color: #fff;
  */

  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.block_text_tab .box .tab_swiper {
  padding-top: 10em;
  /* padding-top: 0; */
}

.block_text_tab .box .tab_swiper::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 8em;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  z-index: 2;
}

.block_text_tab .phone_text {
  display: none;
  font-size: 2.35rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.block_text_tab .text p:first-child,
.block_text_tab .phone_text p:first-child {
  margin: 0;
}
.block_text_tab .text em {
  /* font-size: 58px; */
  font-size: 4.03rem;
  font-size: 1em;
  line-height: 1.03;
  letter-spacing: -0.02em;
}
.block_text_tab .phone_text p em {
  font-size: 2.735rem;
  line-height: 1.03;
}
.block_text_tab .box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
}
.block_text_tab .box .swiper {
  position: relative;
  top: 1em;
  top: 3vw;

  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-x: clip;
  overflow-y: visible;
}
.block_text_tab .box .swiper.show {
  opacity: 1;
  visibility: visible;
}
.block_text_tab .box .swiper .swiper-pagination {
  top: 0;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8em;
}
.block_text_tab .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: fit-content;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  position: relative;
  margin-left: 0;
  margin-right: 8px;
  background: none;
  border-radius: 20px;
  height: fit-content;
  opacity: 1;
  padding: 16px 30px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 0.5);
  transition: width 0.5s ease-in-out, background-color 0.1s ease-in-out,
    color 0.1s ease-in-out;
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 1);
  /* transition: width 0.5s ease-in-out 0.5s, background-color 0.1s ease-in-out, color 0.1s ease-in-out; */
  transition: width 0.5s ease-in-out, background-color 0.1s ease-in-out,
    color 0.1s ease-in-out, box-shadow 0.5s ease-in-out 0.1s;
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /*
    background-color: rgba(0, 0, 0, 0.1);
*/
  color: rgba(0, 0, 0, 1);
  /* transition: width 0.5s ease-in-out 0.5s, background-color 0.5s ease-in-out 0.5s, color 0.5s ease-in-out 0.5s; */
  transition: width 0.5s ease-in-out, background-color 0.1s ease-in-out,
    color 0.1s ease-in-out, box-shadow 0.5s ease-in-out 0.1s;
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet
  .text_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet
  .title {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: fit-content;
  white-space: nowrap;
  /* transition: opacity 0.5s ease-in-out 0.5s, visibility 0.5s ease-in-out 0.5s; */
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .title {
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; */
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet
  .subtitle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  width: fit-content;
  /* transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, width 0.5s ease-in-out; */
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .subtitle {
  opacity: 1;
  visibility: visible;
  /* transition: opacity 0.5s ease-in-out 0.5s, visibility 0.5s ease-in-out 0.5s, width 0.5s ease-in-out 0.5s; */
}
.block_text_tab
  .box
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet
  .subtitle_width {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: fit-content;
  height: 100%;
  white-space: nowrap;
}
.block_text_tab .box .swiper .swiper-slide {
  min-height: 50vw;
}
.block_text_tab .box .swiper .swiper-slide.swiper-slide-prev,
.block_text_tab .box .swiper .swiper-slide.swiper-slide-next {
  transition: opacity 1s ease-in-out 1s;
}
/* .block_text_tab .box .swiper .swiper-slide.swiper-slide-prev .video,
.block_text_tab .box .swiper .swiper-slide.swiper-slide-next .video {
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
} */
.block_text_tab .box .swiper .swiper-slide.swiper-slide-active {
  transition: opacity 1s ease-in-out;
}
/* .block_text_tab .box .swiper .swiper-slide.swiper-slide-active .video {
  transform: scale(1);
  transition: transform 1s ease-in-out 1s;
} */
.block_text_tab .box .swiper .swiper-slide .video_box {
  position: relative;
}
.block_text_tab .box .swiper .swiper-slide .video {
  width: 100%;
  height: auto;
}
.block_text_tab .box .swiper .swiper-slide .first_video {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.block_text_tab .box .swiper .swiper-slide .first_video.hide {
  opacity: 0;
  visibility: hidden;
}
.block_text_tab .box .swiper .swiper-slide .last_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.block_text_tab .box .swiper .swiper-slide .last_video.show {
  opacity: 1;
  visibility: visible;
}
.block_text_tab .box .swiper .swiper-wrapper {
  top: -22vw;
  align-items: center;
}
section.padding.block_select_new {
  padding-top: 11vw;
  /*
  padding-bottom: 16vw;
  */
}
.block_select_new .new_swiper {
  width: calc(100% + 32px);
  padding-top: 20px;
  /*
  padding-bottom: 20px;
  */
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide {
  width: calc((100% - 3 * 16px) / 3.5);
  margin-right: 16px;
}

.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .slide_box {
  text-decoration: none;
  color: var(--black);
  display: block;
  width: 100%;
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .all {
  text-decoration: none;
  color: var(--black);
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 2em;
  display: flex;
  align-items: center;
  /* font-size: 24px; */
  font-size: 1.67rem;
  line-height: 1.3;
  padding: 0 22px;
  box-sizing: border-box;
  /*
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  */

  text-align: center;
  justify-content: center;

  width: 100%;
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .all:hover {
  color: rgba(0, 0, 0, 1);

  /*
  background-color: rgba(0, 0, 0, 0.1);
*/
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .back_img {
  height: 0;
  padding-top: 100%;
  border-radius: 5px;
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .text_box {
  margin-top: 14px;
}
.block_select_new
  .new_swiper
  .swiper-wrapper
  > div.swiper-slide
  .text_box
  .title {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .text_box p {
  margin: 0;
}
.block_select_new .new_swiper > .swiper-wrapper > div.swiper-slide .img_box {
  position: relative;
}
.block_select_new
  .new_swiper
  .swiper-wrapper
  > div.swiper-slide
  .img_box
  .tag_box {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  display: flex;
}
.block_select_new
  .new_swiper
  .swiper-wrapper
  > div.swiper-slide
  .img_box
  .tag_box
  .tag {
  background-color: rgba(241, 241, 241, 0.5);
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 8px;
}
.block_select_new
  .new_swiper
  .swiper-wrapper
  > div.swiper-slide
  .img_box
  .tag_box
  .tag:last-child {
  margin-right: 0;
}
section.padding.block_clients {
  padding-top: 10vw;
  padding-bottom: 4vw;
}

.block_clients .heading {
  padding-left: 32px;
}

section.block_clients.padding {
  padding-left: 0;
  padding-right: 0;
}

.block_clients .clients_swiper {
  position: relative;
  /* width: calc(100% + 32px * 2);
  left: -32px;
   */

  left: 0;
  width: 100%;

  padding-top: 4em;
  box-sizing: border-box;
}

.block_clients.black .swiper-slide img {
  filter: invert();
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.block_clients .clients_swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.block_clients .clients_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  /*
  width: fit-content !important; 
  padding-left: 32px;
  padding-right: 7.78vw;
  */

  box-sizing: border-box;
}
.block_clients .clients_swiper .swiper-wrapper .swiper-slide .img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}
section.padding.block_open_roles {
  padding-top: 120px;
  overflow: hidden;
}
.block_open_roles .heading {
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
.block_open_roles .heading p {
  padding: 0;
}
.block_open_roles .box {
  margin-top: 16px;
  width: calc(100% + 32px * 2);
  transform: translateX(-32px);
}
.block_open_roles .box .item {
  padding: 24px 32px;
  box-sizing: border-box;
  padding-bottom: 0;
  background-color: #fff;
  max-height: 6em;
  position: relative;
  overflow: hidden;
  /*
  max-height: 8em;
  transition: max-height 0.5s ease-in-out, background-color 0.5s ease-in-out,
  padding 0.5s ease-in-out, margin 0.5s ease-in-out; */
}

.block_open_roles .box .item.show {
  max-height: 600vh;
  background-color: rgba(248, 248, 248, 1);
  margin-top: 16px;
  transition: padding 0.3s ease-in-out;
}

.block_open_roles .box .item .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_open_roles .box .item .next_container {
  display: flex;
  /* display: none; */
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  z-index: 0;
}

.block_open_roles .box .item.show .next_container {
  /* display: flex; */
  position: relative;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: display 0s 0s, opacity 0.4s ease-in-out 0.3s,
    transform 0.4s ease-in-out 0.3s;
}

.block_open_roles .box .item .left_box {
  width: 51%;
  height: fit-content;
}

.block_open_roles .box .item .left_box .title {
  /* font-size: 50px; */
  font-size: 3.47rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.block_open_roles .box .item .left_box .tag_box {
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.block_open_roles .box .item.show .left_box .tag_box {
  opacity: 1;
  visibility: visible;
}
.block_open_roles .box .item .left_box .tag_box .tag {
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  margin-right: 8px;
}
.block_open_roles .box .item .text_box {
  /* font-size: 24px; */
  font-size: 1.4rem;
  line-height: 1.5;
  width: 39%;
  opacity: 0;
  visibility: hidden;
  margin-top: -5vw;
}
.block_open_roles .box .item .text_box > div:last-child {
  padding-bottom: 9.5vw;
  box-sizing: border-box;
  margin-top: 2.67em;
}
.block_open_roles .box .item.show .text_box {
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s ease-in-out 0.5s; */
}
.block_open_roles .box .item .text_box ul {
  padding-left: 0;
  margin: 0;
}
.block_open_roles .box .item .text_box ul li {
  margin-bottom: 0.5em;
}

.block_open_roles .box .item .text_box a {
  color: rgba(128, 128, 128, 1);
  position: relative;
  text-decoration: none;
}

.block_open_roles .box .item .text_box a::after,
.site-main a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(128, 128, 128, 1);
  position: absolute;
  bottom: 3px;
  left: 0;
  top: auto;
}
.block_open_roles .box .item .text_box a:hover {
  color: rgba(0, 0, 0, 1);
}
.block_open_roles .box .item .text_box a:hover::after {
  background-color: rgba(0, 0, 0, 1);
}

.block_open_roles .box .item .right_box {
  margin-left: 4%;
  width: fit-content;
}
.block_open_roles .box .item .right_box .btn {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  letter-spacing: 0;
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.block_open_roles .box .item .right_box .btn:hover {
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 1);
}
.block_open_roles .box .item .right_box .btn.phone {
  display: none;
}
.block_open_roles .box .item.show .right_box .btn {
  background-color: #fff;
}
.block_open_roles .box .item.show .right_box .btn:hover {
  background-color: #fff;
}
section.padding.block_team_member {
  padding-top: 7.78vw;
  padding-top: 5vw;
}
.block_team_member .heading {
  z-index: 2;
  position: relative;
}
.block_team_member .box {
  display: flex;
  align-items: center;
  padding: 0 7vw;
  width: 100%;
  box-sizing: border-box;
  margin-top: 5.2vw;
  position: relative;
}
.block_team_member .box_phone {
  display: none;
}
.block_team_member .box .left_box {
  position: relative;
  /* width: 21.6vw; */
  min-width: 21.6vw;
  width: auto;
  height: 39vw;
  position: absolute;
  top: 50%;
  left: 7vw;
  transform: translateY(-50%);
}
.block_team_member .box .left_box .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.block_team_member .box .left_box .item.show {
  opacity: 1;
  visibility: visible;
}
.block_team_member .box .left_box .item .video_box {
  position: relative;
  z-index: -1;
  height: 28.8vw;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.block_team_member .box .left_box .name {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.block_team_member .box .left_box .job {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.block_team_member .box .right_box {
  flex: 1;
  position: relative;
  z-index: 2;
}
.block_team_member .box .right_box .tag_box {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.block_team_member .box .right_box .tag_box:last-child {
  margin-bottom: 0;
}
.block_team_member .box .right_box .tag_box .tag {
  margin-right: 8px;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  background-color: rgba(241, 241, 241, 0.5);
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.block_team_member .box .right_box .tag_box:hover .tag {
  background-color: var(--button_color_bg);
  box-shadow: 0px 0px 16px var(--button_color_bg);
}

.block_team_member .box .right_box .tag_box.show .tag {
  background-color: rgba(198, 255, 33, 1);
  color: rgba(0, 0, 0, 1);
}
.block_team_member .box .right_box .tag_box .tag:last-child {
  margin-right: 0;
}
.block_team_member .description {
  display: flex;
  flex-wrap: wrap;
  width: 47.22%;
  margin-top: 7.64vw;
  margin-bottom: 5vw;
}
.block_team_member .description .text {
  margin-right: 8px;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
}
.block_team_member .description .text:first-child {
  color: rgba(0, 0, 0, 1);
}
.block_team_member .description .text:last-child {
  margin-right: 0;
}
.block_people_top_gallery {
  width: 100%;
  height: 100vh;
}

.block_people_top_gallery:hover .btn {
  opacity: 1;
  visibility: visible;
}

.block_people_top_gallery.show {
  cursor: none;
}
.block_people_top_gallery .heading {
  position: absolute;
  z-index: 9996;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: 70%;
  padding: 0 32px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out 1s, visibility 0.5s ease-in-out 1s;
}
.block_people_top_gallery.show .heading {
  opacity: 1;
  visibility: visible;
}
.block_people_top_gallery .heading p {
  padding: 0;
  /* font-size: 50px; */
  font-size: 3.47rem;
  line-height: 1.2;
  font-weight: 500;
}
.block_people_top_gallery .heading p em {
  /* font-size: 58px; */
  font-size: 4.03rem;
  /*
  font-size: 1em;
  */
  line-height: 1.03;
}
.block_people_top_gallery .btn {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9997;
  text-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}

.block_people_top_gallery .box {
  position: relative;
}
.block_people_top_gallery .box_phone {
  display: none;
}
.block_people_top_gallery .box .gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  perspective: 2vw;
}
.block_people_top_gallery .box .gallery .img_box {
  position: absolute;
  height: 0;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  /* transform: perspective(800px) translateZ(0); */
  transition: transform 1s ease-in-out, opacity 1s ease-in-out,
    visibility 1s ease-in-out;
}
.block_people_top_gallery .box .gallery .img_box.in {
  opacity: 0;
  visibility: hidden;
  transform: translateZ(-5vw);
  /* transform: perspective(800px) translateZ(-100vw); */
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
}
.block_people_top_gallery .box .gallery .img_box.out {
  opacity: 0;
  visibility: hidden;
  transform: translateZ(5vw);
  /* transform: perspective(800px) translateZ(30vw); */
  transition: transform 2s ease-in-out, opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out;
}
.block_people_top_gallery .box .gallery .img_box .back_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_contact {
  overflow: hidden;
}

section.padding.block_contact {
  padding: 0;
  margin-top: 0;
}
.block_contact .heading {
  /*font-size: 50px;*/
  position: absolute;
  left: 50%;
  top: 10.8vw;
  transform: translateX(-50%);
  z-index: 10;
  letter-spacing: -0.03em;
}
.block_contact .heading p {
  padding: 0;
  font-size: 3.47rem;
  line-height: 1.2;
  font-weight: 500;
}
.block_contact .heading p em {
  font-size: 4.03rem;
  /*
  font-size: 1em;
  */
  line-height: 1.03;
}
.block_contact .img_box {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.block_contact .loading_wrap {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block_contact .loading_wrap.hide {
  display: none;
}
.block_contact .loading_wrap .loading {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
}

.loading_line {
  width: 180px;
  height: 3px;
  border-radius: 3px;
  background-color: #666;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}

.loading_line .line {
  width: 0;
  height: 4px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.loading_line.hide {
  display: none;
}

.block_contact a::after {
  display: none;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block_contact .box {
  position: fixed;
  top: auto;
  width: calc(100% - 32px * 2);
  bottom: 5.55vw;
  z-index: 10;
  left: 32px;
  right: 32px;
}
.block_contact .box p {
  margin: 0;
}
.block_contact .box .container:first-child {
  margin-top: 3.54vw;
  margin-bottom: 16px;
}
.block_contact .box .container:first-child .item {
  display: flex;
  align-items: center;
}
.block_contact .box .container:first-child .item .left {
  margin-right: 8px;
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
}
.block_contact .box .container:first-child .item .left .time {
  margin-right: 8px;
  min-width: 2.55em;
}
.block_contact .box .container:first-child .item .right .status {
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  background-color: rgba(241, 241, 241, 0.5);
  color: #000;
}
.block_contact .box .container:first-child .item .right .status.close {
  color: rgba(0, 0, 0, 0.5);
}
.block_contact .box .container:last-child {
  display: flex;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
}

.block_contact .box .container:last-child {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.block_contact .box .container:last-child > div:first-child {
  grid-column: 1 / span 4;
}
.block_contact .box .container:last-child > div:nth-child(2) {
  grid-column: 5 / span 2;
}
.block_contact .box .container:last-child > div:nth-child(3) {
  grid-column: 7 / span 2;
}
.block_contact .box .container:last-child > div:last-child {
  grid-column: 9 / -1;
}

.block_contact .box .container:last-child a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.block_contact .box .container:last-child a:hover {
  color: #000;
}
.block_contact .box .container:last-child .right .item {
  margin-right: 3.5em;
}
.block_contact .box .container:last-child .right .item .text {
  color: #000;
}
.block_contact .box .container:last-child .right .item:last-child {
  margin-right: 0;
}
.block_contact .box .container:last-child .right .item .link a[href*="wechat"] {
  position: relative;
}
.block_contact
  .box
  .container:last-child
  .right
  .item
  .link
  a[href*="wechat"]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 8.33vw;
  height: 8.33vw;
  background-image: url(https://www.madebyrela.com/wp-content/uploads/2024/04/公众号二维码-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
}
.block_contact
  .box
  .container:last-child
  .right
  .item
  .link
  a[href*="wechat"]:hover::before {
  opacity: 1;
  visibility: visible;
}

.block_about_top_image_text .item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.5rem;
  line-height: 1.1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.block_about_top_image_text .item_box.phone {
  opacity: 0;
  visibility: hidden;

  transition: transform 50ms linear;
}
.block_about_top_image_text .item_box.pos {
  position: relative;
  top: 300vh;
}
.block_about_top_image_text .item_box.animation .first {
  opacity: 0 !important;
  transition: all 0.5s ease-in-out;
}
.block_about_top_image_text .item_box .first {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out 0.5s;
}
.block_about_top_image_text .item_box.animation .last {
  opacity: 1 !important;
  transition: all 0.5s ease-in-out 0.5s;
}
.block_about_top_image_text .item_box .last {
  opacity: 0 !important;
  transition: all 0.5s ease-in-out;
}

.block_about_top_image_text.pos .item_box {
  position: relative;
}
.block_about_top_image_text .item_box i {
  font-size: 4rem;
}
.block_about_top_image_text .item * {
  display: inline-block;
  margin: 0;
}
.block_about_top_image_text .item {
  width: fit-content;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
}

.block_about_top_image_text .item .word {
  position: relative;
  transform: translate(0, 0);
}
.block_about_top_image_text .item .other_word {
  opacity: 0;
}

.block_about_what_we_do {
  padding-top: 16.67vw;
  padding-bottom: 18.89vw;
  padding-bottom: 5vw;
}
section.padding.block_about_what_we_do {
  padding-top: 25vw;
  overflow: hidden;
}

.block_about_what_we_do p {
  margin: 0;
}
.block_about_what_we_do .heading {
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.2;
}
.block_about_what_we_do .box_wrap {
  margin-top: 3.33vw;
  position: relative;
}
.block_about_what_we_do .image_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}
.block_about_what_we_do .image_box .item:first-child {
  grid-column: 2 / span 2;
}
.block_about_what_we_do .image_box .item:nth-child(2) {
  grid-column: 6 / span 2;
}
.block_about_what_we_do .image_box .item:last-child {
  grid-column: 10 / span 2;
}
.block_about_what_we_do .image_box .item .word_pattern {
  position: relative;
  width: 100%;
  height: 100%;
}
.block_about_what_we_do .image_box .item .word_pattern .pattern {
  position: absolute;
  width: 100%;
  height: calc(((100vw - 32px * 2 - 10px * 11) / 12 * 2 + 10px) * 4 / 3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.block_about_what_we_do .image_box .item .word_pattern .pattern.show {
  opacity: 1;
  visibility: visible;
}
.block_about_what_we_do .box .item .text {
  color: #fff;
}

.block_about_what_we_do .box {
  z-index: 2;
  position: relative;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  mix-blend-mode: difference;
}
.block_about_what_we_do .box .item:first-child {
  grid-column: 1 / span 4;
}
.block_about_what_we_do .box .item:nth-child(2) {
  grid-column: 5 / span 4;
}
.block_about_what_we_do .box .item:last-child {
  grid-column: 9 / span 4;
}
.block_about_what_we_do .box .item .text {
  margin-bottom: 1.2em;
  margin-left: -0.05em;
}
.block_about_what_we_do .box .item .text p {
  /*font-size: 50px;*/
  font-size: 3.57rem;
  line-height: 1.2;
  font-weight: 500;
}
.block_about_what_we_do .box .item .text p em {
  /* font-size: 58px; */
  font-size: 1.16em;
  line-height: 1.03;
}
.block_about_what_we_do .box .item .description * {
  /* font-size: 20px; */
  font-size: 1.43rem;
  line-height: 1.5;
}
.block_about_what_we_do .box .item .description .word {
  margin-bottom: 5px;
  width: fit-content;
  color: #999;
}
.block_about_what_we_do .box .item .description .word.active {
  color: #fff;
}
.block_about_what_we_do .box .item .description .word_pattern .word:last-child {
  margin-bottom: 0;
}
.block_about_what_we_do .box .item .description {
  color: rgba(229, 229, 229, 1);
}
.block_about_what_we_do.white .box .item .description {
  color: #000;
}
section.padding.block_about_featured_news,
section.padding.block_open_roles {
  padding-top: 4.44vw;
  padding-top: 9.7em;
  padding-top: 7em;
}
.block_about_featured_news .item a::after {
  display: none;
}
.block_about_featured_news p:first-child {
  margin: 0;
}
.block_about_featured_news .heading {
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.2;
}
.block_about_featured_news .heading p {
  padding: 0;
}
.block_about_featured_news .box {
  margin-top: 24px;
  position: relative;
  display: flex;
}
.block_about_featured_news .box .top_gallery {
  position: relative;
}
.block_about_featured_news .box .top_gallery .container.single_image,
.block_about_featured_news .box .top_gallery .container.multiple_image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.block_about_featured_news .box .top_gallery .container.single_image .img_box,
.block_about_featured_news
  .box
  .top_gallery
  .container.multiple_image
  .new_swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block_about_featured_news .box .top_gallery .container.single_image .img,
.block_about_featured_news
  .box
  .top_gallery
  .container.multiple_image
  .new_swiper
  .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_about_featured_news .box .top_gallery .container.single_video {
  width: 100%;
  height: auto;
}
.block_about_featured_news .box .item .img,
.block_about_featured_news .box .item .video {
  border-radius: 5px;
}
.block_about_featured_news .box {
  width: 100%;
}
.block_about_featured_news .box .arrange_box {
  margin-right: 16px;
  width: calc((100% - 2 * 16px) / 3);
}
.block_about_featured_news .box .arrange_box:last-child {
  margin-right: 0;
}
.block_about_featured_news .box .item {
  margin-bottom: 5.56vw;
}
.block_about_featured_news .box .item a.link {
  text-decoration: none;
  color: #000;
}
.block_about_featured_news .box .item:nth-child(3n) {
  margin-right: 0;
}
.block_about_featured_news .box .item .text_box {
  margin-top: 24px;
  margin-top: 0.5em;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 5px;
  box-sizing: border-box;
}
.block_about_featured_news .box .item .text_box .date {
  margin-bottom: 0.1em;
}
.block_about_featured_news .box .item .text_box .title {
  margin-bottom: 16px;
}
.block_about_featured_news .box .item .text_box .description {
  color: #fff;
}
.block_about_featured_news.white .box .item .text_box .description {
  color: rgba(0, 0, 0, 0.5);
}
.block_about_featured_news .box .item .text_box .description a {
  color: #fff;
}
.block_about_featured_news.white .box .item .text_box .description a {
  color: rgba(128, 128, 128, 1);
}
.block_about_featured_news .box .item .text_box .description a:hover {
  color: #fff;
}
.block_about_featured_news.white .box .item .text_box .description a:hover {
  color: rgba(0, 0, 0, 1);
}
.block_about_featured_news .box .item .tag_box {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  display: flex;
}
.block_about_featured_news .box .item .tag_box .tag {
  background-color: rgba(241, 241, 241, 0.5);
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 8px;
}
.block_about_featured_news .box .item .tag_box .tag:last-child {
  margin-right: 0;
}
.block_about_featured_news .new_swiper .pagination_box {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  /* cursor: pointer; */
}
.block_about_featured_news .new_swiper .pagination_box .bullet {
  flex: 1;
  margin-right: 0.5em;
  height: 4px;
  position: relative;
}
.block_about_featured_news .new_swiper .pagination_box .bullet:last-child {
  margin-right: 0;
}
.block_about_featured_news .new_swiper .pagination_box .bullet .length {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
.block_about_featured_news .new_swiper .pagination_box .bullet .line {
  background: rgba(255, 255, 255, 1);
  z-index: 2;
  height: 100%;
  position: relative;
  width: 0;
  border-radius: 20px;
}
.block_about_featured_news .new_swiper .pagination_box .bullet.active .line {
  width: 100%;
  transition: width 3s ease-in-out;
}
.block_about_featured_news .new_swiper .pagination_box .bullet.full .line {
  width: 100%;
  transition: none;
}
section.padding.block_design_philosophies {
  padding-top: 6.67vw;
}
.block_design_philosophies .heading {
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.2;
  z-index: 2;
  position: relative;
  z-index: 100;
}
.block_design_philosophies .heading p {
  padding: 0;
}
.block_design_philosophies .box {
  padding-bottom: 32px;
  box-sizing: border-box;
}
.block_design_philosophies .box_phone {
  display: none;
}
.block_design_philosophies .box .item {
  position: relative;
}
.block_design_philosophies .box .item .left {
  width: 15.5%;
  position: absolute;
  height: fit-content;
  z-index: 90;
  color: rgba(255, 255, 255, 0.5);

  min-width: 200px;
}
.block_design_philosophies.white .box .item .left {
  color: #000 !important;
}
.block_design_philosophies .box .item.show .left {
  color: #fff;
}
.block_design_philosophies .box .right {
  position: absolute;
  height: fit-content;
  z-index: 1;
}
.block_design_philosophies .box .right .back_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: 1;
}
.block_design_philosophies .box .right .back_box.hide {
  filter: none;
}
.block_design_philosophies .box .right .back_box .back {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  filter: invert(100%);
}
.block_design_philosophies .box .right .back_box.hide .back {
  opacity: 0;
  visibility: hidden;
}
.block_design_philosophies .box .right .video {
  filter: invert(100%);
  transition: all 0.3s ease-in-out;
}
.block_design_philosophies.white .box .right .video {
  filter: none;
}
.block_design_philosophies .box .left .text {
  /* font-size: 24px; */
  font-size: 1.67rem;
  line-height: 1.5;
}
.block_design_philosophies .box .left .description {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.block_design_philosophies .box .left .description p:first-child {
  margin: 0;
}

.next_project {
  background-color: #fff;
  padding-top: 16.2em;
}

.block_design_process {
  background-color: #fff;
}

.block_work_list .work_tag .swiper-slide .slide_box::after,
.block_work_list .top_work a::after,
.block_single_work .package .top_image_video > div a::after,
.next_package .top_image_video a::after,
.block_select_new
  .new_swiper
  .swiper-wrapper
  > div.swiper-slide
  .slide_box::after,
.block_top_swiper .top_swiper .read_more::after {
  display: none;
}

.read_more > div {
  height: 100%;
}

.top_swiper video,
.top_swiper video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn_text,
.block_design_process .btn_text,
.menu_top a {
  /* color: #808080; */
  color: rgba(0, 0, 0, 0.5);
}

.btn_text.active {
  color: #000;
}

.swiper.work_tag {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tag_box .gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.12) 100%
  ) !important;
}

.block_top_swiper {
  position: relative;
}
.block_top_swiper .top_swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.block_top_swiper .top_swiper .img_box {
  position: relative;
  height: 100%;
}
.block_top_swiper .top_swiper .img_box .img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block_top_swiper .top_swiper .tag_box,
.block_design_process .block_top_swiper .tag_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15%;
  z-index: 10;
  cursor: none;
  height: 30%;
}
.block_top_swiper .top_swiper .tag_box .gradient,
.block_design_process .block_top_swiper .tag_box .gradient {
  position: relative;
  width: 100%;
  height: 100%;
}
.block_top_swiper .top_swiper .tag_box .wrap_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_top_swiper .top_swiper .text_box {
  position: absolute;
  top: auto;
  bottom: 3.6vw;
  left: 32px;
  color: var(--white);
  opacity: 0;
  visibility: hidden;
}
.block_top_swiper .top_swiper .text_box.show {
  opacity: 1;
  visibility: visible;
}
.block_top_swiper .top_swiper .text_box .title {
  font-size: 1.8em;
}
.block_top_swiper .top_swiper .read_more {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60%;
  left: 20%;
  right: 20%;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: none;
}
.block_top_swiper .top_swiper .read_more .btn {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  opacity: 0;

  left: 0;
  top: 0;
  mix-blend-mode: difference;
}
.block_top_swiper .top_swiper .read_more:hover .btn {
  opacity: 1;
}
.block_top_swiper .top_swiper .text_box .subtitle {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  font-size: 1.5em;
}
.block_top_swiper .top_swiper .swiper-button-prev,
.block_top_swiper .top_swiper .swiper-button-next,
.swiper-button-next,
.swiper-button-prev {
  left: 0;
  width: 20%;
  height: 100%;
  top: 0;
  margin-top: 0;
  color: #fff;
  cursor: none;
  display: block;
  mix-blend-mode: difference;
  overflow: hidden;
}
.block_top_swiper .top_swiper .swiper-button-prev .btn,
.block_top_swiper .top_swiper .swiper-button-next .btn {
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}

.block_top_swiper .top_swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.block_top_swiper .top_swiper .swiper-button-prev::after,
.block_top_swiper .top_swiper .swiper-button-next::after {
  display: none;
}
.block_top_swiper .top_swiper .pagination_box {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 1.3vw 32px;
  box-sizing: border-box;
  width: 100%;
  z-index: 11;
  /* cursor: pointer; */
}
.block_top_swiper .top_swiper .pagination_box .bullet {
  flex: 1;
  margin-right: 0.5em;
  height: 4px;
  position: relative;
}
.block_top_swiper .top_swiper .pagination_box .bullet:last-child {
  margin-right: 0;
}
.block_top_swiper .top_swiper .pagination_box .bullet .length {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
.block_top_swiper .top_swiper .pagination_box .bullet .line {
  background: rgba(255, 255, 255, 1);
  z-index: 2;
  height: 100%;
  position: relative;
  width: 0;
  border-radius: 20px;
}
.block_top_swiper .top_swiper .pagination_box .bullet.active .line {
  width: 100%;
  transition: width 3s ease-in-out;
}
.block_top_swiper .top_swiper .pagination_box .bullet.full .line {
  width: 100%;
  transition: none;
}

section.padding.block_footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_footer p {
  margin: 0;
}

.footer_top .button_color {
  white-space: nowrap;
}

.block_footer .footer_top {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}
.block_footer .footer_top .text:first-child {
  grid-column: 1/4;
}
.block_footer .footer_top .text:nth-child(2) {
  grid-column: 4/7;
}
.block_footer .footer_top .text:first-child,
.block_footer .footer_top .text:nth-child(2) {
  color: #fff;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.4;
}
.block_footer .footer_top .text:first-child a,
.block_footer .footer_top .text:nth-child(2) a {
  text-decoration: none;
  color: #fff;
  background-color: rgba(241, 241, 241, 0.2);
  display: block;
  border-radius: 20px;
  margin-top: 1em;
  padding: 16px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  width: 66%;
  max-width: 219px;
}
.block_footer .footer_top .text:first-child a:hover,
.block_footer .footer_top .text:nth-child(2) a:hover {
  background-color: rgba(241, 241, 241, 0.5);
}
.block_footer .footer_top .text:last-child {
  grid-column: 9/-1;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  height: fit-content;
  margin-top: 0.2em;
}

.block_footer .footer_top .text:last-child a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.block_footer .footer_top .text:last-child a:hover {
  color: #fff;
}
.block_footer .footer_top .back {
  color: var(--back_gray);
  font-size: 0.5em;
  cursor: pointer;
}
.block_footer .footer_bottom {
  /* font-size: 12px; */
  font-size: 0.833rem;
  line-height: 1;
  position: relative;
}
.block_footer .footer_bottom .img {
}
.block_footer .footer_bottom .container {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block_footer .footer_bottom .container .text {
  color: rgba(255, 255, 255, 0.5);
}
.block_footer .footer_bottom .container .text:first-child {
  margin-right: 16px;
}
.block_footer .footer_bottom .container .text:last-child a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

section.padding.block_single_work {
  padding-top: 0;
}
.block_single_work .package .top_image_video {
  height: 100vh;
  width: 100%;
  background-color: #fafafa;
}
.block_single_work .package .top_image_video > div,
.block_single_work .package .top_image_video .img_box,
.block_single_work .package .top_image_video .video_box {
  height: 100%;
}
.block_single_work .package .top_image_video > div a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: default;
}
.block_single_work .package .top_image_video > div a * {
  height: 100%;
  object-fit: cover;
  display: block;
}
.block_single_work .next_project {
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
.block_single_work .next_project .text_box {
  display: flex;
  margin-bottom: 24px;
}
.block_single_work .next_project .text_box .text {
  width: auto;
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.125;
}
.block_single_work .next_project .text_box .container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.block_single_work .next_project .text_box .container a {
  text-decoration: none;
}
.block_single_work .next_project .text_box .container .title {
  width: fit-content;
  /* font-size: 32px; */
  font-size: 2.22rem;
  line-height: 1.125;
  color: rgba(128, 128, 128, 1);
}
.block_single_work .next_project .text_box .container .title:hover {
  color: rgba(0, 0, 0, 1);
}
.block_single_work .next_project .text_box .container .title:hover {
}
.block_single_work .next_project .img_video {
  position: relative;
  width: 100vw;
  transform: translateX(-32px);
  height: 50vh;
}
.block_single_work .next_project .img_video a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.block_single_work {
  position: relative;
  overflow: hidden;
}
.block_single_work.show {
}
.block_single_work .package {
  position: relative;
}
.block_single_work .next_package {
  position: relative;
  height: 0;
  top: -50vh;
}
.block_single_work .next_package .top_image_video {
  position: relative;
}

.top_image_video img,
.top_image_video video {
  transition: all 0.4s ease-in-out !important;
}

.block_single_work .next_package .top_image_video img,
.block_single_work .next_package .top_image_video video {
  object-fit: cover;
  height: 100vh;
  transform: translate3d(0, -25vh, 0);
}

.top_image_video a {
  display: block;
  overflow: hidden;
}

.block_select_work .box .item .img_video:hover .back_img,
.block_select_work .box .item .img_video:hover .video,
.block_work_list .top_work .item .img_video:hover .img,
.block_work_list .top_work .item .img_video:hover .video,
.block_work_list .top_work .img_video:hover .back_img,
.block_work_list .top_work .img_video:hover .video {
  transform: scale(1.05);
}

/*
.img_video {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='80' height='80' viewport='100 100 100 100' style='fill:#ffffff;font-size:1em; mix-blend-mode: difference; '><text y='20%' x='0'>Read more</text></svg>")
      0 0,
    auto !important;
}

.img_video .btn {
  display: none;
}
*/

.full_cursor.action_button {
  background-color: rgba(241, 241, 241, 0.5);
  text-decoration: none;
  color: var(--black);

  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  mix-blend-mode: normal;

  padding: 1.8em 2em;
  box-sizing: border-box;
  border-radius: 20px;

  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);

  display: flex;
  justify-content: center;
  align-items: center;
}

.block_clients .clients_swiper {
  display: flex;
}

.block_clients .clients_swiper .swiper-wrapper {
  /*
  width: auto;
  flex-shrink: 0;
*/
}

.block_clients .clients_swiper .swiper-wrapper .swiper-slide {
  justify-content: flex-start;
}

.block_clients .swiper.clients_swiper .swiper-wrapper .swiper-slide {
  width: auto;
  transition-property: none;
}

.block_clients .swiper.clients_swiper .swiper-wrapper .swiper-slide > div {
  flex-shrink: 0;
  padding-right: 7.3em;
  padding-left: 32px;
}

.block_clients .swiper.clients_swiper .swiper-wrapper .swiper-slide > div,
.block_clients .clients_swiper .swiper-wrapper .swiper-slide,
.block_clients .clients_swiper .swiper-wrapper {
  height: 4em;
}

.block_clients .swiper.clients_swiper .swiper-wrapper .swiper-slide > div img {
  width: auto;
  height: 100%;
  max-height: 100%;
}

.item.hide_this_project .btn {
  display: none;
}
.block_full_text .right {
  margin-left: 0;
}
.double_column_diagram_b.style_A,
.double_column_diagram_b.style_A.has_text {
  display: grid;

  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr; /* 左侧的高度是右侧的两倍 */
}

.double_column_diagram_b.style_A.has_text .postion {
  width: 100%;
}

.double_column_diagram_b.style_A.has_text .postion:nth-of-type(1),
.double_column_diagram_b.style_A .postion:nth-of-type(1) {
  grid-row: 1 / 3; /* 从第1行开始，跨越到第3行 */
  grid-column: 1 / 2; /* 第1列 */
  height: 100%;
  width: 100%;
}
.double_column_diagram_b.style_A.has_text .postion:nth-of-type(2),
.double_column_diagram_b.style_A .postion:nth-of-type(2) {
  grid-row: 1 / 2; /* 第1行 */
  grid-column: 2 / 3; /* 第2列 */
  height: 100%;
  width: 100%;
}

.double_column_diagram_b.style_A.has_text .postion:nth-of-type(3),
.double_column_diagram_b.style_A .postion:nth-of-type(3) {
  grid-row: 2 / 3; /* 第2行 */
  grid-column: 2 / 3; /* 第2列 */
  height: 100%;
  width: 100%;
}

.ele_box.double_column_diagram_b.style_A.has_text .postion .ele {
  padding-top: 0;
  height: 100%;
}

.ele_box.double_column_diagram_b.style_A.has_text .ele > * {
  position: static;
}
