html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
  font-family: "Source Han Sans SC", "Microsoft YaHei", "Helvetica", Arial, sans-serif;
}
html {
  font-size: 16px;
  font-family: "Source Han Sans SC", "Microsoft YaHei", "Helvetica", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
button {
  border: none;
  outline: none;
}
:root {
  --green: #006B64;
  --golden: #D8BFA0;
}
.bg-footer-photo {
  background: url(/Public/home/images/brand-line.png) no-repeat center bottom;
  padding-bottom: 120px;
}
@media (max-width: 1920px) {
  .bg-footer-photo {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .bg-footer-photo {
    background: none;
    padding-bottom: 0;
  }
}
.fade-animate {
  animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.enter-x {
  transform: translateX(100%);
}
.enter-animate-right {
  transform: translateX(0);
  animation: enter-animate-right 1.5s ease-in-out;
}
@keyframes enter-animate-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "NEWYORK";
  src: url("/Public/home/fonts/newyork.woff2") format("woff2"), url("/Public/home/fonts/newyork.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OptimaLT";
  src: url('/Public/home/fonts/OptimaLTStd.woff2') format('woff2'), url('/Public/home/fonts/OptimaLTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OptimaLT";
  src: url('/Public/home/fonts/OptimaLTStd-Bold.woff2') format('woff2'), url('/Public/home/fonts/OptimaLTStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "OptimaLT";
  src: url('/Public/home/fonts/OptimaLTStd-Medium.woff2') format('woff2'), url('/Public/home/fonts/OptimaLTStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Constantia";
  src: url('/Public/home/fonts/Constantia.woff2') format('woff2'), url('/Public/home/fonts/Constantia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLT";
  src: url('/Public/home/fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('/Public/home/fonts/AvenirLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url('/Public/home/fonts/iconfont.woff2?t=1701226372920') format('woff2'), url('/Public/home/fonts/iconfont.woff?t=1701226372920') format('woff'), url('/Public/home/fonts/iconfont.ttf?t=1701226372920') format('truetype');
  
  /* Project id 3994848 */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tel-fill:before {
  content: "\e642";
}
.icon-mail:before {
  content: "\e64c";
}
.icon-delete:before {
  content: "\e614";
}
.icon-xiangyoujiantou:before {
  content: "\e65f";
}
.icon-xiangzuojiantou:before {
  content: "\e660";
}
.icon-email:before {
  content: "\e715";
}
.icon-tel:before {
  content: "\e716";
}
.icon-arrow-line:before {
  content: "\e714";
}
.icon-taobao:before {
  content: "\e713";
}
.icon-douyin:before {
  content: "\e70f";
}
.icon-weibo:before {
  content: "\e710";
}
.icon-xiaohongshu:before {
  content: "\e711";
}
.icon-weixin:before {
  content: "\e712";
}
.icon-tmall:before {
  content: "\e70e";
}
.icon-search:before {
  content: "\e70d";
}
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all 0.6s;
}
.header.opacity .header-innner {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
.header.scroll {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
.header.scroll .header-innner {
  background: #ffffff;
}
.header-innner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 62px;
  background: rgba(255, 255, 255, 0.75);
  transition: background .5s ease;
}
@media (min-width: 1024px) {
  .header-innner {
    justify-content: space-between;
  }
}
.header-innner .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767.5px) {
  .header-innner .menu {
    display: none;
  }
}
.header-innner .menu a {
  display: block;
  line-height: 60px;
  text-decoration: none;
  font-size: 13px;
  font-weight: lighter;
  color: #111;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
}
.header-innner .menu a.active,
.header-innner .menu a:hover {
  font-weight: bold;
  border-color: #111;
}
.header-innner .menu a.hover {
  font-weight: bold;
  border-color: rgba(17, 17, 17, 0.85);
}
@media (min-width: 1280px) {
  .header-innner .menu a {
    margin-right: 90px;
  }
}
.header-innner .left-menu a:first-child {
  margin-left: 32px;
}
.header-innner .right-menu a:last-child {
  margin-right: 32px;
}
.header-innner .logo {
  position: absolute;
  left: 18px;
}
@media (min-width: 1024px) {
  .header-innner .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-innner .logo img {
  display: block;
}
@media (max-width: 1280px) {
  .header-innner .logo img {
    height: 28px;
  }
}
@media (max-width: 1024px) {
  .header-innner .logo img {
    height: 16px;
  }
}
.submenu-wrap {
  border-top: 4px solid transparent;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 8px;
  padding: 15px 0 20px;
  display: none;
}
@media (max-width: 767.5px) {
  .submenu-wrap {
    display: none !important;
  }
}
.submenu-container {
  display: none;
}
.submenu-container#home .submenu-list {
  padding-left: 24px;
}
.submenu-container#brand .submenu-list {
  padding-left: 98px;
}
@media (min-width: 1280px) {
  .submenu-container#brand .submenu-list {
    padding-left: 138px;
  }
}
.submenu-container#product .submenu-list {
  padding-left: 196px;
}
.submenu-container#product .submenu-list .sub-menu-item {
  margin-left: 58px;
}
.submenu-container#product .submenu-list .sub-menu-item:first-child {
  margin-left: 0;
}
.submenu-container#product .submenu-list .sub-menu-item h3 {
  font-size: 14px;
  padding-left: 8px;
}
.submenu-container#product .submenu-list .sub-menu-item .menu-pro-list {
  padding-left: 8px;
}
@media (min-width: 1280px) {
  .submenu-container#product .submenu-list {
    padding-left: 276px;
  }
}
.submenu-container#skinForum .submenu-list {
  justify-content: flex-end;
  padding-right: 220px;
}
.submenu-container#skinForum .submenu-list .sub-menu-item:last-child {
  margin-right: 0;
}
@media (min-width: 1280px) {
  .submenu-container#skinForum .submenu-list {
    padding-right: 300px;
  }
}
.submenu-container#experience .submenu-list {
  justify-content: flex-end;
  padding-right: 122px;
}
.submenu-container#experience .submenu-list .sub-menu-item:last-child {
  margin-right: 0;
}
@media (min-width: 1280px) {
  .submenu-container#experience .submenu-list {
    padding-right: 162px;
  }
}
.submenu-list {
  display: flex;
}
@media (max-width: 1023.9px) {
  .submenu-list {
    justify-content: center !important;
    padding: 0 !important;
  }
}
.sub-menu-item {
  margin-right: 10px;
}
.sub-menu-item > a {
  text-decoration: none;
  font-size: 12px;
  color: #111;
  padding: 4px 8px;
  line-height: 1;
}
.sub-menu-item > a:hover {
  background-color: #bec0c7;
  border-radius: 20px;
}
.menu-pro-list {
  margin-left: 8px;
  margin-top: 8px;
}
.menu-pro-item > a {
  text-decoration: none;
  font-size: 12px;
  color: #111;
  line-height: 2;
}
.menu-pro-item > a:hover {
  text-decoration: underline;
}
.mobilemenu-wrap {
  display: none;
}
.mobile-menu {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  position: relative;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mobile-menu li {
  width: 50%;
  text-align: center;
}
.mobile-menu li > a {
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 26px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.hamburger-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .hamburger-wrap {
    display: none;
  }
}
.hamburger-wrap.animate .hamburger-menu {
  background: rgba(255, 255, 255, 0);
}
.hamburger-wrap.animate .hamburger-menu:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-wrap.animate .hamburger-menu:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.hamburger-menu {
  position: relative;
  background: #171717;
  transition: all 0ms .2s;
  transform: translateY(10px);
}
.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #171717;
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #171717;
  transition: top 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#side-menu {
  transform: translateX(100%);
  position: fixed;
  top: 62px;
  right: 0;
  height: 100%;
  width: 60%;
  max-width: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: transform 0.3s;
  padding: 40px 12px;
  z-index: 1;
  color: #4c4948;
  font-size: 16px;
  /* 当添加了 expanded 类后的样式 */
}
#side-menu a {
  text-decoration: none;
  color: #4c4948;
}
#side-menu .side-menu-item {
  border-bottom: 1px solid #707070;
}
#side-menu .sub-menu {
  display: none;
  padding-bottom: 12px;
}
#side-menu .sub-menu li a {
  display: block;
  color: #9FA0A0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: lighter;
  padding: 8px 12px;
  position: relative;
}
#side-menu .sub-menu li a::before {
  content: '•';
  padding-right: 5px;
}
#side-menu .menu-title {
  cursor: pointer;
  padding: 12px 10px;
  position: relative;
}
#side-menu .has-submenu:before,
#side-menu .has-submenu:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  /* 加号线条的长度 */
  height: 2px;
  /* 加号线条的厚度 */
  background: #707070;
  transition: transform 0.3s ease;
}
#side-menu .has-submenu:before {
  transform-origin: center;
}
#side-menu .has-submenu:after {
  transform-origin: center;
  transform: rotate(90deg);
  /* 创建加号的另一条线 */
}
#side-menu .has-submenu.expanded:before {
  transform: rotate(180deg);
  /* 旋转变成水平线，形成减号 */
}
#side-menu .has-submenu.expanded:after {
  width: 0;
  /* 使垂直线消失 */
}
.top-banner {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  background: linear-gradient(0deg, #747388 15.66%, #747388 60.15%, rgba(116, 115, 136, 0) 78.93%);
  height: 100vh;
  overflow: visible;
}
@media (min-width: 768px) {
  .top-banner {
    height: 400px;
  }
}
@media (min-width: 1280px) {
  .top-banner {
    height: 100vh;
    max-height: 768px;
    height: 512px;
  }
}
@media (min-width: 1600px) {
  .top-banner {
    height: 100vh;
    max-height: 768px;
    height: 768px;
  }
}
.top-banner .image-pc {
  width: 100%;
  height: 100%;
}
.top-banner .image-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .top-banner {
    overflow: hidden;
  }
  .top-banner .image-pc {
    display: none;
  }
}
.top-banner .image-mobile {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .top-banner .image-mobile {
    display: block;
  }
}
.top-banner .image-mobile img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .top-banner .image-mobile img {
    height: 100vh;
    object-fit: cover;
  }
}
.top-banner .image-mobile .gradient {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  .top-banner .media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  .top-banner .media {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-banner .info {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 0;
  text-align: center;
  color: #2D1910;
}
@media (min-width: 769px) {
  .top-banner .info {
    margin-top: 180px;
    margin-left: 7%;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .top-banner .info {
    margin-top: 200px;
    margin-left: 14.583333%;
  }
}
@media (min-width: 1600px) {
  .top-banner .info {
    margin-top: 236px;
  }
}
.top-banner .info h2 {
  font-weight: 200;
  font-size: 46px;
  line-height: 1.44;
}
@media (min-width: 769px) {
  .top-banner .info h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .top-banner .info h2 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .top-banner .info h2 {
    font-size: 56px;
  }
}
.top-banner .info p {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.4375;
  font-weight: 100;
}
.top-banner .info p span {
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .top-banner .info p {
    margin-top: 28px;
    line-height: 1.83;
  }
}
@media (min-width: 1280px) {
  .top-banner .info p {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .top-banner .info p {
    margin-top: 10px;
  }
}
@media (max-width: 388px) {
  .top-banner .info p {
    font-size: 15px;
  }
}
.top-banner .info .tip {
  position: absolute;
  top: 90px;
  right: 8%;
}
@media (max-width: 768px) {
  .top-banner .info .tip {
    top: 84px;
    right: 4%;
    color: #fff;
  }
  .top-banner .info .tip p {
    text-align: right;
  }
}
.top-banner .info .search-wrap {
  position: absolute;
  left: 5%;
  bottom: 44px;
  width: 700px;
}
@media (max-width: 768px) {
  .top-banner .info .search-wrap {
    display: none;
  }
}
@media (max-width: 1280px) {
  .top-banner .info .search-wrap {
    width: 400px;
  }
}
@media (max-width: 1700px) {
  .top-banner .info .search-wrap {
    width: 560px;
  }
}
.top-banner .banner {
  height: 100%;
}
.top-banner .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-banner .intro {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
}
.top-banner .intro h1 {
  padding-left: 18px;
  font-size: 45px;
  text-transform: uppercase;
}
.top-banner .intro h1 span {
  display: block;
  line-height: 1;
}
@media (max-width: 767.5px) {
  .top-banner .intro h1 {
    padding-left: 0;
  }
}
.top-banner .intro .title {
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 2px;
}
.top-banner .intro .desc {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 5px;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .top-banner .intro .desc {
    text-align: justify;
    text-align-last: center;
  }
}
.top-banner .intro .slg {
  width: 45vw;
  min-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.5px) {
  .top-banner .intro.between {
    bottom: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .top-banner .intro.center h1 {
    text-align: center;
  }
  .top-banner .intro.brand-characteristic-intro h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .top-banner .intro {
    position: absolute;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    top: auto;
    left: 5.2vw;
    right: 5.2vw;
    bottom: 50px;
  }
  .top-banner .intro h1 {
    font-size: 72px;
    background: url(/Public/home/images/banner-title-line.png) no-repeat 0 center;
  }
  .top-banner .intro .title {
    font-size: 48px;
  }
  .top-banner .intro .desc {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.6;
  }
  .top-banner .intro .slg {
    font-size: 20px;
    width: 14em;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .top-banner .intro {
    bottom: 90px;
  }
  .top-banner .intro h1 {
    font-size: 90px;
    margin-top: -12px;
  }
  .top-banner .intro .title {
    font-size: 60px;
  }
  .top-banner .intro .desc {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
}
.top-banner .brand-base-intro {
  color: #fff;
}
@media (max-width: 769px) {
  .top-banner .brand-base-intro .slg {
    margin-top: 90% !important;
  }
}
.top-banner .brand-characteristic-banner {
  height: 100%;
}
.top-banner .brand-characteristic-banner img {
  height: 100%;
}
.top-banner .brand-characteristic-intro {
  bottom: 50px;
  color: #fff;
}
.top-banner .brand-characteristic-intro .icon-left {
  position: relative;
  display: flex;
  width: 100%;
}
.top-banner .brand-characteristic-intro .icon-left::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20px;
  width: 20px;
  height: 40px;
  background-image: url(Public/home/images/other/icon-left.png);
  background-repeat: no-repeat;
}
.top-banner .brand-characteristic-intro .icon-left::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #848589;
}
.top-banner .brand-characteristic-intro .icon-right {
  position: relative;
  display: flex;
  width: 100%;
}
.top-banner .brand-characteristic-intro .icon-right::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -20px;
  width: 20px;
  height: 40px;
  background-image: url(Public/home/images/other/icon-right.png);
  background-repeat: no-repeat;
}
.top-banner .brand-characteristic-intro .icon-right::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #848589;
}
.top-banner.contact-banner {
  z-index: auto !important;
}
@media (min-width: 768px) {
  .top-banner.contact-banner .intro {
    right: 5%;
    left: auto;
    bottom: auto;
    top: 110px;
    align-items: center;
  }
  .top-banner.contact-banner .intro h1 {
    background: none;
  }
  .top-banner.contact-banner .intro .slg {
    line-height: 1;
    border-left: 1px solid #fff;
    margin-left: 24px;
    padding-left: 24px;
  }
  .top-banner.contact-banner .intro .desc {
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 4px;
  }
}
.search-wrap form {
  height: 56px;
  position: relative;
  margin: 0 auto;
}
.search-wrap input {
  width: 100%;
  height: 56px;
  padding-left: 30px;
  padding-right: 46px;
  border-radius: 56px;
  border: none;
  background: #fff;
  transition: 0.3s linear;
  font-size: 20px;
  color: #000;
}
.search-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.search-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.search-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.search-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.search-wrap input.es-input {
  background: #fff;
  padding-right: 46px !important;
  transition: none;
}
.search-wrap input.es-input.open {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 768px) {
  .search-wrap input.es-input.open {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.search-wrap .es-list {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 8px;
  max-height: 250px !important;
  z-index: 1000;
}
.search-wrap .es-list::-webkit-scrollbar {
  width: 0px;
}
.search-wrap .es-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.search-wrap .es-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.search-wrap .es-list li {
  color: #000;
  text-align: left;
  height: 35px;
  line-height: 27px;
  z-index: 1000;
  position: relative;
}
.search-wrap button {
  height: 100%;
  cursor: pointer;
  position: absolute;
  background: none;
  right: 10px;
  box-sizing: content-box;
  font-size: 24px;
  line-height: 1;
}
.search-wrap button .keyword {
  font-size: 14px;
  padding-left: 12px;
  border-left: thin black solid;
}
.search-wrap button .keyword::before {
  font-size: 26px;
  color: #709e47;
  display: block;
  content: "\e70d";
  font-family: "iconfont" !important;
}
.white-intro {
  color: #fff;
}
.show-mobile {
  display: block!important;
}
@media (min-width: 768px) {
  .show-mobile {
    display: none!important;
  }
}
.show-desktop {
  display: none!important;
}
@media (min-width: 768px) {
  .show-desktop {
    display: block!important;
  }
}
.footer {
  line-height: 2;
  color: #5e5e5e;
  background-color: #000;
}
.footer .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .menu h2 {
  width: 100%;
  text-transform: uppercase;
}
.footer .menu a {
  display: block;
  color: #5e5e5e;
  font-size: 16px;
  text-decoration: none;
}
.footer .menu a:hover {
  color: #d3d3d3;
}
.footer .own {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 60px 0 30px;
}
@media (min-width: 768px) {
  .footer {
    height: 254px;
  }
}
.footer-inner {
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-inner .left-logo {
  margin-top: 24px;
  width: 214px;
}
.footer-inner .left-logo img {
  display: block;
}
@media (min-width: 768px) {
  .footer-inner {
    padding-top: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid #555;
  }
}
@media (max-width: 767.5px) {
  .footer-info {
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-info .menu {
    margin-left: 12vw;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-info .menu h2 {
    margin-bottom: 10px;
  }
  .footer-info .menu a {
    font-size: 12px;
    color: #fff;
    margin: 6px 0;
  }
  .footer-info .copyright {
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 24px 20px;
    border-top: 1px solid #585858;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer-info .copyright .logo {
    margin-bottom: 30px;
  }
  .footer-info .copyright .logo img {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .footer-info {
    margin-top: 24px;
    width: 500px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -250px;
  }
  .footer-info .copyright {
    text-align: center;
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .footer-info {
    width: 740px;
    margin-left: -370px;
  }
  .footer-info .copyright {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
.right-code {
  width: 75px;
}
.right-code img {
  display: block;
  width: 100%;
  opacity: .75;
}
.right-code span {
  line-height: 1;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.menu-content {
  background: #ffffff;
}
@media (max-width: 1280px) {
  .menu-content {
    font-size: 20px;
    line-height: 20px;
  }
}
.menu-content .product-menu {
  list-style: none;
  display: flex;
  text-align: center;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: -3px;
  flex-wrap: wrap;
}
.menu-content .product-menu::-webkit-scrollbar {
  height: 0px;
}
.menu-content .product-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.menu-content .product-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .menu-content .product-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
.menu-content .product-menu li {
  flex: 1;
  cursor: pointer;
  border-top: 1px solid #000;
}
.menu-content .product-menu li .item-up {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  padding: 15px 8px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-content .product-menu li .item-up::after {
  content: "";
  margin-top: 4px;
}
@media (max-width: 1440px) {
  .menu-content .product-menu li .item-up {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1366px) {
  .menu-content .product-menu li .item-up {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1280px) {
  .menu-content .product-menu li .item-up {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1152px) {
  .menu-content .product-menu li .item-up {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1050px) {
  .menu-content .product-menu li .item-up {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .menu-content .product-menu li .item-up {
    font-size: 13px;
    line-height: 13px;
  }
}
.menu-content .product-menu li:hover .item-up::after {
  background-color: #000;
}
.menu-content .product-menu .select:hover .item-up::after {
  background-color: #000;
}
.menu-content .product-menu .select .item-up {
  color: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.menu-content .product-menu .select .item-up::after {
  content: "";
}
.menu-flex {
  position: fixed;
  z-index: 999;
  top: 120px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media (max-width: 280px) {
  .menu-flex {
    width: 280px;
  }
}
.menu-mobile-flex {
  position: fixed;
  z-index: 99;
  top: 240px;
  width: 100%;
}
@media (max-width: 750px) {
  .menu-mobile-flex {
    top: 185px;
  }
}
@media (max-width: 280px) {
  .menu-mobile-flex {
    width: 280px;
  }
}
.other-menu-mobile-flex {
  position: fixed;
  z-index: 999;
  top: 120px;
  width: 100%;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .other-menu-mobile-flex {
    top: 60px;
  }
}
@media (max-width: 280px) {
  .other-menu-mobile-flex {
    width: 280px;
  }
}
.media-mobile-flex {
  position: fixed;
  z-index: 999;
  top: 120px;
  width: 100%;
  height: 125px;
  background: #747388;
}
@media (max-width: 750px) {
  .media-mobile-flex {
    top: 60px;
  }
}
@media (max-width: 280px) {
  .media-mobile-flex {
    width: 280px;
  }
}
.product-banner {
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .product-banner {
    /*padding-left: 40px;
        padding-right: 40px;*/
    padding-bottom: 40px;
  }
}
.product-banner .content {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 253px;
}
.product-banner .content .text {
  padding-left: 50px;
  font-size: 45px;
}
@media (max-width: 1280px) {
  .product-banner .content .text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .product-banner .content .text {
    font-size: 25px;
  }
}
@media (max-width: 580px) {
  .product-banner .content .text {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .product-banner .content .text {
    font-size: 14px;
  }
}
.product-banner .content .text h2 {
  color: #ffffff;
  font-weight: bold;
}
.product-banner #product_INNO-TDS {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #DBD5D2;
  /*#a5968f*/
  background-blend-mode: multiply;
}
.product-banner #product_INNO-DERMA {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #f9d3aa;
  background-blend-mode: multiply;
}
.product-banner #product_INNO-EXFO {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #aaa979;
  background-blend-mode: multiply;
}
.product-banner #product_INNO-CE {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #69a0c1;
  background-blend-mode: multiply;
}
.product-banner #product_INNO-EPIGEN {
  background-image: url('/Public/home/images/product/1240184524.png');
  background-color: #6a6a6a;
}
.product-banner #product_INNO-CEUTICALS {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #DBDDE9;
  background-blend-mode: multiply;
}
.product-banner #product_MELINE {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #E9DBDB;
  background-blend-mode: multiply;
}
.product-banner #product_INNO-PRODERM {
  background-image: url('/Public/home/images/product/247608106.png');
  background-color: #a5968f;
  background-blend-mode: multiply;
}
.page-content .product-list .product-item {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-top: 10px;
}
.page-content .product-list .product-item:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease-in-out;
}
.page-content .product-list .product-item:hover .info-img {
  background: rgba(249, 249, 249, 0.1);
}
.page-content .product-list .product-item:hover .info-up {
  color: #006862;
}
.page-content .product-list .product-item:hover .info-down {
  color: #006862;
}
.page-content .product-list .product-item .info-img {
  width: 440px;
  height: 440px;
  background: #F9F9F9;
  /* @media (max-width: 540px) {
                    height: 352px;
                }

                @media (max-width: 450px) {
                    height: 251px;
                }

                @media (max-width: 280px) {
                    height: 183px;
                }*/
}
@media (max-width: 699px) {
  .page-content .product-list .product-item .info-img {
    width: 93%;
    height: 89.33%;
  }
}
@media (min-width: 700px) and (max-width: 969px) {
  .page-content .product-list .product-item .info-img {
    width: 670px;
    height: 670px;
  }
}
.page-content .product-list .product-item .info-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .page-content .product-list .product-item .img-other {
    width: 100%;
    height: 89.33%;
  }
}
.page-content .product-list .product-item .info-up {
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 12px;
  padding-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-up {
    width: 100%;
    font-size: 20px;
    font-family: OPPOSans, OPPOSans;
    font-weight: normal;
    color: #000000;
    line-height: 10px;
    margin-bottom: 0px;
    margin-left: 10%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .page-content .product-list .product-item .info-up {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .page-content .product-list .product-item .info-up {
    font-size: 15px;
    line-height: 0px;
  }
}
.page-content .product-list .product-item .info-down {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-down {
    width: 100%;
    font-size: 24px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    color: #000000;
    line-height: 50px;
    margin-bottom: 10px;
    margin-left: 10%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .page-content .product-list .product-item .info-down {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .page-content .product-list .product-item .info-down {
    font-size: 16px;
    line-height: 40px;
  }
}
.page-content .product-list .product-item .info-line-mobile-all {
  display: flex;
  margin-top: 10px;
  align-items: center;
  width: 95%;
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-line-mobile-all .info-line-mobile0 {
    padding: 2px 6px;
    background: #000000;
  }
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-line-mobile-all .info-line-mobile1 {
    width: 100%;
    height: 1px;
    opacity: 1;
    background: #000000;
  }
}
.page-content .product-list .product-item .info-line-mobile {
  display: flex;
  margin-top: 10px;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-line-mobile .info-line-mobile0 {
    padding: 2px 6px;
    background: #000000;
  }
}
@media (max-width: 768px) {
  .page-content .product-list .product-item .info-line-mobile .info-line-mobile1 {
    width: 100%;
    height: 1px;
    opacity: 1;
    background: #000000;
  }
}
@media (min-width: 1880px) {
  .page-content .col-xxl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 970px) and (max-width: 992px) {
  .page-content .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.circle {
  background-image: radial-gradient(circle, #000000, #000000 66%, transparent 66%);
  height: 56px;
  width: 56px;
  position: fixed;
  right: 32px;
  bottom: 30%;
  cursor: pointer;
  display: none;
}
.circle::before {
  content: "\e70d";
  font-family: "iconfont" !important;
  position: absolute;
  top: 24%;
  left: 29%;
  font-size: 26px;
  color: #ffffff;
}
.circle:hover {
  color: #709e47;
}
.right-search {
  position: fixed;
  right: 32px;
  bottom: 30%;
  width: 296px;
  height: 56px;
  z-index: 1000;
  display: none;
}
.right-search .search-wrap input {
  border: 1px solid #000000;
}

.right-search .search-wrap button::before {
  width: 32px;
  font-size: 26px;
  color: #709e47;
  display: block;
  content: "\e70d";
  font-family: "iconfont" !important;
}

.right-search .search-wrap .es-list {
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
}
.slide-in-from-right {
  animation: slide-in-from-right 0.5s forwards;
}
@keyframes slide-in-from-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.detail-content {
  background-color: #ffffff;
  padding-top: 210px;
  padding-bottom: 227px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .detail-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .detail-content {
    padding-top: 100px;
  }
}
.detail-content .content {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .detail-content .content {
    flex-direction: column;
  }
}
@media (max-width: 280px) {
  .detail-content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.detail-content .content .left-col {
  display: flex;
  padding-right: 55px;
  border-bottom: 2px solid #000000;
  position: relative;
}
@media (max-width: 768px) {
  .detail-content .content .left-col {
    justify-content: center;
    padding-right: 0;
    margin-bottom: 60px;
    border-bottom: none;
  }
}
.detail-content .content .left-col .left {
  width: 600px;
  height: 600px;
  background: #F9F9F9;
  margin-bottom: 60px;
}
@media (min-width: 1301px) and (max-width: 1439px) {
  .detail-content .content .left-col .left {
    width: 540px;
    height: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .detail-content .content .left-col .left {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-content .content .left-col .left {
    width: 413px;
    height: 413px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .detail-content .content .left-col .left {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .detail-content .content .left-col .left {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .detail-content .content .left-col .left img {
    width: 100%;
    height: 100%;
  }
}
.detail-content .content .left-col .line {
  width: 33px;
  height: 7px;
  background: #000000;
  position: absolute;
  bottom: -4px;
}
@media (max-width: 768px) {
  .detail-content .content .left-col .line {
    display: none;
  }
}
.detail-content .content .right-col {
  border-bottom: 2px solid #000000;
  position: relative;
}
@media (max-width: 768px) {
  .detail-content .content .right-col {
    border-bottom: none;
  }
}
.detail-content .content .right-col .right {
  width: 705px;
}
@media (min-width: 1301px) and (max-width: 1439px) {
  .detail-content .content .right-col .right {
    width: 636px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .detail-content .content .right-col .right {
    width: 587px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-content .content .right-col .right {
    width: 485px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .detail-content .content .right-col .right {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .detail-content .content .right-col .right {
    width: 100%;
  }
}
.detail-content .content .right-col .right .title {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 22px;
  margin-bottom: 27px;
}
.detail-content .content .right-col .right .title a {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  color: #006B64;
  text-decoration: none;
}
.detail-content .content .right-col .right .name-en,
.detail-content .content .right-col .right .info {
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}
.detail-content .content .right-col .right .name-cn {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}
.detail-content .content .right-col .right .spec {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: right;
}
.detail-content .content .right-col .right .spec-mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-content .content .right-col .right .spec-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: left;
  }
}
.detail-content .content .right-col .right .spec-pc {
  display: block;
}
@media (max-width: 768px) {
  .detail-content .content .right-col .right .spec-pc {
    display: none;
  }
}
.detail-content .content .right-col .right .channel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
.detail-content .content .right-col .right .channel .mes {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2E2624;
}
.detail-content .content .right-col .right .channel .link {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #2E2624;
  text-decoration: none;
  margin-left: 36px;
}
.detail-content .content .right-col .right .detail-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.detail-content .content .right-col .right .detail-ul {
  margin-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .detail-content .content .right-col .right .detail-ul {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C2C2C2;
  }
}
.detail-content .content .right-col .right .detail-ul li {
  list-style-type: disc;
}
.detail-content .content .right-col .right .info-ingredient {
  margin-bottom: 30px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .detail-content .content .right-col .right .info-ingredient {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C2C2C2;
  }
}
.dailycare-page .top-banner,
.comay-page .top-banner,
.cinemas-page .top-banner {
  background: #f0f0f0;
  position: relative;
}
.dailycare-page .top-banner .image-mobile,
.comay-page .top-banner .image-mobile,
.cinemas-page .top-banner .image-mobile {
  height: 100%;
}
.dailycare-page .top-banner .image-mobile img,
.comay-page .top-banner .image-mobile img,
.cinemas-page .top-banner .image-mobile img {
  height: 100%;
}
.dailycare-page .top-banner .media .info,
.comay-page .top-banner .media .info,
.cinemas-page .top-banner .media .info {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10%;
}
@media (max-width: 768px) {
  .dailycare-page .top-banner .media .info,
  .comay-page .top-banner .media .info,
  .cinemas-page .top-banner .media .info {
    top: 70%;
    right: 30%;
    text-align: left;
  }
}
@media (max-width: 388px) {
  .dailycare-page .top-banner .media .info,
  .comay-page .top-banner .media .info,
  .cinemas-page .top-banner .media .info {
    right: 20%;
  }
}
.dailycare-page .page-content,
.comay-page .page-content,
.cinemas-page .page-content {
  padding-left: 0;
  padding-right: 0;
}
.dailycare-page .product-menu,
.comay-page .product-menu,
.cinemas-page .product-menu {
  margin-left: 72px;
  margin-right: 72px;
  border-top: 1px solid #000;
  margin-top: -3px;
}
@media (max-width: 768px) {
  .dailycare-page .product-menu,
  .comay-page .product-menu,
  .cinemas-page .product-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .dailycare-page .product-menu,
  .comay-page .product-menu,
  .cinemas-page .product-menu {
    height: 70px;
  }
}
.dailycare-page .product-menu li,
.comay-page .product-menu li,
.cinemas-page .product-menu li {
  flex: 1;
  cursor: pointer;
  border-top: 1px solid #000;
}
.dailycare-page .product-menu li .item-up,
.comay-page .product-menu li .item-up,
.cinemas-page .product-menu li .item-up {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .dailycare-page .product-menu li .item-up,
  .comay-page .product-menu li .item-up,
  .cinemas-page .product-menu li .item-up {
    padding-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .dailycare-page .product-menu li .item-up,
  .comay-page .product-menu li .item-up,
  .cinemas-page .product-menu li .item-up {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 581px) and (max-width: 768px) {
  .dailycare-page .product-menu li .item-up,
  .comay-page .product-menu li .item-up,
  .cinemas-page .product-menu li .item-up {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 769px) {
  .dailycare-page .product-menu li .item-up,
  .comay-page .product-menu li .item-up,
  .cinemas-page .product-menu li .item-up {
    font-size: 18px;
    line-height: 32px;
  }
}
.dailycare-page .product-list,
.comay-page .product-list,
.cinemas-page .product-list {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .dailycare-page .product-list,
  .comay-page .product-list,
  .cinemas-page .product-list {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
  }
}
.dailycare-page .type-info .info-text,
.comay-page .type-info .info-text,
.cinemas-page .type-info .info-text {
  padding-top: 88px;
  padding-left: 14.84375%;
  padding-right: 17.39583%;
}
@media (max-width: 768px) {
  .dailycare-page .type-info .info-text,
  .comay-page .type-info .info-text,
  .cinemas-page .type-info .info-text {
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .dailycare-page .type-info .info-text,
  .comay-page .type-info .info-text,
  .cinemas-page .type-info .info-text {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.dailycare-page .type-info .info-text .title,
.comay-page .type-info .info-text .title,
.cinemas-page .type-info .info-text .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #FFFFFF;
  padding-bottom: 28px;
}
@media (max-width: 576px) {
  .dailycare-page .type-info .info-text .title,
  .comay-page .type-info .info-text .title,
  .cinemas-page .type-info .info-text .title {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .dailycare-page .type-info .info-text .title,
  .comay-page .type-info .info-text .title,
  .cinemas-page .type-info .info-text .title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 18px;
  }
}
.dailycare-page .type-info .info-text .text,
.comay-page .type-info .info-text .text,
.cinemas-page .type-info .info-text .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 42px;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .dailycare-page .type-info .info-text .text,
  .comay-page .type-info .info-text .text,
  .cinemas-page .type-info .info-text .text {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 375px) {
  .dailycare-page .type-info .info-text .text,
  .comay-page .type-info .info-text .text,
  .cinemas-page .type-info .info-text .text {
    font-size: 14px;
    line-height: 34px;
  }
}
.dailycare-page .type-info .info-text .line,
.comay-page .type-info .info-text .line,
.cinemas-page .type-info .info-text .line {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .dailycare-page .type-info .info-text .line,
  .comay-page .type-info .info-text .line,
  .cinemas-page .type-info .info-text .line {
    margin-bottom: 18px;
  }
}
.dailycare-page #typeInfo1,
.comay-page #typeInfo1,
.cinemas-page #typeInfo1 {
  background: #D9DAE5;
}
@media (max-width: 768px) {
  .dailycare-page #typeInfo1,
  .comay-page #typeInfo1,
  .cinemas-page #typeInfo1 {
    background: url('/Public/home/images/product/VISUAL-SENSITIVE_HEADER-mobile 1.png') no-repeat center;
  }
}
.dailycare-page #typeInfo2,
.comay-page #typeInfo2,
.cinemas-page #typeInfo2 {
  background: #D9DAE5;
}
@media (max-width: 768px) {
  .dailycare-page #typeInfo2,
  .comay-page #typeInfo2,
  .cinemas-page #typeInfo2 {
    background: url('/Public/home/images/product/VISUAL-XEROSKIN_HEADER-mobile 1.png') no-repeat center;
  }
}
.dailycare-page #typeInfo3,
.comay-page #typeInfo3,
.cinemas-page #typeInfo3 {
  background: #D9DAE5;
}
@media (max-width: 768px) {
  .dailycare-page #typeInfo3,
  .comay-page #typeInfo3,
  .cinemas-page #typeInfo3 {
    background: url('/Public/home/images/product/VISUAL-ACNE_HEADER-mobile 1.png') no-repeat center;
  }
}
.dailycare-page #typeInfo4,
.comay-page #typeInfo4,
.cinemas-page #typeInfo4 {
  background: #D9DAE5;
}
@media (max-width: 768px) {
  .dailycare-page #typeInfo4,
  .comay-page #typeInfo4,
  .cinemas-page #typeInfo4 {
    background: url('/Public/home/images/product/VISUAL-REDNESS_HEADER-mobile 1.png') no-repeat center;
  }
}
.dailycare-page #typeInfo5,
.comay-page #typeInfo5,
.cinemas-page #typeInfo5 {
  background: #D9DAE5;
}
@media (max-width: 768px) {
  .dailycare-page #typeInfo5,
  .comay-page #typeInfo5,
  .cinemas-page #typeInfo5 {
    background: url('/Public/home/images/product/VISUAL-ALOPECIA_HEADER-mobile 1.png') no-repeat center;
  }
}
.comay-page .type-info {
  height: 305px;
}
.comay-page .type-info .info-text {
  padding-top: 88px;
  padding-left: 14.84375%;
  padding-right: 35.55677%;
}
@media (max-width: 912px) {
  .comay-page .type-info .info-text {
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 170px;
  }
}
@media (max-width: 820px) {
  .comay-page .type-info .info-text {
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .comay-page .type-info .info-text {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.comay-page .type-info .info-text .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  padding-bottom: 28px;
}
@media (max-width: 576px) {
  .comay-page .type-info .info-text .title {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .comay-page .type-info .info-text .title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 18px;
  }
}
.comay-page .type-info .info-text .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: #000000;
}
@media (max-width: 576px) {
  .comay-page .type-info .info-text .text {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 375px) {
  .comay-page .type-info .info-text .text {
    font-size: 14px;
    line-height: 34px;
  }
}
.comay-page .type-info .info-text .line {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .comay-page .type-info .info-text .line {
    margin-bottom: 18px;
  }
}
.cinemas-page .type-info {
  height: 305px;
}
.cinemas-page .type-info .info-text {
  padding-top: 88px;
  padding-left: 14.84375%;
  padding-right: 35.55677%;
}
@media (max-width: 912px) {
  .cinemas-page .type-info .info-text {
    padding-top: 70px;
    padding-left: 80px;
    padding-right: 170px;
  }
}
@media (max-width: 820px) {
  .cinemas-page .type-info .info-text {
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .cinemas-page .type-info .info-text {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cinemas-page .type-info .info-text .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #000000;
  padding-bottom: 28px;
}
@media (max-width: 576px) {
  .cinemas-page .type-info .info-text .title {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .cinemas-page .type-info .info-text .title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 18px;
  }
}
.cinemas-page .type-info .info-text .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: #000000;
}
@media (max-width: 576px) {
  .cinemas-page .type-info .info-text .text {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 375px) {
  .cinemas-page .type-info .info-text .text {
    font-size: 14px;
    line-height: 34px;
  }
}
.cinemas-page .type-info .info-text .line {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .cinemas-page .type-info .info-text .line {
    margin-bottom: 18px;
  }
}
.cinemas-page #cinemasTypeInfo1 {
  background: linear-gradient(to right, #f5efe8, #ffffff 80%);
}
@media (max-width: 768px) {
  .cinemas-page #cinemasTypeInfo1 {
    background: url('/Public/home/images/product/Frame 2.png') no-repeat right;
  }
}
.cinemas-page #cinemasTypeInfo2 {
  background: linear-gradient(to right, #f5efe8, #ffffff 80%);
}
@media (max-width: 768px) {
  .cinemas-page #cinemasTypeInfo2 {
    background: url('/Public/home/images/product/Frame 1.png') no-repeat right;
  }
}
.cinemas-page #cinemasTypeInfo3 {
  background: linear-gradient(to right, #f5efe8, #ffffff 80%);
}
@media (max-width: 768px) {
  .cinemas-page #cinemasTypeInfo3 {
    background: url('/Public/home/images/product/Frame 3.png') no-repeat right;
  }
}
.cinemas-page #cinemasTypeInfo4 {
  background: linear-gradient(to right, #f5efe8, #ffffff 80%);
}
@media (max-width: 768px) {
  .cinemas-page #cinemasTypeInfo4 {
    background: url('/Public/home/images/product/Frame 4.png') no-repeat right;
  }
}
.cinemas-page #cinemasTypeInfo5 {
  background: linear-gradient(to right, #f5efe8, #ffffff 80%);
}
@media (max-width: 768px) {
  .cinemas-page #cinemasTypeInfo5 {
    background: url('/Public/home/images/product/Frame 5.png') no-repeat right;
  }
}
.menu-nav {
  position: relative;
  background-color: #f5f2f7;
}
.menu-nav .arrow_left {
  width: 30px;
  height: 49px;
  background: lightgray;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 45px;
  font-size: 30px;
  color: gray;
  line-height: 49px;
  display: none;
}
.menu-nav .arrow_left::before {
  content: "\e660";
  font-family: "iconfont" !important;
}
.menu-nav .arrow_right {
  width: 30px;
  height: 49px;
  background: lightgray;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 45px;
  font-size: 30px;
  color: gray;
  line-height: 49px;
  display: none;
}
.menu-nav .arrow_right::before {
  content: "\e65f";
  font-family: "iconfont" !important;
}
.comay-media .info {
  text-align: center;
}
@media (min-width: 1280px) {
  .comay-media .info {
    margin-left: 70%;
  }
}
.comay-page-content .info-text {
  display: flex;
  padding-left: 3% !important;
}
.comay-page-content .info-text .title {
  font-weight: 500;
  font-size: 30px;
  color: #000 !important;
}
.comay-page-content .info-text .title .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 0px;
}
.comay-page-content .info-text .text {
  margin-left: 20px;
  width: 730px !important;
  font-size: 20px !important;
  font-weight: 200 !important;
}
@media (max-width: 768px) {
  .comay-page-content .info-text .title {
    font-weight: 500;
    font-size: 30px;
    color: #fff !important;
  }
  .comay-page-content .info-text .title .line {
    display: none;
  }
  .comay-page-content .info-text .text {
    margin-left: 20px;
    width: 800px !important;
    font-size: 20px !important;
    font-weight: 200 !important;
  }
}
@media (min-width: 768px) {
  .comay-page-content .is-pc {
    display: block;
  }
  .comay-page-content .text {
    color: #000 !important;
  }
  .comay-page-content .is-mobile {
    display: none;
  }
}
@media (max-width: 769px) {
  .comay-page-content .is-mobile {
    display: block;
  }
  .comay-page-content .is-pc {
    display: none;
  }
  .comay-page-content .info-text {
    padding-top: 100px !important;
  }
  .comay-page-content .type-info {
    height: auto;
  }
  .comay-page-content .type-info .title {
    display: flex;
    flex-direction: column;
  }
  .comay-page-content .type-info .tip {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
  }
}

.comay-page-content .type-info {
  display: none;
}

.comay-page-content .image-wrapper {
  height: 305px;
}
@media (min-width: 768px) {
  .comay-page-content .image-wrapper {
    background: linear-gradient(to right, #e8e7ec, #ffffff 80%);
    position: relative;
  }
  .comay-page-content .image-wrapper img {
    position: absolute;
    height: 305px;
    left: 50%;
    transform: translateX(-50%);
  }
  .comay-page-content .image-wrapper .info-text {
    position: absolute;
    z-index: 2;
  }
}
.comay-page-content .mobile-text {
  background-color: #fff;
  padding: 30px;
  line-height: 1.8;
  font-size: 15px;
}
@media (max-width: 768px) {
  .comay-page-content #image1 {
    background: #ebebee url('/Public/home/images/comay/km-liangbai-m.jpg') no-repeat center;
  }
}
@media (max-width: 768px) {
  .comay-page-content #image2 {
    background: #ebebee url('/Public/home/images/comay/km-nengbai-m.jpg') no-repeat center;
  }
}
@media (max-width: 768px) {
  .comay-page-content #image3 {
    background: #ebebee url('/Public/home/images/comay/km-chijiubai-m.jpg') no-repeat center;
  }
}
.organize-page {
  background: #F6F6F6;
  position: relative;
}
.organize-page .top-banner {
  background: #e6e6e6;
}
.organize-page .top-banner .media .info {
  width: 33%;
}
@media (max-width: 540px) {
  .organize-page .top-banner .media .info {
    margin-top: 110px;
  }
}
@media (max-width: 450px) {
  .organize-page .top-banner .media .info {
    margin-top: 100px;
  }
}
@media (max-width: 280px) {
  .organize-page .top-banner .media .info {
    margin-top: 75px;
  }
}
@media (max-width: 1280px) {
  .organize-page .top-banner .media .info {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .organize-page .top-banner .media .info {
    width: 85%;
  }
}
.organize-page .top-banner .media .info h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 450px) {
  .organize-page .top-banner .media .info h2 {
    font-size: 28px;
    line-height: 20px;
  }
}
@media (max-width: 280px) {
  .organize-page .top-banner .media .info h2 {
    font-size: 20px;
    line-height: 16px;
  }
}
.organize-page .top-banner .media .info p {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  margin-top: 40px;
}
@media (max-width: 450px) {
  .organize-page .top-banner .media .info p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
  }
}
@media (max-width: 280px) {
  .organize-page .top-banner .media .info p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }
}
.organize-page .menu-content {
  padding: 40px 50px;
  background: #ffffff;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #d9d9d9, #f6f6f6);
}
.organize-page .menu-content::-webkit-scrollbar {
  height: 0px;
}
.organize-page .menu-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.organize-page .menu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) and (max-width: 1500px) {
  .organize-page .menu-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .organize-page .menu-content {
    display: block;
    padding: 45px 50px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content {
    padding: 30px 35px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content {
    padding: 22px 25px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content {
    padding: 16px 18px;
  }
}
.organize-page .menu-content .right-select {
  display: flex;
}
@media (max-width: 768px) {
  .organize-page .menu-content .right-select {
    display: block;
  }
}
.organize-page .menu-content .searchButton {
  display: block;
}
@media (max-width: 768px) {
  .organize-page .menu-content .searchButton {
    display: none;
  }
}
.organize-page .menu-content .select-box {
  width: 262px;
  height: 56px;
  margin-right: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .organize-page .menu-content .select-box {
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content .select-box {
    height: 56px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content .select-box {
    height: 40px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content .select-box {
    height: 29px;
  }
}
.organize-page .menu-content .select-box input {
  width: 259px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #000000;
  padding-left: 32px;
  padding-right: 44px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #252525;
}
@media (max-width: 768px) {
  .organize-page .menu-content .select-box input {
    width: 100%;
    height: 80px;
    font-size: 20px;
    line-height: 29px;
    padding-left: 32px;
    padding-right: 44px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content .select-box input {
    height: 56px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 16px;
    padding-right: 41px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content .select-box input {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content .select-box input {
    height: 29px;
    font-size: 13px;
    line-height: 13px;
    padding-left: 16px;
    padding-right: 22px;
  }
}
.organize-page .menu-content .select-box select {
  width: 259px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #000000;
  padding-left: 32px;
  padding-right: 44px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #252525;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .organize-page .menu-content .select-box select {
    width: 100%;
    height: 80px;
    font-size: 20px;
    line-height: 29px;
    padding-left: 32px;
    padding-right: 44px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content .select-box select {
    height: 56px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 16px;
    padding-right: 41px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content .select-box select {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content .select-box select {
    height: 29px;
    font-size: 13px;
    line-height: 13px;
    padding-left: 16px;
    padding-right: 22px;
  }
}
.organize-page .menu-content .select-box .arrow {
  width: 24px;
  height: 12px;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .organize-page .menu-content .select-box .arrow {
    top: 35px;
    width: 24px;
    height: 12px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content .select-box .arrow {
    top: 22px;
    width: 24px;
    height: 12px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content .select-box .arrow {
    top: 17px;
    width: 12px;
    height: 6px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content .select-box .arrow {
    top: 13px;
    width: 12px;
    height: 6px;
    right: 13px;
  }
}
.organize-page .menu-content .select-box .delete {
  width: 14.54px;
  height: 18.42px;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 10000;
  display: none;
}
@media (max-width: 768px) {
  .organize-page .menu-content .select-box .delete {
    top: 35px;
    width: 14.54px;
    height: 18.42px;
  }
}
@media (max-width: 540px) {
  .organize-page .menu-content .select-box .delete {
    top: 22px;
    width: 14.54px;
    height: 18.42px;
  }
}
@media (max-width: 450px) {
  .organize-page .menu-content .select-box .delete {
    top: 15px;
    width: 10px;
    height: 12px;
  }
}
@media (max-width: 280px) {
  .organize-page .menu-content .select-box .delete {
    top: 9px;
    width: 8px;
    height: 10px;
    right: 13px;
  }
}
.organize-page .menu-content .right-btn {
  display: flex;
  align-items: center;
}
.organize-page .menu-content .right-btn .line {
  border-left: 1px solid #898989;
  margin-right: 15px;
  height: 52.25px;
  margin-bottom: 6px;
}
.organize-page .menu-content .right-btn button {
  margin-right: 23px;
  min-width: 120px;
  height: 56px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
}
.organize-page .menu-content .right-btn .search {
  width: 126px;
  height: 59px;
  background: #282828;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
}
.organize-page .menu-content .right-btn .search .icon-search {
  font-size: 26px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.organize-page .menu-content .right-btn .reset {
  width: 126px;
  height: 59px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #282828;
  background: #FFFFFF;
}
.organize-page .page-content .logos {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.organize-page .page-content .logos img {
  margin: 32px;
  width: 356px;
  height: 319px;
  animation: fadeIn 1.5s ease-in-out;
}

@media (max-width: 768px) {
  .organize-page .page-content .logos img {
   margin: 32px 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 450px) {
  .organize-page .page-content .logos {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .logos {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
  }
}
.organize-page .page-content .product-list {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 60px;
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
  }
}
.organize-page .page-content .product-list .info-img {
  width: 356px;
  height: 319px;
  background: #DBDBDB;
  margin: 32px;
  padding: 59px 44px 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.5s;
}
@media (max-width: 768px) {
  .organize-page .page-content .product-list .info-img {
    width: 100%;
    height: 319px;
    padding: 59px 44px 58px;
    margin: 32px 0;
  }
}
@media (max-width: 540px) {
  .organize-page .page-content .product-list .info-img {
    height: 319px;
    padding: 50px 39px 46px;
  }
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list .info-img {
    height: 251px;
    padding: 25px 20px 23px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list .info-img {
    height: 183px;
    padding: 15px 10px;
  }
}
.organize-page .page-content .product-list .info-img .up {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.organize-page .page-content .product-list .info-img .up .name {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 540px) {
  .organize-page .page-content .product-list .info-img .up .name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list .info-img .up .name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list .info-img .up .name {
    font-size: 13px;
    line-height: 16px;
  }
}
.organize-page .page-content .product-list .info-img .down {
  height: 97px;
  text-align: center;
}
@media (max-width: 540px) {
  .organize-page .page-content .product-list .info-img .down {
    height: 88px;
  }
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list .info-img .down {
    height: 88px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list .info-img .down {
    height: 70px;
  }
}
.organize-page .page-content .product-list .info-img .down .text {
  height: 58px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #F6F6F6;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list .info-img .down .text {
    height: 58px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list .info-img .down .text {
    height: 41px;
    font-size: 12px;
    line-height: 14px;
  }
}
.organize-page .page-content .product-list .info-img .down .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
}
@media (max-width: 540px) {
  .organize-page .page-content .product-list .info-img .down .phone {
    margin-bottom: 12px;
  }
}
@media (max-width: 450px) {
  .organize-page .page-content .product-list .info-img .down .phone {
    line-height: 19px;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 4px;
  }
}
@media (max-width: 280px) {
  .organize-page .page-content .product-list .info-img .down .phone {
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
.organize-page .page-content .product-list .info-img:hover {
  transform: scale(1.1);
  background: #FFFFFF;
  cursor: pointer;
}
.organize-page .page-content .product-list .info-img:hover .up .name {
  color: #252525;
}
.organize-page .page-content .product-list .info-img:hover .down .text {
  color: #5C5C5C;
}
.organize-page .page-content .product-list .info-img:hover .down .phone {
  color: #252525;
  border-bottom: 2px solid #5C5C5C;
}
.organize-page #alterbox {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 300px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-align: center;
  z-index: 1000;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .organize-page #alterbox {
    font-size: 18px;
    top: 32%;
    left: 30%;
    width: 270px;
    height: 130px;
  }
}
@media (max-width: 540px) {
  .organize-page #alterbox {
    font-size: 17px;
    top: 25%;
    left: 25%;
    width: 250px;
    height: 120px;
  }
}
@media (max-width: 450px) {
  .organize-page #alterbox {
    font-size: 16px;
    top: 21%;
    left: 20%;
    width: 230px;
    height: 110px;
  }
}
@media (max-width: 280px) {
  .organize-page #alterbox {
    font-size: 15px;
    top: 16%;
    left: 16%;
    width: 180px;
    height: 90px;
  }
}
.organize-page #alterbox .alterboxbtn {
  padding: 0 15px 12px;
  margin: 15%;
  border-color: gray;
  background-color: gray;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .organize-page #alterbox .alterboxbtn {
    font-size: 16px;
    height: 36px;
    line-height: 30px;
    margin: 13%;
  }
}
@media (max-width: 540px) {
  .organize-page #alterbox .alterboxbtn {
    font-size: 15px;
    height: 33px;
    line-height: 30px;
    margin: 12%;
  }
}
@media (max-width: 280px) {
  .organize-page #alterbox .alterboxbtn {
    font-size: 13px;
    height: 27px;
    line-height: 25px;
    margin: 10%;
  }
}
.info-page .top-banner {
  background: #e1e8ef;
  color: white;
  position: relative;
}
.info-page .top-banner .banner-title {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  bottom: 16.67%;
  left: 8%;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .info-page .top-banner .banner-title {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .info-page .top-banner .banner-title {
    top: 10%;
    font-size: 50px;
  }
}
.info-page .top-banner .media .info {
  position: absolute;
  bottom: 16.67%;
  right: 8%;
  display: flex;
  align-items: stretch;
  color: white !important;
}
.info-page .top-banner .media .info .separator {
  margin-right: 15px;
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .info-page .top-banner .media .info .separator {
    display: none;
  }
}
@media (max-width: 768px) {
  .info-page .top-banner .media .info {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .info-page .top-banner .media .info {
    margin-top: 146px;
    margin-left: 14%;
  }
}
@media (min-width: 1280px) {
  .info-page .top-banner .media .info {
    margin-top: 166px;
  }
}
@media (min-width: 1600px) {
  .info-page .top-banner .media .info {
    margin-top: 202px;
  }
}
@media (max-width: 540px) {
  .info-page .top-banner .media .info {
    margin-top: 110px;
    width: 49%;
  }
}
@media (max-width: 450px) {
  .info-page .top-banner .media .info {
    margin-top: 100px;
    width: 65%;
  }
}
@media (max-width: 280px) {
  .info-page .top-banner .media .info {
    margin-top: 75px;
  }
}
.info-page .top-banner .media .info h2 {
  font-weight: 100;
}
@media (max-width: 450px) {
  .info-page .top-banner .media .info h2 {
    font-size: 28px;
    line-height: 20px;
  }
}
@media (max-width: 280px) {
  .info-page .top-banner .media .info h2 {
    font-size: 20px;
    line-height: 16px;
  }
}
.info-page .top-banner .media .info p {
  font-weight: 100;
}
@media (max-width: 450px) {
  .info-page .top-banner .media .info p {
    font-size: 22px;
    line-height: 26px;
    margin-top: 40px;
  }
}
@media (max-width: 280px) {
  .info-page .top-banner .media .info p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }
}
.info-page .top-content-mobile {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
}
.info-page .top-content-mobile a {
  text-decoration: none;
}
.info-page .top-content-mobile a .img-item {
  height: 362px;
}
.info-page .top-content-mobile a .img-item .img {
  width: 100%;
  height: 100%;
}
.info-page .top-content-mobile .info-text {
  padding: 50px 25px 60px;
}
.info-page .top-content-mobile .info-text .date {
  font-weight: 400;
  font-size: 24px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 280px) {
  .info-page .top-content-mobile .info-text .date {
    font-size: 20px;
  }
}
.info-page .top-content-mobile .info-text .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
  color: #000000;
  margin-top: 30px;
}
@media (max-width: 280px) {
  .info-page .top-content-mobile .info-text .text {
    font-size: 24px;
  }
}
.info-page .page-content {
  padding-top: 35px;
  padding-left: 15.052083%;
  padding-right: 15.052083%;
  padding-bottom: 142px;
  background-color: #E9E5DE;
}
@media (max-width: 768px) {
  .info-page .page-content {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    padding-bottom: 30px;
  }
}
.info-page .page-content .info-link {
  text-decoration: none;
}
.info-page .page-content .info-link .info-item {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .info-page .page-content .info-link .info-item {
    display: block;
  }
}
.info-page .page-content .info-link .info-item .date {
  font-weight: 400;
  font-size: 24px;
  color: #111013;
  margin-right: 100px;
  min-width: 140px;
}
@media (max-width: 768px) {
  .info-page .page-content .info-link .info-item .date {
    margin-bottom: 30px;
  }
}
@media (max-width: 280px) {
  .info-page .page-content .info-link .info-item .date {
    font-size: 20px;
  }
}
.info-page .page-content .info-link .info-item .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #111013;
}
@media (max-width: 280px) {
  .info-page .page-content .info-link .info-item .text {
    font-size: 24px;
  }
}
.info-page .page-content .info-link .info-item:hover {
  cursor: pointer;
}
.info-page .page-content .info-link .info-item:hover .text,
.info-page .page-content .info-link .info-item:hover .date {
  font-weight: bold;
}
.info-page .page-content .more {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #111013;
  margin-top: 60px;
  cursor: pointer;
}
.info-page .page-content .more .arrow {
  width: 8px;
  height: 5px;
  transform: rotate(-90deg);
  margin-left: 2px;
}
@media (max-width: 768px) {
  .info-page .page-content .more {
    text-align: center;
  }
}
.page-content {
  background-color: #ebebeb;
  border-bottom: 1px solid transparent;
}
.contact-wrap {
  position: relative;
  max-width: 1600px;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-wrap {
    box-shadow: 0 0 6px 2px rgba(58, 58, 58, 0.16);
    margin-bottom: 65px;
    margin-top: -120px;
    padding-bottom: 0;
  }
}
.contact-item {
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.c-title {
  line-height: 24px;
  padding-top: 45px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-title h1 {
  font-size: 26px;
  font-family: AvenirLT;
  font-weight: normal;
  line-height: 2;
}
.c-title h2 {
  font-size: 15px;
}
.c-title .desc {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-title {
    line-height: 34px;
    padding-top: 90px;
    padding-bottom: 32px;
  }
  .c-title h1 {
    font-size: 54px;
    line-height: 89px;
  }
  .c-title h2 {
    font-size: 30px;
  }
  .c-title .desc {
    margin-top: 12px;
    font-size: 20px;
  }
}
.c-info {
  text-align: center;
  overflow: hidden;
}
.c-list {
  text-align: center;
  margin: 25px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-list {
    margin: 50px 0;
    font-size: 20px;
  }
}
.c-list .tag {
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-list .tag {
    font-size: 25px;
  }
}
.c-list a {
  text-decoration: none;
  color: #000;
}
.c-list > ul {
  margin-top: 12px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}
.c-list > ul li {
  margin: 5px 0;
}
.c-list > ul li.mail-line {
  width: 332px;
}
@media (min-width: 768px) {
  .c-list > ul {
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
  }
  .c-list > ul li {
    margin: 0;
  }
  .c-list > ul li.mail-line {
    width: 332px;
  }
}
.c-list .mail {
  position: relative;
}
.c-list .mail::before {
  content: "\e64c";
  font-family: "iconfont" !important;
  margin-right: 10px;
}
.c-list .tel {
  position: relative;
}
.c-list .tel::before {
  content: "\e642";
  font-family: "iconfont" !important;
  margin-right: 10px;
}
.job-mail {
  line-height: 40px;
}
.summit-wrap {
  background-color: #fff;
  overflow: hidden;
}
.summit-media {
  padding: 25px 15px 35px;
}
.summit-media + .summit-media {
  border-top: 1px solid #cacaca;
}
.summit-media .title {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: bold;
}
.summit-media .title br {
  display: none;
}
.summit-media img {
  display: block;
}
.summit-media .photo .desc {
  margin-top: 10px;
}
.summit-media .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  text-indent: 2em;
}
.summit-media .desc P + p {
  margin-top: 8px;
}
.summit-media .media-left {
  display: none;
}
@media (min-width: 768px) {
  .summit-list {
    padding-bottom: 10vw;
  }
  .summit-media {
    display: flex;
    padding: 0;
    width: 100%;
    margin-top: 6.25vw;
  }
  .summit-media .media-photo {
    max-width: 740px;
    overflow: hidden;
  }
  .summit-media .media-photo:hover img {
    transform: scale(1.05);
  }
  .summit-media img {
    display: block;
    transition: transform 0.5s ease-in-out;
  }
  .summit-media + .summit-media {
    border: none;
  }
  .summit-media .media-left {
    display: block;
    width: 47%;
    display: flex;
    justify-content: flex-end;
  }
  .summit-media:nth-child(even) {
    flex-direction: row-reverse;
  }
  .summit-media:nth-child(even) .media-left {
    justify-content: flex-start;
  }
  .summit-media:nth-child(even) .media-info {
    align-items: flex-end;
    background: linear-gradient(to left, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0.02) 9%, rgba(219, 219, 219, 0.14) 42%, rgba(219, 219, 219, 0.46) 100%);
  }
  .media-info {
    width: 53%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to right, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0.02) 9%, rgba(219, 219, 219, 0.14) 42%, rgba(219, 219, 219, 0.46) 100%);
  }
  .media-info .info-box {
    max-width: 760px;
  }
  .media-info .photo {
    display: none;
  }
  .media-info .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    z-index: 9;
  }
  .media-info .title br {
    display: block;
  }
  .media-info .desc {
    margin-top: 12px;
    font-size: 14px;
    color: #221815;
    position: relative;
    line-height: 1.5;
    z-index: 9;
  }
}
@media (min-width: 1024px) {
  .media-info {
    border-bottom: 1px solid #cacaca;
  }
}
@media (min-width: 1280px) {
  .summit-media + .summit-media {
    border: none;
  }
  .media-info {
    padding-left: 32px;
    padding-right: 32px;
  }
  .media-info .title {
    font-size: 32px;
  }
  .media-info .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 1600px) {
  .summit-list {
    padding-bottom: 200px;
  }
  .summit-media {
    margin-top: 170px;
  }
  .summit-media + .summit-media {
    border: none;
  }
  .media-info {
    padding-left: 60px;
    padding-right: 80px;
  }
  .media-info .title {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .media-info .desc {
    margin-top: 20px;
    font-size: 20px;
  }
}
.tech-wrap-img img {
  display: block;
  width: 100%;
}
.tech-wrap-img img + img {
  margin-top: 16px;
}
.tech-wrap {
  background-color: #fff;
  overflow: hidden;
}
.tech-wrap img {
  display: block;
}
.tech-skin {
  background-color: #f5f5f5;
}
.tech-section .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.tech-section .desc {
  line-height: 2.25;
  font-size: 12px;
  width: 74%;
  margin: 20px auto 25px;
  font-weight: lighter;
}
.tech-section .desc br {
  display: none;
}
@media (max-width: 767.5px) {
  .tech-logo {
    width: 140px;
    margin: 20px auto;
  }
  .tech-section {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .tech-section {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 41.875%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tech-section .tech-photo {
    display: none;
  }
  .tech-section .tech-info {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tech-section .title {
    font-size: 32px;
    line-height: 1.2;
  }
  .tech-section .desc {
    width: 40%;
    margin: 14px auto 0;
    font-size: 14px;
  }
  .tech-section .tech-logo {
    position: absolute;
    width: 11.3541667vw;
    bottom: 1.66666666vw;
    right: 3.4375vw;
  }
}
@media (min-width: 1280px) {
  .tech-section .title {
    font-size: 46px;
    line-height: 1.2;
  }
  .tech-section .desc {
    width: auto;
    margin: 26px 0 0;
    font-size: 16px;
  }
  .tech-section .desc br {
    display: block;
  }
}
.skin-intro {
  text-align: center;
  padding: 13.33333333vw 0 7.33333333vw;
}
.skin-intro img {
  width: 61.86666667%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.skin-intro img.guangsu {
  width: 26%;
}
.skin-intro h2 {
  font-size: 24px;
  line-height: 1;
}
.skin-intro p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 2.2;
  max-width: 780px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 1280px) {
  .skin-intro {
    padding: 70px 0 80px;
  }
  .skin-intro h2 {
    font-size: 46px;
  }
  .skin-intro p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.2;
    width: 80%;
    text-align: center;
  }
}
.tech-wrap .tech-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: url(/Public/home/images/tech-menu-bg.png) no-repeat 0 0;
  background-size: auto 100%;
}
.tech-wrap .tech-menu .menu-line {
  height: 2px;
  width: 20px;
  background-color: #000;
  margin-right: 20px;
  position: relative;
}
.tech-wrap .tech-menu .menu-line::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -10px;
  background-color: #000;
}
.tech-wrap .tech-menu .menu-line::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #000;
}
.tech-wrap .tech-menu .meun-title {
  font-size: 20px;
}
.tech-wrap .tech-menu .meun-logo {
  margin-left: 50px;
  display: flex;
}
.tech-wrap .tech-menu .meun-logo img {
  display: block;
  width: 80px;
}
.tech-wrap .tech-menu .meun-logo li:first-child {
  margin-right: 20px;
}
@media (min-width: 1400px) {
  .tech-wrap .tech-menu {
    height: 83px;
  }
  .tech-wrap .tech-menu .menu-line {
    height: 2px;
    width: 32px;
    background-color: #000;
    margin-right: 40px;
  }
  .tech-wrap .tech-menu .menu-line::before {
    top: -14px;
  }
  .tech-wrap .tech-menu .menu-line::after {
    bottom: -14px;
  }
  .tech-wrap .tech-menu .meun-title {
    font-size: 38px;
  }
  .tech-wrap .tech-menu .meun-logo {
    margin-left: 80px;
  }
  .tech-wrap .tech-menu .meun-logo img {
    display: block;
    width: 110px;
  }
}
@media (max-width: 767.5px) {
  .tech-wrap .tech-menu.show-mobile {
    position: static;
    display: flex!important;
  }
  .tech-wrap .tech-menu.show-mobile .menu-line {
    width: 18px;
    margin-right: 15px;
  }
  .tech-wrap .tech-menu.show-mobile .menu-line::before {
    top: -8px;
  }
  .tech-wrap .tech-menu.show-mobile .menu-line::after {
    bottom: -8px;
  }
  .tech-wrap .tech-menu.show-mobile .meun-title {
    font-size: 16px;
  }
  .tech-wrap .tech-menu.show-mobile .meun-logo {
    margin-left: 12px;
  }
  .tech-wrap .tech-menu.show-mobile .meun-logo img {
    display: block;
    width: 60px;
  }
  .tech-wrap .tech-menu.show-mobile .meun-logo li:first-child {
    margin-right: 10px;
  }
}
.award-wrap {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.award-list-mobile {
  padding-bottom: 40px;
  position: relative;
  padding-top: 10vw;
}
@media (min-width: 768px) {
  .award-list-mobile {
    display: none;
  }
}
.award-list-mobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 6.66666667vw;
  background: url(/Public/home/images/award-topline.jpg) no-repeat;
  background-size: cover;
}
.award-list-mobile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 2.9333333vw;
  background: url(/Public/home/images/award-bottomline.jpg) no-repeat;
  background-size: cover;
}
.award-list-mobile .award-item {
  padding-left: 36px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CACACA;
  display: flex;
  justify-content: space-between;
}
.award-list-mobile .award-item:nth-child(even) .a-info {
  text-align: right;
}
.award-list-mobile .award-item:last-child {
  border-bottom: none;
}
.award-list-mobile .a-info {
  flex: 1;
}
.award-list-mobile .year {
  font-size: 20px;
}
.award-list-mobile .key {
  margin-top: 12px;
  font-size: 12px;
}
.award-list-mobile .a-photo {
  width: 80px;
  height: 90px;
  margin-left: 30px;
}
.award-list-mobile .a-photo img {
  display: block;
  width: 80px;
  height: 100%;
  object-fit: contain;
}
.full-img {
  display: block;
  width: 100%;
}
@media (max-width: 767.5px) {
  .award-list {
    display: none;
  }
}
.award-list-content {
  padding-top: 5.20833333vw;
  padding-bottom: 5.20833333vw;
  padding-left: 3.64583333vw;
  padding-right: 3.64583333vw;
}
.award-list-content .award-item {
  cursor: pointer;
  border-top: 1px solid #cacaca;
  display: flex;
  align-items: center;
  height: 94px;
}
.award-list-content .award-item .year {
  font-size: 28px;
  width: 200px;
}
.award-list-content .award-item .key {
  flex: 1;
  font-size: 18px;
  font-weight: lighter;
}
.award-list-content .award-item.hidden-cursor {
  cursor: none;
}
.award-list-content .swiper-button-prev,
.award-list-content .swiper-button-next {
  left: 0;
  top: auto;
  width: 30px;
  height: 30px;
  margin: 0;
}
.award-list-content .swiper-button-prev::after,
.award-list-content .swiper-button-next::after {
  display: none;
}
.award-list-content .swiper-button-next {
  bottom: 30px;
  background: url(/Public/home/images/arrow-bottom-line.png) no-repeat;
}
.award-list-content .swiper-button-prev {
  bottom: 90px;
  background: url(/Public/home/images/arrow-top-line.png) no-repeat;
}
@media (min-width: 1400px) {
  .award-list-content {
    padding-left: 8.33333333vw;
  }
}
@media (min-width: 1920px) {
  .award-list-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.award-list-content .award-swiper {
  height: 760px;
  padding-left: 7.2vw;
}
/* 额外的CSS，用于自定义鼠标指针 */
.custom-cursor {
  position: absolute;
  z-index: 9998;
  pointer-events: none;
  /* 使鼠标指针可穿透点击 */
  display: none;
  /* 初始时隐藏 */
}
@media (max-width: 767.5px) {
  .intro.between > h1 {
    padding-left: 7.7333333vw;
    text-align: left;
  }
}
.story-wrap {
  background-color: #fff;
}
.story-intro {
  padding: 16.4vw 12vw 29vw;
  position: relative;
}
@media (max-width: 767.5px) {
  .story-intro {
    overflow: hidden;
  }
}
.story-intro-txt {
  position: relative;
  z-index: 11;
}
.story-intro-txt .title {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.story-intro-txt .title h2 {
  font-size: 22px;
  font-weight: 500;
}
.story-intro-txt .title h3 {
  font-size: 17px;
  font-weight: 500;
}
.story-intro-txt .article {
  font-size: 12px;
  line-height: 1.8;
}
.story-intro-txt .article p {
  margin-top: 24px;
}
.story-wrap .intro-photo {
  position: absolute;
  right: -20%;
  bottom: 0;
  z-index: 9;
  opacity: 0.4;
}
.story-wrap .intro-photo img {
  height: 450px;
}
.intro-line {
  display: none;
}
.originator-mobile {
  position: relative;
  background-color: #EFEFEF;
  padding-left: 50px;
  padding-right: 70px;
  padding-top: 60px;
  padding-bottom: 50px;
}
.originator-mobile-Swiper {
  width: 100%;
  padding-right: 10px;
}
.originator-item .o-year {
  font-size: 40px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  position: relative;
}
.originator-item .o-year::after {
  content: '';
  width: 10px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.originator-item .name {
  margin-top: 10px;
  min-height: 70px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  line-height: 1.5;
}
.originator-item .name span {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.originator-item img {
  display: block;
}
.originator-item .resume {
  font-size: 12px;
  margin-top: 16px;
  border-top: 1px solid #000;
  padding-left: 20%;
  padding-right: 2.4%;
  position: relative;
}
.originator-item .resume::after {
  content: '';
  width: 10px;
  height: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: -2px;
}
.originator-item .resume .txt {
  margin-top: 12px;
  padding-left: 6px;
  min-height: 60px;
}
.om-button-next,
.om-button-prev {
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  top: 25px;
  background-size: cover;
}
.om-button-next {
  right: 20px;
  background-image: url(/Public/home/images/arrow-right-line.png);
}
.om-button-prev {
  right: 60px;
  background-image: url(/Public/home/images/arrow-left-line.png);
}
.originator {
  background-color: #EFEFEF;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  display: none;
}
.originator .om-button-next,
.originator .om-button-prev {
  width: 30px;
  height: 30px;
  right: 3vw;
  top: auto;
  cursor: pointer;
  z-index: 99;
}
.originator .om-button-next.swiper-button-disabled,
.originator .om-button-prev.swiper-button-disabled {
  opacity: .4;
  cursor: not-allowed;
}
.originator .om-button-next {
  bottom: 70px;
  background-image: url(/Public/home/images/arrow-bottom-line.png);
}
.originator .om-button-prev {
  bottom: 120px;
  background-image: url(/Public/home/images/arrow-top-line.png);
}
.originator-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (max-width: 1440px) {
  .originator-inner {
    width: 95%;
  }
}
.originator-left {
  width: 460px;
  border-top: 1px solid #000;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .originator-left {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  .originator-left {
    width: 240px;
  }
}
.originator-left::after {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -2px;
}
.originator-left .year {
  display: flex;
}
.originator-left .year::before {
  content: '1';
  font-size: 80px;
  line-height: 1;
}
.originator-left .year-Swiper {
  height: 80px;
  margin: 0;
}
.originator-left .year-Swiper .swiper-slide {
  font-size: 80px;
  line-height: 1;
}
.originator-left .intro {
  margin-top: 10px;
}
.originator-left .intro-Swiper {
  padding-left: 5px;
  height: 100px;
  margin: 0;
}
.originator-left .intro-Swiper .swiper-slide {
  background-color: #EFEFEF;
}
.originator-left .intro-name {
  text-transform: uppercase;
  padding-left: 8px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.5;
}
.originator-left .intro-name span {
  display: block;
}
.originator-left .intro-name span:first-child {
  font-weight: bold;
}
.originator-right {
  flex: 1;
  position: relative;
  border-bottom: 1px solid #000;
}
@media (max-width: 1280px) {
  .originator-right {
    margin-right: 40px;
  }
}
.originator-right::after {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.originator-right .detail-Swiper {
  margin: 0;
  height: 286px;
}
.originator-right .about-detail {
  display: flex;
  height: 286px;
  margin-top: -1px;
}
.originator-right .about-detail .photo {
  display: block;
  height: 100%;
  width: auto;
}
.originator-right .about-detail .resume {
  text-transform: uppercase;
  flex: 1;
  padding-left: 73px;
  font-size: 20px;
  line-height: 1.5;
}
.originator-right .about-detail .resume .txt {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .originator-right .about-detail .resume {
    padding-left: 50px;
  }
  .originator-right .about-detail .resume .txt {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .originator-right .about-detail .resume {
    padding-left: 16px;
  }
  .originator-right .about-detail .resume .txt {
    font-size: 14px;
  }
}
.originator-detail {
  margin-bottom: -2px;
}
.originator-detail img {
  display: block;
}
@media (min-width: 768px) {
  .originator-mobile {
    display: none;
  }
  .originator {
    display: block;
  }
  .story-intro {
    padding: 60px 0;
    width: 95vw;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
  }
  .story-intro-txt {
    width: 65%;
    margin-right: 30px;
  }
  .story-intro-txt .title h2 {
    font-size: 40px;
  }
  .story-intro-txt .title h3 {
    margin-top: 12px;
    font-size: 24px;
  }
  .story-intro-txt .article {
    font-size: 18px;
  }
  .story-intro-txt .article p {
    line-height: 2.4;
    margin-top: 24px;
    text-indent: 2em;
  }
  .story-wrap .intro-photo {
    position: static;
    flex: 1;
  }
  .story-wrap .intro-photo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .story-intro {
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .story-intro {
    width: 83.333333vw;
  }
  .story-intro-txt {
    width: 50%;
    margin-right: 90px;
  }
  .story-intro-txt .title h2 {
    font-size: 50px;
  }
  .story-intro-txt .title h3 {
    margin-top: 24px;
    font-size: 30px;
  }
  .story-intro-txt .article {
    font-size: 20px;
  }
  .story-intro-txt .article p {
    line-height: 2.4;
    margin-top: 40px;
    text-indent: 2em;
  }
  .story-wrap .intro-photo {
    position: static;
    flex: 1;
  }
  .story-wrap .intro-photo img {
    width: 100%;
    height: auto;
  }
  .intro-line {
    display: block;
    position: absolute;
    right: -70px;
    bottom: 100px;
    z-index: 11;
  }
}
.brand-characteristic-content {
  overflow: hidden;
}
.brand-base-content .summit-list {
  animation: fadeIn 1.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 400px) {
  .brand-base-content .info-box {
    width: 345px !important;
  }
}
.brand-base-content .info-box {
  width: 365px;
}
.brand-base-content .info-box .desc p {
  text-indent: 2em;
}
.brand-base-content .info-box .title {
  text-align: left;
}
.brand-base-content .info-box .sub-title {
  font-size: 42px;
  font-weight: 200;
}
.brand-base-content .media-info-revert .title {
  text-align: right;
}
.brand-base-content .divider {
  display: flex;
  align-items: center;
}
.brand-base-content .divider::before {
  content: '';
  width: 10px;
  height: 3px;
  background-color: #000;
}
.brand-base-content .divider::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
.brand-base-content .divider-revert {
  display: flex;
  align-items: center;
}
.brand-base-content .divider-revert::after {
  content: '';
  width: 10px;
  height: 3px;
  background-color: #000;
}
.brand-base-content .divider-revert::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
.brand-base-content .summit-wrap {
  background: none !important;
}
.brand-base-content .media-info {
  background: none !important;
}
@media (min-width: 1024px) {
  .brand-base-content .media-info {
    border-bottom: none;
  }
}
@media (max-width: 769px) {
  .brand-base-content .slg {
    margin-top: 100vw;
  }
  .brand-base-content .sub-title {
    text-align: center;
    font-size: 28px !important;
  }
  .brand-base-content .title {
    text-align: center !important;
    font-size: 25px;
    font-weight: 400;
  }
  .brand-base-content .title p {
    display: inline-block;
  }
}
.brand-characteristic-content .brand-characteristic-intro {
  bottom: 0;
}
.brand-characteristic-content .desc {
  font-weight: 100;
  line-height: 1.8;
}
@media (max-width: 769px) {
  .brand-characteristic-content .desc {
    top: 2% !important;
  }
  .brand-characteristic-content h2 {
    font-size: 26px !important;
  }
  .brand-characteristic-content p {
    font-size: 16px !important;
  }
  .brand-characteristic-content span {
    font-size: 14px !important;
  }
}
.brand-characteristic-content h2 {
  font-size: 36px;
}
.brand-characteristic-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.brand-characteristic-content span {
  font-weight: 200;
  line-height: 2;
}
.brand-characteristic-content .content-item-first {
  position: relative;
}
.brand-characteristic-content .content-item-first .desc {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 20%;
}
.brand-characteristic-content .content-item-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 20px;
}
.brand-characteristic-content .content-item-two .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
}
.brand-characteristic-content .content-item-two .desc span {
  text-align: left;
}
.brand-characteristic-content .content-item-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(/Public/home/images/brand/brand-Characteristics-bg.jpg);
  padding-bottom: 40px;
}
.brand-characteristic-content .content-item-three .desc {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.brand-characteristic-content .content-item-three .desc .desc-content {
  padding: 40px 0 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-characteristic-content .content-item-four {
  position: relative;
}
.brand-characteristic-content .content-item-four .desc {
  color: #fff;
  position: absolute;
  width: 594px;
  left: 10%;
  top: 20%;
}
.brand-characteristic-content .content-item-four .img-scroll {
  width: 700px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
  z-index: 2;
}
.brand-characteristic-content .content-item-five {
  position: relative;
}
.brand-characteristic-content .content-item-five .desc {
  height: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  background-image: url(/Public/home/images/brand/brand-Characteristics-bg.jpg);
  background-size: 100% 100%;
}
.brand-characteristic-content .content-item-five .footer-text {
  height: 150px;
  width: 100%;
  background-image: url(/Public/home/images/brand/brand-Characteristics-bg.jpg);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-characteristic-content .content-item-five .footer-text::after {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #000;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .brand-characteristic-content .content-item-five .footer-text::after {
    width: 100px;
  }
}
.brand-characteristic-content .content-item-five .footer-text::before {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #000;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .brand-characteristic-content .content-item-five .footer-text::before {
    width: 100px;
  }
}
.brand-characteristic-content .content-item-five .text {
  width: 50%;
  background-image: url(/Public/home/images/brand/skincare-bg.jpg);
  background-size: 100% 100%;
}
.brand-characteristic-content .content-item-five .text .text-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0 80px;
}
.brand-characteristic-content .content-item-five .text .text-layout > div {
  display: flex;
  margin: 20px 0;
  width: 95%;
}
.brand-characteristic-content .content-item-five .text .text-layout p {
  font-size: 16px;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-left {
  margin-right: 80px;
  position: relative;
  text-align: right;
  width: 50%;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-left p:first-child {
  font-size: 24px;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-left::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 2px;
  width: 20px;
  background-image: url(/Public/home/images/other/icon-right.png);
  background-size: 100% 100%;
  height: 40px;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-right {
  margin-left: 80px;
  position: relative;
  text-align: left;
  width: 50%;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-right p:first-child {
  font-size: 24px;
}
.brand-characteristic-content .content-item-five .text .text-layout .text-right::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 2px;
  width: 20px;
  background-image: url(/Public/home/images/other/icon-left.png);
  background-size: 100% 100%;
  height: 40px;
}
.brand-characteristic-content .content-item-five .image-text {
  display: flex;
}
.brand-characteristic-content .content-item-five .image-text img {
  width: 50%;
}
@media (min-width: 1100px) {
  .brand-characteristic-content .is-pc {
    display: block;
  }
  .brand-characteristic-content .is-mobile {
    display: none;
  }
}
@media (max-width: 1100px) {
  .brand-characteristic-content .is-pc {
    display: none;
  }
  .brand-characteristic-content .is-mobile {
    display: block;
  }
  .brand-characteristic-content .content-item-first {
    position: relative;
    padding-top: 300px;
  }
  .brand-characteristic-content .content-item-first .desc {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 5%;
  }
  .brand-characteristic-content .content-item-two .desc {
    width: 80%;
    align-items: flex-start;
  }
  .brand-characteristic-content .content-item-three .desc-content {
    width: 80% !important;
    align-items: flex-start !important;
  }
  .brand-characteristic-content .content-item-four {
    padding-top: 0;
  }
  .brand-characteristic-content .content-item-four .desc p {
    font-size: 30px;
    font-weight: 100;
  }
  .brand-characteristic-content .content-item-four .desc span {
    font-size: 22px;
    font-weight: 100;
  }
  .brand-characteristic-content .content-item-four .img-scroll {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  .brand-characteristic-content .content-item-five .desc {
    height: auto;
    padding: 80px 50px 0;
    background-image: none !important;
  }
  .brand-characteristic-content .content-item-five .text-layout {
    padding: 0;
  }
  .brand-characteristic-content .content-item-five .text-layout p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 200;
  }
  .brand-characteristic-content .content-item-five .text-layout .text-left {
    margin-right: 35px !important;
  }
  .brand-characteristic-content .content-item-five .text-layout .text-left p:first-child {
    /*margin-bottom: 30px;*/
    font-weight: 400;
  }
  .brand-characteristic-content .content-item-five .text-layout .text-right {
    margin-left: 35px !important;
  }
  .brand-characteristic-content .content-item-five .text-layout .text-right p:first-child {
    /*margin-bottom: 30px;*/
    font-weight: 400;
  }
  .brand-characteristic-content .content-item-five .image-text > img {
    width: 100%;
  }
  .brand-characteristic-content .content-item-five .text {
    width: 100%;
    background-color: none;
  }
}
.expert-wrap {
  position: relative;
  width: 100vw;
  height: calc(100vh - 62px);
  background-color: aqua;
}
.expert-wrap img {
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.honor-wrap {
  position: relative;
  margin-bottom: 60px;
  box-sizing: border-box;
  margin-top: -204px;
}
@media (max-width: 768px) {
  .honor-wrap {
    margin-top: -30vw;
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  .honor-wrap {
    margin-top: -10.9375vw;
  }
}
.honor-wrap * {
  box-sizing: border-box;
}
.honor-swiper {
  padding: 30px 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.honor-swiper .swiper-slide {
  background-color: transparent;
  transform: scale(0.8);
  transition: transform .8s;
}
.honor-swiper .swiper-slide-active,
.honor-swiper .swiper-slide-duplicate-active {
  transform: scale(1.1);
  z-index: 1;
}
.honor-swiper .swiper-slide-active .honor-item,
.honor-swiper .swiper-slide-duplicate-active .honor-item {
  background: var(--golden);
  border: 1px solid var(--golden);
  color: #000;
  position: relative;
}
.honor-swiper .swiper-slide-active .honor-item::after,
.honor-swiper .swiper-slide-duplicate-active .honor-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .honor-swiper .swiper-slide-active .honor-item,
  .honor-swiper .swiper-slide-duplicate-active .honor-item {
    border-width: 2px;
  }
  .honor-swiper .swiper-slide-active .honor-item::after,
  .honor-swiper .swiper-slide-duplicate-active .honor-item::after {
    border-radius: 10px;
  }
}
.honor-swiper .swiper-slide-active .honor-item .photo,
.honor-swiper .swiper-slide-duplicate-active .honor-item .photo {
  background: #fff;
}
.honor-swiper .swiper-slide-active .honor-item .info,
.honor-swiper .swiper-slide-duplicate-active .honor-item .info {
  transform: scale(0.8);
  padding-left: 0;
  padding-right: 0;
}
.honor-list {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.honor-item {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 640px) {
  .honor-item {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
  }
}
.honor-item:hover img {
  transform: scale(1.1);
}
.honor-item .photo {
  border-radius: 10px 10px 0 0;
  padding: 20px 0 10px;
}
@media (max-width: 640px) {
  .honor-item .photo {
    background: radial-gradient(49.87% 88.49% at 50.13% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%);
    border-radius: 5px 5px 0 0;
  }
}
.honor-item .photo img {
  display: block;
  width: 100%;
  transition: transform .5s;
}
.honor-item .info {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  box-sizing: content-box;
}
@media (min-width: 769px) {
  .honor-item .info {
    font-size: 24px;
    padding: 16px 40px;
  }
}
@media (max-width: 640px) {
  .honor-item .info {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: 0 0 10px 10px;
    height: 4.5em;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .nav {
    display: none;
  }
}
.honor-next,
.honor-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(/Public/home/images/arrow-radio-right.svg) no-repeat;
  background-size: 100% auto;
  z-index: 99;
}
.honor-prev {
  left: 10px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
  margin-right: 56px;
}
@media (min-width: 1600px) {
  .honor-prev {
    left: 6.77083333%;
    width: 60px;
    height: 60px;
  }
  .honor-next {
    right: 6.77083333%;
    width: 60px;
    height: 60px;
  }
}
.news-wrap {
  margin-top: -168px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.latest-panel {
  background: rgba(145, 155, 164, 0.9);
}
.news-item {
  display: flex;
  padding: 30px 0;
  text-decoration: none;
  color: #000;
  font-size: 28px;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.news-item span {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.65);
  width: 224px;
}
.news-item:hover {
  color: #006B64;
  border-color: #006B64;
}
/*# sourceMappingURL=style.css.map */


/* 2025-09-22 */
.menu-pro-item2 > a {
    text-decoration: none;
    font-size: 11px;
    color: #111;
    line-height: 2;
}
.menu-pro-item2 > a:hover {
    text-decoration: underline;
}

@media (max-width:768px) {
  .top-banner .intro .slg {
      color: #f5f5f5;
  }
  .top-banner .intro .title,
  .top-banner .intro .desc{
      text-shadow: 1px 1px 1px #333;
  }
}

/* 联系我们 */
.announcement-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.brand-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.logo-brand {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.announcement-container h1 {
    color: #000;
    font-size: 22px;
    margin: 0;
}

.notice-stamp {
    position: absolute;
    top: 30px;
    right: 30px;
    transform: rotate(10deg);
    opacity: 0.15;
    font-size: 80px;
    color: #cc0000;
    font-weight: bold;
}

.salutation {
    font-weight: bold;
    margin: 20px 0;
}

.body-text {
    margin: 15px 0;
    font-size: 15px;
    color: #444;
}

ol.declaration-items {
    margin: 20px 0 30px 30px;
    counter-reset: declaration-counter;
    list-style-type: none;
}

ol.declaration-items > li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    min-height: 32px;
}

ol.declaration-items > li:before {
    counter-increment: declaration-counter;
    content: counter(declaration-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #000;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.item-title {
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.website-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    background-color: rgba(42, 106, 233, 0.08);
    padding: 3px 8px;
    border-radius: 4px;
}

.website-link:hover {
    color: #000;
    background-color: rgba(42, 106, 233, 0.15);
}

.warning {
    background-color: rgba(204, 0, 0, 0.05);
    border-left: 4px solid #cc0000;
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

.closing {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.myfooter {
    font-size: 13px;
    color: #777;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}


/* 新闻详情 */
.news-detail {}
.news-detail .news-bt {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
.news-detail .news-desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 15px 0;
}
.news-detail .news-content {
  font-size: 20px;
  line-height: 36px;
}
.news-detail .news-content p {
  margin-bottom: 15px;
}
.news-detail .news-content img {
  max-width: 100%;
}