.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
}

.footer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 左边 */
.footer-left {
  color: #7a7a7a;
  font-size: 16px;
}

.footer-left p {
  padding: 10px 0;
}

.footer-left > img {
  margin-bottom: 30px;
}

.footer-phone {
  font-size: 36px;
  color: #0968fe;
  font-weight: bold;
  line-height: 36px;
}

/* 中间 */
.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer ul {
  color: #7a7a7a;
  text-align: center;
}

.footer ul:first-child {
  margin-right: 150px;
}

.footer-title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.footer-center li {
  padding: 12px 0;
}

.footer-center a:hover {
  color: #0968fe;
}

/* 右边 */
.footer-right {
  width: 160px;
  height: 210px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  font-style: oblique;
  text-align: center;
}

.footer-right img {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.footer-text {
  margin-top: 10px;
  color: #0968fe;
  font-size: 16px;
  font-weight: bold;
}

/* 分界线 */
.footer-line {
  height: 1px;
  margin: 30px 0;
  background: #dcdcdc;
  border: none;
}

/* 下面 */
.footer-bottom {
  width: 100%;
  text-align: center;
}

.footer-icp {
  margin-bottom: 30px;
  color: #7a7a7a;
  font-size: 16px;
}

.footer-icp a {
  color: inherit;
  font-weight: bold;
}

.footer-icp a:hover {
  color: #0968fe;
  text-decoration: underline;
}

.footer-link img {
  width: 100px;
}
