.gameType {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    justify-content: space-evenly;
    overflow-x: hidden;
}

    .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_CAO, /*CAO*/
.icon_liveGame { /*周周抽*/
    width: 215px;
    height: 180px;
    margin: -7px auto;
    position: relative;
}

    .icon_CAO:after, /*CAO*/
    .icon_liveGame:after { /*周周抽*/
        visibility: initial;
        background: url(../image/icon_indexImg.png) no-repeat -727px -456px;
        width: 265px;
        height: 180px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-52%,-50%);
        -webkit-transform: translate(-52%,-50%);
    }

.icon_CAO { /*CAO*/
    width: 245px;
}

    .icon_CAO:after { /*CAO*/
        background-position-x: -997px;
    }

@keyframes liveGame {
    from {
        width: 265px;
    }

    to {
        width: 430px;
    }
}

@-webkit-keyframes liveGame {
    from {
        width: 265px;
    }

    to {
        width: 430px;
    }
}

.liveGame_in {
    position: relative;
    height: 250px;
    left: 0;
}

.gameTypeList.off .liveGame_in {
    cursor: not-allowed;
}

.LG_bg {
    position: absolute;
    bottom: 0;
    left: -20px;
    opacity: 0;
    animation: LG_bg 1s ease forwards;
    -webkit-animation: LG_bg 1s ease forwards;
}

@keyframes LG_bg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes LG_bg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.LG01_CAO, /*CAO*/
.LG01_people { /*周周抽*/
    background: url(../image/icon_indexImg.png) no-repeat left -166px;
    width: 460px;
    height: 195px;
    position: absolute;
    top: -6px;
    left: -52px;
    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-position-x: -1000px;
    width: 400px;
    left: 8px;
}

@keyframes LG01_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes LG01_people {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.LG_week01 { /*周周抽*/
    left: -62px;
    top: 149px;
    background: url(../image/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: -9px;
    top: 193px;
    background: url(../image/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;
    left: 290px;
    z-index: 1;
    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(../image/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 {
    position: absolute;
    bottom: 14px;
    right: 25px;
    font-size: 16px;
    z-index: 1;
    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;
    }

.icon_sportsLive {
    background: url(../image/icon_indexImg.png) no-repeat -184px 8px;
    width: 160px;
    height: 165px;
    margin: 0 auto;
}

@keyframes sportsLive {
    from {
        width: 290px;
    }

    to {
        width: 450px;
    }
}

@-webkit-keyframes sportsLive {
    from {
        width: 290px;
    }

    to {
        width: 450px;
    }
}

.sportsLive_in {
    position: relative;
    height: 250px;
}

.gameTypeList.off .sportsLive_in {
    cursor: not-allowed;
}

.SL01 {
    position: relative;
    width: 230px;
    height: 250px;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto 0;
}

.SL_bg {
    background: url(../image/icon_indexImg.png) no-repeat left -416px;
    width: 353px;
    height: 199px;
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    animation: SL_bg 0.15s ease-in 0.5s forwards;
    -webkit-animation: SL_bg 0.15s ease-in 0.5s forwards;
}

@keyframes SL_bg {
    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 SL_bg {
    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: 70px;
    top: 130px;
}

.SL_text02 {
    left: 120px;
    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;
    right: 178px;
    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, .btn_SL_playGame_off {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 7px;
    left: 257px;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    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;
}

.btn_SL_playGame {
    background-color: #ff8485;
    padding: 6px 9px 7px 28px;
}

.gameTypeList.off .btn_SL_playGame {
    display: none;
}

.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;
}

.btn_SL_playGame_off {
    padding: 6px 7px 7px;
    display: none;
    background-color: #888;
    cursor: not-allowed;
}

.gameTypeList.off .btn_SL_playGame_off {
    display: block;
}

.btn_SL_playGame_off:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
}

.icon_maintain_w {
    background: url(../image/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;
        cursor: pointer;
    }

.icon_freeMovie {
    background: url(../image/icon_indexImg.png) no-repeat -355px 5px;
    width: 140px;
    height: 165px;
    margin: auto;
}

@keyframes freeMovie {
    from {
        width: 290px;
    }

    to {
        width: 420px;
    }
}

@-webkit-keyframes freeMovie {
    from {
        width: 290px;
    }

    to {
        width: 420px;
    }
}

.freeMovie_in {
    position: relative;
    height: 235px;
    margin-bottom: 15px;
    overflow: hidden;
}

.FM02_blurry {
    background: url(../image/icon_indexImg.png) no-repeat -358px -439px;
    width: 353px;
    height: 212px;
    position: absolute;
    right: 38px;
    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: 70px;
    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: 70px;
    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, .btn_FM_playGame_off {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    z-index: 3;
    cursor: pointer;
    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;
}

.btn_FM_playGame {
    padding: 6px 9px 7px 28px;
    background-color: #0063eb;
    right: 17px;
}

.gameTypeList.off .btn_FM_playGame {
    display: none;
}

.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;
}

.btn_FM_playGame_off {
    padding: 6px 7px 7px;
    display: none;
    background-color: #888;
    cursor: not-allowed;
    right: 0;
}

.gameTypeList.off .btn_FM_playGame_off {
    display: block;
}

.btn_FM_playGame_off:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
}

.btn_FM_playGame_off img {
    margin-right: 10px;
    vertical-align: top;
}

@keyframes btn_FM_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_FM_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*聊愛玩色*/
.chatroom {
}

    .chatroom:hover {
        animation: chatroom 0.5s forwards;
        -webkit-animation: chatroom 0.5s forwards;
        cursor: pointer;
    }

.icon_chatroom {
    background: url(../image/icon_indexImg.png) no-repeat -497px top;
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

@keyframes chatroom {
    from {
        width: 290px;
    }

    to {
        width: 380px;
    }
}

@-webkit-keyframes chatroom {
    from {
        width: 290px;
    }

    to {
        width: 380px;
    }
}

.chatroom_in {
    position: relative;
    height: 250px;
}

.gameTypeList.off .chatroom_in {
    cursor: not-allowed;
}

.CR01 {
    background: url(../image/icon_indexImg.png) no-repeat -469px -170px;
    width: 260px;
    height: 243px;
    position: absolute;
    top: 0;
    right: 25px;
    width: 260px;
    animation: CR01 0.8s ease 0.3s forwards;
    -webkit-animation: CR01 0.8s ease 0.3s forwards;
    opacity: 0;
}

@keyframes CR01 {
    from {
        transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes CR01 {
    from {
        -webkit-transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.CR02 {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto 0;
    width: 150px;
}

.love {
    position: absolute;
    width: 22px;
    height: 30px;
}

    .love:before, .love:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 25px;
        border-radius: 15px 15px 0 0;
        display: block;
        background-color: #f00;
    }

    .love:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 0;
    }

    .love:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 0;
        visibility: inherit;
    }
/*如果要做空心愛心<div class="love loveStyle01"><span class="love2"></span></div>*/
.love2 {
    position: absolute;
    width: 20px;
    height: 28px;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .love2:before, .love2:after {
        content: '';
        position: absolute;
        width: 13px;
        height: 23px;
        border-radius: 10px 10px 0 0;
        display: block;
        background-color: #fff;
    }

    .love2:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 0;
    }

    .love2:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 0;
        visibility: inherit !important;
    }

.loveStyle01 {
    bottom: 20px;
    left: 75px;
    animation: loveStyle01 2.3s ease-out 1.1s infinite;
    -webkit-animation: loveStyle01 2.3s ease-out 1.1s infinite;
    opacity: 0;
}

@keyframes loveStyle01 {
    0% {
        transform: translate(80%,50%) scale(0.5);
        opacity: 0;
    }

    20%,95%,100% {
        transform: translate(0,0) scale(0.8);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loveStyle01 {
    0% {
        -webkit-transform: translate(80%,50%) scale(0.5);
        opacity: 0;
    }

    20%,95%,100% {
        -webkit-transform: translate(0,0) scale(0.8);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loveStyle02 {
    bottom: 85px;
    left: 40px;
    animation: loveStyle02 2.3s ease-out 1.1s infinite;
    -webkit-animation: loveStyle02 2.3s ease-out 1.1s infinite;
    opacity: 0;
}

    .loveStyle02:before, .loveStyle02:after {
        background-color: #ff2e6e;
    }

@keyframes loveStyle02 {
    0%,10% {
        transform: translate(50%,30%) scale(0.5);
        opacity: 0;
    }

    30%,95%,100% {
        transform: translate(0,0);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loveStyle02 {
    0%,10% {
        -webkit-transform: translate(50%,30%) scale(0.5);
        opacity: 0;
    }

    30%,95%,100% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loveStyle03 {
    bottom: 130px;
    left: 100px;
    animation: loveStyle03 2.3s ease-out 1.1s infinite;
    -webkit-animation: loveStyle03 2.3s ease-out 1.1s infinite;
    opacity: 0;
}

    .loveStyle03:before, .loveStyle03:after {
        background-color: #ff0061;
    }

@keyframes loveStyle03 {
    0%,20% {
        transform: translate(-80%,50%) scale(0.5);
        opacity: 0;
    }

    45%,95%,100% {
        transform: translate(0,0) scale(1.2);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loveStyle03 {
    0%,20% {
        -webkit-transform: translate(-80%,50%) scale(0.5);
        opacity: 0;
    }

    45%,95%,100% {
        -webkit-transform: translate(0,0) scale(1.2);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loveStyle04 {
    bottom: 158px;
    left: 70px;
    animation: loveStyle04 2.3s ease-out 1.1s infinite;
    -webkit-animation: loveStyle04 2.3s ease-out 1.1s infinite;
    opacity: 0;
}

@keyframes loveStyle04 {
    0%,30% {
        transform: translate(30%,50%) scale(0.5);
        opacity: 0;
    }

    50%,95%,100% {
        transform: translate(0,0) scale(0.7);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loveStyle04 {
    0%,30% {
        -webkit-transform: translate(30%,50%) scale(0.5);
        opacity: 0;
    }

    50%,95%,100% {
        -webkit-transform: translate(0,0) scale(0.7);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loveStyle05 {
    top: 15px;
    left: 40px;
    animation: loveStyle05 2.3s ease-out 1.1s infinite;
    -webkit-animation: loveStyle05 2.3s ease-out 1.1s infinite;
    opacity: 0;
}

    .loveStyle05:before, .loveStyle05:after {
        background-color: #ff8686;
    }

@keyframes loveStyle05 {
    0%,40% {
        transform: translate(80%,50%) scale(0.5);
        opacity: 0;
    }

    60%,95%,100% {
        transform: translate(0,0) scale(1.3);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loveStyle05 {
    0%,40% {
        -webkit-transform: translate(80%,50%) scale(0.5);
        opacity: 0;
    }

    60%,95%,100% {
        -webkit-transform: translate(0,0) scale(1.3);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.CR_text01 {
    color: #fff;
    text-shadow: 1px 1px 2px #000,-1px -1px 3px rgba(0,0,0,0.1);
    font-size: 28px;
    font-weight: bold;
    animation: FM_text01 0.9s ease 0.6s forwards;
    -webkit-animation: FM_text01 0.9s ease 0.6s forwards;
    position: absolute;
    left: 76px;
    top: 120px;
    z-index: 5;
    opacity: 0;
}

@keyframes CR_text01 {
    from {
        transform: translate(10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes CR_text01 {
    from {
        -webkit-transform: translate(10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.CR_text02 {
    color: #fff;
    text-shadow: 1px 1px 2px #000,-1px -1px 3px rgba(0,0,0,0.1);
    font-size: 26px;
    font-weight: bold;
    animation: FM_text02 0.9s ease 0.6s forwards;
    -webkit-animation: FM_text02 0.9s ease 0.6s forwards;
    position: absolute;
    right: 90px;
    top: 148px;
    z-index: 5;
    opacity: 0;
}

@keyframes CR_text02 {
    from {
        transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        transform: translate(0,0);
        opacity: 1;
    }
}

@-webkit-keyframes CR_text02 {
    from {
        -webkit-transform: translate(-10%,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
}

.CR_text01 span {
    font-size: 42px;
    color: #ff7abd;
}

.CR_text02 span {
    font-size: 45px;
    color: #ff437d;
}

.btn_CR_playGame, .btn_CR_playGame_off {
    border-radius: 3px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    animation: btn_CR_playGame 0.5s ease 1s forwards;
    -webkit-animation: btn_CR_playGame 0.5s ease 1s forwards;
    opacity: 0;
    white-space: nowrap;
}

.btn_CR_playGame {
    background-color: #ff2e6e;
    padding: 6px 9px 7px 28px;
    right: 10px;
}

.gameTypeList.off .btn_CR_playGame {
    display: none;
}

.btn_CR_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_CR_playGame:hover {
    background-color: #ff6796;
}

.btn_CR_playGame_off {
    padding: 6px 7px 7px;
    display: none;
    background-color: #888;
    cursor: not-allowed;
    right: 0;
}

.gameTypeList.off .btn_CR_playGame_off {
    display: block;
}

.btn_CR_playGame_off:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
}

.btn_CR_playGame_off img {
    margin-right: 10px;
    vertical-align: top;
}

@keyframes btn_CR_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes btn_CR_playGame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*活动花絮*/
.outtake {
}

    .outtake:hover {
        animation: outtake 0.5s forwards;
        -webkit-animation: outtake 0.5s forwards;
        max-width: 380px;
    }

.icon_outtake {
    background: url(../image/icon_indexImg.png) no-repeat -506px 8px;
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

@keyframes outtake {
    from {
        width: 290px;
    }

    to {
        width: 470px;
    }
}

@-webkit-keyframes outtake {
    from {
        width: 290px;
    }

    to {
        width: 470px;
    }
}

.outtake_in {
    position: relative;
    height: 250px;
}

.outtake_people {
    background: url(../image/icon_indexImg.png) no-repeat -490px -200px;
    width: 355px;
    height: 180px;
    position: absolute;
    top: 15px;
    left: 20px;
    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;
    letter-spacing: -2px;
    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: 42px;
    bottom: 8px;
    display: block;
    z-index: 2;
    opacity: 0;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .outtake_text {
        bottom: 11px;
        letter-spacing: 0;
    }
}

/*edge*/
@supports (-ms-ime-align:auto) {
    .outtake_text {
        letter-spacing: 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;
    font-size: 16px;
    z-index: 1;
    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;
    left: 260px;
}

    .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;
}

.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: auto;
    right: 38px;
    bottom: 0;
    animation: btn_FM_playGame 0.5s ease 1.2s forwards;
    -webkit-animation: btn_FM_playGame 0.5s ease 1.2s forwards;
}