/*電子競技 Group1*/
.esport-group1 {
    position: relative;
    width: 100%;
    margin-top: 65px;
}
.esport-game-wrap {
    padding-top: 49px;
}
.esport-group1 .gameMenu .menuControll ul li {
    width: 165px;
}
/*標籤樣式*/
.labelIcon{
    width: 100%;
}
.labelIcon ul li{
    padding: 5px;
    margin: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.labelIcon ul li a{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
}
.labelIcon ul li .translate1, .labelIcon ul li .translate2{
    position: absolute;
}
.labelIcon ul li .colorBox{
    width: 40%;
    height: 100%;
    background: url(../../images/index/common/color-box.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.labelIcon ul li .colorBox i{
    position: absolute;
    width: 80%;
    margin: 0 auto;
    margin-top: calc(40% - 1.2rem);
    right: 0;
    background-position-x: center;
}
.labelIcon ul li .colorBox p{
    position: absolute;
    width: 80%;
    margin: 0 auto;
    margin-top: 60%;
    color: #fff;
    right: 0;
}
.labelIcon ul li img{
    width: 100%;
    margin-bottom: -5px;
}
.labelIcon .entergame{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 125px;
    height: 30px;
    border-radius: 15px;
    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 3px 0px 0px #007f03;
    border-bottom: 1px solid #47ff4c;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: .9rem;
    line-height: 22px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px;
    transition: .1s;
    padding: 4px 8px;
    display: block;
}
.labelIcon .entergame:focus{
    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 );
}