.fixed-menu{
  position: fixed;
  text-align: center;
  font-size: 14px;
  top: 70px;
  left: 95%;
  
}
.fixed-menu li{
  margin-bottom: 10px;
}


section .container{
  width: 1280px;
  margin: auto;
  padding-top: 30px;
}
section .container .year,
section .container .nav ul{
  width: 365px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
section .container .year h2{
  font-size: 45px;
}
section .container .year button{
  font-size: 40px;
  border: none;
  background-color: white;
  cursor: pointer;
}
section .container .nav{
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
section .container .nav ul{
  margin-right: 0;
}
section .container .nav img{
  padding: 30px 5px 0 5px;
}
section .container .m-date{
  width: 365px;
  height: 200px;
  margin: 200px auto;
  text-align: center;
}
