body {
  background-color: #ffffff;
  font-size: 0.12rem;
  margin: 0.2rem 0.16rem;
  word-break: break-all;
  font-family: SamsungOne, Microsoft Yahei, 微软雅黑, Simsun, 宋体, arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p {
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}

.title {
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-align: center;
  width: 100%;
  max-width: 14.4rem;
}

.product {
  background-color: whitesmoke;
  max-width: 14.4rem;
  width:100%; 
  max-height: 6.4rem;
  height: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.product .left {
  top: 25%;
  left: 8%;
  position: absolute;
}

.product .right {
  max-width:100%; 
}

.product .home-kv-carousel__headline {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  color: currentColor;
  word-wrap: break-word;
}

.product .home-kv-carousel__desc {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.33;
  color: currentColor;
  word-wrap: break-word;
}

.product .home-kv-carousel__product-desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.33;
  word-wrap: break-word;
  color: #313131;
}

.footer-copyright-align {
  margin-top: 0.3rem;
  padding: 0.17rem 0.12rem 0.15rem 0.24rem;
  display: block;
  max-width: 14.4rem;
  width: 100%;
  font-size: 0.12rem;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}
