/** 底部导航 start **/
.miz-footer {
  background-color: #fff;
  border-top: 1px solid #fafafa;
}
.miz-footer .miz-footer-body {
  width: 100%;
}
.miz-footer .miz-footer-body .miz-footer-content {
  padding-top: 80px;
  width: 100%;
  display: flex;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav {
  display: flex;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl {
  margin-right: 140px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl:last-child {
  margin-right: 0;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dt {
  color: #2a2a2a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd {
  margin: 0 0 20px 0;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd a,
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd span {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd a:hover {
  color: #3a3a3a;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd .icon-icon_copy {
  margin-left: 6px;
  margin-right: 20px;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
  color: #eeeeee;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd .icon-icon_copy:hover {
  color: #999999;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-nav dl dd .miz-footer-copy:hover .icon-icon_copy {
  visibility: visible;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact {
  margin-left: 400px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact .miz-button {
  display: block;
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact .miz-button:hover {
  border-radius: 5px;
  background: #fafafa;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact .miz-button .miz-icon {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -5px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact .qr-code {
  margin-top: 16px;
  margin-left: 20px;
  width: 104px;
  height: 104px;
}
.miz-footer .miz-footer-body .miz-footer-content .miz-footer-contact .qr-code img {
  width: 100%;
}
.miz-footer .miz-footer-body .miz-footer-bottom {
  display: flex;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #fafafa;
  align-items: center;
}
.miz-footer .miz-footer-body .miz-footer-bottom .miz-button {
  font-size: 12px;
  color: #888888;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.miz-footer .miz-footer-body .miz-footer-bottom .miz-button.more-recommend.open .iconfont {
  transform: rotateZ(0deg);
}
.miz-footer .miz-footer-body .miz-footer-bottom .miz-button.more-recommend .iconfont {
  transition-duration: 0.3s;
  transform: rotateZ(-180deg);
  display: inline-block;
}
.miz-footer .miz-footer-body .miz-footer-bottom .miz-button .iconfont {
  font-size: 12px;
  margin-left: 6px;
}
.miz-footer .miz-footer-body .miz-footer-bottom .copyright-icp {
  flex: 1;
  text-align: center;
  color: #ccc;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.miz-footer .miz-footer-body .miz-footer-bottom .copyright-icp.center {
  text-align: center;
}
.miz-footer .miz-footer-body .miz-footer-bottom .copyright-icp .miz-icon {
  vertical-align: middle;
  margin: -3px 6px 0 12px;
}
.miz-footer .miz-footer-body .miz-footer-bottom .copyright-icp a {
  color: #ccc;
  text-decoration: none;
}
.miz-footer .miz-footer-body .miz-footer-bottom .copyright-icp a:hover {
  color: #666;
}
/** 底部导航 end **/
/** 更多精彩 start **/
.miz-footer-recommend {
  background: #fafafa;
  padding: 40px 0;
  display: none;
}
.miz-footer-recommend.active {
  display: flex;
}
.miz-footer-recommend .miz-footer-tab-top-level {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.miz-footer-recommend .miz-footer-tab-top-level .miz-button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 30px;
  margin-right: 10px;
}
.miz-footer-recommend .miz-footer-tab-top-level .miz-button:last-child {
  margin-right: 0;
}
.miz-footer-recommend .miz-footer-tab-top-level .miz-button:hover,
.miz-footer-recommend .miz-footer-tab-top-level .miz-button.active {
  background: #eee;
  color: #3a3a3a;
}
.miz-footer-recommend .miz-footer-tab-second-level {
  justify-content: center;
  margin-bottom: 30px;
  display: none;
}
.miz-footer-recommend .miz-footer-tab-second-level.active {
  display: flex;
}
.miz-footer-recommend .miz-footer-tab-second-level ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.miz-footer-recommend .miz-footer-tab-second-level ul li {
  padding: 0 14px;
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.miz-footer-recommend .miz-footer-tab-second-level ul li.active,
.miz-footer-recommend .miz-footer-tab-second-level ul li:hover {
  color: #723fff;
}
.miz-footer-recommend .miz-footer-recommend-tags {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
.miz-footer-recommend .miz-footer-recommend-tags.active {
  display: flex;
}
.miz-footer-recommend .miz-footer-recommend-tags .miz-tag {
  padding: 4px 10px;
  color: #888;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.miz-footer-recommend .miz-footer-recommend-tags .miz-tag:hover {
  background: #eee;
  color: #3a3a3a;
}
/** 更多精彩 end **/
