.GameActivitiesIcon {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*z-index:; !*鏈€楂樼殑灞傜骇*!*/
    top: 100px;
    left: 0px;
    display: block;
}

.GameActivitiesIcon > div {
    width: 45px;
    height: 45px;
    /*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) {
    .GameActivitiesIcon {
        display: block;
    }
}


@keyframes GameActivitiesIconToLeft {
    100% {
        left: 0px;
    }
}

@-webkit-keyframes GameActivitiesIconToLeft {
    100% {
        left: 0px;
    }
}

@-moz-keyframes GameActivitiesIconToLeft {
    100% {
        left: 0px;
    }
}

.ToLeft {
    animation: GameActivitiesIconToLeft 1s normal;
    -moz-animation: GameActivitiesIconToLeft 1s normal; /* Firefox */
    -webkit-animation: GameActivitiesIconToLeft 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 GameActivitiesIconToTop {
    100% {
        top: 0px;
    }
}

@-webkit-keyframes GameActivitiesIconToTop {
    100% {
        top: 0px;
    }
}

@-moz-keyframes GameActivitiesIconToTop {
    100% {
        top: 0px;
    }
}

.ToTop {
    animation: GameActivitiesIconToTop 1s normal;
    -moz-animation: GameActivitiesIconToTop 1s normal; /* Firefox */
    -webkit-animation: GameActivitiesIconToTop 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 GameActivitiesIconToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

@-webkit-keyframes GameActivitiesIconToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

@-moz-keyframes GameActivitiesIconToBottom {
    100% {
        top: calc(100% - 50px);
        top: -webkit-calc(100% - 50px);
        top: -moz-calc(100% - 50px);
    }
}

.ToBottom {
    animation: GameActivitiesIconToBottom 1s normal;
    -moz-animation: GameActivitiesIconToBottom 1s normal; /* Firefox */
    -webkit-animation: GameActivitiesIconToBottom 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 GameActivitiesIconToRight {
    100% {
        left: calc(100% - 100px);
        left: -webkit-calc(100% - 100px);
        left: -moz-calc(100% - 100px);
    }
}

@-webkit-keyframes GameActivitiesIconToRight {
    100% {
        left: calc(100% - 100px);
        left: -webkit-calc(100% - 100px);
        left: -moz-calc(100% - 100px);
    }
}

@-moz-keyframes GameActivitiesIconToRight {
    100% {
        left: calc(100% - 100px);
        left: -webkit-calc(100% - 100px);
        left: -moz-calc(100% - 100px);
    }
}

.ToRight {
    animation: GameActivitiesIconToRight 0.5s normal;
    -moz-animation: GameActivitiesIconToRight 0.5s normal; /* Firefox */
    -webkit-animation: GameActivitiesIconToRight 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;
}

.ActivitiesIconBox {
    position: fixed;
    width:94%;
    height: 37.5%;
    display: none;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ActivitiesIconBox > h1{
    text-align: center;
    margin-top: 10%;
    color: blue;
}
.ActivitiesIconBox > .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;*/
}

.ActivitiesIconBox > .ActivitiesIconBoxInfo {
    position: absolute;
    /*z-index:;*/
    width:100%;
    height:100%;
    background-color: #e5e5e5;
    border-radius: 0px;
    /*overflow:hidden;*/
}
#activities_header{
    height: 12%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: #FF9604;
}
#activities_content{
    height: 76%;
    background: #e5e5e5;
}
#activities_main{
    overflow:hidden;
}

*{
    margin: 0;
    padding: 0;
}
#activities_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
}

.close_Activities_click{
    float: right;
    font-size: 1.5em;
    margin: 0px 0px;
}

.get_gift_button{
    position: absolute;
    left: 30%;
    top: 73%;
    width: 40%;
    height: 10%;
}
@media screen and (max-height: 500px) {
    .ActivitiesIconBox {
        height: 70%;
        width: 50%;
    }
    /*.BallBox{*/
        /*top:10%;*/
        /*width: 80%;*/
        /*margin-left: 10%;*/
        /*height:80%;*/
    /*}*/
    .BallBox{
        top:0;
        width: 43%;
        margin-left: 0;
        height:100%;
    }
    .popup1{
        width: 50%;
    }
    .realnameIframe{
        width: 50%;
        height: 70%;
        margin-left:25%;
    }
}

@media screen and ( min-width: 900px ) and ( max-width:2000px) {
    .ActivitiesIconBox {
        height: 70%;
        width: 60%;
    }
    .BallBox{
        top:10%;
        width: 80%;
        margin-left: 10%;
        height:80%;
    }
    .popup1{
        width: 60%;
    }
    .realnameIframe{
        width: 50%;
        height: 60%;
        margin-left:20%;
    }
}
