.flex {
  display: flex;
  align-items: center;
}

.foot-view {
  width: 100%;
  height: 24rem;
  flex-shrink: 0;
  background: #131a2d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-view .left {
  height: 100%;
  padding-top: 2.77rem;
}

.foot-view .left .comany {
  color: #fffffffc;
  font-family: "Microsoft YaHei";
  font-size: 1.66rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.foot-view .left .rows {
  margin-top: 0.64rem;
}

.left .msg {
  width: 60rem;
  color: #fffffffc;
  margin-top: 2.86rem;
  justify-content: space-between;
  font-size: 1.11rem;
}

.msg div {
  height: 1.43rem;
  line-height: 1.43rem;
}

.msg img {
  width: 1.42rem;
  height: 1.42rem;
  margin-right: 0.32rem;
}

.msg .qq {
  width: 0.89rem;
  height: 1.08rem;
  margin-right: 0.58rem;
}

.foot-view .right {
  color: #fffffffc;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 1.58rem;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 0;
  margin-right: 3rem;
}

.right img {
  width: 7.42rem;
  height: 7.42rem;
  margin-bottom: 0.78rem;
}

.header {
  padding: 2.25rem 0 1.52rem 0;
}

.header-left .logo {
  width: 8.88rem;
  height: 2.44rem;
  flex-shrink: 0;
}

.header-menus {
  gap: 2rem;
}

.header-menus .menu-item {
  font-size: 1.13rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  position: relative;
}

.header-menus .menu-item.active a {
  color: #2e72f3;
}

.header-menus .menu-item.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.13rem;
  background: #2e72f3;
  bottom: -1.5rem;
  left: 0;
  border-radius: 0.06rem;
}

.header-right .phone {
  color: #2e72f3;
  text-align: center;
  font-family: "DIN";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
}

.header-right .top {
  font-size: 0.875rem;
}

.header-right img {
  width: 1.19rem;
  height: 1rem;
  flex-shrink: 0;
}

.mypagenation {
  display: flex;
  justify-content: center;
}

.mypagenation .mypage {
  display: flex;
  width: 2.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  border-radius: 0.5rem;
  border: 0.06rem solid var(--dGrey-01, #E4E9EE);
  margin-right: 0.5rem;
  flex-shrink: 0;
  background: #fff;
}

.mypagenation .mypage a {
  color: #818B9C;
}

.mypagenation .mypage:hover a {
  color: #2E72F3;
}

.mypagenation .mypage img {
  width: 2.75rem;
  height: 2.75rem;
}
