/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}
        .game {
			padding: 0;
			margin: 0;
			display: block;
            width: 100%;
           
            background: url(https://storage-asset.msi.com/event/2022/tw/gamer-first-choice/msi-tw-gamer-first-choice-bg.jpg) no-repeat fixed;
            background-size: cover;
        }

        .game .figure {
            width: 100%;
            line-height: 0;
            position: relative;
            z-index: 1;
        }

        .game .figure img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
        }

        .game .pointer {
            cursor: pointer;
            display: block;
        }

        .game .flexImg {
            display: flex;
            justify-content: center
        }

        .game .blockUp {
			margin: 0 auto;
			width: 80%;
			max-width: 1200px;
            
            position: relative;
            z-index: 3;
/*            margin-top: -16%;*/


        }

        .game .redeemBtn {
            width: 80%;
            max-width: 400px;
            margin: 20px auto;
        }

        .game .displayItem {
            position: relative;
            z-index: 1;
            margin: 3% auto;
            display: none;
            width: 70%;
			max-width: 1280px

        }

        @media screen and (max-width: 960px) {
            .game .displayItem {
                width: 100%;
            }
        }

        .game__container {
            width: 70%;
            margin: 0 auto;
            position: relative;
        }

        .game .displayItem--active {
            display: block;
        }


        .item {
            width: 1440px;
            max-width: 90%;
            /* background: #fff; */
            margin: 0 auto;
            text-align: left;
            padding: 5%;
            font-size: 1.2em;
            font-family: 'Noto Sans TC', sans-serif, "DINPro-Regular";
            font-weight: 700;
            color: #fff;
        }

        .item ul {
            margin: 10px 40px 10px;
            line-height: 1.6;

        }

        .item li {
            margin: 30px 0;
            list-style-type: disc;
        }

        .item h3 {
            margin-left: 10px;
            font-weight: 900;
        }

        .item .non-stlye {
            list-style-type: decimal;
            /* transform: translateX(-20px); */
        }

        .item .ul-li-no {
            list-style-type: none;
        }

        .item h2 {
            font-size: 2em;
        }

        .bg {
			display: block;
            /* padding-bottom: 500px; */
            width: 100%;
            /* background: url(https://storage-asset.msi.com/event/2021/tw/20201_vga_lottery/images/08.jpg) no-repeat top center/cover; */
            /* padding-bottom: 5%; */
            background: #13171a;
            padding-top: 5%;
            position: relative;
            z-index: 2;
/*            margin-top: -10%;*/

        }

        @media (max-width: 960px) {
            .item ul {
                margin: 10px 20px 10px;

            }

            .item {
                max-width: 90%;
                padding: 5% 2%;
                font-size: 1em;
            }
        }

        .socialMedia {
            width: 100%;
            position: relative;
            margin-top: -2%;
            z-index: 2;
        }

        .socialMedia__flex {
            width: 100%;
            display: flex;
            justify-content: center;

        }

        .socialMedia__flex .socialMedia__flex-a {
            width: 25%;
            position: relative;
            cursor: pointer;
        }

        @media (max-width: 960px) {
            .socialMedia__flex .socialMedia__flex-a {
                width: 50%;
            }
        }

        .socialMedia__flex .socialMedia__flex-a img {
            width: 100%;
            height: 100%;
        }

        .activeImg {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

        .activeImg--active {
            display: block;
        }
