/* @media (width <= 1350px) and (width > 1100px) */
@media (width < 1652px) and (width > 1314px) {
  .main{
    padding: 27px 150px !important;
  }
  .title_content{
    width: calc(100% - 300px) !important;
  }
  .nav_content{
    width: calc(100% - 300px) !important;
  }
  .bottom_content{
    width: calc(100% - 300px) !important;
  }
  .bottom_line{
    width: calc(100% - 300px) !important;
  }
  .bottom_bottom{
    width: calc(100% - 300px) !important;
  }
}
@media (width < 1314px) {
  .main{
    padding: 27px 35px !important;
  }
  .title_content{
    width: calc(100% - 70px) !important;
  }
  .nav_content{
    width: calc(100% - 70px) !important;
  }
  .bottom_content{
    width: calc(100% - 70px) !important;
  }
  .bottom_line{
    width: calc(100% - 70px) !important;
  }
  .bottom_bottom{
    width: calc(100% - 70px) !important;
  }
  .nav_right_search {
    width: 210px !important;
  }
  
}
@media (width < 1100px) {
  .month-box{
    width: 200px !important;
  }
}