.lodingbox{height: 100vh; background-color: #fff; background-image:url('homebg1.jpg'); width: 100%; position: absolute; z-index: 9998;
        background-size:  cover; background-position: top center;        
                animation: sky 20s linear infinite;}
				 @keyframes sky {
				                0% {
				                   transform: scale(1);
				                }
				                50% {
				                 transform: scale(1.1);
				                }
				                100% {
				                   transform: scale(1);
				                }
				            }
 .cloud_one {
                 width: 300%;
                 height: 488px;
                 margin: -30px auto;
                 background: url(y1.png) repeat-x;
                 position: fixed;
                 left: 0;
                 top: 0;
                 animation: cloud 40s linear infinite;z-index: 9999; opacity: 0.4;
             }
             .cloud_two {
                 width: 300%;
                 height: 488px;
                 margin: 30px auto;
                 background: url(y2.png) repeat-x;
                 position: fixed;
                 left: 0;
                 top: 0;
                 animation: cloud 80s linear infinite;z-index: 9999;opacity: 0.2;
             }
             .cloud_three {
                 width: 300%;
                 height: 488px;
                 margin: 90px auto;
                 background: url(y3.png) repeat-x;
                 position: fixed;
                 left: 0;
                 top: 0;
                 animation: cloud 120s linear infinite;z-index: 9999;opacity: 0.3;
             }
             @keyframes cloud {
                 from {
                     left: 0;
                 }
                 to {
                     left: -200%;
                 }
             }
 
 .gobox{width:100%; height:100%;  position: fixed; right: 0; bottom: 0;z-index: 99999; display: block; background: rgba(0,0,0,0.5); }
 .goloding{padding:30% 0 0 0;text-align: center; }
  .gobox a:link,.gobox a:visited{display: block;}
  
  .myAudiobox{
	  /* width:40px; height:40px; */
	   width:1px; height:1px; opacity: 0;
	   position: fixed; left:10px; top:10px;z-index: 9999;}
   .myAudiobox a{display: block;width:40px; height:40px;}
 .myAudio0{ background: url(music_close.png) no-repeat; background-size: 100%; width: 1px; overflow: hidden;}
   .myAudio1{ background: url(music.png) no-repeat; background-size: 100%; animation: Audio1 10s linear infinite;width: 1px; overflow: hidden;} 
   .myAudiobox a span{display: none;}
   @keyframes Audio1 {
       from {
          transform: rotate(0deg);
       }
       to {
           transform: rotate(360deg);
       }
   }
   
   .homect{ position: absolute !important; width: 728px!important; height: 550px!important; left: 50%!important; top:50%!important; transform: translate(-50%,-50%)!important; z-index: 9999!important;background-image:url('homect.png')!important;background-size: 100%!important; background-color: unset!important;}
   @media (max-width: 600px) {
      .lodingbox{ background-image:url('homebg2.jpg');background-size: 100% 100%;
        
		/* background-image: linear-gradient(#6d2e26, #953f24); */
        background-repeat: no-repeat;
        background-position: center;;}
   }
  