.bj	{
    background: #e8e7e7 url(../images/index-bj.png) no-repeat 50% top;
}

.content {}

.content header {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
/* 小轮播 */
.content header .slideshow {
    width: 669px;
    background-color: #000;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content header .slideshow ul {
    width: 400%;
    overflow: hidden;
    position: absolute;
}

.content header .slideshow ul li {
    width: 25%;
    height: 300px;
}

.content header .slideshow ol {
    width: 66px;
    position: absolute;
    bottom: 8px;
    left: 45%;
    display: flex;
    justify-content: space-between;
}

.content header .slideshow ol li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #666;
    cursor: pointer;
}

.content header .slideshow ol .hover_bj {
    background-color: #fff;
}

/* tab栏 */
.content header .discounts {
    width: 421px;
    background-color: #de8739;
    height: 100%;
    border: 1px solid #de8739;
}

.content header .discounts .discounts_top {
    height: 45px;
    margin-left: 12px;
    color: #fff;
    line-height: 45px;
    width: 395px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #f4ae6f;
}

.content header .discounts .section {
    height: 255px;
    width: 395px;
    margin-left: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}

.content header .discounts .discounts_top span.hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
/*最新优惠*/
.content header .discounts .new {
    /*margin-top: 10px;*/
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    /*padding-left: 30px;*/
}

.content header .discounts .new li {
    position: relative;
    border-bottom: 1px solid #f4ae6f;
}

.content header .discounts .new li a {
    color: #fafafa;
    line-height: 40px;
    margin-left: 24px;
}

.content header .discounts .new li:hover {
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    background: #f4ae6f;
}

.content header .discounts .new li::before {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 8px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

/*热门游戏*/
.discounts .game {
    display: none;
    flex-wrap: wrap;
}

.discounts .game a {
    display: flex;
    justify-content: center;
}

.discounts .game li {
    width: 50%;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discounts .game li:hover {
    transform:scale(1.1);
    /*background: #333;*/
}

.discounts .game div[class^="game-"] {
    width: 130px;
    height: 96px;
    color: #fff;
    font-size: 12px;
    display: flex;
    position: relative;
}

/*.discounts .game .game-1 {
    background: url('../images/bb.png') no-repeat center top;
}

.discounts .game .game-2 {
    background: url('../images/mg.png') no-repeat center top;
}

.discounts .game .game-3 {
    background: url('../images/pt.png') no-repeat center top;
}

.discounts .game .game-4 {
    background: url('../images/jdb.png') no-repeat center top;
}

.discounts .game .game-5 {
    background: url('../images/by.png') no-repeat center top;
}

.discounts .game .game-6 {
    background: url('../images/ky.png') no-repeat center top;
}*/

.discounts .game div[class^="game-"] span {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px;
    width: 100%;
    background: #f4ae6f;
    position: absolute;
    bottom: 0;
}

.discounts .game div[class^="game-"]:hover span {
    /*color: #eab411;*/
}

/* 热门活动图片 */
.content .foot {
    width: 1100px;
    /*margin-bottom: 40px;*/
}
.content .foot b {
    line-height: 30px;
    padding-left: 25px;
    background: url('../images/hot.png') no-repeat left center;
}

.content .foot .activity {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.content .foot .activity a {
    margin-right: 25px;
}
.content .foot .activity a:nth-child(3n+3) {
    margin-right: 0;
}

.content .foot .activity div {
    width: 350px;
    height: 165px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.content .foot .activity div img {
    position: absolute;
    transition: all 0.5s;
}

.content .foot .activity div:hover img {
    transform: scale(1.1);
}

.content .foot .activity div span {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height:36px;
    color: #fff;
    background-color: rgba(222, 135, 57, 0.7);
    text-align: center;
    font-size: 16px;
}

/*一直闪*/
#syncData {
    animation-iteration-count: infinite;
}
