body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  min-width: 1200px;
  overflow: auto;
  position: relative;
  scroll-behavior: smooth;
}
#body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 142px;
}
body * {
  margin: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
.header {
  width: 100%;
  height: 42px;
  background: rgba(228, 29, 50, 1);
}
#header {
  height: 42px;
}
.header .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .content div:nth-child(1) {
  font-size: 14px;
  color: #fff;
  line-height: 42px;
}
.header .content div:nth-child(2) img {
  width: 12px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.header .content div:nth-child(2) span {
  font-size: 14px;
  color: #fff;
  line-height: 42px;
}
#headerBar {
  background-color: #000001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
#headerBar img {
  width: 152px;
  height: 22px;
  margin-right: 180px;
}
#headerBar a {
  text-decoration: none;
}
#headerBar p:hover {
  background-color: #e41d32;
  color: rgba(255, 255, 255, 1);
  transition-duration: 0.5s;
}
#headerBar p {
  color: #ff9d03;
  font-size: 12px;
  line-height: 62px;
  padding: 0 12px;
  transition-duration: 0.5s;
}
#headerBar .selected {
  background-color: #e41d32;
  color: rgba(255, 255, 255, 1);
}
#footer {
  height: 100px;
}
.footer {
  width: 100%;
  height: 142px;
  background: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
}
.footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #85929a;
}
.footer .content div .footerLoge {
  width: 130px;
  height: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.footer .content div:nth-child(1) p:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer .content div:nth-child(1) p:nth-child(1) span:nth-child(1) {
  margin-left: 39px;
}
.footer .content div .jh_icon {
  width: 14px;
}
.footer .content div:nth-child(2) {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.footer .content div:nth-child(2) img{
  width: 90px;
  margin: 0 auto;
}
.footer .content div:nth-child(2) span{
  font-size: 12px;
  color: #85929a;
  margin-top: 5px;
}
