@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* 包含内边距和边框计算宽度 */
  overflow-x: hidden;
}

a {
  text-decoration: none; /* 去除下划线 */
  color: inherit; /* 使用父元素的颜色 */
  line-height: 1;
}

.pc {
  height: 100vh;
  width: 100%;
  background: url("../img/pc/bg-pc.jpg") no-repeat center;
  background-size: 100% 100%;
}
.pc .container {
  margin-top: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pc .container .art-area {
  overflow-y: hidden;
  width: 8.36rem;
  height: 7.41rem;
  background: url("../img/pc/art-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .container .customer-area .logo-area {
  width: 6.92rem;
  height: 1.91rem;
  background: url("../img/pc/logo-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer-area .sub-title {
  width: 7.02rem;
  height: 0.35rem;
  background: url("../img/pc/sub-title-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer {
  display: flex;
  align-items: center;
  column-gap: 0.16rem;
  margin: 0.91rem 0 0.53rem;
  overflow-y: hidden;
}
.pc .container .customer div {
  display: inline-block;
  cursor: pointer;
}
.pc .container .customer div .customer-1 {
  width: 2.86rem;
  height: 0.8rem;
  background: url("../img/pc/customer-1-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer div .customer-2 {
  width: 2.86rem;
  height: 0.8rem;
  background: url("../img/pc/customer-2-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer div .customer-3 {
  width: 2.86rem;
  height: 0.8rem;
  background: url("../img/pc/customer-3-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer div img {
  vertical-align: middle;
  display: block;
}

.h5 {
  height: 100vh;
  width: 100%;
  background: url("../img/h5/bg-h5.jpg") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container {
  height: 100%;
}
.h5 .container .customer-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.1rem;
}
.h5 .container .customer-area .logo-area {
  width: 5.09rem;
  height: 1.41rem;
  background: url("../img/h5/logo-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer-area .art-area-h5 {
  margin-top: 0.6rem;
  width: 7.5rem;
  height: 6.69rem;
  background: url("../img/h5/art-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer-area .customer {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.15rem;
  margin-top: 0.5rem;
}
.h5 .container .customer-area .customer div {
  display: inline-block;
}
.h5 .container .customer-area .customer div .customer-1 {
  width: 2.24rem;
  height: 0.62rem;
  background: url("../img/h5/customer-1-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer-area .customer div .customer-2 {
  width: 2.24rem;
  height: 0.62rem;
  background: url("../img/h5/customer-2-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer-area .customer div .customer-3 {
  width: 2.24rem;
  height: 0.62rem;
  background: url("../img/h5/customer-3-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer-area .customer div img {
  vertical-align: middle;
  display: block;
}
.h5 .container .customer-area .sub-title {
  margin-top: 0.67rem;
  width: 4.54rem;
  height: 0.23rem;
  background: url("../img/h5/sub-title-h5.png") no-repeat center;
  background-size: 100% 100%;
}

/*# sourceMappingURL=index.css.map */
