.gameType {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    justify-content: space-evenly;
}

    .gameType:after {
        display: none;
    }

.gameTypeList {
    text-align: center;
    position: relative;
    height: 250px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gameTypeList.off {
        cursor: not-allowed;
    }

.exterior {
    transition: all 0.5s ease;
}

    .exterior img {
        display: block;
        margin: 0 auto;
    }

    .exterior h5 {
        color: #333;
        font-weight: normal;
        font-size: 15px;
    }

.in {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.gameTypeList:hover .exterior {
    opacity: 0;
}

.gameTypeList:hover .in {
    display: block;
    opacity: 1;
}

/*周周抽*/
.liveGame {
}

    .liveGame:hover {
        animation: liveGame 0.5s forwards;
        -webkit-animation: liveGame 0.5s forwards;
        cursor: pointer;
    }

.icon_liveGame {
    width: 223px;
    height: 165px;
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -753px -463px;
}

@keyframes liveGame {
    from {
        width: 223px;
    }

    to {
        width: 477px;
    }
}

@-webkit-keyframes liveGame {
    from {
        width: 223px;
    }

    to {
        width: 477px;
    }
}

.liveGame_in {
    position: relative;
    height: 250px;
}

/*CAO*/
.CAOGame {
}

    .CAOGame:hover {
        animation: CAOGame 0.5s forwards;
        -webkit-animation: CAOGame 0.5s forwards;
        margin-right: 15px;
    }

.icon_CAO {
    width: 255px;
    height: 180px;
    margin: -7px auto;
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -1003px -456px;
}

    .icon_CAO:after {
        background-position-x: -997px;
    }

@keyframes CAOGame {
    from {
        width: 255px;
    }

    to {
        width: 405px;
    }
}

@-webkit-keyframes CAOGame {
    from {
        width: 255px;
    }

    to {
        width: 405px;
    }
}

.CAOGame_in {
    position: relative;
    height: 250px;
}

/*周周抽/CAO*/
.LG01_people { /*周周抽*/
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat left -166px;
    width: 430px;
    height: 195px;
    position: absolute;
    top: -6px;
    left: 10px;
    animation: LG01_people 1.1s ease 0.3s forwards;
    -webkit-animation: LG01_people 1.1s ease 0.3s forwards;
    opacity: 0;
}

.LG01_CAO { /*CAO*/
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -1000px -166px;
    width: 400px;
    height: 195px;
    position: absolute;
    top: -6px;
    left: 8px;
    animation: LG01_people 1.1s ease 0.3s forwards;
    -webkit-animation: LG01_people 1.1s ease 0.3s forwards;
    opacity: 0;
}

@keyframes LG01_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes LG01_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.LG_week01 { /*周周抽*/
    left: 0;
    top: 149px;
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -500px -652px;
    width: 290px;
    height: 45px;
}

.LG_text01 { /*CAO*/
    left: 0;
    bottom: 48px;
    color: #003e9f;
    font-weight: bold;
    font-size: 32px;
    line-height: 1em;
    width: 320px;
}

.LG_week01, /*周周抽*/
.LG_text01 { /*CAO*/
    animation: LG_text01 1s ease 0.7s forwards;
    -webkit-animation: LG_text01 1s ease 0.7s forwards;
    position: absolute;
    display: block;
    z-index: 2;
    opacity: 0;
}

@keyframes LG_text01 {
    from {
        -webkit-transform: translate(10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes LG_text01 {
    from {
        -webkit-transform: translate(10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.LG_week02 { /*周周抽*/
    left: 53px;
    top: 193px;
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -500px -697px;
    width: 290px;
    height: 45px;
}

.LG_text02 { /*CAO*/
    left: 0;
    bottom: 10px;
    color: #052c4f;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    width: 320px;
}

.LG_week02, /*周周抽*/
.LG_text02 { /*CAO*/
    animation: LG_text02 1s ease 0.7s forwards;
    -webkit-animation: LG_text02 1s ease 0.7s forwards;
    position: absolute;
    display: block;
    z-index: 2;
    opacity: 0;
}

@keyframes LG_text02 {
    from {
        transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes LG_text02 {
    from {
        transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

.btn_LGweek { /*周周抽*/
    position: absolute;
    bottom: 14px;
    right: 0;
    animation: btn_LG_playGame 0.5s ease 1.3s forwards;
    -webkit-animation: btn_LG_playGame 0.5s ease 1.3s forwards;
    opacity: 0;
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -500px -742px;
    width: 125px;
    height: 46px;
}

    .btn_LGweek:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

.btn_LG_playGame { /*CAO*/
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 16px;
    z-index: 3;
    animation: btn_LG_playGame 0.5s ease 1.3s forwards;
    -webkit-animation: btn_LG_playGame 0.5s ease 1.3s forwards;
    opacity: 0;
    white-space: nowrap;
    background-color: #af1818;
    padding: 6px 9px 7px 28px;
}

    .btn_LG_playGame:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent rgba(255,255,255,0.8);
    }

    .btn_LG_playGame:hover {
        background-color: #cf2c2c;
    }

.gameTypeList.off .btn_LG_playGame {
    display: none;
}

@keyframes btn_LG_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_LG_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*運動*/
.sportsLive {
}

    .sportsLive:hover {
        animation: sportsLive 0.5s forwards;
        -webkit-animation: sportsLive 0.5s forwards;
        margin-right: 20px;
    }

.icon_sportsLive {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -184px 8px;
    width: 160px;
    height: 165px;
    margin: 0 auto;
}

@keyframes sportsLive {
    from {
        width: 160px;
    }

    to {
        width: 335px;
    }
}

@-webkit-keyframes sportsLive {
    from {
        width: 160px;
    }

    to {
        width: 335px;
    }
}

.sportsLive_in {
    position: relative;
    height: 250px;
}

.SL01 {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -10px -415px;
    width: 323px;
    height: 203px;
    position: absolute;
    bottom: 44px;
    left: 19px;
    opacity: 0;
    animation: SL01 0.15s ease-in 0.5s forwards;
    -webkit-animation: SL01 0.15s ease-in 0.5s forwards;
}

@keyframes SL01 {
    0% {
        transform: translate(0,-20%);
        opacity: 0;
    }

    50% {
        transform: translate(0,0);
        opacity: 1;
    }

    75% {
        transform: translate(0,-4%);
        opacity: 1;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes SL01 {
    0% {
        -webkit-transform: translate(0,-20%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate(0,-4%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

[class*="SL_text"] {
    text-shadow: 1px 1px 2px #000, -1px -1px 3px rgba(0,0,0,0.1);
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    opacity: 0;
}

.SL_text01, .SL_text02 {
    color: #ff8485;
    font-weight: bold;
    animation: SL_text01 0.9s ease 0.6s forwards;
    -webkit-animation: SL_text01 0.9s ease 0.6s forwards;
    left: 20px;
    top: 130px;
}

.SL_text02 {
    left: 70px;
    top: 154px;
}

@keyframes SL_text01 {
    from {
        transform: skew(0,-6deg) translate(-2%,0);
        opacity: 0;
    }

    to {
        transform: skew(0,-6deg) translate(3%,0);
        opacity: 1;
    }
}

@-webkit-keyframes SL_text01 {
    from {
        transform: skew(0,-6deg) translate(-2%,0);
        opacity: 0;
    }

    to {
        transform: skew(0,-6deg) translate(3%,0);
        opacity: 1;
    }
}

.SL_text03 {
    color: #fff;
    animation: SL_text02 0.9s ease 0.6s forwards;
    -webkit-animation: SL_text02 0.9s ease 0.6s forwards;
    left: 73px;
    top: 178px;
}

@keyframes SL_text02 {
    from {
        transform: skew(0,-6deg) translate(5%,0);
        opacity: 0;
    }

    to {
        transform: skew(0,-6deg) translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes SL_text02 {
    from {
        transform: skew(0,-6deg) translate(5%,0);
        opacity: 0;
    }

    to {
        transform: skew(0,-6deg) translate(0,0);
        opacity: 1;
    }
}

.btn_SL_playGame {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 7px;
    left: 206px;
    font-size: 16px;
    z-index: 1;
    animation: btn_SL_playGame 0.5s ease 0.8s forwards;
    -webkit-animation: btn_SL_playGame 0.5s ease 0.8s forwards;
    opacity: 0;
    white-space: nowrap;
    background-color: #ff8485;
    padding: 6px 9px 7px 28px;
}

    .btn_SL_playGame:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent rgba(255,255,255,0.8);
    }

    .btn_SL_playGame:hover {
        background-color: #ffa5a6;
    }

.gameTypeList.off .btn_SL_playGame {
    display: none;
}

.icon_maintain_w {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -41px -819px;
    width: 21px;
    height: 19px;
    margin: 1px 2px 0 0;
    vertical-align: top;
    display: inline-block;
}

@keyframes btn_SL_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_SL_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*影城*/
.freeMovie {
}

    .freeMovie:hover {
        animation: freeMovie 0.5s forwards;
        -webkit-animation: freeMovie 0.5s forwards;
        margin-left: 35px;
    }

        .freeMovie:hover + .outtake {
            margin: 0 -25px 0 15px;
        }

.icon_freeMovie {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -355px 5px;
    width: 140px;
    height: 165px;
    margin: auto;
}

@keyframes freeMovie {
    from {
        width: 140px;
    }

    to {
        width: 370px;
    }
}

@-webkit-keyframes freeMovie {
    from {
        width: 140px;
    }

    to {
        width: 370px;
    }
}

.freeMovie_in {
    position: relative;
    height: 235px;
}

.FM02_blurry {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -358px -439px;
    width: 370px;
    height: 212px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: FM02_blurry 0.4s ease-out 0.4s forwards;
    -webkit-animation: FM02_blurry 0.4s ease-out 0.4s forwards;
    opacity: 0;
    z-index: 2;
}

@keyframes FM02_blurry {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes FM02_blurry {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.FM_text01 {
    color: #00c2ff;
    text-shadow: 1px 1px 2px #000;
    font-size: 46px;
    font-weight: bold;
    animation: FM_text01 1s ease 0.7s forwards;
    -webkit-animation: FM_text01 1s ease 0.7s forwards;
    position: absolute;
    right: 47px;
    top: 65px;
    z-index: 5;
    opacity: 0;
}

@keyframes FM_text01 {
    from {
        transform: translate(10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes FM_text01 {
    from {
        -webkit-transform: translate(10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.FM_text02 {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 35px;
    font-weight: bold;
    animation: FM_text02 1s ease 0.7s forwards;
    -webkit-animation: FM_text02 1s ease 0.7s forwards;
    position: absolute;
    right: 47px;
    top: 120px;
    z-index: 5;
    opacity: 0;
}

@keyframes FM_text02 {
    from {
        transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes FM_text02 {
    from {
        -webkit-transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.btn_FM_playGame {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: 16px;
    z-index: 3;
    animation: btn_FM_playGame 0.5s ease 1.2s forwards;
    -webkit-animation: btn_FM_playGame 0.5s ease 1.2s forwards;
    opacity: 0;
    white-space: nowrap;
    padding: 6px 9px 7px 28px;
    background-color: #0063eb;
}

    .btn_FM_playGame:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent rgba(255,255,255,0.8);
    }

    .btn_FM_playGame:hover {
        background-color: #007eff;
    }

.gameTypeList.off .btn_FM_playGame {
    display: none;
}

@keyframes btn_FM_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_FM_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*活动花絮*/
.outtake {
}

    .outtake:hover {
        animation: outtake 0.5s forwards;
        -webkit-animation: outtake 0.5s forwards;
        margin-left: 10px;
    }

.icon_outtake {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -506px 8px;
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

@keyframes outtake {
    from {
        width: 165px;
    }

    to {
        width: 350px;
    }
}

@-webkit-keyframes outtake {
    from {
        width: 165px;
    }

    to {
        width: 350px;
    }
}

.outtake_in {
    position: relative;
    height: 250px;
}

.outtake_people {
    background: url(../../Images/th-th/Graph/icon_indexImg.png) no-repeat -490px -200px;
    width: 350px;
    height: 180px;
    position: absolute;
    top: 15px;
    left: 0;
    animation: outtake_people 1.1s ease 0.3s forwards;
    -webkit-animation: outtake_people 1.1s ease 0.3s forwards;
    opacity: 0;
}

@keyframes outtake_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes outtake_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.outtake_text {
    color: #e4007f;
    font-size: 30px;
    font-weight: bold;
    animation: outtake_text 0.5s ease 0.8s forwards;
    -webkit-animation: outtake_text 1s ease 0.8s forwards;
    position: absolute;
    left: 25px;
    bottom: 8px;
    display: block;
    z-index: 2;
    opacity: 0;
}

@keyframes outtake_text {
    from {
        transform: translate(-8%,0) skew(-9deg,0);
        transform-origin: 0% 100%;
        opacity: 0;
    }

    to {
        transform: translate(0,0) skew(-9deg,0);
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes outtake_text {
    from {
        -webkit-transform: translate(-8%,0) skew(-9deg,0);
        -webkit-transform-origin: 0% 100%;
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0) skew(-9deg,0);
        -webkit-transform-origin: 0% 100%;
        opacity: 1;
    }
}

.btn_outtake {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 16px;
    animation: btn_outtake 0.5s ease 1.3s forwards;
    -webkit-animation: btn_outtake 0.5s ease 1.3s forwards;
    opacity: 0;
    white-space: nowrap;
    padding: 6px 9px 7px 28px;
    background-color: #e4007f;
}

    .btn_outtake:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent rgba(255,255,255,0.8);
    }

    .btn_outtake:hover {
        background-color: #f6299b;
    }

@keyframes btn_outtake {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_outtake {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*維護中*/
.gameTypeList:not(.off) .subList_maintain {
    display: none;
}

.gameTypeList .subList_maintain {
    width: 260px;
    opacity: 0;
    z-index: 5;
}

.sportsLive .subList_maintain {
    right: 35px;
    bottom: 7px;
    animation: btn_SL_playGame 0.5s ease 0.8s forwards;
    -webkit-animation: btn_SL_playGame 0.5s ease 0.8s forwards;
}

.freeMovie .subList_maintain {
    left: 75px;
    bottom: 0;
    animation: btn_FM_playGame 0.5s ease 1.2s forwards;
    -webkit-animation: btn_FM_playGame 0.5s ease 1.2s forwards;
}