@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.webp") no-repeat center;
  background-size: 100% 100%;
}
.pc .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pc .container .logo-area {
  overflow-y: hidden;
  width: 7.77rem;
  height: 5.81rem;
  margin-top: 1.12rem;
  margin-right: 1rem;
  background: url("../img/pc/logo-pc.webp") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .sub-title {
  margin-top: 0.3rem;
  margin-right: 1rem;
  width: 6.03rem;
  height: 0.42rem;
  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: 1rem 0 0.52rem;
  overflow-y: hidden;
}
.pc .container .customer a {
  display: inline-block;
}
.pc .container .customer a .customer-1 {
  width: 3.65rem;
  height: 0.72rem;
  background: url("../img/pc/customer-1-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer a .customer-2 {
  width: 3.62rem;
  height: 0.72rem;
  background: url("../img/pc/customer-2-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer a .customer-3 {
  width: 3.12rem;
  height: 0.72rem;
  background: url("../img/pc/customer-3-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer a .customer-4 {
  width: 3.56rem;
  height: 0.72rem;
  background: url("../img/pc/customer-4-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer a .customer-5 {
  width: 2.43rem;
  height: 0.72rem;
  background: url("../img/pc/customer-5-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer a img {
  vertical-align: middle;
  display: block;
}

.h5 {
  height: 100vh;
  width: 100%;
  background: url("../img/h5/bg-h5.webp") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5 .container .logo-area {
  margin-top: 1.9rem;
  width: 5.61rem;
  height: 4.22rem;
  background: url("../img/h5/logo-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .coins {
  position: absolute;
  top: 3rem;
  left: 0.5rem;
  width: 6.62rem;
  height: 5.06rem;
  background: url("../img/h5/icons-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .sub-title {
  margin-top: 0.206rem;
  margin-left: 0.3rem;
  width: 5.17rem;
  height: 0.37rem;
  background: url("../img/h5/sub-title-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.15rem;
  column-gap: 0.1rem;
  position: absolute;
  bottom: 1.3rem;
}
.h5 .container .customer a {
  display: inline-block;
}
.h5 .container .customer a .customer-1 {
  width: 3.26rem;
  height: 0.65rem;
  background: url("../img/h5/customer-1-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer a .customer-2 {
  width: 3.26rem;
  height: 0.65rem;
  background: url("../img/h5/customer-2-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer a .customer-3 {
  width: 3.26rem;
  height: 0.65rem;
  background: url("../img/h5/customer-3-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer a .customer-4 {
  width: 3.26rem;
  height: 0.65rem;
  background: url("../img/h5/customer-4-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer a .customer-5 {
  width: 3.26rem;
  height: 0.65rem;
  background: url("../img/h5/customer-5-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer a img {
  vertical-align: middle;
  display: block;
}

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