.common-header {
  padding: 10px 0;
  background: #fff;
}
.common-header .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.common-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.common-header li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
}

.common-header li:hover a {
  color: #ED6D00;
}

.common-header a {
  text-decoration: none;
}

.common-header .logo {
  display: inline-block;
}

.common-header .logo img {
  width: 180px;
  height: auto;
}

.common-header .content-container {
  display: flex;
  align-items: center;
}

.common-footer {
  background: #18152E;
  color: #fff;
  padding: 90px 0;
  padding-bottom: 40px;
}

.common-footer a {
  text-decoration: none;
  color: inherit;
}

.common-footer .flex {
  align-items: center;
}

.common-footer .left {
  flex: 1;
  text-align: center;
}

.common-footer .left > img {
  width: 237px;
  height: auto;
}

.common-footer .left > p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.common-footer .right {
  flex: 2;
}

.common-footer .right ul,li {
  margin: 0;
  padding: 0;
}

.common-footer .right ul {
  display: flex;
  justify-content: space-around;
}

.common-footer .right ul li {
  list-style: none;
  display: block;
  font-size: 14px;
}

.common-footer .right ul li > p:first-child {
  margin-top: 0;
  font-size: 22px;
}

.common-footer .right ul li > p:last-child {
  margin-bottom: 0;
}

.common-footer .icp {
  text-align: center;
  margin-top: 90px;
}
