@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 {
  width: 5.3rem;
  height: 1.47rem;
  margin-top: 1rem;
  background: url("../img/pc/logo-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  height: 6.38rem;
}
.pc .container .customer .left-side {
  width: 7.2rem;
  height: 100%;
  background: url("../img/pc/left-img-pc.webp") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 9.67rem;
  height: 100%;
}
.pc .container .customer .right-side .warn-img {
  width: 100%;
  height: 3.37rem;
  background: url("../img/pc/warn-img-pc.png") no-repeat center;
  background-size: 100% 100%;
}
.pc .container .customer .right-side .service a {
  display: inline-block;
}
.pc .container .customer .right-side .service a .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 .right-side .service a .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 .right-side .service a .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 .right-side .service a img {
  vertical-align: middle;
  display: block;
}
.pc .container .bottom-txt {
  margin: 0.86rem 0 0.48rem;
  width: 7.02rem;
  height: 0.35rem;
  background: url("../img/pc/bottom-txt-pc.png") no-repeat center;
  background-size: 100% 100%;
}

.h5 {
  height: 100vh;
  width: 100%;
  background-color: #000;
}
.h5 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/h5/bg-h5.webp") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .logo-area {
  margin-top: 1.25rem;
  width: 3.66rem;
  height: 1.02rem;
  background: url("../img/h5/logo-h5.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 0.77rem;
}
.h5 .container .customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.27rem;
}
.h5 .container .customer .left-side {
  width: 5.18rem;
  height: 4.58rem;
  background: url("../img/h5/left-img-h5.webp") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.27rem;
}
.h5 .container .customer .right-side .warn-img {
  width: 6.54rem;
  height: 2.21rem;
  background: url("../img/h5/warn-img-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer .right-side .service {
  display: flex;
  justify-content: center;
  column-gap: 0.27rem;
}
.h5 .container .customer .right-side .service a {
  display: inline-block;
}
.h5 .container .customer .right-side .service a .customer-1 {
  width: 2.1rem;
  height: 0.6rem;
  background: url("../img/h5/customer-1-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer .right-side .service a .customer-2 {
  width: 2.1rem;
  height: 0.6rem;
  background: url("../img/h5/customer-2-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer .right-side .service a .customer-3 {
  width: 2.1rem;
  height: 0.6rem;
  background: url("../img/h5/customer-3-h5.png") no-repeat center;
  background-size: 100% 100%;
}
.h5 .container .customer .right-side .service a img {
  vertical-align: middle;
  display: block;
}
.h5 .container .bottom-txt {
  position: absolute;
  bottom: 1.24rem;
  width: 4.48rem;
  height: 0.23rem;
  background: url("../img/h5/bottom-txt-h5.png") no-repeat center;
  background-size: 100% 100%;
}

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