.btm-box {
  padding: 30px 0;
  width: 100%;
  height: unset;
  background-color: #50565a;
  margin-top: 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btm-box .otherInfo-box {
  display: flex;
  color: #b1b1b1;
  margin-bottom: 20px;
}
.btm-box .otherInfo-box .item {
  color: #dcdcdc;
}
.btm-box .otherInfo-box .itemInfo + .itemInfo {
  margin-left: 30px;
}
.btm-box .status-box {
  display: flex;
  align-items: center;
  margin-top: unset;
  font-size: 14px;
  line-height: 15px;
}
.btm-box .status-box .status-child {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  color: #b1b1b1;
  padding: 0 15px;
  border-right: 1px solid #b1b1b1;
  text-decoration: none;
}
.btm-box .status-box .status-child img {
  width: 20px;
  margin-right: 5px;
}
.btm-box .status-box .status-child:last-child {
  border-right: none;
}
.head-nav-bar {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 100%;
  background-image: url(../img/topBg.png);
  background-size: cover;
  background-position: center bottom;
}
.head-nav-bar .head-Nav {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.head-nav-bar .head-Nav .topImg {
  height: 70px;
  margin-bottom: 10px;
}
.head-nav-bar .head-Nav .topImg img {
  height: 100%;
}
.head-nav-bar .head-Nav .topTxt {
  height: 35px;
  margin-bottom: 10px;
  margin-left: 200px;
}
.head-nav-bar .head-Nav .topTxt img {
  height: 100%;
}
.head-nav-bar .head-Nav .login-btn {
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
