.float_layer {
    border: 1px solid #aaaaaa;
    display: none;
}

.float_layer h2 {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: url(title_bg.gif) repeat-x;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
}

.float_layer .min {
    width: 21px;
    height: 20px;
    background: url(min.gif) no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 25px;
}

.float_layer .min:hover {
    background: url(min.gif) no-repeat 0 0;
}

.float_layer .max {
    width: 21px;
    height: 20px;
    background: url(max.gif) no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 25px;
}

.float_layer .max:hover {
    background: url(max.gif) no-repeat 0 0;
}

.float_layer .close {
    width: 21px;
    height: 20px;
    background: url(close.gif) no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 3px;
}

.float_layer .close:hover {
    background: url(close.gif) no-repeat 0 0;
}

.float_layer .content2 {
    height: 283px;
    width: 400px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.float_layer .wrap2 {
    padding: 0
}

aside.services {
    z-index:999999;
    position: fixed;
}
/*pt遊戲飄窗*/
aside.pt-left {
    top: 100px;
}
aside.pt-left ul {
    width: 140px;
    padding-bottom: 10px;
    text-align: center;
    background: -webkit-linear-gradient(#5f1652, #1c0619);
    background: linear-gradient(#5f1652, #1c0619);
}
aside.pt-left ul>li {
    position: relative;
    width: 120px;
    height: 136px;
    margin: 15px auto 7px;
    background-size: contain;
}
.pt-left .pt_title {
    width: 100%;
    height: 125px;
    background: url('../images/pt_left/pt.png') no-repeat;
}
.pt-left ul>li.r01 {
    background: url('../images/pt_left/01.png') no-repeat;
    background-size: contain;
}
.pt-left ul>li.r02 {
    background: url('../images/pt_left/02.png') no-repeat;
    background-size: contain;
}
.pt-left ul>li.r03 {
    background: url('../images/pt_left/03.png') no-repeat;
    background-size: contain;
}
.pt-left .pt_close {
    width: 100%;
    height: 45px;
    background: url('../images/pt_left/close.png') no-repeat;
}
.pt-left ul li .game-name {
    position: absolute;
    bottom: 2px;
    width: 100%;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.pt-left ul a.game-sub-btn {
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    background: #5a43b5;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
    text-decoration: none;
}
.pt-left ul a.game-sub-btn:hover {
    border: 1px solid #5a43b5;
    background: #fff;
    color: #5a43b5;
}
.pt-left ul li .elenew-game-sub-jp {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    background: url(../images/pt_left/bg_black.png);
}
.pt-left ul li .jackpot {
    background: url(../images/pt_left/game_jackpot_m.png) 3px 4px no-repeat;
    height: 20px;
}
.pt-left ul li .jp_span {
    line-height: 20px;
    color: #FF3300;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width:1280px){
    aside.pt-left {
        top: 70px;
    }
    aside.pt-left ul {
        width: 120px;
        padding: 1px 0 10px;
    }
    aside.pt-left ul>li {
        position: relative;
        width: 100px;
        height: 116px;
    }
    .pt-left .pt_title {
        height: 111px;
        background-size: contain;
    }
    .pt-left .pt_close {
        height: 39px;
        background-size: contain;
    }
    .pt-left ul li .jp_span {
        font-size: 11px;
    }
}
/*pt遊戲飄窗end*/

@media screen and (min-width:1280px) and (max-width:1700px){
    aside.services {
        top: 80px
    }
}
@media screen and (max-width:1280px){
    aside.services {
        top: 70px
    }
}