body {
    background-image: url(/site/images/bg/bg_1.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:rgba(253, 236, 255, 0.3);
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
#footer{position:absolute;bottom:30px;left:-25px;z-index:-80;width:100%; text-align: center;}
#footer ul{list-style:none; text-align: center;}
#footer li{display: inline; position: relative; }

.footer1 {position:fixed; background: url(/site/images/maskot/bg.png) no-repeat center bottom; background-size: 100%; bottom:-20px;left:0px;z-index:-90;width:100%;height: 120px;}
.footer1 img {position:fixed; bottom:-20px;left:0px;z-index:-85; width: 21%;}
.footer1 div {left:20px;z-index:-95; text-align: left;}
.footer1 ul{list-style:none; text-align: left;}
.footer1 li{display: inline; position: relative; }

@media only screen and (max-width: 767px) {
    body {
      background-image: url(/site/images/bg/bg_1.jpg);
      background-position: center bottom;
      background-repeat: no-repeat;
    }
    
}