/* 标题 在 小于460px 尺寸下字号 */
/* 底部 */
.bottom-wrap {
  width: 100%;
  background: #f3f3f3;
}
.beian,
.publicNetwork {
  margin-left: 20px;
}
.email {
  color: #666666;
}
.email:hover {
  color: #ed1c21;
}
.link-css {
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
}
.bottom-content2 {
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e9e9e9;
  color: #999999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom-content2 .supprt {
  margin-left: 20px;
}
.bottom-content2 .supprt a {
  color: #999999;
}
.bottom-content {
  max-width: 1240px;
  padding: 43px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bottom-content .content-item {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.bottom-content .content-item > .content-text {
  display: flex;
}
.bottom-content .content-item > .content-text .layout2 {
  display: none;
  margin-top: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.bottom-content .content-item > .content-text .layout2:hover {
  color: #ed1c21;
}
.bottom-content .content-item > .content-text .text-wrap {
  margin-right: 20px;
}
.bottom-content .content-item > .content-text .text-wrap > div {
  margin-top: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.bottom-content .content-item > .content-text .text-wrap > div:hover {
  color: #ed1c21;
}
.bottom-content .content-item .about-us-item {
  margin: 14px 0;
}
.bottom-content .content-title {
  color: #222222;
  font-size: 14px;
  white-space: nowrap;
}
.bottom-content .space-block {
  height: 20px;
}
.bottom-content .icon-list {
  display: flex;
  margin-top: 48px!important;
}
.bottom-content .icon-list > div {
  width: 36px;
  height: 36px;
  background: #afafaf;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
.bottom-content .icon-list > div .icon-img {
  width: 100%;
  height: 100%;
}
.bottom-content .icon-list > div:hover .icon-tk {
  display: block;
}
.bottom-content .icon-list .icon-tk {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  padding-top: 50px;
}
.bottom-content .icon-list .icon-tk .icon-sj {
  width: 20px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 50px;
}
.bottom-content .icon-list .icon-tk .icon-tk-content {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.bottom-content .icon-list .icon-tk .icon-tk-content .code-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .bottom-wrap {
    position: relative;
  }
  .bottom-content {
    display: flex;
    flex-direction: column;
  }
  .bottom-content .content-text {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom-content .content-text .layout2 {
    display: block!important;
    margin-bottom: 0!important;
    margin-right: 20px!important;
  }
  .bottom-content .content-text .layout1 {
    display: none!important;
  }
  .bottom-content .content-title {
    color: #333 !important;
    font-weight: 700;
    margin-top: 14px!important;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-content2 {
    height: auto!important;
    display: flex;
    flex-direction: column;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
  }
  .beian,
  .publicNetwork {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=footer.css.map */