html{height: 100%}
body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	background-image: url("../../bg/1.jpg");
	width:100%;
    height:100%;
	background-size:cover;
	background-repeat: no-repeat;
    background-position: center;
}

a {
    text-decoration: none;
}
a:hover{color: #fff}
#content { width: 100%; height: 120%; overflow: hidden; position: absolute; z-index: 1; } 
.loading { z-index:1000; background-color:#FFF; position:fixed; width:100%; height:100%; } 
.footer { z-index:40; margin-right:20%; margin-left:20%; text-align:center; width:60%; heiget:2px; background-color:#FFFFFF; 
    position:absolute; bottom:0; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.img-left:hover .button-left {
    opacity: 1;
}

.img-right:hover .button-right {
    opacity: 1;
}

.buttons {
    position: fixed;
    z-index: 21;
    height: 7rem;
    width: 100%;
    bottom:  10%;
    background-color: rgba(0, 0, 0, 0.4);
}

.button-left,
.button-right {
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 2.5em;
    position: relative;
    line-height: 7rem;
    height: 7rem;
    z-index: 99;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 6px;
}

.button-left:hover{
    background-color: rgba(140, 230, 255, 0.35);
}
.button-right:hover {
    background-color: rgba(250, 250, 100, 0.35);
}

.button-left {
    float: left;
    margin-left: 10%;
}

.button-right {
    float: right;
    margin-right: 10%;
}

.soll {
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
}



@media screen and (max-width: 2240px) {
    .button-left,
    .button-right {
        font-size: 3.5em;
        line-height: 9rem;
        height: 9rem;
        padding-left: 3.5rem;
    padding-right: 3.5rem;
    }
    .buttons {
        height: 9rem;
    }
    .button-left {

        margin-left: 15%;
    }

    .button-right {

        margin-right: 15%;
    }
}

@media screen and (max-width: 1600px) {
    .button-left,
    .button-right {
        font-size: 2.5em;
        line-height: 7rem;
        height: 7rem;
    }
    .buttons {
        height: 7rem;
    }
    .button-left {

        margin-left: 10%;
    }

    .button-right {

        margin-right: 10%;
    }
}

@media screen and (max-width: 800px) {
    .button-left,
    .button-right {
        font-size: 1.5rem;
        height: 5rem;
        line-height: 5rem;
        padding-left: 1.5rem;
    padding-right: 1.5rem;
    }
    .buttons {
        height: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .button-left,
    .button-right {
        padding-left: 1rem;
    padding-right: 1rem;
        font-size: 1rem;
        height: 4rem;
        line-height: 4rem;
    }
    .buttons {
        height: 4rem;
    }
    .button-left {
        margin-left: 5%;
    }

    .button-right {

        margin-right: 5%;
    }
}

#sakura { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
.snowRoll { position: absolute; opacity: 0; -webkit-animation-name: sakura; -webkit-animation-duration: 20s; -moz-animation-name: sakura; -moz-animation-duration: 20s; height: 80px; }
@-webkit-keyframes sakura 
{  
	0% 
	{
		bottom: 100%;
	}
	50% 
	{
		-webkit-transform: rotate(100deg); opacity:0.5;
	}
	100%
	{
		-webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px); opacity:0;
	}
}
@-moz-keyframes sakura
{  
	0%
	{
		bottom: 100%;
	}
	50%
	{
		-moz-transform: rotate(100deg); opacity:0.5;
	}
	100%
	{
		-moz-transform: rotate(0deg) translate3d(50px, 50px, 50px); opacity:0;
	}
}

.spinner {
  width: 80px;
  height: 80px;
  background-color: #66CCFF;
 
  margin: 200px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
 
@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
 
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


#bg
            {
                position: fixed;
                z-index: -1;
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                opacity: 0;
                transition:opacity 0.5s;
                background-size: cover;
                background-attachment: fixed;
                background-position: center;
                background-repeat: no-repeat;
            }


            .menu {
    position: fixed;
    top: 20px;
    left: auto;
    right: 20px;
    display: flex;
    z-index: 10;
    justify-content: space-between; width: 100%;
}
.menu .group{width: 100%;}

.menu .group .item {
    color: #696969;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s; color: #696969;
}

.menu .group .search-box {
    width: 0;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    line-height: 1.5;
    box-shadow: inset rgba(105, 105, 105, 1) 0 -1px 0 0;
    padding: 0 0 2px;
    outline: none;
    font-size: 0.9rem;
    background-color: transparent;
    color: white;
    transition: all 0.5s;color: #696969;
}
.menu .search{display: inline-block;}
.menu .bt{border-radius: 3px; display: none; border: solid 1px #696969; }

form.login {
    
     width: 100%; 
     margin:0 auto; 
     text-align: right; 
}