@charset "UTF-8";

/*
	FONT SIZE HIERARCHY
	---------------------------

    Default font-size for HTML :    16px
    blockquote                 :    1rem
    body                       :    1rem
    form                       :    0.875rem  14px
    h1                         :    3.375rem  58px
    h2                         :    2.375rem  38px
    h3                         :    1.75rem  28px
    h4                         :    1.25rem   20px
    h5                         :    1rem
    h6                         :    0.75rem  12px
	GLOBAL SPACING HIERARCHY WITH <section>
	---------------------------

    Default                    :    6.5625rem
    Large                      :    11.375rem
    Small                      :    4.8125rem
    Default (mobile)           :    4.265625rem
    Large (mobile)             :    4.265625rem
    Small (mobile)             :    2.625rem
	COLOR PALETTE
	---------------------------
    Placeholder Text Color     :    #E6E6E8
	Primary Background Color   :    transparent
	Highlight Color            :    #EC5E79, #E8588C
	Primary Text Color         :    #212121, #474747
    Heading Text Color         :    #212121
	Subordinate Text Color     :    #AEAEAE
	Dividing Line Color        :    #F4F4F4
    Button Gradient Color      :    #EC5E79, #f60, #d83ba0
	TABLE OF CONTENTS
	---------------------------

    ${{TOC}}
*/
/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

/*特殊数字*/
@font-face {
  font-family: 'Gilroy_l';
  src: url("fonts/Gilroy-Light.eot");
  src: url("fonts/Gilroy-Lightd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype"), url("fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy_m';
  src: url("fonts/Gilroy-Medium.eot");
  src: url("fonts/Gilroy-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype"), url("fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy_b';
  src: url("fonts/Gilroy-Bold.eot");
  src: url("fonts/Gilroy-Boldd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype"), url("fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy_r';
  src: url("fonts/Gilroy-Regular.eot");
  src: url("fonts/Gilroy-Regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'History';
  src: url("fonts/History-Two.eot");
  src: url("fonts/History-Twod41d.eot?#iefix") format("embedded-opentype"), url("fonts/History-Two.woff2") format("woff2"), url("fonts/History-Two.woff") format("woff"), url("fonts/History-Two.ttf") format("truetype"), url("fonts/History-Two.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*正常英文*/
.num_sty {
  font-family: 'History';
}

.en_l {
  font-family: 'Gilroy_l';
}

.en_b,
.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_num,
.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box .row04_tit span,
.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .sha_case>div span {
  font-family: 'Gilroy_b';
}

.en_m,
.pub_title_en,
.brand_t_body .row04 .row04_case .row04_box .pub_info span {
  font-family: 'Gilroy_m';
}

.en_r {
  font-family: 'Gilroy_r';
}

::placeholder {
  color: white;
}

:root {
  --blue: #007007;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */
  width: 100%;
  overflow-x: hidden;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Source Han Serif SC", "Source Han SansCN", "Noto Sans SC", sans-serif;
  color: white;
  background-color: #000;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #F8F8F8;
  border-left: 5px solid #FF0012;
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: #FF0012;
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.421875rem 0;
  border-color: #F4F4F4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.link {
  text-decoration: underline;
  color: #FF0012;
}

a.link:hover {
  color: #FF0012;
}

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
  margin-top: 0;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
  font-family: Arial, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Source Han Serif SC", "Source Han SansCN", "Noto Sans SC", sans-serif;
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: #FF0012 !important;
}

.font-sub-color {
  color: #AEAEAE !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

/*
 ---------------------------
 5. Table & List Effect by Default
 ---------------------------
 */
/* Compatible with  Uix Shortcodes (WordPress Plugin) */
.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
  color: #FF0012;
}

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
  color: #FF0012;
  text-decoration: underline;
}

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
  text-decoration: none;
}

/*
 ---------------------------
 6. Drop Cap
 ---------------------------
 */
.dropcap::first-letter,
.dropcap>p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: -2px;
}

/* ======================================================
   <!-- Spacing -->
/* ====================================================== */
section,
.section {
  position: relative;
}

section,
.section {
  padding: 0rem 0;
}

section.space-sm,
.section.space-sm {
  padding: 0rem 0;
}

section.space-lg,
.section.space-lg {
  padding: 0rem 0;
}

section.space-none,
.section.space-none {
  padding: 0 !important;
}

section.space-none-top,
.section.space-none-top {
  padding-top: 0 !important;
}

section.space-none-bottom,
.section.space-none-bottom {
  padding-bottom: 0 !important;
}

section.site-google-map,
.section.site-google-map {
  padding-top: 0 !important;
}

@media all and (max-width: 768px) {

  section,
  .section {
    padding: 0rem 0;
  }

  section.space-sm,
  .section.space-sm {
    padding: 0rem 0;
  }

  section.space-lg,
  .section.space-lg {
    padding: 0rem 0;
  }

  section.space-none,
  .section.space-none {
    padding: 0;
  }

  section.space-none-top,
  .section.space-none-top {
    padding-top: 0;
  }

  section.space-none-bottom,
  .section.space-none-bottom {
    padding-bottom: 0;
  }

  section.site-google-map,
  .section.site-google-map {
    padding-top: 0;
  }
}

html {
  font-size: 100px;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 110px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1536px) {
  html {
    font-size: 82px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  -webkit-appearance: none;
}

.single,
.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_box .ind_tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.morels {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

img[src=""],
img:not([src]) {
  opacity: 0;
  display: none;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.pure:before,
.pure:after {
  content: " ";
  display: table;
}

.pure:after {
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
}

.loading_box {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.loading_box .b_crl {
  width: 84.27vw;
  height: 84.27vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.04);
  position: absolute;
  left: 0;
  bottom: -10vw;
  animation: l001 5s ease infinite;
}

.loading_box .m_crl {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 0.2rem solid rgba(255, 255, 255, 0.04);
  position: absolute;
  left: 78vw;
  bottom: -15vw;
  animation: l002 5s ease infinite;
}

@keyframes l001 {
  0% {
    transform: none;
  }

  50% {
    transform: translate(0.5rem, 0.6rem);
  }

  100% {
    transform: none;
  }
}

@keyframes l002 {
  0% {
    transform: none;
  }

  50% {
    transform: translate(0.5rem, 0.6rem);
  }

  100% {
    transform: none;
  }
}

.loading_box.on {
  opacity: 1;
  pointer-events: all;
}

.loading_box.ron {
  transform: scale(55);
  pointer-events: none;
  transition: transform 1.5s ease-in;
}

.loading_box .load_text {
  display: flex;
  justify-content: space-between;
  padding-left: .6rem;
  padding-right: 1.07rem;
  align-items: flex-end;
  padding-bottom: .74rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.loading_box .load_text .load_copy {
  font-size: .14rem;
  line-height: 1.71;
}

.loading_box .load_text .load_num_case {
  display: flex;
  align-items: flex-end;
  line-height: .75;
  font-size: .36rem;
}

.loading_box .load_text .load_num_case .load_num {
  font-size: .72rem;
  margin-right: .36rem;
}

body:not(.ind_body) .loading_box {
  display: none !important;
}

@keyframes combine-two {
  25% {
    transform: translate(0, -100%);
  }

  50% {
    transform: translate(0, 50%);
  }

  75% {
    transform: translate(0, 150%);
  }
}

.combine-two {
  height: 0.3rem;
  position: relative;
  width: 0.3rem;
}

.combine-two div {
  --rotation: 45;
  position: absolute;
  transform: rotate(calc(var(--rotation) * 1deg));
}

.combine-two div:after {
  animation: combine-two 1.5s infinite ease;
  border: 0.15rem solid transparent;
  border-top-color: #FF0012;
  content: '';
  display: block;
  height: 0.3rem;
  width: 0.3rem;
}

.combine-two div:nth-child(2) {
  --rotation: 135;
}

.combine-two div:nth-child(3) {
  --rotation: 225;
}

.combine-two div:nth-child(4) {
  --rotation: 315;
}

@media screen and (orientation: portrait) {
  .combine-two {
    height: 0.6rem;
    width: 0.6rem;
    transform: scale(0.8);
    transform-origin: 50% 0;
  }

  .combine-two div:after {
    border-width: 0.3rem;
    height: 0.6rem;
    width: 0.6rem;
  }
}

.disable-hover {
  pointer-events: all;
}

.hide {
  opacity: 0 !important;
  pointer-events: none;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.025);
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #FF0012;
  border-radius: 4px;
}

*::-webkit-scrollbar:horizontal {
  height: 4px;
}

.linear-bg {
  background: linear-gradient(90deg, #5ba34f 0%, rgba(91, 163, 79, 0.08) 100%);
}

.linear-txt {
  background: linear-gradient(90deg, #FF0012 0%, #FF0012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}

.img-txt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.-ms- .linear-txt {
  color: #FF0012;
  background: transparent;
}

.-ms- .img-txt {
  color: #fff;
  background: none !important;
}

.swiper-wrapper {
  /*transition-timing-function: ease;*/
}

.shubiao_box .swiper-container {
  cursor: url("../image/shubiao.html"), move;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide.active {
  pointer-events: auto;
}

.delay1 {
  animation-delay: 0.4s !important;
}

.delay2 {
  animation-delay: 0.6s !important;
}

.delay3 {
  animation-delay: 0.8s !important;
}

.delay4 {
  animation-delay: 1s !important;
}

.delay5 {
  animation-delay: 1.2s !important;
}

.delay6 {
  animation-delay: 1.4s !important;
}

.delay7 {
  animation-delay: 1.6s !important;
}

.delay8 {
  animation-delay: 1.8s !important;
}

.delay9 {
  animation-delay: 2s !important;
}

.delay10 {
  animation-delay: 2.2s !important;
}

.delay11 {
  animation-delay: 2.4s !important;
}

.delay12 {
  animation-delay: 2.6s !important;
}

.delay13 {
  animation-delay: 2.8s !important;
}

.delay14 {
  animation-delay: 3s !important;
}

.delay15 {
  animation-delay: 3.2s !important;
}

.delay16 {
  animation-delay: 3.4s !important;
}

.delay17 {
  animation-delay: 3.6s !important;
}

.delay18 {
  animation-delay: 3.8s !important;
}

.delay19 {
  animation-delay: 4s !important;
}

.delay20 {
  animation-delay: 4.2s !important;
}

.delay21 {
  animation-delay: 4.4s !important;
}

.delay22 {
  animation-delay: 4.6s !important;
}

.delay23 {
  animation-delay: 4.8s !important;
}

.delay24 {
  animation-delay: 5s !important;
}

.delay25 {
  animation-delay: 5.2s !important;
}

.delay26 {
  animation-delay: 5.4s !important;
}

.delay27 {
  animation-delay: 5.6s !important;
}

.delay28 {
  animation-delay: 5.8s !important;
}

.delay29 {
  animation-delay: 6s !important;
}

.alan {
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
  animation-duration: 1s;
}

.line_btn_s span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  line-height: inherit;
}

.line_btn_s span div {
  display: none;
}

.line_btn_s span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #0b0b0d 5%, #FF0012 10%, #FF0012 95%, #0b0b0d);
  transform-origin: left;
  transform: translateX(-100%);
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (orientation: landscape) {
  .line_btn_s:hover span::before {
    transition: transform 0.4s cubic-bezier(0.67, 0, 0.33, 1);
    transform: translateX(100%);
  }
}

.text-decoration {
  text-decoration-color: #FF0012;
  text-decoration-thickness: 0.1em;
  text-underline-offset: var(--offset, 0.25em);
  transition: --offset .3s, color .3s;
}

@media screen and (orientation: landscape) {
  .text-decoration:hover {
    --offset: .55em;
    color: #FF0012;
  }
}

.btn_hove {
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  .btn_hove:hover .btn__text--animated span {
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, -66%, 1px) rotateX(90deg);
  }

  .btn_hove:hover .btn__text--animated span+span {
    transform: none;
  }
}

.btn__text--animated {
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 1.8em;
  position: relative;
}

.btn__text--animated span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  visibility: visible;
}

.btn__text--animated span+span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 33%, 1px) rotateX(-90deg);
}

@media screen and (orientation: landscape) {
  .btn__text--animated:hover span {
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, -66%, 1px) rotateX(90deg);
  }

  .btn__text--animated:hover span+span {
    transform: none;
  }
}

.button {
  --light: #fff;
  --dark: #414856;
  --border: #C3C8DE;
  --background: #4F29F0;
  position: relative;
  border: 1px solid #FF0012;
  background: none;
  color: #FF0012;
  cursor: pointer;
  outline: none;
  transition: transform 0.1s linear, color 0.1s linear, background 0.15s linear;
  width: 1.8rem;
  height: .64rem;
  min-width: 120px;
  min-height: 40px;
  border-radius: .8rem;
  padding: 1px;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

@media screen and (orientation: landscape) {
  .button:hover {
    background-color: #FF0012;
    border-color: transparent;
    color: #ffffff;
  }
}

.button .link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  color: inherit;
}

.button span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  font-size: .18rem;
  transition: transform 0.15s linear;
  white-space: nowrap;
  color: inherit;
}

.button span i {
  font-size: .24rem;
  margin-left: .16rem;
  line-height: 1;
  margin-right: -.14rem;
}

.button.color1 {
  border-color: transparent;
  color: #fff;
  background: #FF0012;
}

@media screen and (orientation: landscape) {
  .button.color1:hover {
    background-color: #FF0012;
  }
}

.button.color2 {
  border-color: transparent;
  color: #fff;
  background: #FF0012;
}

@media screen and (orientation: landscape) {
  .button.color2:hover {
    background-color: #FF0012;
    border-color: transparent;
    color: #ffffff;
  }
}

.button.color3 {
  border-color: #FF0012;
  color: #FF0012;
  background: transparent;
}

@media screen and (orientation: landscape) {
  .button.color3:hover {
    background-color: #FF0012;
    border-color: transparent;
    color: #ffffff;
  }
}

@media screen and (orientation: portrait) {
  .button {
    transform: none !important;
    display: inline-flex;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .button .link_btn {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0 .6rem;
  }

  .button span {
    transform: none !important;
    font-size: .28rem;
    line-height: 3;
  }

  .button span i {
    font-size: .4rem;
    margin-bottom: -.3em;
    margin-top: -.3em;
  }
}

.cursor {
  position: fixed;
  top: -50px;
  z-index: 99;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: none;
  border: solid 2px #FF0012;
  pointer-events: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.cursor.on {
  transform: scale(1.5);
  cursor: none;
  background: #fff;
  border-color: #fff;
}

@media screen and (orientation: portrait) {
  .cursor {
    display: none;
  }
}

.c-about__image-wrapper {
  position: relative;
  transform: rotate(-5deg);
}

.c-about__image-wrapper:before {
  background: repeating-linear-gradient(45deg, #FF0012, #FF0012 0.1rem, transparent 0, transparent 0.5rem);
  border: 0.1rem solid var(--accent);
  content: "";
  inset: 1rem 1rem -1rem -1rem;
  position: absolute;
  z-index: -1;
}

.pub_banner_title {
  font-size: .6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4286;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
  margin: -.21em 0;
}

.pub_banner_title_en {
  font-size: .26rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin-top: .28rem;
}

.pub_title {
  font-size: .48rem;
  line-height: 1;
}

.pub_title.col_o {
  color: #FF0012;
}

.pub_title_en {
  font-size: .6rem;
  line-height: 1.06666;
}

.pub_info {
  font-size: .14rem;
  line-height: 1.85714;
  text-align: justify;
}

.pub_info_en {
  font-size: .12rem;
  line-height: 1.5;
  color: rgba(22, 21, 21, 0.3);
  font-family: 'en_l';
}

.pub_info_s {
  font-size: .24rem;
  line-height: 1;
  text-align: justify;
}

.pub_title_n {
  line-height: 1;
  font-size: .36rem;
  font-weight: bold;
}

.pub_title_n_en {
  font-size: .3rem;
  line-height: 1.1;
  font-family: 'en_l';
}

.pub_mess {
  font-size: .2rem;
  color: white;
  line-height: 1.6;
  text-align: center;
  margin-top: .38rem;
}

.case_title {
  font-size: .56rem;
  font-weight: 700;
  line-height: 1.392857;
}

.case_title_en {
  color: rgba(20, 29, 60, 0.6);
  font-weight: lighter;
  font-size: .26rem;
  line-height: 1;
  margin-top: .18rem;
  text-align: center;
}

.pub_case {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}

.ind_body .pub_case {
  width: 93.75%;
  max-width: 2000px;
}

.font_b {
  font-weight: 700;
}

@media screen and (orientation: portrait) {
  .pub_banner_title {
    font-size: .64rem;
    letter-spacing: .01em;
    line-height: 1.40625;
  }

  .pub_banner_n_title {
    font-size: .52rem;
  }

  .pub_banner_n_title {
    margin-bottom: -.5rem;
  }

  .con_mess {
    margin-top: .5rem;
  }

  .con_mess>div {
    font-size: .24rem;
    transform: translateY(0.3rem);
  }

  .pub_banner_title_en,
  .pub_title_n_en {
    font-size: .2rem;
    margin-top: .3rem;
  }

  .ind_body .pub_title {
    font-size: .46rem;
  }

  .pub_title,
  .pub_title_n {
    font-size: .46rem;
  }

  .pub_title_l {
    font-size: .24rem;
    font-weight: lighter;
    line-height: 1;
  }

  .pub_info {
    font-size: .24rem;
    line-height: 1.81;
    margin-top: .3rem;
  }

  .pub_info_s {
    font-size: .24rem;
    line-height: 1.81;
  }

  .pub_mess {
    font-size: .28rem;
    line-height: 1.81;
    margin-top: .5rem;
  }

  .pub_case {
    width: 100%;
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .ind_body .pub_case {
    width: 100%;
  }
}

.pub_img_box {
  overflow: hidden;
  position: relative;
}

.pub_img_box::before {
  content: '';
  display: block;
  margin-top: 100%;
}

.pub_img_box .pub_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: all .5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.pub_img_box>img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  transition: all .5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.bg_font {
  line-height: .73;
  color: rgba(201, 201, 201, 0.46);
  text-transform: uppercase;
  font-family: 'Gilmer_B';
  position: absolute;
  pointer-events: none;
  font-size: 2.05rem;
}

.bg_font span {
  display: block;
}

.img_sty {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.img_sty img {
  display: block;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  width: 100%;
}

.img_sty img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (orientation: landscape) {
  .img_sty:hover img {
    opacity: 0;
  }

  .img_sty:hover img:nth-child(2) {
    opacity: 1;
  }
}

.pop,
.img_big_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.pop .mask,
.img_big_box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .3s ease;
}

.pop .com,
.img_big_box .com {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop .com .videoBox,
.img_big_box .com .videoBox {
  width: 50vw;
  height: 1.55rem;
  position: relative;
  transition: all .5s ease;
}

.pop .com .videoBox video,
.img_big_box .com .videoBox video {
  position: absolute;
  width: calc(100% - 70px);
  left: 0;
  top: 0;
  height: calc(100% - (70px / 16 * 9));
  opacity: 0;
  transition: opacity .3s ease;
}

@media screen and (orientation: landscape) {

  .pop .com .videoBox video,
  .img_big_box .com .videoBox video {
    left: 35px;
  }
}

.pop .com .videoBox>a.iconfont,
.img_big_box .com .videoBox>a.iconfont {
  font-size: 0.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -0.42rem;
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
  cursor: pointer;
}

@media screen and (orientation: landscape) {

  .pop .com .videoBox>a.iconfont:hover,
  .img_big_box .com .videoBox>a.iconfont:hover {
    color: #FF0012;
  }
}

@media screen and (orientation: portrait) {

  .pop .com .videoBox>a.iconfont,
  .img_big_box .com .videoBox>a.iconfont {
    top: calc(100% + .5rem);
    right: auto;
    left: 50%;
    margin-left: -.25rem;
    transform: scale(0.7);
  }

  .pop .com .videoBox>a.iconfont::before,
  .img_big_box .com .videoBox>a.iconfont::before {
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    width: 138%;
    height: 138%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    border: 1px solid #fff;
    border-radius: 100%;
  }
}

@media screen and (orientation: landscape) {

  .pop .com .videoBox .big_img_box,
  .img_big_box .com .videoBox .big_img_box {
    width: calc(100% - 70px);
    height: 100%;
    position: relative;
    opacity: 0;
    margin: 0 auto;
  }

  .pop .com .videoBox .big_img_box img,
  .img_big_box .com .videoBox .big_img_box img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.pop .com .videoBox .big_img_box,
.img_big_box .com .videoBox .big_img_box {
  max-height: calc(75vh - .5rem);
  overflow: auto;
}

.pop .com .videoBox .big_img_box img,
.img_big_box .com .videoBox .big_img_box img {
  max-width: 500vw;
}

.pop.on,
.img_big_box.on {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.pop.on .mask,
.img_big_box.on .mask {
  opacity: 1;
  transition-delay: 0.3s;
}

.pop.on .com .videoBox,
.img_big_box.on .com .videoBox {
  width: 70vw;
  height: calc(70vw / 16 * 9);
  transition-delay: 0.3s;
}

@media screen and (min-width: 3400px) {

  .pop.on .com .videoBox,
  .img_big_box.on .com .videoBox {
    width: 1920px;
    height: 1080px;
  }
}

.pop.on .com .videoBox video,
.img_big_box.on .com .videoBox video {
  opacity: 1;
  transition-delay: 0.6s;
}

.pop.on .com .videoBox .big_img_box,
.img_big_box.on .com .videoBox .big_img_box {
  -webkit-overflow-scrolling: touch;
  position: static;
  opacity: 1;
  transition-delay: 0.6s;
}

.pop.on .com .videoBox>a.iconfont,
.img_big_box.on .com .videoBox>a.iconfont {
  opacity: 1;
}

.img_big_box .com .videoBox {
  opacity: 0;
  padding: 0.25rem;
  background-color: #fff;
  width: 90vw;
}

.img_big_box .com .videoBox .big_img_box {
  padding: .1rem;
}

.img_big_box.on .com .videoBox {
  width: 90vw;
  max-height: 75vh;
  height: auto;
  opacity: 1;
}

.btn_big_sty {
  display: none;
}

.btn_big {
  position: relative;
  pointer-events: none;
}

@media screen and (orientation: portrait) {
  .btn_big {
    pointer-events: auto;
    cursor: pointer;
  }

  .btn_big_sty {
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    position: absolute !important;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .8rem;
    height: .8rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #FF0012;
    line-height: 1;
    z-index: 4;
    box-shadow: 0.3rem 0 0.5rem -0.2rem rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border: 1px solid rgba(190, 156, 101, 0.1);
    display: none;
  }

  .btn_big_sty i {
    font-size: .5rem;
    display: block;
    text-align: center;
  }

  .btn_big_sty .big_sty_b>div {
    display: none;
  }
}

.line_box {
  position: relative;
}

.line_box .line_sty {
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .3s ease-in-out;
  background-color: #FF0012;
  width: 4em;
  height: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}

.marc_font,
.ind_body .ind_case_lb .banner_case .banner_font span {
  font-weight: bolder;
  -webkit-text-stroke: 0.5px rgba(140, 25, 2, 0.6);
  color: transparent;
}

.ind_body .nav {
  background-color: transparent;
}

.nav {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  color: white;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  pointer-events: none;
}

.nav::after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}

.nav.nav_hover::after {
  opacity: 1;
  pointer-events: all;
}

.nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.75);
  transition: height 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  height: 0;
}

.nav .nav_con_c {
  display: flex;
  justify-content: space-between;
  padding: 0 .3rem;
  z-index: 2;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.nav .nav_con_c .logo_case {
  padding: 0 0 0;
  position: absolute;
  top: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
}

.nav .nav_con_c .logo_case .logo_box {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
}

.nav .nav_con_c .logo_case .logo_box img {
  width: 100%;
  height: 0.4rem;
}

.nav .nav_con_c .logo_case .logo_box i {
  font-size: 1.42rem;
  display: flex;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav .nav_con_c .n_share_box {
  display: flex;
  position: relative;
  padding-right: .3rem;
  margin-left: auto;
  margin-top: .1rem;
}

.nav .nav_con_c .n_share_box .otherItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  overflow: hidden;
  font-size: .16rem;
}

.nav .nav_con_c .n_share_box>div {
  display: inline-flex;
  align-items: center;
  margin-left: .2rem;
}

.nav .nav_con_c .n_share_box>div a,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m) {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: color .5s ease-out;
  position: relative;
  pointer-events: auto;
}

.nav .nav_con_c .n_share_box>div a .iconfont,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m) .iconfont {
  display: block;
  line-height: 1;
  font-size: .15rem;
  padding: .15rem;
}

.nav .nav_con_c .n_share_box>div a.otherItem a,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m).otherItem a {
  padding: .15rem;
}

.nav .nav_con_c .n_share_box>div a.otherItem>div,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m).otherItem>div {
  width: .8rem;
  padding: .1rem .2rem;
  height: auto;
  left: 50%;
  margin-left: -.4rem;
}

.nav .nav_con_c .n_share_box>div a.otherItem>div a,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m).otherItem>div a {
  color: #FF0012;
  line-height: 2;
  padding: 0;
  text-align: center;
  display: block;
}

@media screen and (orientation: landscape) {

  .nav .nav_con_c .n_share_box>div a.otherItem>div a:hover,
  .nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m).otherItem>div a:hover {
    color: white;
  }
}

.nav .nav_con_c .n_share_box>div a>div,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m)>div {
  width: 2rem;
  height: 2rem;
  position: absolute;
  padding: .3rem;
  border-radius: .16rem;
  right: 0;
  top: 120%;
  transform: translateY(20%);
  transition: transform .5s ease-out, opacity .5s ease-out;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
}

.nav .nav_con_c .n_share_box>div a>div img,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m)>div img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (orientation: landscape) {

  .nav .nav_con_c .n_share_box>div a:hover,
  .nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m):hover {
    color: #FF0012;
  }
}

.nav .nav_con_c .n_share_box>div a:hover>div,
.nav .nav_con_c .n_share_box>div>div:not(.btn_nav_m):hover>div {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

.nav .nav_con_c .n_share_box .sha_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav .nav_con_c .n_share_box .sha_box .search_box {
  width: .5rem;
  height: .46rem;
  border-radius: .3rem;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition: width 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.nav .nav_con_c .n_share_box .sha_box .search_box form {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.nav .nav_con_c .n_share_box .sha_box .search_box form input {
  width: calc(100% - .5rem);
  height: 100%;
  font-size: .12rem;
  text-indent: 2em;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.nav .nav_con_c .n_share_box .sha_box .search_box form a {
  border: none;
}

.nav .nav_con_c .n_share_box .sha_box .search_box form a::before {
  background-color: #FF0012;
}

@media screen and (orientation: landscape) {
  .nav .nav_con_c .n_share_box .sha_box .search_box form a:hover i {
    color: #fff;
  }
}

@media screen and (orientation: landscape) {
  .nav .nav_con_c .n_share_box .sha_box .search_box:hover {
    width: 2.5rem;
  }
}

.nav .nav_con_c .nav_box {
  position: absolute;
  left: .3rem;
  top: 0;
  padding-top: .15rem;
}

.nav .nav_con_c .line_box {
  display: block;
  pointer-events: all;
}

.nav .nav_con_c .line_box>li {
  position: relative;
}

.nav .nav_con_c .line_box>li>a {
  font-size: .18rem;
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 .35rem;
  color: rgba(255, 255, 255, 0.5);
  padding-right: .24rem;
}

.nav .nav_con_c .line_box>li>a>div,
.nav .nav_con_c .line_box>li>a>span {
  position: relative;
  line-height: 2.222;
  display: flex;
  align-items: center;
}

.nav .nav_con_c .line_box>li>a>div i,
.nav .nav_con_c .line_box>li>a>span i {
  font-size: .14rem;
  width: .4rem;
  line-height: 1;
  opacity: 0;
  transition: opacity .5s ease;
  transform: scale(0.5);
  transform-origin: 0 50%;
}

@media screen and (orientation: landscape) {
  .nav .nav_con_c .line_box>li>a:hover {
    color: #fff;
  }
}

.nav .nav_con_c .line_box>li>a.on {
  color: #fff;
}

.nav .nav_con_c .line_box>li>a.on>div i {
  opacity: 1;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 0.4rem;
}

.nav .nav_con_c .line_box>li>ul {
  position: absolute;
  top: .02rem;
  left: calc(100% - 2px);
  width: 100%;
  display: none;
}

.nav .nav_con_c .line_box>li>ul li {
  display: block;
}

.nav .nav_con_c .line_box>li>ul a {
  padding: 0;
  justify-content: center;
  position: relative;
  display: block;
  font-size: .16rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.1875;
  transition: color .5s ease-in-out;
}

.nav .nav_con_c .line_box>li>ul a.on {
  color: #FF0012;
}

@media screen and (orientation: landscape) {
  .nav .nav_con_c .line_box>li>ul a:hover {
    color: #FF0012;
  }
}

@media screen and (orientation: portrait) {
  .nav .nav_con_c .line_box>li>ul a {
    justify-content: flex-start;
  }

  .nav .nav_con_c .line_box>li>ul a>span {
    padding: .15rem .48rem;
  }
}

@media screen and (orientation: landscape) {
  .nav .nav_con_c .line_box .sec_box:hover>ul {
    display: block;
  }
}

.nav .nav_con_c .btn_nav_m {
  display: none !important;
  pointer-events: all;
}

.nav .nav_con_c .burger3 {
  transform-origin: 100% 50%;
  transform: scale(0.75);
  width: .54rem;
  height: .54rem;
  position: relative;
  transition-duration: 1s;
  display: inline-block;
  cursor: pointer;
}

.nav .nav_con_c .burger3 .icon_l {
  height: .06rem;
  width: .54rem;
  top: .2rem;
  background: #FF0012;
  border-radius: 20px;
  position: absolute;
  transition-duration: 0.5s;
}

.nav .nav_con_c .burger3 .icon_l:before {
  left: 0;
  position: absolute;
  top: -.18rem;
  height: .06rem;
  width: .54rem;
  background-color: #FF0012;
  content: "";
  border-radius: 20px;
  transition-duration: 0.5s;
}

.nav .nav_con_c .burger3 .icon_l:after {
  left: 0;
  position: absolute;
  top: .18rem;
  height: .06rem;
  width: .54rem;
  background-color: #FF0012;
  content: "";
  border-radius: 20px;
  transition-duration: 0.5s;
}

.nav .nav_con_c .burger3.open .icon_l {
  background: transparent !important;
}

.nav .nav_con_c .burger3.open .icon_l::before {
  transition: transform 0.5s;
  transform: rotateZ(45deg) translate(0.1rem, 0.15rem);
}

.nav .nav_con_c .burger3.open .icon_l::after {
  transition: transform 0.5s;
  transform: rotateZ(-405deg) translate(0.1rem, -0.15rem);
}

.nav.nav_w {
  color: #000;
}

.nav.nav_w::before {
  height: 0;
}

.nav.nav_w .nav_con_c .line_box li>a {
  color: #fff;
}

.nav.nav_w .nav_con_c .line_box li>a.on {
  color: #fff;
}

.nav.nav_w .nav_con_c .line_box li>a.on>div::before {
  transform: none;
}

.nav.nav_w .nav_con_c .line_box li>div {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: .63rem;
  display: none;
}

@media screen and (orientation: landscape) {
  .nav.nav_w .nav_con_c .line_box .sec_box:hover>div {
    display: block;
  }
}

.nav.nav_w .nav_con_c .n_share_box>div a {
  color: #fff;
}

@media screen and (orientation: portrait) {
  .nav.nav_w .nav_con_c .n_share_box>div a:hover {
    color: #FF0012;
  }
}

.nav.nav_w .nav_con_c .n_share_box>div>div:not(.btn_nav_m) {
  color: #fff;
}

@media screen and (orientation: portrait) {
  .nav.nav_w .nav_con_c .n_share_box>div>div:not(.btn_nav_m):hover {
    color: #FF0012;
  }
}

.nav.nav_w .nav_con_c .n_share_box .sha_box .search_box form input {
  color: #000;
  border-color: #000;
}

@media screen and (orientation: portrait) {
  .nav.nav_w {
    color: #000;
  }
}

@media screen and (orientation: portrait) {
  .nav .nav_con_c {
    height: 1.4rem;
  }

  .nav .nav_con_c .logo_case {
    z-index: 6;
  }

  .nav .nav_con_c .logo_case {
    padding: 0;
  }

  .nav .nav_con_c .logo_case a {
    width: auto !important;
    height: 1.1rem;
  }

  .nav .nav_con_c .logo_case a img {
    width: auto !important;
    height: 100%;
    max-width: none;
  }

  .nav .nav_con_c .logo_case a i {
    position: relative !important;
    font-size: 1.8rem !important;
  }

  .nav .nav_con_c .n_share_box {
    padding-right: 0;
    margin-top: 0;
  }

  .nav .nav_con_c .n_share_box>div a i {
    font-size: .26rem;
  }

  .nav .nav_con_c .n_share_box .sha_box>div:not(.btn_nav_m) {
    display: none;
  }

  .nav .nav_con_c .n_share_box>div .otherItem {
    font-size: .32rem;
    margin-left: 0;
  }

  .nav .nav_con_c .n_share_box>div .otherItem a {
    width: .6rem;
    height: .6rem;
    font-size: .3rem;
  }

  .nav .nav_con_c .nav_box {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(16px);
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    padding-top: 1.4rem;
    left: 0;
    top: 0;
    transform: translateX(120%);
    display: block;
    transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  }

  .nav .nav_con_c .nav_box .line_box {
    display: none;
  }

  .nav .nav_con_c .nav_box .line_box li {
    position: relative;
    display: block;
  }

  .nav .nav_con_c .nav_box .line_box li>a>div::before {
    bottom: .1rem;
  }

  .nav .nav_con_c .nav_box .line_box li.sec_box>a {
    width: 50%;
  }

  .nav .nav_con_c .nav_box .line_box li.sec_box::before {
    content: '';
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: .45rem;
    width: .1rem;
    height: .1rem;
    transform: translateY(-50%) rotate(45deg);
    top: .475rem;
  }

  .nav .nav_con_c .nav_box .line_box li:hover ul {
    display: block;
  }

  .nav .nav_con_c .nav_box .line_box li>ul {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
  }

  .nav .nav_con_c .nav_box .line_box li>ul li a {
    padding: .1rem .35rem .1rem .75rem;
    font-size: .28rem;
    line-height: 1.2;
  }

  .nav .nav_con_c .nav_box .line_box li a {
    text-shadow: none;
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .nav .nav_con_c .nav_box .line_box li a>div {
    font-size: .3rem;
    line-height: 2.5;
  }

  .nav .nav_con_c .nav_box .line_box li>div {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    padding-top: 0;
    padding-bottom: .3rem;
  }

  .nav .nav_con_c .nav_box .line_box li>div a>span {
    font-size: .28rem;
    line-height: 1.5;
  }

  .nav .nav_con_c .nav_box .line_box li:hover>div {
    display: block;
  }

  .nav .nav_con_c .nav_box .n_share_box {
    position: absolute;
    width: 100%;
    bottom: .6rem;
    left: 0;
  }

  .nav .nav_con_c .nav_box .n_share_box .sha_box {
    justify-content: center;
  }

  .nav .nav_con_c .nav_box .n_share_box .sha_box>div {
    display: block;
    margin: 0 .1rem;
  }

  .nav .nav_con_c .nav_box .n_share_box .sha_box>div>div {
    top: auto;
    bottom: 100%;
    right: 50%;
    margin-right: -1rem;
    padding: .2rem;
  }

  .nav .nav_con_c .nav_box.on {
    transform: none;
    pointer-events: all;
  }

  .nav .nav_con_c .nav_box.on .line_box {
    display: block;
  }

  .nav .nav_con_c .btn_nav_m {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: .1rem;
  }

  .nav .nav_con_c .btn_icon_sty {
    width: .6rem;
    height: .6rem;
  }

  .nav .nav_con_c .btn_icon_sty span,
  .nav .nav_con_c .btn_icon_sty i {
    font-size: .24rem !important;
  }

  .nav .nav_con_c .n_share_box>div>div .iconfont {
    font-size: .3rem !important;
  }

  .nav .nav_con_c .n_share_box>div>div:nth-child(3) .iconfont {
    font-size: .24rem !important;
  }

  .nav .nav_con_c .n_share_box .sha_box .search_box {
    width: .6rem;
    height: .6rem;
  }

  .nav .nav .nav_con_c .burger3 {
    transform-origin: 100% 80%;
  }

  .nav::after {
    display: none;
  }
}

@media screen and (orientation: landscape) {
  .nav.nav_down {
    pointer-events: all;
  }

  .nav.nav_down .nav_con_c {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes downUp {

  0%,
  100% {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(-0.2em, 0, 0);
  }
}

footer {
  padding-top: 1.0rem;
  position: relative;
  width: 100%;
  z-index: 3;
}

footer .go_top {
  width: .3rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transition: transform .5s ease-in-out;
}

footer .go_top i {
  font-size: .28rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media screen and (orientation: landscape) {
  footer .go_top:hover {
    transform: translateY(-0.15rem);
  }
}

@media screen and (orientation: landscape) {
  footer .pub_case {
    width: 93.75%;
    max-width: 2000px;
  }
}

footer .footer_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer_box .footer_com_mes {
  width: 3rem;
}

footer .footer_box .footer_com_mes a {
  display: block;
}

footer .footer_box .footer_com_mes a i {
  font-size: 2.87rem;
  color: white;
  display: block;
  line-height: 1;
}

footer .footer_box .share_box_case {
  width: 2.87rem;
  display: flex;
  justify-content: flex-end;
}

footer .footer_box .share_box_case .sha_tit_box {
  font-size: .2rem;
  line-height: 1;
}

footer .footer_box .share_box_case .sha_tit_box .sha_num {
  margin-top: .06rem;
}

footer .footer_box .share_box_case .code_box {
  display: flex;
  margin-top: .2rem;
}

footer .footer_box .share_box_case .code_box .code_case {
  width: 1.6rem;
  margin-right: .26rem;
}

footer .footer_box .share_box_case .code_box .code_case:last-child {
  margin-right: 0;
}

footer .footer_box .share_box_case .code_box .code_case .code_img img {
  width: 100%;
  display: block;
}

footer .footer_box .share_box_case .code_box .code_case .code_name {
  line-height: 2.5;
  text-align: center;
  font-size: .12rem;
  color: white;
  white-space: nowrap;
}

@media screen and (orientation: landscape) {
  footer .footer_box .share_box_case .code_box .code_case .code_name {
    width: 156%;
    margin-left: -28%;
  }
}

footer .footer_box .foot_nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.2rem;
}

footer .footer_box .foot_nav ul li {
  display: grid;
  align-items: center;
  width: 16.1vw;
  justify-content: center;
}

footer .footer_box .foot_nav ul li>a div {
  font-size: .2rem;
  line-height: 1;
  font-weight: 700;
  transition: color .5s ease-in-out;
  color: rgba(255, 255, 255, 0.2);
}

footer .footer_box .foot_nav ul li>a i {
  transform-origin: 0 50%;
  transform: scale(0.6666);
  opacity: 0;
  font-size: .12rem;
  transition: opacity .5s ease-in-out;
  margin-top: .18rem;
  line-height: 1;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

footer .footer_box .foot_nav ul li>div {
  margin-top: .08rem;
}

footer .footer_box .foot_nav ul li>div a {
  position: relative;
}

footer .footer_box .foot_nav ul li>div a>div {
  width: auto;
  position: absolute;
  left: 0;
  top: 99%;
  border-radius: .1rem;
  white-space: nowrap;
  padding: .15rem;
  background-color: #fff;
  pointer-events: none;
  font-size: .2rem;
  line-height: 1;
  color: #000;
  opacity: 0;
  transform: translateY(0.3rem);
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965), transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

footer .footer_box .foot_nav ul li>div a>div img {
  width: 1rem;
  display: block;
  max-width: none;
}

footer .footer_box .foot_nav ul li>div a:hover {
  z-index: 2;
}

footer .footer_box .foot_nav ul li>div a:hover>div {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

footer .footer_box .foot_nav ul li a {
  color: rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 2.14;
  font-size: .14rem;
  font-weight: 700;
  transition: color .5s ease-in-out;
}

footer .footer_box .foot_nav ul li a>span {
  position: relative;
}

footer .footer_box .foot_nav ul li a>span::before {
  content: '';
  display: block;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: -.06rem;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform .5s ease-in-out;
}

@media screen and (orientation: landscape) {
  footer .footer_box .foot_nav ul li a:hover {
    color: white !important;
  }

  footer .footer_box .foot_nav ul li a:hover>span::before {
    transform: none;
  }
}

@media screen and (orientation: landscape) {
  footer .footer_box .foot_nav ul li:hover>a>div {
    color: white;
  }

  footer .footer_box .foot_nav ul li:hover>a i {
    opacity: 1;
  }

  footer .footer_box .foot_nav ul li:hover a {
    color: rgba(255, 255, 255, 0.8);
  }
}

footer .foot_b {
  position: relative;
  padding: .24rem .6rem;
  margin-top: .5rem;
}

footer .foot_b::before {
  content: '';
  display: block;
  left: .6rem;
  width: calc(100% - 1.2rem);
  height: 1px;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .foot_b .copyRight_box .copyRight {
  font-size: .12rem;
  line-height: 1;
  text-align: center;
  margin-top: .13rem;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (orientation: portrait) {
  footer {
    padding-top: .4rem;
  }

  footer .footer_box {
    display: block;
  }

  footer .footer_box .footer_com_mes {
    display: none;
  }

  footer .footer_box .foot_nav ul {
    padding-bottom: .6rem;
  }

  footer .footer_box .foot_nav ul li {
    width: 33%;
  }

  footer .footer_box .foot_nav ul li a {
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.4);
  }

  footer .footer_box .foot_nav ul li>a div {
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.4);
  }

  footer .footer_box .foot_nav ul li>a i {
    font-size: .2rem;
  }

  footer .footer_box .share_box_case {
    width: 100%;
    justify-content: center;
    padding-bottom: .6rem;
  }

  footer .footer_box .share_box_case>div {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
  }

  footer .footer_box .share_box_case .sha_tit_box {
    font-size: .24rem;
    text-align: center;
  }

  footer .footer_box .share_box_case .sha_tit_box .sha_num {
    margin-top: .1rem;
  }

  footer .footer_box .share_box_case .code_box .code_case {
    width: 1.8rem;
  }

  footer .footer_box .share_box_case .code_box .code_case .code_name {
    font-size: .24rem;
  }

  footer .foot_b {
    padding-bottom: .6rem;
  }

  footer .foot_b .copyRight_box .copyRight {
    font-size: .2rem;
  }
}

.sty_m {
  display: none;
}

@media screen and (orientation: portrait) {
  .sty_pc {
    display: none !important;
  }

  .sty_m {
    display: block;
  }
}

.pub_case_block .pub_banner_box .pub_banner_text_case {
  position: relative;
  height: 100%;
  padding-top: .3rem;
  display: flex;
  align-items: center;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(53, 54, 63, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  margin: 0 -2rem;
  box-sizing: content-box;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box {
  display: flex;
  align-items: center;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box .btn_down {
  width: .8rem;
  height: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #FF0012;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  cursor: pointer;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box .btn_down i {
  font-size: .34rem;
  line-height: 1;
  animation: hintDown 1s ease-out infinite;
}

@media screen and (orientation: landscape) {
  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box .btn_down:hover {
    background-color: #FF0012;
  }
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box .hint_text {
  font-family: 'en_b';
  font-size: .16rem;
  line-height: 1;
  color: #6e727a;
  margin-left: .3rem;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-size: .18rem;
  line-height: 1.5;
  z-index: 4;
  font-weight: 700;
  display: none;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box a {
  cursor: pointer;
  margin-right: .18rem;
  font-size: .18rem;
}

@media screen and (orientation: landscape) {
  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box a:hover {
    color: white;
  }
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box span {
  margin: 0 .18rem;
}

.pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box span:last-child {
  margin-right: 0;
}

.pub_case_block .pub_banner_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

@media screen and (orientation: portrait) {
  .pub_case_block .pub_banner_box {
    height: 85.866vw;
  }

  .pub_case_block .pub_banner_box img {
    left: auto;
    right: 0;
    max-width: none;
    width: 150%;
  }

  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint {
    padding: 0;
    margin: 0 .45rem;
    box-sizing: border-box;
    width: calc(100% - .9rem);
  }

  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_hint_box .hint_text {
    margin-left: .2rem;
  }

  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box {
    font-size: .24rem;
  }

  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box a {
    font-size: .24rem;
  }

  .pub_case_block .pub_banner_box .pub_banner_text_case .pub_banner_hint .pub_nav_add_box span {
    margin: 0 .1rem;
  }
}

.pub_case_block .pub_con_block {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@keyframes hintDown {
  0% {
    transform: translateY(-30%);
  }

  50% {
    transform: translateY(30%);
  }

  100% {
    transform: translateY(-30%);
  }
}

.pub_page_box {
  margin-top: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (orientation: landscape) {
  .pub_page_box .button {
    width: 2rem;
  }
}

.pub_page_box ul {
  display: flex;
  justify-content: center;
}

.pub_page_box ul li {
  display: block;
}

.pub_page_box ul li a {
  display: block;
  font-size: .22rem;
  line-height: 2;
  width: .5rem;
  font-family: 'en_b';
  color: #999999;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  cursor: pointer;
  text-align: center;
}

.pub_page_box ul li a.on {
  color: #FF0012;
  cursor: auto;
}

@media screen and (orientation: landscape) {
  .pub_page_box ul li a:hover {
    color: #FF0012;
  }
}

@media screen and (orientation: portrait) {
  .pub_page_box {
    margin-top: .2rem;
  }

  .pub_page_box .button {
    min-width: auto;
    border: none;
    display: block;
    min-height: auto;
  }

  .pub_page_box .button a {
    padding: 0;
  }

  .pub_page_box .button a span {
    line-height: 1.87;
    font-size: .22rem;
  }

  .pub_page_box ul {
    width: 100%;
  }

  .pub_page_box ul li a {
    font-size: .24rem;
  }
}

.pub_page_box#pub_page_box {
  justify-content: center;
  font-family: 'en_b';
  position: relative;
  padding: 0 1.2rem;
  font-size: .18rem;
}

.pub_page_box#pub_page_box a,
.pub_page_box#pub_page_box span {
  width: .35rem;
  text-align: center;
  color: #999999;
}

.pub_page_box#pub_page_box a.current,
.pub_page_box#pub_page_box span.current {
  color: #FF0012;
}

.pub_page_box#pub_page_box a {
  transition: all .5s ease-out;
}

@media screen and (orientation: landscape) {
  .pub_page_box#pub_page_box a:hover {
    color: #FF0012;
  }
}

.pub_page_box#pub_page_box .pg-prev,
.pub_page_box#pub_page_box .pg-next {
  position: absolute;
  width: 1.22rem;
  line-height: .5rem;
  border-radius: .25rem;
  border: 1px solid #FF0012;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #FF0012;
  cursor: pointer;
}

.pub_page_box#pub_page_box .pg-prev[disabled="true"],
.pub_page_box#pub_page_box .pg-next[disabled="true"] {
  opacity: 0;
  pointer-events: none;
}

@media screen and (orientation: landscape) {

  .pub_page_box#pub_page_box .pg-prev:hover,
  .pub_page_box#pub_page_box .pg-next:hover {
    background-color: #FF0012;
    color: #fff;
  }
}

.pub_page_box#pub_page_box .pg-prev {
  left: 0;
}

.pub_page_box#pub_page_box .pg-next {
  right: 0;
}

@media screen and (orientation: portrait) {
  .pub_page_box#pub_page_box {
    font-size: .24rem;
  }

  .pub_page_box#pub_page_box a,
  .pub_page_box#pub_page_box span {
    width: .5rem;
  }

  .pub_page_box#pub_page_box .pg-prev,
  .pub_page_box#pub_page_box .pg-next {
    line-height: 1.87;
    font-size: .22rem;
    width: auto;
    border: none;
    border-radius: 0;
  }
}

.share {
  /*@font-face {*/
  /*    font-family: "socialshare";*/
  /*    src: url("../font/iconfont.eot");*/
  /*    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")*/
  /*}*/
  /*.social-share {*/
  /*    font-family: "socialshare" !important;*/
  /*    font-size: 16px;*/
  /*    font-style: normal;*/
  /*    -webkit-font-smoothing: antialiased;*/
  /*    -webkit-text-stroke-width: 0.2px;*/
  /*    -moz-osx-font-smoothing: grayscale*/
  /*}*/
  /*.social-share * {*/
  /*    font-family: "socialshare" !important;*/
  /*    font-style: normal;*/
  /*}*/
}

.share .social-share .icon-tencent:before {
  content: "";
}

.share .social-share .icon-qq:before {
  content: "";
}

.share .social-share .icon-weibo:before {
  content: "";
}

.share .social-share .icon-wechat:before {
  content: "";
}

.share .social-share .icon-copy:before {
  content: "";
}

.share .social-share .icon-douban:before {
  content: "";
}

.share .social-share .icon-heart:before {
  content: "";
}

.share .social-share .icon-like:before {
  content: "";
}

.share .social-share .icon-qzone:before {
  content: "";
}

.share .social-share .icon-linkedin:before {
  content: "";
}

.share .social-share .icon-diandian:before {
  content: "";
}

.share .social-share .icon-facebook:before {
  content: "";
}

.share .social-share .icon-google:before {
  content: "";
}

.share .social-share .icon-twitter:before {
  content: "";
}

.share .social-share {
  display: flex;
}

.share .social-share a {
  position: relative;
  text-decoration: none;
  margin: .19rem .05rem 0;
  display: inline-block;
  outline: none;
}

.share .social-share .social-share-icon {
  position: relative;
  width: .24rem;
  height: .24rem;
  font-size: .18rem;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  /*transition: background 0.6s ease-out 0s;*/
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (orientation: portrait) {
  .share .social-share .social-share-icon {
    width: .48rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .36rem;
  }
}

.share .social-share .social-share-icon::before {
  display: none;
}

.share .social-share .social-share-icon.icon-weibo {
  color: #fff;
  border-color: #bb292e;
  background-color: #bb292e;
}

.share .social-share .social-share-icon.icon-copy {
  color: #fff;
  border-color: #be9c65;
  background-color: #be9c65;
}

.share .social-share .social-share-icon.icon-wechat {
  position: relative;
  color: #fff;
  border-color: #969cb3;
  background-color: #969cb3;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -100px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode.bottom::after {
  display: none;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode img {
  position: relative;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: 5px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.share .social-share .social-share-icon.icon-wechat:hover .wechat-qrcode {
  display: block;
}

@media screen and (orientation: landscape) {
  .share .social-share .social-share-icon:hover {
    transform: scale(1.2);
  }
}

.share .social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}

.share .social-share .icon-tencent:hover {
  background: #56b6e7;
}

.share .social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}

.share .social-share .icon-qq:hover {
  background: #56b6e7;
}

.share .social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}

.share .social-share .icon-qzone:hover {
  background: #FDBE3D;
}

.share .social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}

.share .social-share .icon-douban:hover {
  background: #33b045;
}

.share .social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}

.share .social-share .icon-linkedin:hover {
  background: #0077B5;
}

.share .social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}

.share .social-share .icon-facebook:hover {
  background: #44619D;
}

.share .social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}

.share .social-share .icon-google:hover {
  background: #db4437;
}

.share .social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}

.share .social-share .icon-twitter:hover {
  background: #55acee;
}

.share .social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}

.share .social-share .icon-diandian:hover {
  background: #307DCA;
}

.anchorBL {
  display: none;
}

.BMap_cpyCtrl.anchorBL {
  display: none;
}

.lb_sha_box {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.lb_sha_box .join_env_case {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 3400px) {
  .lb_sha_box .join_env_case {
    width: 50%;
  }
}

.lb_sha_box .join_env_case::after {
  content: '';
  display: block;
  padding-top: 67.647%;
}

.lb_sha_box .join_env_case .swiper-button-prev,
.lb_sha_box .join_env_case .swiper-button-next {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  top: 50%;
  margin-top: -.3rem;
  transition: background-color .5s ease-out;
}

.lb_sha_box .join_env_case .swiper-button-prev i,
.lb_sha_box .join_env_case .swiper-button-next i {
  font-size: .6rem;
  color: #fff;
}

@media screen and (orientation: landscape) {

  .lb_sha_box .join_env_case .swiper-button-prev:hover,
  .lb_sha_box .join_env_case .swiper-button-next:hover {
    background-color: #FF0012;
  }
}

.lb_sha_box .join_env_case .swiper-button-prev {
  left: 0;
  margin-left: -.8rem;
}

.lb_sha_box .join_env_case .swiper-button-next {
  right: 0;
  margin-right: -.8rem;
}

.lb_sha_box .join_env_case .swiper-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.lb_sha_box .join_env_case .pub_img_box::before {
  margin-top: 67.647%;
}

.lb_sha_box .join_env_case .join_env_name {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .3rem;
}

.lb_sha_box .btn_close_lh {
  position: absolute;
  font-size: 0.4rem;
  line-height: 1;
  top: 0;
  right: -0.77rem;
  color: #fff;
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  .lb_sha_box .btn_close_lh:hover {
    color: #FF0012;
  }
}

@media screen and (orientation: portrait) {
  .lb_sha_box .join_env_case {
    width: 90%;
  }

  .lb_sha_box .join_env_case .swiper-button-prev,
  .lb_sha_box .join_env_case .swiper-button-next {
    top: 100%;
    margin-top: 0.4rem;
  }

  .lb_sha_box .join_env_case .swiper-button-prev {
    left: 50%;
    margin-left: -.8rem;
  }

  .lb_sha_box .join_env_case .swiper-button-next {
    right: 50%;
    margin-right: -.8rem;
  }

  .lb_sha_box .btn_close_lh {
    bottom: auto;
    top: -.7rem;
    right: -.2rem;
  }
}

h4 {
  font-weight: normal;
}

.btn_sty {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-top: .56rem;
  position: relative;
}

.btn_sty .line_one {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn_sty .line_one::before {
  content: '';
  display: block;
  height: .03rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #FF0012;
}

.btn_sty .line_one::after {
  content: '';
  display: block;
  height: 100%;
  width: .03rem;
  position: absolute;
  z-index: 1;
  background-color: #FF0012;
}

.btn_sty .line_one:first-child::before {
  top: 0;
  left: 0;
  transition: transform .1s ease .5s;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.btn_sty .line_one:first-child::after {
  top: 0;
  right: 0;
  transition: transform .2s ease .3s;
  transform: scaleY(0);
  transform-origin: 50% 0;
}

.btn_sty .line_one:last-child::before {
  bottom: 0;
  right: 0;
  transition: transform .1s ease .2s;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}

.btn_sty .line_one:last-child::after {
  bottom: 0;
  left: 0;
  transition: transform .2s ease;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}

.btn_sty>div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: .16rem;
  z-index: 2;
  border: 0.03rem solid #FF0012;
  width: 1.7rem;
  height: .72rem;
  transition: border-color .0015s ease .7s;
}

.btn_sty>div i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .14rem;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  padding-left: .17rem;
  margin-left: .18rem;
  font-weight: 700;
  position: relative;
  color: #fff;
}

.btn_sty>div i::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (orientation: landscape) {
  .btn_sty:hover .line_one:first-child::before {
    transform: none;
    transition: transform .2s ease;
  }

  .btn_sty:hover .line_one:first-child::after {
    transform: none;
    transition: transform .1s ease .2s;
  }

  .btn_sty:hover .line_one:last-child::before {
    transform: none;
    transition: transform .2s ease .3s;
  }

  .btn_sty:hover .line_one:last-child::after {
    transform: none;
    transition: transform .1s ease .5s;
  }

  .btn_sty:hover>div {
    border-color: transparent;
    transition: none;
  }
}

.btn_sty.btn_sty_full>div {
  background-color: #000;
  border-color: transparent;
  transition: border-color .5s ease, background-color .5s ease;
}

.btn_sty.btn_sty_full .line_one::before,
.btn_sty.btn_sty_full .line_one::after {
  background-color: transparent;
}

@media screen and (orientation: landscape) {
  .btn_sty.btn_sty_full:hover>div {
    border-color: #FF0012;
    background-color: transparent;
  }
}

.btn_icon_sty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .52rem;
  width: .52rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #FF0012;
  border: 1px solid rgba(229, 97, 64, 0.3);
  transition: background-color 0.05s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.btn_icon_sty span,
.btn_icon_sty i {
  color: #fff;
  font-size: .14rem;
  line-height: 1;
  position: relative;
  z-index: 3;
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  text-align: center;
}

.btn_icon_sty::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  z-index: 2;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

@media screen and (orientation: landscape) {
  .btn_icon_sty:hover {
    border: none;
    background-color: transparent !important;
    transition: background-color 0.05s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.5s !important;
  }

  .btn_icon_sty:hover span,
  .btn_icon_sty:hover i {
    color: #FF0012;
  }

  .btn_icon_sty:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}

.btn_icon_sty.btn_line {
  background-color: transparent;
}

.btn_icon_sty.btn_line span,
.btn_icon_sty.btn_line i {
  color: #FF0012;
}

.vh_full {
  height: 100vh;
}

.det_z-index {
  z-index: 1;
  pointer-events: all !important;
}

.det_z-index.smart_box {
  opacity: 1 !important;
}

.det_z-index.video_box {
  display: block !important;
}

.cut_clip {
  position: absolute;
}

.cut_clip .clipPath path {
  stroke-width: 70px;
  stroke: #000;
}

.scrFx {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform, opacity;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

.jt_box {
  width: .44rem;
  height: .45rem;
  position: absolute;
  top: .27rem;
  left: -.25rem;
  margin-left: -.25rem;
  transform: translateX(-100%);
  background-size: cover;
  background-repeat: no-repeat;
  transition: left 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.pub_font_sty {
  font-size: 4rem;
  line-height: .8;
  color: #e9f3fb;
  position: absolute;
}

@keyframes dotB {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  80% {
    transform: scale(1.75);
  }

  100% {
    opacity: 0;
  }
}

@keyframes hintS {
  0% {
    top: 0.03rem;
  }

  100% {
    top: 0.11rem;
  }
}

@keyframes hintLelf {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(30%);
  }
}

@keyframes footbtn {
  0% {
    bottom: 100%;
    transform: translateY(50%) scale(1);
  }

  50% {
    bottom: 0;
    transform: translateY(50%) scale(1.2);
  }

  100% {
    bottom: 0;
    transform: translateY(50%) scale(1.4);
    opacity: 0;
  }
}

html {
  overscroll-behavior: none;
  min-height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .5;
  background-color: #fff;
  margin: 0 .135rem;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF0012;
  opacity: 1;
}

.swiper-pagination.pagination_hide {
  opacity: 0;
  pointer-events: none;
}

.swiper-scrollbar-drag {
  background: #FF0012;
}

.swiper-container-vertical>.swiper-scrollbar {
  right: 0;
  width: 3px;
}

section {
  background-size: cover;
  background-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  background-image: none;
  transition: background-color 0 cubic-bezier(0.435, 0.25, 0.15, 0.965) 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  position: absolute;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 0.3rem;
  line-height: 1;
  transition: color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  position: relative;
  z-index: 2;
}

@media screen and (orientation: landscape) {

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: transparent;
    transition: background-color 0.01s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.45s;
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: none;
  }
}

.pub_banner_box {
  position: relative;
  overflow: hidden;
}

.pub_banner_box .pub_img_box {
  transform: scale(1.5);
  transition: transform 3s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
}

.pub_banner_box .pub_img_box::before {
  margin-top: 48.95%;
}

@media screen and (orientation: landscape) {
  .pub_banner_box .pub_img_box::before {
    margin-top: 100vh;
  }
}

.pub_banner_box .banner_txt {
  text-align: center;
  margin-top: -0.37rem;
  width: 100%;
  padding: 0 0.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}

.pub_banner_box .banner_txt .banner_en {
  font-size: 0.9rem;
  line-height: 0.75;
  color: #fff;
  margin-bottom: 0.6rem;
  opacity: 0;
  transform: translateY(0.5rem);
}

.pub_banner_box .banner_txt .banner_tit {
  font-size: 0.5rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transform: translateY(0.5rem);
}

.pub_banner_box .b_hint {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  bottom: 0.55rem;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  opacity: 0;
}

.pub_banner_box .b_hint>div {
  margin: 0 auto 0.28rem;
}

.pub_banner_box.go .pub_img_box {
  transform: none;
}

.pub_banner_box.go .banner_txt .banner_en {
  opacity: 1;
  transform: none;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition-delay: 1s;
}

.pub_banner_box.go .banner_txt .banner_tit {
  opacity: 1;
  transform: none;
  transition: all 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition-delay: 1.5s;
}

.pub_banner_box.go .b_hint {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0s;
  transition-delay: 2s;
}

.hint_box_case {
  position: relative;
  display: flex;
  align-items: center;
}

.hint_box_case .hint_box {
  width: 13px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: .5rem;
  position: relative;
  margin-right: .13rem;
  font-size: .14rem;
  line-height: 1;
}

.hint_box_case .hint_box span {
  width: 3px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  top: 2px;
  animation: upd 2s ease infinite;
}

@keyframes upd {
  0% {
    transform: none;
  }

  50% {
    transform: translateY(50%);
  }

  100% {
    transform: none;
  }
}

.ind_body {
  background-color: #090909;
}

.ind_body .ind_case_lb {
  position: relative;
}

.ind_body .ind_case_lb .ind_sha_box {
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind_body .ind_case_lb .ind_sha_box .ind_row01_t {
  font-size: .1rem;
  line-height: 1.6;
  color: #fff;
}

.ind_body .ind_case_lb .banner_case {
  position: relative;
}

.ind_body .ind_case_lb .banner_case .pub_img_box::before {
  display: none;
}

.ind_body .ind_case_lb .banner_case .banner_font {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: .2rem;
  line-height: 1;
  width: 13.4rem;
}

.ind_body .ind_case_lb .banner_case .banner_font span {
  font-family: 'History';
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 1.5s ease;
}

.ind_body .ind_case_lb .banner_case .banner_font span:nth-child(2) {
  text-align: right;
  transform: translateX(50%);
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  padding-top: .8rem;
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt .pub_banner_title {
  overflow: hidden;
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt .pub_banner_title span {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 1s ease .5s;
  display: block;
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt .pub_banner_title_en {
  overflow: hidden;
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt .pub_banner_title_en span {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 1s ease .7s;
  display: block;
}

.ind_body .ind_case_lb .banner_case .ind_ban_txt .btn_sty {
  transition: all 1s ease 1.2s;
  opacity: 0;
  transform: translateY(0.5rem);
}

.ind_body .ind_case_lb .swiper-slide.active .banner_case .banner_font span {
  opacity: 1;
  transform: none;
}

.ind_body .ind_case_lb .swiper-slide.active .banner_case .ind_ban_txt {
  display: block;
}

.ind_body .ind_case_lb .swiper-slide.active .banner_case .ind_ban_txt .pub_banner_title span,
.ind_body .ind_case_lb .swiper-slide.active .banner_case .ind_ban_txt .pub_banner_title_en span {
  opacity: 1;
  transform: none;
}

.ind_body .ind_case_lb .swiper-slide.active .banner_case .ind_ban_txt .btn_sty {
  opacity: 1;
  transform: none;
}

.ind_body .ind_case_lb .ind_row01_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  pointer-events: none;
}

.ind_body .ind_case_lb .ind_row01_box .s_left {
  width: 1.22rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ind_body .ind_case_lb .ind_row01_box .s_right {
  width: 1.22rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ind_body .ind_row02 {
  position: relative;
  z-index: 2;
}

.ind_body .ind_row02 .ind_row02_case {
  width: 100%;
  height: 100%;
  display: flex;
}

.ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box {
  padding-bottom: .2rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  transition: all .5s ease-in-out;
  pointer-events: none;
}

.ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box .ind_row02_tit_en {
  line-height: .75;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: .35rem;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
}

.ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box .ind_row02_tit {
  font-size: .48rem;
  line-height: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
}

.ind_body .ind_row02 .ind_row02_case a {
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .5s ease-in-out;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box {
  height: 100%;
  width: 100%;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box::before {
  display: none;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: .4rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all .5s ease-in-out;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name .pro_d_t_en {
  font-size: .3rem;
  line-height: .75;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name .pro_d_t {
  font-size: .24rem;
  line-height: 1;
  margin-top: .07rem;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .ind_row02_txt_box {
  width: 100%;
  height: .4rem;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: .12rem;
  line-height: 1;
  padding: .1rem .2rem;
  overflow: hidden;
}

.ind_body .ind_row02 .ind_row02_case a .ind_row02_case .ind_row02_txt_box .marquee-text {
  position: absolute;
  /* 设置文本为绝对定位 */
  top: 0;
  /* 设置文本的纵向位置 */
  left: 100%;
  /* 将文本移到容器右侧，即左边界贴着容器右边界 */
  white-space: nowrap;
  /* 禁止文本换行 */
  animation: marquee 10s linear infinite;
  /* 设置动画效果 */
  height: 100%;
  display: flex;
  align-items: center;
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -120%;
  }
}

.ind_body .ind_row02 .ind_row02_case a .btn_sty {
  position: absolute;
  left: 50%;
  bottom: 1.34rem;
  transform: translate(-50%, 100%);
  z-index: 1;
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row02 .ind_row02_case a:hover .ind_row02_case {
    width: 54.2%;
    height: 68%;
    transform: translate(-50%, calc(-50% - .55rem));
  }

  .ind_body .ind_row02 .ind_row02_case a:hover .ind_row02_case .pub_img_box .pro_d_name {
    transform: none;
    opacity: 1;
  }
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row02 .ind_row02_case:hover .ind_row02_tex_box {
    opacity: 0;
    transform: translateY(0.5rem);
  }
}

.ind_body .ind_row03 {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.ind_body .ind_row03 img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -7.5%;
  pointer-events: none;
  z-index: 0;
}

.ind_body .ind_row03 .ind_row03_con {
  position: relative;
  z-index: 1;
  height: 100%;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_top_box {
  background-position: top center;
  background-size: 100%;
  position: relative;
  z-index: 2;
  height: 33.49vw;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_num {
  padding: .23rem;
  text-align: center;
  color: #fff;
  font-size: .2rem;
  line-height: .75;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_case {
  margin-top: 11.35%;
  padding-bottom: .27rem;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_case .ind_row03_box {
  text-align: center;
  line-height: .75;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_case .ind_row03_box .ind_title {
  background-position: top center;
  font-size: 1.2rem;
  background-image: url("../image/004-2.jpg");
  background-size: 100%;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_case .ind_row03_box .ind_title_info {
  background-position: bottom center;
  font-size: .38rem;
  background-image: url("../image/004-2.jpg");
  background-size: 100%;
  margin-top: .35rem;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_case .hint_box_case {
  margin-top: 8.6%;
  display: flex;
  justify-content: center;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_img {
  background-attachment: fixed;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_case {
  height: 100%;
  overflow: hidden;
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_box {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_box::before {
  margin-top: 56.25%;
}

.ind_body .ind_row04 {
  position: relative;
  z-index: 2;
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row04 .pub_case {
    width: 75.5208%;
  }
}

.ind_body .ind_row04 .ind_row04_case {
  position: relative;
  padding-top: 12.9166%;
}

.ind_body .ind_row04 .ind_row04_case .img_case_01 {
  width: 44.896%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty {
  padding-bottom: 1rem;
  position: relative;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty>span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.05rem solid #FF0012;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -.75rem;
  margin-top: -.75rem;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .pub_img_box {
  width: 62.0689%;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .pub_img_box::before {
  margin-top: 66.6666%;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .ind_row04_txt {
  color: #fff;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .ind_row04_txt>.iconfont {
  font-size: .84rem;
  line-height: 1;
  margin-bottom: .78rem;
  display: block;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .ind_row04_txt .pro_t_en {
  font-size: .6rem;
  line-height: .65;
  margin-bottom: .36rem;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .ind_row04_txt .pro_t {
  font-size: .2rem;
  line-height: 1;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .ind_row04_box .ind_row04_txt .btn_sty {
  margin-top: .75rem;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box {
  display: none;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide.active .ind_row04_box {
  display: flex;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav {
  position: relative;
  z-index: 2;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav::before,
.ind_body .ind_row04 .ind_row04_case .ind_row04_nav::after {
  content: '';
  display: block;
  width: calc(100% - 1.2rem);
  left: .6rem;
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav::before {
  top: 0;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav::after {
  bottom: 0;
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-wrapper .swiper-slide:hover .ind_row04_n_box {
    color: white;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-wrapper.xl {
    justify-content: space-between;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-wrapper.xl .swiper-slide {
    width: auto;
  }
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide {
  padding: .55rem .9rem .5rem;
  position: relative;
  cursor: pointer;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .iconfont {
  font-size: .43rem;
  line-height: 1;
  position: absolute;
  left: .28rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .ind_row04_n_box {
  color: rgba(255, 255, 255, 0.3);
  transition: color .5s ease-in-out;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .ind_row04_n_box .ind_row04_n_en {
  line-height: .75;
  font-size: .24rem;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .ind_row04_n_box .ind_row04_n {
  font-size: .18rem;
  line-height: 1;
  margin-top: .11rem;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide.on .iconfont {
  opacity: 1;
}

.ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide.on .ind_row04_n_box {
  color: white;
}

.ind_body .ind_row04 .ind_row04_case .img_case_02 {
  width: 24.427%;
  position: absolute;
  right: -4%;
  bottom: -17%;
  display: block;
}

.ind_body .ind_row05 {
  padding-bottom: .47rem;
}

.ind_body .ind_row05 .ind_row05_case {
  position: relative;
  z-index: 2;
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row05 .ind_row05_case .pub_case {
    width: 75.5208%;
  }
}

.ind_body .ind_row05 .ind_row05_case .img_case_03 {
  width: 68.229%;
  position: absolute;
  right: -21%;
  top: 2.15rem;
  display: block;
  pointer-events: none;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con {
  padding-top: 1.76rem;
  position: relative;
  z-index: 1;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_row05_num {
  line-height: .75;
  font-size: .2rem;
  text-align: center;
  color: #fff;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_tit_box {
  margin-top: .84rem;
  text-align: center;
  line-height: .75;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_tit_box .ind_title {
  background-position: 119% 31%;
  font-size: 1rem;
  background-image: url("../image/009.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 75%;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_tit_box .ind_title_info {
  margin-top: .38rem;
  font-size: .48rem;
  line-height: 1;
  text-align: center;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con {
  margin-top: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container {
  width: 100%;
  overflow: visible;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide:nth-child(2) {
  padding-top: 1.2rem;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide:nth-child(3) {
  padding-top: 2.4rem;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a {
  display: block;
  position: relative;
  overflow: hidden;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a::before {
  content: '';
  display: block;
  height: .04rem;
  width: 100%;
  z-index: 2;
  background-color: #FF0012;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .pub_img_box::before {
  margin-top: 150%;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .pub_img_box>img {
  width: calc(100% + .8rem);
  margin-left: -.4rem;
  height: calc(100% + .8rem);
  max-width: none;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .adv_tex {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: .7rem;
  text-align: center;
  z-index: 2;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .adv_tex .adv_en {
  font-size: .36rem;
  line-height: .75;
}

.ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .adv_tex .adv_tit {
  font-size: .3rem;
  line-height: 1;
  margin-top: .2rem;
}

.ind_body .ind_row06 {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.ind_body .ind_row06::before {
  content: '';
  left: .6rem;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% - 1.2rem);
  height: 1px;
}

.ind_body .ind_row06 .pub_mask_box {
  height: 100%;
  position: relative;
}

.ind_body .ind_row06 .pub_mask_box .masek_img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box {
  height: 100%;
  z-index: 1;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box::before {
  display: none;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 3;
  padding-top: .6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .sto_t_en {
  font-size: 1.2rem;
  line-height: .75;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .sto_t {
  margin-top: .27rem;
  font-size: .48rem;
}

.ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .btn_sty {
  margin-top: .7rem;
}

.ind_body .ind_row07 {
  position: relative;
  padding-top: 1.57rem;
  padding-bottom: 1.02rem;
}

.ind_body .ind_row07::before {
  content: '';
  display: block;
  left: .6rem;
  height: 1px;
  width: calc(100% - 1.2rem);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.ind_body .ind_row07 .img_case_004 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1%;
  display: block;
}

.ind_body .ind_row07 .ind_row07_case {
  position: relative;
  z-index: 2;
}

.ind_body .ind_row07 .ind_row07_case .ind_tit_box {
  text-align: center;
  line-height: .75;
  position: relative;
  z-index: 2;
}

.ind_body .ind_row07 .ind_row07_case .ind_tit_box .ind_title {
  background-position: -10% 70%;
  font-size: 1rem;
  background-image: url("../image/009.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 68%;
}

.ind_body .ind_row07 .ind_row07_case .ind_tit_box .ind_title_info {
  margin-top: .38rem;
  font-size: .48rem;
  line-height: 1;
  text-align: center;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box {
  margin-top: .55rem;
  display: flex;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a {
  width: calc((100% - .6rem) / 3);
  margin-right: .3rem;
  cursor: pointer;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a:last-child {
  margin-right: 0;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box {
  overflow: hidden;
  position: relative;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box .pub_img_box::before {
  margin-top: 68.9655%;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box>img {
  position: absolute;
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: 4;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box .img_left {
  left: 0;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box .img_right {
  right: 0;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .new_img_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.05rem;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #FF0012;
  transform: scaleX(0);
  transition: transform .5s ease-in-out;
  z-index: 2;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt {
  padding: .3rem 0;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: color .5s ease-in-out;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_box .ind_tit {
  font-size: .2rem;
  line-height: 1;
  width: calc(100% - .4rem);
  text-align: left;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_box i {
  font-size: .16rem;
}

.ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_time {
  margin-top: .12rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: .14rem;
  line-height: .75;
  transition: color .5s ease-in-out;
}

@media screen and (orientation: landscape) {
  .ind_body .ind_row07 .ind_row07_case .ind_news_box a:hover .new_img_box::before {
    transform: none;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a:hover .new_img_box .pub_img_box img {
    transform: scale(1.1);
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a:hover .new_img_box>img {
    opacity: 1;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a:hover .ind_news_txt .ind_tit_box {
    color: #FF0012;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a:hover .ind_news_txt .ind_tit_time {
    color: #FF0012;
  }
}

.ind_body .ind_row07 .ind_row07_case .ind_btn_box {
  margin-top: .43rem;
  display: flex;
  justify-content: center;
}

.ind_body .ind_row07 .ind_row07_case .ind_btn_box .btn_sty {
  margin: 0 auto;
}

.ind_body .ind_row07 .ind_row07_case .ind_btn_box .btn_sty>div {
  width: 1.8rem;
}

.litter_tit_box {
  color: #fff;
}

.litter_tit_box .tit_en {
  padding-left: .24rem;
  position: relative;
  font-size: .35rem;
  line-height: .75;
}

.litter_tit_box .tit_en::before {
  content: '';
  display: block;
  height: 1em;
  width: .05rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  background-color: #FF0012;
}

.litter_tit_box .tit_t {
  margin-top: .35rem;
  font-size: .3rem;
  line-height: 1;
  text-decoration: underline;
  padding-left: .19rem;
}

.litter_tit_box .tit_c {
  margin-top: .35rem;
  font-size: .2rem;
  line-height: 1;
  padding-left: .19rem;
}

.line_s_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-evenly;
  pointer-events: none;
  opacity: .2;
}

.line_s_box span {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
}

.brand_body {
  background-size: cover;
  background-position: top center;
}

@media screen and (orientation: landscape) {
  .brand_body .pub_case {
    width: 72.91666%;
  }
}

.brand_body .row01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 21.6158%;
  padding-bottom: 14.3229%;
}

.brand_body .row01 .row01_case .pub_case {
  text-align: center;
  line-height: 1;
}

.brand_body .row01 .row01_case .pub_case .ind_title {
  display: inline-flex;
  margin: 0 auto 0;
  font-size: .9rem;
  line-height: .75;
}

.brand_body .row01 .row01_case .pub_case .ind_title.img-txt {
  background-size: cover;
  background-position: center;
  background-image: url("../image/ban001.jpg");
}

.brand_body .row01 .row01_case .pub_case .ind_title_info {
  margin-top: .55rem;
  font-size: .35rem;
  font-weight: 700;
}

.brand_body .row01 .row01_case .pub_case .iconfont {
  margin-top: .22rem;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
  font-size: .12rem;
}

.brand_body .row01 .row01_case .pub_case .row01_case {
  font-size: .21rem;
  margin-top: 1.3rem;
  line-height: 2.142857;
  text-align: center;
}

.brand_body .row01 .row01_case .pub_case .row01_case .en_b {
  font-size: .35rem;
  margin-bottom: .3rem;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
}

.brand_body .row01 .row01_case .pub_case .row01_case div {
  font-weight: 100;
}

.brand_body .row01 .row01_case .pub_case .row01_case div span {
  font-weight: 700;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
}

.brand_body .row01 .line_fg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.brand_body .row01 .line_fg .pub_case {
  padding-bottom: .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand_body .row01 .line_fg .pub_case span {
  font-family: 'Gilroy_m';
  font-size: .18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.brand_body .row02 {
  position: relative;
  background-position: top center;
  background-size: cover;
  padding-top: 12.5%;
  padding-bottom: 14.9%;
}

.brand_body .row02>.img_box {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
}

.brand_body .row02>.img_box>img {
  display: block;
  width: calc(100% + 50px);
  max-width: none;
}

.brand_body .row02>.img_box .icon_box {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 1.4%;
  top: 59%;
}

.brand_body .row02>.img_box .icon_box .iconfont {
  font-size: 2.44rem;
  display: block;
}

.brand_body .row02>.img_box .icon_box .iconfont.img-txt {
  background-image: url("../image/009.jpg");
  background-position: center -280%;
  background-size: 130%;
}

.brand_body .row02 .row02_con .pub_info {
  margin: 2.4rem auto 0;
  width: 7.1rem;
  text-align: left;
  line-height: 2.5;
  font-size: .2rem;
  letter-spacing: .04em;
  font-weight: 100;
}

.brand_body .row02 .row02_con .pub_info span {
  font-family: 'Gilroy_b';
  font-size: 0.3rem;
  font-weight: bold;
  display: inline-block;
  width: 1.2rem;
  background: linear-gradient(to right, #FF832E, #FF0012);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
}

@media screen and (orientation: landscape) {
  .brand_h_body .pub_case {
    width: 85.9375%;
  }
}

.brand_h_body .row03 {
  background-size: 118.48%;
  background-position: top center;
  position: relative;
}

.brand_h_body .row03 .line_s_box {
  height: 90%;
  top: 5%;
  z-index: 2;
}

.brand_h_body .row03 .row03_case {
  padding-top: 25%;
  padding-bottom: 12.8125%;
}

.brand_h_body .row03 .row03_case .row03_box {
  text-align: center;
  color: #fff;
  line-height: 1;
}

.brand_h_body .row03 .row03_case .row03_box .ind_title {
  font-size: .4rem;
  line-height: .75;
  color: #FF0012;
}

.brand_h_body .row03 .row03_case .row03_box .iconfont {
  font-size: .18rem;
  margin: .16rem auto;
  display: block;
}

.brand_h_body .row03 .row03_case .row03_box .ind_title_info {
  font-size: .5rem;
}

.brand_h_body .row03 .row03_lb_box {
  position: relative;
  z-index: 3;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con {
  position: relative;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con>.img_box {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  opacity: .15;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
  mask-image: linear-gradient(to top, transparent 0%, black 10%, black 70%, transparent 100%);
  mask-size: 100% 100%;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con>.img_box img {
  display: block;
  width: 100%;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .swiper-container {
  overflow: visible;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .swiper-container .img_box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to top, black 50%, transparent 95%);
  mask-image: linear-gradient(to top, blac 50%, transparent 95%);
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .swiper-container .img_box span {
  pointer-events: none;
  width: 34.43rem;
  height: 34.43rem;
  border: 15.61rem solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  left: 74%;
  top: 68%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  z-index: 4;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .pub_img_box::before {
  margin-top: 62.79635%;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_lb_tex {
  width: 100%;
  padding: .4rem 1.37rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 57%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #fff;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: .3rem;
  line-height: 2.1666;
  transform: translateY(0.5rem);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_lb_tex span {
  font-size: .6rem;
  line-height: 1.5;
  font-family: 'Gilroy_m';
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_num {
  padding-left: 1.37rem;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  font-size: 1.7rem;
  line-height: .75;
  margin-bottom: -.9rem;
  color: #FF0012;
  transform: translateY(0.5rem);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_con .swiper-container .active .img_box span {
  border-width: 0;
  transition: border-width 1s ease-in-out;
}

.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_con .swiper-container .active .row03_lb_tex,
.brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_con .swiper-container .active .row03_num {
  transform: none;
  opacity: 1;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box {
  margin-top: 1.1rem;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-container {
  overflow: visible;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-slide {
  width: auto;
  padding: .4rem .5rem;
  line-height: 1;
  font-size: .2rem;
  transition: color .5s ease-in-out;
  cursor: pointer;
  position: relative;
  color: #969696;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-slide::before {
  content: '';
  display: block;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.15rem;
  margin-bottom: -.15rem;
  background-color: #FF0012;
  box-shadow: 0 0 0.06rem 0.05rem rgba(229, 70, 31, 0.4);
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-slide.on {
  color: #FF0012;
}

.brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-slide.on::before {
  opacity: 1;
}

@media screen and (orientation: landscape) {
  .brand_h_body .row03 .row03_lb_box .row03_nav_box .swiper-slide:hover {
    color: #FF0012;
  }
}

.brand_h_body .row03 .row03_img {
  width: 100%;
  pointer-events: none;
  left: 0;
  top: 99%;
  position: absolute;
}

.brand_t_body {
  background-size: 100%;
  background-position: top center;
  position: relative;
  background-attachment: fixed;
}

@media screen and (orientation: landscape) {
  .brand_t_body .pub_case {
    width: 91.45833%;
    max-width: 1800px;
  }
}

.brand_t_body .row04 {
  background-size: 100%;
  background-position: top center;
  position: relative;
  background-attachment: fixed;
}

.brand_t_body .row04 .row04_case {
  padding-top: 21.5625%;
  padding-bottom: 21.5625%;
  position: relative;
  overflow: hidden;
}

.brand_t_body .row04 .row04_case .image_006 {
  pointer-events: none;
  width: 24.4271%;
  display: block;
  position: absolute;
  right: -3.5%;
  top: 58%;
}

.brand_t_body .row04 .row04_case .image_006 img {
  display: block;
  width: 100%;
}

.brand_t_body .row04 .row04_case .row04_box {
  text-align: center;
  color: #fff;
  line-height: 1;
}

.brand_t_body .row04 .row04_case .row04_box .ind_title {
  font-size: .4rem;
  line-height: .75;
}

.brand_t_body .row04 .row04_case .row04_box .ind_title.img-txt {
  background-size: cover;
  background-position: center;
  background-image: url("../image/009.jpg");
}

.brand_t_body .row04 .row04_case .row04_box .iconfont {
  font-size: .1rem;
  margin: .16rem auto;
  display: block;
}

.brand_t_body .row04 .row04_case .row04_box .ind_title_info {
  font-size: .5rem;
}

.brand_t_body .row04 .row04_case .row04_box .pub_info {
  font-size: .2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  margin-top: .52rem;
  text-align: center;
}

.brand_t_body .row04 .row04_con_box {
  margin-bottom: 14.6875%;
  height: 300vh;
}

.brand_t_body .row04 .row04_con_box .row04_con {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand_t_body .row04 .row04_con_box .pub_case {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.brand_t_body .row04 .row04_con_box .swiper-container {
  margin-left: 0;
  overflow: visible;
  width: 88%;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box {
  position: relative;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box::before {
  margin-top: 248.148148%;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box .row04_tit {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 10%;
  left: 0;
  padding: .2rem;
  font-size: .3rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  height: 0.8rem;
  display: grid;
  align-items: center;
  justify-content: center;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .sha_case {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1.52rem .1rem .4rem;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .sha_case>div {
  text-align: center;
  font-size: .18rem;
  line-height: 2.0;
}

.brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box::after {
  content: '';
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #FF0012;
  position: absolute;
  z-index: 4;
  height: .04rem;
}

@media screen and (orientation: landscape) {
  .brand_t_body .row04 .row04_con_box .swiper-slide {
    width: 18.285vw;
    margin-right: .47rem;
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide:hover .sha_case {
    opacity: 1;
  }
}

.brand_t_body .row04 .row04_con_box .row04_scr {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  width: calc(12% - .47rem);
  z-index: 2;
}

.brand_t_body .row04 .row04_con_box .row04_scr .row04_icon {
  text-align: center;
  line-height: 1;
}

.brand_t_body .row04 .row04_con_box .row04_scr .row04_icon .iconfont {
  font-size: .25rem;
}

.brand_t_body .row04 .row04_con_box .row04_scr .row04_icon .row04_name {
  margin-top: .23rem;
  font-size: .17rem;
}

.spokesman_body {
  background-color: #000;
}

.spokesman_body .line_sty_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  pointer-events: none;
  z-index: 2;
}

.spokesman_body .line_sty_box span {
  opacity: .2;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.2) 100%);
}

.spokesman_body .p_block .section_top {
  padding-top: 2.6rem;
  padding-bottom: 1.56rem;
  position: relative;
  z-index: 3;
}

.spokesman_body .p_block .section_top .bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, black 30%, black 80%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, black 30%, black 80%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  filter: grayscale(100);
  opacity: .2;
}

.spokesman_body .p_block .section_top .rowMain>.spok_img_box {
  margin: 0 auto;
  width: 44.6%;
}

.spokesman_body .p_block .section_bottom {
  position: relative;
  z-index: 1;
}

.spokesman_body .p_block .section_bottom .bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: calc(100% + 3.6rem);
  top: -2.6rem;
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  opacity: 1;
  background-repeat: no-repeat;
}

.spokesman_body .p_block .section_bottom .text_radial {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}

.spokesman_body .p_block .section_bottom .text_radial small {
  margin-bottom: .2rem;
}

.spokesman_body .p_block .section_bottom .swiper_case {
  margin: 1.47rem auto -.9rem;
  width: 72.5%;
  position: relative;
}

.spokesman_body .p_block .section_bottom .swiper_case .swiper-button-prev,
.spokesman_body .p_block .section_bottom .swiper_case .swiper-button-next {
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF0012;
  top: calc(50% - 1.4rem);
  margin-top: -.37rem;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  font-size: .44rem;
  opacity: .3;
}

@media screen and (orientation: landscape) {

  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-prev:hover,
  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-next:hover {
    opacity: 1;
  }
}

.spokesman_body .p_block .section_bottom .swiper_case .swiper-button-prev {
  left: 0;
  transform: translateX(-188.15%);
}

.spokesman_body .p_block .section_bottom .swiper_case .swiper-button-next {
  right: 0;
  transform: translateX(188.15%);
}

.spokesman_body .p_block .section_bottom .swiper_case a {
  display: block;
  position: relative;
  color: #fff;
  cursor: pointer;
}

.spokesman_body .p_block .section_bottom .swiper_case a .layer-photo {
  position: relative;
}

.spokesman_body .p_block .section_bottom .swiper_case a .layer-photo::before {
  content: '';
  display: block;
  left: 0;
  width: 100%;
  height: .04rem;
  position: absolute;
  bottom: 0;
  z-index: 3;
  background-color: #FF0012;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.spokesman_body .p_block .section_bottom .swiper_case a .layer-photo .pic:nth-child(2) {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
}

.spokesman_body .p_block .section_bottom .swiper_case a .swi_tit {
  padding: .14rem 0 2.2rem;
}

.spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .swi_name {
  font-weight: 700;
  line-height: 1.5;
}

.spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .swi_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .code_con_box {
  position: absolute;
  border-radius: .14rem;
  width: 2rem;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  pointer-events: none;
}

.spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .code_con_box img {
  display: block;
  width: 100%;
}

@media screen and (orientation: landscape) {
  .spokesman_body .p_block .section_bottom .swiper_case a:hover .layer-photo::before {
    transform: none;
  }

  .spokesman_body .p_block .section_bottom .swiper_case a:hover .layer-photo .pic:nth-child(2) {
    opacity: 1;
  }

  .spokesman_body .p_block .section_bottom .swiper_case a:hover .swi_tit .code_con_box {
    opacity: 1;
  }
}

.spokesman_body .p_block.row01 .section_top .line_sty_box span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 100%);
}

.spokesman_body .p_block.row01 .section_bottom .line_sty_box span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
}

.spokesman_body .p_block.row01 .section_bottom .text_radial .en_bold {
  background-position: 87% 50%;
  background-image: url("../image/009.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 900%;
}

.spokesman_body .p_block.row02 .section_top .line_sty_box span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 100%);
}

.spokesman_body .p_block.row02 .section_top::before {
  content: '';
  display: block;
  top: .6rem;
  left: .6rem;
  position: absolute;
  width: calc(100% - 1.2rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  display: none;
}

.spokesman_body .p_block.row02 .section_bottom {
  padding-bottom: 2.04rem;
}

.spokesman_body .p_block.row02 .section_bottom .text_radial .en_bold {
  background-position: 87% 50%;
  background-image: url("../image/009.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 900%;
}

.spokesman_body .p_block.row02 .section_bottom .line_sty_box span {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
}

.term_body .r1 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
}

.term_body .r1 .term_case {
  margin: 0 auto;
  width: 53.333%;
}

.term_body .r1 .pub_title_n {
  text-align: center;
  line-height: 1;
  padding: .6rem 0;
}

.term_body .r1 .pub_title_n h2 {
  background-position: center 26%;
  font-size: .45rem;
  background-image: url("../image/009.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 27%;
  font-weight: 700;
}

.term_body .r1 .term_info {
  font-size: .18rem;
  line-height: 2;
  color: #fff;
  padding-top: .53rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.term_body .r1 .term_info p {
  margin: 0;
  padding: 0;
}

.term_body .r1 .term_info p strong {
  font-weight: 700;
}

.m_sty {
  display: none !important;
}

@media screen and (orientation: portrait) {
  .pc_sty {
    display: none !important;
  }

  .m_sty {
    display: block !important;
  }

  body {
    font-size: 0.28rem;
  }

  .loading_box.ron {
    transform: scale(15);
  }

  .loading_box .b_crl {
    width: 75vh;
    height: 75vh;
    left: -5vh;
    top: -5vh;
  }

  .loading_box .m_crl {
    width: 35vh;
    height: 35vh;
    left: 25vh;
    bottom: -4vh;
  }

  .loading_box .load_text {
    padding-right: .6rem;
  }

  .loading_box .load_text .load_copy {
    font-size: .2rem;
    margin: -.35em 0;
    padding-right: .2rem;
  }

  .loading_box .load_text .load_copy br {
    display: none;
  }

  .loading_box .load_text .load_num_case {
    min-width: 2rem;
    justify-content: flex-end;
  }

  .loading_box .load_text .load_num_case .load_num {
    margin-right: .2rem;
  }

  .ind_body {
    overflow: hidden;
  }

  .ind_body.det_sty {
    touch-action: none;
  }

  .ind_body.det_sty .m_srcoll {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
  }

  .ind_body .btn_video_sty {
    width: 2.2rem;
    height: .92rem;
  }

  .ind_body .btn_video_sty span {
    font-size: .24rem;
  }

  .ind_body .btn_video_sty span i {
    font-size: .28rem;
  }

  .ind_body .ind_row01 .ind_case_lb .swiper-pagination {
    width: 100%;
    bottom: 1rem;
    padding: 0 0.4rem;
    flex-direction: revert;
    justify-content: center;
    left: 0;
    height: auto;
    transform: none;
  }

  .ind_body .ind_row01 .ind_case_lb .swiper-pagination span {
    margin: 0 .2rem 0 0;
  }

  .ind_body .ind_row01 .ind_case_lb .ind_bottom_case {
    justify-content: flex-end;
    bottom: 1rem;
    display: none;
  }

  .ind_body .ind_row01 .ind_case_lb .ind_bottom_case .hint_box {
    display: none;
  }

  .ind_body .ind_row01 .ind_case_lb .ind_bottom_case .pagination_res .on {
    font-size: .36rem;
  }

  .ind_body .ind_row01 .ind_case_lb .ind_bottom_case .pagination_res .page_sum {
    font-size: .24rem;
  }

  .ind_body .ind_row02 .ind_row02_box {
    width: 230vh;
    height: 230vh;
  }

  .ind_body .ind_row02 .ind_row02_box .swiper-container {
    height: 100vh !important;
  }

  .ind_body .ind_row02 .ind_row02_box .swiper-container .ind_row02_img {
    height: 100vh !important;
  }

  .ind_body .ind_row02 .ind_row02_box .swiper-container .ind_row02_txt {
    font-size: 1rem;
  }

  .ind_body .ind_row03 .scr-el {
    transform: none !important;
  }

  .ind_body .ind_row03 .ind_row03_con {
    padding-bottom: 1rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_s {
    font-size: 1.5rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_s div:first-child {
    margin-left: -.05em;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_s div:nth-child(2) {
    margin-right: -.05em;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_s div img {
    height: 1.12rem;
    opacity: .75;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_n {
    margin-top: -.8rem;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_n h3:first-child {
    font-size: .32rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_n h3:nth-child(2) {
    margin-top: .1rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b {
    margin-top: 1.2rem;
    display: block;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_l {
    width: 100%;
    margin-left: 0;
    animation-play-state: paused;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform, opacity;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: ease-in-out;
    animation-name: fade03;
    opacity: 0;
    transform: translateY(0.5rem);
  }

  @keyframes fade03 {
    0% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    40% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    60% {
      opacity: 1;
      transform: none;
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_l .pub_info {
    width: 100%;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_l .hint_box {
    display: none;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_img {
    margin-top: .2rem;
    transform: none;
    width: 100%;
    margin-right: -10%;
    margin-left: 10%;
    position: relative;
    animation-play-state: paused;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform, opacity;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: ease-in-out;
    animation-name: fade04;
    opacity: 0;
    transform: translateY(0.5rem);
  }

  @keyframes fade04 {
    0% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    55% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    80% {
      opacity: 1;
      transform: none;
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_img::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -.1rem;
    width: 100%;
    left: 0;
    height: 35%;
    background: linear-gradient(0deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_b .ind_row03_r {
    width: 100%;
    margin-top: .6rem;
    margin-right: 0;
    animation-play-state: paused;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform, opacity;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: ease-in-out;
    animation-name: fade05;
    opacity: 0;
    transform: translateY(0.5rem);
  }

  @keyframes fade05 {
    0% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    75% {
      opacity: 0;
      transform: translateY(0.5rem);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i {
    background-color: #fff;
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i .pub_img_box::before {
    margin-top: 100%;
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i .ind_row04_txt {
    padding: .6rem !important;
    position: relative;
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i .ind_row04_txt .pub_title {
    margin-top: .5rem;
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i .ind_row04_txt .pub_title_en {
    font-weight: 700;
  }

  .ind_body .ind_row04 .ind_row04_b .ind_row04_i .ind_row04_txt .btn_icon_sty {
    margin-top: .5rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .ind_body .ind_row04 .ind_row04_b:first-child .ind_row04_i {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .ind_body .ind_row04 .ind_row04_b:first-child .ind_row04_i .pub_img_box {
    border-radius: 0;
  }

  .ind_body .ind_row04 .ind_row04_b:first-child .ind_row04_i .pub_img_box img {
    object-position: right center;
  }

  .ind_body .ind_row04 .ind_row04_b:nth-child(2) {
    margin-bottom: .8rem;
  }

  .ind_body .ind_row04 .ind_row04_b:nth-child(2) .ind_row04_i {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .ind_body .ind_row04 .ind_row04_b:nth-child(2) .ind_row04_i .pub_img_box {
    border-radius: 0;
  }

  .ind_body .ind_row04 .ind_row04_b:nth-child(2) .ind_row04_i .pub_img_box img {
    object-position: left center;
  }

  .ind_body .ind_row04 .ind_row04_b:nth-child(2) .ind_row04_i .ind_row04_txt {
    width: 100%;
    box-sizing: border-box;
  }

  .ind_body .ind_row04 .ind_row04_bg {
    background-color: #fff;
  }

  .ind_body .ind_row04 .ind_row04_bg img {
    display: none;
  }

  .ind_body .ind_row04 .ind_row04_con {
    padding: 0;
  }

  @keyframes clip001 {
    0% {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    20% {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    42% {
      clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%);
    }

    100% {
      clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%);
    }
  }

  @keyframes clip004 {
    0% {
      clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    }

    70% {
      clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    }

    92% {
      clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%);
    }

    100% {
      clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%);
    }
  }

  @keyframes face01 {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }

    45% {
      opacity: 0;
      transform: translateY(1rem);
    }

    58% {
      opacity: 1;
      transform: none;
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  @keyframes face02 {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }

    90% {
      opacity: 0;
      transform: translateY(1rem);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .pub_banner_box {
    position: relative;
    overflow: hidden;
  }

  .pub_banner_box .pub_img_box::before {
    margin-top: 100vh !important;
  }

  .pub_banner_box .banner_txt .banner_en {
    font-size: 0.2rem;
  }

  .pub_banner_box .banner_txt .banner_tit {
    font-size: 0.48rem;
  }

  .pub_banner_box .row01_case::before {
    margin-top: 100vh !important;
  }

  .contact_body .row02 {
    padding-bottom: 0;
  }

  .contact_body .row02 .row02_case .pub_case {
    display: block;
  }

  .contact_body .row02 .row02_case .pub_case .row02_left {
    width: 100%;
    margin-top: 0;
    transform: translateY(-1rem);
  }

  .contact_body .row02 .row02_case .pub_case .row02_left .ind_row03_n {
    width: 2rem;
    height: 2rem;
  }

  .contact_body .row02 .row02_case .pub_case .row02_left .ind_row03_n h3:first-child {
    font-size: .32rem;
  }

  .contact_body .row02 .row02_case .pub_case .row02_left .ind_row03_n h3:nth-child(2) {
    margin-top: .1rem;
  }

  .contact_body .row02 .row02_case .pub_case .row02_right {
    width: 100%;
    margin-top: -.2rem;
    position: relative;
    padding: .4rem;
  }

  .btn_sty>div {
    width: 2.2rem;
    height: 1rem;
    font-size: .24rem;
  }

  .btn_sty>div i {
    font-size: .2rem;
  }

  .hint_box_case {
    display: none;
  }

  .ind_body .ind_case_lb .banner_case .ind_ban_txt {
    padding-top: 0;
  }

  .ind_body .ind_case_lb .banner_case .ind_ban_txt .pub_banner_title {
    font-size: .64rem;
  }

  .ind_body .ind_case_lb .banner_case .ind_ban_txt .btn_sty {
    margin-top: .8rem;
  }

  .ind_body .ind_case_lb .ind_sha_box .ind_row01_t {
    font-size: .2rem;
    display: none;
  }

  .ind_body .ind_case_lb .ind_sha_box .ind_row01_t br {
    display: none;
  }

  .ind_body .ind_row02 .ind_row02_case {
    flex-wrap: wrap;
  }

  .ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box {
    width: 100%;
    transform: none;
    position: relative;
    top: 0;
    height: 3.5rem;
    padding-top: 1.5rem;
  }

  .ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box .ind_row02_tit_en {
    font-size: .6rem;
    background-position: 119% 31%;
    margin-bottom: .38rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("../image/009.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 75%;
    text-shadow: none;
  }

  .ind_body .ind_row02 .ind_row02_case a {
    display: block;
    width: 50%;
    height: calc(100% - 3.5rem);
  }

  .ind_body .ind_row02 .ind_row02_case a:nth-child(2) .ind_row02_case {
    display: flex;
    flex-direction: column-reverse;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box {
    height: 100%;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box::after {
    content: '';
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name {
    transform: none;
    bottom: 3.18rem;
    color: #fff;
    opacity: 1;
    padding-bottom: 0;
    padding-top: .36rem;
    z-index: 5;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name .pro_d_t_en {
    display: none;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .pub_img_box .pro_d_name .pro_d_t {
    margin-top: 0;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .7rem;
    z-index: 1;
  }

  .ind_body .ind_row02 .ind_row02_case a .ind_row02_case .ind_row02_txt_box {
    opacity: 1;
    top: auto;
    height: .7rem;
    font-size: .24rem;
    left: .2rem;
    width: calc(100% - .4rem);
    z-index: 3;
    bottom: 2.5rem;
    background-color: transparent;
  }

  .ind_body .ind_row02 .ind_row02_case a .btn_sty {
    z-index: 3;
    bottom: 2.2rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_num {
    font-size: .24rem;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_top_box {
    height: 100vw;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_box {
    height: 100%;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_box::before {
    display: none;
  }

  .ind_body .ind_row03 .ind_row03_con .ind_row03_img .pub_img_box img {
    top: 0;
  }

  .ind_body .ind_row04 .ind_row04_case {
    padding-top: 1.3rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty {
    padding-bottom: .6rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box {
    padding-bottom: .4rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .pub_img_box {
    width: 100%;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .pub_img_box:before {
    margin-top: 100%;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .ind_row04_txt {
    width: 100%;
    margin-top: .6rem;
    position: relative;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .ind_row04_txt>.iconfont {
    margin-bottom: .4rem;
    font-size: .6rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .ind_row04_txt .pro_t_en {
    font-size: .48rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .ind_row04_txt .pro_t {
    font-size: .18rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide .ind_row04_box .ind_row04_txt .btn_sty {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    right: 0;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_con .pro_box_sty .swiper-slide.active .ind_row04_box {
    display: block;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide {
    padding: .4rem .2rem .4rem .4rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .ind_row04_n_box .ind_row04_n {
    font-size: .28rem;
  }

  .ind_body .ind_row04 .ind_row04_case .ind_row04_nav .swiper-slide .iconfont {
    left: 0;
    font-size: .3rem;
  }

  .ind_body .ind_row05 {
    overflow: hidden;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_row05_num {
    font-size: .24rem;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_tit_box .ind_title {
    font-size: .6rem;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con {
    margin-top: .8rem;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container {
    width: 80%;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide {
    opacity: .4;
    transform: scale(0.85);
    transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide.active {
    opacity: 1;
    transform: none;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide:nth-child(2) {
    padding-top: 0;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con .swiper-container .swiper-slide:nth-child(3) {
    padding-top: 0;
  }

  .ind_body .ind_row05 .ind_row05_case .ind_row05_con .ind_rew05_con a .adv_tex .adv_tit {
    font-size: .28rem;
  }

  .ind_body .ind_row06 .pub_mask_box .pub_img_box .ind_row06_txt .sto_t_en {
    font-size: .6rem;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box {
    display: block;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .4rem;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_box .ind_tit {
    font-size: .28rem;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_news_box a .ind_news_txt .ind_tit_time {
    font-size: .24rem;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_tit_box .ind_title {
    font-size: .6rem;
  }

  .ind_body .ind_row07 .ind_row07_case .ind_btn_box .btn_sty>div {
    width: 2.2rem;
  }

  .litter_tit_box .tit_t {
    font-size: .48rem;
  }

  .brand_body .row01 {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }

  .brand_body .row01 .row01_case .pub_case .ind_title_info {
    font-size: .48rem;
  }

  .brand_body .row01 .row01_case .pub_case .row01_case {
    font-size: .24rem;
    margin-top: .8rem;
  }

  .brand_body .row02 {
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
  }

  .brand_body .row02>.img_box .icon_box {
    right: -11%;
    top: 38%;
    transform: none !important;
  }

  .brand_body .row02 .row02_con .pub_info {
    font-size: .24rem;
    width: 100%;
    padding-right: 0;
    margin-top: 1.2rem;
  }

  .brand_body .row02 .row02_con .pub_info span {
    display: inline-block;
    margin-top: .8em;
  }

  .brand_h_body .row03 {
    padding-bottom: 1.5rem;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .brand_h_body .row03 .row03_img {
    top: auto;
    bottom: 0;
  }

  .brand_h_body .row03 .row03_case {
    padding-top: 2rem;
  }

  .brand_h_body .row03 .row03_lb_box .row03_nav_box {
    margin-left: -.45rem;
    margin-right: -.45rem;
    margin-top: .8rem;
  }

  .brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_lb_tex {
    padding: .3rem .4rem;
    top: auto;
    bottom: .2rem;
    line-height: 1.8;
    font-size: .24rem;
    text-shadow: 0 0 0.1rem black;
  }

  .brand_h_body .row03 .row03_lb_box .row03_lb_con .row03_num {
    padding-left: .4rem;
    font-size: 1rem;
    margin-bottom: -.45em;
  }

  .brand_t_body .row04 .row04_case {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
  }

  .brand_t_body .row04 .row04_case .row04_box .pub_info {
    font-size: .24rem;
  }

  .brand_t_body .row04 .row04_con_box {
    height: auto;
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .sha_case {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 3rem;
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .sha_case>div {
    font-size: .24rem;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box::before {
    margin-top: 200%;
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide .tec_img_box .pub_img_box .row04_tit {
    font-size: .3rem;
  }

  .brand_t_body .row04 .row04_con_box .swiper-slide.active .tec_img_box .sha_case {
    opacity: 1;
  }

  .brand_t_body .row04 .row04_con_box .row04_con {
    position: relative;
    height: auto;
  }

  .brand_t_body .row04 .row04_con_box .row04_scr {
    display: none;
  }

  .brand_t_body .row04 .row04_con_box .swiper-container {
    width: 90%;
    margin-left: 0;
    overflow: visible;
  }

  .brand_t_body .row04 .row04_con_box .swiper-container .pub_img_box>img {
    opacity: 0.5;
  }

  .spokesman_body .p_block .section_top {
    padding-top: 1.3rem;
    padding-bottom: 1rem;
  }

  .spokesman_body .p_block .section_top .rowMain>.spok_img_box {
    width: 80%;
  }

  .spokesman_body .p_block .section_bottom {
    padding-bottom: .8rem;
  }

  .spokesman_body .p_block .section_bottom .swiper_case {
    margin-top: .8rem;
  }

  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-prev,
  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-next {
    opacity: 1;
  }

  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-prev {
    transform: translateX(-120%);
  }

  .spokesman_body .p_block .section_bottom .swiper_case .swiper-button-next {
    transform: translateX(120%);
  }

  .spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .swi_name {
    font-size: .32rem;
  }

  .spokesman_body .p_block .section_bottom .swiper_case a .swi_tit .code_con_box {
    opacity: 1;
    left: 50%;
    margin-left: -1rem;
  }

  .spokesman_body .p_block.row02 .section_top::before {
    top: 0;
    width: calc(100% - .9rem);
    left: .45rem;
  }

  .spokesman_body .p_block.row02 .section_bottom {
    padding-bottom: 2.6rem;
  }

  .term_body .shop .r1 {
    padding: 1.3rem 0;
  }

  .term_body .shop .r1 .term_case {
    width: 100%;
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .term_body .shop .r1 .term_case .term_info {
    font-size: .24rem;
    line-height: 1.81;
  }
}

/*# sourceMappingURL=public.css.map */