@media screen and (min-width: 979px) {
.smoothmenu_language{
    position: relative;
    display: inline-block;
  }
  .bottom-area .smoothmenu_language > ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bottom-area .smoothmenu_language > ul > li{
    position: relative;
    margin: 0;
  }
  .bottom-area .smoothmenu_language > ul > li > a{
    display: flex;
    align-items: center;    
    gap: 3px;
    padding:0;
    text-decoration: none;    
    cursor: pointer;
    justify-content: left;
  }
  .bottom-area .smoothmenu_language > ul > li > a::after{
    content: "▼";
    font-size: 0.7em;
    margin-left: 6px;
    color: #666;
    transition: transform 0.2s ease;
  }
  .bottom-area .smoothmenu_language > ul > li > a:hover{
    text-decoration: none;
  }
  .bottom-area .smoothmenu_language > ul > li > ul{
    position: absolute;
    top: 95%;
    left: 0;
    min-width: 124px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius:6px;
    z-index: 999;
  }
  .bottom-area .smoothmenu_language > ul > li > ul > li > a{
    display: block;
    padding: 5px 12px;
    color: #333;
    text-decoration: none;
  }
  .bottom-area .smoothmenu_language > ul > li > ul > li > a:hover{
    background: #f0f0f0;
  }
  .bottom-area .smoothmenu_language > ul > li:hover > ul{
    display: block;
  }
  .bottom-area .smoothmenu_language > ul > li:hover > a::after{
    transform: rotate(180deg);
  }}
@media screen and (max-width: 979px) {
.newtoplist{
    width: 98%;
    margin: 0;
    padding: 0 1%;
  }
.mobile_bottom{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    background: #eee;
    padding: 15px 0;
  }
  .mobile_bottom a{
    color: #666;
  }
  .bottom_info{
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .bottom_info li{
    margin: 0 4vw 0 0;
    display: inline;
  }}
  @media screen and (max-width: 1440px) {
  .bottom-area ul.the1{
    display: none;
  }
  .bottom-area ul{
    margin: 0 0 0 4%;
  }}

  .bottom-area1{
    min-width: 100px;
  }
  .bottom-area{
    height: auto;
    min-width: 100px;
    width: calc(100% - 10px);
    padding: 15px 5px 25px 5px;
  }
  #bottom{
  clear: both;
  margin: 20px 0 0 0;
  padding: 10px 0 1px 0;
  text-align: center;
  background: #fff;
  width: 100%;
  float: left;
  content-visibility: auto;
}
#bottom img{
  vertical-align: middle;
}
.bottom-area{
  max-width: 1190px;
  width: 100%;
  height: 190px;
  clear: both;
  margin: 0 auto;
}
.bottom-area ul{
  display: inline;
  float: left;
  margin: 0 0 0 7%;
  min-width: 155px;
  text-align: left;
}
.bottom-area ul.bottom-newstller{
  margin: 0;
  width: 227px;
}
.bottom-area ul a{
  color: #6e6361;
}
.bottom-area ul a:hover{
  text-decoration: underline;
}
.bottom-area ul.bottom-newstller li.the1{
  padding: 0 0 0 20px;
}
.bottom-area ul li.the1{
  font-weight: 600;
  font-size: 18px;
  background: none;
  line-height: 26px;
}
.bottom-area ul li{
  color: #6e6361;
  margin-top: 10px;
  font-size: 14px;
}
.bottom-area ul.the1 a{
  background: none;
  padding-left: 0px;
}
.bottom-area1{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  float: left;
}
.bottom-area1 svg{
  width: 2rem;height: 2rem
}
.index_body #bottom{
  box-shadow: 0 1px 3px #bcbcbc;
}
.bottom-area ul li.foot_social{
  background: none;
}
.foot_social a{
  margin-right: 20px;
}
.foot_social a:hover{
  color: #f31d1a;
}
.foot_social i{
  font-size: 28px;
}
.foot_social{
  margin: 10px 0;
}
.foot_social i.fa-facebook{
  background: #0866ff;
  color: #fff;
  border-radius: 20px;
  padding: 3px 9px;
}
.foot_social i.fa-x{
  background: rgb(15 20 25);
  border-radius: 20px;
  padding: 3px 1px;
  color: #fff;
}
.foot_social i.fa-rss{
  color: #fff;
  padding: 3px 6px;
  border-radius: 20px;
  background: #ff7a1a;
}
.email_input{
  font-size: 15px;
  width: 143px;
  margin: 10px 0 0 0;
  color: #777;
  background: none;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-right: none;
  border-left: none;
}
#mc-embedded-subscribe{
  background: #dc5b00;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 39px;
  margin: 23px 0 0 0;
  font-size: 16px;
  cursor: pointer;
}