/*=====體育group1.css=====*/
.esport{
    width: 100%;
    min-height: 700px
}
.esport .gameTitle{
    position: relative;
    z-index: 5;
    width: 1240px;
    margin: 0 auto;
}
.esport .gameTitle img{
    position: absolute;
    top: 80px;
    left: 110px;
}
.esport .esport-game-bg {
    background: #040115;
    position: fixed;
    width: 100%;
    height: 100%;
}
.esport .esport-game-bg img {
    vertical-align: middle;
}
.esport .esport-menu {
    position: relative;
    width: 100%;
    top: 170px;
}
.esport .esport-menu .esport-menu-panel {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 50px;
}
.esport .esport-menu .esport-menu-panel ul {
    width: 100%;
    height: 60px;
    display: flex;
}
.esport .esport-menu .esport-menu-panel ul li {
    background: #0f53b4;
    border-right: 1px solid #f7f7f7;
    cursor: pointer;
    float: left;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    width: 33.33%;
}
.esport .esport-menu .esport-menu-panel ul li:last-child {
    border-right: 0;
}
.esport .esport-menu .esport-menu-panel ul li a {
    color: #f7f7f7;
    display: inline-block;
    transition: .3s;
    width: 100%;
    text-decoration: none;
    cursor: default;
    border-right: 1px solid #fff;
}
.esport .esport-menu .esport-menu-panel ul li a:last-child{
    border-right: none;
    cursor: pointer;
}
.esport .esport-menu .esport-menu-panel ul li a:hover {
background: #f7f7f7;
color: #0f53b4;
}
.esport .esport-menu .esport-menu-panel ul li a.active {
background: #f7f7f7;
color: #0f53b4;
}

/*===== esport group1 Content =====*/
#esport-body {
    width: 1200px;
    margin: 0 auto;
    padding-top: 170px;
}
#esport-body .body-content {
    /*background: rgba(0, 0, 0, .7); */
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 50px;
}
#esport-body .body-content .esport-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
#esport-body .body-content .esport-container .esports-bg {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    background-color: rgba(0,0,0,.5);
}
#esport-body .body-content .esport-container .esports-bg .fai-bg1 {
    background: url(../../../images/esport/common/FAI/bg_01.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .fai-bg2 {
    background: url(../../../images/esport/common/FAI/bg_02.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .dj-bg1 {
    background: url(../../../images/esport/common/DJ/bg_01.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .dj-bg2 {
    background: url(../../../images/esport/common/DJ/bg_02.jpg) no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .ai-bg1 {
    background: url(../../../images/esport/common/AI/bg_01.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .ai-bg2 {
    background: url(../../../images/esport/common/AI/bg_02.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .dm-bg1 {
    background: url(../../../images/esport/common/DM/bg_01.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .dm-bg2 {
    background: url(../../../images/esport/common/DM/bg_02.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .sv-bg1 {
    background: url(../../../images/esport/common/SV/bg_01.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .esports-bg .sv-bg2 {
    background: url(../../../images/esport/common/SV/bg_02.jpg)no-repeat 0 0;
    width: 100%;
    height: 228px;
}
#esport-body .body-content .esport-container .game-start-box-controll {
    width: 100%;
    position: relative;
    padding-top: 80px;
    z-index: 1;
}
#esport-body .body-content .esport-container .game-start-box-controll .game-start-box {
    margin: 0 auto;
    width: 353px;
    height: 215px;
    background: rgba(0, 0, 0, .7);
    border-radius: 20px;
}
#esport-body .body-content .esport-container .game-start-box-controll .game-start-box .game-box-title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 100px;
    letter-spacing: 3px;
}
#esport-body .body-content .esport-container .game-start-box-controll .game-start-box .playbutton {
    margin: 0 auto;
    width: 130px;
    height: 45px;
    border-radius: 10px;
    background: rgb(0,157,4);
    background: -moz-linear-gradient(top, rgba(0,157,4,1) 0%, rgba(12,213,17,1) 62%, rgba(14,220,19,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,157,4,1) 0%,rgba(12,213,17,1) 62%,rgba(14,220,19,1) 100%);
    background: linear-gradient(to bottom, rgba(0,157,4,1) 0%,rgba(12,213,17,1) 62%,rgba(14,220,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d04', endColorstr='#0edc13',GradientType=0 );
    box-shadow: 0px 5px 0 0px #007f03;
    border-bottom: 1px solid #47ff4c;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    transition: .1s;
}
#esport-body .body-content .esport-container .game-start-box-controll .game-start-box .playbutton:hover {
    background: rgb(14,220,19);
    background: -moz-linear-gradient(top, rgba(14,220,19,1) 0%, rgba(12,213,17,1) 38%, rgba(0,157,4,1) 100%);
    background: -webkit-linear-gradient(top, rgba(14,220,19,1) 0%,rgba(12,213,17,1) 38%,rgba(0,157,4,1) 100%);
    background: linear-gradient(to bottom, rgba(14,220,19,1) 0%,rgba(12,213,17,1) 38%,rgba(0,157,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0edc13', endColorstr='#009d04',GradientType=0 );
}
#esport-body .body-content .esport-container .game-start-box-controll .game-start-box .playbutton:active {
    height: 42px;
    margin-top: 5px;
    box-shadow: 0px 3px 0 0px #007f03;
}
/*遊戲大廳*/
#esport-body .body-content .esport-gameing {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, .7);
}
#esport-body .body-content .esport-gameing iframe{
    width: 100%;
    height: 100%;
}