* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  padding: 0.32rem;
  min-height: 100vh;
  background: url("images/bg.png") no-repeat;
  background-color: #f7f9fc;
  background-size: contain;
}

.container .header {
  padding-top: 2.32rem;
  color: #fff;
}

.container .car-service {
  margin-top: 0.32rem;
  display: flex;
}

.container .car-service img {
  width: 1.814rem;
  position: absolute;
  bottom: 0;
  right: 0.25rem;
}

.container .car-service > div {
  width: 4.25rem;
  background-color: #fff;
  padding: 0.32rem 0 0.748rem 0.32rem ;
  border-radius: 0.21rem;
  position: relative;
}

.container .car-service > div > div.car-left {
  font-size: 0.4533rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.48rem;
}

.container .car-service > div > div.car-left > div:last-of-type {
  font-size: 0.3514rem;
  color: rgba(52, 56, 75, 0.5);
  font-weight: 400;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}

.container .car-service .train {
  display: inline-block;
  margin-right: 0.275rem;
}

.container .services {
  background: #fff;
  border-radius: 0.2162rem;
  margin-bottom: 0.32rem;
}

.container .services ul {
  overflow: hidden;
  padding-top: 0.64rem;
  padding-bottom: 0.54rem;
}

.container .services ul li {
  float: left;
  width: 25%; 
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.325rem;
}

.container .services ul li img {
  width: 1.44rem;
  margin-bottom: 0.2133rem;
}

.container .services ul li:last-of-type {
  margin-right: 0;
}

.container .other-services {
  background-color: #fff;
  border-radius: 0.21rem;
  padding-top: 0.44rem;
}

.container .other-services .other-title {
  padding-left: 0.42rem;
  font-size: 0.4533rem;
  font-weight: 600;
  color: #333;
}

.container .other-services ul {
  margin-top: 0.48rem;
  overflow: hidden;
}

.container .other-services ul li {
  float: left;
  width: 25%;
  height: 1.23rem;
  text-align: center;
  margin-bottom: 0.64rem;
}

.container .other-services ul li img {
  width: 0.64rem;
  height: 0.64rem;
}

.container .other-services ul li div {
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.48rem;
  margin-top: -0.08rem;
}

.container .other-services ul li:nth-of-type(4n) {
  margin-right: 0;
}

.container .footer {
  margin: 0.62rem 0 2.7297rem;
}

.container .footer div {
  text-align: center;
  padding: 0 2.05rem;
}

.container .footer div img {
  width: 100%;
}
