 /* Set the background color of body to tan    ==    x-993px*/

body,
html {
    padding: 0;
    margin: 0;
    background: #fbf1d2;
    width: 100vw;
    height: 100vh;
    font-family: system-ui;
    font-size: 16px;
}
 
.jiaby{
width:80%;
margin:0px auto;


}
.loha div{
width:50%;
display:inline;
}


.logo{
font-size: 26px;
}
.menu div{
width:100px;
height:30px;
float:right;
}
.menu a{
text-decoration:none;
color:#000;
}

.menu a:hover{
color:#cc3300;
}

.fg{
float:left;
}
.fd{
float:right;
}

.ampi{
width:100%;
}


.mpika{
width:300px;
margin:0px 3%;
float:left;
}

.ampix{
width:100%;
}


.mpikax{
width:250px;
height: 300px;
float:left;
}

.dio{
clear:both;
}




/* ================================================================On screens that are 992px or less, set the background color to blue  ==  992-601px*/
@media screen and (max-width: 992px) {
  body {
    /*background-color: blue;*/
  }
  

  
  
  
}

/* ===================================================================On screens that are 600px or less, set the background color to olive     ==   600-ypx*/
@media screen and (max-width: 600px) {
  body {
    /*background-color: olive;*/
  }
}