.body-wrapper{
    margin-top: 155px;
    min-width: 1250px;
    background-color: #111111;
    position: relative;
}
.fish-wrap .game-bg {
    top: 155px;
    height: 100%;
    background-color: #041C40;
}
.main{
    padding-bottom: 20px;
}
/*carousel*/
.main .carousel-inner {
    height: 400px;
}
.slider-box2 .img-mid {
    position: absolute;
    left: 50%!important;
    margin-left: -960px;
}
.carousel-indicators li {
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 5px;
    text-indent: -999px;
}
.carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 5px;
    text-indent: -999px;
}
/*marquee*/
.main .marquee-wrapper {
    background-color: #600304;
    color: #eee;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 7px;
    min-width: 100%;
    width: 100%;
    z-index: 1;
}
.marquee-wrapper .center{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 30px;
}
.marquee-wrapper .center .news {
    white-space: nowrap;
}
.marquee-wrapper marquee {
    font-size: 16px;
    color: #eee;
    line-height: 30px;
    cursor: pointer;
}
/*main-btn*/
.main .main-btn-wrapper{
    width: 100%;
    height: 105px;
    background: url("../../images/main/common/main-btn-bg.png") 0 0 repeat;
}
.main-btn-wrapper .main-btn-center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.main-btn-wrapper .main-btn-center .main-btn{
    flex-grow: 1;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-btn-wrapper .main-btn-center .main-btn:nth-child(2){
    background-color: #444444;
}
.main-btn-wrapper .main-btn-icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin: 0 20px;
}
.main-btn-wrapper .main-btn-icon.m-comer{
    background-image: url("../../images/main/common/comer.png");
    width: 71px;
}
.main-btn-wrapper .main-btn-icon.m-fore-box{
    background-image: url("../../images/main/common/rectangle.png");
    width: 64px;
}
.main-btn-wrapper .main-btn-icon.m-phone{
    background-image: url("../../images/main/common/phone.png");
    width: 32px;
    height: 64px;
}
.main-btn-wrapper .main-btn-icon.m-service{
    background-image: url("../../images/main/common/service.png");
    width: 62px;
}
.main-btn-wrapper .main-btn-text{
    background: rgb(249,244,215);
    background: -moz-linear-gradient(top, rgba(249,244,215,1) 0%, rgba(189,176,144,1) 51%, rgba(209,209,197,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,244,215,1) 0%,rgba(189,176,144,1) 51%,rgba(209,209,197,1) 100%);
    background: linear-gradient(to bottom, rgba(249,244,215,1) 0%,rgba(189,176,144,1) 51%,rgba(209,209,197,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-btn-wrapper .main-btn-text p:first-child{
    font-size: 24px;
    letter-spacing: 5px;
}
.main-btn-wrapper .main-btn-text p:last-child{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
/*main-link*/
.main .main-link-wrapper{
    margin-top: 20px;
}
.main-link-wrapper .main-link-center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.main-link-center .main-game-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-game-wrap .main-top-game{
    flex: 1;
    max-width: 50%;
    height: 138px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 20px;
    cursor: pointer;
    overflow: hidden;
}
.main-game-wrap .main-top-game.main-top-coming{
    cursor: default;
}
.main-game-wrap .main-top-game .main-game-img{
    width: 100%;
    height: 138px;
    background-size: cover;
    background-position-y: center;
    transition: all .5s
}
.main-game-wrap .main-top-game.main-top-coming:first-child .main-game-img{
    background: url(../../images/main/common/main-game-left.jpg) center/cover no-repeat;
}
.main-game-wrap .main-top-game.main-top-coming:last-child .main-game-img{
    background: url(../../images/main/common/main-game-right.jpg) center/cover no-repeat;
}
.main-game-wrap .main-top-game:hover .main-game-img{
    transform: scale(1.1);
}
.main-game-wrap .main-top-game.main-top-coming:hover .main-game-img{
    transform: scale(1);
}
.main-game-wrap .main-game{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    cursor: pointer;
}
.main-game-wrap .main-game.main-game-coming{
    cursor: default;
}
.main-game-wrap .main-game .main-game-title{
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    border-top: 2px solid #451719;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.main-game-title i{
    margin-right: 10px;
}
.main-game-title span{
    background: rgb(249,244,215);
    background: -moz-linear-gradient(top, rgba(249,244,215,1) 0%, rgba(189,176,144,1) 51%, rgba(209,209,197,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,244,215,1) 0%,rgba(189,176,144,1) 51%,rgba(209,209,197,1) 100%);
    background: linear-gradient(to bottom, rgba(249,244,215,1) 0%,rgba(189,176,144,1) 51%,rgba(209,209,197,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
}
.main-game-title .main-game-icon-sport{
    width: 33px;
    height: 33px;
    background: url("../../images/main/common/sport.png") center no-repeat;
}
.main-game-title .main-game-icon-slot{
    width: 40px;
    height: 28px;
    background: url("../../images/main/common/slot.png") center no-repeat;
}
.main-game-title .main-game-icon-live{
    width: 39px;
    height: 29px;
    background: url("../../images/main/common/casino.png") center no-repeat;
}
.main-game-title .main-game-icon-lotto{
    width: 32px;
    height: 32px;
    background: url("../../images/main/common/lottery.png") center no-repeat;
}
.main-game-wrap .main-game .main-game-img-wrapper{
    width: 100%;
    height: 177px;
    overflow: hidden;
}
.main-game-wrap .main-game .main-game-img-wrapper .main-game-img{
    transition: all .5s;
}
.main-game-wrap .main-game:hover .main-game-img-wrapper .main-game-img{
    transform: scale(1.1);
}
.main-game-wrap .main-game .main-game-img{
    width: 100%;
    height: 177px;
    background-size: cover;
    background-position-y: top;
}
.main-game-img.main-game-sport{
    background: url("../../images/main/common/sport.jpg") center no-repeat;
}
.main-game-img.main-game-slot{
    background: url("../../images/main/common/slot.jpg") center no-repeat;
}
.main-game-img.main-game-live{
    background: url("../../images/main/common/casino.jpg") center no-repeat;
}
.main-game-img.main-game-lotto{
    background: url("../../images/main/common/lottery.jpg") center no-repeat;
}
.main-game-img.main-game-chess{
    background: url("../../images/main/common/chess.jpg") center no-repeat;
}
.main-game-img.main-game-fish{
    background: url("../../images/main/common/fish.jpg") center no-repeat;
}
.main-game-img.main-game-coming{
    background: url("../../images/main/common/coming-s.jpg") no-repeat;
    background-position: center!important;
}
.main-game-wrap .main-game .main-game-btn{
    width: 100%;
    height: 37px;
    background: url("../../images/main/common/main-game-bg.jpg") 0 0 repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-game-btn button{
    background: rgb(248,232,196); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,232,196,1) 0%, rgba(197,168,112,1) 50%, rgba(236,222,173,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,232,196,1) 0%,rgba(197,168,112,1) 50%,rgba(236,222,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,232,196,1) 0%,rgba(197,168,112,1) 50%,rgba(236,222,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e8c4', endColorstr='#ecdead',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 0;
    color: #913413;
    margin-right: 5px;
    padding: 2px 0 2px 10px;
}

/** 競技 */
/* .esport .esport-game-bg {
    margin-top: -155px;
} */