.footercontent {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footercontent .bxmain {
  width: 1220px;
  display: flex;
}
.footercontent .bxmain .word {
  color: #FF8800;
  margin-bottom: 8px;
}
.footercontent .bxmain h1 {
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #f0f0f0;
  padding: 20px 0;
}
.footercontent .bxmain .infowebsite {
  display: flex;
  margin-bottom: 8px;
}
.footercontent .bxmain .infowebsite p {
  color: #7d8186;
  margin-right: 10px;
}
.footercontent .bxmain .infowebsite a {
  color: #afb1b3;
}
.footercontent .bxmain .infowebsite a:hover {
  color: #FF8800;
}
.footercontent .bxmain .infowebsitenav {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.footercontent .bxmain .infowebsitenav p {
  color: #7d8186;
  margin-right: 10px;
}
.footercontent .bxmain .infowebsitenav a {
  color: #afb1b3;
}
.footercontent .bxmain .infowebsitenav a:hover {
  color: #FF8800;
}
.footercontent .bxmain .wx {
  display: block;
  width: 111px;
  height: 111px;
  position: relative;
  left: 460px;
  top: 30px;
}
.footercontent .bxmain .tip {
  position: relative;
  left: 460px;
  top: 25px;
  font-size: 16px;
  color: #f0f0f0;
}
.footercontent .bxmain .tipp {
  position: relative;
  left: 460px;
  top: 32px;
  font-size: 14px;
  color: #f0f0f0;
}
.footercontent .bxinfo {
  width: 100%;
  background: #333;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footercontent .bxinfo .content {
  width: 1220px;
  color: #666;
}
.footercontent .bxinfo .content a {
  color: #666;
}
.footercontent .bxinfo .content a:hover {
  color: #FF8800;
}
