 html{
  font-size: calc(100vw /120);
 }
 
img{
  object-fit: cover
}
 /* 鐓х墖鍙樺寲浜や簰鍏叡绫 */
 .Imgpadding:hover {
  transform: scale(1.03);
  transition: transform 0.7s ease-out 0s;
}
 /* 鍥剧墖澶у皬鍏叡绫 */
 .Img{
   height: 100%;
   width: 100%;
 }
 a{
   text-decoration: none;
   color: #fff;
   cursor: pointer;
 }
 a:hover{
  color: #4DA3D4;
 }
 @media (min-width: 1920px) {
   html{
    font-size: 16px !important;
   }
 }
 @media (max-width: 996px) {
  html body div{
    overflow-x: hidden;
  }
  html body div::-webkit-scrollbar{
    width: 0px !important;
    display: none;
  }
  .margin{
    margin-top: 10px;
  }
  
}