.footer {
  width: 100%;
  height: 4rem;
}

 .title {
  padding: 50px 0;
  box-sizing: border-box;
  width: 100%;
  /* height: 250px; */
  background: url(../img/mobile_BG.png) no-repeat;
  background-size: cover;
  text-align: center;
}

 .title h1 {
  color: white;
  font-weight: 300;
  font-size: 0.4rem;
}

 .title p {
  color: #A2B4DC;
  margin-top: 0.1rem;
  font-weight: 300;
  font-size: 0.22rem;
}

 .title a {
  display: inline-block;
  margin-top: 40px;
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  color: #0168B7;
  font-weight: bold;
  transition: .5s;
  font-size: 15px;
}


.footer .other {
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: #0168B7;
  height: 260px;
}

.footer .other ul {
  width: 100%;
  height: 50px;
  /* margin-left: 28px; */
}

.footer .other ul li {
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 15%;
  margin-bottom: 5px;
  float: left;
  width: 23%;
}
.footer .other ul li:nth-child(3n) {
  margin-right: 0;
}
.footer .other ul li a {
  color: #FFFFFF;
  font-size: 12px;
  display: block;
  text-align: center;
  /* text-align: justify;
  text-align-last:justify; */
}

.footer .other .tele {
  position: relative;
  top: 30px;
  border-radius: 20px;
  border: 1px solid #F9FFFF;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  color: white;
  font-size: 12px;
}

.footer .other .tele img {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 10px;
}

.footer .other .tele span {
  position: absolute;
  left: 40px;
  top: -1px;
}

.footer .other .bottom {
  border-top: 1px solid #1174C0;
  margin-top: 50px;
  width: 100%;
  height: 40px;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: white;
}

.footer .other .bottom p {
  font-size: 12px;
}