.SuspendedBall {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
    z-index: 999; /*最高的层级*/
    top: 100px;
    left: 0px;
    background-image: url("../xuanfuqiu.png");
    background-size: 100% auto;
    display: none;
}

    .SuspendedBall > div {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;

        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position-x: 50%;
        background-position-y: 50%;
    }

@media screen and (max-width: 1025px) {
    .SuspendedBall {
        display: block;
    }
}


@keyframes SuspendedBallToLeft {
    100% {
        left: 0px;
    }
}

@-webkit-keyframes SuspendedBallToLeft {
    100% {
        left: 0px;
    }
}

@-moz-keyframes SuspendedBallToLeft {
    100% {
        left: 0px;
    }
}


.ToLeft {
    animation: SuspendedBallToLeft 1s normal;
    -moz-animation: SuspendedBallToLeft 1s normal; /* Firefox */
    -webkit-animation: SuspendedBallToLeft 1s normal; /* Safari 和 Chrome */
    animation-iteration-count: 1;
    -moz-animation-iteration-count: 1; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes SuspendedBallToTop {
    100% {
        top: 0px;
    }
}

@-webkit-keyframes SuspendedBallToTop {
    100% {
        top: 0px;
    }
}

@-moz-keyframes SuspendedBallToTop {
    100% {
        top: 0px;
    }
}


.ToTop {
    animation: SuspendedBallToTop 1s normal;
    -moz-animation: SuspendedBallToTop 1s normal; /* Firefox */
    -webkit-animation: SuspendedBallToTop 1s normal; /* Safari 和 Chrome */
    animation-iteration-count: 1;
    -moz-animation-iteration-count: 1; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes SuspendedBallToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

@-webkit-keyframes SuspendedBallToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

@-moz-keyframes SuspendedBallToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

.ToBottom {
    animation: SuspendedBallToBottom 1s normal;
    -moz-animation: SuspendedBallToBottom 1s normal; /* Firefox */
    -webkit-animation: SuspendedBallToBottom 1s normal; /* Safari 和 Chrome */
    animation-iteration-count: 1;
    -moz-animation-iteration-count: 1; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes SuspendedBallToRight {
    100% {
        left: calc(100% - 50px);
        left: -webkit-calc(100% - 50px);
        left: -moz-calc(100% - 50px);
    }
}

@-webkit-keyframes SuspendedBallToRight {
    100% {
        left: calc(100% - 50px);
        left: -webkit-calc(100% - 50px);
        left: -moz-calc(100% - 50px);
    }
}

@-moz-keyframes SuspendedBallToRight {
    100% {
        left: calc(100% - 50px);
        left: -webkit-calc(100% - 50px);
        left: -moz-calc(100% - 50px);
    }
}

.ToRight {
    animation: SuspendedBallToRight 0.5s normal;
    -moz-animation: SuspendedBallToRight 0.5s normal; /* Firefox */
    -webkit-animation: SuspendedBallToRight 0.5s normal; /* Safari 和 Chrome */
    animation-iteration-count: 1;
    -moz-animation-iteration-count: 1; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1; /* Safari 和 Chrome */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}



.BallBox {
    position: fixed;
    z-index: 999;
    top: 0;
    left:-100%;
    width:99%;
    border-radius: 10px;
    height: 100%;

}
 .BallBox > .Bg {
        position: absolute;
        z-index: 998;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    .BallBox > .BallBoxInfo {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    ._tianyuyou_whole_right{
	background: rgba(2,2,2,1);
	width:100%;
	height: 100%;
  position: relative;
}
._tianyuyou_whole_right_con {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom:.75rem;
}
._tianyuyou_whole_right_con a {
    display: inline-block;
}
._tianyuyou_whole_right_con p{
	margin-top:0.6rem;
	color:#fff;
	font-size:0.7rem;
}
._tianyuyou_whole_right_con :last-child{
  margin-bottom: 0;
}
.close_win {
    width: 2rem;
    height: 2rem;
    background: url(../img/shouqi.png) 0 0px;
    background-size:  100% 100%;
}

._tianyuyou_leftLi1 {
     width: 2rem;
    height: 2rem;
    background: url(../img/cur1.png) 0 0px no-repeat;
    background-size:  100% 100%;
}

._tianyuyou_leftLi2 {
     width: 2rem;
    height: 2rem;
    background: url(../img/cur2.png) 0 0px no-repeat;
    background-size:  100% 100%;
}

._tianyuyou_leftLi3 {
    width: 2rem;
    height: 2rem;
    background: url(../img/cur3.png) 0 0px no-repeat;
    background-size:  100% 100%;
}

._tianyuyou_leftLi4 {
     width: 2rem;
    height: 2rem;
    background: url(../img/cur4.png) 0 0px no-repeat;
    background-size:  100% 100%;
}
._tianyuyou_leftLi5 {
     width: 2rem;
    height: 2rem;
    background: url(../img/cur5.png) 0 0px no-repeat;
    background-size:  100% 100%;
}
