.choose_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
}
.choose_banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.choose_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  overflow-y: auto;
  margin: 4rem 0;
}
.choose_banner .wrap .content {
  display: flex;
  height: 100%;
}
.choose_banner .head {
  margin: auto 0;
  width: 60%;
  padding-top: 3.2%;
}
.choose_banner h1 {
  max-width: 46.9rem;
}
.choose_banner p {
  max-width: 46.9rem;
  margin-top: 2.4rem;
}
.choose_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
  margin-top: 3.7rem;
}
.choose_banner .tcon ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: var(--text);
  max-width: 58rem;
  gap: 1.3rem 1.6rem;
  margin-top: 4.3rem;
}
.choose_banner .tcon ul li {
  position: relative;
  padding-left: 1em;
}
.choose_banner .tcon ul li::before {
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  left: 0;
  top: 0.5em;
  content: '';
  border: 0.125em solid var(--primary);
  transform: rotate(45deg);
}
.choose_numbers {
  border-top: 1px solid #e7e1d5;
  border-bottom: 1px solid #e7e1d5;
  max-width: 256rem;
  margin: 0 auto;
}
.choose_numbers .nums {
  overflow: hidden;
}
.choose_numbers .nums ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: -1px;
  margin-bottom: -1px;
}
.choose_numbers .nums li {
  border-left: 1px solid #e7e1d5;
  border-bottom: 1px solid #e7e1d5;
  padding: 8.611111% 11.111111% 6.944444%;
}
.choose_numbers .nums li:nth-child(4n+1) {
  padding-left: 0;
}
.choose_numbers .nums li .title {
  font-weight: 500;
  color: #6e665a;
  margin-bottom: 3.3rem;
}
.choose_numbers .nums li strong {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.choose_numbers .nums li strong i {
  color: var(--primary);
}
.choose_numbers .nums li .desc {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #6b6b6b;
  max-width: 27.5rem;
  margin-top: 1.3rem;
}
.choose_reasons {
  padding: 10.3rem 0 5rem;
}
.choose_reasons h2 {
  max-width: 60rem;
}
.choose_reasons .flex {
  margin-top: 5.4rem;
}
.choose_reasons .flex .image {
  width: 62.98611111%;
}
.choose_reasons .flex .flex1 {
  width: 100%;
  max-width: 45.1rem;
  padding-top: 1.1%;
}
.choose_reasons .choose_reasons_swiper {
  overflow: hidden;
}
.choose_reasons .choose_reasons_swiper .img {
  padding-bottom: 51.48842337%;
}
.choose_reasons .items {
  border-left: 1px solid rgba(51, 47, 43, 0.12);
}
.choose_reasons .items .item {
  border-left: 2px solid transparent;
  transition: all 0.3s;
  margin-left: -1px;
  padding-left: 4.4rem;
  margin-bottom: 2.6rem;
}
.choose_reasons .items .item.active {
  border-left-color: var(--title);
  margin-bottom: 2.8rem;
}
.choose_reasons .items .item.active .title {
  color: var(--title);
}
.choose_reasons .items .item:last-child {
  margin-bottom: 0;
}
.choose_reasons .items .title {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #a9a9a9;
}
.choose_reasons .items .desc {
  display: none;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 39.1rem;
  padding: 1.9rem 0 0.7rem;
}
.choose_scenes {
  padding: 5.1rem 0 10.7rem;
}
.choose_scenes p {
  margin-top: 3rem;
}
.choose_scenes .grid {
  display: grid;
  grid-template-columns: 47.36111111% 1fr;
  gap: 2rem 2.29166667%;
  margin-top: 6.8rem;
}
.choose_scenes .choose_scenes_swiper {
  overflow: hidden;
  height: 100%;
}
.choose_scenes .choose_scenes_swiper .img {
  height: 100%;
  padding-bottom: 59.09090909%;
}
.choose_scenes .items {
  height: 100%;
}
.choose_scenes .items ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  counter-reset: scene;
  height: 100%;
  gap: 1.8rem 2rem;
}
.choose_scenes .items li {
  position: relative;
  z-index: 2;
  background-color: var(--bg);
  padding: 6.241135% 8.22695% 2.836879%;
}
.choose_scenes .items li::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -1px;
  content: '';
  border: 2px solid var(--primary);
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.choose_scenes .items li::before {
  display: block;
  font-weight: 500;
  color: var(--primary);
  counter-increment: scene;
  content: counter(scene, decimal-leading-zero);
}
.choose_scenes .items li h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 3.9rem;
}
.choose_scenes .items li p {
  max-width: 28.5rem;
  margin-top: 0.9rem;
}
.choose_scenes .items li.active::after {
  opacity: 1;
}
.choose_difference {
  background-color: var(--bg);
  padding: 9.6rem 0 10.1rem;
}
.choose_difference .table {
  max-width: 125.9rem;
  margin: 6.9rem auto 0;
}
.choose_difference .cus_table {
  position: relative;
}
.choose_difference .cus_table .tr {
  display: grid;
  grid-template-columns: 16.2827641% 1fr 1fr;
  gap: 3.41540905%;
}
.choose_difference .cus_table .td:first-child,
.choose_difference .cus_table .th:first-child {
  margin-right: -20.97560976%;
  padding-left: 0;
  padding-right: 2rem;
}
.choose_difference .cus_table .td:nth-child(3),
.choose_difference .cus_table .th:nth-child(3) {
  font-family: "Jost", sans-serif;
}
.choose_difference .cus_table .th {
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.02em;
  padding: 1.5rem 2rem 1.3rem;
}
.choose_difference .cus_table .th:nth-child(2) {
  background-color: #65625e;
  font-size: 1.8rem;
}
.choose_difference .cus_table .th:nth-child(3) {
  background-color: var(--primary);
  font-size: 2.2rem;
}
.choose_difference .cus_table .td {
  font-size: 1.7rem;
  font-weight: 500;
  color: #707070;
  border-bottom: 1px solid #edeae6;
  padding: 1.1rem 5.1rem;
}
.choose_difference .cus_table .td span {
  display: block;
}
.choose_difference .cus_table .td:nth-child(2) {
  color: #494949;
  background-color: #e0dedc;
}
.choose_difference .cus_table .td:nth-child(2) span {
  display: block;
  position: relative;
  padding-left: 1.058824em;
}
.choose_difference .cus_table .td:nth-child(2) span::before {
  position: absolute;
  left: 0;
  top: 0.53em;
  width: 0.29412em;
  height: 0.29412em;
  content: '';
  border-radius: 50%;
  background-color: #494949;
}
.choose_difference .cus_table .td:nth-child(3) {
  background-color: #fff;
  color: var(--title);
  font-size: 1.6rem;
}
.choose_difference .cus_table .td:nth-child(3) span {
  position: relative;
  padding-left: 2.0625em;
}
.choose_difference .cus_table .td:nth-child(3) span::before {
  position: absolute;
  left: 0;
  top: 0.3125em;
  width: 0.9375em;
  height: 0.9375em;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.choose_difference .cus_table .tbody .tr:last-child .td {
  border-bottom: none;
  padding-bottom: 2.2rem;
}
.choose_difference .cus_table .tbody .tr:first-child .td {
  padding-top: 2.6rem;
}
.choose_difference .cus_table .vs {
  position: absolute;
  right: 40.151%;
  top: 56%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--title);
  text-transform: uppercase;
  width: 3.333334em;
  height: 3.333334em;
  border-radius: 50%;
}
.choose_serve {
  padding: 10.5rem 0 11.2rem;
}
.choose_serve .img {
  width: 58.68055556%;
  --h: 58.22485207%;
}
.choose_serve .head {
  flex: 1;
  width: 100%;
  max-width: 45.3rem;
  padding-bottom: 5%;
}
.choose_serve .head h2 {
  max-width: 37.4rem;
}
.choose_serve p {
  margin-top: 3.5rem;
}
.choose_serve .choose_serve_swiper {
  overflow: hidden;
  margin-top: 5.5rem;
}
.choose_serve .choose_serve_swiper .swiper-slide {
  border-bottom: 2px solid #ededed;
  transition: border-bottom-color 0.3s;
  padding-bottom: 2.8rem;
}
.choose_serve .choose_serve_swiper .swiper-slide.active {
  border-bottom-color: var(--primary);
}
.choose_serve .choose_serve_swiper .icon {
  width: 7.4rem;
  height: 6rem;
}
.choose_serve .choose_serve_swiper .icon img {
  width: auto;
  max-width: 100%;
}
.choose_serve .choose_serve_swiper .info {
  margin-top: 2.4rem;
}
.choose_serve .choose_serve_swiper .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.choose_serve .choose_serve_swiper .info p {
  max-width: 25rem;
  margin-top: 1.3rem;
}
.choose_custom {
  position: relative;
  background-color: var(--bg);
  padding: 10.4rem 0 11.3rem;
}
.choose_custom .choose_custom_swiper {
  overflow: hidden;
  margin-top: 5.4rem;
}
.choose_custom .choose_custom_swiper .swiper-wrapper {
  counter-reset: process;
}
.choose_custom .item {
  display: block;
  height: 100%;
}
.choose_custom .item:hover img {
  transform: scale(1.03);
}
.choose_custom .item .img {
  background-color: #fff;
  padding-bottom: 58.07860262%;
}
.choose_custom .item .info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  margin-top: 3.3rem;
  gap: 0 2rem;
}
.choose_custom .item .info::before {
  display: block;
  font-size: 7.891rem;
  font-weight: 500;
  opacity: 0.17;
  line-height: 1;
  color: var(--primary);
  counter-increment: process;
  content: counter(process);
  min-width: 0.95045em;
  grid-row: span 2;
  margin-top: 2px;
}
.choose_custom .item .info h3,
.choose_custom .item .info p {
  grid-column: 2;
}
.choose_custom .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.choose_custom .item .info p {
  margin-top: 1.5rem;
}
.choose_custom .floats.bk .img img {
  opacity: 0.15;
}
.choose_custom .floats .img.img1 {
  width: 28%;
  max-width: 52.4rem;
  left: -13.64583%;
  bottom: 11.47757%;
}
.choose_custom .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.05208%;
  top: -12.79683%;
}
.choose_testimonials {
  padding: 10.3rem 0 11.4rem;
}
.choose_testimonials .grid {
  display: grid;
  grid-template-columns: 45.625% 48.61111%;
  grid-template-rows: 1fr auto;
  justify-content: space-between;
  gap: 2.8rem 0;
  margin-top: 6.8rem;
}
.choose_testimonials .grid .lt {
  grid-row: span 2;
}
.choose_testimonials .swiper_box {
  display: flex;
  flex-direction: column;
  padding-top: 1.6rem;
}
.choose_testimonials .swiper_box::before {
  display: block;
  width: 6.5rem;
  height: 4rem;
  content: '';
  background: url("../img/yinhao.svg") no-repeat center / contain;
  margin-bottom: 3.2rem;
}
.choose_testimonials .swiper_box .swiper_btns {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  z-index: 2;
}
.choose_testimonials .choose_testimonials_img_swiper {
  overflow: hidden;
  height: 100%;
}
.choose_testimonials .choose_testimonials_img_swiper .img {
  height: 100%;
  padding-bottom: 71.34146341%;
}
.choose_testimonials .choose_testimonials_swiper {
  overflow: hidden;
  flex: 1;
}
.choose_testimonials .choose_testimonials_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.choose_testimonials .choose_testimonials_swiper .desc {
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.45454545;
  font-weight: 500;
}
.choose_testimonials .choose_testimonials_swiper .star {
  --w: 11.7rem;
  width: var(--w);
  margin-top: 3rem;
}
.choose_testimonials .choose_testimonials_swiper .star::after {
  content: '';
  display: block;
  padding-bottom: 16.23931624%;
  width: var(--value);
  background: url("../img/star.svg") no-repeat left center / var(--w) 100%;
}
.choose_testimonials .choose_testimonials_swiper .client {
  line-height: 1.2;
  margin-top: 1.9rem;
}
.choose_testimonials .choose_testimonials_swiper .client strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.choose_testimonials .choose_testimonials_swiper .client p {
  font-weight: 500;
  color: #77706a;
  margin-top: 0.4rem;
}
.choose_testimonials .choose_testimonials_pd_swiper {
  overflow: hidden;
}
.choose_testimonials .choose_testimonials_pd_swiper .item {
  display: grid;
  grid-template-columns: 11rem 1fr auto;
  background-color: var(--bg);
  padding: 2.428571% 2.857143% 1.714286% 2.714286%;
  gap: 2.2rem;
}
.choose_testimonials .choose_testimonials_pd_swiper .img {
  display: block;
  padding-bottom: 100%;
  background-color: #fff;
}
.choose_testimonials .choose_testimonials_pd_swiper .info {
  align-self: center;
  padding-bottom: 0.4rem;
}
.choose_testimonials .choose_testimonials_pd_swiper .info .title {
  font-size: 2rem;
  font-weight: 500;
}
.choose_testimonials .choose_testimonials_pd_swiper .info a.title {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.choose_testimonials .choose_testimonials_pd_swiper .info a.title:hover {
  text-decoration-color: var(--title);
}
.choose_testimonials .choose_testimonials_pd_swiper .info .price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #77706a;
  margin-top: 0.5rem;
}
.choose_testimonials .choose_testimonials_pd_swiper .info .price strong {
  font-weight: inherit;
}
.choose_testimonials .choose_testimonials_pd_swiper .btn {
  align-self: center;
  line-height: 4rem;
  font-size: 1.4rem;
  min-width: unset;
  padding: 0 3.1rem;
}
.page_faqs {
  padding: 9.2rem 0 9.6rem;
}
.page_faqs .flex_top .head h2 {
  max-width: 38.4rem;
}
.page_faqs .faqs {
  margin-top: 2.5rem;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  background: #2e2a26;
}
.footer_contact::before {
  content: "";
  position: absolute;
  width: 108.07292%;
  padding-bottom: 193.22917%;
  left: 50%;
  top: 50%;
  background: radial-gradient(ellipse at 45% 48%, #7a6742, #2e2a26 60%);
  transform: translate(-50%, -50%) rotate(45.736deg);
  pointer-events: none;
}
.footer_contact .flex {
  min-height: 42.3rem;
  padding: 6rem 0;
}
.footer_contact .head {
  flex: 1;
  margin-top: 1.3%;
}
.footer_contact p {
  max-width: 68.3rem;
  margin-top: 3.4rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.8rem;
  gap: 1.8rem;
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.40625% 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .choose_banner img {
    min-height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .choose_banner img {
    min-height: 40vh;
  }
  .choose_banner .wrap {
    margin: 30px 0;
  }
  .choose_banner .head {
    padding: 0;
  }
  .choose_banner .btns,
  .choose_banner .tcon ul {
    margin-top: 20px;
    gap: 10px 14px;
  }
  .choose_numbers .nums ul {
    grid-template-columns: 1fr 1fr;
    margin-left: -16px;
  }
  .choose_numbers .nums li {
    padding: 20px 16px;
  }
  .choose_numbers .nums li .title {
    margin-bottom: 16px;
  }
  .choose_numbers .nums li strong {
    font-size: 25px;
  }
  .choose_numbers .nums li .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .choose_numbers .nums li:nth-child(4n+1) {
    padding-left: 16px;
  }
  .choose_reasons {
    padding: 50px 0 30px;
  }
  .choose_reasons .flex {
    margin-top: 30px;
  }
  .choose_reasons .flex .image {
    width: 50%;
  }
  .choose_reasons .flex .flex1 {
    padding-top: 0;
  }
  .choose_reasons .items .item {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .choose_reasons .items .item.active {
    margin-bottom: 16px;
  }
  .choose_reasons .items .title {
    font-size: 18px;
  }
  .choose_reasons .items .desc {
    line-height: 1.5;
    padding: 10px 0 0;
  }
  .choose_scenes {
    overflow: hidden;
    padding: 30px 0 50px;
  }
  .choose_scenes .grid {
    margin-top: 30px;
    gap: 16px;
  }
  .choose_scenes .items ul {
    gap: 16px;
  }
  .choose_scenes .items li {
    padding: 16px;
  }
  .choose_scenes .items li h3 {
    font-size: 16px;
    margin-top: 14px;
  }
  .choose_scenes .items li p {
    margin-top: 5px;
  }
  .choose_difference {
    padding: 50px 0;
  }
  .choose_difference .table {
    margin: 30px -20px 0;
    padding: 0 20px;
    overflow-x: auto;
  }
  .choose_difference .table::-webkit-scrollbar {
    display: none;
  }
  .choose_difference .cus_table {
    min-width: 700px;
  }
  .choose_difference .cus_table .td:first-child,
  .choose_difference .cus_table .th:first-child {
    padding-right: 10px;
  }
  .choose_difference .cus_table .th {
    padding: 12px 10px;
  }
  .choose_difference .cus_table .th:nth-child(2) {
    font-size: 15px;
  }
  .choose_difference .cus_table .th:nth-child(3) {
    font-size: 15px;
  }
  .choose_difference .cus_table .td {
    font-size: 14px;
    padding: 12px 20px;
  }
  .choose_difference .cus_table .td:nth-child(3) {
    font-size: 14px;
  }
  .choose_difference .cus_table .tbody .tr:last-child .td {
    padding-bottom: 12px;
  }
  .choose_difference .cus_table .tbody .tr:first-child .td {
    padding-top: 12px;
  }
  .choose_difference .cus_table .vs {
    font-size: 16px;
  }
  .choose_serve {
    padding: 50px 0;
    overflow: hidden;
  }
  .choose_serve .head {
    padding: 0;
  }
  .choose_serve .choose_serve_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .choose_serve .choose_serve_swiper .icon {
    width: 50px;
    height: 40px;
  }
  .choose_serve .choose_serve_swiper .info {
    margin-top: 16px;
  }
  .choose_serve .choose_serve_swiper .info h3 {
    font-size: 20px;
  }
  .choose_serve .choose_serve_swiper .info p {
    margin-top: 10px;
  }
  .choose_custom {
    overflow: hidden;
    padding: 50px 0;
  }
  .choose_custom .choose_custom_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .choose_custom .item .info {
    margin-top: 16px;
    gap: 0 10px;
  }
  .choose_custom .item .info::before {
    font-size: 40px;
    margin: 0;
  }
  .choose_custom .item .info h3 {
    font-size: 20px;
  }
  .choose_custom .item .info p {
    margin-top: 5px;
  }
  .choose_custom .item .info p br {
    display: none;
  }
  .choose_testimonials {
    padding: 50px 0;
  }
  .choose_testimonials .grid {
    gap: 20px 0;
    margin-top: 30px;
  }
  .choose_testimonials .swiper_box {
    padding-top: 0;
  }
  .choose_testimonials .swiper_box::before {
    width: 40px;
    height: 25px;
    margin-bottom: 20px;
  }
  .choose_testimonials .swiper_box .swiper_btns {
    bottom: 0;
  }
  .choose_testimonials .choose_testimonials_swiper .desc {
    font-size: 16px;
    line-height: 1.5;
    min-height: unset;
  }
  .choose_testimonials .choose_testimonials_swiper .star {
    --w: 100px;
    margin-top: 20px;
  }
  .choose_testimonials .choose_testimonials_swiper .client {
    margin-top: 16px;
  }
  .choose_testimonials .choose_testimonials_swiper .client strong {
    font-size: 16px;
  }
  .choose_testimonials .choose_testimonials_swiper .client span {
    font-size: 13px;
    margin-top: 5px;
  }
  .choose_testimonials .choose_testimonials_pd_swiper .item {
    gap: 16px;
    grid-template-columns: 50px 1fr auto;
  }
  .choose_testimonials .choose_testimonials_pd_swiper .info {
    padding: 0;
  }
  .choose_testimonials .choose_testimonials_pd_swiper .info .title {
    font-size: 14px;
  }
  .choose_testimonials .choose_testimonials_pd_swiper .info .price {
    font-size: 13px;
    margin-top: 2px;
  }
  .choose_testimonials .choose_testimonials_pd_swiper .btn {
    line-height: 32px;
    font-size: 14px;
    padding: 0 14px;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .page_faqs .faqs {
    margin: 0;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .footer_contact .head {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {

  .choose_banner img {
    min-height: unset;
    height: unset;
  }
  .choose_banner .wrap {
    position: static;
    margin: 0;
    padding: 40px 0;
  }
  .choose_banner .wrap .head {
    width: 100%;
  }
  .choose_banner .wrap .btns {
    flex-direction: column;
  }
  .choose_reasons .flex {
    flex-direction: column;
  }
  .choose_reasons .flex .image,
  .choose_reasons .flex .flex1 {
    width: 100%;
    max-width: unset;
  }
  .choose_scenes .grid {
    grid-template-columns: 100%;
  }
  .choose_serve .img {
    width: 100%;
    order: -1;
  }
  .choose_testimonials .grid {
    grid-template-columns: 100%;
  }
}
