@charset "utf-8";
.fl{float:left; display:inline;}
.fr {  display: inline; float: right;}

.c_meau{ width:221px; height:380px; position:fixed;  left:55%; margin-left:29%; bottom:-380px; display:none;}
.c_meau{ height:58%; bottom:-430px; display:block;}




#qfss1, #qfss2 {
    position: relative;
    float: left;
    width: 221px;
    height: 380px;
    margin: 0 -16px 0 -11px;
}

#qfss2 {
  float: left;
  width: 221px;
  height: 380px;
  position: fixed;
  left: 1%;
  margin: 0 -16px 0 -11px;
}

@media only screen and (max-width: 767px) {
  #qfss1 {
    display: none;
  }
  #qfss2 {
    display: none;
  }
}
