* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  padding: 0.32rem;
  min-height: 100vh;
  background: url("images/bg.png") no-repeat;
  background-color: #fbfbfb;
  background-size: contain;
}

.container .header {
  padding-top: 0.625rem;
  color: #fff;
}

.container .car-service {
  margin-top: 0.375rem;
  display: flex;
}

.container .car-service img {
  width: 1.8rem;
  position: absolute;
  bottom: 0;
  right: 0.25rem;
}

.container .car-service > div {
  width: 4.25rem;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.7rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  position: relative;
}

.container .car-service > div > div.car-left {
  font-size: 0.45rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.45rem;
}

.container .car-service > div > div.car-left > div:last-of-type {
  font-size: 0.325rem;
  color: #666666;
  font-weight: 400;
  line-height: 0.325rem;
  margin-top: 0.15rem;
}

.container .car-service .train {
  display: inline-block;
  margin-right: 0.275rem;
}

.container .title {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.625rem;
}

.container .title-desc {
  font-size: 0.42666667rem;
  line-height: 0.58666667rem;
  margin: 0.2rem 0 0.625rem;
}

.container .services {
  background: #fff;
  box-shadow: 0rem 0px 0.3rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  margin-bottom: 0.375rem;
}

.container .services ul {
  padding: 0.45rem;
  overflow: hidden;
}

.container .services ul li {
  float: left;
  width: 17.1%;
  margin-right: 10.5%;
  text-align: center;
  color: #333;
  font-size: 0.325rem;
  line-height: 0.325rem;
}

.container .services ul li img {
  width: 100%;
  margin-bottom: 0.075rem;
}

.container .services ul li:last-of-type {
  margin-right: 0;
}

.container .other-services {
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
}

.container .other-services .other-title {
  padding-left: 0.3rem;
  line-height: 1.125rem;
  font-size: 0.45rem;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}

.container .other-services ul {
  margin-top: 0.5rem;
  padding: 0 0.21333333rem;
  overflow: hidden;
}

.container .other-services ul li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.container .other-services ul li img {
  width: 0.64rem;
  height: 0.64rem;
}

.container .other-services ul li div {
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.45333333rem;
}

.container .other-services ul li:nth-of-type(4n) {
  margin-right: 0;
}

.container .footer {
  margin: 0.9rem 0 3.25333333rem;
}

.container .footer div {
  text-align: center;
  padding: 0 2.13333333rem;
}

.container .footer div img {
  width: 100%;
}
