
.sdw-copy-right {
    margin: .625rem 0;
    margin-top: 1.25rem;
    width: 100%;
    font-size: 9px;
    line-height: 1.2;
    color: #6c7583;
    text-align: center
}
.footer-bg {
    background: linear-gradient(180deg,rgba(43,50,61,0),rgba(13,14,16,.001) 10%,rgba(43,50,61,.45) 40%,rgba(43,50,61,.66) 60%,#2b323d)
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .bottom-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    height: 4.0625rem;
    position: relative
}

.footer .icon {
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 3.125rem;
    height: 2.71875rem;
    top: .46875rem;
    -webkit-transform: translateX(-50%) scale(.7);
    transform: translateX(-50%) scale(.7)
}

.footer .icon,.footer .light {
    display: block;
    position: absolute;
    left: 50%
}

.footer .light {
    width: 3.96875rem;
    height: 1.78125rem;
    background: url(../images/light.png) 0 0/100%;bottom: -.15625rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer .icon-select {
     background: url(../images/game.png) 0 0/100%
}

.footer .icon-main {
    background: url(../images/main.png) 0 0/100%
}

.footer .icon-rank {
    background: url(../images/rank.png) 0 0/100%
}
.footer .icon-shop {
    background: url(../images/shop.png) 0 0/100%
}
.footer .icon-task {
    background: url(../images/game.png) 0 0/100%
}

.footer .icon-me {
    background: url(../images/me.png) 0 0/100%
}

.footer .title {
    position: absolute;
    bottom: .3125rem;
    width: 100%;
    font-size: .5625rem;
    height: .625rem;
    line-height: .625rem;
    text-align: center;
    color: #fff
}

.gift-bg-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2222;
    display:none;
}

.gift-bg-container .gift-cover {
    width: 20.53125rem;
    height: 17.75rem;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background: url(../images/gift-bg-cover.png) 0 0/100%;
}

.gift-bg-container .game-code {
    width: 100%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 8rem;
    left: 0;
}

.gift-bg-container .goto-game-btn {
    width: 8.75rem;
    height: 2.3125rem;
    background: url(../images/go-to-game.png) 0 0/100%;
    position: absolute;
    left: 50%;
    bottom: 3.125rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.show-tip{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: none;
    margin: -100px 0 0 -40%;
    /*padding-top: 16px;*/
    width: 80%;
    border-radius: 20px;
    background: #fff;
    opacity: .94;
    color: #000;
    padding:16px 10px;

}

.show-tip .tips-content{
    font-size:14px;

}
.show-tip .tip-bind{

    text-align: center;
    padding-top:20px;

}
.show-tip .tip-bind button{

    border:0px;
    padding:7px 7px;
    border-radius: 10px ;
    margin-right:50px;
    color:white;
    vertical-align: middle;
    background: #189aed;
}
.sign_popup {
    width: 140px;
    height: 100px;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -70px;
    border-radius: 10px;
    z-index: 3022;
    display: none;
}

.sign_popup h1 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.sign_popup h2 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.sign_popup h2 i {
    font-size: 25px;
    color: #fa6f2a;
    font-style: normal;
    font-weight: normal;
    vertical-align: sub;
    padding-right: 3px;
}