@charset "UTF-8";
:root {
  /* 主题色 */
  --theme: #444;
  /* 激活色 */
  --active: #b68e53;
}

:root {
  /* 主题色 */
  --theme: #444;
  /* 激活色 */
  --active: #b68e53;
}

.__ID__.Header {
  width: 100%;
  overflow: hidden;
}
.__ID__.Header .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .__ID__.Header .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.__ID__.Header .HBoard {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s;
}
.__ID__.Header .HBoard .Container {
  display: flex;
  justify-content: space-between;
}
.__ID__.Header .HLogo {
  width: auto;
  margin: 0.17rem 0;
}
.__ID__.Header .HLogo .Logo {
  display: block;
  width: 1.28rem;
  height: 0.86rem;
  position: relative;
  z-index: 5;
}
.__ID__.Header .HLogo .Logo img {
  width: 100%;
  height: 100%;
}
.__ID__.Header .HNav {
  display: flex;
}
.__ID__.Header .HTab {
  width: auto;
}
.__ID__.Header .HTab .TabList {
  width: auto;
  display: flex;
  height: 100%;
}
.__ID__.Header .HTab .TabItemI {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
@media (min-width: 901px) {
  .__ID__.Header .HTab .TabItemI:hover .ItemIHref .IHref {
    color: var(--active);
  }
  .__ID__.Header .HTab .TabItemI:hover .ItemIList {
    display: block;
  }
}
.__ID__.Header .HTab .TabItemI .ItemIHref {
  width: auto;
  height: 100%;
}
.__ID__.Header .HTab .TabItemI .ItemIHref .IHref {
  width: auto;
  margin: 0 0.4rem;
  height: 100%;
  color: #fff;
  line-height: 1.8;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.__ID__.Header .HTab .TabItemI .ItemIList {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
}
.__ID__.Header .HTab .TabItemII {
  width: 100%;
}
.__ID__.Header .HTab .TabItemII:last-child {
  margin-bottom: 0;
}
@media (min-width: 901px) {
  .__ID__.Header .HTab .TabItemII:hover .ItemIIHref .IIHref {
    color: var(--active);
  }
  .__ID__.Header .HTab .TabItemII:hover .ItemIIHref::after {
    border-color: var(--active);
  }
}
.__ID__.Header .HTab .TabItemII .ItemIIHref {
  width: 100%;
  padding: 0 0.2rem;
  position: relative;
  z-index: 5;
}
.__ID__.Header .HTab .TabItemII .ItemIIHref::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid transparent;
  border-bottom: 0.02rem solid transparent;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.5s;
  pointer-events: none;
}
.__ID__.Header .HTab .TabItemII .ItemIIHref.In::after {
  border-color: var(--active);
}
.__ID__.Header .HTab .TabItemII .ItemIIHref .IIHref {
  word-wrap: break-word;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: #fff;
  white-space: nowrap;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.28rem;
  border-top: solid 0.01rem transparent;
  border-bottom: solid 0.01rem rgba(182, 142, 83, 0.3);
}
.__ID__.Header .HControl {
  width: auto;
  display: flex;
  align-items: center;
  margin-left: 0.42rem;
}
.__ID__.Header .HLang {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
.__ID__.Header .HLang .LangBoard {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.__ID__.Header .HLang .LangIcon {
  flex-shrink: 0;
  margin-right: 0.04rem;
}
.__ID__.Header .HLang .LangIcon .Icon {
  display: block;
  min-width: 21px;
  min-height: 20px;
  width: 0.26rem;
  height: 0.25rem;
  color: #fff;
  position: relative;
  z-index: 5;
}
.__ID__.Header .HLang .LangIcon .Icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
}
.__ID__.Header .HLang .LangIcon .Icon img.Default {
  opacity: 1;
}
.__ID__.Header .HSearch {
  margin-left: 0.32rem;
}
.__ID__.Header .HSearch .SearchIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.__ID__.Header .HSearch .SearchIcon .Icon {
  color: var(--theme);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
}
.__ID__.Header .HSearch .SearchIcon .Icon img {
  width: 100%;
  height: 100%;
}
.__ID__.Header .HSearch .SearchDialog {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background-color: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 0 0.05rem #ccc;
  display: none;
}
.__ID__.Header .HSearch .SearchClose {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 3;
  cursor: pointer;
}
.__ID__.Header .HSearch .SearchClose::before, .__ID__.Header .HSearch .SearchClose::after {
  width: 10%;
  background: var(--theme);
  height: 80%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.__ID__.Header .HSearch .SearchClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.__ID__.Header .HSearch .SearchClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.__ID__.Header .HSearch .SearchFrame {
  width: 64%;
  min-width: 300px;
  height: 0.46rem;
  min-height: 40px;
  border: 0.01rem solid var(--theme);
  display: flex;
  margin: 0 auto;
}
.__ID__.Header .HSearch .SearchFrame .SearchInput {
  width: 76.5%;
  height: 100%;
  font-size: 0;
}
.__ID__.Header .HSearch .SearchFrame .SearchInput input {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  border: 0.01rem solid var(--theme);
  padding: 0 0.1rem;
}
.__ID__.Header .HSearch .SearchFrame .SearchButton {
  width: 23.5%;
  height: 100%;
  font-size: 0;
}
.__ID__.Header .HSearch .SearchFrame .SearchButton button {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: var(--theme);
  border: 0.02rem solid var(--theme);
  cursor: pointer;
}
.__ID__.Header .HMenu {
  width: auto;
  display: none;
  margin-left: 0.32rem;
  align-items: center;
}
.__ID__.Header .HMenu .MenuIcon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.__ID__.Header .HMenu .MenuIcon::before, .__ID__.Header .HMenu .MenuIcon::after, .__ID__.Header .HMenu .MenuIcon div {
  width: 80%;
  height: 9%;
  display: block;
  content: "";
  transition: all 0.5s;
  background: #fff;
}
@media (max-width: 900px) {
  .__ID__.Header .HBoard {
    width: 100%;
  }
  .__ID__.Header .HTab {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 10;
  }
  .__ID__.Header .HTab .TabList {
    width: 64%;
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    padding: 10px 0;
    overflow-y: auto;
  }
  .__ID__.Header .HTab .TabItemI {
    height: auto;
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref {
    padding: 5px 10px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref .IHref {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    color: var(--theme);
    border: 0;
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref .IDrop {
    position: relative;
    z-index: 5;
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref .IDrop::after {
    content: "";
    display: block;
    width: 42.5%;
    height: 42.5%;
    border-right: 0.03rem solid var(--theme);
    border-bottom: 0.03rem solid var(--theme);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transition: transform 0.5s;
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref .IDrop.Open::after {
    transform: translate(-50%, -40%) rotate(45deg);
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref.In .IHref {
    color: var(--active);
  }
  .__ID__.Header .HTab .TabItemI .ItemIHref.In .IDrop::after {
    border-color: var(--active);
  }
  .__ID__.Header .HTab .TabItemI .ItemIList {
    width: 100%;
    transform: translateX(0);
    position: static;
    left: auto;
    top: auto;
    z-index: auto;
    box-shadow: none;
    transition: none;
    background-color: transparent;
  }
  .__ID__.Header .HTab .TabItemII {
    margin-bottom: 0;
  }
  .__ID__.Header .HTab .TabItemII .ItemIIHref::after {
    display: none;
  }
  .__ID__.Header .HTab .TabItemII .ItemIIHref .IIHref {
    text-align: left;
    padding: 5px 10px;
    color: var(--theme);
    display: -webkit-box !important;
    border: 0;
    justify-content: flex-start;
  }
  .__ID__.Header .HTab .TabItemII .ItemIIHref.In .IIHref {
    color: var(--active);
  }
  .__ID__.Header .HTab.Show {
    display: block;
  }
  .__ID__.Header .HMenu {
    display: flex;
  }
}

.__ID__.Header.Dark .HBoard {
  background: #000;
}

:root {
  /* 主题色 */
  --theme: #444;
  /* 激活色 */
  --active: #b68e53;
}

.Footer.__ID__ {
  width: 100%;
  overflow: hidden;
}
.Footer.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .Footer.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.Footer.__ID__ .FMain {
  position: relative;
  padding: 0.33rem 0 0.72rem;
}
.Footer.__ID__ .FLogo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.Footer.__ID__ .FLogo .Logo {
  display: block;
  width: 1.67rem;
  height: 1.11rem;
}
.Footer.__ID__ .FLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.Footer.__ID__ .FContent {
  display: flex;
  justify-content: center;
  margin-top: 0.44rem;
}
.Footer.__ID__ .FTab {
  flex: 1;
  display: flex;
}
.Footer.__ID__ .FTab .TabList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Footer.__ID__ .FTab .TabItemI {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 0.29rem;
}
.Footer.__ID__ .FTab .TabItemI:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.Footer.__ID__ .FTab .TabItemI .ItemIHref {
  width: auto;
}
.Footer.__ID__ .FTab .TabItemI .ItemIHref .IHref {
  width: auto;
  display: inline-block;
  color: #fff;
  transition: color 0.3s;
}
.Footer.__ID__ .FTab .TabItemI .ItemIHref .IHref::before {
  content: ">";
  margin-right: 0.08rem;
}
.Footer.__ID__ .FTab .TabItemI .ItemIHref .IHref:hover {
  color: var(--active);
}
.Footer.__ID__ .FTab .TabItemI .ItemIHref.In .IHref {
  color: var(--active);
}
.Footer.__ID__ .FLine {
  margin: 0 1rem;
  flex-shrink: 0;
  border-left: 0.01rem dashed rgba(255, 255, 255, 0.25);
}
@media (max-width: 1920px) {
  .Footer.__ID__ .FLine {
    border-left-width: 1px;
  }
}
.Footer.__ID__ .FContact {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Footer.__ID__ .FInfo .InfoItem {
  display: flex;
  align-items: center;
  margin-bottom: 0.29rem;
}
.Footer.__ID__ .FInfo .InfoItem:last-child {
  margin-bottom: 0;
}
.Footer.__ID__ .FInfo .InfoItem .ItemIcon {
  width: 0.14rem;
  height: 0.14rem;
  min-width: 12px;
  min-height: 12px;
  flex-shrink: 0;
  margin-right: 0.19rem;
}
.Footer.__ID__ .FInfo .InfoItem .ItemIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.Footer.__ID__ .FInfo .InfoItem .ItemText {
  flex: 1;
  color: #fff;
  line-height: 1.5;
}
.Footer.__ID__ .FMedia {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.Footer.__ID__ .FMedia .MediaItem {
  position: relative;
  margin-bottom: 0.26rem;
}
.Footer.__ID__ .FMedia .MediaItem:last-child {
  margin-bottom: 0;
}
.Footer.__ID__ .FMedia .MediaItem .ItemIcon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.Footer.__ID__ .FMedia .MediaItem .ItemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.Footer.__ID__ .FMedia .MediaItem .ItemPop {
  position: absolute;
  right: calc(100% + 0.15rem);
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  min-width: 64px;
  min-height: 64px;
  padding: 0.06rem;
  background: #fff;
  border-radius: 0.04rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
  pointer-events: none;
}
.Footer.__ID__ .FMedia .MediaItem .ItemPop::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  border-left: 0.06rem solid #fff;
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  z-index: 5;
}
@media (max-width: 1920px) {
  .Footer.__ID__ .FMedia .MediaItem .ItemPop::after {
    border-left-width: 6px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}
.Footer.__ID__ .FMedia .MediaItem .ItemPop img {
  width: 100%;
  height: 100%;
  display: block;
}
.Footer.__ID__ .FMedia .MediaItem:hover .ItemPop {
  opacity: 1;
  visibility: visible;
}
.Footer.__ID__ .FBottom {
  background: #000;
  padding: 0.135rem 0;
}
.Footer.__ID__ .FBottom .Container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Footer.__ID__ .FCopy {
  color: #808080;
  line-height: 1.5;
  margin-right: 0.2rem;
}
.Footer.__ID__ .FLinks {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.Footer.__ID__ .FLinks .LinkItem {
  margin-right: 0.44rem;
  transition: color 0.3s;
  color: #808080;
  line-height: 1.5;
}
.Footer.__ID__ .FLinks .LinkItem:last-child {
  margin-right: 0;
}
.Footer.__ID__ .FLinks .LinkItem:hover {
  color: var(--active);
}
@media (max-width: 750px) {
  .Footer.__ID__ .FContent {
    flex-direction: column;
  }
  .Footer.__ID__ .FLine {
    display: none;
  }
  .Footer.__ID__ .FTab {
    width: 100%;
  }
  .Footer.__ID__ .FContact {
    width: 100%;
    flex-wrap: wrap;
  }
  .Footer.__ID__ .FInfo {
    width: 100%;
    margin-top: 0.4rem;
  }
  .Footer.__ID__ .FMedia {
    width: 100%;
    margin-top: 0.4rem;
    flex-direction: row;
  }
  .Footer.__ID__ .FMedia .MediaItem {
    margin-right: 0.4rem;
    margin-bottom: 0;
  }
  .Footer.__ID__ .FMedia .MediaItem:last-child {
    margin-right: 0;
  }
  .Footer.__ID__ .FMedia .MediaItem .ItemPop {
    right: auto;
    left: calc(100% + 0.15rem);
  }
  .Footer.__ID__ .FMedia .MediaItem .ItemPop::after {
    right: auto;
    left: 0;
    transform: translateY(-50%) translateX(-100%);
    border-left: 0;
    border-right: 0.06rem solid #fff;
  }
}
@media (max-width: 750px) and (max-width: 1920px) {
  .Footer.__ID__ .FMedia .MediaItem .ItemPop::after {
    border-left-width: 0;
    border-right-width: 6px;
  }
}

@media (max-width: 900px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
.Banner.__ID__ {
  width: 100%;
  position: relative;
  z-index: 5;
}
.Banner.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .Banner.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.Banner.__ID__ {
  overflow: hidden;
}
.Banner.__ID__ .BannerImg {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 5;
}
.Banner.__ID__ .BannerImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 41.6666666667%;
}
.Banner.__ID__ .BannerImg img {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.Banner.__ID__ .BannerText {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Banner.__ID__ .BannerText .Board {
  width: auto;
  text-align: center;
}
.Banner.__ID__ .BannerText .Title {
  width: 100%;
  color: #fff;
  font-weight: 700;
}

.Banner.__ID__ .BannerText .Title-cn {
  letter-spacing: 0.14rem;
}

.Banner.__ID__ .BannerText .Title.s120 {
  font-size: 1.2rem;
}
.Banner.__ID__ .BannerText .Remark {
  width: 36%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
  margin-top: 0.2rem;
}
@media (max-width: 750px) {
  .Banner.__ID__ .BannerText {
  top: 10%;
}
  .Banner.__ID__ .BannerText .Remark {
    width: 100%;
  }
  .Banner.__ID__ .BannerImg::after {
    padding-top: 91.6%;
    /* padding-top: calc(800 / 500 * 100%); */
  }
}
@media (max-width: 737.28px) {
  .Banner.__ID__ .BannerText .Title.s120 {
    font-size: 38.4px;
  }
}
@media (max-width: 500px) {
  .Banner.__ID__ .BannerText .Title.s120 {
    font-size: 10.24vw;
  }
}

.Crumbs.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .Crumbs.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.Crumbs.__ID__ {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 5;
}
.Crumbs.__ID__::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  min-height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-image: linear-gradient(90deg, #000000 0%, #ffffff 35%, #000000 100%);
}
.Crumbs.__ID__ .CrumbSeat {
  width: 100%;
}
.Crumbs.__ID__ .CrumbSeat .SeatLink,
.Crumbs.__ID__ .CrumbSeat .SeatSign {
  width: auto;
  color: var(--active);
  white-space: nowrap;
  padding: 0.08rem 0;
  display: inline-block;
}
.Crumbs.__ID__ .CrumbSeat .SeatLink {
  transition: all 0.5s;
  white-space: nowrap;
}
.Crumbs.__ID__ .CrumbSeat .SeatLink:hover {
  color: #fff;
}
.Crumbs.__ID__ .CrumbSeat .SeatSign {
  margin: 0 0.1rem;
}

.Message.__ID__ {
  width: 100%;
  overflow: hidden;
  background: var(--active);
  padding: 0.28rem 0 0.24rem;
}
.Message.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .Message.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.Message.__ID__ .MessageBoard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Message.__ID__ .MessageIntro {
  width: 40%;
  min-width: 0;
}
.Message.__ID__ .MessageIntro .IntroTitle {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.Message.__ID__ .MessageIntro .IntroRemark {
  color: #fff;
  line-height: 1.6;
  margin-top: 0.12rem;
}
.Message.__ID__ .MessageIntro .IntroBtn {
  margin-top: 0.34rem;
  padding: 0.06rem 0.52rem;
  background: #fff;
  color: var(--active);
  border: none;
  border-radius: 0.23rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.Message.__ID__ .MessageIntro .IntroBtn:hover {
  background: var(--theme);
  color: #fff;
}
@media (max-width: 1920px) {
  .Message.__ID__ .MessageIntro .IntroBtn {
    border-radius: 23px;
  }
}
.Message.__ID__ .MessageForm {
  width: 53.6%;
  flex-shrink: 0;
}
.Message.__ID__ .MessageForm .FormItem {
  margin-bottom: 0.12rem;
  height: 0.4rem;
  min-height: 36px;
}
.Message.__ID__ .MessageForm .FormItem:last-child {
  margin-bottom: 0;
}
.Message.__ID__ .MessageForm .FormItem input {
  width: 100%;
  background: #fff;
  border: none;
  height: 100%;
  color: var(--theme);
  outline: none;
  line-height: 1.4;
  display: block;
  padding: 0 0.22rem;
}
.Message.__ID__ .MessageForm .FormItem input::-moz-placeholder {
  color: #999;
}
.Message.__ID__ .MessageForm .FormItem input::placeholder {
  color: #999;
}
.Message.__ID__ .MessageForm .FormCode {
  display: flex;
  margin-bottom: 0;
}
.Message.__ID__ .MessageForm .FormCode .ItemInput {
  flex: 1;
  min-width: 0;
  margin-right: 0.12rem;
  height: 100%;
}
.Message.__ID__ .MessageForm .FormCode .ItemCode {
  flex-shrink: 0;
  width: 27.2%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.Message.__ID__ .MessageForm .FormCode .ItemCode img {
  width: 100%;
  width: auto;
}
.Message.__ID__ .MessageForm .FormSubmit {
  margin-top: 0.12rem;
  display: none;
}
.Message.__ID__ .MessageForm .FormSubmit .SubmitBtn {
  padding: 0.06rem 0.52rem;
  background: #fff;
  color: var(--active);
  border: none;
  border-radius: 0.23rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .Message.__ID__ .MessageForm .FormSubmit .SubmitBtn {
    border-radius: 23px;
  }
}
@media (max-width: 900px) {
  .Message.__ID__ {
    padding: 0.75rem 0;
  }
}
@media (max-width: 750px) {
  .Message.__ID__ .MessageBoard {
    flex-direction: column;
    align-items: flex-start;
  }
  .Message.__ID__ .MessageIntro {
    width: 100%;
  }
  .Message.__ID__ .MessageIntro .IntroBtn {
    display: none;
  }
  .Message.__ID__ .MessageForm {
    width: 100%;
    margin-top: 0.32rem;
  }
  .Message.__ID__ .MessageForm .FormSubmit {
    display: block;
  }
}

.Sidebar.__ID__ {
  position: fixed;
  right: 0.6rem;
  bottom: 0.9rem;
  z-index: 99;
}
@media (max-width: 1200px) {
  .Sidebar.__ID__ {
    right: 10%;
  }
}
.Sidebar.__ID__ .SideBoard {
  display: flex;
  flex-direction: column;
}
.Sidebar.__ID__ .SideItem {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 45px;
  min-height: 45px;
  margin-bottom: 0.22rem;
  border-radius: 50%;
  background: #fff;
  display: block;
  transition: background 0.3s;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.Sidebar.__ID__ .SideItem:last-child {
  margin-bottom: 0;
}
.Sidebar.__ID__ .SideItem .ItemIcon {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
}
.Sidebar.__ID__ .SideItem .ItemIcon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.Sidebar.__ID__ .SideItem .ItemIcon img.Hover {
  opacity: 0;
}
.Sidebar.__ID__ .SideItem .ItemText {
  width: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translateX(-100%);
  display: flex;
  justify-content: center;
  transition: width 0.3s;
}
.Sidebar.__ID__ .SideItem .ItemText::after {
  content: "";
  display: block;
  width: 0.1rem;
}
.Sidebar.__ID__ .SideItem .ItemText .Text {
  white-space: nowrap;
  text-align: center;
  color: #fff;
  padding: 0 0.24rem;
  background: var(--active);
  display: flex;
  align-items: center;
}
.Sidebar.__ID__ .SideItem:hover {
  background: var(--active);
}
.Sidebar.__ID__ .SideItem:hover .ItemIcon img.Default {
  opacity: 0;
}
.Sidebar.__ID__ .SideItem:hover .ItemIcon img.Hover {
  opacity: 1;
}
.Sidebar.__ID__ .SideItem:hover .ItemText {
  width: auto;
}
.Sidebar.__ID__ .SideTop {
  opacity: 0;
  visibility: hidden;
}
.Sidebar.__ID__ .SideTop.show {
  opacity: 1;
  visibility: visible;
}

.HomeBanner.__ID__ {
  width: 100%;
  overflow: hidden;
}
.HomeBanner.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeBanner.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.HomeBanner.__ID__ .BannerSwiper {
  width: 100%;
  position: relative;
  z-index: 5;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 5;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide::after {
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg {
  width: 100%;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 44.2708333333%;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg img,
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg video,
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg iframe {
  width: 100%;
  height: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Remark {
  color: #fff;
  line-height: 1.2;
  width: 100%;
  margin-top: 0.32rem;
  font-weight: 700;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Buttons {
  width: 100%;
  margin-top: 0.68rem;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Button.More {
  padding: 0.133rem 0.75rem;
  background: var(--active);
  color: #fff;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Button.More:hover {
  background: #fff;
  color: var(--active);
}
@media (max-width: 900px) {
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Board {
    width: 100%;
    text-align: center;
  }
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Title,
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Remark {
    text-align: center;
  }
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Buttons {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideText .Board {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    height: 100%;
  }
  .HomeBanner.__ID__ .BannerSwiper .swiper-slide .SlideImg::after {
    padding-top: 91.6%;
  }
}

.HomeBusiness.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.56rem 0 0.67rem;
  background: #fff;
}
.HomeBusiness.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeBusiness.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.HomeBusiness.__ID__ .BusinessHead {
  width: 100%;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.HomeBusiness.__ID__ .BusinessHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.HomeBusiness.__ID__ .BusinessHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.HomeBusiness.__ID__ .BusinessList {
  display: flex;
}
.HomeBusiness.__ID__ .BusinessItem {
  width: calc((100% - 0.3rem) / 4);
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: 0.1rem;
}
.HomeBusiness.__ID__ .BusinessItem:last-child {
  margin-right: 0;
}
.HomeBusiness.__ID__ .BusinessItem .ItemBg {
  width: 100%;
  position: relative;
}
.HomeBusiness.__ID__ .BusinessItem .ItemBg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.HomeBusiness.__ID__ .BusinessItem .ItemBg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.HomeBusiness.__ID__ .BusinessItem .ItemMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s;
  z-index: 2;
}
.HomeBusiness.__ID__ .BusinessItem .ItemBoard {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0.2rem;
}
.HomeBusiness.__ID__ .BusinessItem .ItemIcon {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 45px;
  min-height: 45px;
  position: relative;
  margin-bottom: 0.24rem;
  border: 0.02rem solid #e1bd89;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
}
.HomeBusiness.__ID__ .BusinessItem .ItemIcon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.HomeBusiness.__ID__ .BusinessItem .ItemIcon img.Hover {
  opacity: 0;
}
.HomeBusiness.__ID__ .BusinessItem .ItemTitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  min-height: 1rem;
  display: flex;
  flex-direction: column;
}
.HomeBusiness.__ID__ .BusinessItem:hover .ItemMask {
  background: rgba(182, 142, 83, 0.9);
}
.HomeBusiness.__ID__ .BusinessItem:hover .ItemIcon {
  border-color: #fff;
  background: transparent;
}
.HomeBusiness.__ID__ .BusinessItem:hover .ItemIcon img.Default {
  opacity: 0;
}
.HomeBusiness.__ID__ .BusinessItem:hover .ItemIcon img.Hover {
  opacity: 1;
}
@media (max-width: 900px) {
  .HomeBusiness.__ID__ {
    padding: 0.75rem 0;
  }
}
@media (max-width: 750px) {
  .HomeBusiness.__ID__ .BusinessList {
    flex-wrap: wrap;
  }
  .HomeBusiness.__ID__ .BusinessItem {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .HomeBusiness.__ID__ .BusinessItem:nth-child(2n) {
    margin-right: 0;
  }
  .HomeBusiness.__ID__ .BusinessItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 300px) {
  .HomeBusiness.__ID__ .BusinessItem {
    width: 100%;
    margin-right: 0;
  }
  .HomeBusiness.__ID__ .BusinessItem:nth-last-child(-n+2) {
    margin-bottom: 0.2rem;
  }
  .HomeBusiness.__ID__ .BusinessItem:last-child {
    margin-bottom: 0;
  }
}

.HomeReason.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 1.3rem 0 1.12rem;
  background: #f6f6f6;
}
.HomeReason.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeReason.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.HomeReason.__ID__ .ReasonBoard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HomeReason.__ID__ .ReasonIntro {
  flex-shrink: 0;
  width: 30%;
}
.HomeReason.__ID__ .ReasonIntro .IntroTitle {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
}
.HomeReason.__ID__ .ReasonIntro .IntroRemark {
  color: #666;
  line-height: 1.8;
  margin-top: 0.42rem;
}
.HomeReason.__ID__ .ReasonList {
  width: 54%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.HomeReason.__ID__ .ReasonItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.HomeReason.__ID__ .ReasonItem .ItemIcon {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background: var(--active);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.HomeReason.__ID__ .ReasonItem .ItemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.HomeReason.__ID__ .ReasonItem .ItemTitle {
  color: var(--theme);
  font-weight: 700;
  margin-top: 0.28rem;
  width: 100%;
  /* white-space: nowrap; */
}
@media (max-width: 900px) {
  .HomeReason.__ID__ {
    padding: 0.75rem 0;
  }
  .HomeReason.__ID__ .ReasonBoard {
    flex-direction: column;
    align-items: flex-start;
  }
  .HomeReason.__ID__ .ReasonIntro {
    width: 100%;
    text-align: center;
  }
  .HomeReason.__ID__ .ReasonIntro .IntroRemark {
    margin-top: 0.2rem;
  }
  .HomeReason.__ID__ .ReasonList {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.32rem;
  }
}
@media (max-width: 500px) {
  .HomeReason.__ID__ .ReasonList {
    width: 100%;
    margin-top: 0.32rem;
    padding: 0 0.4rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .HomeReason.__ID__ .ReasonItem {
    flex: none;
    width: calc((100% - 0.2rem) / 2);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }

   .HomeReason.__ID__ .ReasonItem-en {
    width: 100%;
  }

  .HomeReason.__ID__ .ReasonItem:nth-child(2n) {
    margin-right: 0;
  }
  .HomeReason.__ID__ .ReasonItem:last-child {
    margin-bottom: 0;
  }
  .HomeReason.__ID__ .ReasonItem .ItemIcon {
    min-width: 0;
    min-height: 0;
  }
  .HomeReason.__ID__ .ReasonItem .ItemTitle {
    margin-top: 0;
    width: auto;
    padding: 0 0.2rem;
  }
}

/* .HomeCase.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.45rem 0 0.58rem;
  background: #fff;
}
.HomeCase.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeCase.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.HomeCase.__ID__ .CaseHead {
  width: 100%;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.HomeCase.__ID__ .CaseHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.HomeCase.__ID__ .CaseHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.HomeCase.__ID__ .CaseSwiper {
  width: 100%;
  position: relative;
}
.HomeCase.__ID__ .CaseSwiper .swiper-container {
  overflow: hidden;
}
.HomeCase.__ID__ .CaseSwiper .swiper-buttons {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
.HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc((100% - 60px) / 3 * 280 / 446);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn:hover .Icon {
  color: var(--active);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn .Icon {
  width: 0.2rem;
  height: 0.38rem;
  min-width: 15px;
  min-height: 28.5px;
  display: block;
  color: #7f7f7f;
  transition: color 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn .Icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn.CasePrev {
  left: 0;
  transform: translate(calc(-100% - 0.8rem), -50%);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn.CaseNext {
  right: 0;
  transform: translate(calc(100% + 0.8rem), -50%);
}
.HomeCase.__ID__ .CaseSwiper .swiper-scrollbar {
  height: 0.07rem;
  border-radius: 0.03rem;
  background: #e8e8e8;
  margin-top: 0.36rem;
  left: 50%;
  width: 33.5%;
  transform: translateX(-50%);
}
.HomeCase.__ID__ .CaseSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--theme);
  border-radius: 0.03rem;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide {
  display: block;
  height: auto;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide:hover .SlideImg img {
  transform: scale(1.05);
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide:hover .SlideInfo .InfoTitle .TitleIcon {
  transform: translateX(0.1rem);
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.7802690583%;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo {
  width: 100%;
  padding: 0.3rem 0.1rem;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle {
  display: flex;
  align-items: center;
  width: 100%;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleText {
  flex: 1;
  min-width: 0;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleIcon {
  flex-shrink: 0;
  width: 0.17rem;
  height: 0.17rem;
  min-width: 12.75px;
  min-height: 12.75px;
  margin-left: 0.08rem;
  transition: transform 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleIcon img {
  width: 100%;
  height: 100%;
  display: block;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoRemark {
  color: var(--active);
  margin-top: 0.05rem;
}
.HomeCase.__ID__ .CaseMore {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
}
.HomeCase.__ID__ .CaseMore .MoreBtn {
  padding: 0.1rem 0.6rem;
  background: var(--active);
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}
.HomeCase.__ID__ .CaseMore .MoreBtn:hover {
  background: var(--theme);
  color: var(--active);
}
@media (max-width: 1200px) {
  .HomeCase.__ID__ .CaseSwiper {
    padding: 0 28.5px;
  }
  .HomeCase.__ID__ .CaseSwiper .NavBtn.CasePrev {
    left: 0;
    transform: translate(0, -50%);
  }
  .HomeCase.__ID__ .CaseSwiper .NavBtn.CaseNext {
    right: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 900px) {
  .HomeCase.__ID__ {
    padding: 0.75rem 0;
  }
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: calc((100% - 40px) / 3 * 280 / 446);
  }
}
@media (max-width: 750px) {
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: calc((100% - 10px) / 2 * 280 / 446);
  }
}
@media (max-width: 550px) {
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: 62.7802690583%;
  }
} */

.HomeCase.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.45rem 0 0.58rem;
  background: #fff;
}
.HomeCase.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeCase.__ID__ .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomeCase.__ID__ .CaseHead {
  width: 100%;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.HomeCase.__ID__ .CaseHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.HomeCase.__ID__ .CaseHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.HomeCase.__ID__ .CaseSwiper {
  width: 100%;
  position: relative;
}
.HomeCase.__ID__ .CaseSwiper .swiper-container {
  overflow: hidden;
}
.HomeCase.__ID__ .CaseSwiper .swiper-buttons {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
}
.HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc((100% - 60px) / 3 * 280 / 446);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn:hover .Icon {
  color: var(--active);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn .Icon {
  width: 0.2rem;
  height: 0.38rem;
  min-width: 15px;
  min-height: 28.5px;
  display: block;
  color: #7f7f7f;
  transition: color 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn .Icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.HomeCase.__ID__ .CaseSwiper .NavBtn.CasePrev {
  left: 0;
  transform: translate(calc(-100% - 0.8rem), -50%);
}
.HomeCase.__ID__ .CaseSwiper .NavBtn.CaseNext {
  right: 0;
  transform: translate(calc(100% + 0.8rem), -50%);
}
.HomeCase.__ID__ .CaseSwiper .swiper-scrollbar {
  height: 0.07rem;
  border-radius: 0.03rem;
  background: #e8e8e8;
  margin-top: 0.36rem;
  left: 50%;
  width: 33.5%;
  transform: translateX(-50%);
}
.HomeCase.__ID__ .CaseSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--theme);
  border-radius: 0.03rem;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide {
  display: block;
  height: auto;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide:hover .SlideImg img {
  transform: scale(1.05);
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide:hover .SlideInfo .InfoTitle .TitleIcon {
  transform: translateX(0.1rem);
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.7802690583%;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo {
  width: 100%;
  padding: 0.3rem 0.1rem;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle {
  display: flex;
  align-items: center;
  width: 100%;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleText {
  flex: 1;
  min-width: 0;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleIcon {
  flex-shrink: 0;
  width: 0.17rem;
  height: 0.17rem;
  min-width: 12.75px;
  min-height: 12.75px;
  margin-left: 0.08rem;
  transition: transform 0.3s;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoTitle .TitleIcon img {
  width: 100%;
  height: 100%;
  display: block;
}
.HomeCase.__ID__ .CaseSwiper .swiper-slide .SlideInfo .InfoRemark {
  color: var(--active);
  margin-top: 0.05rem;
}
.HomeCase.__ID__ .swiper-slide {
  position: relative;
  height: auto;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.HomeCase.__ID__ .swiper-slide .ItemImg {
  width: 100%;
}
.HomeCase.__ID__ .swiper-slide .ItemImg .Img {
  width: 100%;
  padding-top: 88.4955752212%;
}
.HomeCase.__ID__ .swiper-slide .ItemImg .Img img {
  display: none;
}
.HomeCase.__ID__ .swiper-slide .ItemMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.HomeCase.__ID__ .swiper-slide .ItemMask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(182, 142, 83, 0.9);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo {
  width: 100%;
  padding: 0.14rem 0.26rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.6s ease, padding 0.6s ease;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo .InfoRemark {
  color: var(--active);
  white-space: nowrap;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo .InfoRemark .RemarkText {
  display: inline;
  transition: color 0.6s ease, font-size 0.6s ease, padding 0.6s ease, background 0.6s ease;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo .InfoTitle {
  margin-top: 0.05rem;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.6s ease, font-size 0.6s ease, margin 0.6s ease;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo .InfoLink {
  position: absolute;
  right: 0.24rem;
  top: 0;
  z-index: 4;
  width: 0.31rem;
  height: 0.3rem;
  min-width: 27px;
  min-height: 27px;
  border-radius: 50%;
  background-color: var(--active);
  overflow: hidden;
  transform: translateY(-50%);
  animation: none;
  transition: opacity 0.35s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, right 0.6s cubic-bezier(0.22, 1, 0.36, 1), top 0.6s ease, margin 0.6s ease;
  border: solid 0.02rem #fff;
}
.HomeCase.__ID__ .swiper-slide .ItemInfo .InfoLink img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.HomeCase.__ID__ .swiper-slide:hover .ItemMask::before {
  opacity: 1;
}
.HomeCase.__ID__ .swiper-slide:hover .ItemInfo {
  bottom: 50%;
  padding: 0 0.2rem;
  background-color: transparent;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.HomeCase.__ID__ .swiper-slide:hover .InfoRemark {
  white-space: normal;
}
.HomeCase.__ID__ .swiper-slide:hover .InfoRemark .RemarkText {
  display: inline-block;
  padding: 0.04rem 0.18rem;
  color: var(--active);
  font-size: 0.2rem;
  background: url(../images/CL-title-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.HomeCase.__ID__ .swiper-slide:hover .InfoTitle {
  width: 100%;
  margin-top: 0.24rem;
  color: #fff;
  font-size: 0.46rem;
  font-size: 0.36rem;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.HomeCase.__ID__ .swiper-slide:hover .InfoLink {
  position: relative;
  right: auto;
  top: auto;
  width: 0.61rem;
  height: 0.61rem;
  min-width: 45.75px;
  min-height: 45.75px;
  margin-top: 0.3rem;
  background-color: transparent;
  transform: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: opacity 0.5s ease 0.25s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, margin 0.6s ease;
  animation: CaseLinkIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
@keyframes CaseLinkIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes MoreIconBreathe {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.06rem);
  }
}
.HomeCase.__ID__ .CaseMore {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
}
.HomeCase.__ID__ .CaseMore .MoreBtn {
  padding: 0.1rem 0.6rem;
  background: var(--active);
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}
.HomeCase.__ID__ .CaseMore .MoreBtn:hover {
  background: var(--theme);
  color: var(--active);
}
@media (max-width: 1200px) {
  .HomeCase.__ID__ .CaseSwiper {
    padding: 0 28.5px;
  }
  .HomeCase.__ID__ .CaseSwiper .NavBtn.CasePrev {
    left: 0;
    transform: translate(0, -50%);
  }
  .HomeCase.__ID__ .CaseSwiper .NavBtn.CaseNext {
    right: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 900px) {
  .HomeCase.__ID__ {
    padding: 0.75rem 0;
  }
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: calc((100% - 40px) / 3 * 280 / 446);
  }
}
@media (max-width: 750px) {
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: calc((100% - 10px) / 2 * 280 / 446);
  }
}
@media (max-width: 550px) {
  .HomeCase.__ID__ .CaseSwiper .swiper-buttons::before {
    padding-top: 62.7802690583%;
  }
}

.HomeFeedback.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.44rem 0 0.6rem;
  background: #f6f6f6;
}
.HomeFeedback.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeFeedback.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.HomeFeedback.__ID__ .FeedbackHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.HomeFeedback.__ID__ .FeedbackHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.HomeFeedback.__ID__ .FeedbackHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.HomeFeedback.__ID__ .FeedbackSwiper {
  width: 100%;
  position: relative;
  margin-top: 0.54rem;
}
.HomeFeedback.__ID__ .FeedbackSwiper .swiper-container {
  height: 2.46rem;
  min-height: 200px;
  overflow: hidden;
}
.HomeFeedback.__ID__ .FeedbackSwiper .swiper-slide {
  height: auto;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideBoard {
  width: 100%;
  height: 100%;
  display: flex;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser {
  flex: 1;
  background: rgba(44, 44, 44, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.3rem;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserAvatar {
  width: 0.95rem;
  height: 0.95rem;
  min-width: 71.25px;
  min-height: 71.25px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserInfo {
  min-width: 0;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserInfo .InfoName {
  color: #2c2c2c;
  font-weight: 700;
  line-height: 1.3;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserInfo .InfoDept {
  color: #2c2c2c;
  line-height: 1.4;
  margin-top: 0.08rem;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideMessage {
  width: 72.5%;
  flex-shrink: 0;
  min-width: 0;
  background: #242424;
  padding: 0.5rem 0.7rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideMessage .MessageText {
  color: #fff;
  line-height: 1.8;
}
.HomeFeedback.__ID__ .FeedbackSwiper .SlideMessage .MessageLine {
  width: 0.6rem;
  height: 0.05rem;
  background: var(--active);
  margin-top: 0.3rem;
  border-radius: 0.02rem;
}
.HomeFeedback.__ID__ .FeedbackSwiper .swiper-pagination {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  height: calc(100% - 0.6rem);
  padding: 0.2rem 0;
  border-radius: 0.06rem;
  right: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}
@media (max-width: 1920px) {
  .HomeFeedback.__ID__ .FeedbackSwiper .swiper-pagination {
    border-radius: 6px;
  }
}
.HomeFeedback.__ID__ .FeedbackSwiper .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  min-width: 6.75px;
  min-height: 6.75px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 0.025rem !important;
  transition: background 0.3s;
}
.HomeFeedback.__ID__ .FeedbackSwiper .swiper-pagination-bullet-active {
  background: var(--active);
}
@media (max-width: 900px) {
  .HomeFeedback.__ID__ {
    padding: 0.75rem 0;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideUser {
    flex-direction: column;
    text-align: center;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserAvatar {
    margin-right: 0;
    margin-bottom: 0.16rem;
  }
}
@media (max-width: 500px) {
  .HomeFeedback.__ID__ .FeedbackSwiper .swiper-container {
    min-height: 0;
    height: auto;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .swiper-pagination {
    display: none;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideBoard {
    flex-direction: column;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideUser {
    width: 100%;
    flex: none;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideUser .UserAvatar {
    margin-right: 0.16rem;
    margin-bottom: 0;
  }
  .HomeFeedback.__ID__ .FeedbackSwiper .SlideMessage {
    width: 100%;
    flex: 1;
  }
}

.CaseData.__ID__ {
  width: 100%;
  padding: 0.49rem 0 0.67rem;
}
.CaseData.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .CaseData.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.CaseData.__ID__ {
  background: #f2f2f2;
  overflow: visible;
}
.CaseData.__ID__ .CaseTabs {
  width: 100%;
  background: #f2f2f2;
  padding: 0.1rem 0;
}
.CaseData.__ID__ .CaseTabs.Fixed {
  position: fixed;
  left: 0;
  top: calc(1.2rem - 1px);
  z-index: 20;
  width: 100%;
  background: #fff;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabList {
  display: flex;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI {
  position: relative;
  flex: 1;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 0.01rem;
  min-width: 1px;
  height: 0.21rem;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  transition: background 0.3s;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI:has(.TabItem:hover)::after, .CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI:has(.TabItem.Active)::after, .CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI:has(+ .TabItemI .TabItem:hover)::after, .CaseData.__ID__ .CaseTabs .TabsBoard .TabItemI:has(+ .TabItemI .TabItem.Active)::after {
  background: transparent;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabItem {
  display: block;
  padding: 0.14rem 0.2rem;
  background: #fff;
  color: #444;
  text-align: center;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.CaseData.__ID__ .CaseTabs .TabsBoard .TabItem:hover, .CaseData.__ID__ .CaseTabs .TabsBoard .TabItem.Active {
  background: var(--active);
  color: #fff;
}
@media (max-width: 900px) {
  .CaseData.__ID__ .CaseTabs {
    margin-top: 20px;
  }
  .CaseData.__ID__ .CaseTabs.Fixed {
    margin-top: 0;
  }
}
.CaseData.__ID__ .CaseLists {
  margin-top: 0.43rem;
  width: 100%;
  width: 100%;
}
.CaseData.__ID__ .CaseList {
  width: 100%;
  display: none;
}
.CaseData.__ID__ .CaseList.Active {
  display: block;
}
.CaseData.__ID__ .CaseList .ListBoard {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.CaseData.__ID__ .CaseList .ListItem {
  display: block;
  width: calc((100% - 0.44rem) / 3);
  margin-right: 0.22rem;
  margin-bottom: 0.27rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.CaseData.__ID__ .CaseList .ListItem:nth-child(3n) {
  margin-right: 0;
}
.CaseData.__ID__ .CaseList .ListItem .ItemImg {
  width: 100%;
}
.CaseData.__ID__ .CaseList .ListItem .ItemImg .Img {
  width: 100%;
  padding-top: 88.4955752212%;
}
.CaseData.__ID__ .CaseList .ListItem .ItemImg .Img img {
  display: none;
}
.CaseData.__ID__ .CaseList .ListItem .ItemMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.CaseData.__ID__ .CaseList .ListItem .ItemMask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(182, 142, 83, 0.9);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo {
  width: 100%;
  padding: 0.14rem 0.26rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.6s ease, padding 0.6s ease;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo .InfoRemark {
  color: var(--active);
  white-space: nowrap;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo .InfoRemark .RemarkText {
  display: inline;
  transition: color 0.6s ease, font-size 0.6s ease, padding 0.6s ease, background 0.6s ease;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo .InfoTitle {
  margin-top: 0.05rem;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.6s ease, font-size 0.6s ease, margin 0.6s ease;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo .InfoLink {
  position: absolute;
  right: 0.24rem;
  top: 0;
  z-index: 4;
  width: 0.31rem;
  height: 0.3rem;
  min-width: 27px;
  min-height: 27px;
  border-radius: 50%;
  background-color: var(--active);
  overflow: hidden;
  transform: translateY(-50%);
  animation: none;
  transition: opacity 0.35s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, right 0.6s cubic-bezier(0.22, 1, 0.36, 1), top 0.6s ease, margin 0.6s ease;
  border: solid 0.02rem #fff;
}
.CaseData.__ID__ .CaseList .ListItem .ItemInfo .InfoLink img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.CaseData.__ID__ .CaseList .ListItem:hover .ItemMask::before {
  opacity: 1;
}
.CaseData.__ID__ .CaseList .ListItem:hover .ItemInfo {
  bottom: 50%;
  padding: 0 0.2rem;
  background-color: transparent;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.CaseData.__ID__ .CaseList .ListItem:hover .InfoRemark {
  white-space: normal;
}
.CaseData.__ID__ .CaseList .ListItem:hover .InfoRemark .RemarkText {
  display: inline-block;
  padding: 0.04rem 0.18rem;
  color: var(--active);
  font-size: 0.2rem;
  background: url(../images/CL-title-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.CaseData.__ID__ .CaseList .ListItem:hover .InfoTitle {
  width: 100%;
  margin-top: 0.24rem;
  color: #fff;
  font-size: 0.46rem;
  font-size: 0.36rem;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.CaseData.__ID__ .CaseList .ListItem:hover .InfoLink {
  position: relative;
  right: auto;
  top: auto;
  width: 0.61rem;
  height: 0.61rem;
  min-width: 45.75px;
  min-height: 45.75px;
  margin-top: 0.3rem;
  background-color: transparent;
  transform: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: opacity 0.45s ease 0.25s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, margin 0.6s ease;
  animation: CaseLinkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
@keyframes CaseLinkIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes MoreIconBreathe {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.06rem);
  }
}
.CaseData.__ID__ .CaseList .ListMore {
  margin-top: 0.2rem;
  text-align: center;
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--theme);
  line-height: 1.4;
  animation: MoreIconBreathe 1.6s ease-in-out infinite;
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn:hover {
  color: var(--active);
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn:hover .BtnText,
.CaseData.__ID__ .CaseList .ListMore .MoreBtn:hover .BtnIcon {
  color: var(--active);
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn .BtnText {
  color: #999;
  white-space: nowrap;
  transition: color 0.3s ease;
  letter-spacing: 0.02rem;
  transition: color 0.5s ease;
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn .BtnIcon {
  display: block;
  width: 0.38rem;
  height: 0.11rem;
  min-width: 28.5px;
  min-height: 8.25px;
  margin-top: 0.2rem;
  color: #969696;
  transition: color 0.5s ease;
}
.CaseData.__ID__ .CaseList .ListMore .MoreBtn .BtnIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .CaseData.__ID__ .CaseList .ListItem {
    width: calc((100% - 0.22rem) / 2);
  }
  .CaseData.__ID__ .CaseList .ListItem:nth-child(3n) {
    margin-right: 0.22rem;
  }
  .CaseData.__ID__ .CaseList .ListItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .CaseData.__ID__ .CaseList .ListItem {
    width: 100%;
    margin-right: 0;
  }
}

.CaseDetail.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.55rem 0 0.63rem;
  background: #f2f2f2;
}
.CaseDetail.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .CaseDetail.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.CaseDetail.__ID__ .DetailHead {
  width: 100%;
}
.CaseDetail.__ID__ .DetailHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  line-height: 1.3;
}
.CaseDetail.__ID__ .DetailHead .HeadRemark {
  margin-top: 0.24rem;
  color: #666;
  line-height: 1.8;
}
.CaseDetail.__ID__ .DetailGallery {
  width: 100%;
  margin-top: 0.52rem;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain {
  width: 100%;
  position: relative;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper {
  width: 100%;
  overflow: hidden;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper .swiper-container {
  overflow: hidden;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper .MainImg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper .MainImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 46.6666666667%;
}

@media (max-width: 1200px) {
  .CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper .MainImg::after {
  padding-top: 66.6666666667%;
}
}

.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainSwiper .MainImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev,
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 37.5px;
  min-height: 37.5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev:hover,
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext:hover {
  background: #fff;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev:hover .MainIcon,
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext:hover .MainIcon {
  color: var(--active);
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev .MainIcon,
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext .MainIcon {
  width: 0.12rem;
  height: 0.22rem;
  min-width: 9px;
  min-height: 16.5px;
  display: block;
  color: #333;
  transition: color 0.3s;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev .MainIcon svg,
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext .MainIcon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev {
  left: 0.4rem;
}
.CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext {
  right: 0.4rem;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb {
  width: 100%;
  margin-top: 0.23rem;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper {
  width: 100%;
  overflow: hidden;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .swiper-slide {
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
  transition: opacity 0.3s;
  position: relative;
  z-index: 5;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .ThumbImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .ThumbImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.8085106383%;
}
.CaseDetail.__ID__ .DetailGallery .GalleryThumb .ThumbSwiper .ThumbImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev,
  .CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 30px;
    min-height: 30px;
  }
  .CaseDetail.__ID__ .DetailGallery .GalleryMain .MainPrev {
    left: 0.1rem;
  }
  .CaseDetail.__ID__ .DetailGallery .GalleryMain .MainNext {
    right: 0.1rem;
  }
}

.CaseSimilar.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 0.62rem;
  background: #fff;
}
.CaseSimilar.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .CaseSimilar.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.CaseSimilar.__ID__ .SimilarHead {
  width: 100%;
  margin-bottom: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CaseSimilar.__ID__ .SimilarHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.CaseSimilar.__ID__ .SimilarHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.CaseSimilar.__ID__ .ListBoard {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.CaseSimilar.__ID__ .ListItem {
  display: block;
  width: calc((100% - 0.44rem) / 3);
  margin-right: 0.22rem;
  margin-bottom: 0.27rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.CaseSimilar.__ID__ .ListItem:nth-child(3n) {
  margin-right: 0;
}
.CaseSimilar.__ID__ .ListItem .ItemImg {
  width: 100%;
}
.CaseSimilar.__ID__ .ListItem .ItemImg .Img {
  width: 100%;
  padding-top: 88.4955752212%;
}
.CaseSimilar.__ID__ .ListItem .ItemImg .Img img {
  display: none;
}
.CaseSimilar.__ID__ .ListItem .ItemMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.CaseSimilar.__ID__ .ListItem .ItemMask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(182, 142, 83, 0.85);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.CaseSimilar.__ID__ .ListItem .ItemInfo {
  width: 100%;
  padding: 0.14rem 0.26rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.6s ease, padding 0.6s ease;
}
.CaseSimilar.__ID__ .ListItem .ItemInfo .InfoRemark {
  color: var(--active);
  white-space: nowrap;
}
.CaseSimilar.__ID__ .ListItem .ItemInfo .InfoRemark .RemarkText {
  display: inline;
  transition: color 0.6s ease, font-size 0.6s ease, padding 0.6s ease, background 0.6s ease;
}
.CaseSimilar.__ID__ .ListItem .ItemInfo .InfoTitle {
  margin-top: 0.05rem;
  color: var(--theme);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3;
  word-break: break-all;
  transition: color 0.6s ease, font-size 0.6s ease, margin 0.6s ease;
}
.CaseSimilar.__ID__ .ListItem .ItemInfo .InfoLink {
  position: absolute;
  right: 0.24rem;
  top: 0;
  z-index: 4;
  width: 0.31rem;
  height: 0.3rem;
  min-width: 27px;
  min-height: 27px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  transform: translateY(-50%);
  animation: none;
  transition: opacity 0.35s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, right 0.6s cubic-bezier(0.22, 1, 0.36, 1), top 0.6s ease, margin 0.6s ease;
  border: solid 0.02rem var(--active);
}
.CaseSimilar.__ID__ .ListItem .ItemInfo .InfoLink img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.CaseSimilar.__ID__ .ListItem:hover .ItemMask::before {
  opacity: 1;
}
.CaseSimilar.__ID__ .ListItem:hover .ItemInfo {
  bottom: 50%;
  padding: 0 0.2rem;
  background-color: transparent;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.CaseSimilar.__ID__ .ListItem:hover .InfoRemark {
  white-space: normal;
}
.CaseSimilar.__ID__ .ListItem:hover .InfoRemark .RemarkText {
  display: inline-block;
  padding: 0.04rem 0.18rem;
  color: var(--active);
  font-size: 0.2rem;
  background: url(../images/CL-title-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.CaseSimilar.__ID__ .ListItem:hover .InfoTitle {
  width: 100%;
  margin-top: 0.24rem;
  color: #fff;
  font-size: 0.46rem;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.CaseSimilar.__ID__ .ListItem:hover .InfoLink {
  position: relative;
  right: auto;
  top: auto;
  width: 0.61rem;
  height: 0.61rem;
  min-width: 45.75px;
  min-height: 45.75px;
  margin-top: 0.3rem;
  background-color: transparent;
  transform: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: opacity 0.45s ease 0.25s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s ease, height 0.6s ease, background-color 0.6s ease, border-color 0.6s ease, margin 0.6s ease;
  animation: CaseLinkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
.CaseSimilar.__ID__ .SimilarMore {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
}
.CaseSimilar.__ID__ .SimilarMore .MoreBtn {
  padding: 0.1rem 0.6rem;
  background: var(--active);
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}
.CaseSimilar.__ID__ .SimilarMore .MoreBtn:hover {
  background: var(--theme);
  color: var(--active);
}
@media (max-width: 750px) {
  .CaseSimilar.__ID__ .ListItem {
    width: calc((100% - 0.22rem) / 2);
  }
  .CaseSimilar.__ID__ .ListItem:nth-child(3n) {
    margin-right: 0.22rem;
  }
  .CaseSimilar.__ID__ .ListItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .CaseSimilar.__ID__ .ListItem {
    width: 100%;
    margin-right: 0;
  }
}

.BusinessKind.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 0.6rem;
  background: #fff;
}
.BusinessKind.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessKind.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessKind.__ID__ .KindList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.BusinessKind.__ID__ .KindItem {
  display: block;
  width: calc((100% - 0.05rem) / 2);
  position: relative;
  overflow: hidden;
  margin-right: 0.05rem;
  margin-bottom: 0.05rem;
}
.BusinessKind.__ID__ .KindItem:nth-child(2n) {
  margin-right: 0;
}
.BusinessKind.__ID__ .KindItem:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.BusinessKind.__ID__ .KindItem .ItemBg {
  width: 100%;
  position: relative;
}
.BusinessKind.__ID__ .KindItem .ItemBg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 53.7356321839%;
}
.BusinessKind.__ID__ .KindItem .ItemBg img {
  display: none;
}
.BusinessKind.__ID__ .KindItem .ItemMask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s;
}
.BusinessKind.__ID__ .KindItem .ItemBoard {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.4rem;
}
.BusinessKind.__ID__ .KindItem .ItemIcon {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 45px;
  min-height: 45px;
  position: relative;
  margin-bottom: 0.24rem;
  border: 0.02rem solid #e1bd89;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  flex-shrink: 0;
  transition: border-color 0.3s, background 0.3s;
}
.BusinessKind.__ID__ .KindItem .ItemIcon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.BusinessKind.__ID__ .KindItem .ItemIcon img.Hover {
  opacity: 0;
}
.BusinessKind.__ID__ .KindItem .ItemTitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  min-height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.BusinessKind.__ID__ .KindItem .ItemRemark {
  width: 100%;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.33, 1, 0.68, 1), margin-top 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}
.BusinessKind.__ID__ .KindItem .ItemRemark .RemarkText {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(0.12rem);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.BusinessKind.__ID__ .KindItem:hover .ItemMask {
  background: rgba(182, 142, 83, 0.9);
}
.BusinessKind.__ID__ .KindItem:hover .ItemIcon {
  border-color: #fff;
  background: transparent;
}
.BusinessKind.__ID__ .KindItem:hover .ItemIcon img.Default {
  opacity: 0;
}
.BusinessKind.__ID__ .KindItem:hover .ItemIcon img.Hover {
  opacity: 1;
}
.BusinessKind.__ID__ .KindItem:hover .ItemRemark {
  margin-top: 0.2rem;
  max-height: 4rem;
  transition: max-height 0.75s cubic-bezier(0.33, 1, 0.68, 1), margin-top 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.BusinessKind.__ID__ .KindItem:hover .ItemRemark .RemarkText {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
@media (max-width: 900px) {
  .BusinessKind.__ID__ .KindItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.02rem;
  }
  .BusinessKind.__ID__ .KindItem:nth-last-child(-n+2) {
    margin-bottom: 0.02rem;
  }
  .BusinessKind.__ID__ .KindItem:last-child {
    margin-bottom: 0;
  }
  .BusinessKind.__ID__ .KindItem .ItemBg::after {
    padding-top: 300px;
  }
  .BusinessKind.__ID__ .KindItem .ItemRemark {
    margin-top: 0.2rem;
    max-height: none;
    overflow: visible;
  }
  .BusinessKind.__ID__ .KindItem .ItemRemark .RemarkText {
    color: #fff;
    opacity: 1;
    transform: none;
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemMask {
    background: rgba(0, 0, 0, 0.5);
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemIcon {
    border-color: #e1bd89;
    background: rgba(0, 0, 0, 0.75);
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemIcon img.Default {
    opacity: 1;
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemIcon img.Hover {
    opacity: 0;
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemRemark {
    margin-top: 0.2rem;
    max-height: none;
  }
  .BusinessKind.__ID__ .KindItem:hover .ItemRemark .RemarkText {
    color: #fff;
    opacity: 1;
    transform: none;
  }
}

.BusinessScene.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.32rem 0;
  background: #fff;
}
.BusinessScene.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessScene.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessScene.__ID__ .SceneHead {
  width: 100%;
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.BusinessScene.__ID__ .SceneHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.BusinessScene.__ID__ .SceneHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.BusinessScene.__ID__ .SceneList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.BusinessScene.__ID__ .SceneItem {
  display: block;
  width: calc((100% - 0.03rem) / 4);
  position: relative;
  overflow: hidden;
  margin-right: 0.01rem;
}
.BusinessScene.__ID__ .SceneItem:last-child {
  margin-right: 0;
}
.BusinessScene.__ID__ .SceneItem .ItemBg {
  width: 100%;
  position: relative;
  transition: transform 0.5s ease;
}
.BusinessScene.__ID__ .SceneItem .ItemBg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 170%;
}
.BusinessScene.__ID__ .SceneItem .ItemBg img {
  display: none;
}
.BusinessScene.__ID__ .SceneItem .ItemShade {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.4s ease;
  pointer-events: none;
}
.BusinessScene.__ID__ .SceneItem .ItemTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0.4rem 0.1rem;
  color: var(--active);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.BusinessScene.__ID__ .SceneItem:hover .ItemBg {
  transform: scale(1.05);
}
.BusinessScene.__ID__ .SceneItem:hover .ItemTitle {
  color: #fff;
}
@media (max-width: 900px) {
  .BusinessScene.__ID__ .SceneItem {
    width: calc((100% - 0.05rem) / 2);
    margin-right: 0.05rem;
    margin-bottom: 0.05rem;
  }
  .BusinessScene.__ID__ .SceneItem:nth-child(2n) {
    margin-right: 0;
  }
  .BusinessScene.__ID__ .SceneItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.BusinessJoin.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.62rem 0 0.83rem;
  background: #fff;
}
.BusinessJoin.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessJoin.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessJoin.__ID__ .JoinBoard {
  width: 100%;
  background: #f2f2f2;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 5.2rem;
}
.BusinessJoin.__ID__ .JoinIntro {
  width: 32%;
  padding-left: 0.58rem;
  padding-bottom: 0.44rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.BusinessJoin.__ID__ .JoinIntro .IntroTitle {
  color: #333;
  font-weight: 700;
  line-height: 1.15;
}
.BusinessJoin.__ID__ .JoinIntro .IntroRemark {
  margin-top: 0.28rem;
  color: #333;
  line-height: 1.8;
}
.BusinessJoin.__ID__ .JoinIntro .IntroRemark .RemarkLine {
  width: 100%;
}
.BusinessJoin.__ID__ .JoinIntro .IntroBtn {
  display: inline-block;
  margin-top: 0.42rem;
  padding: 0.053rem 0.26rem;
  background: var(--active);
  color: #fff;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
@media (max-width: 1920px) {
  .BusinessJoin.__ID__ .JoinIntro .IntroBtn {
    border-radius: 20px;
  }
}
.BusinessJoin.__ID__ .JoinIntro .IntroBtn:hover {
  background: var(--theme);
  color: var(--active);
}
.BusinessJoin.__ID__ .JoinVisual {
  position: relative;
  flex-shrink: 0;
  width: 68%;
  min-height: 4.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop {
  position: absolute;
  left: 0;
  top: 0.28rem;
  z-index: 4;
  width: auto;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopContent {
  width: auto;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.28rem 0.53rem;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopBoard {
  width: 100%;
  position: relative;
  z-index: 5;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopIcon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 0.26rem;
  height: 0.26rem;
  min-width: 19.5px;
  min-height: 19.5px;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopList {
  color: #333;
  line-height: 1.7;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPop .PopList .PopItem {
  width: 100%;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPhoto {
  width: 73.5%;
  position: relative;
  z-index: 5;
  margin-right: -0.1rem;
  display: flex;
  align-items: flex-end;
}
.BusinessJoin.__ID__ .JoinVisual .VisualPhoto img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .BusinessJoin.__ID__ .JoinVisual {
    align-items: stretch;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPop {
    position: static;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPop .PopContent {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .BusinessJoin.__ID__ .JoinBoard {
    flex-direction: column;
  }
  .BusinessJoin.__ID__ .JoinIntro {
    width: 100%;
    padding: 0.3rem 0.4rem;
  }
  .BusinessJoin.__ID__ .JoinVisual {
    width: 100%;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPop {
    position: static;
    padding-left: 0;
    padding-top: 0;
    padding: 0 0.4rem;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPop .PopContent {
    width: 100%;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPop .PopIcon {
    display: none;
  }
  .BusinessJoin.__ID__ .JoinVisual .VisualPhoto {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.BusinessInfo.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.BusinessInfo.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessInfo.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessInfo.__ID__ {
  padding: 0.98rem 0;
}
.BusinessInfo.__ID__ .Container {
  display: flex;
}
.BusinessInfo.__ID__ .InfoIntro {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.6rem 0.56rem;
  background: #f2f2f2;
}
.BusinessInfo.__ID__ .InfoIntro .IntroBg {
  color: var(--active);
  opacity: 0.2;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
.BusinessInfo.__ID__ .InfoIntro .IntroBg .BgSwiper {
  width: 100%;
}
.BusinessInfo.__ID__ .InfoIntro .IntroBg .BgSwiper .swiper-container {
  width: 100%;
}
.BusinessInfo.__ID__ .InfoIntro .IntroBg .BgSwiper .swiper-slide {
  width: 100%;
  color: var(--active);
  font-weight: 700;
  letter-spacing: 0.02rem;
}
.BusinessInfo.__ID__ .InfoIntro .IntroText {
  width: 75%;
  color: #666;
  line-height: 2;
}
.BusinessInfo.__ID__ .InfoVisual {
  width: 50%;
  font-size: 0;
  position: relative;
}
.BusinessInfo.__ID__ .InfoVisual .VisualImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.BusinessInfo.__ID__ .InfoVisual .VisualImg .ImgSwiper,
.BusinessInfo.__ID__ .InfoVisual .VisualImg .swiper-container,
.BusinessInfo.__ID__ .InfoVisual .VisualImg .swiper-wrapper,
.BusinessInfo.__ID__ .InfoVisual .VisualImg .swiper-slide {
  width: 100%;
  height: 100%;
}
.BusinessInfo.__ID__ .InfoVisual .VisualImg .SlidePic {
  width: 100%;
  height: 100%;
}
.BusinessInfo.__ID__ .InfoVisual .VisualImg .SlidePic img {
  display: none;
}
.BusinessInfo.__ID__ .InfoVisual::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 108.5137085137%;
}
@media (max-width: 900px) {
  .BusinessInfo.__ID__ {
  padding: 0.5rem 0;
}
  .BusinessInfo.__ID__ .Container {
    flex-direction: column;
  }
  .BusinessInfo.__ID__ .InfoIntro {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .BusinessInfo.__ID__ .InfoIntro .IntroText {
    width: 100%;
  }
  .BusinessInfo.__ID__ .IntroBg {
    margin-bottom: 0.3rem;
  }
  .BusinessInfo.__ID__ .InfoVisual {
    width: 100%;
  }
  .BusinessInfo.__ID__ .InfoVisual .VisualImg {
    position: relative;
    height: auto;
  }
  .BusinessInfo.__ID__ .InfoVisual .VisualImg::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 108.5137085137%;
  }
  .BusinessInfo.__ID__ .InfoVisual .VisualImg .ImgSwiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .BusinessInfo.__ID__ .InfoVisual::before {
    display: none;
  }
}

.BusinessBrand.__ID__ {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.65rem;
  background: #fff;
}
.BusinessBrand.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessBrand.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessBrand.__ID__ .BrandHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.BusinessBrand.__ID__ .BrandHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.BusinessBrand.__ID__ .BrandHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.BusinessBrand.__ID__ .BrandList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.72rem;
}
.BusinessBrand.__ID__ .BrandItem {
  display: block;
  width: calc((100% - 0.2rem) / 2);
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.BusinessBrand.__ID__ .BrandItem:nth-child(2n) {
  margin-right: 0;
}
.BusinessBrand.__ID__ .BrandItem:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.BusinessBrand.__ID__ .BrandItem .ItemImg {
  width: 100%;
  font-size: 0;
}
.BusinessBrand.__ID__ .BrandItem .ItemImg .Img {
  width: 100%;
  position: relative;
}
.BusinessBrand.__ID__ .BrandItem .ItemImg .Img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 43.1259044863%;
}
.BusinessBrand.__ID__ .BrandItem .ItemImg .Img img {
  display: none;
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.26rem 0.2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot:hover .ItemTitle {
  color: var(--active);
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot:hover .ItemLink {
  transform: translateX(0.1rem);
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot .ItemTitle {
  flex: 1;
  min-width: 0;
  color: var(--theme);
  font-weight: 700;
  margin-right: 0.16rem;
  transition: all 0.3s;
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot .ItemLink {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 27px;
  min-height: 27px;
  border: 0.02rem solid var(--active);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.3s;
}
.BusinessBrand.__ID__ .BrandItem .ItemFoot .ItemLink img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.BusinessBrand.__ID__ .BrandMore {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.BusinessBrand.__ID__ .BrandMore .MoreBtn {
  padding: 0.1rem 0.6rem;
  background: var(--active);
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
}
.BusinessBrand.__ID__ .BrandMore .MoreBtn:hover {
  background: var(--theme);
  color: var(--active);
}
@media (max-width: 750px) {
  .BusinessBrand.__ID__ .BrandItem {
    width: 100%;
    margin-right: 0;
  }
  .BusinessBrand.__ID__ .BrandItem:nth-last-child(-n+2) {
    margin-bottom: 0.2rem;
  }
  .BusinessBrand.__ID__ .BrandItem:last-child {
    margin-bottom: 0;
  }
}

.BusinessGift.__ID__ {
  width: 100%;
  overflow: hidden;
  padding-top: 0.74rem;
  background: #f2f2f2;
}
.BusinessGift.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessGift.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessGift.__ID__ .GiftList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.BusinessGift.__ID__ .GiftItem {
  display: block;
  width: calc((100% - 0.2rem) / 2);
  margin-right: 0.2rem;
  margin-bottom: 0.34rem;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}
.BusinessGift.__ID__ .GiftItem:nth-child(2n) {
  margin-right: 0;
}
.BusinessGift.__ID__ .GiftItem:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.BusinessGift.__ID__ .GiftItem .ItemImg {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.BusinessGift.__ID__ .GiftItem .ItemImg .Img {
  width: 100%;
  position: relative;
  transition: transform 0.5s ease;
}
.BusinessGift.__ID__ .GiftItem .ItemImg .Img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.005788712%;
}
.BusinessGift.__ID__ .GiftItem .ItemImg .Img img {
  display: none;
}
.BusinessGift.__ID__ .GiftItem .ItemInfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.19rem 0.32rem;
  background: #fff;
  transition: background-color 0.3s ease;
}
.BusinessGift.__ID__ .GiftItem .ItemInfo .InfoText {
  flex: 1;
  min-width: 0;
  color: #666;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 0.2rem;
  transition: color 0.3s ease;
}
.BusinessGift.__ID__ .GiftItem .ItemInfo .InfoBtn {
  flex-shrink: 0;
  color: #fff;
  padding: 0.0325rem 0.16rem;
  white-space: nowrap;
  background: var(--active);
  transition: all 0.3s;
  cursor: pointer;
}
.BusinessGift.__ID__ .GiftItem .ItemInfo .InfoBtn:hover {
  background: var(--theme);
  color: var(--active);
}
@media (max-width: 600px) {
  .BusinessGift.__ID__ .GiftItem {
    width: 100%;
    margin-right: 0;
  }
  .BusinessGift.__ID__ .GiftItem:nth-last-child(-n+2) {
    margin-bottom: 0.34rem;
  }
  .BusinessGift.__ID__ .GiftItem:last-child {
    margin-bottom: 0;
  }
}

.BusinessFlow.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.52rem 0 1.4rem;
  background: #f2f2f2;
}
.BusinessFlow.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessFlow.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessFlow.__ID__ .FlowHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.BusinessFlow.__ID__ .FlowHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.BusinessFlow.__ID__ .FlowHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.BusinessFlow.__ID__ .FlowBoard {
  width: 100%;
  position: relative;
  padding-top: 0.1rem;
  margin-top: 0.6rem;
}
.BusinessFlow.__ID__ .FlowList {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}
.BusinessFlow.__ID__ .FlowItem {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.01rem;
}
@media (max-width: 1920px) {
  .BusinessFlow.__ID__ .FlowItem {
    padding: 0 1px;
  }
}
.BusinessFlow.__ID__ .FlowItem:first-child .ItemNum::before {
  display: none;
}
.BusinessFlow.__ID__ .FlowItem:last-child .ItemNum::after {
  display: none;
}
.BusinessFlow.__ID__ .FlowItem .ItemNum {
  width: 100%;
  height: 0.56rem;
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.BusinessFlow.__ID__ .FlowItem .ItemNum::before, .BusinessFlow.__ID__ .FlowItem .ItemNum::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 0;
  border-top: 1px dashed #666666;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.BusinessFlow.__ID__ .FlowItem .ItemNum::before {
  left: 0;
}
.BusinessFlow.__ID__ .FlowItem .ItemNum::after {
  right: 0;
}
.BusinessFlow.__ID__ .FlowItem .ItemNum .Num {
  width: 0.56rem;
  height: 0.56rem;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  background: var(--active);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.BusinessFlow.__ID__ .FlowItem .ItemTitle {
  width: 100%;
  margin-top: 0.26rem;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0.1rem;
}
.BusinessFlow.__ID__ .FlowItem .ItemText {
  width: 100%;
  margin-top: 0.16rem;
  padding: 0 0.1rem;
}
.BusinessFlow.__ID__ .FlowItem .ItemText .Text {
  color: #666;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 750px) {
  .BusinessFlow.__ID__ .FlowList {
    flex-wrap: wrap;
  }
  .BusinessFlow.__ID__ .FlowItem {
    flex: none;
    width: 33.3333333333%;
    margin-top: 0.6rem;
  }
  .BusinessFlow.__ID__ .FlowItem:nth-child(3n) .ItemNum::after {
    display: none;
  }
  .BusinessFlow.__ID__ .FlowItem:nth-child(3n+1) .ItemNum::before {
    display: none;
  }
}

.BusinessDevice.__ID__ {
  padding: 0.49rem 0 0.67rem;
}
.BusinessDevice.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessDevice.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessDevice.__ID__ {
  background: #f2f2f2;
  overflow: visible;
  width: 100%;
}
.BusinessDevice.__ID__ .DeviceTabs {
  width: 100%;
  background: #f2f2f2;
  padding: 0.1rem 0;
}
.BusinessDevice.__ID__ .DeviceTabs.Fixed {
  position: fixed;
  left: 0;
  top: calc(1.2rem - 1px);
  z-index: 20;
  width: 100%;
  background: #fff;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabList {
  display: flex;
  flex-wrap: wrap;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI {
  position: relative;
  flex: 1;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 0.01rem;
  min-width: 1px;
  height: 0.21rem;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
  transition: background 0.3s;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:has(.TabItem:hover)::after, .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:has(.TabItem.Active)::after, .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:has(+ .TabItemI .TabItem:hover)::after, .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:has(+ .TabItemI .TabItem.Active)::after {
  background: transparent;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItem {
  display: block;
  padding: 0.14rem 0.2rem;
  background: #fff;
  color: #444;
  text-align: center;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItem:hover, .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItem.Active {
  background: var(--active);
  color: #fff;
}
@media (max-width: 900px) {
  .BusinessDevice.__ID__ .DeviceTabs.Fixed {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI {
    flex: none;
    width: 33.3333333333%;
    margin-top: 0.1rem;
  }
  .BusinessDevice.__ID__ .DeviceTabs .TabsBoard .TabItemI:nth-child(3n)::after {
    display: none;
  }
}
.BusinessDevice.__ID__ .DeviceLists {
  width: 100%;
  margin-top: 0.43rem;
}
.BusinessDevice.__ID__ .DeviceList {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.BusinessDevice.__ID__ .DeviceList.Active {
  display: flex;
}
.BusinessDevice.__ID__ .DeviceItem {
  width: calc((100% - 0.4rem) / 3);
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.41rem 0.36rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
}
.BusinessDevice.__ID__ .DeviceItem:nth-child(3n) {
  margin-right: 0;
}
.BusinessDevice.__ID__ .DeviceItem:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.BusinessDevice.__ID__ .DeviceItem .ItemImg {
  width: 100%;
  font-size: 0;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
}
.BusinessDevice.__ID__ .DeviceItem .ItemImg .Img {
  width: 100%;
  position: relative;
}
.BusinessDevice.__ID__ .DeviceItem .ItemImg .Img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.847826087%;
}
.BusinessDevice.__ID__ .DeviceItem .ItemImg .Img img {
  display: none;
}
.BusinessDevice.__ID__ .DeviceItem .ItemBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.BusinessDevice.__ID__ .DeviceItem .ItemBody .ItemLine {
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.BusinessDevice.__ID__ .DeviceItem .ItemBody .ItemTitle {
  color: var(--active);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.25rem;
}
.BusinessDevice.__ID__ .DeviceItem .ItemBody .ItemText {
  flex: 1;
  margin-top: 0.15rem;
}
.BusinessDevice.__ID__ .DeviceItem .ItemBody .ItemText .TextLine {
  color: #666;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 900px) {
  .BusinessDevice.__ID__ .DeviceItem {
    width: calc((100% - 0.2rem) / 2);
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-child(2n) {
    margin-right: 0;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-last-child(-n+3) {
    margin-bottom: 0.2rem;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .BusinessDevice.__ID__ {
    padding-top: 0.3rem;
  }
  .BusinessDevice.__ID__ .DeviceItem {
    width: 100%;
    margin-right: 0;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-child(3n) {
    margin-right: 0;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-child(2n) {
    margin-right: 0;
  }
  .BusinessDevice.__ID__ .DeviceItem:nth-last-child(-n+2) {
    margin-bottom: 0.2rem;
  }
  .BusinessDevice.__ID__ .DeviceItem:last-child {
    margin-bottom: 0;
  }
}

.BusinessDesign.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 0.7rem;
  background: #fff;
}
.BusinessDesign.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .BusinessDesign.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.BusinessDesign.__ID__ .DesignBoard {
  width: 100%;
}
.BusinessDesign.__ID__ .DesignIntro {
  width: 100%;
  margin-bottom: 0.36rem;
  display: flex;
  align-items: center;
}
.BusinessDesign.__ID__ .IntroVisual {
  width: 58%;
  font-size: 0;
}
.BusinessDesign.__ID__ .IntroVisual .VisualImg {
  width: 100%;
  position: relative;
}
.BusinessDesign.__ID__ .IntroVisual .VisualImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.7484662577%;
}
.BusinessDesign.__ID__ .IntroVisual .VisualImg img {
  display: none;
}
.BusinessDesign.__ID__ .IntroText {
  width: 42%;
  padding: 0.6rem 0.72rem;
}
.BusinessDesign.__ID__ .IntroText .Text {
  width: 100%;
  color: #666;
  line-height: 1.8;
}
.BusinessDesign.__ID__ .DesignGallery {
  width: 100%;
}
.BusinessDesign.__ID__ .GalleryBoard {
  width: 100%;
}
.BusinessDesign.__ID__ .GalleryBoard::after {
  content: "";
  display: block;
  clear: both;
}
.BusinessDesign.__ID__ .GalleryLeft {
  float: left;
  width: calc((100% - 0.36rem) * 545 / 1360);
  margin-right: 0.36rem;
  font-size: 0;
}
.BusinessDesign.__ID__ .GalleryLeft .ItemImg {
  width: 100%;
  position: relative;
}
.BusinessDesign.__ID__ .GalleryLeft .ItemImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 149.9082568807%;
}
.BusinessDesign.__ID__ .GalleryLeft .ItemImg img {
  display: none;
}
.BusinessDesign.__ID__ .GalleryRight {
  float: right;
  width: calc((100% - 0.36rem) * 815 / 1360);
  font-size: 0;
}
.BusinessDesign.__ID__ .GalleryTop {
  width: 100%;
  margin-bottom: 0.36rem;
}
.BusinessDesign.__ID__ .GalleryTop .ItemImg {
  width: 100%;
  position: relative;
}
.BusinessDesign.__ID__ .GalleryTop .ItemImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 51.6564417178%;
}
.BusinessDesign.__ID__ .GalleryTop .ItemImg img {
  display: none;
}
.BusinessDesign.__ID__ .GalleryBottom {
  width: 100%;
}
.BusinessDesign.__ID__ .GalleryBottom::after {
  content: "";
  display: block;
  clear: both;
}
.BusinessDesign.__ID__ .GalleryBottomL {
  float: left;
  width: calc((100% - 0.36rem) * 546 / 782);
  margin-right: 0.36rem;
}
.BusinessDesign.__ID__ .GalleryBottomL .ItemImg {
  width: 100%;
  position: relative;
}
.BusinessDesign.__ID__ .GalleryBottomL .ItemImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
.BusinessDesign.__ID__ .GalleryBottomL .ItemImg img {
  display: none;
}
.BusinessDesign.__ID__ .GalleryBottomR {
  float: right;
  width: calc((100% - 0.36rem) * 236 / 782);
}
.BusinessDesign.__ID__ .GalleryBottomR .ItemImg {
  width: 100%;
  position: relative;
}
.BusinessDesign.__ID__ .GalleryBottomR .ItemImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 152.9661016949%;
}
.BusinessDesign.__ID__ .GalleryBottomR .ItemImg img {
  display: none;
}
@media (max-width: 600px) {
  .BusinessDesign.__ID__ .DesignIntro {
    flex-direction: column;
    margin-bottom: 0;
  }
  .BusinessDesign.__ID__ .IntroVisual {
    width: 100%;
  }
  .BusinessDesign.__ID__ .IntroText {
    width: 100%;
    padding: 10px 0;
  }
  .BusinessDesign.__ID__ .GalleryLeft {
    width: calc((100% - 10px) * 545 / 1360);
    margin-right: 10px;
  }
  .BusinessDesign.__ID__ .GalleryRight {
    width: calc((100% - 10px) * 815 / 1360);
  }
  .BusinessDesign.__ID__ .GalleryTop {
    margin-bottom: 10px;
  }
  .BusinessDesign.__ID__ .GalleryBottomL {
    width: calc((100% - 10px) * 546 / 782);
    margin-right: 10px;
  }
  .BusinessDesign.__ID__ .GalleryBottomR {
    width: calc((100% - 10px) * 236 / 782);
  }
}

.RecruitTeam.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.RecruitTeam.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .RecruitTeam.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.RecruitTeam.__ID__ .TeamBoard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro {
  width: 46%;
  flex-shrink: 0;
  padding: 0.2rem 0;
  margin-right: 0.48rem;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroHead {
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroHead .HeadCn {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.18rem;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroHead .HeadEn {
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroText {
  color: #333;
  margin-top: 0.34rem;
  line-height: 1.9;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroText .TextLine {
  width: 100%;
}
.RecruitTeam.__ID__ .TeamBoard .TeamIntro .IntroText .TextEnd {
  width: 100%;
  margin-top: 0.32rem;
}
.RecruitTeam.__ID__ .TeamBoard .TeamVisual {
  width: 49%;
  flex-shrink: 0;
  font-size: 0;
  padding-top: 0.4rem;
}
.RecruitTeam.__ID__ .TeamBoard .TeamVisual img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  .RecruitTeam.__ID__ .TeamBoard {
    flex-direction: column;
    align-items: flex-start;
  }
  .RecruitTeam.__ID__ .TeamBoard .TeamIntro {
    width: 100%;
    margin-right: 0;
  }
  .RecruitTeam.__ID__ .TeamBoard .TeamVisual {
    width: 100%;
    padding-top: 0;
  }
}

.RecruitNeed.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.77rem 0 0.5rem;
  background: #fff;
}
.RecruitNeed.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .RecruitNeed.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.RecruitNeed.__ID__ .NeedHead {
  width: 100%;
  margin-bottom: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.RecruitNeed.__ID__ .NeedHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.RecruitNeed.__ID__ .NeedHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.RecruitNeed.__ID__ .NeedList {
  width: 100%;
}
.RecruitNeed.__ID__ .NeedList .NeedItem {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 0.2rem;
}
.RecruitNeed.__ID__ .NeedList .NeedItem:last-child {
  margin-bottom: 0;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro {
  width: 27.2%;
  flex-shrink: 0;
  background: var(--active);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroText {
  width: 100%;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroTitle {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroTime {
  color: #fff;
  margin-top: 0.16rem;
  line-height: 1.4;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroBtn {
  display: inline-block;
  margin-top: 0.9rem;
  padding: 0.0725rem 0.24rem;
  background: #000;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroBtn:hover {
  background: #fff;
  color: var(--active);
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard {
  flex: 1;
  min-width: 0;
  background: #f2f2f2;
  padding: 0.54rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock {
  width: 100%;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock:not(:last-child) {
  margin-bottom: 0.28rem;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock .BlockTitle {
  color: var(--active);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.08rem;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock .BlockText {
  color: #666;
  line-height: 1.7;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock .BlockText .TextLine {
  width: 100%;
  position: relative;
}
.RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard .BoardBlock .BlockText .TextLine::before {
  content: "•";
}
@media (max-width: 900px) {
  .RecruitNeed.__ID__ .NeedList .NeedItem {
    flex-direction: column;
  }
  .RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro {
    width: 100%;
    padding: 0.3rem 0.2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroText {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroTime {
    margin-top: 0;
    margin-left: 0.4rem;
  }
  .RecruitNeed.__ID__ .NeedList .NeedItem .ItemIntro .IntroBtn {
    margin-top: 0;
  }
  .RecruitNeed.__ID__ .NeedList .NeedItem .ItemBoard {
    padding: 0.24rem 0.2rem;
  }
}

.RecruitGet.__ID__ {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 0.96rem;
  background: #fff;
}
.RecruitGet.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .RecruitGet.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.RecruitGet.__ID__ .GetHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.RecruitGet.__ID__ .GetHead .HeadTitle {
  color: var(--active);
  font-weight: 700;
  text-align: center;
  padding: 0.105rem 0;
  position: relative;
  z-index: 5;
}
.RecruitGet.__ID__ .GetHead .HeadTitle::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.02rem;
  min-height: 1px;
  background: var(--active);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.RecruitGet.__ID__ .GetList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.RecruitGet.__ID__ .GetList .GetItem {
  width: calc((100% - 0.54rem) / 4);
  margin-right: 0.18rem;
  background: #f2f2f2;
  padding: 0.5rem 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.RecruitGet.__ID__ .GetList .GetItem:nth-child(4n) {
  margin-right: 0;
}
.RecruitGet.__ID__ .GetList .GetItem .ItemIcon {
  width: 0.69rem;
  height: 0.69rem;
  min-width: 0.69rem;
  min-height: 0.69rem;
  border: 0.02rem solid var(--active);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.RecruitGet.__ID__ .GetList .GetItem .ItemIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.RecruitGet.__ID__ .GetList .GetItem .ItemText {
  width: 100%;
  color: var(--theme);
  margin-top: 0.2rem;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.RecruitGet.__ID__ .GetList .GetItem .ItemText .TextLine {
  width: 100%;
}
.RecruitGet.__ID__ .GetList .GetItem:hover {
  background: #fff;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.04rem);
}
.RecruitGet.__ID__ .GetList .GetItem:hover .ItemIcon {
  border-color: var(--active);
  transform: scale(1.08);
  box-shadow: 0 0.04rem 0.12rem rgba(182, 142, 83, 0.35);
}
.RecruitGet.__ID__ .GetList .GetItem:hover .ItemIcon img {
  transform: scale(1.1);
}
.RecruitGet.__ID__ .GetList .GetItem:hover .ItemText {
  color: var(--active);
}
@media (max-width: 900px) {
  .RecruitGet.__ID__ .GetList .GetItem {
    width: calc((100% - 0.18rem) / 2);
    margin-right: 0.18rem;
    margin-bottom: 0.18rem;
  }
  .RecruitGet.__ID__ .GetList .GetItem:nth-child(2n) {
    margin-right: 0;
  }
  .RecruitGet.__ID__ .GetList .GetItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .RecruitGet.__ID__ .GetList .GetItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.18rem;
  }
  .RecruitGet.__ID__ .GetList .GetItem:last-child {
    margin-bottom: 0;
  }
}

.AboutInfo.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.AboutInfo.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutInfo.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .AboutInfo.__ID__ .Container {
    padding: 0;
  }
}
.AboutInfo.__ID__ .InfoBoard {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.AboutInfo.__ID__ .InfoBoard .InfoIntro {
  flex: 1;
  min-width: 0;
  padding: 1.2rem 0 1rem;
  margin-right: 0.7rem;
}
@media (max-width: 1200px) {
  .AboutInfo.__ID__ .InfoBoard .InfoIntro {
    padding: 1.2rem 10px 1rem;
  }
}
.AboutInfo.__ID__ .InfoBoard .InfoIntro .IntroHead {
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.AboutInfo.__ID__ .InfoBoard .InfoIntro .IntroHead .HeadCn {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.18rem;
}
.AboutInfo.__ID__ .InfoBoard .InfoIntro .IntroHead .HeadEn {
  color: #666;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}
.AboutInfo.__ID__ .InfoBoard .InfoIntro .IntroText {
  width: 100%;
  color: var(--theme);
  margin-top: 0.42rem;
  line-height: 2;
  /* text-align: justify; */
}
.AboutInfo.__ID__ .InfoBoard .InfoStats {
  width: 24.6%;
  min-width: 200px;
  flex-shrink: 0;
  padding: 0.5rem 0.36rem;
  background-position: center;
  background-size: cover;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsList {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.34rem;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem:last-child {
  margin-bottom: 0;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemData {
  width: 100%;
  display: flex;
  align-items: center;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemIcon {
  width: 0.22rem;
  height: 0.22rem;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  margin-right: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemNum {
  flex: 1;
  min-width: 0;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemNum .Num {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  font-style: italic;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemNum .Num span {
  color: #fff;
  font-weight: 700;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemLabel::before {
  content: "";
  width: 0.22rem;
  min-width: 18px;
  display: inline-block;
  margin-right: 0.16rem;
}
.AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemLabel {
  width: 100%;
  color: #fff;
  margin-top: 0.06rem;
  line-height: 1.4;
  opacity: 0.92;
}
@media (max-width: 500px) {
  .AboutInfo.__ID__ .InfoBoard .InfoStats {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0.3rem;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsList {
    width: auto;
    align-items: center;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem {
    width: auto;
    align-items: center;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemData {
    width: auto;
    justify-content: center;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemNum {
    flex: 0 0 auto;
    width: auto;
    min-width: auto;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemLabel {
    width: auto;
    text-align: center;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoStats .StatsItem .ItemLabel::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .AboutInfo.__ID__ .InfoBoard {
    flex-direction: column;
  }
  .AboutInfo.__ID__ .InfoBoard .InfoIntro {
    width: 100%;
    margin-right: 0;
    padding: 0.4rem 0.3rem;
  }
}

.AboutAdvant.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0.7rem 0 0.9rem;
}
.AboutAdvant.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutAdvant.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.AboutAdvant.__ID__ .AdvantList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.1rem;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem .ItemIcon {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 52.5px;
  min-height: 52.5px;
  border: 0.02rem solid var(--active);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem .ItemIcon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem .ItemTitle {
  width: 100%;
  color: #333;
  font-weight: 700;
  margin-top: 0.32rem;
  line-height: 1.3;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem .ItemText {
  width: 100%;
  color: #666;
  margin-top: 0.12rem;
  line-height: 1.8;
}
.AboutAdvant.__ID__ .AdvantList .AdvantItem .ItemText .TextLine {
  width: 100%;
}
.AboutAdvant.__ID__ .AdvantList .AdvantLine {
  width: 0;
  height: 1.4rem;
  flex-shrink: 0;
  margin: 0 0.12rem;
  border-left: 0.01rem dashed #ccc;
}
@media (max-width: 900px) {
  .AboutAdvant.__ID__ .AdvantList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .AboutAdvant.__ID__ .AdvantList .AdvantItem {
    width: 50%;
    flex: none;
    padding: 0.2rem 0.15rem;
  }
  .AboutAdvant.__ID__ .AdvantList .AdvantLine {
    display: none;
  }
}
@media (max-width: 500px) {
  .AboutAdvant.__ID__ .AdvantList .AdvantItem {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .AboutAdvant.__ID__ {
    padding: 0.5rem 0 0.6rem;
  }
}

.AboutCompany.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0.6rem;
}
.AboutCompany.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutCompany.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.AboutCompany.__ID__ .CompanyBoard {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft {
  width: calc((100% - 0.2rem) / 2);
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6191155492%;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg .ImgBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg .ImgCaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.06rem 0.12rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: background-color 0.3s ease;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg:hover .ImgBox {
  transform: scale(1.05);
}
.AboutCompany.__ID__ .CompanyBoard .CompanyLeft .GroupImg:hover .ImgCaption {
  background: var(--active);
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight {
  width: calc((100% - 0.2rem) / 2);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.12rem;
  font-size: 0;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow:last-child {
  margin-bottom: 0;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowImgs {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowItem {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowItem:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowItem .ItemImg {
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowItem .ItemImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.7647058824%;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowItem:hover .ItemImg {
  transform: scale(1.05);
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow .RowCaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.06rem 0.12rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: background-color 0.3s ease;
}
.AboutCompany.__ID__ .CompanyBoard .CompanyRight .CompanyRow:hover .RowCaption {
  background: var(--active);
}
@media (max-width: 750px) {
  .AboutCompany.__ID__ .CompanyBoard {
    flex-direction: column;
  }
  .AboutCompany.__ID__ .CompanyBoard .CompanyLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.12rem;
  }
  .AboutCompany.__ID__ .CompanyBoard .CompanyRight {
    width: 100%;
  }
}

.AboutDH.__ID__ {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  padding: 0.8rem 0 0.74rem;
}
.AboutDH.__ID__ .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .AboutDH.__ID__ .layout {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}
.AboutDH.__ID__ .DHBoard {
  width: 100%;
  display: flex;
}
.AboutDH.__ID__ .DHBoard .DHVisual {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  font-size: 0;
  margin-right: 0.8rem;
}
.AboutDH.__ID__ .DHBoard .DHVisual .VisualImg {
  width: 100%;
}
.AboutDH.__ID__ .DHBoard .DHVisual .VisualImg img {
  width: 100%;
  display: block;
}
.AboutDH.__ID__ .DHBoard .DHVisual .VisualIcon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 0.56rem;
  height: 0.56rem;
  min-width: 42px;
  min-height: 42px;
  transform: translate(50%, -50%);
}
.AboutDH.__ID__ .DHBoard .DHVisual .VisualIcon img {
  width: 100%;
  height: 100%;
  display: block;
}
.AboutDH.__ID__ .DHBoard .DHIntro {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroText {
  width: 100%;
  color: var(--theme);
  line-height: 1.9;
  text-align: justify;
  padding: 0.24rem 0;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroText .TextPara {
  width: 100%;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroText .TextPara + .TextPara {
  margin-top: 0.2rem;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroBtn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.14rem;
  padding: 0.0925rem 0.285rem;
  background: var(--active);
  transition: all 0.3s;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroBtn:hover {
  background: var(--theme);
  color: var(--active);
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroBtn .BtnText {
  color: #fff;
  white-space: nowrap;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroBtn .BtnIcon {
  width: 0.18rem;
  margin-left: 0.1rem;
  font-size: 0;
  flex-shrink: 0;
}
.AboutDH.__ID__ .DHBoard .DHIntro .IntroBtn .BtnIcon img {
  width: 100%;
  display: block;
}
@media (max-width: 900px) {
  .AboutDH.__ID__ .DHBoard {
    flex-direction: column;
    align-items: flex-start;
  }
  .AboutDH.__ID__ .DHBoard .DHVisual {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .AboutDH.__ID__ .DHBoard .DHVisual .VisualIcon {
    transform: none;
  }
  .AboutDH.__ID__ .DHBoard .DHIntro {
    width: 100%;
  }
}