.SuspendedBall {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*z-index:; !*最高的层级*!*/
    top: 30px;
    left: 0px;
    display: none;
}

.SuspendedBall > div {
    width: 60px;
    height: 60px;
    /*background: #fff;*/
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*filter: alpha(opacity=80);*/
    /*-moz-opacity: 0.8;*/
    /*opacity: 0.8;*/
    background-image: url("http://staticbase.iskywan.com/h5/image/hdpi/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: 50%;
    background-position-y: 50%;
}

@media screen and (max-width: 500px) {
    .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:;*/
    /*-moz-animation-iteration-count:; !* Safari 和 Chrome *!*/
    /*-webkit-animation-iteration-count:; !* 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:;*/
    /*-moz-animation-iteration-count:; !* Safari 和 Chrome *!*/
    /*-webkit-animation-iteration-count:; !* 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% - 40px);
        left: -webkit-calc(100% - 40px);
        left: -moz-calc(100% - 40px);
    }
}

@-webkit-keyframes SuspendedBallToRight {
    100% {
        left: calc(100% - 40px);
        left: -webkit-calc(100% - 40px);
        left: -moz-calc(100% - 40px);
    }
}

@-moz-keyframes SuspendedBallToRight {
    100% {
        left: calc(100% - 40px);
        left: -webkit-calc(100% - 40px);
        left: -moz-calc(100% - 40px);
    }
}

.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;*/
    /*top: 25%;*/
    /*width:94%;*/
    /*margin-left: 3%;*/
    /*height: 50%;*/
    /*display: none;*/
/*}*/

@media screen and (orientation: portrait) {
    .BallBox {
        position: fixed;
        top: 25%;
        width: 100%;
        height: 75%;
        display: none;
    }
}

@media screen and (orientation: landscape) {
    .BallBox {
        position: fixed;
        top: 25%;
        width:94%;
        margin-left: 3%;
        height: 50%;
        display: none;
    }
}

.BallBox > .Bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url("../images/hdpi/");*/
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 50% 50%;
    /*filter: alpha(opacity=30);*/
    /*-moz-opacity: 0.3;*/
    /*opacity: 0.3;*/
}

.BallBox > .BallBoxInfo {
    position: absolute;
    /*z-index:;*/
    width:100%;
    height:100%;
    background-color: #e5e5e5;
    border-radius: 10px;
    /*overflow:hidden;*/
}
#sd_header{
    height: 12%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: #FF9604;
}
#sd_content{
    height: 76%;
    background: #e5e5e5;
}
#sd_main{
    overflow:hidden;
}

*{
    margin: 0;
    padding: 0;
}
#sd_bar{
    width: 100%;
    background: #ffffff;
}
ul,li{
    list-style: none;
}
ul{
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
li{
    /*height:100%;*/
    line-height: 34px;
    font-size:16px ;
    width:85px;
    text-align: center;
    background: #ffffff;
    /*margin-right: 5px;*/
    display: inline-block;
}
ul::-webkit-scrollbar {
    display:none
}
