body{
background-color: #ffd15b;
overflow-x: hidden;
/*perspective:5000px;*/
}
html{
}
*{
cursor:url(https://i3.tietuku.com/6c4a4947b20f0747.png),default;
/*cursor:url(https://i3.tietuku.com/a6b4174988fcca8b.png),default;*/
/*color:#FEFDCE;*/
}
#home{
background-image:url(https://s1.hao123img.com/res/r/image/2013-08-02/3b0580b8e6b85582fd2f873fa2c27d0b.jpg);
/*background-image:url(https://i2.tietuku.com/a93e783a923583e6.jpg);
 background-attachment: fixed;
background-size:100% 100%;*/
background-color: #ffd15b;
animation:myfirst 5s;
overflow:auto;
-moz-animation:myfirst 5s; /* Firefox */
/*-webkit-animation:myfirst 3s;*/ /* Safari and Chrome */

            -webkit-animation:myfirst 0.25s;
            -webkit-animation-direction:alternate;
            -webkit-animation-iteration-count:2;
-o-animation:myfirst 5s; /* Opera */
}

@keyframes myfirst
{
            to{transform:rotateY(90deg);}
            from{transform:rotateY(0deg);}
}

@-moz-keyframes myfirst /* Firefox */
{
            to{-moz-transform:rotateY(90deg);}
            from{-moz-transform:rotateY(0deg);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
/*0% {left:-100%;}
20% {left:25%;}
40% {left:-15%;}
60% {left:7%;}
80% {left:-3%;}
100% {left:0%;}*/
/*to{-webkit-transform:rotateY(0deg);}
from{-webkit-transform:rotateY(360deg)}*/

            to{-webkit-transform:rotateY(90deg);}
            from{-webkit-transform:rotateY(0deg);}
}

@-o-keyframes myfirst /* Opera */
{
            to{-o-transform:rotateY(90deg);}
            from{-o-transform:rotateY(0deg);}
}


/*
#mainContent .forFlow{border: transparent 0px solid;
color:#FEFDCE;}
#navList a{border: transparent 0px solid;}
.forFlow{background-color: rgba(255, 166, 166, 0);border: transparent 0px solid;
color:#FEFDCE;}
#main *{background-color: rgba(255, 166, 166, 0);border: transparent 0px solid;
color:#FEFDCE;}
#leftcontentcontainer *{background-color: rgba(255, 166, 166, 0);border: transparent 0px solid;
color:#FEFDCE;}
#profile_block{background-color: rgba(255, 166, 166, 0);border: transparent 0px solid;
color:#FEFDCE;}
#mainContent .forFlow{
background-color: rgba(255, 255, 255, 0.35);}
        #topics .postTitle a
        {
            color:#FEFDCE;
        }*/