.header {
  width: 100%;
  /* height: 200px; */
  /* background-color: #ebd4d4; */
}

.header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1360px;
  height: 35px;
  margin: 0 auto;
}

.header-top-left {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.header-date {
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
  margin-right: 15px;
}

.header-weather {
  width: 300px;
  height: 35px;
  /* padding: 10px 0px; */
}

.header-rop-link {
  text-decoration: none;
  color: #fff;
}

.header-top-right {
  background-color: #406ff0;
  width: 200px;
  height: 35px;
  padding: 4px 10px;
  font-size: 18px;
}

.header-middle-color {
  background-color: #fff;
}

.header-middle {
  width: 1360px;
  height: 100px;
  margin: 0 auto;
  padding: 15px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-middle-logo {
  width: 230px;
  height: 70px;
  object-fit: fill;
  background-color: #FFF;
}

.header-middle-list{
  width: 920px;
  list-style: none;
  white-space: nowrap;
  padding: 0 50px;
  margin: 0 auto;
}

.header-middle-list a {
  color: #afafaf;
}

.middle-list-item {
  /* width: 120px; */
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  float: left;
  margin: 0 15px;
  position: relative;
}

.middle-list-item span {
  z-index: 0;
}

.middle-list-img {
  width: 198px;
  height: 198px;
  position: absolute;
  float: left;
  top: 20px;
  left: 0;
  z-index: 1;
  border: 1px dashed #6cff5e;
  display: none;
}

/* .middle-list-item:first-child{
  margin-left: 0px;
} */

.header-middle-search {
  width: 200px;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0px;
}

.header-middle-search .header-search-input{
  width: 180px;
  height: 36px;
  border-radius: 5px;
}

.header-middle-search .header-search {
  width: 20px;
  height: 20px;
  margin: 9px 0px;
  box-shadow: none;
  background: none;
  cursor: pointer;
}

.header-bottom {
  height: 40px;
  background-color: #BB0A1E;
}

.header-bottom-list{
  width: 1360px;
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0 auto;
}

.header-list-item{
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  float: left;
  margin: 0 20px;
}

.header-list-item:first-child{
  margin-left: 0px;
}

.header-bottom-list a {
  color: #f7f6f6;
}

.header-bottom-list a:hover {
  color: #FFF;
}
.header-bottom-list a:focus {
  color: #FFF;
}

/* .header-body img {
  width: 140px;
  height: 75px;
  float: left;
  box-shadow: 0px 0px 4px 4px #9292926e;
  background-color: #fff;
} */

/* .header-body-alt {
  float: right;
} */

/* .alt-content {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
} */

/* .alt-content img {
  width: 80px;
  height: 40px;
  object-fit: cover;
} */

/* .weather{
  display: flex;
  flex-direction: row-reverse;
  height: 70px;
  padding: 10px 0px;
} */

.footer{
  width: 100%;
  height: 180px;
  background-color: #3b3939;
  display: flex;
}

.footer-body{
  width: 1360px;
  padding: 18px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left{
  width: 740px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 14px;
  color: #d1cfcf;
}

.footer-left span {
  margin-top: 10px;
}

.footer-left span a{
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer-left span a:hover{
  color: #d60f26;
}

.footer-left > span > img {
  background:none;
}

.footer-right {
  width: 432px;
  display: flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
}

.footer-right-body {
  font-size: 14px;
  color: #b6b3b3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right-body span{
  margin-top: 10px;
}

.footer-img {
  width: 100px;
  height: 100px;
}