body {
  background: #0f0232;
}

.header .right .list p:nth-child(7) {
  color: #fe2a44;
}

.contact {
  width: 100%;
  min-height: 100vh;
  background: #0f0232;
}

.contain {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  margin-top: 90px;
}

.contain .item {
  width: 272px;
  height: 500px;
  background: url('../img/contact/a.png') no-repeat;
  background-size: cover;
  margin: 1% 1%;
}

.contain .item .line {
  width: 100%;
  margin-top: 50px;
  height: 10px;
}

.contain .item .title {
  width: 80%;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #a30055;
  margin: 0 auto;
  margin-top: 20px;
}

.contain .item .info {
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  color: #0b0123;
  margin: 0 auto;
  margin-top: 60px;
}

.contain-en .item .info {
  font-size: 12px;
}

.contain .item .info div {
  display: flex;
  align-items: center;
  line-height: 35px;
}

.contain .item .info div .left {
  flex: 1;
}

.contain .item img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

p {
  margin: 0;
}

.address {
  width: 60px;
  font-size: 20px;
  font-weight: bold;
}

.contain-en .address {
  font-size: 12px;
}

.depart {
  min-width: 100px;
}

.contain .item .explain {
  width: 80%;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 50px;
}

.contain .item:nth-of-type(2) {
  background: url('../img/contact/b.png') no-repeat;
}

.contain .item:nth-of-type(3) {
  background: url('../img/contact/c.png') no-repeat;
}

.contain .item:nth-of-type(4) {
  background: url('../img/contact/d.png') no-repeat;
}

.contain .item:nth-of-type(5) {
  background: url('../img/contact/e.png') no-repeat;
}