*{
    margin:0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: #2a6a75;
}
html{
    font-size: 13.33333333333333vw;
}
@media (min-width:750px) {
    html{
        font-size: 100px;
    }
}
.treewrapper{
    position: relative;
    height: 100%;
    width: 7.5rem;
    margin:0 auto;
    font-size: .24rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size:7.5rem 100%;
}
.main{
    position: relative;
    width: 7.5rem;
    padding-top: .5rem;
    padding-bottom: 1.23rem;
    height:100%;
    background-image: url('../images/bg_grass.png');
    background-repeat: no-repeat;
    background-size:7.5rem auto;
    background-position: center bottom;
    box-sizing: border-box;
}

.main .tree{
    width: 7.5rem;
    position: absolute;
    bottom: .9rem;
    left: 0;
}
.main .tree img{
    width: 7.5rem;
}
.main .wishbox{
    position: absolute;
    bottom: 4.8rem;
    left: 0;
    width: 7.5rem;
    height: 7.58rem;
}
.main.tree3 .wishbox{
    bottom: 4.8rem;
}
.main.tree2 .wishbox{
    bottom: 4.2rem;
}
.main.tree4 .wishbox,
.main.tree5 .wishbox{
    bottom: 4.4rem;
}
.main.tree6 .wishbox{
    bottom: 5rem;
}
.main .wishbox .wish{
    position: absolute;
    width: .89rem;
    height: 2.4rem;
    cursor: pointer;
}
.main .wishbox .wish .icon_mine{
    position:absolute;
    left:0;
    top:.28rem;
    font-size:.2rem;
    color:#fff;
    width:.32rem;
    height:.32rem;
    border-radius:50%;
    overflow:hidden;
    text-align:center;
    line-height:.28rem;
    background-color:#da1520;
    border:.02rem solid #fff;
    box-sizing:border-box;
}
.main .wishbox .wish.wish_1{
    left: .8rem;
    top:.4rem;
}
.main .wishbox .wish.wish_2{
    left: 2.25rem;
    top:0;
}
.main .wishbox .wish.wish_3{
    left: 3.58rem;
    top:.1rem;
}
.main .wishbox .wish.wish_4{
    left: 4.7rem;
    top:.65rem;
}
.main .wishbox .wish.wish_5{
    left: 6.07rem;
    top:.83rem;
}

.main .wishbox .wish.wish_6{
    left: .26rem;
    top:2.65rem;
}
.main .wishbox .wish.wish_7{
    left: 1.54rem;
    top:2.23rem;
}
.main .wishbox .wish.wish_8{
    left: 2.73rem;
    top:2.34rem;
}
.main .wishbox .wish.wish_9{
    left: 3.93rem;
    top:2.84rem;
}
.main .wishbox .wish.wish_10{
    left: 5.2rem;
    top:2.93rem;
}
.main .wishbox .wish.wish_11{
   left: 6.51rem;
   top: 3.15rem;
}

.main .wishbox .wish.wish_12{
    left: 1rem;
    top:4.36rem;
}
.main .wishbox .wish.wish_13{
    left: 2.19rem;
    top:4.3rem;
}
.main .wishbox .wish.wish_14{
    left: 3.25rem;
    top:4.7rem;
}
.main .wishbox .wish.wish_15{
    left: 4.6rem;
    top:5.1rem;
}
.main .wishbox .wish.wish_16{
    left: 5.88rem;
    top:4.8rem;
}

.main .wishbox .wish img{
    width: 100%;
}
.main .treename{
    position: absolute;
    right: .38rem;
    bottom: 1.44rem;
    width: 1.88rem;
    height: 1.75rem;
    background: url('../images/direction.png') no-repeat left center;
    background-size: 1.88rem 1.75rem;
    text-align: center;
    line-height: .9rem;
    font-size: .32rem;
    color: #994d09;
}
/**左右摇摆**/
@-webkit-keyframes rotate{
    to{
        -webkit-transform: rotate(10deg);
    }
}
@-ms-keyframes rotate{
    to{
        -ms-transform: rotate(10deg);
    }
}
@-moz-keyframes rotate{
    to{
        -moz-transform: rotate(10deg);
    }
}
@-o-keyframes rotate{
    to{
        -o-transform: rotate(10deg);
    }
}
@keyframes rotate{
    to{
        transform: rotate(10deg);
    }
}
.clock1{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 3.5s ease-in-out alternate infinite;
    -ms-animation: rotate 3.5s ease-in-out alternate infinite;
    -moz-animation: rotate 3.5s ease-in-out alternate infinite;
    -o-animation: rotate 3.5s ease-in-out alternate infinite;
    animation: rotate 3.5s ease-in-out alternate infinite;
    position: relative;
}
.clock2{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 2.9s ease-in-out alternate infinite;
    -ms-animation: rotate 2.9s ease-in-out alternate infinite;
    -moz-animation: rotate 2.9s ease-in-out alternate infinite;
    -o-animation: rotate 2.9s ease-in-out alternate infinite;
    animation: rotate 2.9s ease-in-out alternate infinite;
    position: relative;
}
.clock3{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 3.2s ease-in-out alternate infinite;
    -ms-animation: rotate 3.2s ease-in-out alternate infinite;
    -moz-animation: rotate 3.2s ease-in-out alternate infinite;
    -o-animation: rotate 3.2s ease-in-out alternate infinite;
    animation: rotate 3.2s ease-in-out alternate infinite;
    position: relative;
}
.clock4{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 3.5s ease-in-out alternate infinite;
    -ms-animation: rotate 3.5s ease-in-out alternate infinite;
    -moz-animation: rotate 3.5s ease-in-out alternate infinite;
    -o-animation: rotate 3.5s ease-in-out alternate infinite;
    animation: rotate 3.5s ease-in-out alternate infinite;
    position: relative;
}
.clock5{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 3.8s ease-in-out alternate infinite;
    -ms-animation: rotate 3.8s ease-in-out alternate infinite;
    -moz-animation: rotate 3.8s ease-in-out alternate infinite;
    -o-animation: rotate 3.8s ease-in-out alternate infinite;
    animation: rotate 3.8s ease-in-out alternate infinite;
    position: relative;
}
.clock6{
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: block;
    width: 30px;
    height:192px;
    margin: 0 auto;
    background-size: 100% 100%;
    -webkit-animation: rotate 4.1s ease-in-out alternate infinite;
    -ms-animation: rotate 4.1s ease-in-out alternate infinite;
    -moz-animation: rotate 4.1s ease-in-out alternate infinite;
    -o-animation: rotate 4.1s ease-in-out alternate infinite;
    animation: rotate 4.1s ease-in-out alternate infinite;
    position: relative;
}