.customerserver {
  margin-top: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 30px 20px 0;
  background-color: #fff;
}
.customerserver-platform {
  margin-top: 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.customerserver-platform-tip {
  position: relative;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #533687;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 20px;
}
.customerserver-platform-tip::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #533687;
}
.customerserver-platform-bg {
  position: relative;
  height: 185px;
  margin-top: 12px;
  background-color: #f8f8f8;
  padding: 20px 0 0 234px;
}
.customerserver-platform-bg .platform-code {
  width: 160px;
  height: 218px;
  position: absolute;
  left: 10px;
  bottom: 0;
  background-color: #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.16);
}
.customerserver-platform-bg .platform-code .code {
  height: 160px;
  border-radius: 8px 8px 0 0;
  background-image: ;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 160px 160px;
}
.customerserver-platform-bg .platform-code .bottom {
  height: 58px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #533687;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0 0 8px 8px;
}
.customerserver-platform-bg .tips {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}
.customerserver-center {
  margin-top: 30px;
  font-size: 14px;
}
.customerserver-center-item {
  margin-left: 40px;
  height: 40px;
}
.customerserver-center .fw-16 {
  font-weight: 700;
  font-size: 16px;
}
/*# sourcemappingurl=customerservice.css.map */

@media (max-width: 1200px) {
  .customerserver {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .customerserver {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .customerserver-platform-bg {
    padding: 20px 0 0 200px;
  }
}
