html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-family: PingFangSC-Regular, Microsoft YaHei, sans-serif;
}


html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none;
}

div:focus {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}

ul,
ol {
  list-style: none;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7D948B !important;
}

.text-sub {
  color: #748B81 !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.t-50 {
  top: 50px !important;
}

.h-auto {
  height: auto !important;
}

.h-100p {
  height: 100% !important;
}

.h-100vh {
  height: 100vh !important;
}

.w-auto {
  width: auto !important;
}

.w-100p {
  width: 100% !important;
}

.p-r {
  position: relative !important;
}

.p-a {
  position: absolute !important;
}

.p-f {
  position: fixed !important;
}

.p-s {
  position: sticky !important;
}

.p-a-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.f-s-36 {
  font-size: 36px !important;
}

.f-s-48 {
  font-size: 48px !important;
}

.l-h-24 {
  line-height: 24px !important;
}

.l-h-30 {
  line-height: 30px !important;
}

.l-h-36 {
  line-height: 36px !important;
}

.l-h-70 {
  line-height: 70px !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.b-radius-0 {
  border-radius: 0 !important;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  /* 文字垂直排列 */
  justify-content: center;
  /* 文字垂直居中 */
  flex: 1;
  /* 占据剩余空间 */
}

.swiper {
  padding: 52px 26px 42px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-slide img {
  width: 22.6vw;
  height: 22.6vw;
}

@media (max-width: 991px) {
  .swiper .swiper-slide img {
    width: 86vw;
    height: 86vw;
  }

  .f-s-48 {
    font-size: 28px !important;
  }

  .l-h-70 {
    line-height: 30px !important;
  }
}

.swiper-slide .el-link.el-link--default {
  border: 1px solid #fff;
  transition: all 0.3s;
}

.swiper-slide .el-link.el-link--default:hover {
  /* box-shadow: -1px 2px 10px 5px #f1f1f1; */
  border: 1px solid #7d948b;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background-color: #7d948b;
  height: 60px;
  width: 60px;
  font-size: 12px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
}

@media only screen and (max-width:991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media only screen and (min-width:992px) {
  .hidden-md-up {
    display: none !important;
  }
}

.brand {
  padding-top: 8.3vw;
}

.brand img {
  width: 79.79vw;
}

@media (min-width: 1200px) {
  .brand-wrap {
    width: 55% !important;
  }
}

@media (min-width: 1600px) {
  .brand-wrap {
    width: 41% !important;
  }
}

@media (min-width: 1900px) {
  .brand-wrap {
    width: 33.333333% !important;
  }
}

@media (max-width: 991px) {
  .brand {
    padding-top: 30px;
  }

  .brand img {
    width: 100vw;
  }
}

.brand-logo {
  position: relative;
  top: 11.5vw;
}

.brand-logo img {
  width: 6.25vw;
}

.brand-title {
  font-size: 36px;
  color: #fff;
  position: relative;
  top: 11.9vw;
  width: 100%;
}

.brand-content {
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 100%;
  top: 14.5vw;
  line-height: 1.73;
  opacity: 0.6;
}

.poetry-title {
  font-size: 37px;
  color: #000;
  position: relative;
  top: 6.7vw;
  width: 100%;
}

.poetry-subTitle {
  font-size: 16px;
  color: #000;
  position: relative;
  top: 6.8vw;
  width: 100%;
}

.poetry-content {
  font-size: 18px;
  color: #000;
  position: relative;
  width: 100%;
  top: 11.5vw;
  line-height: 1.7;
}

.quality-title {
  font-size: 37px;
  color: #000;
  position: relative;
  top: 0vw;
  width: 100%;
}

.quality-subTitle {
  font-size: 16px;
  color: #000;
  position: relative;
  top: 0.3vw;
  width: 100%;
}

.quality-content {
  font-size: 14px;
  color: #000;
  position: relative;
  width: 100%;
  top: 3vw;
  line-height: 2;
}

.quality2-title {
  font-size: 37px;
  color: #fff;
  position: relative;
  top: 27vw;
  width: 100%;
}

.quality2-subTitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 27.2vw;
  width: 100%;
}

.quality2-content {
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 100%;
  top: 30vw;
  line-height: 2;
}

.quality3-title {
  font-size: 37px;
  color: #000;
  position: relative;
  top: 11vw;
  width: 100%;
}

.quality3-subTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  top: 11.2vw;
  width: 100%;
}

.quality3-content {
  font-size: 14px;
  color: #000;
  position: relative;
  width: 100%;
  top: 14vw;
  line-height: 2;
}

.quality4-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 11vw;
  width: 100%;
}

.quality4-subTitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 11.2vw;
  width: 100%;
}

.quality4-content {
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 100%;
  top: 18vw;
  line-height: 2;
}

/* old story css */
.full-screen-image {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.full-screen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0.26vw;
  left: 0;
  right: 0;
  height: 5vw;
  background-color: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.overlay h1 {
  /* 30px */
  font-size: 1.56vw;
}

.overlay p {
  height: 20px;
  /* 20px */
  font-size: 1.042vw;
  transition: transform 0.3s ease-in-out;
}

.overlay p:hover {
  transform: scale(1.2);
}

.module-two {
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #A2875F;
  margin-top: 5.52vw;
}

.module-two .left {
  flex: 7;
}

.module-two .left video {
  width: 49.375vw;
  height: 27.82vw;
  margin-bottom: -0.15625vw;
}

.module-two .right {
  flex: 3;
  color: #fff;
  padding: 0 1.5vw;
  text-align: left;
}

.module-two .right h1 {
  /* 24px */
  font-size: 1.25vw;
  /* text-align: center; */
}

.module-two .right p {
  /* height: 342px; */
  /* 16px */
  font-size: .833vw;
  transition: transform 0.3s ease-in-out;
  transform-origin: top;
  /* 20px */
  line-height: 1.042vw;
  margin-top: 20px;
}

.module-two .right p:hover {
  transform: scale(1.1)
}

.module-wrap {
  background: #F6ECE0;
  width: 100%;
  height: 71vw;
  margin-top: 5.1vw;
  padding-top: 6.56vw;
}

.module-wrap h1 {
  /* 48px */
  font-size: 2.5vw;
}

.module-wrap p {
  /* 18px */
  font-size: 1.042vw;
  transition: transform 0.3s ease-in-out;
  height: 20px;
}

.module-wrap > .content-center:first-child p:hover {
  transform: scale(1.2);
}

.content-center {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.product-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.65vw;
  padding: 0 5.5vw;
}

.module-five .product-container {
  padding: 0 3.5vw;
}

.product-item {
  flex: 1;
  width: 18%;
  margin: 0 1.82vw;
  width: 13.54vw;
}

.module-five .product-item {
  margin: 0 1.3vw;
}

.product-item img {
  width: 100%;
}

.product-item h3 {
  /* 18px */
  font-size: 0.9375vw;
  text-align: left;
  margin: 1.1vw 0 0.38vw;
}

.module-five .product-item h3 {
  /* 18px */
  font-size: 1.042vw;
  margin-top: 0.6vw;
  font-weight: normal;
  text-align: center;
}

.product-item p {
  text-align: left;
}

/* .product-item {
  display: inline-block;
  width: 18%;
  margin: 10px;
  vertical-align: top;
} */
.module-eight {
  height: 32.8vw;
  margin-top: -15.625vw;
}

.module-eight h2 {
  /* 48px */
  font-size: 2.5vw;
  margin-top: -30vw;
}

.module-nine {
  padding-top: 5.46vw;
}

.module-nine h2 {
  /* 48px */
  font-size: 2.5vw;
  margin-bottom: 2.86vw;
}

.module-nine p {
  /* 18px */
  font-size: 1.042vw;
  margin-top: 1.35vw;
  transition: transform 0.3s ease-in-out;
  height: 20px;
}

.module-nine p:hover {
  transform: scale(1.2);
}

.parallax {
  padding-top: 5.73vw;
  margin-top: 3.9vw;
  background: url('http://susuojewelry.com/uploads/20240831/2e96c55d8e62b06f21de64fa48a88851.jpeg') no-repeat;
  background-size: cover;
  padding-bottom: 17vw;
}

.parallax h1 {
  /* 48px */
  font-size: 2.5vw;
  text-align: center;
}

.parallax .parallax-content {
  display: flex;
  justify-content: flex-end;
}

.parallax .grid-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2.5%;
  width: 40%;
  margin-top: 3.125vw;
  margin-right: 12vw;
}

.parallax .grid-item {
  padding: 1.56vw 0.677vw;
  background-color: #F6ECE0;
  /* flex: 1 0 48%; 每个子元素占据 48% 的宽度，留出 2% 的间距 */
  margin-bottom: 1vw;
  width: 18vw;
  height: 17vw;
  text-align: center;
  transition: transform 0.3s ease;
}

.parallax .grid-item:hover {
  transform: scale(1.2);
}

.parallax .grid-item img {
  height: 2.7vw;
}

.parallax .grid-item h2 {
  text-align: left;
  margin-top: 1.53vw;
  /* 18px */
  font-size: 0.9375vw;
}

.parallax .grid-item p {
  text-align: left;
  margin-top: 1.1vw;
  /* 18px */
  font-size: 1.042vw;
}

.footer-old-story {
  background-color: #A2875F;
  padding: 6.1vw 0 5.73vw;
  text-align: center;
  color: #000;
  height: 16.67vw;
  margin-top: 4.375vw;
}

.footer-old-story h2 {
  /* 36px */
  font-size: 1.875vw;
}

.footer-old-story .contact-info {
  display: flex;
  justify-content: center;
  margin: 1.82vw 0;
  /* 18px */
  font-size: 1.042vw;
}

.footer-old-story .contact-info div {
  margin: 0 37px;
  transition: transform 0.3s ease;
}

.footer-old-story .contact-info div:hover {
  transform: scale(1.2);
}

.footer-old-story .contact-info div img {
  margin-right: 1vw;
}

.footer-old-story p {
  font-size: 1.042vw;
  transition: transform 0.3s ease-in-out;
}

.footer-old-story p:hover {
  transform: scale(1.2);
}